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/11/27 12:22:53 Modified files: share/man/man5 : bsd.port.mk.5 Log message: Document Warning: no debug-info CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/11/27 12:32:07 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: Run RSAES-PKCS1-v1_5 test vectors against libcrypto. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/11/27 12:34:35 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: go fmt CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2019/11/27 12:42:57 Modified files: sbin/pfctl : pfctl.c Log message: Fix function name in error message (zap trailing s) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/27 12:45:24 Modified files: lib/libc/sys : Makefile.inc Added files: lib/libc/sys : msyscall.2 Log message: Document msyscall(2): ld.so can use this (once only) to tell the kernel where libc.so's text segment is, thereby allowing invocation of system calls from that region. An upcoming change will kill the process if a system call is invoked from addresses not explicitly permitted. ok guenther kettenis mortimer CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2019/11/27 12:54:10 Modified files: usr.sbin/ldomctl: config.c ldomctl.8 ldomctl.c ldomctl.h Log message: Add list-io command list-io lists available PCIe devices to be used with ldom.conf(5)'s iodevice parameter. OK kettenis CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/11/27 12:54:40 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: Only print the basename of skipped test files. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/27 13:15:17 Modified files: devel/libusb1 : Makefile distinfo devel/libusb1/patches: patch-libusb_core_c patch-libusb_os_openbsd_usb_c devel/libusb1/pkg: DESCR PLIST Log message: update to libusb-1.0.23, from William Orr, plus minor tweak from me. dropping maintainer as req'd by mpi (passed on via William Orr). the nonstandard DEBUG handling (enabling verbose debug messages) has moved to a flavour. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/27 13:15:39 Modified files: devel : Makefile Log message: +libusb1,debug CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/11/27 13:53:05 Modified files: lib/libc/sys : msyscall.2 Log message: tweak previous: add missing name after .Fn, delete stray .Pp, and drop NetBSD RCS tag apparently left over from copy & paste CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/11/27 13:54:30 Modified files: usr.bin/tmux : regsub.c Log message: REG_STARTEND is not portable, but it turns out we don't actually need it. From Evan Green, GitHub issue 1982. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/11/27 14:20:03 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: RSASig now has the more specific name RSASSA-PKCS1-v1_5. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/11/27 14:26:31 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: Only run the test vectors from x25519_test.json for now. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/11/27 14:44:27 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: Add to do list. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/27 15:32:11 Modified files: usr.bin/ssh : ssh-sk.c Log message: remove stray semicolon after closing brace of function; from Michael Forney CVSROOT: /cvs Module name: src Changes by: nayden@cvs.openbsd.org 2019/11/27 16:41:23 Modified files: distrib/notes : INSTALL Log message: Remove references of cvsync in favour of rsync. The former has already been removed from ports and the website has been updated accordingly. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/11/27 17:17:13 Modified files: sys/arch/amd64/stand/boot: Makefile sys/arch/amd64/stand/cdboot: Makefile sys/arch/amd64/stand/efi32: Makefile.common sys/arch/amd64/stand/efi64: Makefile.common sys/arch/amd64/stand/efiboot: Makefile.common sys/arch/amd64/stand/pxeboot: Makefile sys/arch/arm64/stand/efiboot: Makefile sys/arch/armv7/stand/efiboot: Makefile sys/arch/hppa/stand/boot: Makefile sys/arch/i386/stand/boot: Makefile sys/arch/i386/stand/cdboot: Makefile sys/arch/i386/stand/pxeboot: Makefile sys/arch/landisk/stand/boot: Makefile sys/arch/loongson/stand/boot: Makefile.inc sys/arch/macppc/stand/boot.mac: Makefile sys/arch/macppc/stand/ofwboot: Makefile sys/arch/octeon/stand/rdboot: Makefile sys/lib/libsa : stand.h sys/stand/boot : cmd.c Added files: sys/lib/libsa : hexdump.c Log message: Implement a hexdump command in the boot loader. This helps to inspect the memory layout that the firmware has created. It is especially useful for UEFI debugging. OK deraadt@ kettenis@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/11/27 17:50:41 Modified files: sys/netinet : in.c Log message: Although ifconfig(8) checks it already, enforce contiguous inet netmask in the kernel. OK visa@ CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2019/11/27 19:28:58 Modified files: share/misc : airport Log message: No train stations allowed in the airport file. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2019/11/27 19:30:38 Modified files: sys/kern : vfs_biomem.c sys/sys : buf.h Log message: Fix the buffer cache code to not use a giant uvm obj of all pages when a small one on each buf is all that is needed. reduces the cost of large frees by about 25%. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/27 19:58:39 Modified files: 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 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: update to libcbor rev 56a43b1e799; this includes a number of fixes for unaligned accesses, requested by miod@ ok deraadt@ CVSROOT: /cvs Module name: src Changes by: akoshibe@cvs.openbsd.org 2019/11/27 20:08:21 Modified files: lib/libpcap : pcap.h Log message: Fix typo in comment in struct pcap_pkthdr CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2019/11/27 20:22:59 Modified files: usr.sbin/rpki-client: cert.c crl.c extern.h main.c x509.c Log message: To verify a manifest, a roa, or a certificate, we check its signature against the CA one layer above it. This check just needs to use the certificate revocation list published by that CA. Instead of loading all CRLs we find into the trust store, we create a STACK_OF(X509_CRL), push the onto it and use it with X509_STORE_CTX_set0_crls(ctx, crls); The x509_get_crl() function to retrieve a crl path from an X509 object is written by claudio@. ok claudio@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2019/11/27 20:25:17 Modified files: usr.sbin/rpki-client: x509.c Log message: some whitespace invaded this island, and deraadt@ demanded its removal. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2019/11/27 21:29:39 Modified files: usr.sbin/ldomctl: ldomctl.c Log message: Usage on excessive select, delete, download, start, stop, panic arguments CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/11/27 21:34:50 Modified files: sys/kern : exec_conf.c sys/sys : exec.h Log message: struct execsw's es_emul is no longer used, so delete it ok deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/27 21:48:07 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/27 22:20:54 Modified files: usr.bin/ssh : PROTOCOL.u2f Log message: tweak wording CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/11/27 22:45:19 Modified files: devel/git-cola : Makefile distinfo devel/git-cola/patches: patch-Makefile patch-cola_app_py devel/git-cola/pkg: PLIST Removed files: devel/git-cola/patches: patch-test_icons_test_py Log message: Update to git-cola-3.6. Changelog: https://github.com/git-cola/git-cola/blob/v3.6/share/doc/git-cola/relnotes.rst. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/28 00:13:15 Modified files: x11/gtk+3 : Makefile distinfo x11/gtk+3/pkg : PLIST-main Log message: Update to gtk+3-3.24.13. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/11/28 00:54:49 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: typo CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/11/28 01:38:04 Modified files: usr.bin/tmux : options-table.c Log message: status-left and status-right need push-default also, reported by Eric Pruitt in GitHub issue 1989. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/28 01:51:19 Modified files: x11/gnome/music: Makefile distinfo x11/gnome/music/pkg: PLIST Log message: Update to gnome-music-3.34.2. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/11/28 02:05:34 Modified files: usr.bin/tmux : cmd-refresh-client.c format.c tmux.1 tmux.h tty.c Log message: Store xpixel/ypixel from TIOCGWINSZ and add formats. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/28 02:38:26 Modified files: x11/gnome/control-center: Makefile distinfo Log message: Update to gnome-control-center-3.34.2. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/11/28 02:45:16 Modified files: usr.bin/tmux : cmd-break-pane.c cmd-resize-window.c format.c layout-custom.c layout-set.c resize.c server-client.c spawn.c tmux.1 tmux.h window.c Log message: Make a best effort to set xpixel and ypixel for each pane and add formats for them. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/11/28 02:50:09 Modified files: usr.bin/tmux : input.c Log message: Bump the escape sequence timeout to five seconds to allow for longer legitimate sequences. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/11/28 02:51:58 Modified files: usr.bin/tmux : xmalloc.c xmalloc.h Log message: Add xrecallocarray. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/11/28 02:56:25 Modified files: usr.bin/tmux : server-client.c tmux.h tty-term.c tty.c Log message: Long lines and spacing fixes. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/28 03:02:44 Modified files: sbin/unwind : parse.y printconf.c resolver.c resolver.h unwind.h usr.sbin/unwindctl: unwindctl.c Log message: Track all elements of a forwarder configuration individually: IP address, port and authentication name. This makes print_config less awkward and fixes a bug were an alternative port number was not printed. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/11/28 03:17:22 Modified files: usr.bin/tmux : screen-write.c tty-keys.c Log message: Parse out DA features. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/28 03:40:29 Modified files: sbin/unwind : resolver.c resolver.h usr.sbin/unwindctl: unwindctl.c Log message: show median RTT in unwindctl status CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/11/28 03:55:45 Modified files: usr.bin/tmux : options-table.c Log message: Missing after-kill-pane option. CVSROOT: /cvs Module name: src Changes by: inoguchi@cvs.openbsd.org 2019/11/28 04:21:33 Modified files: usr.bin/openssl: openssl.1 Log message: Add manual for openssl(1) cms ok and comments jmc@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2019/11/28 05:16:28 Modified files: sbin/iked : iked.h ikev2.c ikev2_msg.c ikev2_pld.c Log message: Move Notify and Certreq payload handlers after the parser. Modify SA state only when the full message was parsed successfully. ok patrick@, "that's working for me" - sthen@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/11/28 05:23:25 Modified files: usr.bin/ssh : ssh-agent.1 Log message: reshuffle the text to read better; input from naddy, djmc, and dtucker CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/11/28 05:24:31 Modified files: usr.bin/ssh : ssh.1 Log message: improve the text for -A a little; input from naddy and djm CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2019/11/28 05:46:25 Modified files: lang/newlisp : Makefile distinfo lang/newlisp/pkg: PLIST Removed files: lang/newlisp/patches: patch-guiserver_newlisp-edit_lsp lang/newlisp/pkg: README Log message: Update to newlisp-10.7.5 CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2019/11/28 07:05:17 Modified files: sbin/unwind : unwind.conf.5 Log message: No more example file; ok florian@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/28 07:36:32 Modified files: archivers/zopfli: Makefile distinfo archivers/zopfli/pkg: PLIST Removed files: archivers/zopfli/patches: patch-Makefile Log message: update to zopfli-1.0.3 (adds zopflipng) CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2019/11/28 08:44:52 Modified files: sbin/iked : parse.y Log message: Introduce copy_sockaddrtoipa() and set_ipmask() bits from pfctl The new wrapper will be used in the upcoming diff, set_ipmask() will be called with -1. Both is in analogy to pfctl, bgpd and others where IP/host parsing has been made more AF agnostic already. copy_sockaddrtoipa() is not called copy_satoipa() to avoid confusion with IPSec terminology (SA) as suggested by tobhe. No functional change OK tobhe CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2019/11/28 08:52:49 Modified files: sbin/iked : parse.y Log message: Merge host_v{4,6}() into host_ip(), simplify host() Zap lots of duplicate code and unify address family specific code where possible. There's probably more to improve, but this already cuts a lot. This is the minimal version without any cosmetic fixes or logical relocations to either improve the code or sync it with pfctl, bgpd, etc. OK tobhe CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/11/28 08:52:51 ports/net/libfilezilla/patches Update of /cvs/ports/net/libfilezilla/patches In directory cvs.openbsd.org:/tmp/cvs-serv65198/patches Log Message: Directory /cvs/ports/net/libfilezilla/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/11/28 08:55:23 Modified files: net/libfilezilla: Makefile distinfo net/libfilezilla/pkg: PLIST Added files: net/libfilezilla/patches: patch-configure_ac Log message: Update to libfilezilla-0.19.1. Changelog can be found at https://svn.filezilla-project.org/filezilla/libfilezilla/trunk/NEWS?revision=9513&view=markup. Major of SHARED_LIBS has been bumped as symbols have been removed. OK giovanni@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/11/28 08:56:26 Modified files: net/filezilla : Makefile distinfo net/filezilla/patches: patch-src_interface_file_utils_cpp net/filezilla/pkg: PLIST Added files: net/filezilla/patches: patch-configure_ac Log message: Update to filezilla-3.45. Changelog can be found at https://svn.filezilla-project.org/filezilla/FileZilla3/trunk/NEWS?revision=9474&view=markup&pathrev=9474. Security related bugfix or otherwise critical bugfix: - Filenames containing double-quotation marks were not escaped correctly when selected for opening/editing. Depending on the associated program, parts of the filename could be interpreted as commands. OK giovanni@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2019/11/28 09:05:26 Modified files: sys/kern : vfs_biomem.c Log message: Fix panic noticed by bluhm@ and florian@. bp->b_pobj is used to determine if the buffer has pages to free. we have to set this pointer only after we could sleep allocating pages. setting it before creates the potential for a race to free us while we are sleeping ok kettenis@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/11/28 09:23:11 Modified files: sys/sys : malloc.h sys/kern : kern_malloc.c Log message: Delete km_mapblocks from kmemstats and its always-zero column from the ddb "show malloc" output ok deraadt@ mpi@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/11/28 09:27:26 Modified files: sbin/sysctl : sysctl.c usr.bin/systat : malloc.c usr.bin/vmstat : vmstat.c Log message: ks_mapblocks is gone CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/11/28 09:27:35 Modified files: sys/scsi : cd.c ch.c scsi_base.c sd.c Log message: Always pass a pointer to 'big' to scsi_do_mode_sense(). Sets up some simplifications. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/11/28 09:31:42 Modified files: usr.sbin/rpki-client: x509.c Log message: Document x509_get_crl() CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/11/28 09:36:50 Modified files: usr.sbin/rpki-client: cert.c Log message: Use x509_get_crl() to get the crl distribution point out of the x509 cert. Simplifies the code a fair bit. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/11/28 09:41:07 Modified files: sys/scsi : scsi_base.c Log message: Align an annoying comment. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/11/28 09:43:24 Modified files: usr.sbin/rpki-client: x509.c Log message: Check for failure of X509_get_ext_d2i() in x509_get_crl() CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/11/28 09:54:01 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: Run XChaCha20-Poly1305 test vectors against libcrypto. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/11/28 09:54:30 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/hppa: boot_md.c libexec/ld.so/i386: rtld_machine.c Log message: Revert yesterday's _dl_md_reloc() and _dl_md_reloc_got() changes: something's broken on at least i386. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/11/28 09:57:17 Modified files: libexec/ld.so/hppa: boot_md.c Log message: Unrevert: this change was unrelated CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2019/11/28 10:02:14 Modified files: security/wycheproof-testvectors: Makefile distinfo security/wycheproof-testvectors/pkg: PLIST Log message: Update to HEAD. Refines and extends existing tests and contains many new things. Most notably it allows testing RSA_padding_check_PKCS1_OAEP_mgf1() and dlg's XChaCha20-Poly1305 implementation. ok fcambus (earlier diff) jsing CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2019/11/28 10:19:22 Modified files: sys/uvm : uvm_mmap.c Log message: Remove end of line whitespace. No code change. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/11/28 10:26:00 Modified files: sys/scsi : scsi_base.c scsiconf.h Log message: Abstract mode sense block descriptor parsing into a separate function. CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2019/11/28 10:39:54 Modified files: usr.sbin/rpki-client: Makefile Log message: build with -Wall, more -W coming, ok claudio@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/28 10:44:07 Modified files: security/qca-qt5: Makefile distinfo Added files: security/qca-qt5/patches: patch-plugins_qca-botan_CMakeLists_txt patch-plugins_qca-ossl_ossl110-compat_h patch-plugins_qca-ossl_qca-ossl_cpp Log message: Update qca-qt5 to 2.2.1 - Only new exports added so bump minor. - Cleanup WANTLIB - Fix MASTER_SITE URL - Cleanup plugin configuration LibreSSL patches from Gentoo developer Stefan Strogin from here: https://github.com/gentoo/libressl/commit/3e69b18db758fe808a7bcdf339504c80a84cb241 Tested by landry@ with qgis CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2019/11/28 10:51:55 Modified files: usr.sbin/ldomctl: ldomctl.8 ldomctl.c Log message: Print guest domain vcctty(4) devices in status output The virtual console concentrator port's minor had to be infered from the guest's internal ID which corresponds to the order of listing. To lift this implementation detail, simply print the device ready to copy and use with cu(1). OK kettenis CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2019/11/28 11:03:33 Modified files: usr.sbin/ldomctl: ldomctl.8 ldomctl.c ldomctl.h Log message: Add console command "ldomctl console guest01" executes cu(1) on the domain's console. Now more device minor guessing or copying; behaviour is completely analogue to vmctl(8) on amd64. OK kettenis CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2019/11/28 11:29:49 Modified files: sys/kern : vfs_biomem.c sys/sys : buf.h Log message: back out the buffer cache uvm_obj change for now. the bread_cluster code has confused even me and mark, we need to handle the buffer slice and dice case better for bread_cluster. CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2019/11/28 11:31:50 Modified files: usr.sbin/rpki-client: main.c Log message: improve on previous to only use the required CRLs. ok claudio@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2019/11/28 11:40:42 Modified files: usr.sbin/ldomctl: Makefile config.c ldom.conf.5 ldomctl.c mdesc.c mdstore.c parse.y pri.c util.c usr.sbin/ldomd : ds.c ldomd.c var-config.c Added files: usr.sbin/ldomctl: ldom_util.h Removed files: usr.sbin/ldomctl: util.h Log message: Use scan_scaled(3) for memory in ldom.conf Replace the hand-written routing with a proper library allowing even more formats. Since ldomctl's local util.h conflicts with the now used global util.h from libutil, rename it to ldom_util.h. Manual wording from amd64's vm.conf(5). OK kettenis CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2019/11/28 11:46:32 Modified files: usr.sbin/rpki-client: main.c rpki-client.8 Log message: Remove -r flag and associated plumbing. We are always checking CRLs from now on. ok claudio@ CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2019/11/28 12:23:44 Modified files: www/edbrowse : Makefile distinfo www/edbrowse/patches: patch-CMakeLists_txt Added files: www/edbrowse/patches: patch-src_html_c Removed files: www/edbrowse/patches: patch-src_http_c Log message: Update edbrowse to 3.7.6 OK solene@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2019/11/28 12:25:53 Modified files: usr.sbin/rpki-client: Makefile main.c Log message: add missing prototype CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/28 12:32:30 Modified files: usr.sbin/rpki-client: main.c Log message: intentionally fclose output file, rather than relying on exit() to do it. benno and stsp stared... CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/28 12:44:55 Modified files: x11/gnome/session: Makefile distinfo Log message: Update to gnome-session-3.34.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/11/28 12:46:58 Modified files: devel/meson/patches: patch-mesonbuild_compilers_compilers_py Log message: Merged upstream. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/11/28 13:00:44 Modified files: security/hitch : Makefile distinfo security/hitch/patches: patch-configure patch-hitch_conf_man_rst patch-src_configuration_c Removed files: security/hitch/patches: patch-src_hitch_c Log message: Update to hitch 1.5.2 hitch-1.5.2 (2019-11-27) - Fix a problem introduced in the previous release that prevented us from running as a non-privileged user (Issue: 322). hitch-1.5.1 (2019-11-26) - Support for TCP Fast Open. Is is disabled by default (Issue: 185) - Various code cleanups and minor bug fixes. Upstream reworked their privdrop code and I have neither time nor further interest in maintaining pledge patches, so drop support for it. CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2019/11/28 13:10:45 Modified files: usr.sbin/rpki-client: main.c Log message: convert the return code to be 0 for success and 1 for failure. ok claudio@ deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/28 13:23:09 Modified files: usr.sbin/rpki-client: extern.h main.c Log message: Output to a temporary file, which gets renamed on success. This will work much better with bgpd.conf include automation. ok claudio benno CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2019/11/28 13:28:14 Modified files: sbin/unwind : resolver.c Log message: The happy eyeballs code computes a median to assess how well a resolver is doing. But circumstances can change, so decay the histogram data over time to slowly forget about that past. Uses fixed point arithmetic to avoid floating point. ok florian@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/11/28 13:29:59 Modified files: emulators/mame : Makefile distinfo emulators/mame/patches: patch-3rdparty_bx_src_mutex_cpp patch-3rdparty_bx_src_thread_cpp patch-scripts_genie_lua Log message: Update mame to 0.216. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/11/28 13:32:59 Modified files: usr.sbin/rpki-client: cert.c Log message: The root certs do not have a CRL distribution point extension so don't try to fetch it. OK benno@ (part of a larger diff) CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/11/28 13:36:17 Modified files: usr.sbin/rpki-client: cert.c extern.h main.c validate.c Log message: Convert the auths array into an RB tree indexed by SKI. For fast lookups the parent auth struct is stored as a pointer so walking up the certificate chain remains simple. Doing this replaces a few slow lookups and speeds up rpki-client by a factor of 2. OK benno@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/11/28 13:59:27 Modified files: lang/duktape : Makefile distinfo lang/duktape/patches: patch-src_duk_config_h Log message: Update duktape to 2.5.0. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/28 14:08:25 Modified files: usr.sbin/rpki-client: main.c Log message: improve snprintf overflow test; noted by benno CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2019/11/28 14:12:00 Modified files: usr.sbin/rpki-client: Makefile io.c main.c mft.c Log message: enable more warning flags and fix a few issues noticed. ok claudio@ deraadt@ CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2019/11/28 14:18:16 Modified files: distrib/sets/lists/base: mi lib/libcbor : shlib_version Log message: bump libcbor after symbol addition; ok deraadt@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/11/28 14:18:38 Modified files: usr.bin/tmux : format.c Log message: Do not crash when a format doesn't exist, reported by Thomas Sattler. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/28 14:31:07 Modified files: graphics/krita : Makefile distinfo graphics/krita/pkg: PLIST Log message: Update krita to 4.2.8.2 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/11/28 14:35:47 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: Run HKDF test vectors against libcrypto. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/11/28 14:41:15 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: no need for fallthrough CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/11/28 14:41:43 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: go fmt CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/11/28 14:42:42 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: update to-do list CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2019/11/28 14:49:41 Modified files: sys/dev/usb : xhci.c Log message: On short transfers with multiple TRBs in a TD we get two events. One on the TRB that went short, and one for the last TRB in a TD. We already set actlen only once so that the last TRB in a TD does not override it, but some controllers throw another short event instead of a success event, so we have to add the same check there as well. ok gerhard@ mglocker@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/11/28 14:52:55 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: move the HKDF tests up a bit CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/11/28 16:13:34 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: Run additional 3004 ECDH and 1575 ECDSA test vectors against libcrypto. For now, skip 96 ECDH tests for secp224k1. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/11/28 16:42:52 Modified files: sys/uvm : uvm_extern.h Log message: uvm_pagealloc_contig() doesn't exist and shouldn't exist ok kettenis@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/28 17:11:21 Modified files: usr.bin/ssh : hash.c Log message: perform hashing directly in crypto_hash_sha512() using libcrypto or libc SHA512 functions rather than calling ssh_digest_memory(); avoids many dependencies on ssh code that complicate standalone use of ed25519, as we want to do in sk-dummy.so CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/11/28 17:13:29 Modified files: regress/usr.bin/ssh/misc/sk-dummy: Makefile Log message: lots of dependencies go away here with ed25519 no longer needing the ssh_digest API. CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2019/11/28 17:51:28 Modified files: usr.sbin/vmd : i8253.c mc146818.c ns8250.c virtio.c vm.c Log message: Fix at least one cause of VMs spinning at 100% host CPU After debugging with ori@, it looks like an event ends up on the wrong libevent queue, and we end continually de-queueing and re-queueing the event continually. While it's unclear exactly why this happened, a clue on libevent's github issues page for the same problem pointed us to using a different event base for the device events. This seems to have unstuck ori@'s problematic VM, and I have also seen no more hangs after this. We have not completely separated the queues; ori@ will work on setting new libevent bases for those later. But those events are pretty frequency. with help from and ok ori@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2019/11/28 18:04:08 Modified files: sys/kern : vfs_bio.c vfs_biomem.c sys/sys : buf.h Log message: Re commit what was committed in version 1.43 with a fix added to ensure we handle the uvm_objects of bread_cluster buffers correctly. Original commit message: Fix the buffer cache code to not use a giant uvm obj of all pages when a small one on each buf is all that is needed. reduces the cost of large frees by about 25%. Again, lots of assistence from kettenis and mlarkin still ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/11/28 18:07:50 Log message: Import leiningen Leiningen is for automating Clojure projects without setting your hair on fire. Feedback from Jon Bernard and rsadowski OK rsadowski Status: Vendor Tag: kn Release Tags: kn_20191129 C ports/devel/leiningen/Makefile C ports/devel/leiningen/distinfo C ports/devel/leiningen/pkg/DESCR C ports/devel/leiningen/pkg/PLIST N ports/devel/leiningen/patches/patch-bin_lein-pkg 4 conflicts created by this import. Use the following command to help the merge: cvs checkout -jkn:yesterday -jkn ports/devel/leiningen CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/11/28 18:29:15 Added files: devel/leiningen: Makefile distinfo devel/leiningen/pkg: DESCR PLIST Log message: Fix import CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/11/28 18:36:07 Modified files: devel : Makefile Log message: + leiningen CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2019/11/28 18:46:46 Modified files: usr.sbin/rpki-client: io.c Log message: fix io_simple_read() change from earlier 'fix warnings' commit found by deraadt in most unfunny circumstances. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/28 19:42:44 Modified files: infrastructure/db: network.conf user.list Log message: reserve 846 for net/dhcpcd, the master branch upstream now has working privsep CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/28 19:43:16 Modified files: infrastructure/db: network.conf Log message: oops, that should not have been part of previous commit CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/11/28 19:47:57 Modified files: usr.sbin/rpki-client: validate.c Log message: valid_as() should be as strict as valid_ip() when it comes to not-covered blocks. No longer bubble up the chain in the hope that something is covered. If this causes issues people need to fix the repository where it causes errors. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/11/28 19:52:22 Modified files: usr.sbin/rpki-client: main.c Log message: Shuffle the desk chairs on this ocean liner CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2019/11/28 20:12:35 Modified files: usr.bin/at : at.c Log message: at(1): ctime comparison: subtraction is not comparison; ok millert@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/28 20:19:54 Modified files: etc/mtree : 4.4BSD.dist Log message: create var/db/rpki-client directory with correct mode CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/28 20:22:14 Modified files: etc : Makefile Log message: create a var/db/rpki-client/roa file with correct ownership so that rpki-client(8) can deal with it (some upcoming changes...) CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2019/11/28 20:28:20 Modified files: etc/mtree : 4.4BSD.dist Log message: add /var/cache/rpki-client, ok deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/28 20:36:44 Modified files: usr.sbin/rpki-client: main.c Log message: fchmod 0644 the output roa file, since it is public information and this will work better with upcoming privdrop rpki-client and bgpd consumption ok benno CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/28 20:42:10 Modified files: etc/examples : bgpd.conf Log message: Import /var/db/rpki-client/roa and filter discussed at length with claudio and benno CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/28 21:04:08 Modified files: usr.sbin/rpki-client: extern.h main.c rpki-client.8 Log message: If run as root, priv-drop to _rpki-client. If no output file is specified, output to the bgpd/bgpd.conf-compatible /var/db/rpki-client/roa file. ok claudio and benno CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/28 21:25:11 Modified files: etc : crontab Log message: Uncomment a single line in root's crontab to run rpki-client and reload bpgd configuration, which enables Enterprise-Ready Industry-Leading-by-Example RPKI ROA filtering on your OpenBGP edge. Arguments remain about how often to run this operation, for now we propose 9AM when people who can fix their shit are in the office. ok claudio benno CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/11/28 21:40:05 Modified files: usr.sbin/rpki-client: crl.c extern.h main.c x509.c Log message: Use the AKI embedded in the CRL to store the crls. This way the AKI from the cert can be used to load the correct CRL. This simplifies the code even further. OK benno@, beck@ agrees that this is the right way to do it CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/11/28 21:42:44 Modified files: usr.sbin/rpki-client: main.c Log message: normalize_name() is no longer needed CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2019/11/28 21:58:26 Modified files: usr.sbin/rpki-client: main.c Log message: s/EXIT_FAILURE/1/ ok claudio@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2019/11/28 22:00:24 Modified files: usr.sbin/rpki-client: x509.c Log message: s/EXIT_FAILURE/1/ ok claudio@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2019/11/28 22:01:41 Modified files: usr.sbin/rpki-client: tal.c Log message: s/EXIT_FAILURE/1/ ok claudio@ muppets@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2019/11/28 22:05:47 Modified files: usr.sbin/rpki-client: mft.c Log message: The code is more what you'd call 'guidelines' than actual rules. s/EXIT_FAILURE/1/ ok claudio@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2019/11/28 22:09:50 Modified files: usr.sbin/rpki-client: io.c Log message: You know the main street in white horse? On the left... s/EXIT_FAILURE/1/ kind of ok claudio@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2019/11/28 22:11:18 Modified files: usr.sbin/rpki-client: cert.c Log message: commited at minus 21 degC s/EXIT_FAILURE/1/ ok claudio@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2019/11/28 22:14:12 Modified files: usr.sbin/rpki-client: cms.c log.c roa.c Log message: not a backout commit s/EXIT_FAILURE/1/ ok claudio@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2019/11/28 22:16:54 Modified files: usr.sbin/rpki-client: validate.c Log message: e2k19 - above par s/EXIT_FAILURE/1/ ok claudio@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2019/11/28 22:23:55 Modified files: usr.sbin/rpki-client: main.c Log message: s/EXIT_SUCCESS/0/ ok "yeeees" claudio@ CVSROOT: /cvs Module name: src Changes by: nayden@cvs.openbsd.org 2019/11/28 22:28:32 Modified files: bin/csh : file.c Log message: typo fix. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2019/11/28 22:52:27 Modified files: usr.sbin/rpki-client: rpki-client.8 Log message: document use of /var/db/rpki-client/ and /var/cache/rpki-client/ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/11/28 23:19:07 Modified files: sys/dev/pci/drm/include/drm: gpu_scheduler.h sys/dev/pci/drm/scheduler: gpu_scheduler.c Log message: drm_sched_entity_flush() doesn't care about specific threads, so just track the process (and not the original thread of the process). ok jsg@ kettenis@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/28 23:34:46 Modified files: libexec/ld.so : Makefile library.c library_mquery.c libexec/ld.so/aarch64: syscall.h libexec/ld.so/alpha: syscall.h libexec/ld.so/amd64: syscall.h libexec/ld.so/arm: syscall.h libexec/ld.so/hppa: syscall.h libexec/ld.so/i386: syscall.h libexec/ld.so/m88k: syscall.h libexec/ld.so/mips64: syscall.h libexec/ld.so/powerpc: syscall.h libexec/ld.so/sh: syscall.h libexec/ld.so/sparc64: syscall.h sys/kern : exec_elf.c exec_subr.c init_main.c kern_exec.c sys/uvm : uvm.h uvm_extern.h uvm_map.c uvm_map.h uvm_mmap.c sys/sys : exec.h exec_elf.h syscall_mi.h usr.sbin/procmap: procmap.c Log message: Repurpose the "syscalls must be on a writeable page" mechanism to enforce a new policy: system calls must be in pre-registered regions. We have discussed more strict checks than this, but none satisfy the cost/benefit based upon our understanding of attack methods, anyways let's see what the next iteration looks like. This is intended to harden (translation: attackers must put extra effort into attacking) against a mixture of W^X failures and JIT bugs which allow syscall misinterpretation, especially in environments with polymorphic-instruction/variable-sized instructions. It fits in a bit with libc/libcrypto/ld.so random relink on boot and no-restart-at-crash behaviour, particularily for remote problems. Less effective once on-host since someone the libraries can be read. For static-executables the kernel registers the main program's PIE-mapped exec section valid, as well as the randomly-placed sigtramp page. For dynamic executables ELF ld.so's exec segment is also labelled valid; ld.so then has enough information to register libc's exec section as valid via call-once msyscall(2) For dynamic binaries, we continue to to permit the main program exec segment because "go" (and potentially a few other applications) have embedded system calls in the main program. Hopefully at least go gets fixed soon. We declare the concept of embedded syscalls a bad idea for numerous reasons, as we notice the ecosystem has many of static-syscall-in-base-binary which are dynamically linked against libraries which in turn use libc, which contains another set of syscall stubs. We've been concerned about adding even one additional syscall entry point... but go's approach tends to double the entry-point attack surface. This was started at a nano-hackathon in Bob Beck's basement 2 weeks ago during a long discussion with mortimer trying to hide from the SSL scream-conversations, and finished in more comfortable circumstances next to a wood-stove at Elk Lakes cabin with UVM scream-conversations. ok guenther kettenis mortimer, lots of feedback from others conversations about go with jsing tb sthen CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2019/11/29 02:44:44 Modified files: net/owncloudclient: Makefile distinfo net/owncloudclient/patches: patch-src_csync_std_c_private_h patch-src_gui_application_cpp net/owncloudclient/pkg: PLIST Removed files: net/owncloudclient/patches: patch-CMakeLists_txt Log message: update to owncloudclient-2.6.0 remove COMPILER while here as it is set from qt5.port.mk CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2019/11/29 04:39:32 Modified files: sysutils/ntfs-3g: Makefile sysutils/ntfs-3g/pkg: DESCR Log message: update HOMEPAGE, MASTER_SITES and DESCR OK pirofti@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/29 05:15:46 Modified files: graphics/gimp/stable: Makefile distinfo graphics/gimp/stable/patches: patch-app_core_gimptagcache_c patch-etc_Makefile_in graphics/gimp/stable/pkg: PLIST Removed files: graphics/gimp/stable/patches: patch-app_Makefile_in patch-plug-ins_common_Makefile_in patch-tools_gimp-mkenums patch-tools_pdbgen_enumgen_pl Log message: major update to gimp-2.10.12. based on an earlier update to 2.10.6 from giovanni@, ok giovanni@ This isn't the latest (2.10.14 requires gegl/babl updates and they're more than a simple version update as they've now moved the build to meson) but is much newer than we had before. deskew and lqr (external plugins) still work OK for me. I did see a segfault once but hadn't built with debug symbols at the time and haven't been able to replicate it; I've enabled DEBUG_PACKAGES so if somebody else runs into that they can obtain a backtrace more easily. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/11/29 05:41:33 Modified files: sys/kern : kern_rwlock.c Log message: Use RW_PROC() consistently. Suggested by and ok sashan@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/11/29 05:43:14 Modified files: sys/kern : sys_process.c Log message: Return EBUSY for successive PT_TRACE_ME calls. Match FreeBSD and NetBSD. ok bluhm@, deraadt@, kettenis@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2019/11/29 05:50:48 Modified files: sys/kern : kern_timeout.c Log message: timeout(9): make CIRCQ look more like other sys/queue.h data structures - CIRCQ_APPEND -> CIRCQ_CONCAT - Flip argument order of CIRCQ_INSERT to match e.g. TAILQ_INSERT_TAIL - CIRCQ_INSERT -> CIRCQ_INSERT_TAIL - Add CIRCQ_FOREACH, use it in ddb(4) when printing buckets - While here, use tabs for indentation like we do with other macros ok visa@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/29 06:47:56 Modified files: meta/kde4 : Makefile Log message: Remove KDE4 baseapps Our KDE4 baseapps port contains only konqueror. It's no longer usable and the only good thing about konqueror4 is that it doesn't crash. It is not necessary to display the KDE4 help pages so it's time to say good bye! Dear KDE4 browser users, there are enough alternatives to visit the web or your file system in OpenBSD. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/11/29 06:53:34 Modified files: x11/kde4 : Makefile Log message: unhook baseapps CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/11/29 07:06:21 Modified files: sys/scsi : cd.h ch.c scsi_changer.h Log message: Add defines for changer mode page codes. Move AUDIO_PAGE define to nestle amoung its friends. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2019/11/29 08:15:11 Modified files: sys/kern : sys_pipe.c sys/sys : pipe.h Log message: Start protecting the pipe_busy field of struct pipe using a global rwlock. This lock is shared among all pipes for simplicity. In the future, the lock will probably be replaced with one lock per pipe pair, just like FreeBSD and NetBSD does. While here, extract the common rundown wakeup logic into a dedicated function. Thanks to cheloha@ for testing and feedback. ok mpi@ visa@ CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2019/11/29 08:17:28 Modified files: sys/kern : sys_pipe.c Log message: add missing parens around return expression and zap empty line CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/11/29 08:17:29 Modified files: sys/scsi : sd.c Log message: DISK_PGCODE() #define includes a check for NULL, so no need to do the same check before invoking it. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/29 08:22:02 Modified files: sbin/unwind : frontend.c resolver.c unwind.h usr.sbin/unwindctl: unwindctl.c Log message: While we learn how the "decaying" histogram works it's helpful to show it in unwindctl status output next to the all time histogram. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/11/29 09:04:07 Modified files: usr.bin/tmux : cmd-attach-session.c resize.c Log message: If a window appears in only one attached session, there is no point in worrying about which is the latest client (there is only one). CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/11/29 09:16:19 Modified files: sys/arch/amd64/include: biosvar.h sys/arch/amd64/stand/efiboot: conf.c efiboot.c Log message: Pass the EFI memory map to the kernel. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/29 09:25:59 Modified files: usr.sbin/rpki-client: main.c Log message: whitespaces CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/29 09:39:23 Modified files: sbin/unwind : unwind.c Log message: Don't hand-roll TAILQ_CONCAT in a slow way. Pointed out by & OK otto CVSROOT: /cvs Module name: src Changes by: nayden@cvs.openbsd.org 2019/11/29 09:41:02 Modified files: sys/netinet6 : icmp6.c in6_pcb.c ip6_divert.c ip6_input.c ip6_output.c nd6.c nd6_nbr.c raw_ip6.c Log message: add __func__ to panic() and printf() calls in sys/netinet6/* ok benno@ mortimer@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/11/29 09:43:02 Modified files: graphics/tiff : Makefile distinfo graphics/tiff/patches: patch-libtiff_tif_luv_c patch-test_Makefile_in graphics/tiff/pkg: PLIST Added files: graphics/tiff/patches: patch-libtiff_tif_ojpeg_c patch-test_tiff2ps-EPS1_sh patch-test_tiff2ps-PS1_sh patch-test_tiff2ps-PS2_sh patch-test_tiff2ps-PS3_sh Log message: Update to 4.1.0. Also enable xz and zstd compression as proposed by landry@ eight months ago. Include an upstream fix for a new sanity check that broke OJPEG compression; proposed by sthen@. ok sthen@ CVSROOT: /cvs Module name: www Changes by: stsp@cvs.openbsd.org 2019/11/29 10:25:40 Modified files: . : innovations.html Log message: add game of trees to list of projects maintained outside ok deraadt CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2019/11/29 10:29:28 Modified files: usr.sbin/rpki-client: tal.c Log message: add a comment noting missing functionality CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2019/11/29 10:30:05 Modified files: usr.sbin/rpki-client: rpki-client.8 Log message: Improve the programs description a little CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2019/11/29 10:31:54 Removed files: usr.sbin/rpki-client: README.md Log message: delete REAMDE.md ok claudio@ deraadt@ CVSROOT: /cvs Module name: src Changes by: mortimer@cvs.openbsd.org 2019/11/29 10:47:10 Modified files: sys/arch/amd64/amd64: mds.S Log message: Add missing retq to mds handler for knights landing. ok guenther@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2019/11/29 10:52:59 Modified files: usr.sbin/rpki-client: main.c Log message: bring back CRL checks, noted by claudio@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2019/11/29 10:54:19 Modified files: usr.sbin/rpki-client: main.c Log message: ... and fix the compile. CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2019/11/29 10:58:11 Modified files: usr.sbin/rpki-client: TODO.md Log message: remove two items from the todo list CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2019/11/29 11:01:10 Modified files: lang/racket-minimal: Makefile distinfo Log message: Update to racket-minimal 7.5. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/11/29 11:32:40 Modified files: sys/uvm : uvm_page.c uvm_page.h Log message: Split out the code that removes a page from uvm objects and clears the flags into a separate uvm_pageclean() function and call it from uvm_pagefree(). ok mpi@, guenther@, beck@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/11/29 11:51:44 Added files: x11/gnome/zenity/patches: patch-src_progress_c Log message: fix build with gcc CVSROOT: /cvs Module name: ports Changes by: reyk@cvs.openbsd.org 2019/11/29 12:01:02 Modified files: sysutils/cloud-agent: Makefile distinfo sysutils/cloud-agent/pkg: PLIST Log message: Update cloud-agent to 1.1. The included cms binary is not needed anymore. OK kn@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2019/11/29 12:18:36 Modified files: usr.sbin/rpki-client: main.c Log message: Restore the previous behaiviour of not checking the crl for the mft. Added back by accident when readding CRL checks. ok claudio@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/29 12:30:56 Modified files: libexec/ld.so : Makefile Log message: As additional paranoia, make a copy of system ld.so into obj/ld.so.backup We don't want to CLEANFILES this one. On occasion this comes in useful. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/29 12:56:40 Modified files: usr.sbin/procmap: procmap.c Log message: correct order of region bits for -a case: rwxSepc CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/11/29 13:12:19 Modified files: sys/kern : kern_fork.c sys/sys : proc.h Log message: Move kcov(4)'s p_kd into the "zero on create" section to simplify fork code ok anton@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2019/11/29 13:26:25 Modified files: . : innovations.html Log message: syscall call-from CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/11/29 13:53:13 Modified files: sys/lib/libsa : loadfile.h loadfile_elf.c Log message: Add an element to the marks array to store the virtual address of the entry point. ok mlarkin@, deraadt@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/11/29 13:58:17 Modified files: sys/sys : namei.h sys/kern : kern_unveil.c vfs_syscalls.c Log message: Eliminate the sketchy use of ps_mainproc here by making unveil_add_vnode() take a struct proc* instead of a struct process*, and vice versa making unveil_lookup() take a process* instead of a proc*. ok beck@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/11/29 14:32:04 Modified files: sys/kern : kern_fork.c sys/sys : proc.h Log message: Move p_sleeplocks and p_limit into the "zero on create" section of struct proc, so they don't need to be explicitly initialized in thread_new() suggested by anton@ ok kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2019/11/29 14:58:31 Modified files: sys/dev/fdt : rkclock.c Log message: Add support for the RK3399's eMMC clock to rkclock(4). Tested by kurt@ ok kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2019/11/29 14:59:55 Modified files: sys/dev/fdt : files.fdt rkgrf.c Log message: Make rkgrf(4) behave like a simplebus(4) so we can attach drivers to its subnodes, which are some PHYs. Tested by kurt@ ok kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2019/11/29 15:00:54 Modified files: sys/dev/fdt : files.fdt sys/arch/arm64/conf: GENERIC RAMDISK Added files: sys/dev/fdt : rkemmcphy.c Log message: Add rkemmcphy(4), a driver for the RK3399's eMMC PHY. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2019/11/29 15:02:16 Modified files: sys/dev/fdt : sdhc_fdt.c Log message: Improve support for the RK3399's eMMC in sdhc(4). Fix the compatible check for the quirk that makes sure we don't try to change the voltage to anything else. Configure the eMMC Core's clock, register ourselves as clock driver for rkemmcphy(4) to use, and enable the PHY. Tested by kurt@ ok kettenis@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2019/11/29 15:06:20 Modified files: sbin/iked : pfkey.c sbin/isakmpd : pf_key_v2.c sys/netinet : tcp_input.c udp_usrreq.c Log message: Change the default security level for incoming IPsec flows from isakmpd and iked to REQUIRE. Filter policy violations earlier. ok sashan@ bluhm@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2019/11/29 15:10:04 Modified files: sys/kern : vfs_biomem.c sys/uvm : uvm_object.c uvm_object.h Log message: Add uvm_objfree function to free all pages in a uvm_obj in one go. Use this in the buffer cache to free all the pages from a buffer, resulting in a considerable speedup when throwing away pages from the buffer cache. Lots of work done with mlarkin and kettenis ok kettinis@ deraadt@ CVSROOT: /cvs Module name: www Changes by: beck@cvs.openbsd.org 2019/11/29 15:21:42 Modified files: . : plus.html Log message: Add hackathon activities CVSROOT: /cvs Module name: www Changes by: beck@cvs.openbsd.org 2019/11/29 15:23:09 Modified files: . : plus.html Log message: remove extra > CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/11/29 15:31:24 Modified files: gnu/llvm/tools/lld/ELF: SyntheticSections.cpp Log message: Sort relative relocations (and relocations against the same symbol) by offset to optimize the cache and UVM faulting behavior ok kettenis@ CVSROOT: /cvs Module name: src Changes by: mortimer@cvs.openbsd.org 2019/11/29 15:34:09 Modified files: sys/arch/amd64/include: fpu.h Log message: Fix size of reserved bytes section in xsave header. ok guenther@ kettenis@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/11/29 16:31:29 Modified files: usr.sbin/rpki-client: main.c Log message: Use X509_STORE_CTX_set_flags() instead of doing the same thing by hand in a much more complicated way. OK benno@ CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2019/11/29 17:51:29 Modified files: usr.sbin/vmd : i8253.c mc146818.c ns8250.c virtio.c vm.c Log message: Revert previous - the stability was not as improved as we had thought and we ended up accidentally breaking vmctl. This will need more thought. ok ori@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/29 19:31:12 Modified files: etc : Makefile etc/examples : bgpd.conf usr.sbin/rpki-client: extern.h main.c output-bgpd.c output-bird.c output-csv.c output-json.c rpki-client.8 Log message: Tweak rpki-client to create all 4 output file formats from a single compute, based upon flags. OpenBGPD compatible format by default if no options, to integrate with bgpd.conf and bgpctl reload. Adapt mtree and stuff. This will receive further refactoring... ok benno job CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/29 19:33:34 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/etc: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/29 19:39:22 Modified files: usr.sbin/rpki-client: rpki-client.8 Log message: Document new flag and output arrangement better CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2019/11/29 20:30:29 Modified files: usr.sbin/ldomctl: ldom.conf.5 ldomctl.8 ldomctl.c Log message: Add create-vdisk command Analogue to amd64's vmctl create, this command creates sparse disk image files of the given size. This is less error prone than creating full files with dd(1), but comes with other caveats - still, it is worth having around. Further refinements yet to come; vmctl and ldomctl should also behave more alike in the future, as briefly discussed with kettenis and deraadt. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/11/29 22:42:31 Modified files: sbin/ifconfig : ifconfig.c Log message: ifconfig(8) did silently ignore the netmask parameter for inet6 and interpreted only prefixlen. Also accept netmask for IPv6. This is consistent to our man page and the route(8) command. OK benno@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/11/29 22:51:20 Modified files: regress/sbin/ifconfig: Makefile ifaddr.c Log message: Test inet6 netmask and non-contiguous netmask in ifconfig(8). CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/11/30 00:07:59 Modified files: usr.bin/ssh : scp.1 sftp-server.8 sftp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 ssh-keysign.8 ssh-pkcs11-helper.8 ssh-sk-helper.8 ssh.1 ssh_config.5 sshd.8 sshd_config.5 Log message: tweak the Nd lines for a bit of consistency; ok markus CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/11/30 03:20:53 Modified files: infrastructure/lib/OpenBSD: BaseFS.pm Log message: document the result CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/11/30 04:09:15 Modified files: sbin/unwind : resolver.c Log message: Not being able to create a resolver is not a fatal condition in unwind, there might be others still working. Make sure check_resolver() handles this correctly. CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/11/30 04:19:17 Modified files: sys/dev/pci/drm: drm_linux.c sys/kern : kern_rwlock.c kern_synch.c sys/sys : proc.h systm.h Log message: Move kernel locking inside the sleep machinery. This enables calling rwsleep(9) with PCATCH and rw_enter(9) with RW_INTR without the kernel lock. In addition, now tsleep(9) with PCATCH should be safe to use without the kernel lock if the sleep is purely time-based. Tested by anton@, cheloha@, chris@ OK anton@, cheloha@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/30 04:58:04 Modified files: mail/neomutt : Makefile distinfo mail/neomutt/patches: patch-nntp_newsrc_c Log message: update to neomutt-20191129 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/30 05:01:55 Modified files: lang/nekovm : Makefile Log message: mark BROKEN-i386 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/11/30 05:04:03 Modified files: mail/postfix/snapshot: Makefile distinfo mail/postfix/snapshot/patches: patch-src_tls_tls_certkey_c mail/postfix/stable: Makefile distinfo Log message: postfix updates (3.4.7, 3.5-20191109), from Brad CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/11/30 05:56:15 Modified files: comms/hylafax/patches: patch-configure Log message: accept libtiff 4.1.x CVSROOT: /cvs Module name: src Changes by: mestre@cvs.openbsd.org 2019/11/30 07:01:45 Modified files: usr.bin/file : file.c Log message: After fork(2) the pledge(2) in the parent proc can be reduced to "stdio rpath sendfd" so that it can call {l,}stat/open and sendfd for imsg_* in order to send fds to the child proc which is already pledged by recvfd to receive them OK brynet@ deraadt@ CVSROOT: /cvs Module name: src Changes by: mestre@cvs.openbsd.org 2019/11/30 07:02:29 Modified files: usr.sbin/pcidump: pcidump.c Log message: pcidump(8) only opens devices in O_RDONLY from /dev, and additionally writes a `romfile' if -r is used, but since I'm only unveiling after that file is actually opened there's no need to unveil it as well. OK deraadt@ kn@ CVSROOT: /cvs Module name: src Changes by: mestre@cvs.openbsd.org 2019/11/30 07:02:47 Modified files: usr.sbin/usbdevs: usbdevs.c Log message: unveil(2) /dev with read permissions since it's the only directory usbdevs(8) will read from OK kn@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/11/30 07:29:51 Modified files: textproc/diffstat: Makefile distinfo Log message: Update to diffstat-1.63 CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2019/11/30 08:44:07 Modified files: sbin/iked : iked.h ikev2.c imsg_util.c policy.c Log message: Log loaded SPIs and flows. ok patrick@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2019/11/30 09:07:12 Modified files: sbin/iked : iked.c Log message: The message sent in config_setmode starts the handshake in the ikev2 process and thus must be sent last. ok reyk@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2019/11/30 09:14:03 Modified files: sbin/unwind : resolver.c Log message: make sure we only pass normalized timevals for the next resolver interval; ok florian@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/30 11:11:46 Modified files: infrastructure/templates: mk.conf.template Log message: Add the common misspelling "MODPY_TEST" (should be "MODPY_PYTEST") to the poisoned misspellings to help point out when the typo happens. ok phessler CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2019/11/30 11:12:18 Modified files: sys/dev/usb : utwitch.c Log message: utwitch(4): tsleep(9) -> tsleep_nsec(9); ok jca@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2019/11/30 11:14:47 Modified files: sys/dev/onewire: onewire.c owtemp.c Log message: onewire(4), owtemp(4): tsleep(9) -> tsleep_nsec(9); ok jca@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/11/30 11:16:47 Modified files: lang/gcc/8 : Makefile distinfo Log message: new adastraps that include all required shared libs CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/30 11:17:41 Modified files: devel/angr/py-pyvex: Makefile Log message: Fix misspelling of MODPY_PYTEST. Important now that it is poisioned. Pointed out by jca CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2019/11/30 11:18:34 Modified files: sys/dev/ic : pckbc.c Log message: pckbc(4): tsleep(9) -> tsleep_nsec(9); ok jca@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2019/11/30 11:19:51 Modified files: sys/dev/cardbus: cardbus.c Log message: cardbus(4): tsleep(9) -> tsleep_nsec(9); ok jca@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/11/30 11:20:53 Modified files: lang/gcc/8 : Makefile Log message: disable Ada on powerpc; the required new bootstrap has not become available in three weeks CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/11/30 11:28:46 Modified files: devel/mpfr : Makefile distinfo devel/mpfr/pkg : PLIST Log message: Update to 4.0.2, patch level 1. Additional testing by bcallah@ (powerpc) and kmos@ (sparc64). CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/11/30 11:30:28 Modified files: devel/libmpc : Makefile distinfo Log message: Update to 1.1.0. Additional testing by bcallah@ (powerpc) and kmos@ (sparc64). CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/11/30 15:55:22 Modified files: usr.sbin/rpki-client: main.c rpki-client.8 Log message: - no -r option - man page is bgpd, not openbgpd ok deraadt CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/30 16:06:02 Modified files: libexec/ld.so : library_mquery.c Log message: Sigh, fix i386 msyscall() case to permission the correct address range. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/30 16:15:54 Modified files: sys/uvm : uvm_map.c Log message: temporarily neuter the syscall-callfrom check as a few people haven't crossed over the ABI break as easily as expected. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/30 16:48:27 Modified files: net/py-IP : Makefile Log message: Move test to MODPY_PYTEST. Drop do-test target. This incidentally renables another 4 regression tests. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/30 17:07:03 Modified files: net/py-dnspython: 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/30 17:26:09 Modified files: net/py-geventhttpclient: Makefile Log message: Move from custom do-test target to MODPY_PYTEST CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/30 17:34:29 Modified files: net/py-idna : Makefile Log message: Move tests to MODPY_PYTEST (Old way reports running over 7000 tests. It is counting every little iteration in one of the 26 tests. We're not losing tests). CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/30 17:44:16 Modified files: net/py-ipaddr : Makefile Log message: Move tests to MODPY_PYTEST CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/30 17:56:09 Modified files: net/py-netaddr : Makefile Log message: Move custom invocation of pytest to MODPY_PYTEST CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/30 18:25:31 Modified files: net/py-ripe.atlas.cousteau: Makefile Log message: Fix and enable tests. Add MODPY_PYTEST and add missing devel/py-backports-ssl-match-hostname TEST_DEPENDS to python2 flavor CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/30 18:28:23 Modified files: net/py-ripe.atlas.sagan: Makefile Log message: Move tests to MODPY_PYTEST CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/30 19:22:12 Modified files: net/py-ripe.atlas.tools: Makefile Log message: Enable tests using MODPY_PYTEST. Need to define PORTHOME. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/30 19:43:00 Modified files: net/py-slixmpp : Makefile Log message: Drop custom do-test target and move to MODPY_PYTEST CVSROOT: /cvs Module name: ports Changes by: lteo@cvs.openbsd.org 2019/11/30 20:19:10 Modified files: net/snort : Makefile distinfo net/snort/patches: patch-src_dynamic-plugins_sf_engine_Makefile_in patch-src_dynamic-preprocessors_Makefile_in patch-src_dynamic-preprocessors_appid_Makefile_in patch-src_dynamic-preprocessors_dcerpc2_Makefile_in patch-src_dynamic-preprocessors_dnp3_Makefile_in patch-src_dynamic-preprocessors_dns_Makefile_in patch-src_dynamic-preprocessors_ftptelnet_Makefile_in patch-src_dynamic-preprocessors_gtp_Makefile_in patch-src_dynamic-preprocessors_imap_Makefile_in patch-src_dynamic-preprocessors_modbus_Makefile_in patch-src_dynamic-preprocessors_pop_Makefile_in patch-src_dynamic-preprocessors_reputation_Makefile_in patch-src_dynamic-preprocessors_sdf_Makefile_in patch-src_dynamic-preprocessors_sip_Makefile_in patch-src_dynamic-preprocessors_smtp_Makefile_in patch-src_dynamic-preprocessors_ssh_Makefile_in patch-src_dynamic-preprocessors_ssl_Makefile_in patch-src_log_c patch-src_preprocessors_Stream6_snort_stream_tcp_c Log message: Update to Snort 2.9.15, from maintainer Markus Lude. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/30 20:27:50 Modified files: graphics/pycha : Makefile Log message: Move tests to MODPY_PYTEST CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/11/30 20:48:48 Removed files: sys/arch/alpha/stand/boot: test.c Log message: Remove unused test program. OK deraadt@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/30 21:16:09 Modified files: net/py-s3transfer: Makefile Log message: Move testing to MODPY_PYTEST CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/11/30 21:33:28 Modified files: net/py-zmq : Makefile Log message: Fix tests by moving to MODPY_PYTEST. Drop TEST_IS_INTERACTIVE CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/30 21:45:16 Modified files: distrib/sets/lists/etc: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/30 21:49:29 Modified files: sys/arch/octeon/stand/rdboot: Makefile Log message: this hexdump tie-in is incorrect, disable for now CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/11/30 22:16:40 Modified files: etc/etc.i386 : disktab distrib/i386/ramdisk_cd: Makefile Log message: grow i386 cd ramdisk a little bit CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/12/01 02:36:29 Modified files: infrastructure/mk: README.internals Log message: update the internals with a few more details CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/12/01 03:25:50 Modified files: sys/sys : exec_elf.h Log message: revert exec_elf.h rev 1.85 committed by mistake as part of an unrelated change CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2019/12/01 03:30:37 Modified files: usr.sbin/sysupgrade: sysupgrade.sh Log message: Simplify sets directory check and creation (/home/_syspatch). It can now be a symlink. ok naddy@ solene@ kn@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/12/01 03:37:50 Modified files: multimedia/yle-dl: Makefile distinfo Log message: Update yle-dl to 20190614. From maintainer Timo Myyra back in August, thanks! CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2019/12/01 05:11:56 Modified files: sbin/iked : iked.conf.5 Log message: Explain how ipcomp can be enabled. ok reyk@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/12/01 06:10:52 Modified files: sys/sys : exec_elf.h share/man/man5 : elf.5 Log message: Change Elf64 types and structs to match the System V ABI specification. Change Elf64_Half from a uint32_t type to a uint16_t type. The size of structs do not change as the previous uses of Elf64_Half become Elf64_Word (uint32_t). Remove Elf64_Quarter as 16 bit values now use Elf64_Half. Replace Elf_Byte use with unsigned char. Change some uses of Elf64_Xword to Elf64_Addr (both uint64_t). Corrects behaviour with libelf where the file size of a symtab section came back as 26 not 24 as libelf determines this by the size of a the involved types not the size of the struct in exec_elf.h. As a result libelf's elf_getdata() returned ELF_E_SECTION due to the size of the section not being a multiple of the file size of the section type. This occurred with the new runtime linker for radeon shaders in Mesa 19.2. Sync description of Elf32 and Elf64 types in elf(5) with FreeBSD and adjust types in structs mentioned. ok guenther@ deraadt@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/12/01 06:14:39 Modified files: lib/libelf : shlib_version Log message: crank libelf major for exec_elf.h changes CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/12/01 06:19:34 Modified files: distrib/sets/lists/base: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2019/12/01 07:24:17 Modified files: graphics/geeqie: Makefile distinfo graphics/geeqie/patches: patch-Makefile_am patch-src_window_c graphics/geeqie/pkg: PLIST Log message: Update to geeqie-1.5.1. Oriinal diff from clematis (clematis at insiberia net), thanks! Comments and OK landry@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2019/12/01 07:37:34 Modified files: sbin/unwind : frontend.c parse.y printconf.c resolver.c unwind.c unwind.conf.5 unwind.h Log message: Allow forcing specific domains to be resolved by specific resolvers; Handles typical split-horzizon setups. ok florian@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/12/01 07:49:15 Modified files: sysutils/diffoscope: Makefile distinfo Log message: Update to diffoscope-133 CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/12/01 07:55:22 Modified files: fonts/sgi-fonts: Makefile Log message: Remove dead HOMEPAGE. Hewlett Packard Enterprise acquired SGI in November 2016. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/12/01 08:41:43 Modified files: sys/scsi : ch.c Log message: Don't overwrite original error returned by scsi_do_mode_sense(). CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/12/01 09:26:11 Modified files: sys/scsi : scsi_base.c Log message: Make prototype and implementation signatures the same by removing 'const' from the only two 'const int' instances. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/12/01 09:56:26 Modified files: sys/scsi : scsi_base.c Log message: Tweak variable names to be consistent with 'pg_code' and 'pg_length' field names in sense mode structs. CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2019/12/01 11:17:32 Modified files: lib/libc/sys : execve.2 sys/kern : kern_exec.c Log message: comply with POSIX and make execve() return EACCES for directories ok millert@ deraadt@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2019/12/01 11:19:52 Modified files: sbin/unwind : unwind.conf.5 Log message: Add missing space between "accept" and "bogus" CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/12/01 11:20:29 Modified files: devel/lpeg : Makefile Log message: Fix broken HOMEPAGE. CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2019/12/01 11:41:32 Modified files: devel/got : Makefile distinfo Log message: Update to got-0.22 - allow empty diff context context (-C0) in 'got diff' (kn@) - add '-s search-pattern' option to 'got log' (kn@) - forward rebased branch if there are no commits to rebase, instead of error - parse remote repository URLs from gitconfig - actually forbid new reference names with a leading '-', as intended - convert tree entries from SIMPLEQ to an array for better performance - compile static binaries in PROFILE build CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2019/12/01 11:57:21 Modified files: devel/got : distinfo Log message: upstream re-rolled tarball to fix bogus tag 0.22 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/12/01 13:34:46 Modified files: mail/kopano : Makefile.inc mail/kopano/core: Makefile distinfo mail/kopano/core/patches: patch-Makefile_am patch-common_ECChannel_cpp patch-configure_ac patch-provider_server_ECServer_cpp patch-provider_server_ECSoapServerConnection_cpp patch-spooler_DAgent_cpp patch-spooler_Spooler_cpp mail/kopano/core/pkg: PLIST-main Removed files: mail/kopano/core/patches: patch-common_platform_linux_cpp Log message: update to 9.0.1 CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/12/01 13:59:12 Modified files: multimedia/yle-dl: Makefile distinfo multimedia/yle-dl/pkg: PLIST Log message: Update yle-dl to 20191022. From maintainer Timo Myyra via private mail, thanks! CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2019/12/01 14:12:43 Modified files: sys/netinet : in.c Log message: Don't require a valid sa_len for a bunch of IPv4 "get" ioctls Same fix as for the IPv6 case. Fixes a regression in ports/net/openvpn spotted by landry@, ok bluhm@ CVSROOT: /cvs Module name: src Changes by: fcambus@cvs.openbsd.org 2019/12/01 14:14:14 Modified files: sys/dev/pci : auvia.c Log message: Add sizes for free() in auvia(4). OK mpi@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/12/01 14:58:57 Modified files: editors/dte : Makefile distinfo Log message: Update to dte-1.9.1; just build system fixes. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/12/01 15:03:11 Modified files: benchmarks/siege: Makefile distinfo benchmarks/siege/patches: patch-configure patch-doc_Makefile_in patch-utils_siege_config_in benchmarks/siege/pkg: PLIST Log message: Update siege to 4.0.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/01 15:44:13 Modified files: x11/vlc : Makefile distinfo x11/vlc/patches: patch-compat_Makefile_am patch-configure_ac patch-modules_access_v4l2_lib_c patch-modules_access_v4l2_v4l2_h patch-share_Makefile_am patch-src_posix_thread_c x11/vlc/pkg : PFRAG.amd64-main PFRAG.i386-main PLIST-jack PLIST-main Added files: x11/vlc/patches: patch-modules_access_http_Makefile_am Removed files: x11/vlc/patches: patch-include_vlc_atomic_h patch-include_vlc_fixups_h patch-include_vlc_playlist_h patch-modules_codec_avcodec_audio_c patch-modules_codec_avcodec_avcommon_compat_h patch-modules_codec_avcodec_encoder_c patch-modules_codec_avcodec_subtitle_c patch-modules_codec_avcodec_video_c 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-src_misc_mtime_c Log message: Major update to vlc-3.0.8. Committing early in the release cycle to be able to fix regressions. from Brad (maintainer) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/01 18:38:06 Modified files: sys/stand/boot : cmd.c Log message: For 32 bit systems, cast the long long used by strtoll() to unsigned long and then a void * for calling the hexdump() operator with bluhm CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/01 19:05:06 Modified files: usr.sbin/rpki-client: main.c Log message: missing | leads to incompete results CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/01 19:06:51 Modified files: usr.sbin/rpki-client: main.c Log message: linewrap usage CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/01 19:11:13 Modified files: usr.sbin/rpki-client: extern.h main.c output-bgpd.c output-bird.c output-csv.c output-json.c Log message: output_createtmp() remembers the true name, so output_finish() does not need to replay it. CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2019/12/01 19:24:29 Modified files: sys/kern : kern_tc.c Log message: tc_windup: separate timecounter.tc_freq_adj from timehands.th_adjustment We currently mix timecounter.tc_freq_adj and timehands.th_adjtimedelta in ntp_update_second() to produce timehands.th_adjustment, our net skew. But if you set a low enough adjfreq(2) adjustment you can freeze time. This prevents ntp_update_second() from running again. So even if you then set a sane adjfreq(2) you cannot unfreeze time without rebooting. If we just reread timecounter.tc_freq_adj every time we recompute timehands.th_scale we avoid this trap. visa@ notes that this is more costly than what we currently do but that the cost itself is negligible. Intuitively, timecounter.tc_freq_adj is a constant skew and should be handled separately from timehands.th_adjtimedelta, an adjustment that we chip away at very slowly. tedu@ notes that this problem is sort-of an argument for imposing range limits on adjfreq(2) inputs. He's right, but I think we should still separate the counter adjustment from the adjtime(2) adjustment, with or without range limits. ok visa@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/01 19:45:18 Modified files: etc : Makefile distrib/sets/lists/etc: mi Log message: sync names CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/12/01 20:38:13 Modified files: sys/dev/pci/drm/amd/powerplay/hwmgr: smu7_hwmgr.c Log message: drm/amd/powerplay: issue no PPSMC_MSG_GetCurrPkgPwr on unsupported ASICs From Evan Quan 8a67fbf6597122c4a5e2c48716bc441364357eef in linux 4.19.y/4.19.87 355d991cb6ff6ae76b5e28b8edae144124c730e4 in mainline linux CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/12/01 20:38:57 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm net : Makefile Removed files: net/py-oauth2 : Makefile distinfo net/py-oauth2/patches: patch-setup_py net/py-oauth2/pkg: DESCR PLIST Log message: Remove net/py-oauth2 This port is python2-only and has no consumers. ok bcallah CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/12/01 20:41:13 Modified files: sys/dev/pci/drm/i915: i915_gem_userptr.c Log message: drm/i915/userptr: Try to acquire the page lock around set_page_dirty() From Chris Wilson e80e88ef6057c7947409bda9898387d25e54aaa9 in linux 4.19.y/4.19.87 2d691aeca4aecbb8d0414a777a46981a8e142b05 in mainline linux CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/12/01 21:42:47 Modified files: sysutils/py-daemon: Makefile Log message: Move tests to MODPY_PYTEST CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/12/01 22:06:07 Modified files: sysutils/py-statgrab: Makefile Log message: Move tests from custom do-test to MODPY_PYTEST Also drop TEST_DEPENDS on self in favor of pointing at compiled version CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/12/01 22:20:32 Modified files: telephony/py-phonenumbers: Makefile Log message: Move tests to MODPY_PYTEST. This gives us 322 regression tests rather than only 26. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2019/12/01 23:26:52 Modified files: sbin/unwind : frontend.c resolver.c resolver.h unwind.h usr.sbin/unwindctl: parser.c parser.h unwindctl.c Log message: Add an "all" mode for status and a much more compact and readable histogram display; remove the why bogus status message; ok florian@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2019/12/02 00:07:19 Modified files: www/nextcloud : Makefile distinfo www/nextcloud/pkg: PLIST Log message: Update for Nextcloud to 17.0.1 Tested by some people CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2019/12/02 00:08:08 Modified files: www/nextcloud : Tag: OPENBSD_6_6 Makefile distinfo www/nextcloud/pkg: Tag: OPENBSD_6_6 PLIST Log message: Update for Nextcloud to 17.0.1 Tested by some people. CVSROOT: /cvs Module name: www Changes by: fcambus@cvs.openbsd.org 2019/12/02 01:34:39 Modified files: . : grp-tmpl.txt Log message: Sync with reality. Since build/groups.dat r1.132 in early 2016 URLs do not have trailing slashes anymore and "Irregular" is capitalized. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2019/12/02 01:56:04 Modified files: sbin/unwind : resolver.c Log message: increment refcount before doing the call to resolve(); ok florian@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/12/02 03:36:51 Modified files: infrastructure/mk: bsd.port.mk Log message: for the packaging step - don't use $@D so that we can put two targets in there - set a variable to add the debug package to the targets This fixes behavior in the very specific case the normal package was already built without DEBUG_PACKAGES and you're repackaging with DEBUG_PACKAGES set. okay landry@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/02 04:18:23 Modified files: textproc/py-pygments: Makefile distinfo Log message: update to py-pygments 2.5.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/02 04:23:17 Modified files: net/pear-Net-SMTP: Makefile distinfo Log message: update to pear-Net_SMTP-1.9.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/02 04:26:13 Modified files: www/c-icap/c-icap: Makefile distinfo www/c-icap/c-icap/pkg: PLIST-db PLIST-ldap PLIST-main Log message: update to c-icap 0.5.6 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/02 04:28:49 Modified files: www/c-icap/modules: Makefile distinfo www/c-icap/modules/pkg: PLIST-main PLIST-urlcheck Removed files: www/c-icap/modules/patches: patch-services_virus_scan_clamav_mod_c Log message: update to c_icap_modules 0.5.4 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/02 04:31:33 Modified files: databases/freetds: Makefile distinfo Log message: update to freetds-1.1.23 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/02 04:38:22 Modified files: infrastructure/mk: bsd.port.mk Log message: Change the gettext-tools poisoning to use _BUILDLIB_DEPENDS instead of BUILD_DEPENDS and simplify (it's always defined, so no need for a "is defined" check). Although it's not used often there is now an external-facing library that is part of gettext-tools so it's valid to have it listed as a LIB_DEPENDS rather than a BUILD_DEPENDS. _BUILDLIB_DEPENDS suggested by espie@ naddy@ as an improvement to my more complex and less complete "check BUILD_DEPENDS and LIB_DEPENDS" which ignored multi-packages. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/02 05:02:05 Modified files: infrastructure/mk: bsd.port.mk Log message: oops, adjust previous to unbreak (needed _BUILDLIB_DEPENDS in addition to BUILD_DEPENDS rather than replacing) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/02 05:19:55 Modified files: mail/mutt : Makefile distinfo mail/mutt/patches: patch-main_c mail/mutt/pkg : DESCR PLIST Log message: update to mutt-1.13.0. enable the new support for autocrypt in the gpgme flavour. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/02 05:20:15 Modified files: mail/neomutt : Makefile mail/neomutt/pkg: DESCR Log message: enable neomutt's new support for autocrypt in the gpgme flavour. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/12/02 06:48:29 Modified files: devel/spidermonkey60: Makefile Added files: devel/spidermonkey60/patches: patch-js_src_wasm_WasmSignalHandlers_cpp Log message: Allow spidermonkey60 to build and run on mips64*. Report, Makefile diff, and testing from . ok kmos@, jasper@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/12/02 07:01:26 Modified files: sys/uvm : uvm_map.c Log message: Stop supporting UVM_FLAG_TRYLOCK in uvm_mapanon(), it is not used. ok tedu@, visa@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/12/02 07:16:45 Modified files: devel/py-prompt_toolkit: Makefile distinfo devel/py-prompt_toolkit/pkg: PLIST Log message: Revert to py-prompt-toolkit-1.0.15. devel/ipython requires a specific version. OK kmos@, sthen@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/12/02 07:35:35 Modified files: x11/spectrwm : Makefile distinfo x11/spectrwm/patches: patch-Makefile patch-lib_Makefile patch-spectrwm_1 patch-spectrwm_c x11/spectrwm/pkg: PLIST Log message: Update to spectrwm HEAD. libswmhack, which is part of spectrwm, needs to be linked against libX11. This has been discussed with upstream, and a fix has been committed. Instead of cherry-picking this fix, update to HEAD. Default behaviour has not changed, although new features have been added: - Support for pledge (which we already cherry-picked) - Extension of disable_border option with `always` - Xinput2 support - Updated baraction script - Multi-section status bar, unicode icons, font and color text markup Added myself as co-maintainer. Discussed with gonzalo@ (maintainer). OK gonzalo@@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/12/02 07:37:49 Modified files: sysutils : Makefile Removed files: sysutils/py-cef: Makefile distinfo sysutils/py-cef/pkg: DESCR PLIST Log message: Remove sysutils/py-cef sysutils/py-cef is python2-only and has no consumers. It wwas brought in for the www/mozilla-sync port which was removed 14 months ago (and was unlinked for years before that). ok jasper landry sthen jca bcallah CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/12/02 07:40:53 Modified files: sbin/unwind : resolver.c Log message: Use a unified cache in all libunbound based resolvers. OK otto CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/12/02 08:01:18 Modified files: sys/kern : vfs_lockf.c Log message: Remove now unneeded kernel locking from vfs_lockf.c. OK mpi@ anton@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/12/02 08:02:32 Modified files: sys/kern : vfs_lockf.c Log message: Replace rwsleep(9) with rwsleep_nsec(9) in vfs_lockf.c. Prompted by and OK cheloha@ OK mpi@ anton@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/12/02 08:10:27 Modified files: sys/scsi : scsi_base.c Log message: Don't forget the scsi_vpd_header when calculating the number of bytes obtained by scsi_inquire_vpd(). CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/12/02 08:31:36 Modified files: sysutils/py-psutil: Makefile Log message: Move tests to MODPY_PYTEST CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/12/02 08:35:35 Modified files: usr.bin/units : units.lib Log message: update currency exchange rates; CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2019/12/02 09:00:13 Modified files: sbin/unwind : resolver.c Log message: Save the computed median to avoid having it to compute it all the time; ok florian@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/02 10:19:25 Modified files: libexec/ld.so : Makefile Log message: It is not always clear what ld.so was backed up to ld.so.backup, and better that folk doing development in here use their own cp tooling. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/12/02 10:53:05 Modified files: sys/scsi : scsi_base.c Log message: Have SCSIDEBUG show the number of bytes of VPD inquiry data received, not the number of bytes that were available in the buffer. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/12/02 11:59:03 Modified files: infrastructure/mk: bsd.port.mk Log message: simpler check for gettext dependency anywhere in BUILD_DEPENDS. We're in bsd.port.mk, so we're allowed to use internals, and _BUILD_DEP contains exactly what we need. okay naddy@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/12/02 12:25:52 Modified files: usr.bin/tmux : key-bindings.c Log message: Remove client menu, I don't think it adds anything. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/12/02 14:44:28 ports/converters/py-num2words/patches Update of /cvs/ports/converters/py-num2words/patches In directory cvs.openbsd.org:/tmp/cvs-serv44115/patches Log Message: Directory /cvs/ports/converters/py-num2words/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/12/02 14:45:27 Modified files: converters/py-num2words: Makefile Added files: converters/py-num2words/patches: patch-setup_py patch-tests_test_cli_py Log message: Enable tests using MODPY_PYTEST. Patch out the handful of tests that need the unported delegator.py CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2019/12/02 14:47:55 Modified files: share/man/man9 : timeout.9 sys/kern : kern_timeout.c kern_tc.c uipc_socket.c sys/sys : timeout.h usr.sbin/trpt : trpt.c Log message: Revert "timeout(9): switch to tickless backend" It appears to have caused major performance regressions all over the network stack. Reported by bluhm@ ok deraadt@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2019/12/02 14:50:11 Modified files: usr.bin/grep : grep.c Log message: With -R assume that "." was passed instead of printing a warning Saner default behavior that matches GNU grep. Diff from miod@, support from espie@, ok visa@ millert@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/12/02 15:07:20 Modified files: usr.sbin/tcpdump: print-dhcp6.c print-udp.c interface.h Log message: rewrite dhcpv6 parsing so it follows the rfc, not an incompat draft. it looks like this code was using draft-ietf-dhc-dhcpv6-14 from 1999. there were 27 drafts, and by the time it got to draft 23 and the rfc it was significantly different. this code for draft 14 cannot handle actual dhcpv6 messages. im kind of surprised (disappointed?) that noone noticed before. i only noticed cos the code was segfaulting on sparc64, and when i tried to fix it the resulting messages looked nothing like what stock tcpdump produced. the main difference between the early drafts and what ended up in the rfc is that the base dhcpv6 messages in early drafts were large structure with a lot of fixed fields, while the rfc settled on a 4 byte header that contains a 1 byte message type and a 3 byte transaction id. the rest of the messages are built from dhcp options fields. this cuts all the old handling out, and fixes the fault in the options handling by using EXTRACT_16BITS to get at the code and length fields instead of using ntohs. dhcpv6 explicitly states that it does not align options, so this is necessary to avoid faults on strict alignment archs anyway. no options are pretty printed at the moment, you just get a numeric type, a length, and a hexdump of the value. this is still better than the garbage that the draft parsing produced. if someone is interested in making this easier to read, it would be a straightforward and well contained project to better handle option printing. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/12/02 15:08:58 Removed files: usr.sbin/tcpdump: dhcp6.h dhcp6opt.h Log message: the dhcp6 printing doesn't need these files anymore. they were based on draft-ietf-dhc-dhcpv6-14, which was not what ended up in the dhcpv6 rfc(s). the current printing code is a lot smaller and self contained. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2019/12/02 15:17:32 Modified files: usr.bin/patch : common.h ed.c patch.c pch.c pch.h util.c Log message: Use getline(3) to handle lines longer than 8192 bytes in patch files Spotted by jsg@ when working on mesa. Diff tested by sthen@ in a partial i386 bulk. Input from and ok jsg@ millert@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/02 15:20:38 Modified files: lang/go : Makefile Log message: actually pass ${MAKE_ENV}, GO386=387 wasn't getting correctly passed through for lang/go itself (though was working for ports built using go.port.mk). CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2019/12/02 15:23:19 Modified files: usr.bin/patch : pch.c Log message: Tweak previous, using fputs here was fine CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/12/02 15:30:42 Modified files: audio/picard : distinfo audio/picard/pkg: PLIST Removed files: audio/picard/patches: patch-setup_py Log message: Update audio/picard 2.1.3 -> 2.2.3 Updated brings a number of fixes and new features: https://picard.musicbrainz.org/changelog/ Patch is removed as it has been upstreamed. ok sthen CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/12/02 15:32:02 Modified files: usr.sbin/tcpdump: print-gre.c print-udp.c Log message: add support for VXLAN-GPE as per draft-ietf-nvo3-vxlan-gpe-08. it's nicely backwards compatible, so we can use the same code for both vxlan and vxlan-gpe. CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2019/12/02 15:32:18 Modified files: usr.bin/ftp : fetch.c Log message: Tweak inaccurate comment CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/12/02 15:40:38 Log message: devel/py-characteristic characteristic: Python attributes without boilerplate. characteristic is an MIT-licensed Python package with class decorators that ease the chores of implementing the most common attribute-related object protocols. Version 14.3.0 ok sthen Status: Vendor Tag: kmos Release Tags: kmos_20191202 N ports/devel/py-characteristic/Makefile N ports/devel/py-characteristic/distinfo N ports/devel/py-characteristic/pkg/DESCR N ports/devel/py-characteristic/pkg/PLIST N ports/devel/py-characteristic/patches/patch-setup_cfg No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/12/02 15:41:38 Log message: devel/py-fields Container class boilerplate killer. An alternative to characteristic and attrs. Version 5.0.0 ok sthen Status: Vendor Tag: kmos Release Tags: kmos_20191202 N ports/devel/py-fields/Makefile N ports/devel/py-fields/distinfo N ports/devel/py-fields/pkg/DESCR N ports/devel/py-fields/pkg/PLIST N ports/devel/py-fields/patches/patch-setup_cfg No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/12/02 15:43:24 Modified files: devel : Makefile Log message: Hook py-characteristic and py-fields up to the build CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/12/02 15:47:52 Modified files: devel/py-mock : Makefile distinfo devel/py-mock/pkg: DESCR PLIST Log message: Update devel/py-mock 2.0.0 -> 3.0.5 Bring this port up to date. Drop py-pbr as BUILD_DEPENDS (sthen pointed out it is no longer used). Took MAINTAINER while here ok sthen CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/02 16:04:49 Modified files: regress/sys/kern/syscall_segment/lib: Makefile regress/sys/kern/syscall_segment/main: Makefile Added files: regress/sys/kern/syscall_segment/lib: syscall_library.c regress/sys/kern/syscall_segment/main: syscall_main.c Removed files: regress/sys/kern/syscall_segment/lib: syscall_segment.c regress/sys/kern/syscall_segment/main: syscall_segment.c Log message: rename binaries to differentiate failure cases (in dmesg output) between the two cases "syscall in main program" (will succeed until we fix go) and "syscall in library" (now properly fails) ok mortimer CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2019/12/02 16:32:29 Modified files: lang/ghc : ghc.port.mk Log message: Enforce nojunk for hs ports, because ghc-pkg has some race condition. prodded by espie@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/12/02 18:43:33 Modified files: usr.sbin/tcpdump: Makefile interface.h print-ether.c print-gre.c Added files: usr.sbin/tcpdump: print-nsh.c Log message: add support for printing RFC 8300 Network Service Header (NSH) ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: pamela@cvs.openbsd.org 2019/12/02 19:05:20 Modified files: www/py-mastodon.py: Makefile Log message: enable tests, now that test dependencies are satisfied OK danj phessler CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/12/02 21:30:25 Log message: Import devel/py-jaraco-functools DESCR: Additional functools in the spirit of stdlib's functools. Port includes feedback from pamela@. Thank you! OK pamela@ Status: Vendor Tag: bket Release Tags: bket_20191203 N ports/devel/py-jaraco-functools/Makefile N ports/devel/py-jaraco-functools/distinfo N ports/devel/py-jaraco-functools/pkg/DESCR N ports/devel/py-jaraco-functools/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: asou@cvs.openbsd.org 2019/12/02 22:03:37 Modified files: lib/libc/stdio : fwide.c Log message: fwide() does not unlock if error was occurred. ok guenther@ and deraadt CVSROOT: /cvs Module name: ports Changes by: otto@cvs.openbsd.org 2019/12/02 23:46:09 Modified files: net/powerdns : Makefile distinfo Log message: Update PowerDNS Authoritative Server to 4.2.1 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/12/02 23:53:04 Modified files: lib/libssl/man : SSL_CTX_set_cipher_list.3 Log message: Fix typo: ECHD -> ECDH. From Michael Forney, thanks! CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2019/12/03 01:48:49 Modified files: usr.bin/grep : grep.1 Log message: Document implicit "." default file for -R OK visa deraadt CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2019/12/03 02:08:05 Modified files: sys/dev/fdt : rkclock.c rkclock_clocks.h Log message: Add support for the RK3399's PWM clock to rkclock(4). ok kurt@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2019/12/03 02:08:49 Modified files: sys/dev/fdt : files.fdt sys/arch/arm64/conf: GENERIC RAMDISK Added files: sys/dev/fdt : rkpwm.c Log message: Add rkpwm(4), a driver for the RK3399's PWM controller. ok kurt@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2019/12/03 02:12:46 Modified files: sys/dev/fdt : files.fdt sys/arch/arm64/conf: GENERIC RAMDISK Added files: sys/dev/fdt : pwmfan.c Log message: Add pwmfan(4), a driver for PWM-regulated fans. ok kurt@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2019/12/03 02:14:37 Modified files: usr.bin/grep : grep.c util.c Log message: With -R and an implicit ".", don't prepend file paths with "./" Looks nicer and matches the output of GNU grep. ok millert@ deraadt@ visa@ miod@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2019/12/03 02:17:20 Modified files: sys/dev/ofw : ofw_thermal.c Log message: Since device tree trip points might not be sorted, but our code expected a sorted list, do the sorting ourselves upon parsing the trip points. ok kurt@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/12/03 02:22:51 Modified files: audio/picard : Makefile Log message: Missing bits for the picard-2.2.3 update CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2019/12/03 02:34:53 Modified files: share/man/man4 : sxipwm.4 Log message: Allinner -> Allwinner CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2019/12/03 02:37:04 Modified files: share/man/man4 : Makefile Added files: share/man/man4 : rkpwm.4 Log message: rkpwm(4) CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2019/12/03 02:40:56 Modified files: share/man/man4 : Makefile Added files: share/man/man4 : pwmfan.4 Log message: pwmfan(4) CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2019/12/03 02:46:46 Modified files: share/man/man4 : Makefile Added files: share/man/man4 : rkemmcphy.4 Log message: rkemmcphy(4) CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/12/03 03:47:23 Modified files: usr.bin/tmux : attributes.c grid.c options.c server-client.c window-buffer.c window-client.c window-tree.c Log message: Style nits in function arguments. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/03 04:15:31 Modified files: devel/meson : Makefile distinfo meson.port.mk Removed files: devel/meson/patches: patch-mesonbuild_backend_backends_py Log message: Update to meson-0.52.1. CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2019/12/03 05:38:34 Modified files: sbin/iked : config.c iked.h ikev2.c ikev2.h parse.y policy.c Log message: Correctly represent flows as traffic selectors as described in RFC 7296. This allows us to deduplicate the network ranges sent in the TS payload and saves some bytes on the wire. ok patrick@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/12/03 06:25:57 Modified files: sys/scsi : scsi_base.c Log message: Add display of mode sense data to SCSIDEBUG. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/12/03 06:28:19 Modified files: games/dxx-rebirth: Makefile Log message: Fix the build on arm64. ok phessler@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/03 07:27:58 Modified files: textproc/solr : Makefile distinfo Log message: update to solr-8.3.1 CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2019/12/03 07:35:05 Modified files: sbin/unwind : control.c resolver.c usr.sbin/unwindctl: parser.c parser.h unwindctl.8 unwindctl.c Log message: No more status subcommands; ok florian@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/12/03 07:56:42 Modified files: lib/libtls : tls_ocsp.c Log message: Add missing RCS tag. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2019/12/03 08:14:49 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/12/03 08:14:59 Modified files: devel/nspr : Makefile distinfo devel/nspr/pkg : PLIST Log message: Update to nspr 4.24 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/12/03 08:52:33 Modified files: math/ebc : Makefile distinfo Log message: Update to ebc-2.4.0 Changelog: https://github.com/gavinhoward/bc/releases/tag/2.4.0 CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/12/03 08:58:28 Modified files: sys/scsi : scsi_base.c scsi_disk.h scsiconf.h sd.c Log message: Check for expected mode sense page code as well as expected mode page length when constructing the pointer to the page data. Remove now unneeded DISK_PGCODE(). Usual misc whitespace/modernization tweaks to functions being modified. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/12/03 08:59:24 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: Annotate test vector files with an enum which we can then pass to the run*Test programs as needed. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/03 09:00:25 Modified files: devel/boehm-gc : Makefile Log message: build debug packages for boehm-gc CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/12/03 09:02:49 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: Add an EcPoint variant and pass it to the ECDH test runner. CVSROOT: /cvs Module name: ports Changes by: pamela@cvs.openbsd.org 2019/12/03 09:03:29 Modified files: devel/py-test-cov: Makefile distinfo Log message: update to py-test-cov 2.8.1 OK phessler CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/12/03 09:05:14 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: Run Wycheproof ECDSA P1363 test vectors against libcrypto. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/12/03 09:07:22 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: update to-do list CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/12/03 09:14:00 Modified files: sbin/unwind : frontend.c Log message: Remove useless log_debug() calls. Looks good to otto CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/12/03 09:14:31 Modified files: sbin/unwind : resolver.c Log message: Remove useless log_debug() calls. Looks good to otto CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/12/03 09:15:41 Modified files: sbin/unwind : resolver.c Log message: No need to store "why_bogus" with the resolver, we are no longer showing it in unwindctl. But log it with level warn for check_resolver so that one can find out what's wrong with a resolver strategy. looks good to otto CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/12/03 09:16:25 Modified files: sbin/unwind : resolver.c unwind.c unwind.h Log message: Add one more debug level and enable very detailed libunbound logging with this. Currently only available as a command line flag (-vvv). With this we now have two debug levels available in unwind proper, to be used shortly. looks good to otto CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/12/03 09:17:00 Modified files: sbin/unwind : resolver.c Log message: Cleanup check_resolver_done() debug logging. Log answer packet only at debug level 2. looks good to otto CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/12/03 09:17:48 Modified files: sbin/unwind : frontend.c resolver.c Log message: Cleanup query logging. Debug log level 1 gives us basic query progress, level 2 writes out packages. looks good to otto CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/12/03 09:18:23 Modified files: usr.sbin/unwindctl: unwindctl.c Log message: nicer learned resolver formating OK otto CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/12/03 09:49:45 Modified files: www/mozilla : mozilla.port.mk Log message: Bump dependency to nss 3.47.1 for gecko 71. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/12/03 09:50:14 Modified files: www/seamonkey : Makefile Log message: Bump for mozilla.port.mk change CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/12/03 10:00:46 Modified files: www/mozilla-firefox: Makefile distinfo www/mozilla-firefox/files: all-openbsd.js www/mozilla-firefox/patches: patch-js_src_jit_ProcessExecutableMemory_cpp www/mozilla-firefox/pkg: PLIST README Added files: www/mozilla-firefox/files: pledge.content pledge.gpu pledge.main unveil.content unveil.gpu unveil.main www/mozilla-firefox/patches: patch-browser_app_profile_firefox_js patch-dom_ipc_ContentChild_cpp patch-dom_ipc_moz_build patch-gfx_ipc_GPUProcessImpl_cpp patch-media_libcubeb_src_moz_build patch-toolkit_library_moz_build patch-toolkit_modules_subprocess_subprocess_worker_unix_js patch-toolkit_system_gnome_nsGIOService_cpp Log message: Update to firefox 71.0. See https://www.mozilla.org/en-US/firefox/71.0/releasenotes/ Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2019-36/ - Adds unveil support (cf #1580271): firefox can now only access files from /tmp & ~/Download by default, as chrome does - pledge the gpu process (cf #1580268) - overhaul pledge configuration which now lives in root-owned files and can be overriden in /etc/firefox, cf #1584839. - fix sound with unveil by disabling sndio lazy loading, cf #1596546 most of the work done by jcs@, upstreaming by yours truly - this has been commited to firefox 72, but backport it to 71 so that it gets wider testing. See /usr/local/share/doc/pkg-readmes/firefox for configuration changes. Note that security.sandbox.pledge.main & security.sandbox.pledge.content about:config keys are now useless. Add 3 patches to fix the build with upcoming rust 1.39, from semarie@. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/12/03 10:01:10 Modified files: www/firefox-i18n: Makefile.inc distinfo Log message: Update to firefox-i18n 71.0 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/12/03 10:02:20 Modified files: www/firefox-esr: Makefile distinfo www/firefox-esr-i18n: Makefile.inc distinfo Added files: www/firefox-esr/patches: patch-third_party_rust_bindgen_src_ir_analysis_has_vtable_rs patch-third_party_rust_bindgen_src_ir_analysis_sizedness_rs patch-third_party_rust_bindgen_src_ir_derive_rs Log message: Update to firefox-esr 68.3.0. See https://www.mozilla.org/en-US/firefox/68.3.0/releasenotes/ Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2019-37/ Add patches to fix build with upcoming rust 1.39, from semarie@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/12/03 10:02:58 Modified files: www/firefox-esr: Tag: OPENBSD_6_6 Makefile distinfo Log message: MFC: update to firefox-esr 68.3.0. See https://www.mozilla.org/en-US/firefox/68.3.0/releasenotes/ Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2019-37/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/12/03 10:04:26 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Added files: mail/mozilla-thunderbird/patches: patch-third_party_rust_bindgen_src_ir_analysis_has_vtable_rs patch-third_party_rust_bindgen_src_ir_analysis_sizedness_rs patch-third_party_rust_bindgen_src_ir_derive_rs Log message: Update to thunderbird 68.3.0. See https://www.thunderbird.net/en-US/thunderbird/68.3.0/releasenotes/ Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2019-37/ Add patches to fix the build with upcoming rust 1.39, from semarie@ While here enable the build on arm64, who knows.. CVSROOT: /cvs Module name: ports Changes by: feinerer@cvs.openbsd.org 2019/12/03 10:14:54 Modified files: textproc/py-pdfminer: Makefile distinfo Log message: Update to PDFMiner 20191125 CVSROOT: /cvs Module name: xenocara Changes by: deraadt@cvs.openbsd.org 2019/12/03 10:44:29 Modified files: app/xlockmore : Makefile.bsd-wrapper Log message: disable opengl and mesa functionality from matthieu, ok jsg CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/03 10:45:02 Modified files: usr.sbin/radiusd: radiusd_bsdauth.c Log message: don't crash with *NULL if user does not exist from discussion with jsg CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2019/12/03 12:44:58 ports/lang/abcl/patches Update of /cvs/ports/lang/abcl/patches In directory cvs.openbsd.org:/tmp/cvs-serv24979/patches Log Message: Directory /cvs/ports/lang/abcl/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2019/12/03 12:46:34 Modified files: lang/abcl : Makefile distinfo lang/abcl/files: abcl_completions lang/abcl/pkg : PLIST Added files: lang/abcl/patches: patch-build_xml lang/abcl/pkg : README Log message: Update to abcl-1.6.0 Thanks maintainer Timo Myyrä for the patch CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2019/12/03 14:07:03 Modified files: usr.sbin/ldomctl: ldom.conf.5 Log message: "variable name=value" can be used multiple times CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/12/03 14:18:26 Modified files: lang/gcc/8 : Makefile distinfo Log message: gcc/8: re-enable Ada on powerpc by providing a new bootstrap. Thanks and OK naddy@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/03 14:26:38 Modified files: x11/gnome/desktop: Makefile distinfo x11/gnome/desktop/pkg: PLIST Log message: Update to gnome-desktop-3.34.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/03 14:31:04 Modified files: meta/gnome : Makefile Log message: Welcome GNOME 3.34.2! CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/12/03 17:14:45 Modified files: databases/tdb : Makefile distinfo databases/tdb/patches: patch-Makefile patch-buildtools_wafsamba_samba_install_py patch-buildtools_wafsamba_wafsamba_py databases/tdb/pkg: PLIST Log message: Update to tdb-1.3.18 CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/12/03 17:15:22 Modified files: devel/libtalloc: Makefile distinfo devel/libtalloc/patches: patch-Makefile patch-buildtools_wafsamba_samba_install_py patch-buildtools_wafsamba_wafsamba_py devel/libtalloc/pkg: PLIST Log message: Update to talloc-2.1.16 CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/12/03 17:17:54 Modified files: net/samba : Makefile distinfo net/samba/patches: patch-Makefile patch-auth_auth_log_c patch-buildtools_wafsamba_samba_autoconf_py patch-buildtools_wafsamba_samba_conftests_py patch-buildtools_wafsamba_samba_install_py patch-buildtools_wafsamba_wafsamba_py patch-buildtools_wafsamba_wscript patch-lib_ldb_wscript patch-lib_tevent_wscript patch-python_samba_provision___init___py patch-source3_modules_vfs_acl_tdb_c patch-source3_wscript patch-source3_wscript_build patch-source4_heimdal_build_wscript_build patch-source4_scripting_bin_samba_upgradedns net/samba/pkg : PLIST-ldb PLIST-main PLIST-tevent Removed files: net/samba/patches: patch-source4_torture_smbtorture_c Log message: Update to samba-4.10.10 Tested by Ian McWilliam CVSROOT: /cvs Module name: xenocara Changes by: deraadt@cvs.openbsd.org 2019/12/03 19:26:36 Modified files: lib/mesa/src/loader: loader.c Log message: Constrain honouring of path-related environment variables based upon issetugid(), not just the sloppy uid != euid test. gid != egid cases can occur also. Part of 6.6/009_mesaxlock.patch.sig and 6.5/020_mesaxlock.patch.sig From Qualys, ok CVSROOT: /cvs Module name: xenocara Changes by: deraadt@cvs.openbsd.org 2019/12/03 19:28:49 Modified files: lib/mesa/src/glx: Tag: OPENBSD_6_5 dri_common.c lib/mesa/src/loader: Tag: OPENBSD_6_5 loader.c Log message: merge to 6.5-stable: Constrain honouring of path-related environment variables based upon issetugid(), not just the sloppy uid != euid test. gid != egid cases can occur also. Part of 6.6/009_mesaxlock.patch.sig and 6.5/020_mesaxlock.patch.sig From Qualys, ok CVSROOT: /cvs Module name: xenocara Changes by: deraadt@cvs.openbsd.org 2019/12/03 19:29:30 Modified files: lib/mesa/src/loader: Tag: OPENBSD_6_6 loader.c Log message: merge to 6.6-stable: Constrain honouring of path-related environment variables based upon issetugid(), not just the sloppy uid != euid test. gid != egid cases can occur also. Part of 6.6/009_mesaxlock.patch.sig and 6.5/020_mesaxlock.patch.sig From Qualys, ok developers CVSROOT: /cvs Module name: xenocara Changes by: deraadt@cvs.openbsd.org 2019/12/03 19:31:56 Modified files: app/xlockmore : Tag: OPENBSD_6_5 Makefile.bsd-wrapper Log message: in an abundance of caution remove highly complex behaviour from what is pretty much a security program: disable opengl and mesa functionality Part of 6.6/009_mesaxlock.patch.sig and 6.5/020_mesaxlock.patch.sig from matthieu, ok jsg CVSROOT: /cvs Module name: xenocara Changes by: deraadt@cvs.openbsd.org 2019/12/03 19:32:19 Modified files: app/xlockmore : Tag: OPENBSD_6_6 Makefile.bsd-wrapper Log message: in an abundance of caution remove highly complex behaviour from what is pretty much a security program: disable opengl and mesa functionality Part of 6.6/009_mesaxlock.patch.sig and 6.5/020_mesaxlock.patch.sig from matthieu, ok jsg CVSROOT: /cvs Module name: www Changes by: bentley@cvs.openbsd.org 2019/12/04 00:12:50 Modified files: openiked : papers.html Log message: Provide manpage links for iked tools; use TLS when linking to www.openbsd.org. From Alex Naumov. CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2019/12/04 01:17:30 Modified files: sys/arch/amd64/amd64: vmm.c Log message: Fix uvm_unmap_remove panic when tearing down VMs. Type confusion when tearing down a vmm(4) VM's vm_map led UVM to interpret the vm_map as a struct uvmspace, and occasionally fail. stefan@ pointed out the root cause a while back but I never had time to look at this until now. Syzkaller also found a reproducer for this, so the "Reported by" line below is a clue to let it know to close that bug. idea by, and ok stefan@ also ok anton@ Reported-by: syzbot+dbd6e2a7583e958e69f8@syzkaller.appspotmail.com CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2019/12/04 01:28:29 Modified files: sys/uvm : uvm_map.c Log message: Fix a bad offset calculation in uvm_share. Syzkaller found a bug in uvm_share when using a vmd(8) mmap region with an offset that ended up making an overlap with a previous vmm(4) uvm_map range. This diff reworks the range and offset calculation in uvm_share. Only vmm(4) uses this, so there should be no visible effects outside vmm(4) environments. Syzkaller also went sorta crazy on this one, finding multiple reproducers for the same bug with just slightly different parameters, thus the multiple "Reported-by" lines below. ok stefan@, anton@ Reported-by: syzbot+2c625ab1b8e964da644a@syzkaller.appspotmail.com Reported-by: syzbot+1300829862412751462d@syzkaller.appspotmail.com Reported-by: syzbot+27cfad3394f34528cbec@syzkaller.appspotmail.com Reported-by: syzbot+3e700c5698177f91cce1@syzkaller.appspotmail.com CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/12/04 01:33:50 Log message: Add textproc/libuninameslist. The Unicode consortium provides a file containing annotations on many unicode characters. This library contains a compiled version of this file so that programs can access this data quickly and easily. OK kmos@ Status: Vendor Tag: fcambus Release Tags: fcambus_20191204 N ports/textproc/libuninameslist/Makefile N ports/textproc/libuninameslist/distinfo N ports/textproc/libuninameslist/pkg/PLIST N ports/textproc/libuninameslist/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/12/04 01:35:21 Modified files: textproc : Makefile Log message: Add libuninameslist. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/04 02:50:47 Modified files: lib/libc/hidden: bsd_auth.h Log message: libc's authentication privsep layer performed insufficient username validation. Repair work mostly by markus and millert, first of all solving the primary problem, then adding some additional validation points. And then futher validation in login and su. This will be 6.5/021_libcauth.patch.sig and 6.6/010_libcauth.patch.sig Reported by Qualys CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/04 02:51:09 Modified files: usr.bin/login : login.c usr.bin/su : su.c Log message: libc's authentication privsep layer performed insufficient username validation. Repair work mostly by markus and millert, first of all solving the primary problem, then adding some additional validation points. And then futher validation in login and su. This will be 6.5/021_libcauth.patch.sig and 6.6/010_libcauth.patch.sig Reported by Qualys CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/04 02:51:49 Modified files: lib/libc/gen : Tag: OPENBSD_6_5 auth_subr.c authenticate.c lib/libc/hidden: Tag: OPENBSD_6_5 bsd_auth.h usr.bin/login : Tag: OPENBSD_6_5 login.c usr.bin/su : Tag: OPENBSD_6_5 su.c Log message: This is 6.5/021_libcauth.patch.sig libc's authentication privsep layer performed insufficient username validation. Repair work mostly by markus and millert, first of all solving the primary problem, then adding some additional validation points. And then futher validation in login and su. Reported by Qualys CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/04 02:52:22 Modified files: lib/libc/gen : Tag: OPENBSD_6_6 auth_subr.c authenticate.c lib/libc/hidden: Tag: OPENBSD_6_6 bsd_auth.h usr.bin/login : Tag: OPENBSD_6_6 login.c usr.bin/su : Tag: OPENBSD_6_6 su.c Log message: This is 6.6/010_libcauth.patch.sig libc's authentication privsep layer performed insufficient username validation. Repair work mostly by markus and millert, first of all solving the primary problem, then adding some additional validation points. And then futher validation in login and su. Reported by Qualys CVSROOT: /cvs Module name: xenocara Changes by: deraadt@cvs.openbsd.org 2019/12/04 02:53:47 Modified files: app/xenodm/greeter: verify.c Log message: xenodm uses the libc authentication layer incorrectly. fix by markus or millert Reported by Qualys CVSROOT: /cvs Module name: xenocara Changes by: deraadt@cvs.openbsd.org 2019/12/04 02:54:26 Modified files: app/xenodm/greeter: Tag: OPENBSD_6_5 verify.c Log message: this is 6.5/022_xenodm.patch.sig xenodm uses the libc authentication layer incorrectly. fix by markus or millert Reported by Qualys CVSROOT: /cvs Module name: xenocara Changes by: deraadt@cvs.openbsd.org 2019/12/04 02:54:49 Modified files: app/xenodm/greeter: Tag: OPENBSD_6_6 verify.c Log message: this is 011_xenodm.patch.sig xenodm uses the libc authentication layer incorrectly. fix by markus or millert Reported by Qualys CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/12/04 03:22:05 Modified files: sys/scsi : scsi_base.c Log message: Convert infinite sleeps to {m,t}sleep_nsec(9). ok krw@, jca@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/04 03:36:34 Modified files: security/libnettle: Makefile security/libnettle/patches: patch-configure Log message: Use a link rather than compile test to for __builtin_bswap64 in libnettle; fixes little-endian base-gcc (mips64el). From George Koehler, tested by manphiz@gmail.com, ok aja@. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/12/04 03:45:19 Modified files: usr.sbin/pkg_add/OpenBSD: State.pm Log message: allow error to be passed along, in case we need to save $? for later CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/12/04 03:47:38 Modified files: usr.sbin/pkg_add/OpenBSD: PkgAdd.pm Log message: add DEBUG_PKG_CACHE functionality. Doesn't interfere with normal operation. Basically, if you set DEBUG_PKG_CACHE to a directory, pkg_add will download debug packages "on the sly" any time it installs packages. It is mostly silent (apart from fetching error or directory non existent). It *won't* download packages that are already installed, but this allows keeping debug packages "just in case" in synch with your current snapshot, as some people (mpi@) have worried that by the time you get to debugging something, the snapshots will have moved too much. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/12/04 03:53:27 Modified files: usr.sbin/pkg_add: pkg_add.1 Log message: document DEBUG_PKG_CACHE CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/12/04 04:01:37 Modified files: usr.sbin/pkg_add: package.5 Log message: explicitly say you're not allowed to insert most of these yourself CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/12/04 04:07:58 Modified files: share/man/man7 : packages.7 Log message: document special names that exist in the package system CVSROOT: /cvs Module name: www Changes by: tb@cvs.openbsd.org 2019/12/04 04:11:35 Modified files: . : errata65.html errata66.html Log message: release mesaxlock, libcauth and xenodm errata. from tj CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/12/04 04:17:54 Modified files: devel/cbindgen : Makefile distinfo Log message: Update to cbindgen 0.11.0. CVSROOT: /cvs Module name: ports Changes by: pirofti@cvs.openbsd.org 2019/12/04 04:34:30 Modified files: infrastructure/bin: build-debug-info Log message: Use strip(1) instead of objcopy(1) to remove debug information. Few people complained that stripped binaries are slightly larger now than they used to be when debug packages are enabled. My investigations show that this is because objcopy --strip-debug is less efficient than plain strip(1) which is what we use for non-debug packages. Reintroducing strip(1) does not affect current debug packages behaviour in my experience. The link to the debug symbols is still there and egdb(1) still loads it automatically and displays all the debug info. OK espie@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2019/12/04 04:34:55 Modified files: graphics/gimp/stable: Makefile distinfo graphics/gimp/stable/pkg: PLIST Log message: Update to 2.10.14 ok sthen@ sync wantlib CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/04 05:40:17 Modified files: usr.sbin/rpki-client: Makefile extern.h main.c output-bgpd.c output-bird.c output-csv.c output-json.c Added files: usr.sbin/rpki-client: output.c Log message: split output management code into seperate file. iterate over output methods using a table. detect output truncation (for instance filesystem full) and don't overwrite previous output ok claudio CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/12/04 06:26:13 Modified files: net/py-curl : Makefile net/py-curl/patches: patch-setup_py net/py-curl/pkg: PLIST Log message: py-curl has code that will use setuptools if wheel is present. Since the port doesn't declare this, lang/python throws an exception. Patch setup.py to always use setuptools and add MODPY_SETUPTOOLS. This will fix the intermittent build problems with py-curl we've been having. ok sthen CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/12/04 06:34:38 Modified files: share/man/man5 : bsd.port.arch.mk.5 Log message: typos don't help apropos CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/12/04 06:40:53 Modified files: geo/py-fiona : Makefile distinfo geo/py-fiona/pkg: PLIST Log message: Unbreak by updating to fiona 1.8.11. Sadly it seems tests are broken but i dont remember if it was the case before.. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/12/04 06:47:14 Modified files: fonts/spleen : Makefile distinfo Log message: Update spleen to 1.6.0. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2019/12/04 06:56:09 Modified files: sbin/unwind : resolver.c Log message: If we see a validated result, we can (must!) assume the resolver is validating; ok florian@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/04 07:40:37 Modified files: sysutils/reposync: Makefile distinfo Log message: allow fetching only a subset of trees, requested by guenther@ stsp@ CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2019/12/04 07:49:19 Modified files: etc : crontab Log message: Attempt to smear out stampedes on the RPKI rsync servers OK claudio@ benno@ CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2019/12/04 08:07:51 Modified files: etc : crontab Log message: Insert missing && OK claudio@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/04 09:31:17 Modified files: sysutils/facette: Makefile Log message: mark BROKEN until someone gets round to fixing this, broken by the node update. CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2019/12/04 09:36:49 Modified files: lang/nekovm : Makefile Log message: fix i386 build by disabling the JIT. should not affect !i386, but bump revision because of theoretical chance that other arches may be affected. diff by & ok sthen CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2019/12/04 09:42:34 Modified files: usr.sbin/rpki-client: rpki-client.8 Log message: Rework rpki-client documentation OK Ingo Schwarze CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/12/04 11:05:49 Modified files: editors/nano : Makefile distinfo Log message: maintenance update to 4.6 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/04 11:28:38 Modified files: lib/libc/hash : SHA256Init.3 Log message: I accidentally smashed wrong contents into this file. Repair from Martin @ academicsolutions.ch CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/12/04 12:01:49 Modified files: lib/libc/hash : SHA256Init.3 Log message: some minor tweaks; CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/12/04 12:07:14 Modified files: sbin/unwind : unwind.h Log message: Use NI_MAXHOST like everywhere else instead of a wrong number. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/12/04 13:07:26 Modified files: print/t1utils : Makefile Log message: Switch HOMEPAGE and MASTER_SITES to HTTPS. CVSROOT: /cvs Module name: src Changes by: fcambus@cvs.openbsd.org 2019/12/04 13:21:35 Modified files: sys/dev/pci : autri.c Log message: Add sizes for free() in autri(4). OK mpi@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/12/04 13:44:12 Modified files: sysutils/ansible: Makefile Added files: sysutils/ansible/patches: patch-lib_ansible_modules_system_service_facts_py Log message: add support for OpenBSD to the service_facts module tested by and ok pvk@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/12/04 14:02:25 Modified files: sbin/unwind : resolver.c Log message: When we detect that a resolver strategy is not validating because the time is wrong enable a timer to check it again later. ntpd might have corrected the time. input & OK otto CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/12/04 15:07:50 Modified files: print/transfig : Makefile Added files: print/transfig/patches: patch-fig2dev_read_c Log message: Add upstream fix for CVE-2019-19555. This fix addresses the following issue: - Stack-based buffer overflow in read_textobject() CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2019/12/04 16:01:54 Modified files: usr.sbin/rpki-client: output.c Log message: reduce includes to the required minimum. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2019/12/04 16:03:05 Modified files: usr.sbin/rpki-client: output-bgpd.c output-bird.c output-csv.c output-json.c output.c Log message: use return x; instead of return (x);, like all other files here. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/12/04 22:46:03 Modified files: devel/py-fields: Makefile Log message: Fix typo in my email address for MAINTAINER CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/12/05 00:26:47 Modified files: geo/py-fiona : Makefile Log message: Fix tests for geo/py-fiona. It uses MODPY_PYTEST and copies the compiled .so files into place in the source tree to get the tests to run. While troubleshooting this, found that py-enum34 and py-mock needed to be added to the python2 RUN_DEPENDS and TEST_DEPENDS respectively. ok landry CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/12/05 00:33:41 Modified files: sysutils/ruby-r10k: Makefile sysutils/ruby-r10k/pkg: PLIST Log message: deconflict with ruby25 flavor Tried to get rid of the ${GEM_BIN_SUFFIX} from the script, however, that also requires to get rid of the flavor handling, and would rename the package as pointed out by jeremy@ I wasn't able to get proper update working even with quirks, therefore revert back to add the GEM_BIN_SUFFIX CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/12/05 00:41:37 Modified files: sysutils/ruby-puppet-lint: Makefile sysutils/ruby-puppet-lint/pkg: PLIST Log message: deconflict with ruby25 flavor Tried to get rid of the ${GEM_BIN_SUFFIX} from the script, however, that also requires to get rid of the flavor handling, and would rename the package as pointed out by jeremy@ I wasn't able to get proper update working even with quirks, therefore revert back to add the GEM_BIN_SUFFIX CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/12/05 00:44:10 Modified files: databases/ruby-hiera-eyaml: Makefile databases/ruby-hiera-eyaml/pkg: PLIST Log message: deconflict with ruby25 flavor Tried to get rid of the ${GEM_BIN_SUFFIX} from the script, however, that also requires to get rid of the flavor handling, and would rename the package as pointed out by jeremy@ I wasn't able to get proper update working even with quirks, therefore revert back to add the GEM_BIN_SUFFIX CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/12/05 01:24:14 Modified files: net/libmaxminddb: Makefile distinfo Log message: Update GeoLite2 databases to latest version. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/12/05 03:01:52 Modified files: net/samba : Makefile net/samba/patches: patch-source4_dsdb_samdb_ldb_modules_acl_c Added files: net/samba/patches: patch-source3_lib_sysquotas_c Log message: Avoid some printf("%s", NULL) log spam While here add the same comment to another affected file. Reported by Ian McWilliam CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2019/12/05 03:26:25 Modified files: usr.bin/ftp : fetch.c Log message: Fix #ifndef NOSSL vs SMALL inconsistencies from Hiltjo Posthuma CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/12/05 03:41:08 Modified files: sys/miscfs/deadfs: dead_vnops.c sys/miscfs/fuse: fusebuf.c Log message: Convert infinite sleeps to tsleep_nsec(9). ok jca@ CVSROOT: /cvs Module name: www Changes by: pamela@cvs.openbsd.org 2019/12/05 03:41:14 Modified files: . : plus.html Log message: plus for Nov 3 - Dec 3 OK florian CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/12/05 03:41:57 Modified files: sys/nfs : nfs_aiod.c nfs_kq.c nfs_socket.c nfs_srvcache.c nfs_syscalls.c Log message: Convert infinite sleeps to tsleep_nsec(9). ok jca@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/12/05 04:21:58 Modified files: usr.sbin/rpki-client: main.c Log message: No need to unveil(NULL, NULL) right before pledge "stdio rpath". From George Brown. ok benno CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/12/05 05:46:54 Modified files: sbin/swapctl : swapctl.8 swapctl.h swapctl.c swaplist.c share/man/man4/man4.sparc64: ebus.4 share/man/man9 : uvm.9 sys/arch/macppc/include: pci_machdep.h sys/arch/sparc64/dev: auxio.c auxioreg.h auxiovar.h com_ebus.c ebus.c ebusreg.h ebusvar.h lpt_ebus.c pci_machdep.c psychovar.h sys/arch/sparc64/include: pci_machdep.h sys/dev/pci : if_hme_pci.c sys/uvm : uvm_swap.c uvm_swap.h Log message: Remove clause #3 from mrg@NetBSD license. In May 29 2008, Matthew R. Green removed it in NetBSD: github.com/IIJ-NetBSD/netbsd-src/commit/7ea20401d535da9996394136ef ok deraadt@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/12/05 06:34:39 Modified files: usr.sbin/smtpd : smtpd.conf.5 Log message: tweak the FILTERING text a little; ok gilles CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/12/05 06:54:28 Modified files: usr.sbin/smtpd : smtpd.conf.5 Log message: replace "Pf < ... Ns >" with Aq; tidy up lists a little; CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/12/05 07:38:56 Modified files: lib/libcrypto/man: X509_STORE_CTX_new.3 Log message: Document X509_STORE_CTX_set_flags() which is a handy way to change the verification param flags of a context. While this function is marked as likely to be deprecated in OpenSSL it seems that this may not happen. This is why we decided to still document it. OK and input from ingo@ tb@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/12/05 07:49:35 Modified files: usr.sbin/smtpd : smtpd.conf.5 Log message: revert previous; ingo said it CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/12/05 07:50:55 Modified files: misc/mc : Makefile Log message: Add debug package for mc. Discussed with robert@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2019/12/05 08:07:38 Modified files: sbin/unwind : unwind.conf.5 Log message: Tell a little bit how "preference" works these days; ok florian@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/12/05 08:14:28 Modified files: share/man/man9 : Makefile Added files: share/man/man9 : uvm_fault.9 uvm_init.9 uvm_km_alloc.9 uvm_map.9 uvm_pagealloc.9 uvn_attach.9 Removed files: share/man/man9 : uvm.9 Log message: Split uvm(9) into smaller manuals. ok jmc@, deraadt@, schwarze@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/12/05 08:19:34 Modified files: sys/conf : files sys/uvm : uvm_meter.c Removed files: sys/uvm : uvm_stat.c Log message: Move uvmexp_print() to a better place. ok mlarkin@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/12/05 08:24:59 Modified files: devel/llvm : Makefile devel/llvm/pkg : PLIST-main Removed files: devel/llvm/pkg : PFRAG.no-powerpc-main Log message: Build all targets on powerpc Supposedly ld -relax fixes the relocation overflow problems. Diff from Brad tested by cwen@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2019/12/05 08:50:20 Modified files: sbin/unwind : resolver.c Log message: be less verbose in debug logging; ok florian@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/12/05 08:51:55 Modified files: devel/include-what-you-use: Makefile Removed files: devel/include-what-you-use/patches: patch-iwyu_cc Log message: Drop powerpc-specific patch now that llvm provides all backends on powerpc from Brad, ok jsg@ (maintainer) CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/12/05 08:58:27 Modified files: share/man/man9 : uvm_km_alloc.9 uvm_pagealloc.9 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/12/05 09:16:01 Modified files: sys/scsi : scsi_base.c scsiconf.h Log message: Move prototypes for scsi_mode_sense(), scsi_mode_sense_big(), scsi_mode_sense_page() and scsi_mode_sense_big_page() into scsi_base.c. They are just internal helper functions for scsi_do_mode_sense(). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/05 09:24:07 Modified files: security/openssl/1.1: Makefile security/openssl/1.1/patches: patch-Configurations_unix-Makefile_tmpl Log message: fix openssl 1.1 pc files, from kristaps CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/12/05 09:33:53 Modified files: sys/scsi : scsi_base.c Log message: No need for 'byte2' parameter to scsi_mode_sense[_big]() since we always pass 0. i.e. never disable block descriptors, never accept long LBA values. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/05 10:07:42 Modified files: net/wireshark : Makefile distinfo Log message: update to wireshark-3.0.7 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/05 10:07:58 Modified files: net/wireshark : Tag: OPENBSD_6_6 Makefile distinfo Log message: update to wireshark-3.0.7 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/05 10:16:28 Modified files: security/letsencrypt: Makefile.inc security/letsencrypt/client: Makefile distinfo security/letsencrypt/client/pkg: PLIST security/letsencrypt/py-acme: distinfo security/letsencrypt/py-acme/pkg: PLIST Log message: update to certbot/py-acme 1.0.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/05 11:08:21 Modified files: net/py-curl : Makefile net/py-curl/patches: patch-setup_py net/py-curl/pkg: PLIST Log message: The subst in do-configure was still needed, without it packaging was broken due to a dir literally named ${MODPY_PY_PREFIX}curl. But rather than bring it back (which resulted in some other problem) just rename the directory in post-install to simplify things in the port. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/12/05 11:42:14 Modified files: sys/scsi : cd.c ch.c scsi_base.c scsiconf.h sd.c st.c Log message: Shrink scsi_mode_do_sense() parameter list by eliminating the three pointers returning possible block descriptor values for block size, block count and density. Most calls were passing "NULL, NULL, NULL" since they did not care. Call scsi_parse_blkdesc() directly in those few cases where one or more of the values is of interest. No intentional functional change. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2019/12/05 11:42:31 Modified files: lib/libc/sys : sysctl.2 Log message: Document IP6_SOIIKEY_LEN OK florian jmc CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/05 12:40:59 Modified files: sysutils/terraform: Makefile.inc sysutils/terraform/provider-aws: Makefile Log message: provider-aws isn't the only terraform-provider that often runs out of memory in i386 bulks; move DPB_PROPERTIES=lonesome for i386 up to Makefile.inc CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/12/05 12:53:05 Modified files: sys/scsi : scsi_base.c Log message: Don't discard error from mode sense (6) if mode sense (10) is not attempted. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/05 14:18:08 Modified files: infrastructure/mk: bsd.port.mk README.internals editors/libreoffice: Makefile devel/jdk/1.8 : Makefile devel/jdk/11 : Makefile Log message: Treat DPB_PROPERTIES=parallel as a hint that a port is parallel-safe for use in regular builds too; if that is present in a port, use ${PARALLEL_MAKE_JOBS} jobs in the build, defaulting to hw.ncpuonline. Adjust PARALLEL_BUILD=No, this originally seemed intended to be a hint that a port could NOT handle a parallel build, but current usage is "don't pass make -jXX because this port has its own way to handle things", instead change this to a slightly more understandable PARALLEL_MAKE_FLAGS variable. This defaults to -j${PARALLEL_MAKE_JOBS} but can be reset for build system requirements as needed (java/libreoffice have their own mechanism) and is added automatically to MAKE_FLAGS where a build uses >1 concurrent job. Based on a diff from / ok espie@ - the default value may want revising as hw.ncpuonline jobs will be too many in some cases (e.g. machines with many cores or low RAM), but committing at this stage to avoid further out-of-tree bikeshedding. If you need to restrict to a lower number of jobs, set e.g. PARALLEL_MAKE_JOBS=2 in /etc/mk.conf, and please provide feedback. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/12/05 14:32:13 Modified files: sys/scsi : uk.c Log message: Various cleanup tweaks. 'return' is not a function. KNF. Whitespace, Comment fixes. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2019/12/05 14:37:24 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/12/05 14:45:05 Modified files: lib/libc/hash : MD5Init.3 RMD160Init.3 SHA1Init.3 Log message: - fix some Xr; from martin - minor tweaks while here CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/05 15:07:36 Modified files: infrastructure/mk: bsd.port.mk Log message: -.if !defined(MAKE_JOBS) && ${DPB_PROPERTIES:Mparallel}) +.if !defined(MAKE_JOBS) && ${DPB_PROPERTIES:Mparallel} CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/12/05 15:19:28 Modified files: security/letsencrypt/py-acme: Makefile Log message: Fix and enable tests with MODPY_PYTEST. Needed to add security/py-josepy to TEST_DEPENDS and move py-funcsigs behind a .if since it is python2 only (and only needed for python2) CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/12/05 17:14:08 Modified files: lib/libc/sys : unveil.2 Log message: Explicitly say that *permissions can be "". Potential for misunderstanding noticed by Chris Rawnsley , wording proposed by deraadt@, patch sent by Chris Rawnsley, OK deraadt@. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/12/05 18:58:47 Modified files: sys/dev/pci : if_bnx.c Log message: enable the full use of jumbos and remove IFCAP_VLAN_MTU. The chip can do 9008 byte packets (not including the ethernet header), but only 9004 if you want to enable IFCAP_VLAN_MTU. by not enabling IFCAP_VLAN_MTU, we let other protocols (eg, mpls or svlan) use the extra bytes if they want. using the extra bytes for the hardmtu instead of for IFCAP_VLAN_MTU works a bit better with how aggr(4) is set up at the moment because aggr does not pass IFCAP_VLAN_MTU through from its ports, which means vlan(4) on aggr(4) cannot see the flag and use the extra bytes. this was figured out by hrvoje popovski in a discussion with pedro caetano on the "issues configuring vlan on top of aggr device" on misc@. hrvoje also tested the diff and made sure the full use of jumbos works for things like ping packets with DF set. jmatthew skimmed the diff and didnt see anything obviously wrong too CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/12/05 19:02:18 Modified files: sys/net : if_trunk.c Log message: when copying capabilities from the first port to a trunk, copy hardmtu too. previously it copied the ports if_mtu to the trunks if_hardmtu, which makes it hard for things like vlan(4) to work with a full frame size, or large frame size. tested by hrvoje popovski CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/12/05 19:55:21 Modified files: usr.bin/ssh : readpass.c Log message: bring the __func__ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/12/05 20:06:08 Modified files: usr.bin/ssh : readpass.c Log message: fix setting of $SSH_ASKPASS_PROMPT - it shouldn't be set when asking passphrases, only when confirming the use of a key (i.e. for ssh-agent keys added with "ssh-add -c keyfile") CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/12/05 23:38:53 Modified files: audio/mscore : Makefile distinfo audio/mscore/patches: patch-mscore_CMakeLists_txt Log message: Update to musescore-3.3.4 Announcement: https://musescore.org/en/3.3.4 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/12/06 00:10:41 Modified files: security/qca : Makefile distinfo security/qca/pkg: PLIST-gnupg PLIST-main PLIST-ossl Added files: security/qca/patches: patch-plugins_qca-botan_CMakeLists_txt patch-plugins_qca-ossl_ossl110-compat_h patch-plugins_qca-ossl_qca-ossl_cpp Removed files: security/qca/patches: patch-QcaConfig_cmake_in Log message: Update qca to 2.2.1 - Only new exports added so bump minor. - Cleanup WANTLIB - Fix MASTER_SITE URL - Cleanup plugin configuration LibreSSL patches from Gentoo developer Stefan Strogin from here: https://github.com/gentoo/libressl/commit/3e69b18db758fe808a7bcdf339504c80a84cb241 CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/12/06 01:33:25 Modified files: sys/sys : sysctl.h sys/uvm : uvm.h Log message: Sync KVE_ET_* and UVM_ET_* flags. ok guenther@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/12/06 02:22:24 Modified files: gnu/usr.bin/clang/include/llvm/Config: Makefile Log message: Like Targets.def include AMDGPU lines in generated .def files for AsmParsers.def AsmPrinters.def and Disassemblers.def. Required so that LLVM headers will have prototypes for LLVMInitializeAMDGPUAsmPrinter() and LLVMInitializeAMDGPUAsmParser(). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/06 02:23:59 Modified files: x11/rdesktop : Makefile distinfo x11/rdesktop/pkg: PLIST Log message: update to rdesktop-1.9.0, requested + tested by Alexey Suslikov CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/12/06 02:27:12 Modified files: usr.sbin/rpki-client: extern.h main.c output.c rpki-client.8 Log message: Don't hardcode the cache directory for rpki-client. If started as root rpki-client will use the defaults for cache and output directory. If not started as root users need to provide both directories as arguments. While there switch from absolute path names to relative ones. For this the parser and rsync process do a chdir(2) to the cache directory on startup. OK benno@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/06 02:31:13 Modified files: graphics : Makefile graphics/gimp/stable: Makefile graphics/gegl04: Makefile graphics/gegl04/pkg: PLIST Removed files: graphics/gegl : Makefile distinfo graphics/gegl/patches: patch-operations_external_ff-load_c graphics/gegl/pkg: DESCR-main DESCR-plugins PLIST-main PLIST-plugins Log message: GEGL provides binaries and libraries but, to avoid a conflict, the binaries were only included in the old graphics/gegl (0.2.x) port. The recent gimp update uses graphics/gegl to provide binaries and gegl04 for libraries, and no other ports use graphics/gegl. Tidy this up by adding the binaries to gegl04, changing the gimp port to use them, and removing graphics/gegl. Prompted by / "If this was the last consumer of the old gegl, then sure" aja@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/06 02:43:20 Modified files: x11/qt4 : Makefile Log message: mark BROKEN-arm to avoid wasting ~16 hours in future builds :149:1: error: invalid instruction vmov.u32 r2, r3, s8, s9 ^ related to src/3rdparty/webkit/Source/WebCore/platform/graphics/filters/arm/FELightingNEON.cpp CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/06 02:44:05 Modified files: x11/qt4 : Makefile Log message: typo in text CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/12/06 02:48:02 Modified files: sys/arch/i386/conf: GENERIC files.i386 share/man/man4/man4.i386: Makefile Removed files: sys/arch/i386/pci: piixpcib.c share/man/man4/man4.i386: piixpcib.4 Log message: Retire piixpcib(4). When PAE came back in 2015 the use of kvm86, required for SpeedStep on such machine, got disabled. So there's no loss of functionality. ok stsp@ CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2019/12/06 03:19:11 Modified files: net/swirc : Makefile distinfo Log message: Update to swirc-3.1.0 Many thanks to maintainer Markus Uhlin for the diff CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/12/06 03:33:04 Modified files: share/man/man9 : physio.9 Log message: Mention uvm_vslock(9) and uvm_vsunlock(9) instead of uvm(9). CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/12/06 03:42:24 Modified files: share/man/man4 : isa.4 pci.4 Log message: remove references to piixpcib(4) CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/12/06 03:42:33 Modified files: share/man/man9 : Makefile uvm_init.9 Added files: share/man/man9 : uvm_vslock.9 Log message: Split uvm_vs{,un}lock(9) out of uvm_init(9). CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/12/06 03:44:20 Modified files: x11/kde-applications/cantor: Makefile x11/kde-applications/cantor/pkg: PLIST Log message: Fix hidden dependency textproc/discount and cleanup Spotted by sthen@ Thanks! CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/12/06 04:09:47 Modified files: share/man/man9 : physio.9 uvm_vslock.9 Log message: Document uvm_vslock_device(9) and its DMA-reachable dance. CVSROOT: /cvs Module name: ports Changes by: martijn@cvs.openbsd.org 2019/12/06 05:57:40 Modified files: mail/opensmtpd-filters/libopensmtpd: Makefile distinfo Log message: Update in anticipation of a coming filter protocol change. This release works both the current and next version of the protocol. OK jasper@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2019/12/06 05:59:49 Modified files: usr.sbin/unwindctl: unwindctl.c Log message: Histogram header formatting tweaks; ok florian@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/12/06 06:08:47 Modified files: sbin/unwind/libunbound/util: log.c Log message: Stop fiddling with openlog / closelog in libunbound. unwind handles this. We need to find a way to properly upstream this. OK otto CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/12/06 06:40:46 Modified files: infrastructure/bin: proot Log message: have cryptic message be explicit about what locate db we're talking about CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/12/06 06:53:27 Modified files: sys/scsi : scsi_base.c Log message: Various cleanup tweaks. 'return' is not a function. KNF. Whitespace, Comment fixes. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/06 07:22:26 Modified files: lang/go-bootstrap: Makefile Log message: set ONLY_FOR_ARCHS to the machines which actually use lang/go-bootstrap, it was set to GO_ARCHS which includes various machines which use a binary bootstrap instead of this port. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/12/06 07:22:54 Modified files: databases/lmdb : Makefile databases/lmdb/pkg: PLIST Log message: Provide debug-lmdb CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/12/06 07:23:36 Modified files: net/knot : Makefile distinfo Log message: Update to knot-2.9.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/06 07:23:42 Modified files: www/h2o : Makefile Log message: set BROKEN-arm, mruby fails with SIGBUS CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/06 07:29:40 Modified files: security/aircrack-ng: Makefile Log message: fix packaging on arm, NEON was disabled but the PFRAG was still used. leave the PFRAG and just comment-out the conditional making it easier to reinstate if this is fixed (upstream bug is still active). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/06 07:30:39 Modified files: devel/liboil : Makefile Log message: mark BROKEN-arm, invalid asm CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/06 07:33:13 Modified files: lang/mruby : Makefile Log message: BROKEN-arm. sigbus during build CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/06 07:35:18 Modified files: graphics/ImageMagick: Makefile Log message: mark BROKEN-arm, libm functions (cabs etc) not detected, fallback code is broken CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2019/12/06 07:43:14 Modified files: sys/netinet : tcp_input.c udp_usrreq.c Log message: Checking the IPsec policy is expensive. Check only when IPsec is used. ok bluhm@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2019/12/06 07:51:43 Modified files: . : 66.html Log message: 8943 packages for armv7. They will be avaiable shortly in the snapshots directory, it will take a bit longer before they're in the main release directory so use "pkg_add -Dsnap" on 6.6 release for now. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/12/06 08:13:07 Modified files: sys/scsi : cd.c Log message: Various cleanup tweaks. 'return' is not a function. KNF. Whitespace, Comment fixes. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/12/06 08:59:59 Modified files: www/youtube-dl : Makefile distinfo www/youtube-dl/pkg: PLIST Log message: Update to youtube-dl 2019.11.28 CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2019/12/06 09:41:11 Modified files: sbin/unwind : resolver.c Log message: Use the middle of the histogram bar in the median computations instead of the right-hand side; ok florian@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/12/06 09:57:24 Modified files: sys/scsi : ch.c Log message: Various cleanup tweaks. 'return' is not a function. KNF. Whitespace, Comment fixes. CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2019/12/06 10:40:24 Modified files: games/gzdoom : Makefile distinfo games/gzdoom/patches: patch-src_CMakeLists_txt patch-src_gamedata_textures_animations_cpp patch-src_sound_mididevices_music_fluidsynth_mididevice_cpp games/gzdoom/pkg: PLIST Added files: games/gzdoom/patches: patch-CMakeLists_txt patch-libraries_wildmidi_wildmidi_wildmidi_lib_h patch-libraries_zmusic_mididevices_music_fluidsynth_mididevice_cpp patch-libraries_zmusic_zmusic_mididefs_h Log message: Update to gzdoom-4.2.4 Thanks maintainer Timo Myyra for the patches work and the update CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/12/06 11:48:31 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.34. Changelog: https://github.com/DNSCrypt/dnscrypt-proxy/blob/2.0.34/ChangeLog From Nam Nguyen (MAINTAINER). Thanks! CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/12/06 11:50:31 Modified files: usr.sbin/rpki-client: main.c Log message: add -d to usage(); CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/12/06 12:12:37 Modified files: share/man/man9 : physio.9 Log message: uvm_vslock and uvm_vsunlock are both in the same page, so don;t list them both in SEE ALSO; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/12/06 12:15:16 Modified files: lib/libc/sys : mmap.2 share/man/man4 : ddb.4 share/man/man9 : km_alloc.9 pmap.9 pool.9 vnode.9 usr.bin/vmstat : vmstat.8 Log message: replace links to uvm(9) to uvm_init(9); ok mpi CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/12/06 12:39:14 Modified files: sbin/unwind : resolver.c Log message: Log why an answer is bogus. OK otto CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/12/06 13:19:34 Modified files: shells/tcsh : Makefile distinfo shells/tcsh/pkg: PLIST Removed files: shells/tcsh/patches: patch-sh_func_c Log message: Update to 6.22.02. 6.21 and 6.22 are bug fix releases with no new features. Stop installing the message catalogs, which were already broken. tcsh uses the obscure POSIX catopen() interface, which requires the environment variable NLSPATH to be set to access the translations. NLSPATH is not set by default on OpenBSD and users are unlikely to figure out the necessary magic. Discussed with schwarze@ CVSROOT: /cvs Module name: ports Changes by: pamela@cvs.openbsd.org 2019/12/06 14:03:09 Modified files: lang/python/2.7/patches: patch-Lib_test_regrtest_py patch-Makefile_pre_in patch-Modules__ssl_c patch-Modules_pyexpat_c patch-setup_py Log message: regenerate patches OK sthen@ CVSROOT: /cvs Module name: ports Changes by: pamela@cvs.openbsd.org 2019/12/06 14:04:12 Modified files: lang/python/3.7/patches: patch-Lib_test_test_locale_py patch-Makefile_pre_in patch-setup_py Log message: regenerate patches OK sthen@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2019/12/06 16:01:03 Modified files: usr.sbin/ldomctl: ldomctl.8 Log message: Add missing "and" Fixes r1.15 "Document ILOM command to reset hardware". CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/12/06 16:12:07 Modified files: audio/mumble : Makefile Log message: Use https for HOMEPAGE Note: mumble-1.3.0 has been released CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2019/12/06 16:35:38 Modified files: www/gitea : Makefile distinfo Log message: Update gitea 1.10.0 -> 1.10.1 Release notes: https://github.com/go-gitea/gitea/releases/tag/v1.10.1 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2019/12/06 16:37:57 Modified files: sysutils/riemann: Makefile distinfo Log message: Update riemann 0.3.4 -> 0.3.5 Changelog: https://github.com/riemann/riemann/blob/master/CHANGELOG.md CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2019/12/06 16:42:01 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 7.4.2 -> 7.5.0 Relase notes: https://www.elastic.co/guide/en/elasticsearch/reference/7.5/release-notes-7.5.0.html CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2019/12/06 16:52:22 Modified files: www/kibana : Makefile distinfo www/kibana/pkg : PLIST Log message: Update kibana 7.4.2 -> 7.5.0 Relase notes: https://www.elastic.co/guide/en/kibana/7.5/release-notes-7.5.0.html CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2019/12/06 17:06:22 Modified files: sysutils/logstash: Makefile distinfo sysutils/logstash/patches: patch-config_logstash_yml sysutils/logstash/pkg: PLIST Log message: Update logstash 7.4.2 -> 7.5.0 Relase notes: https://www.elastic.co/guide/en/logstash/7.5/logstash-7-5-0.html CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2019/12/06 17:37:00 Modified files: textproc/py-elasticsearch: Makefile distinfo textproc/py-elasticsearch/pkg: PLIST Log message: Update py-elasticsearch 7.0.5 -> 7.1.0 Changelog: https://github.com/elastic/elasticsearch-py/blob/master/Changelog.rst CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/12/06 18:58:13 Modified files: misc/ytree : Makefile distinfo Added files: misc/ytree/patches: patch-login_c Log message: Update to ytree-2.00 Updates/clarifies license While here, switch to https and add a patch to remove build warnings ok naddy@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/12/06 19:06:45 Log message: Import graphics/azpainter, full color painting software for illustrations. Big endian testing, some patches, and ok cwen@ AzPainter is a full color painting application for Unix-like systems for illustration drawing. It is not suitable for "dot editing" or pixel art. Since the color is handled internally with 16-bit precision (15-bit fixed point), color accuracy is increased at the expense of more memory usage. It provides considerable subset of functionality offered by GIMP and even Adobe Photoshop (particularly, has one of the best support for its native PSD format among FOSS) while being very lightweight and blazingly fast. Status: Vendor Tag: bcallah Release Tags: bcallah_20191206 N ports/graphics/azpainter/Makefile N ports/graphics/azpainter/distinfo N ports/graphics/azpainter/patches/patch-mlib_include_mTextParam_h N ports/graphics/azpainter/patches/patch-mlib_include_mUtilStr_h N ports/graphics/azpainter/patches/patch-mlib_src_mStr_c N ports/graphics/azpainter/patches/patch-mlib_src_mTextParam_c N ports/graphics/azpainter/patches/patch-mlib_src_mUtilStr_c N ports/graphics/azpainter/patches/patch-src_Makefile_in N ports/graphics/azpainter/patches/patch-src_other_FillPolygon_c N ports/graphics/azpainter/patches/patch-src_widget_DockObject_c N ports/graphics/azpainter/patches/patch-src_configfile_c N ports/graphics/azpainter/patches/patch-src_other_undo_compress_c N ports/graphics/azpainter/pkg/DESCR N ports/graphics/azpainter/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/12/06 19:07:06 Modified files: graphics : Makefile Log message: +azpainter CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/12/06 19:10:22 Modified files: graphics/feh : Makefile distinfo graphics/feh/patches: patch-man_feh_pre Log message: Update to feh-3.3 Changelog: https://feh.finalrewind.org/archive/3.3/ Big endian testing and ok cwen@ CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2019/12/06 20:09:41 Modified files: lib/mesa : configure.ac Log message: build Mesa with _ISOC11_SOURCE for c11 visibility autoconf function tests run without --std and have c11 visibility timespec_get(3), a c11 function is found this way. With gcc < 4.6 Mesa will build with --std=gnu99 with clang it will build with --std=c99 and timespec_get() will no longer be visibile. Further complicating things gcc 4.2 does not recognise --std=c11. This was not noticed on linux as they build with _GNU_SOURCE which among other things gives c11 visibility even with --std=c99. discussed with millert@ CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2019/12/06 20:10:09 Modified files: lib/mesa : configure Log message: regen CVSROOT: /cvs Module name: www Changes by: pamela@cvs.openbsd.org 2019/12/06 21:41:22 Modified files: . : plus.html Log message: missing tag CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/12/06 23:55:20 Modified files: sys/sys : varargs.h Log message: Unhook from to prepare for removal. Input from miod@ OK millert@ CVSROOT: /cvs Module name: src Changes by: kevlo@cvs.openbsd.org 2019/12/07 01:45:28 Modified files: share/man/man4 : ure.4 usb.4 sys/dev/usb : if_ure.c if_urereg.h usbdevs Log message: - Add support for RTL8156 - Add RX/TX checksum offload support Tested by Shawn Chiou and myself. CVSROOT: /cvs Module name: src Changes by: kevlo@cvs.openbsd.org 2019/12/07 01:47:20 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2019/12/07 01:50:47 Removed files: games/gzdoom/patches: patch-src_gamedata_textures_animations_cpp patch-src_sound_mididevices_music_fluidsynth_mididevice_cpp Log message: Remove empty patches I thought cvs rm did work but I had to remove them first. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2019/12/07 04:21:29 Modified files: distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/12/07 06:03:57 Modified files: sys/scsi : ses.c Log message: Various cleanup tweaks. 'return' is not a function. KNF. Whitespace, Comment fixes. CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/12/07 06:11:04 Modified files: sys/kern : kern_event.c Log message: Combine macro KNOTE_ACTIVATE() with function knote_activate() to make the code clearer. OK claudio@ mpi@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/12/07 07:13:49 Modified files: sys/scsi : safte.c Log message: Various cleanup tweaks. 'return' is not a function. KNF. Whitespace, Comment fixes. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/07 07:35:12 Modified files: mail/neomutt : Makefile distinfo mail/neomutt/patches: patch-auto_def patch-nntp_newsrc_c Log message: update to neomutt-20191207 From upstream notes: "Unfortunately, last week's release contained a few clumsy bugs. Sorry about that. With such complex code and only three developers, sometimes we miss things. If you spot a problem with NeoMutt, please report it as soon as you can. This release contains a couple of fixes for the IMAP behaviour. They should make IMAP connections more reliable." - for more details see https://github.com/neomutt/neomutt/releases/tag/20191207 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/12/07 07:45:13 Modified files: games/wtf : Makefile distinfo Log message: Update to wtf-20191201 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/12/07 07:58:08 Modified files: lang/gravity : Makefile distinfo Log message: Update to gravity-0.7.8 Changelog: https://github.com/marcobambini/gravity/compare/0.7.0...0.7.8 CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/12/07 08:16:25 Modified files: sys/scsi : scsi_ioctl.c uk.c Log message: Various cleanup tweaks. 'return' is not a function. KNF. Whitespace, Comment fixes. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2019/12/07 12:23:21 Modified files: usr.bin/su : su.c Log message: In -L (loop) mode, reset the login class each time through the loop. Otherwise, it is possible to log in with another user's login class. Fixes CVE-2019-19519. OK deraadt@ markus@ CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2019/12/07 12:49:17 Modified files: sysutils/ansible: Makefile distinfo Log message: Update ansible 2.9.1 -> 2.9.2 Changelog: https://github.com/ansible/ansible/blob/stable-2.9/changelogs/CHANGELOG-v2.9.rst#v2-9-2 CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/12/07 15:57:48 Modified files: libexec/ld.so : loader.c libexec/ld.so/aarch64: rtld_machine.c libexec/ld.so/alpha: rtld_machine.c libexec/ld.so/amd64: rtld_machine.c libexec/ld.so/arm: rtld_machine.c libexec/ld.so/hppa: rtld_machine.c libexec/ld.so/i386: rtld_machine.c libexec/ld.so/m88k: rtld_machine.c libexec/ld.so/mips64: rtld_machine.c libexec/ld.so/powerpc: rtld_machine.c libexec/ld.so/sh: rtld_machine.c libexec/ld.so/sparc64: rtld_machine.c Log message: Disable ltrace for objects linked with -znow, as at least on amd64, linking that was deletes the lazy relocation trampoline which ltrace currently depends on problem reported by tb@ directional feedback kettenis@ ok mpi@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/12/07 22:22:44 Modified files: sys/uvm : uvm_pmap.h Log message: Remove an unnecessary #ifndef PMAP_EXCLUDE_DECLS. It was last utilized by sparc pmap. OK mpi@ guenther@ kettenis@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/08 01:17:27 Modified files: misc/hwdata : Makefile distinfo Log message: Update to hwdata-0.330. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/08 01:22:52 Modified files: net/rsnapshot : Makefile distinfo net/rsnapshot/patches: patch-configure_ac Log message: Update to rsnapshot-1.4.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/08 01:24:34 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py-botocore-1.13.34. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/08 01:24:46 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py-boto3-1.10.34. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/08 01:24:59 Modified files: sysutils/awscli: Makefile distinfo sysutils/awscli/pkg: PLIST Log message: Update to awscli-1.16.298. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/08 01:27:17 Modified files: sysutils/exoscale-cli: Makefile distinfo Log message: Update to exoscale-cli-1.7.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/08 01:32:15 Modified files: sysutils/terraform/terraform: Makefile distinfo Log message: Update to terraform-0.12.17. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/08 01:36:52 Modified files: print/cups-filters: Makefile distinfo Log message: Update to cups-filters-1.25.13. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/08 02:05:07 Modified files: devel/libsoup : Makefile distinfo Log message: Update to libsoup-2.68.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/08 02:32:29 Modified files: sysutils/terraform/provider-alicloud: Makefile distinfo sysutils/terraform/provider-aws: Makefile distinfo sysutils/terraform/provider-azurerm: Makefile distinfo sysutils/terraform/provider-circonus: Makefile distinfo sysutils/terraform/provider-cloudflare: Makefile distinfo sysutils/terraform/provider-consul: Makefile distinfo sysutils/terraform/provider-docker: Makefile distinfo sysutils/terraform/provider-gitlab: Makefile distinfo sysutils/terraform/provider-ignition: Makefile distinfo sysutils/terraform/provider-newrelic: Makefile distinfo sysutils/terraform/provider-ns1: Makefile distinfo sysutils/terraform/provider-packet: Makefile distinfo sysutils/terraform/provider-vault: Makefile distinfo Log message: Update terraform providers. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/08 02:39:10 Modified files: sysutils/nomad : Makefile distinfo Log message: Update to nomad-0.10.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/08 02:43:20 Modified files: sysutils/deja-dup: Makefile distinfo sysutils/deja-dup/pkg: PLIST Log message: Update to deja-dup-40.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/08 02:47:40 Modified files: security/vault : Makefile distinfo Log message: Update bindata_assetfs.go to version 1.3.0. Use DIST_SUBDIR because that's an unversioned distfile; prodded by naddy@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/12/08 02:47:51 Modified files: sbin/unwind : control.c parse.y resolver.c resolver.h unwind.c unwind.conf.5 unwind.h usr.sbin/unwindctl: parser.c parser.h unwindctl.8 unwindctl.c Log message: Turn opportunistic DoT into their own strategies. This is beneficial since we prefer strategies according to their performance. Previously name servers were upgraded to opportunistic DoT if it was available even if the round trip times went through the roof and there was no way to got back to plain udp/53 DNS. To make up a bit of space in the unwindctl status output, name servers learned via DHCP or SLAAC are printed in a new subcommand. The status output will be further improved shortly. Input & OK otto CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/08 02:54:09 Modified files: x11/vlc : Makefile Removed files: x11/vlc/patches: patch-share_Makefile_am Log message: Don't need to enforce the dependency when the version is ancient (libblueray). Link to gtar instead of using a patch. from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/08 02:55:37 Modified files: devel/dtc : Makefile distinfo devel/dtc/patches: patch-Makefile devel/dtc/pkg : PLIST Added files: devel/dtc/patches: patch-libfdt_Makefile_libfdt Removed files: devel/dtc/patches: patch-libfdt_version_lds Log message: Update to dtc-1.5.1. All consumers are happy. form Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/08 03:16:19 Modified files: multimedia/gstreamer1: Makefile.inc multimedia/gstreamer1/core: Makefile distinfo multimedia/gstreamer1/core/pkg: PLIST multimedia/gstreamer1/mm: Makefile multimedia/gstreamer1/plugins-bad: Makefile distinfo multimedia/gstreamer1/plugins-bad/pkg: PLIST multimedia/gstreamer1/plugins-base: Makefile distinfo multimedia/gstreamer1/plugins-base/pkg: PLIST multimedia/gstreamer1/plugins-good: Makefile distinfo multimedia/gstreamer1/plugins-good/pkg: PLIST-main PLIST-pulse multimedia/gstreamer1/plugins-libav: Makefile distinfo multimedia/gstreamer1/plugins-libav/pkg: PLIST multimedia/gstreamer1/plugins-ugly: Makefile distinfo multimedia/gstreamer1/plugins-ugly/pkg: PLIST multimedia/gstreamer1/py-gstreamer: Makefile distinfo multimedia/gstreamer1/py-gstreamer/pkg: PLIST Log message: Update gstreamer1 stack to version 1.16.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/08 03:20:18 Modified files: sysutils/terraform/provider-exoscale: Makefile distinfo Log message: Update to terraform-provider-exoscale-0.14.0. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/12/08 03:33:19 Modified files: infrastructure/bin: build-debug-info Log message: shorten the default message for copying. The only weird stuff is for links, so keep the full message there CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/12/08 03:35:17 Modified files: usr.sbin/pkg_add/OpenBSD: PkgAdd.pm Log message: have DEBUG_PKG_CACHE also apply to already installed packages, to help bootstrap the process Clean the code: - move the decision logic into individual may_grab_debug_for - acknowledge the PkgAdd object doesn't matter in there, just use class - for already installed stuff, we skip packages that already exist CVSROOT: /cvs Module name: src Changes by: sashan@cvs.openbsd.org 2019/12/08 04:08:22 Modified files: lib/libc/sys : sysctl.2 sys/netinet : ip_carp.h ip_input.c ip_var.h sys/netinet6 : ip6_input.c ip6_var.h usr.bin/netstat: inet.c inet6.c Log message: Make sure packet destination address matches interface address, where such packet is bound to. This check is enforced if and only IP forwarding is disabled. Change discussed with bluhm@, claudio@, deraadt@, markus@, tobhe@ OK bluhm@, claudio@, tobhe@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/12/08 04:42:32 Modified files: usr.sbin/pkg_add/OpenBSD: Update.pm Log message: close the gap for the "final" hint that did not install debug packages (coincidentally, that's the pattern used for install from ports) This just requires always passing pkgname thru parse to extract the right name. There's definitely a bit of code to clean up in pkg_add afterwards :/ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/12/08 04:51:56 Modified files: infrastructure/mk: bsd.port.mk Log message: add INSTALL_DEBUG_PACKAGES user knob now that this specific configuration works (to be documented once I finish pkg_delete -a) CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/12/08 05:25:30 Modified files: sys/arch/i386/conf: Makefile.i386 files.i386 sys/arch/i386/i386: autoconf.c trap.c Removed files: sys/arch/i386/i386: kvm86.c kvm86call.S sys/arch/i386/include: kvm86.h Log message: Remove kernel VM86 support. Its last consumer is now gone and it has certainly not been used since the introduction of PAE back in 2015. ok kettenis@, jsg@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/12/08 05:27:26 Modified files: sys/arch/amd64/conf: GENERIC sys/arch/i386/conf: GENERIC Log message: Bye bye options KVM86 and VM86 CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/12/08 05:29:42 Modified files: sys/kern : vfs_bio.c vfs_biomem.c vfs_default.c vfs_subr.c vfs_sync.c vfs_vnops.c vfs_vops.c Log message: Convert infinite sleeps to tsleep_nsec(9). ok visa@, jca@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2019/12/08 05:31:07 Modified files: sbin/unwind : unwind.h usr.sbin/unwindctl: unwindctl.c Log message: More compact two column format for first section of status display; use * to mark opportunistic DoT forwarders; ok florian CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/12/08 05:37:45 Modified files: sys/uvm : uvm_device.c uvm_fault.c uvm_km.c uvm_pager.c uvm_pmemrange.c uvm_vnode.c Log message: Convert infinite sleeps to {m,t}sleep_nsec(9). ok visa@, jca@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/12/08 05:54:36 Modified files: share/man/man5 : bsd.port.arch.mk.5 bsd.port.mk.5 Log message: document USE_LLD and LLD_EMUL, since nobody else bothers :( CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/12/08 05:56:05 Modified files: share/man/man5 : bsd.port.mk.5 Log message: document INSTALL_DEBUG_PACKAGES CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/12/08 06:05:04 Modified files: share/man/man5 : bsd.port.mk.5 Log message: Document the current state of parallel things CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/12/08 06:05:12 Modified files: sys/scsi : scsiconf.c scsiconf.h Log message: Various cleanup tweaks. 'return' is not a function. KNF. Whitespace, Comment fixes. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2019/12/08 06:21:21 Modified files: sys/dev/usb : uvideo.h Log message: Reduce the max. number of frame buffers so that we can run higher resolutions without running out of kernel memory. Tested with 1920x1080 uncompressed and mjpeg without performance degradation. ok mpi@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/12/08 06:50:09 Modified files: lib/libcxx/include: __config Log message: define _LIBCPP_HAS_TIMESPEC_GET and _LIBCPP_HAS_C11_FEATURES OpenBSD has timespec_get(3) and struct timespec/aligned_alloc(3). ok kettenis@ jca@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/12/08 07:07:08 Modified files: share/man/man5 : bsd.port.mk.5 Log message: small tweaks; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/12/08 07:10:15 Modified files: lib/libc/sys : sysctl.2 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/12/08 07:22:14 Modified files: usr.bin/pkg-config: pkg-config usr.bin/pkg-config/OpenBSD: PkgConfig.pm Log message: cosmetic changes to conform to style of other existing OpenBSD code. Okay jasper@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/12/08 09:38:46 Modified files: sys/scsi : sd.c Log message: Various cleanup tweaks. 'return' is not a function. KNF. Whitespace, Comment fixes. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/08 09:56:13 Modified files: net/arouteserver: Makefile distinfo Log message: update to arouteserver-0.23.0 CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2019/12/08 09:58:37 ports/games/fnaify/patches Update of /cvs/ports/games/fnaify/patches In directory cvs.openbsd.org:/tmp/cvs-serv35358/patches Log Message: Directory /cvs/ports/games/fnaify/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/08 09:59:09 Modified files: mail/mutt : Makefile mail/mutt/pkg : DESCR Log message: add DEBUG_PACKAGES for mutt, move the existing ".if defined(DEBUG)" (to enable debug logging) to a flavour. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/08 09:59:54 Modified files: mail/neomutt : Makefile Log message: build debug packages CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2019/12/08 10:02:33 Modified files: games/fnaify : Makefile distinfo games/fnaify/pkg: PLIST Added files: games/fnaify/patches: patch-Makefile Log message: update fnaify to 2.1, with compatibility for additional games: Akane the Kunoichi Amazing Princess Sarah Apple Jack 1&2 Dead Pixels Draw a Stickman: EPIC Explosionade Game Type Grand Class Melee 2 Mount Your Friends Phoenix Force Super Blood Hockey Sword of the Stars: The Pit Terraria Weapon of Choice CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/08 11:41:44 Modified files: devel/meson : meson.port.mk Log message: Properly cope with DEBUG_PACKAGES. prodded by espie@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/12/08 11:41:48 Modified files: archivers/zstd : Makefile archivers/zstd/pkg: PLIST Log message: Add debug package for zstd. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2019/12/08 11:50:17 Modified files: devel/protobuf : Makefile distinfo devel/protobuf/pkg: PLIST Log message: Update to protobuf 3.11.1. ok jca CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/12/08 13:00:06 Modified files: net/wireguard-tools: Makefile distinfo Log message: update to WireGuard-0.0.20191206 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/12/08 13:14:59 Modified files: usr.sbin/vmd : ns8250.c Log message: Fully reinstate revision 1.21. Apparently, revision 1.22 (part of the "Fix at least one cause of VMs spinning at 100% host CPU" commit) accidentally included some pieces of a different WIP. These pieces remained in the tree after the revert and caused vmd to busy loop after attaching to and detaching from a VM's console. "please commit" mlarkin CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/12/08 13:25:02 Modified files: security/py-cryptodome: Makefile distinfo security/py-cryptodome/pkg: PLIST Log message: update to py-cryptodome-3.9.4 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/12/08 13:27:52 Modified files: fonts/fantasque-sans: Makefile distinfo Log message: update to fantasque-sans-1.8.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/12/08 13:29:03 Modified files: net/mosquitto : Makefile distinfo net/mosquitto/pkg: PLIST Log message: update to mosquitto-1.6.8 CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/12/08 14:31:16 Modified files: sbin/unwind : resolver.c Log message: Limit advertised UDP payload size to 1232 bytes to prevent PMTU / fragmentation issues. OK otto CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/12/08 15:48:23 Modified files: graphics/drawpile: Makefile distinfo graphics/drawpile/pkg: PLIST Log message: Update to drawpile-2.1.15 Announcement: https://drawpile.net/news/release-2.1.15/ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/08 16:08:59 Modified files: sys/kern : kern_pledge.c Log message: msyscall(2) is like kbind(2), and should be always permitted. it does it's own checks. CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2019/12/08 16:09:26 Modified files: . : errata65.html errata66.html Log message: release suauth errata CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2019/12/08 16:43:53 Modified files: usr.bin/ftp : fetch.c Log message: For chunked transfers always restore the SIGINFO handler (not just on error) Overlooked when shuffling the HTTP/1.1 code. CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2019/12/08 17:45:34 Modified files: usr.bin/ftp : fetch.c Log message: With NOSSL let url_get() print a nice error message for https urls Input from deraadt@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/12/08 21:50:42 Modified files: usr.bin/su : Tag: OPENBSD_6_6 su.c Log message: In -L (loop) mode, reset the login class each time through the loop. Otherwise, it is possible to log in with another user's login class. Fixes CVE-2019-19519. OK deraadt@ markus@ OpenBSD 6.6 errata 012 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/12/08 21:51:48 Modified files: usr.bin/su : Tag: OPENBSD_6_5 su.c Log message: In -L (loop) mode, reset the login class each time through the loop. Otherwise, it is possible to log in with another user's login class. Fixes CVE-2019-19519. OK deraadt@ markus@ OpenBSD 6.5 errata 023 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/08 23:48:52 Modified files: sys/netinet : ip_input.c Log message: always pull in if_types.h, to unbreak ramdisks CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/12/09 00:02:34 Modified files: devel/kdevelop : Makefile distinfo devel/kdevelop/pkg: PLIST Log message: Bugfix update kdevelop-5.4.5 CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2019/12/09 00:39:20 Modified files: security/sqlmap: Makefile distinfo security/sqlmap/pkg: PLIST Log message: Update for SQLMap to 1.3.12 OK rsadowski@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/09 00:56:21 Modified files: security/gnutls: Makefile distinfo security/gnutls/pkg: PLIST Log message: Update to gnutls-3.6.11.1. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/12/09 01:37:51 Modified files: print : Makefile Removed files: print/afm : Makefile distinfo print/afm/patches: patch-Makefile print/afm/pkg : DESCR PLIST Log message: Remove print/afm. Nothing uses it anymore, and the AFM files contained in the package were generated in 1990. Programs still using Adobe Type 1 fonts, such as TeX, bundle AFM files with the fonts. OK jca@, rsadowski@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/12/09 01:39:17 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register afm removal. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/12/09 02:41:54 Modified files: regress/usr.bin/signify: signify.sh usr.bin/signify: zsig.c Log message: tweak -z mode verification to save the header and actually output it, so that signify -zV >saved.tgz keeps the signature for later checks. Uses slightly more memory, but simplifies some processes. okay tedu@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/12/09 02:43:36 Modified files: security/nss : Makefile distinfo Log message: Update to NSS 3.48. Cf https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.48_release_notes CVSROOT: /cvs Module name: ports Changes by: otto@cvs.openbsd.org 2019/12/09 03:37:50 Modified files: net/powerdns_recursor: Makefile distinfo Log message: Update to PowerDNS Recursor 4.2.1 CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2019/12/09 05:08:42 Modified files: usr.bin/patch : pch.h Log message: Move RCS Id to the top of the file CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/12/09 07:32:07 Modified files: www/awstats : Makefile Log message: Disable GeoIP lookups in AWStats and remove dependency on net/p5-Geo-IP. AWStats still uses net/p5-Geo-IP (Perl bindings for net/GeoIP) for doing GeoIP lookups. As the functionality isn't really useful with outdated databases, disable it remove the dependency on net/p5-Geo-IP. OK sthen@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/09 07:42:56 Modified files: distrib/sets/lists/comp: md.i386 Log message: sync CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/12/09 07:45:16 Modified files: sysutils/syslog-ng: Makefile sysutils/syslog-ng/pkg: PLIST Log message: Switch syslog-ng from net/GeoIP to net/libmaxminddb. This adds support for using GeoIP2/GeoLite2 databases instead of the deprecated GeoIP/GeoLite databases. Makes sense to steven@, maintainer. No objections. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/09 07:50:06 Modified files: sysutils/reposync: Makefile distinfo Log message: update to 0.16, manpage fix only CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/09 08:01:07 Modified files: net/dsvpn : Makefile distinfo net/dsvpn/patches: patch-Makefile Log message: update to dsvpn-0.1.4 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/12/09 08:04:06 Modified files: usr.sbin/smtpd : smtpd.conf.5 Log message: update the example default config to use "from local" too; from myportslist ok gilles CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/09 08:07:55 Modified files: textproc/oniguruma: Makefile distinfo textproc/oniguruma/pkg: PLIST Log message: security update to oniguruma-6.9.4 - various heap buffer & integer overflows CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/09 08:08:38 Modified files: textproc/oniguruma: Tag: OPENBSD_6_6 Makefile distinfo Log message: security update to oniguruma-6.9.4 - various heap buffer & integer overflows CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/09 08:10:11 Modified files: textproc/oniguruma: Makefile Log message: bump REVISION to take -current package version above -stable, to make sure updates are still picked up properly (different PLIST etc). possibly unnecessary but better to be safe. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/09 08:19:14 Modified files: multimedia/get_iplayer: Makefile distinfo Log message: update to get_iplayer-3.23 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/09 08:29:23 Modified files: devel/py-parsedatetime: Makefile distinfo Removed files: devel/py-parsedatetime/patches: patch-setup_py Log message: update to py-parsedatetime-2.5 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/09 08:34:14 Modified files: net/gdnsd : Makefile Added files: net/gdnsd/patches: patch-configure_ac Removed files: net/gdnsd/patches: patch-configure Log message: switch gdnsd to libmaxminddb (GeoIP2), ok fcambus@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/12/09 09:05:25 Modified files: devel/py-parsedatetime: Makefile Log message: Move tests to MODPY_PYTEST CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/12/09 09:10:14 Modified files: devel/cppunit : Makefile distinfo devel/cppunit/patches: patch-Makefile_in patch-src_cppunit_Makefile_in devel/cppunit/pkg: PLIST Log message: Update to cppunit-1.14.0. Overview on changes can be found at https://cgit.freedesktop.org/libreoffice/cppunit/tree/NEWS. Most of the work has been done by giovanni@. Additional input from sthen@ and me. Major of SHARED_LIBS has been bumped as symbols have been removed. Updated HOMEPAGE and MASTER_SITES. OK sthen@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/09 09:13:07 Modified files: sys/uvm : uvm_map.c Log message: improve comment for uvm_map_inentry_pc(), the underlying non-writeable / syscall checker. CVSROOT: /cvs Module name: ports Changes by: visa@cvs.openbsd.org 2019/12/09 09:14:27 Modified files: textproc/mupdf : Makefile Log message: Fix mupdf build on mips64*. Reported and fix tested by manphiz at gmail dot com. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/12/09 09:29:06 Modified files: net/libfilezilla: Makefile Log message: Remove obsolete comment. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/12/09 09:29:45 Modified files: net/filezilla : Makefile distinfo Log message: Update to filezilla-3.46.0. This update fixes a rare crash if closing FileZilla the very same moment a connection or transfer requests user attention. Changes/additions: https://filezilla-project.org/versions.php. Synced WANTLIB. CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2019/12/09 09:51:10 Modified files: usr.sbin/snmpd : trap.c Log message: Initialize length of uptime and trapoid for trap_agentx. This probably needs a cleaner approach in the long run, but fixes the ober_oid_cmp for now. From gerhard_roth genua de CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/12/09 09:55:30 Modified files: usr.sbin/smtpd : smtpd.conf.5 Log message: rework the filtering text somewhat to condense it a little, avoid text duplication, and make the language a bit more consistent; ok gilles CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/09 10:22:49 Modified files: x11/virt-viewer: Makefile Log message: Enable DEBUG_PACKAGES. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/09 10:23:23 Modified files: devel/libvirt-glib: Makefile distinfo devel/libvirt-glib/pkg: PLIST Log message: Update to libvirt-glib-3.0.0. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/09 10:38:00 Modified files: sys/uvm : uvm_map.c Log message: Many people have crossed the ABI, so re-enable "syscall call-from" checking. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/09 11:19:09 Modified files: sys/kern : exec_elf.c Log message: typo CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2019/12/09 12:05:06 Modified files: usr.bin/ftp : fetch.c Log message: Reinstate ftp_printf to log sent HTTP headers On SMALL builds ftp_printf is just a #define to avoid a size increase. ok millert@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/12/09 12:46:56 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: Run Wycheproof DSA P1363 test vectors against libcrypto. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/12/09 12:55:03 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: update to-do list CVSROOT: /cvs Module name: ports Changes by: gilles@cvs.openbsd.org 2019/12/09 13:23:29 Modified files: mail/opensmtpd-filters/rspamd: Makefile distinfo Log message: update to 0.1.5 in anticipation for a protocol change in filters CVSROOT: /cvs Module name: ports Changes by: gilles@cvs.openbsd.org 2019/12/09 13:24:02 Modified files: mail/opensmtpd-filters/senderscore: Makefile distinfo Log message: update to 0.1.1 in anticipation for a protocol change in filters ok landry@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2019/12/09 13:36:22 Modified files: usr.sbin/smtpd : lka_filter.c lka_report.c Log message: swap two fields in the filter response protocol to match order of fields in the query protocol. this difference was overlooked and is error-prone for a filter developer. bump filter protocol. when you update your smtpd, if you use filters, they'll need to be updated. spotted by Chris Ross CVSROOT: /cvs Module name: src Changes by: remi@cvs.openbsd.org 2019/12/09 13:37:54 Modified files: usr.sbin/ripd : ripe.c Log message: iface is not used afterwards. It should have been removed in rev. 1.8. OK claudio@ CVSROOT: /cvs Module name: src Changes by: remi@cvs.openbsd.org 2019/12/09 13:41:24 Modified files: usr.sbin/ripd : message.c Log message: fix error message. OK claudio@ CVSROOT: /cvs Module name: src Changes by: remi@cvs.openbsd.org 2019/12/09 13:49:40 Modified files: usr.sbin/ripd : message.c Log message: Do not count up nentries in send_response() when the entry was skipped because of split-horizon simple. This fixes empty response packages sent out by ripd. Adapt send_request() to follow the same layout. Input and OK claudio@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2019/12/09 13:50:35 Modified files: www/ruby-ntlm : Makefile distinfo www/ruby-ntlm/pkg: PLIST Log message: Update to rubyntlm 0.6.2 From George Rosamond CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/09 15:15:15 Modified files: libexec/ld.so : library.c library_mquery.c Log message: print addresses upon msyscall failure, for now CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/12/09 16:15:03 Modified files: libexec/ld.so : library_mquery.c Log message: When loading a library, mmap(2) may fail. Then everything gets unmapped and ld.so tries again with different random address layout. In this case, use the new libc executable address for msyscall(2), not one from the first try. Fixes sporadic bogus syscall on i386. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/12/09 17:39:52 Modified files: lib/libc/sys : mmap.2 Log message: Adjust history text. A fully functional mmap() system call first appeared in SunOS 4.0 and has been available since 4.4BSD. wording from and ok schwarze@ input from deraadt@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/12/09 17:49:27 Modified files: lib/libc/sys : msync.2 Log message: The msync interface first appeared in SunOS 4.0. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2019/12/09 19:35:16 Modified files: lib/libc/gen : getusershell.c Log message: Remove includes that are no longer neeed after tedu's simplification. OK jca@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/12/09 23:46:17 Modified files: x11/gnustep/libobjc2: Makefile x11/gnustep/libobjc2/patches: patch-CMakeLists_txt Log message: Unbreak with upcoming cmake 3.16. Do not use CMAKE_THREAD_LIBS_INIT as linker flag. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/12/10 00:27:08 Modified files: devel/leatherman: Makefile distinfo Log message: Update 1.9.0 -> 1.9.1 major bump of leatherman_execution due to some symbol removed CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/12/10 00:28:17 Modified files: sysutils/facter: Makefile distinfo sysutils/facter/patches: patch-lib_CMakeLists_txt sysutils/facter/pkg: PLIST Log message: Update 3.14.5 -> 3.14.6 CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2019/12/10 00:32:43 Modified files: lang/rust : Makefile distinfo lang/rust/patches: patch-src_bootstrap_bin_rustc_rs patch-src_bootstrap_lib_rs patch-src_bootstrap_test_rs patch-vendor_libc_src_unix_bsd_netbsdlike_openbsd_mod_rs patch-vendor_libgit2-sys_lib_rs lang/rust/pkg : PLIST-main Added files: lang/rust/patches: patch-src_bootstrap_bootstrap_py patch-src_bootstrap_builder_rs patch-src_test_ui_abi_stack-probes-lto_rs patch-src_test_ui_abi_stack-probes_rs patch-src_tools_cargo_crates_cargo-test-support_src_paths_rs Removed files: lang/rust/patches: patch-src_librustc_llvm_build_rs patch-src_librustc_target_spec_mod_rs patch-src_librustc_target_spec_sparc64_unknown_openbsd_rs patch-src_libunwind_build_rs patch-src_test_ui_stack-probes-lto_rs patch-src_test_ui_stack-probes_rs patch-src_tools_cargo_tests_testsuite_support_paths_rs Log message: update lang/rust to 1.39.0 (late commit due to problems with sparc64 - segfault) tested by landry@ ok reyk@ ChangeLog: https://github.com/rust-lang/rust/blob/stable/RELEASES.md#version-1390-2019-11-07 Announce: https://blog.rust-lang.org/2019/11/07/Rust-1.39.0.html CVSROOT: /cvs Module name: www Changes by: giovanni@cvs.openbsd.org 2019/12/10 00:41:36 Modified files: . : events.html Log message: I will talk about smtpd(8) at next Fosdem CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/12/10 00:49:01 Modified files: sbin/unwind : resolver.c Log message: Similar to doubting NXDOMAIN when we just switched networks we also need to doubt validation errors as we might find ourselves behind a captive portal. The hotspot at schiphol airport uses login.hotspotschiphol.nl: - it is NXDOMAIN on the public internet - hotspotschiphol.nl is signed and attests that login does not exist. - resolves to 1.1.1.5(!) when asking the dhcp nameservers - the dhcp nameservers pass DNSSEC records so validation works This resulted in unwind doing validation and answering SERVFAIL since the answer is bogus. Input & OK otto CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2019/12/10 02:53:44 Modified files: sbin/unwind : frontend.c Log message: Plug two mem leaks in udp_receive() and zap unneeded allocations; ok florian@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/12/10 02:56:50 Modified files: net/samba : Makefile distinfo Log message: SECURITY update to samba-4.10.11 Fixes: o CVE-2019-14861: Samba AD DC zone-named record Denial of Service in DNS management server (dnsserver). o CVE-2019-14870: DelegationNotAllowed not being enforced in protocol transition on Samba AD DC. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/12/10 03:42:59 Modified files: misc/dialog : Makefile distinfo misc/dialog/pkg: PLIST Log message: Update dialog to 1.3-20191209. CVSROOT: /cvs Module name: src Changes by: bentley@cvs.openbsd.org 2019/12/10 03:49:04 Modified files: usr.bin/mandoc : mdoc_html.c Log message: In HTML, display straight quotes, not curly quotes, for Qq/Qo/Qc macros. This is the intended behavior and already the case in terminal output. Incorrect output noticed by Eldred Habert. ok schwarze@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/12/10 04:00:08 Modified files: graphics/ansilove: Makefile distinfo Log message: Update ansilove to 4.0.6. CVSROOT: /cvs Module name: src Changes by: aoyama@cvs.openbsd.org 2019/12/10 04:28:13 Modified files: sys/arch/luna88k/stand/boot: Makefile Log message: Like other architectures, luna88k bootloader also needs arc4.c. ok guenther@, "your choice" deraadt@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2019/12/10 04:56:34 Modified files: usr.sbin/ldomctl: ldomctl.c Log message: Print started and stopped domains alike "looks better" deraadt Ok kettenis CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2019/12/10 05:20:17 Modified files: sbin/iked : policy.c ikev2.c iked.h Log message: We can receive a delete and free an SA that is referenced in sa_nextr. Remove references when deleting the SA, otherwise we trigger a use-after-free. ok markus@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/10 05:28:14 Modified files: textproc/mupdf : Makefile Log message: tidy; use COMPILER instead of MODULES=gcc4 CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/12/10 07:22:15 Modified files: usr.bin/tmux : cfg.c tmux.h Log message: Make TMUX_CONF a list of files and expand leading $FOO or ~. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/12/10 08:51:21 Modified files: sbin/isakmpd : monitor.c Log message: If a file or directory component does not exists, realpath(3) returns ENOENT. In this case, try to open(2) the path. Then a non-existing file will be created, but a missing directory component still causes an error. This fixes isakmpd(8) IKE pcap file creation. from hshoexer@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/10 09:35:54 Modified files: security/vault : Makefile Log message: DISTDIR -> FULLDISTDIR to get the proper distfile. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/10 09:45:24 Modified files: devel/meson : meson.port.mk Log message: Tweak previous (DEBUG_PACKAGES). from espie@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/10 09:47:54 Modified files: devel/libcoap : Makefile distinfo devel/libcoap/patches: patch-Makefile_am patch-configure_ac patch-examples_client_c patch-ext_tinydtls_Makefile_in devel/libcoap/pkg: PLIST Added files: devel/libcoap/patches: patch-examples_tiny_c patch-man_Makefile_am Log message: update to libcoap-4.2.1 CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/12/10 10:02:11 Modified files: net/samba : Tag: OPENBSD_6_6 Makefile distinfo Log message: SECURITY update to samba-4.9.17 Fixes: o CVE-2019-14861: Samba AD DC zone-named record Denial of Service in DNS management server (dnsserver). o CVE-2019-14870: DelegationNotAllowed not being enforced in protocol transition on Samba AD DC. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/10 10:08:34 Modified files: net/glib2-networking: Makefile distinfo net/glib2-networking/pkg: PLIST Log message: Update to glib2-networking-2.62.2. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2019/12/10 10:11:06 Modified files: usr.sbin/syspatch: syspatch.sh Log message: Just output a generic error message: "Unsupported filesystem, aborting" for mfs, nfs and co. CVSROOT: /cvs Module name: ports Changes by: feinerer@cvs.openbsd.org 2019/12/10 10:27:20 Modified files: math/netcdf : Makefile distinfo math/netcdf/pkg: PLIST Log message: Update to NetCDF 4.7.3 From martin@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/12/10 10:51:18 Modified files: devel/vte3 : Makefile x11/xkbcommon : Makefile x11/gnome/terminal: Makefile x11/gnome/terminal/pkg: PLIST Log message: provide debug packages CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2019/12/10 10:58:54 Modified files: sys/netinet : ip_spd.c Log message: Make bundled IPcomp/ESP policies work with IPSEC_LEVEL_REQUIRE. We only install flows for IPcomp. When processing an incoming ESP SA, look for a bundled IPcomp SA and use that in the policy check. ok bluhm@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/12/10 11:04:21 Log message: Import kdf 18.12.0 (one to one replacement for KDE4) OK sthen@ KDiskFree displays the available file devices (hard drive partitions, floppy and CD drives, etc.) along with information on their capacity, free space, type and mount point. It also allows you to mount and unmount drives and view them in a file manager. Status: Vendor Tag: rsadowski Release Tags: rsadowski_20191210 N ports/x11/kde-applications/kdf/Makefile N ports/x11/kde-applications/kdf/distinfo N ports/x11/kde-applications/kdf/pkg/DESCR N ports/x11/kde-applications/kdf/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/12/10 11:06:47 Log message: Import kfloppy 18.12.0 (one to one replacement for KDE4) OK sthen@ KFloppy is a graphical format utility for 3.5" and 5.25" floppy disks. Status: Vendor Tag: rsadowski Release Tags: rsadowski_20191210 N ports/x11/kde-applications/kfloppy/Makefile N ports/x11/kde-applications/kfloppy/distinfo N ports/x11/kde-applications/kfloppy/pkg/DESCR N ports/x11/kde-applications/kfloppy/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/12/10 11:07:26 Log message: Import print-manager 18.12.0 (one to one replacement for KDE4) OK sthen@ Status: Vendor Tag: rsadowski Release Tags: rsadowski_20191210 N ports/x11/kde-applications/print-manager/Makefile N ports/x11/kde-applications/print-manager/distinfo N ports/x11/kde-applications/print-manager/pkg/DESCR N ports/x11/kde-applications/print-manager/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/12/10 11:08:23 Log message: Import kapptemplate 18.12.0 (one to one replacement for KDE4) OK sthen@ KAppTemplate is an application to start development quickly using existing templates providing basic repeatedly written code and a proper structure. Features: - Templates for C++, Ruby, Python and PHP - Categories - Templates for different build-systems and frameworks - Templates especially for KDE-development (plugins for Plasma, QtQuick, KTextEditor, KRunner, Akonadi) - It is easy to create new templates using space holders and a simple CMake-command - Integrated into KDevelop Status: Vendor Tag: rsadowski Release Tags: rsadowski_20191210 N ports/x11/kde-applications/kapptemplate/Makefile N ports/x11/kde-applications/kapptemplate/distinfo N ports/x11/kde-applications/kapptemplate/pkg/DESCR N ports/x11/kde-applications/kapptemplate/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/12/10 11:09:07 Log message: Import kcachegrind 18.12.0 (one to one replacement for KDE4) OK sthen@ KCachegrind is a profile data visualization tool, used to determine the most time consuming parts in the execution of a program. Features: - KCachegrind visualizes profiles (i.e. runtime characteristics) of applications in various ways, including call graph vizualisations and source/disassembler annotation. - It can load profiles generated by the cache simulation/call tracer Calltree, a Valgrind tool. Thus, profiling does not need any preparation, can cope with shared libraries and plugin architectures, and does not influence the measuring itself. - Converter scripts for OProfile, Perl, and PHP. - Switching between multiple visualization layouts. - Call graph can be exported as image (PNG). - Simultaneous display of 2 event types in Call and Annotation View Status: Vendor Tag: rsadowski Release Tags: rsadowski_20191210 N ports/x11/kde-applications/kcachegrind/Makefile N ports/x11/kde-applications/kcachegrind/distinfo N ports/x11/kde-applications/kcachegrind/pkg/DESCR N ports/x11/kde-applications/kcachegrind/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/12/10 11:10:08 Log message: Import kde-dev-scripts 18.12.0 (one to one replacement for KDE4) OK sthen@ Collection of scripts used in KDE development process. For details, see corresponding manual pages and sources. Status: Vendor Tag: rsadowski Release Tags: rsadowski_20191210 N ports/x11/kde-applications/kde-dev-scripts/Makefile N ports/x11/kde-applications/kde-dev-scripts/distinfo N ports/x11/kde-applications/kde-dev-scripts/pkg/DESCR N ports/x11/kde-applications/kde-dev-scripts/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/12/10 11:11:02 Log message: Import kde-dev-utils 18.12.0 (one to one replacement for KDE4) OK sthen@ Collection of utilities used in KDE development process. Status: Vendor Tag: rsadowski Release Tags: rsadowski_20191210 N ports/x11/kde-applications/kde-dev-utils/Makefile N ports/x11/kde-applications/kde-dev-utils/distinfo N ports/x11/kde-applications/kde-dev-utils/pkg/DESCR N ports/x11/kde-applications/kde-dev-utils/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/12/10 11:11:59 Log message: Import kdesdk-kioslaves 18.12.0 (one to one replacement for KDE4) OK sthen@ KIO modules for development-related stuff Status: Vendor Tag: rsadowski Release Tags: rsadowski_20191210 N ports/x11/kde-applications/kdesdk-kioslaves/Makefile N ports/x11/kde-applications/kdesdk-kioslaves/distinfo N ports/x11/kde-applications/kdesdk-kioslaves/pkg/DESCR N ports/x11/kde-applications/kdesdk-kioslaves/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/12/10 11:12:53 Log message: Import kdesdk-thumbnailers 18.12.0 (one to one replacement for KDE4) OK sthen@ Thumbnail generators for files used in KDE development. Status: Vendor Tag: rsadowski Release Tags: rsadowski_20191210 N ports/x11/kde-applications/kdesdk-thumbnailers/Makefile N ports/x11/kde-applications/kdesdk-thumbnailers/distinfo N ports/x11/kde-applications/kdesdk-thumbnailers/pkg/DESCR N ports/x11/kde-applications/kdesdk-thumbnailers/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/12/10 11:13:52 Log message: Import lokalize 18.12.0 (one to one replacement for KDE4) OK sthen@ Lokalize is the localization tool for KDE software and other free and open source software. It is also a general computer-aided translation system (CAT) with which you can translate OpenDocument files (*.odt). Translate-Toolkit is used internally to extract text for translation from .odt to .xliff files and to merge translation back into .odt file. Status: Vendor Tag: rsadowski Release Tags: rsadowski_20191210 N ports/x11/kde-applications/lokalize/Makefile N ports/x11/kde-applications/lokalize/distinfo N ports/x11/kde-applications/lokalize/pkg/DESCR N ports/x11/kde-applications/lokalize/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/12/10 11:14:47 Log message: Import poxml 18.12.0 (one to one replacement for KDE4) OK sthen@ split2po is a command-line tool that takes the two given DocBook XML files and produces a gettext message file (PO-file) that represents the changes between them. xml2pot is a command-line tool that produces a gettext message template file from the DocBook XML file original-XML. Some utilities from original package were not ported due to lack of C runtime for Antlr 2 in our ports. Status: Vendor Tag: rsadowski Release Tags: rsadowski_20191210 N ports/x11/kde-applications/poxml/Makefile N ports/x11/kde-applications/poxml/distinfo N ports/x11/kde-applications/poxml/pkg/DESCR N ports/x11/kde-applications/poxml/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/12/10 11:23:11 Modified files: x11/kde4 : Makefile meta/kde4 : Makefile Log message: Unhook several KDE4 ports replaced by KDE5 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/12/10 11:30:54 Modified files: x11/kde-applications: Makefile Log message: Hook almost all KDE5-utilities and all kdesdk ports. CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2019/12/10 11:40:50 Modified files: telephony/py-phonenumbers: Makefile distinfo telephony/py-phonenumbers/pkg: PLIST Log message: update telephony/py-phonenumbers to 8.11.0 ok kmos@ CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2019/12/10 11:42:09 Modified files: devel/py-stdnum: Makefile distinfo devel/py-stdnum/pkg: PLIST Log message: update devel/py-stdnum to 1.12 ok kmos@ CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2019/12/10 11:44:15 Modified files: devel/py-simpleeval: Makefile distinfo Log message: update devel/py-simpleeval to 0.9.10 ok kmos@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/12/10 12:50:57 Modified files: x11/kde-applications/kde-dev-scripts: Makefile x11/kde-applications/kde-dev-scripts/pkg: PLIST Log message: Fix bogus substitute Spotted by sthen@ Thanks CVSROOT: /cvs Module name: ports Changes by: feinerer@cvs.openbsd.org 2019/12/10 14:38:15 Modified files: math/netcdf : Makefile Log message: Increase NetCDF shared libs version number Symbols added and removed between 4.7.0 and 4.7.3, so major bump. OK martin@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/12/10 15:10:34 Modified files: devel/py-voluptuous: Makefile distinfo Log message: Update 0.11.5 -> 0.11.7 testsuite runs more tests, but the same single test still fails CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/12/10 15:36:09 Modified files: usr.bin/ssh : PROTOCOL.u2f Log message: chop some unnecessary and confusing verbiage from the security key protocol description; feedback from Ron Frederick CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/12/10 15:37:20 Modified files: usr.bin/ssh : ssh-keygen.c Log message: when acting as a CA and using a security key as the CA key, remind the user to touch they key to authorise the signature. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/12/10 15:43:19 Modified files: usr.bin/ssh : myproposal.h Log message: add security key types to list of keys allowed to act as CAs; spotted by Ron Frederick CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/10 16:09:48 Modified files: cad/kicad-share: Makefile.inc cad/kicad-share/footprints: distinfo cad/kicad-share/footprints/pkg: PLIST cad/kicad-share/i18n: distinfo cad/kicad-share/packages3D: distinfo cad/kicad-share/packages3D/pkg: PLIST cad/kicad-share/symbols: distinfo cad/kicad-share/symbols/pkg: PLIST cad/kicad-share/templates: distinfo cad/kicad-share/templates/pkg: PLIST cad/kicad : Makefile distinfo cad/kicad/pkg : PLIST Log message: update to kicad-5.1.5, from Tracey Emery (plus I regenerated plists for kicad) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/10 16:21:37 Modified files: mail/exim : Makefile distinfo mail/exim/patches: patch-Local_Makefile patch-src_lookups_spf_c patch-src_spf_h Log message: update to exim-4.93, from maintainer Renaud Allard, plus I enabled DEBUG_PACKAGES CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/12/10 16:21:56 Modified files: usr.bin/ssh : PROTOCOL.u2f Log message: loading security keys into ssh-agent used the extension constraint "sk-provider@openssh.com", not "sk@openssh.com"; spotted by Ron Frederick CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/12/10 16:37:31 Modified files: usr.bin/ssh : PROTOCOL.u2f Log message: some more corrections for documentation problems spotted by Ron Frederick document certifiate private key format correct flags type for sk-ssh-ed25519@openssh.com keys CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/12/10 20:48:00 Modified files: security/yubico/yubikey-manager: Makefile Log message: Move tests to MODPY_PYTEST CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/12/10 21:11:21 Modified files: devel/py-click-plugins: Makefile Log message: Fix tests by moving to MODPY_PYTEST CVSROOT: /cvs Module name: src Changes by: pd@cvs.openbsd.org 2019/12/10 23:45:17 Modified files: usr.sbin/vmd : ns8250.c ns8250.h virtio.c virtio.h vm.c vmm.c Log message: vmd: proper concurrency control when pausing a vm Removes an XXX which slept for 1s waiting for the vcpu thread to reach HLT and pause. We now define a paused and unpaused condition so that a call to pause_vm() / vmctl pause blocks till the vm really reaches a paused state. Also, detach events for devices from event loop when pausing and add them back when unpausing. This is because some callbacks call pthread_mutex_lock and if the vm is paused, it would block also causing the libevent thread to block. This would mean that we would not be able to process any IMSGs received from vmm (parent process) including a message to unpause. ok mlarkin@ CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2019/12/11 00:19:55 Modified files: productivity/tryton/5.0/account: Makefile distinfo productivity/tryton/5.0/account_es: Makefile distinfo productivity/tryton/5.0/account_es/pkg: PLIST productivity/tryton/5.0/account_fr: Makefile distinfo productivity/tryton/5.0/account_fr/pkg: PLIST productivity/tryton/5.0/account_invoice: Makefile distinfo productivity/tryton/5.0/account_payment: Makefile distinfo productivity/tryton/5.0/account_payment/pkg: PLIST productivity/tryton/5.0/account_payment_clearing: Makefile distinfo productivity/tryton/5.0/account_product: Makefile distinfo productivity/tryton/5.0/account_product/pkg: PLIST productivity/tryton/5.0/account_statement: Makefile distinfo productivity/tryton/5.0/account_statement/pkg: PLIST productivity/tryton/5.0/carrier: Makefile distinfo productivity/tryton/5.0/carrier/pkg: PLIST productivity/tryton/5.0/customs: Makefile distinfo productivity/tryton/5.0/customs/pkg: PLIST productivity/tryton/5.0/product: Makefile distinfo productivity/tryton/5.0/product/pkg: PLIST productivity/tryton/5.0/product_cost_fifo: Makefile distinfo productivity/tryton/5.0/production_work: Makefile distinfo productivity/tryton/5.0/production_work/pkg: PLIST productivity/tryton/5.0/proteus: Makefile distinfo productivity/tryton/5.0/purchase_request: Makefile distinfo productivity/tryton/5.0/purchase_request/pkg: PLIST productivity/tryton/5.0/stock: Makefile distinfo productivity/tryton/5.0/stock_supply: Makefile distinfo productivity/tryton/5.0/stock_supply/pkg: PLIST productivity/tryton/5.0/tryton: Makefile distinfo productivity/tryton/5.0/trytond: Makefile distinfo Log message: update productivity/tryton/5.0 maintenance update CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2019/12/11 00:20:53 Modified files: productivity/tryton/5.2/account: Makefile distinfo productivity/tryton/5.2/account_deposit: Makefile distinfo productivity/tryton/5.2/account_deposit/pkg: PLIST productivity/tryton/5.2/account_es: Makefile distinfo productivity/tryton/5.2/account_es/pkg: PLIST productivity/tryton/5.2/account_invoice: Makefile distinfo productivity/tryton/5.2/account_payment: Makefile distinfo productivity/tryton/5.2/account_payment/pkg: PLIST productivity/tryton/5.2/account_payment_clearing: Makefile distinfo productivity/tryton/5.2/account_product: Makefile distinfo productivity/tryton/5.2/account_product/pkg: PLIST productivity/tryton/5.2/account_statement: Makefile distinfo productivity/tryton/5.2/account_statement/pkg: PLIST productivity/tryton/5.2/account_statement_rule: Makefile distinfo productivity/tryton/5.2/account_statement_rule/pkg: PLIST productivity/tryton/5.2/carrier: Makefile distinfo productivity/tryton/5.2/carrier/pkg: PLIST productivity/tryton/5.2/company: Makefile distinfo productivity/tryton/5.2/company/pkg: PLIST productivity/tryton/5.2/customs: Makefile distinfo productivity/tryton/5.2/customs/pkg: PLIST productivity/tryton/5.2/product: Makefile distinfo productivity/tryton/5.2/product_cost_fifo: Makefile distinfo productivity/tryton/5.2/product_cost_fifo/pkg: PLIST productivity/tryton/5.2/production_work: Makefile distinfo productivity/tryton/5.2/proteus: Makefile distinfo productivity/tryton/5.2/purchase: Makefile distinfo productivity/tryton/5.2/purchase/pkg: PLIST productivity/tryton/5.2/stock: Makefile distinfo productivity/tryton/5.2/stock_supply: Makefile distinfo productivity/tryton/5.2/stock_supply/pkg: PLIST productivity/tryton/5.2/tryton: Makefile distinfo productivity/tryton/5.2/trytond: Makefile distinfo Log message: update productivity/tryton/5.2 maintenance update CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/12/11 00:21:40 Modified files: sys/arch/m88k/include: tcb.h sys/arch/m88k/m88k: trap.c Log message: %r26 hasn't been used by the threads implementation since 2016, so stop resetting it in child_return() and update the comment in tcb.h to reflect reality ok miod@ aoyama@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/12/11 00:30:09 Modified files: sys/sys : proc.h sysctl.h sys/kern : kern_event.c kern_exec.c kern_exit.c kern_kthread.c kern_sig.c kern_sysctl.c sched_bsd.c sys_process.c sys/dev/pci/drm/scheduler: gpu_scheduler.c Log message: Replace p_xstat with ps_xexit and ps_xsig Convert those to a consolidated status when needed in wait4(), kevent(), and sysctl() Pass exit code and signal separately to exit1() (This also serves as prep for adding waitid(2)) ok mpi@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/12/11 03:46:37 Modified files: textproc/ruby-rouge: Makefile distinfo textproc/ruby-rouge/pkg: PLIST Log message: Update ruby-rouge to 3.14.0. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/11 04:34:39 Modified files: sysutils/terraform/provider-alicloud: Makefile Log message: despite DPB_PROPERTIES=lonesome and datasize-cur=infinity this still consistently fails on i386 - set NOT_FOR_ARCHS. runtime: out of memory: cannot allocate 67821568-byte block (2004189184 in use) CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/12/11 04:55:12 Modified files: sys/net : if_aggr.c Log message: use sockaddr_storage to store the address used to generate mcast entries. this means we don't truncate sockaddr_in6, which in turn means we dont end up using garbage or zeros on the underlying ports when requesting they set up hardware filters for multicast addresses. vlan(4) uses sockaddr_storage like this too for the same thing. discovered by jmatthew@ because ipv6 on top of aggr wasn't working unless tcpdump was running. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/12/11 05:13:37 Modified files: usr.bin/tmux : tty.c Log message: Do not set cursor colour to default unless it has been changed, GitHub issue 2013. CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2019/12/11 05:35:06 Modified files: devel/cargo : cargo.port.mk Log message: devel/cargo module - uses cargo --offline when building to enforce "no network" at build time. - properly implement MODCARGO_FEATURES by passing it to all stages (build, test, install) - add MODCARGO_NO_DEFAULT_FEATURES to permit overriding completely cargo features defined in Cargo.toml ok sthen@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2019/12/11 05:36:28 Modified files: lib/libkvm : kvm_proc2.c Log message: add sys/wait.h to unbreak builds; following "Replace p_xstat with ps_xexit and ps_xsig" (sysctl.h r1.198 and friends) FILL_KPROC requires W_EXITCODE from there. cc -static -pie -o ps keyword.o nlist.o print.o ps.o utf8.o -lkvm ld: error: undefined symbol: W_EXITCODE >>> referenced by kvm_proc2.c:293 (/usr/src/lib/libkvm/kvm_proc2.c:293) [...] CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/11 05:42:02 Log message: import fonts/crimson, fix/ok tb@ Crimson is a free and open-source text type family. The font is designed in the tradition of beautiful oldstyle type, and inspired particularly by the fantastic work of people like Jan Tschichold (Sabon), Robert Slimbach (Arno, Minion) and Jonathan Hoefler (Hoefler Text). It features - six cuts (regular, semibold and bold; with a Roman and Italic each) - characters for a wide range of European languages - though some are still better supported than others between different cuts - spacing/kerning done by Igino Marini's spectacular iKern - an unbeatable price of zero! Status: Vendor Tag: sthen Release Tags: sthen_20191211 N ports/fonts/crimson/Makefile N ports/fonts/crimson/distinfo N ports/fonts/crimson/pkg/DESCR N ports/fonts/crimson/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/11 05:43:28 Modified files: fonts : Makefile Log message: +crimson CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/12/11 06:09:24 Modified files: x11/kde-applications/kdf: Makefile Log message: Fix missing build dependency kcmutils Spotted by naddy@ thanks! CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2019/12/11 07:28:36 Modified files: net/rabbitmq : Makefile net/rabbitmq/files: rabbitmq.conf net/rabbitmq/pkg: PLIST Log message: Tweaks for RabbitMQ installation, okayed by sebastia@ (MAINTAINER): - build & install manual pages; - provide default HOME= line in rabbitmq-env.conf, allowing rabbitmqctl to work out-of-the-box, including rcctl check/stop cases. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/11 07:47:55 Modified files: lang/php : Makefile lang/php/7.3 : Makefile lang/php/7.3/pkg: PLIST-apache PLIST-bz2 PLIST-cgi PLIST-curl PLIST-dba PLIST-dbg PLIST-gd PLIST-gmp PLIST-imap PLIST-intl PLIST-ldap PLIST-main PLIST-mysqli PLIST-odbc PLIST-pcntl PLIST-pdo_dblib PLIST-pdo_mysql PLIST-pdo_odbc PLIST-pdo_pgsql PLIST-pdo_sqlite PLIST-pgsql PLIST-pspell PLIST-shmop PLIST-snmp PLIST-soap PLIST-sqlite3 PLIST-tidy PLIST-xmlrpc PLIST-xsl PLIST-zip Removed files: lang/php/7.1 : Makefile distinfo lang/php/7.1/patches: patch-acinclude_m4 patch-aclocal_m4 patch-configure_in patch-ext_gd_config_m4 patch-ext_mysqlnd_config9_m4 patch-ext_odbc_config_m4 patch-main_php_h patch-main_php_ini_c patch-main_streams_php_stream_transport_h patch-php_ini-development patch-php_ini-production patch-sapi_cgi_cgi_main_c patch-sapi_cli_php_cli_c patch-sapi_fpm_fpm_fpm_atomic_h patch-sapi_fpm_fpm_fpm_children_c patch-sapi_fpm_www_conf_in patch-scripts_Makefile_frag patch-scripts_php-config_in patch-scripts_phpize_in lang/php/7.1/pkg: PLIST-apache PLIST-bz2 PLIST-cgi PLIST-curl PLIST-dba PLIST-dbg PLIST-gd PLIST-gmp PLIST-imap PLIST-intl PLIST-ldap PLIST-main PLIST-mcrypt PLIST-mysqli PLIST-odbc PLIST-pcntl PLIST-pdo_dblib PLIST-pdo_mysql PLIST-pdo_odbc PLIST-pdo_pgsql PLIST-pdo_sqlite PLIST-pgsql PLIST-pspell PLIST-shmop PLIST-snmp PLIST-soap PLIST-sqlite3 PLIST-tidy PLIST-xmlrpc PLIST-xsl PLIST-zip php71_fpm.rc Log message: remove PHP 7.1 and set @pkgpath to merge package updates to 7.3, 7.1 is now end of life upstream and won't receive more security fixes. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/11 08:02:48 Modified files: security/passwdqc: Makefile distinfo security/passwdqc/patches: patch-passwdqc_conf_5 patch-pwqcheck_1 patch-pwqgen_1 Log message: update to passwdqc-1.3.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/11 08:02:53 Modified files: devel/cvs-fast-export: Makefile distinfo devel/cvs-fast-export/patches: patch-Makefile Log message: update to cvs-fast-export-1.49 CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2019/12/11 08:50:47 Modified files: sbin/unwind : resolver.c frontend.c Log message: Plug leaks related to running queue maintenance. ok florian@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/11 08:51:00 Modified files: sysutils/snmp_exporter: Makefile distinfo sysutils/snmp_exporter/patches: patch-Makefile_common patch-generator_Makefile sysutils/snmp_exporter/pkg: PLIST Log message: update to snmp_exporter-0.16.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/11 08:59:27 Modified files: archivers : Makefile databases : Makefile graphics : Makefile mail : Makefile security : Makefile textproc : Makefile www : Makefile lang/php/7.3 : Makefile lang/php/7.3/pkg: PLIST-main Removed files: security/pecl-libsodium: Makefile distinfo security/pecl-libsodium/pkg: DESCR PLIST Log message: remove php71 builds of pecl modules, and pecl-libsodium which is rolled into php core as of 7.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/11 09:08:30 Modified files: lang/php : Makefile.inc php.port.mk lang/php/pecl : pecl.port.mk archivers/pecl-lzf: Makefile archivers/pecl-lzf/pkg: PLIST archivers/pecl-rar: Makefile archivers/pecl-rar/pkg: PLIST databases/pecl-redis: Makefile databases/pecl-redis/pkg: PLIST graphics/pecl-imagick: Makefile graphics/pecl-imagick/pkg: PLIST mail/pecl-mailparse: Makefile mail/pecl-mailparse/pkg: PLIST www/pecl-chroot: Makefile www/pecl-chroot/pkg: PLIST www/pecl-memcached: Makefile www/pecl-memcached/pkg: PLIST www/pecl-pecl_http: Makefile www/pecl-pecl_http/pkg: PLIST www/pecl-proctitle: Makefile www/pecl-proctitle/pkg: PLIST www/pecl-propro: Makefile www/pecl-propro/pkg: PLIST www/pecl-raphf : Makefile www/pecl-raphf/pkg: PLIST www/pecl-ssh2 : Makefile www/pecl-ssh2/pkg: PLIST Log message: more php71 cleanup CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/12/11 11:23:34 Modified files: usr.bin/tmux : window-copy.c Log message: Allow search across wrapped lines and fix some inconsistencies in how th position is represented, GitHub issue 2014 from Anindya Mukherjee. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2019/12/11 11:27:54 Modified files: libexec/ld.so : loader.c Log message: ld.so may fail to remove the LD_LIBRARY_PATH environment variable for set-user-ID and set-group-ID executables in low memory conditions. Reported by Qualys CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/11 11:29:17 Modified files: libexec/ld.so : Tag: OPENBSD_6_6 loader.c Log message: ld.so may fail to remove the LD_LIBRARY_PATH environment variable for set-user-ID and set-group-ID executables in low memory conditions. Reported by Qualys This is errata 6.6/013_ldso.patch.sig CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/11 11:29:35 Modified files: libexec/ld.so : Tag: OPENBSD_6_5 loader.c Log message: ld.so may fail to remove the LD_LIBRARY_PATH environment variable for set-user-ID and set-group-ID executables in low memory conditions. Reported by Qualys This is errata 6.5/024_ldso.patch.sig CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2019/12/11 11:29:55 Modified files: . : errata65.html errata66.html Log message: release ld.so errata CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/12/11 11:30:29 Modified files: usr.bin/tmux : window-copy.c Log message: Tweak previous to check the wrapped flag and stop if not set. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/12/11 11:47:15 Modified files: regress/usr.bin/ssh: cert-hostkey.sh cert-userkey.sh hostkey-agent.sh multipubkey.sh principals-command.sh Log message: it's no longer possible to disable privilege separation in sshd, so don't double the tests' work by trying both off/on CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/11 12:55:40 Modified files: lang/python/3.7: Makefile lang/python/3.7/pkg: PLIST-gdbm PLIST-idle PLIST-main PLIST-tests PLIST-tkinter Log message: add @pkgpath markers to handle updating old 3.6 packages to 3.7, missed when removing 3.6 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/12/11 13:01:50 Modified files: lib/libc/stdlib: realpath.3 Log message: The file passed to realpath(3) must exists, adjust man page to new behavior. noticed by hshoexer@; OK beck@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/11 13:06:57 Modified files: devel/git : Makefile distinfo devel/git/patches: patch-builtin_gc_c Log message: update to git-2.24.1, ok kn@ "These releases fix various security flaws, which allowed an attacker to overwrite arbitrary paths, remotely execute code, and/or overwrite files in the .git/ directory etc. See the release notes attached for the list for their descriptions and CVE identifiers." https://lwn.net/ml/git/xmqqr21cqcn9.fsf@gitster-ct.c.googlers.com/ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2019/12/11 13:10:17 Modified files: usr.bin/patch : pch.h Log message: Merge existing decls and decls introduced in rev 1.10 Also: - sort declarations in the same order as definitions in pch.c - delete an extra pfetch() declaration ok tobias@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/11 13:45:29 Modified files: devel/git : Tag: OPENBSD_6_6 Makefile distinfo devel/git/patches: Tag: OPENBSD_6_6 patch-config_mak_uname patch-t_test-lib_sh devel/git/pkg : Tag: OPENBSD_6_6 DESCR-main DESCR-x11 PLIST-main Log message: update -stable to git 2.24.1 to pick up security fixes. discussed (2.23.x vs 2.24.x) with kn@, we don't see a reason to stick with 2.23 so just moving to the same version as in -current. CVSROOT: /cvs Module name: src Changes by: remi@cvs.openbsd.org 2019/12/11 14:04:59 Modified files: usr.sbin/ripd : kroute.c ripe.c Log message: Fix 2 memory leaks in error paths and a double-free (kroute_insert already frees kr if it detects a duplicate). From Hiltjo Posthuma OK benno@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/12/11 14:05:44 Modified files: devel/libffi : Makefile devel/libffi/pkg: PLIST Log message: provide DEBUG_PACKAGES CVSROOT: /cvs Module name: src Changes by: denis@cvs.openbsd.org 2019/12/11 14:33:56 Modified files: usr.sbin/ospf6d: database.c hello.c lsack.c lsreq.c lsupdate.c ospfe.h packet.c Log message: Convert sendto() to sendmsg(). This makes code similar to ospfd(8). OK claudio@ deraadt@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2019/12/11 15:13:02 Modified files: share/man/man4 : uvideo.4 Log message: Logitech Webcam C922 Pro works fine (supports 60fps at 1280x720). CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/12/11 15:19:47 Modified files: usr.bin/ssh : PROTOCOL.u2f Log message: add a note about the 'extensions' field in the signed object CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2019/12/11 17:10:29 Modified files: usr.sbin/ldpd : adjacency.c hello.c ldpe.h Log message: Make ldpd lookup the adjacency not only by source IP address but also by LSR Id, since remote peer may change its LSR Id. diff from and test by Vitaliy Guschin. ok claudio CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2019/12/11 20:28:26 Modified files: plan9/drawterm : Makefile distinfo plan9/drawterm/pkg: PLIST Log message: Update to ccc01167ee60, include the man page. "looks fine to me" - from MAINTAINER! Thanks sl! CVSROOT: /cvs Module name: src Changes by: pd@cvs.openbsd.org 2019/12/11 20:53:38 Modified files: usr.sbin/vmctl : vmctl.c usr.sbin/vmd : parse.y vm.conf.5 vmd.c vmd.h Log message: vmd: start vms defined in vm.conf in a staggered fashion This addresses 'thundering herd' problem when a lot of vms are configured in vm.conf. A lot of vms booting in parallel can overload the host and also mess up tsc calibration in openbsd guests as it uses PIT which doesn't fire reliably if the host is overloaded. We default to starting vms with parallelism of ncpuonline and a delay 30 seconds between batches. This is configurable in vm.conf. ok mlarkin@ (also addressed comments from cheloha@) CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2019/12/11 23:05:20 Modified files: xserver : ChangeLog configure configure.ac xserver/Xext : panoramiXprocs.c shm.c sleepuntil.c sync.c syncsdk.h xserver/Xi : exevents.c xserver/dix : dispatch.c dixutils.c events.c pixmap.c xserver/doc : Xserver-spec.xml xserver/glamor : glamor_egl.c glamor_egl.h glamor_priv.h xserver/glx : glxcmds.c glxdriswrast.c vndcmds.c vndext.c vndserver.h vndservermapping.c xserver/hw/xfree86/common: compiler.h xf86Init.c xserver/hw/xfree86/drivers/modesetting: Makefile.am Makefile.in driver.h present.c vblank.c xserver/hw/xfree86/modes: xf86RandR12.c xf86Rotate.c xserver/hw/xfree86/os-support/shared: sigio.c xserver/hw/xnest: Screen.c xserver/hw/xwayland: xwayland-cursor.c xwayland-glamor-eglstream.c xwayland-glamor-gbm.c xwayland-glamor.c xwayland-input.c xwayland-output.c xwayland.c xwayland.h xserver/include: dix-config.h.in do-not-use-config.h.in glxvndabi.h xserver/mi : mi.h miscrinit.c xserver/miext/sync: misync.c misync.h misyncstr.h xserver/os : connection.c xserver/present: present_scmd.c present_wnmd.c xserver/randr : rrcrtc.c xserver/record : record.c xserver/render : render.c xserver/xkb : xkb.c Log message: Update to X server 1.20.6. Tested by naddy@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2019/12/11 23:08:12 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/12/12 00:40:35 Modified files: net/ruby-stomp : Makefile distinfo net/ruby-stomp/pkg: PLIST Log message: update 1.4.8 -> 1.4.9 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/12/12 00:46:51 Modified files: devel/ruby-zeitwerk: Makefile distinfo Log message: update 2.2.1 -> 2.2.2 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/12/12 01:04:55 Modified files: security/exploitdb: Makefile distinfo security/exploitdb/pkg: PLIST Log message: Update to 2019-12-12 CVSROOT: /cvs Module name: src Changes by: denis@cvs.openbsd.org 2019/12/12 01:21:34 Modified files: usr.sbin/ospf6d: kroute.c Log message: Refactor kernel route message handling. OK remi@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/12/12 02:27:39 Modified files: misc/dialog : Makefile distinfo Log message: Update dialog to 1.3-20191210. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/12/12 02:28:58 Modified files: sbin/unwind : resolver.c Log message: Only create (and check) resolvers listed in preferences. Unfortunately this required a fair amount of deck chair shuffling. Input & OK otto CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/12/12 02:38:27 Modified files: net : Makefile Removed files: net/p5-Geo-IP : Makefile distinfo net/p5-Geo-IP/pkg: DESCR PLIST Log message: Remove net/p5-Geo-IP. The GeoIP/GeoLite databases are now legacy, so this module is not useful anymore. Nothing in the ports tree uses it since we disabled the geoip module in AWStats. OK kn@, jca@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/12/12 02:39:26 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register p5-Geo-IP removal. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/12/12 03:54:50 Modified files: geo/qgis : Makefile distinfo geo/qgis/patches: patch-src_core_CMakeLists_txt patch-src_providers_wms_CMakeLists_txt geo/qgis/pkg : PLIST Log message: Update to qgis 3.10.1 CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/12/12 04:12:37 Modified files: sys/uvm : uvm_extern.h uvm_map.c uvm_map.h Log message: Header cleanup. - reduces gratuitous differences with NetBSD, - merges multiple '#ifdef _KERNEL' blocks, - kills unused 'struct vm_map_intrsafe' - turns 'union vm_map_object' into a anonymous union (following to NetBSD) - move questionable vm_map_modflags() into uvm/uvm_map.c - remove guards around MAX_KMAPENT, it is defined&used only once - document lock differences - fix tab vs space ok mlarkin@, visa@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/12/12 04:39:56 Modified files: usr.bin/tmux : Makefile client.c cmd-capture-pane.c cmd-load-buffer.c cmd-queue.c cmd-save-buffer.c control-notify.c control.c server-client.c server-fn.c tmux.h window.c Added files: usr.bin/tmux : file.c Log message: Rewrite the code for reading and writing files. Now, if the client is not attached, the server process asks it to open the file, similar to how works for stdin, stdout, stderr. This makes special files like /dev/fd/X work (used by some shells). stdin, stdout and stderr and control mode are now just special cases of the same mechanism. This will also make it easier to use for other commands that read files such as source-file. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/12/12 04:51:32 Modified files: usr.bin/tmux : file.c Log message: Do not check if client is dead if it is NULL. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/12/12 05:49:36 Modified files: usr.bin/tmux : cfg.c cmd-source-file.c tmux.h Log message: Change source-file to use new file code which allows it to read from stdin. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/12/12 06:09:35 Modified files: sys/arch/amd64/stand/efiboot: exec_i386.c Log message: On a HP EliteBook 830 G6 the Computrace executable is located in the area where the boot loader copies the kernel. Its EfiLoaderCode is write protected, so the boot loader hangs in memmove(). As we may use this memory after calling EFI ExitBootServices(), change the protection bit to writeable in the page table. OK deraadt@ mlarkin@ patrick@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2019/12/12 07:16:36 Modified files: www/firefox-esr: Makefile mail/mozilla-thunderbird: Makefile Removed files: www/firefox-esr/patches: patch-python_mozbuild_mozbuild_action_node_py mail/mozilla-thunderbird/patches: patch-python_mozbuild_mozbuild_action_node_py Log message: Build adjustments: * remove patch that was applied upstream * devel/nasm is only a build depend on i386/amd64 * build verbosely * limit cargo to MAKE_JOBS okay landry@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2019/12/12 07:36:59 Added files: usr.sbin/smtpd : smtpd-filters.7 Log message: start documenting the proc filter API, this is a work in progress, not installed yet CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/12 07:41:51 Modified files: textproc/pdftk : Makefile distinfo Log message: update to pdftk-3.0.8 CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/12/12 08:01:54 Modified files: usr.bin/tmux : cmd-parse.y Log message: Add function to the right file. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/12/12 08:03:13 Modified files: usr.bin/tmux : mode-tree.c Log message: Do not crash in tree modes if the pane is only 1 in width, reported by KOIE Hidetaka in GitHub issue 2015. CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/12/12 08:55:36 Modified files: sys/sys : stdarg.h Log message: Unhook from . Nowadays all the compilers that OpenBSD provides have builtins for vararg routines and use the machine-independent definitions in . Input from miod@ OK millert@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/12/12 09:00:21 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.35. Changelog: https://github.com/DNSCrypt/dnscrypt-proxy/blob/2.0.35/ChangeLog From Nam Nguyen (maintainer). CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2019/12/12 09:10:34 Modified files: build : mirrors.dat Log message: it's been long enough, drop the md5 fingerprints. drop a dead mirror while there. CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2019/12/12 09:10:35 Modified files: mail/p5-Mail-SpamAssassin: Makefile distinfo mail/p5-Mail-SpamAssassin/pkg: PLIST Removed files: mail/p5-Mail-SpamAssassin/patches: patch-lib_Mail_SpamAssassin_Plugin_URILocalBL_pm patch-spamc_getopt_c Log message: Update to 3.4.3 fixes for: CVE-2018-11805 and CVE-2019-12420 Upgrade notice available at https://svn.apache.org/repos/asf/spamassassin/branches/3.4/UPGRADE CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2019/12/12 09:11:20 Modified files: . : anoncvs.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/12/12 09:16:52 Modified files: security/boofuzz: Makefile distinfo security/boofuzz/patches: patch-setup_py security/boofuzz/pkg: PLIST Log message: update to boofuzz-0.1.6 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/12/12 09:21:23 Modified files: devel/py-dateutil: Makefile distinfo devel/py-dateutil/patches: patch-dateutil_test_test_parser_py Log message: update to py-dateutil-2.8.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/12/12 09:22:14 Modified files: sysutils/py-ghmi: Makefile distinfo Log message: update to py-ghmi-1.5.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/12/12 09:25:24 Modified files: sysutils/tmuxinator: Makefile distinfo sysutils/tmuxinator/patches: patch-lib_tmuxinator_config_rb Log message: - update to tmuxinator-1.1.3 - drop maintainership CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/12/12 09:31:06 Modified files: sys/kern : kern_event.c sys/sys : event.h Log message: Allow sleeping inside kqueue event filters. In kqueue_scan(), threads have to get an exclusive access to a knote before processing by calling knote_acquire(). This prevents the knote from being destroyed while it is still in use. knote_acquire() also blocks other threads from processing the knote. Once knote processing has finished, the thread has to call knote_release(). The kqueue subsystem is still serialized by the kernel lock. If an event filter sleeps, the kernel lock is released and another thread might enter kqueue_scan(). kqueue_scan() uses start and end markers to keep track of the scan's progress and it has to be aware of other threads' markers. This patch is a revised version of mpi@'s work derived from DragonFly BSD. kqueue_check() has been adapted from NetBSD. Tested by anton@, sashan@ OK mpi@, anton@, sashan@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/12/12 09:33:02 Modified files: sys/kern : uipc_socket.c sys/miscfs/fifofs: fifo_vnops.c sys/sys : socketvar.h Log message: Reintroduce socket locking inside socket event filters. Tested by anton@, sashan@ OK mpi@, anton@, sashan@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/12 09:34:19 Modified files: sysutils/reposync: Makefile distinfo sysutils/reposync/pkg: PLIST Log message: update reposync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/12/12 10:09:47 Modified files: x11/polybar : Makefile x11/polybar/patches: patch-src_modules_temperature_cpp Log message: rework the temperature plugin to remove hardcoded assumptions previously it hardcoded acpitz as the sensor device to query, however some devices (such as the thinkpad X395) lack this particular device. instead use the hwmon-path configuration directive as the device (e.g. ksmn0) and use thermal-zone as the temperature sensor index (e.g. temp0) CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2019/12/12 10:52:25 Modified files: sys/kern : kern_tc.c Log message: Recommit "tc_windup: separate timecounter.tc_freq_adj from timehands.th_adjustment" Reverted with backout of tickless timeouts. Original commit message: We currently mix timecounter.tc_freq_adj and timehands.th_adjtimedelta in ntp_update_second() to produce timehands.th_adjustment, our net skew. But if you set a low enough adjfreq(2) adjustment you can freeze time. This prevents ntp_update_second() from running again. So even if you then set a sane adjfreq(2) you cannot unfreeze time without rebooting. If we just reread timecounter.tc_freq_adj every time we recompute timehands.th_scale we avoid this trap. visa@ notes that this is more costly than what we currently do but that the cost itself is negligible. Intuitively, timecounter.tc_freq_adj is a constant skew and should be handled separately from timehands.th_adjtimedelta, an adjustment that we chip away at very slowly. tedu@ notes that this problem is sort-of an argument for imposing range limits on adjfreq(2) inputs. He's right, but I think we should still separate the counter adjustment from the adjtime(2) adjustment, with or without range limits. ok visa@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2019/12/12 11:12:43 Modified files: sys/kern : kern_timeout.c Log message: Recommit "timeout(9): make CIRCQ look more like other sys/queue.h data structures" Backed out during revert of "timeout(9): switch to tickless backend". Original commit message: - CIRCQ_APPEND -> CIRCQ_CONCAT - Flip argument order of CIRCQ_INSERT to match e.g. TAILQ_INSERT_TAIL - CIRCQ_INSERT -> CIRCQ_INSERT_TAIL - Add CIRCQ_FOREACH, use it in ddb(4) when printing buckets - While here, use tabs for indentation like we do with other macros ok visa@ mpi@ CVSROOT: /cvs Module name: www Changes by: florian@cvs.openbsd.org 2019/12/12 11:12:45 Modified files: . : events.html Log message: I'll be at fosdem. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/12 11:48:56 Modified files: usr.sbin/rpki-client: rpki-client.8 Log message: correct output option list, from Alarig Le Lay CVSROOT: /cvs Module name: www Changes by: pamela@cvs.openbsd.org 2019/12/12 12:30:17 Modified files: . : plus.html Log message: plus dec 3 - 10 ok florian@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2019/12/12 12:30:21 Modified files: sys/kern : kern_tc.c Log message: tc_setclock: reintroduce timeout_adjust_ticks() call Missing piece of tickless timeout revert. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2019/12/12 12:52:10 Modified files: usr.sbin/vmd : parse.y Log message: Make owner value mandatory Omitting the owner value is not documented and ought to be rather invalid syntax, but it parses as "[socket] owner root:wheel" which is the same as simply omitting the owner line entirely. Require a value, that is treat "socket owner" and "owner" as invalid syntax and fail. OK denis CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2019/12/12 13:47:39 Modified files: usr.sbin/smtpd : lka_filter.c usr.sbin/smtpd/smtpd: Makefile Log message: move the lka_report.c code into lka_filter.c, they were originally split as the reporting API came first but in the end, filters rely on reporting then reporting requires a proc filter, so they're just two pieces of a same API. CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2019/12/12 13:49:06 Removed files: usr.sbin/smtpd : lka_report.c Log message: remove file, code was moved to a different file CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2019/12/12 14:00:51 Modified files: sbin/pfctl : pfctl_optimize.c Log message: Avoid optimizing empty rulesets All optimizations work on actual rules; if there are none, return early. While here, tell which ruleset/anchor is being optimized to make the debug message actually useful. OK mikeb CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/12 14:36:18 Modified files: databases/freetds: Makefile distinfo Log message: update to freetds-1.1.24 CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2019/12/12 15:10:47 Modified files: usr.sbin/smtpd : lka.c lka_proc.c parse.y smtpd-filters.7 smtpd.c smtpd.h Log message: filter protocol has an initial handshake within which smtpd tells filters about a few global configuration informations. this makes smtpd tell proc filters for which subsystem they are registered allowing them to register only events that are relevant. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/12 15:29:35 Modified files: net/libunbound : Makefile distinfo net/libunbound/pkg: PLIST Log message: update to libunbound-1.9.6 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/12 15:30:14 Modified files: net/libunbound : distinfo Log message: oops, was testing something and forgot to remove associated distinfo entries CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2019/12/12 17:31:20 Modified files: usr.sbin/smtpd : smtpd.conf.5 Log message: update examples, document that DKIM signing may be achieved through the opensmtpd-filter-dkimsign and opensmtpd-filter-rspamd packages without the queue reinjection trick used for dkimproxy. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2019/12/12 19:14:55 Modified files: sys/dev/pv : Tag: OPENBSD_6_6 xen.c Log message: Always release interrupt source when unmasking the interrupt xen_intr_unmask_release was not decrementing the reference counter on the interrupt source structure when bailing out early which led to the refcnt overflow. From niklas, ok mlarkin CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2019/12/12 19:16:53 Modified files: sys/dev/pv : xen.c Log message: Always release interrupt source when unmasking the interrupt xen_intr_unmask_release was not decrementing the reference counter on the interrupt source structure when bailing out early which led to the refcnt overflow. From niklas, ok mlarkin CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2019/12/12 19:44:10 Modified files: sysutils/facette: Makefile distinfo sysutils/facette/patches: patch-Makefile patch-docs_examples_facette_yaml sysutils/facette/pkg: PLIST Added files: sysutils/facette/patches: patch-web_asset_builtin_go Log message: Update facette to 0.5.1. This fixes the build with the latest node. OK landry@ CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2019/12/12 20:38:15 Modified files: sys/arch/amd64/amd64: vmm.c Log message: Ensure VMCS is flushed/loaded properly in certain uncommon cases. This diff ensures we reload the VMCS before we dump its content in a few debug code paths, and ensures we flush the VMCS in a few error paths in the writeregs VMX function. CVSROOT: /cvs Module name: src Changes by: pd@cvs.openbsd.org 2019/12/12 23:43:46 Modified files: sys/dev/pv : pvclock.c Log message: pvclock(4): attach even if when PVCLOCK_FLAG_TSC_STABLE is unset Attaches pvclock with lower priority (500) in case of unstable tsc (PVCLOCK_FLAG_TSC_STABLE) instead of not attaching at all. In this state, we do make sure to return a monotonically increasing number. This mostly helps openbsd guests on openbsd vmm(4) where a pvclock with unstable tsc is still better than i8254. ok mlarkin@ CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/12/12 23:50:55 Modified files: misc/gramps : Makefile distinfo misc/gramps/pkg: PLIST Log message: Update to gramps-5.1.1. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/12/12 23:55:12 Modified files: usr.bin/tmux : client.c Log message: Do not spin waiting for exit, instead check in the write callback. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/12/13 00:00:22 Modified files: usr.bin/tmux : client.c Log message: Need to check in the error callback also. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/12/13 00:03:46 Modified files: usr.sbin/vmd : vm.conf.5 Log message: tweak previous; ok pd CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2019/12/13 01:14:51 Modified files: usr.sbin/smtpd : smtpd.c Log message: add IMSG_REPORT_SMTP_LINK_GREETING, IMSG_REPORT_SMTP_LINK_IDENTIFY and IMSG_REPORT_SMTP_LINK_AUTH to imsg_to_str() CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2019/12/13 01:24:27 Modified files: games/gemrb : Makefile distinfo games/gemrb/patches: patch-gemrb_GemRB_cfg_sample_in games/gemrb/pkg: PLIST Removed files: games/gemrb/patches: patch-gemrb_core_System_VFS_cpp Log message: update to gemrb-0.8.6 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/12/13 01:59:07 Modified files: usr.sbin/bgpctl: bgpctl.c Log message: First step of refactoring the output processing of bgpctl. Move header printing into show_head() and printing of the data into show(), these are now the only entrypoints where data is printed. OK denis@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/12/13 02:01:07 Modified files: usr.sbin/bgpctl: bgpctl.c Log message: Remove show_rib_summary_head() it is no longer used. Reminded by denis@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/12/13 02:15:13 Modified files: usr.bin/tmux : window-buffer.c Log message: Show UTF-8 in choose-buffer mode. From KOIE Hidetaka. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/12/13 03:01:55 Modified files: infrastructure/bin: build-debug-info Log message: buglet: directory info should be per-subpackage explain why link handling has to be global CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/12/13 03:17:44 Modified files: infrastructure/bin: build-debug-info Log message: fold some of the common logic in write_rule - do the dir check late, so we don't create .debug dirs if not needed. - add an emptyness check, so that we can warn if we produce an empty debug package, and advise to tweak DEBUG_PACKAGES manually if there are several subpackages involved CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/12/13 03:23:37 Modified files: share/man/man5 : bsd.port.mk.5 Log message: explain about the case where DEBUG_PACKAGES must be set manually CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2019/12/13 03:29:05 Modified files: sys/dev/pv : Tag: OPENBSD_6_6 xen.c Log message: Revert: Always release interrupt source when unmasking the interrupt CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/12/13 04:00:02 Removed files: geo/qgis/patches: patch-src_providers_wms_CMakeLists_txt Log message: Remove patch merged in https://github.com/qgis/QGIS/pull/32831/ instead of reverting it.. spotted by sthen@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/12/13 04:11:22 Modified files: usr.sbin/bgpctl: bgpctl.c Log message: Remove some more show_*_head() functions. Compiler agrees. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2019/12/13 05:39:08 Modified files: sys/dev/acpi : acpivout.c Log message: Make acpivout(4) call ws_[gs]et_param instead of directly calling the ACPI methods. On some machines, like my X395, those ACPI methods don't allow changing the brightness, so this allows acpivout(4) to e.g. use amdgpu(4)'s code. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2019/12/13 05:43:56 Modified files: usr.sbin/smtpd : lka_filter.c usr.sbin/smtpd/smtpd: Makefile Log message: lka_proc.c had common code to fork a proc filter for lka_filter.c and lka_report.c, but now that lka_filter.c encompasses all the filter API, we might as well merge lka_proc.c and its handful of functions in it. CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2019/12/13 05:48:05 Removed files: usr.sbin/smtpd : lka_proc.c Log message: file no longer exists CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2019/12/13 06:21:24 Modified files: usr.sbin/smtpd : spfwalk.c Log message: add support for CIDR in a: spf atoms diff from Quentin Rameau CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/12/13 07:10:56 Modified files: usr.sbin/bgpd : rde.c Log message: In rde_dispatch_imsg_session() reorder the case blocks a bit so they group better together. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2019/12/13 07:37:03 Modified files: sbin/unwind : Makefile frontend.c resolver.c sbin/unwind/libunbound/util: alloc.c Log message: Avoid leaks by using the _buf versions of sldns_wire2str_* functions. Also add some consistentcy checking to detect logic errors. ok @florian CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2019/12/13 07:38:26 Modified files: sbin/unwind : Makefile sbin/unwind/libunbound/util: alloc.c Log message: Revert two files committed by accident CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/12/13 08:05:03 Modified files: graphics/gegl04: Makefile Log message: Mark gegl04 BROKEN for sparc64 "ERROR: Problem encountered: Unknown host architecture" CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2019/12/13 08:10:04 Modified files: sbin/unwind : resolver.c Log message: print type as type and not as rcode CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2019/12/13 09:18:54 Modified files: sbin/unwind : resolver.c Log message: Don't try dead resolvers; ok florian@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/12/13 10:50:45 Modified files: usr.sbin/smtpd : smtpd.conf.5 Log message: trim previous; ok gilles CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2019/12/13 11:13:08 Modified files: usr.sbin/smtpd : smtpd-filters.7 Log message: occuring -> occurring spotted by jmc@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/12/13 12:09:10 Modified files: usr.bin/ssh : Makefile.inc ssh-agent.c ssh-sk.c ssh-sk.h sshkey.c sshkey.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-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 Log message: use ssh-sk-helper for all security key signing operations This extracts and refactors the client interface for ssh-sk-helper from ssh-agent and generalises it for use by the other programs. This means that most OpenSSH tools no longer need to link against libfido2 or directly interact with /dev/uhid* requested by, feedback and ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/12/13 12:09:37 Modified files: usr.bin/ssh : sshbuf-getput-basic.c Log message: allow sshbuf_put_stringb(buf, NULL); ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/12/13 12:11:14 Modified files: usr.bin/ssh : ssh-sk-helper.c sshkey.h usr.bin/ssh/ssh-keygen: Makefile Log message: perform security key enrollment via ssh-sk-helper too. This means that ssh-keygen no longer needs to link against ssh-sk-helper, and only ssh-sk-helper needs libfido2 and /dev/uhid* access; feedback & ok markus@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2019/12/13 12:58:59 Modified files: usr.sbin/smtpd : smtpd.conf.5 Log message: fix DKIM example mistake spotted by jmc@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/12/13 13:16:56 Added files: usr.bin/ssh : ssh-sk-client.c Log message: actually commit the ssh-sk-helper client code; ok markus CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/13 13:57:54 Modified files: share/man/man4 : Makefile pcmcia.4 sys/arch/amd64/amd64: conf.c sys/arch/arm64/arm64: conf.c sys/arch/i386/i386: conf.c sys/dev/pcmcia : files.pcmcia Removed files: share/man/man4 : gpr.4 sys/dev/pcmcia : gpr.c gprio.h Log message: noone has gpr(4) devices. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/13 14:03:57 Modified files: etc : MAKEDEV.common etc/etc.amd64 : MAKEDEV.md etc/etc.i386 : MAKEDEV.md Log message: gpr(4) goes away CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/13 14:05:51 Modified files: etc/etc.amd64 : MAKEDEV etc/etc.i386 : MAKEDEV share/man/man8/man8.amd64: MAKEDEV.8 share/man/man8/man8.i386: MAKEDEV.8 Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/13 15:30:45 Modified files: print/cups : Makefile distinfo print/cups/patches: patch-backend_ipp_c patch-cups_Makefile print/cups/pkg : PLIST-libs Log message: SECURITY update to cups-2.3.1. CVE-2019-2228: The ippSetValuetag function did not validate the default language value. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/13 15:31:14 Modified files: print/cups : Tag: OPENBSD_6_6 Makefile Added files: print/cups/patches: Tag: OPENBSD_6_6 patch-cups_ipp_c Log message: CVE-2019-2228: The ippSetValuetag function did not validate the default language value. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/12/13 15:58:51 Modified files: www/py-responses: Makefile distinfo Log message: Maintainer update of www/py-responses 0.10.6 -> 0.10.7 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/13 17:48:21 Modified files: distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/13 22:05:46 Modified files: etc : MAKEDEV.common Log message: usb devices nodes have been excesively permissive. repair that. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/13 22:06:16 Modified files: etc/etc.alpha : MAKEDEV etc/etc.amd64 : MAKEDEV etc/etc.arm64 : MAKEDEV etc/etc.armv7 : MAKEDEV etc/etc.hppa : MAKEDEV etc/etc.i386 : MAKEDEV etc/etc.landisk: MAKEDEV etc/etc.loongson: MAKEDEV etc/etc.luna88k: MAKEDEV etc/etc.macppc : MAKEDEV etc/etc.octeon : MAKEDEV etc/etc.sgi : MAKEDEV etc/etc.sparc64: MAKEDEV share/man/man8/man8.amd64: MAKEDEV.8 share/man/man8/man8.i386: MAKEDEV.8 Log message: sync CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/12/14 02:04:51 Modified files: lib/libcrypto/man: HMAC.3 Log message: Fix documented signatures of HMAC(3) and HMAC_Update(3). The n and len arguments were changed from int to size_t with the import of OpenSSL 0.9.8h in 2008. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/12/14 02:39:30 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: Run Wycheproof HMAC test vectors against libcrypto. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2019/12/14 02:46:02 Modified files: etc/examples : vm.conf Log message: Fix comment: vmctl command options come before arguments CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/12/14 02:56:04 Modified files: infrastructure/bin: build-debug-info Log message: much better with the actual test... I'm a moron CVSROOT: /cvs Module name: ports Changes by: anton@cvs.openbsd.org 2019/12/14 03:17:57 Modified files: mail/mdsort : Makefile distinfo Log message: Update to mdsort-4.3.0. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2019/12/14 03:57:48 Modified files: sys/dev/acpi : acpivout.c Log message: Revert previous. When we get an ACPI notification we already have the ACPI lock and when we call our own ws_[gs]et_param functions we cannot take the lock again, because it's non-recursive. Thus we need to find another way, like not taking the lock if we already have it. But the solutions need to be discussed first, so back it out in the meantime. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/12/14 03:58:55 Modified files: infrastructure/mk: bsd.port.mk Log message: This is non obvious enough, document CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2019/12/14 04:18:54 Modified files: sbin/unwind : resolver.c Log message: No use to create resolvers we know are going to be dead; ok florian@ CVSROOT: /cvs Module name: src Changes by: fcambus@cvs.openbsd.org 2019/12/14 05:35:19 Modified files: sys/dev/pci : auacer.c Log message: Add sizes for free() in auacer(4). OK tedu@ CVSROOT: /cvs Module name: src Changes by: fcambus@cvs.openbsd.org 2019/12/14 05:37:05 Modified files: sys/dev/pci : auglx.c Log message: Add sizes for free() in auglx(4). OK tedu@ CVSROOT: /cvs Module name: src Changes by: fcambus@cvs.openbsd.org 2019/12/14 05:46:47 Modified files: sys/dev/pci : auixp.c Log message: Add sizes for free() in auixp(4). OK tedu@ CVSROOT: /cvs Module name: src Changes by: fcambus@cvs.openbsd.org 2019/12/14 05:48:33 Modified files: sys/dev/pci : eap.c Log message: Add sizes for free() in eap(4). OK tedu@ CVSROOT: /cvs Module name: src Changes by: fcambus@cvs.openbsd.org 2019/12/14 05:49:50 Modified files: sys/dev/pci : eso.c Log message: Add sizes for free() in eso(4). OK tedu@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/12/14 05:58:07 Modified files: x11/gnome/librsvg: Makefile Log message: Bump REVISION of the old rsvg version used on archs without rust ...since the last update introduced a change in pkg/PLIST. ok ajacoutot@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/14 06:02:29 Modified files: graphics/sane-backends: Makefile graphics/sane-backends/pkg: README print/cups : Makefile print/cups/pkg : README-main graphics/libgphoto2: Makefile graphics/libgphoto2/pkg: README Log message: Rework README after the recen ugen(4) default permissions change. Also sync the READMEs as close as possible. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/12/14 06:08:27 Modified files: x11/icewm : Makefile Log message: This uses machine/apmvar.h code unconditionally so restrict it See http://build-failures.rhaalovely.net/mips64/2019-12-06/x11/icewm.log CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/14 06:18:45 Modified files: x11/gnome/autoar: Makefile distinfo x11/gnome/autoar/pkg: PLIST Log message: Update to gnome-autoar-0.2.4. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/12/14 06:19:37 ports/net/py-botocore/patches Update of /cvs/ports/net/py-botocore/patches In directory cvs.openbsd.org:/tmp/cvs-serv45334/patches Log Message: Directory /cvs/ports/net/py-botocore/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/12/14 06:28:38 Modified files: net/py-botocore: Makefile Added files: net/py-botocore/patches: patch-setup_py Log message: loosen dependency on python-dateutil which was imposing an upper limit that broke when py-dateutil was updated to 2.8.1. upstream is sorting out the issue but in the meantime we can relax the dependency as this doesn't seem to affect it adversely as confirmed by sthen@ prompted by pvk@ ok aja@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/14 06:43:09 Modified files: devel/fribidi : Makefile distinfo Removed files: devel/fribidi/patches: patch-lib_fribidi-bidi_c Log message: Update to fribidi-1.0.8. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/12/14 07:13:23 Modified files: net/wireguard-tools: Makefile distinfo Log message: update to the 20191212 snapshot CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/12/14 07:21:46 Modified files: sysutils/binwalk: Makefile distinfo sysutils/binwalk/pkg: PLIST Log message: - update to binwalk-2.2.0 - add py-cryptodome dependency - take maintainership CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2019/12/14 07:43:18 Modified files: font/encodings : ChangeLog Makefile.am Makefile.in aclocal.m4 configure configure.ac font/encodings/large: cns11643-1.enc cns11643-2.enc cns11643-3.enc jisx0201.1976-0.enc Added files: font/encodings : README.md Removed files: font/encodings : README Log message: Update to font/encodings 1.0.5 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2019/12/14 07:44:26 Modified files: font/util : ChangeLog Makefile.am Makefile.in aclocal.m4 configure configure.ac ucs2any.c Added files: font/util : README.md Removed files: font/util : README Log message: Update to font/util 1.3.2 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2019/12/14 07:56:12 xenocara/lib/libXfont2/test Update of /cvs/xenocara/lib/libXfont2/test In directory cvs.openbsd.org:/tmp/cvs-serv45213/test Log Message: Directory /cvs/xenocara/lib/libXfont2/test added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2019/12/14 07:56:36 xenocara/lib/libXfont2/test/utils Update of /cvs/xenocara/lib/libXfont2/test/utils In directory cvs.openbsd.org:/tmp/cvs-serv65537/test/utils Log Message: Directory /cvs/xenocara/lib/libXfont2/test/utils added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2019/12/14 07:57:44 Modified files: lib/libXfont2 : ChangeLog Makefile.am Makefile.in aclocal.m4 config.h.in configure configure.ac lib/libXfont2/include/X11/fonts: fntfil.h fntfilst.h lib/libXfont2/src/FreeType: ftenc.c ftfuncs.c lib/libXfont2/src/bitmap: bdfread.c bitmaputil.c bitscale.c pcfread.c pcfwrite.c snfread.c lib/libXfont2/src/fc: fsconvert.c fserve.c lib/libXfont2/src/fontfile: bitsource.c catalogue.c dirfile.c fontdir.c fontfile.c fontscale.c renderers.c lib/libXfont2/src/stubs: atom.c lib/libXfont2/src/util: fontnames.c fontutil.c fontxlfd.c private.c Added files: lib/libXfont2 : README.md lib/libXfont2/src/util: reallocarray.c replace.h strlcat.c strlcpy.c lib/libXfont2/test/utils: README font-test-utils.c font-test-utils.h lsfontdir.c Removed files: lib/libXfont2 : README Log message: Update to libXfont2 2.0.4 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2019/12/14 08:00:54 Modified files: . : MODULES Log message: update CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2019/12/14 08:22:48 Modified files: libexec/login_passwd: login.c Log message: Return BI_SILENT not BI_AUTH if the challenge service is requested. This bug was introduced in the login_passwd rewrite back in 2001. From Tom Longshine. CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/12/14 08:45:01 Modified files: lang/guile2 : Makefile Log message: guile2: Unbreak on powerpc After an initial report by Matthew Hull, George Koehler found out that the pre-built 32-bit BE bootstrap has probably a wrong byte order. As such the port should be built without it. Thanks a lot! OK jca@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2019/12/14 08:56:20 Modified files: usr.sbin/radiusd: radiusd_bsdauth.c Log message: Strip out the optional login style before looking up user in passwd. Reported by Dennis Lindroos. OK tb@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2019/12/14 09:24:52 Modified files: usr.sbin/smtpd : lka_filter.c parse.y smtpd.conf.5 smtpd.h Log message: introduce a bypass keyword so that builtin filters can bypass processing of a phase when a condition is met suggested by several people including jung@, ok jung@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/14 09:26:06 Modified files: print/cups-filters: Makefile distinfo print/cups-filters/pkg: PLIST Log message: Update to cups-filters-1.26.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/14 09:32:30 Modified files: net/bro : Makefile distinfo net/bro/patches: patch-aux_broker_3rdparty_caf_libcaf_core_CMakeLists_txt patch-aux_broker_3rdparty_caf_libcaf_core_caf_config_hpp patch-aux_broker_3rdparty_caf_libcaf_io_CMakeLists_txt patch-aux_broker_3rdparty_caf_libcaf_openssl_CMakeLists_txt patch-aux_broker_CMakeLists_txt patch-src_iosource_BPF_Program_cc patch-src_iosource_Packet_cc net/bro/pkg : PLIST Added files: net/bro/patches: patch-src_3rdparty_caf_libcaf_core_caf_config_hpp Removed files: net/bro/patches: patch-aux_broker_3rdparty_caf_libcaf_io_src_interfaces_cpp patch-aux_broker_3rdparty_caf_libcaf_io_src_native_socket_cpp patch-src_Sessions_cc patch-src_analyzer_protocol_dns_DNS_cc Log message: Update to zeek-3.0.1. - fix picking up libexecinfo (and failing when junking); reported by naddy CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/14 09:37:31 Modified files: sysutils/amazon-ssm-agent: Makefile distinfo Log message: Update to amazon-ssm-agent-2.3.772.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/14 09:39:33 Modified files: sysutils/exoscale-cli: Makefile distinfo Log message: Update to exoscale-cli-1.8.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/14 09:42:56 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-273.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/14 09:46:19 Modified files: print/hplip : Makefile distinfo print/hplip/patches: patch-Makefile_in print/hplip/pkg: PLIST-hpijs Log message: Update to hplip-3.19.12. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/14 09:47:13 Modified files: sysutils/terraform/terraform: Makefile distinfo Log message: Update to terraform-0.12.18. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/14 09:50:40 Modified files: net/py-libcloud: Makefile distinfo Log message: Update to py-libcloud-2.7.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/14 09:58:19 Modified files: sysutils/terraform/provider-alicloud: Makefile distinfo sysutils/terraform/provider-aws: distinfo sysutils/terraform/provider-exoscale: Makefile distinfo sysutils/terraform/provider-gitlab: Makefile distinfo sysutils/terraform/provider-google: Makefile distinfo sysutils/terraform/provider-ignition: Makefile distinfo sysutils/terraform/provider-packet: Makefile distinfo sysutils/terraform/provider-scaleway: Makefile distinfo sysutils/terraform/provider-vcd: Makefile distinfo Log message: Update terraform providers. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/14 09:59:25 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py-botocore-1.13.39. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/14 09:59:37 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py-boto3-1.10.39. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/14 10:00:00 Modified files: sysutils/awscli: Makefile distinfo sysutils/awscli/pkg: PLIST Log message: Update to awscli-1.16.303. CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2019/12/14 10:12:44 Modified files: usr.sbin/smtpd : mail.mboxfile.c Log message: failing fsync() with EINVAL should not cause a TempFail in mboxfile, it means the file was most likely a device not supporting fsync() so we can't do much and retrying isn't going to help. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/12/14 10:20:40 Modified files: sbin/unwind : resolver.c Log message: Simplify resolve_done. - check if this is an answer to a still running query up front, if not there is nothing more to do - get rid of the retry case, we can now just inline it - reduce indent by always calculating elapsed time for DOUBT_NXDOMAIN_SEC Triggered by, input and OK otto CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2019/12/14 10:42:48 Modified files: sys/dev/fdt : rkpcie.c Log message: rkpcie: Add support for gen2 negotiation * Enable gen2 link training when the dtb is configured with max-link-speed = <2>; * Workaround a rockchip bug where Target Link Speed is not set when PCIE_CLIENT_PCIE_GEN_SEL_2 is configured * Wait for LTSSM L0 state after initial link training to ensure gen2 link training does not start too early okay kettenis@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/14 10:47:37 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.21.9. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/14 10:56:39 Modified files: sysutils/login_krb5: Makefile distinfo Log message: Update to login_krb5-6.6. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/12/14 11:39:02 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: whitespace from go fmt + update a comment CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/14 11:39:09 Modified files: databases/evolution-data-server: Makefile Log message: Fix build when db3 is installed. breakage reported by naddy@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/14 11:47:28 Modified files: sysutils/terraform/provider-aws: Makefile Log message: Update to terraform-provider-aws-2.42.0. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2019/12/14 12:56:25 Modified files: sbin/unwind : resolver.c sbin/unwind/libunbound/util: alloc.c Log message: Be less aggressive pre-allocating memory; ok florian@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/12/14 13:17:15 Modified files: textproc/podofo: Makefile textproc/podofo/patches: patch-CMakeLists_txt textproc/podofo/pkg: PLIST Log message: podofo: unbreak with ports-gcc textproc/podofo uses -std=c++98 but cppunit now uses c++11 features for which ports-gcc insists that -std=c/gnu++11 should be used. Fix adapted from https://sourceforge.net/p/podofo/code/1826. Tested on sparc64 by jca@. OK sthen@ (maintainer), jca@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/12/14 14:44:08 Modified files: sysutils/binwalk: Makefile Log message: Enable tests using MODPY_PYTEST Added PORTHOME and TEST_ENV with PYTHONPATH to make them work CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/12/14 15:03:17 Modified files: graphics/netpbm: Makefile distinfo graphics/netpbm/pkg: PLIST Log message: Update to 10.88.01 for numerous bug fixes. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/12/14 15:12:52 Modified files: net/py-libcloud: Makefile Log message: Fix tests by adding py-openssl to TEST_DEPENDS. Add py-enum34 to TEST_DEPENDS for python2 Move to explicit use of MODPY_PYTEST (setuptools currently will call it, but test invocation from setuptools is deprecated) CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/12/14 15:16:04 Log message: sysutils/py-filelock "This package contains a single module which implements a platform independent file lock in Python, providing a simple method of inter-process communication." Version 3.0.12 OK bket Status: Vendor Tag: kmos Release Tags: kmos_20191214 N ports/sysutils/py-filelock/Makefile N ports/sysutils/py-filelock/distinfo N ports/sysutils/py-filelock/pkg/DESCR N ports/sysutils/py-filelock/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/12/14 15:21:55 Log message: www/py-query A jquery-like library for python Version 1.4.0 ok bket Status: Vendor Tag: kmos Release Tags: kmos_20191214 N ports/www/py-query/Makefile N ports/www/py-query/distinfo N ports/www/py-query/pkg/DESCR N ports/www/py-query/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/12/14 15:27:03 Modified files: sysutils : Makefile www : Makefile Log message: Hook sysutils/py-filelock and sysutils/py-query up to the build CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/12/14 15:42:31 Modified files: fonts/unifont : Makefile distinfo Log message: Update to unicode-12.1.04 Only minor glyph improvements; see http://unifoundry.com/unifont/index.html for more details. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/12/14 15:49:34 Modified files: lang/kona : Makefile distinfo Log message: Bugfix update to kona-3.2.0.20191211 CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/12/14 17:15:30 Modified files: infrastructure/lib/OpenBSD/PortGen: Port.pm Log message: Have portgen(1) set FIX_EXTRACT_PERMISSIONS if necessary Idea and initial patch from cwen@ OK abeiber@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/12/14 17:18:05 Modified files: infrastructure/lib/OpenBSD/PortGen: Utils.pm infrastructure/lib/OpenBSD/PortGen/Port: PyPI.pm Log message: Look for existing ports by stem in portgen Also caches the sqlports connection and query OK abeiber@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/12/14 17:57:49 Modified files: infrastructure/lib/OpenBSD/PortGen: Dependency.pm Port.pm Log message: Centralize multi-value variable formatting in portgen(1) CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/12/15 02:39:48 Modified files: sys/net : if_aggr.c Log message: Add a missing unlock. Spotted by Hrvoje Popovski using witness(4) OK dlg@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/12/15 05:03:47 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-BUILD_gn patch-base_BUILD_gn patch-base_allocator_allocator_gni patch-base_files_file_util_posix_cc patch-base_i18n_icu_util_cc patch-base_linux_util_cc patch-base_process_kill_h patch-base_threading_thread_task_runner_handle_cc patch-base_trace_event_malloc_dump_provider_cc patch-build_config_compiler_BUILD_gn 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_after_startup_task_utils_cc patch-chrome_browser_background_background_mode_manager_cc patch-chrome_browser_browser_process_impl_cc patch-chrome_browser_browser_process_impl_h patch-chrome_browser_browser_resources_grd patch-chrome_browser_chrome_browser_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_download_chrome_download_manager_delegate_cc patch-chrome_browser_download_download_commands_cc patch-chrome_browser_download_download_item_model_cc patch-chrome_browser_download_download_prefs_cc patch-chrome_browser_download_download_shelf_context_menu_cc patch-chrome_browser_extensions_BUILD_gn patch-chrome_browser_extensions_api_settings_private_prefs_util_cc patch-chrome_browser_extensions_external_provider_impl_cc patch-chrome_browser_flag_descriptions_cc patch-chrome_browser_flag_descriptions_h patch-chrome_browser_media_webrtc_webrtc_event_log_uploader_cc patch-chrome_browser_metrics_chrome_browser_main_extra_parts_metrics_cc patch-chrome_browser_metrics_chrome_metrics_service_client_cc patch-chrome_browser_native_file_system_chrome_native_file_system_permission_context_cc patch-chrome_browser_net_system_network_context_manager_cc patch-chrome_browser_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_profiles_chrome_browser_main_extra_parts_profiles_cc patch-chrome_browser_profiles_profile_attributes_entry_cc patch-chrome_browser_profiles_profile_impl_cc patch-chrome_browser_renderer_preferences_util_cc patch-chrome_browser_safe_browsing_incident_reporting_incident_reporting_service_cc patch-chrome_browser_signin_signin_util_cc patch-chrome_browser_themes_theme_service_factory_cc patch-chrome_browser_ui_browser_command_controller_cc patch-chrome_browser_ui_sad_tab_cc patch-chrome_browser_ui_tab_helpers_cc patch-chrome_browser_ui_task_manager_task_manager_table_model_cc patch-chrome_browser_ui_views_first_run_dialog_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_hung_renderer_view_cc patch-chrome_browser_ui_views_tabs_new_tab_button_cc patch-chrome_browser_ui_views_tabs_tab_cc patch-chrome_browser_ui_views_tabs_tab_drag_controller_cc patch-chrome_browser_ui_webui_about_ui_cc patch-chrome_browser_ui_webui_chrome_web_ui_controller_factory_cc patch-chrome_browser_ui_webui_settings_settings_localized_strings_provider_cc 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_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-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_crash_core_common_BUILD_gn patch-components_download_internal_common_base_file_cc 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_core_common_cloud_cloud_policy_util_cc patch-components_policy_resources_policy_templates_json patch-components_policy_tools_generate_policy_source_py patch-components_sync_device_info_local_device_info_util_cc patch-components_sync_device_info_local_device_info_util_linux_cc patch-content_app_content_main_runner_impl_cc patch-content_browser_browser_child_process_host_impl_cc patch-content_browser_browser_main_loop_cc patch-content_browser_gpu_gpu_process_host_cc patch-content_browser_media_media_internals_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_utility_process_host_cc patch-content_browser_webui_shared_resources_data_source_cc patch-content_common_user_agent_cc patch-content_gpu_gpu_main_cc patch-content_ppapi_plugin_ppapi_blink_platform_impl_cc patch-content_ppapi_plugin_ppapi_plugin_main_cc patch-content_public_common_common_param_traits_macros_h patch-content_public_common_content_features_cc patch-content_public_common_content_switches_cc patch-content_public_common_content_switches_h patch-content_renderer_render_thread_impl_cc patch-content_renderer_renderer_blink_platform_impl_cc patch-content_renderer_renderer_blink_platform_impl_h patch-content_shell_BUILD_gn patch-content_shell_browser_shell_browser_main_parts_cc patch-content_utility_utility_blink_platform_with_sandbox_support_impl_cc patch-content_utility_utility_blink_platform_with_sandbox_support_impl_h patch-gpu_command_buffer_common_gpu_memory_buffer_support_cc patch-gpu_command_buffer_service_external_vk_image_backing_cc patch-gpu_command_buffer_service_external_vk_image_backing_h patch-gpu_command_buffer_service_external_vk_image_gl_representation_cc patch-gpu_ipc_common_gpu_memory_buffer_support_cc patch-gpu_ipc_common_gpu_memory_buffer_support_h patch-gpu_ipc_service_gpu_init_cc patch-gpu_ipc_service_gpu_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_channel_h patch-ipc_ipc_channel_mojo_cc patch-media_audio_BUILD_gn patch-media_base_video_frame_cc patch-media_base_video_frame_h patch-media_capture_video_fake_video_capture_device_factory_cc patch-media_capture_video_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_gpu_libyuv_image_processor_cc patch-media_gpu_linux_platform_video_frame_utils_cc patch-media_media_options_gni patch-media_mojo_clients_mojo_video_encode_accelerator_cc patch-media_mojo_mojom_video_frame_mojom_traits_cc patch-media_mojo_services_gpu_mojo_media_client_cc patch-media_video_gpu_memory_buffer_video_frame_pool_cc patch-net_BUILD_gn patch-net_base_address_tracker_linux_cc patch-net_base_network_change_notifier_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_host_remoting_me2me_host_cc patch-remoting_resources_remoting_strings_grd patch-services_device_geolocation_location_arbitrator_cc patch-services_device_time_zone_monitor_time_zone_monitor_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_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_src_loader_loader_c patch-third_party_blink_renderer_core_scroll_scrollbar_theme_aura_cc patch-third_party_blink_renderer_platform_BUILD_gn patch-third_party_blink_renderer_platform_fonts_font_cache_h patch-third_party_blink_renderer_platform_fonts_font_description_cc patch-third_party_blink_renderer_platform_heap_thread_state_cc patch-third_party_boringssl_BUILD_generated_gni patch-third_party_boringssl_src_include_openssl_base_h patch-third_party_crashpad_crashpad_util_posix_signals_cc patch-third_party_perfetto_include_perfetto_base_build_config_h patch-third_party_skia_src_sksl_SkSLString_h patch-third_party_sqlite_amalgamation_sqlite3_c patch-third_party_swiftshader_BUILD_gn patch-third_party_swiftshader_src_OpenGL_libEGL_libEGL_cpp 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_platform_thread_types_cc 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_build_gen_py patch-tools_json_schema_compiler_feature_compiler_py 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_base_webui_web_ui_util_cc patch-ui_gfx_font_fallback_linux_cc patch-ui_gfx_gpu_memory_buffer_h patch-ui_gfx_linux_client_native_pixmap_dmabuf_cc patch-ui_gfx_mojom_buffer_types_mojom_traits_h patch-ui_gl_BUILD_gn patch-ui_gl_generate_bindings_py patch-ui_message_center_views_message_popup_view_cc patch-ui_native_theme_native_theme_base_cc patch-ui_views_controls_label_cc patch-ui_views_corewm_tooltip_aura_cc patch-ui_views_selection_controller_cc patch-ui_views_widget_desktop_aura_desktop_window_tree_host_platform_cc patch-ui_views_window_dialog_delegate_cc patch-ui_webui_resources_js_cr_js patch-v8_BUILD_gn patch-v8_src_api_api_cc patch-v8_src_base_platform_platform-posix_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 www/chromium/pkg: PFRAG.swiftshader PLIST Added files: www/chromium/patches: patch-chrome_browser_crash_upload_list_crash_upload_list_cc patch-chrome_browser_crash_upload_list_crash_upload_list_crashpad_cc patch-chrome_browser_ui_views_confirm_bubble_views_cc patch-chrome_common_channel_info_h patch-chrome_common_channel_info_posix_cc patch-components_crash_content_app_crashpad_h patch-components_crash_content_app_crashpad_linux_cc patch-components_gwp_asan_BUILD_gn patch-components_sync_device_info_device_info_sync_bridge_cc patch-components_viz_host_host_display_client_cc patch-components_viz_host_host_display_client_h patch-components_viz_service_frame_sinks_root_compositor_frame_sink_impl_cc patch-components_viz_service_frame_sinks_root_compositor_frame_sink_impl_h patch-components_viz_test_mock_display_client_h patch-content_browser_compositor_gpu_process_transport_factory_cc patch-content_browser_compositor_software_browser_compositor_output_surface_cc patch-content_browser_compositor_software_browser_compositor_output_surface_h patch-content_browser_ppapi_plugin_process_host_receiver_bindings_cc patch-media_gpu_buffer_validation_cc patch-media_video_fake_gpu_memory_buffer_cc patch-services_tracing_public_cpp_perfetto_trace_event_data_source_cc patch-third_party_boringssl_src_crypto_fipsmodule_rand_internal_h patch-third_party_crashpad_crashpad_minidump_minidump_misc_info_writer_cc patch-third_party_swiftshader_src_Vulkan_VkSemaphoreExternalLinux_hpp patch-third_party_swiftshader_third_party_marl_src_memory_cpp patch-third_party_swiftshader_third_party_marl_src_thread_cpp patch-ui_base_x_x11_shm_image_pool_base_cc patch-ui_compositor_compositor_cc patch-ui_compositor_compositor_h patch-ui_compositor_compositor_observer_h patch-ui_compositor_host_host_context_factory_private_cc patch-ui_gfx_font_util_cc patch-ui_gfx_gpu_memory_buffer_cc patch-ui_views_widget_native_widget_aura_cc patch-weblayer_common_weblayer_paths_cc Removed files: www/chromium/patches: patch-chrome_browser_download_download_status_updater_cc patch-chrome_browser_sharing_click_to_call_feature_cc patch-chrome_browser_sharing_click_to_call_feature_h patch-chrome_browser_ui_ui_features_cc patch-chrome_browser_ui_ui_features_h patch-content_browser_ppapi_plugin_process_host_cc patch-content_child_child_process_sandbox_support_impl_linux_cc patch-media_capture_video_mock_gpu_memory_buffer_manager_cc patch-third_party_blink_renderer_modules_mediastream_processed_local_audio_source_cc patch-third_party_boringssl_src_crypto_fipsmodule_rand_urandom_c patch-third_party_perfetto_gn_perfetto_gni patch-third_party_swiftshader_src_Yarn_Thread_cpp patch-ui_views_widget_desktop_aura_desktop_window_tree_host_platform_h patch-v8_src_base_platform_platform-openbsd_cc patch-weblayer_shell_app_shell_main_cc Log message: update to 79.0.3945.79 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/12/15 06:36:30 Modified files: www/chromium : Makefile www/chromium/patches: patch-base_system_sys_info_openbsd_cc patch-services_service_manager_sandbox_openbsd_sandbox_openbsd_cc patch-ui_base_x_x11_shm_image_pool_base_cc Added files: www/chromium/patches: patch-base_system_sys_info_h Log message: use KERN_SHMINFO_SHMMAX to get the value of shmmax because IPC_INFO cmd for shmctl(2) is not available on OpenBSD CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/12/15 06:39:45 Modified files: graphics/libsixel: Makefile distinfo graphics/libsixel/pkg: PLIST Log message: Update libsixel to 1.8.3. This fixes CVE-2018-19756, CVE-2018-19757, CVE-2018-19759, CVE-2018-19761, CVE-2018-19762, CVE-2018-19763, CVE-2019-3573, CVE-2019-3574, CVE-2019-19635, CVE-2019-19636, CVE-2019-19637, and CVE-2019-19638. From Tim Meunier, thanks! CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2019/12/15 06:49:13 Modified files: sbin/unwind : resolver.c Log message: Allow more outgoing ports, the default 16 is pretty tight for the recursor. Also change strategy to not fetch addresses of nameservers pro-actively, it does not help a lot in typical unwind setups and consumes resources we would like to spend on actual resolving user queries. ok florian@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/15 06:51:08 Log message: Import envconsul-0.9.1. Envconsul provides a convenient way to launch a subprocess with environment variables populated from HashiCorp Consul and Vault. The tool is inspired by envdir and envchain, but works on many major operating systems with no runtime requirements. It is also available via a Docker container for scheduled environments <...> ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20191215 N ports/sysutils/envconsul/distinfo N ports/sysutils/envconsul/Makefile N ports/sysutils/envconsul/pkg/DESCR N ports/sysutils/envconsul/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/15 06:51:36 Modified files: sysutils : Makefile Log message: +envconsul CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/15 06:52:41 Modified files: sysutils/terragrunt: Makefile Log message: Tweak comment. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/15 06:53:42 Modified files: sysutils/consul-template: Makefile Log message: Tweak comment. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/12/15 06:55:34 Modified files: www/chromium : Makefile www/chromium/patches: patch-content_browser_gpu_gpu_process_host_cc patch-ui_base_x_x11_shm_image_pool_base_cc Added files: www/chromium/patches: patch-ui_gfx_x_x11_switches_cc patch-ui_gfx_x_x11_switches_h Log message: merge upstream commit d3a31888bd978cb1f6da614fa25f668d2cc360b8 which allows us to disable MIT-SHM extension for certain environments and because pledge(2) does not allow shmget(2) for now we completely disable this by default CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2019/12/15 07:36:59 Modified files: usr.sbin/vmctl : vmctl.c Log message: Explicitly print root user in status OWNER column With "owner root:wheel" (any group) the status output prints ":wheel" only, presumably to emphasize that only group membership matters. Always print whatever is configured to be explicit and less confusing. OK jasper CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/12/15 07:56:46 Modified files: sysutils/py-ghmi: Makefile distinfo Log message: update to py-ghmi-1.5.2 CVSROOT: /cvs Module name: www Changes by: kn@cvs.openbsd.org 2019/12/15 08:20:43 Modified files: . : want.html Log message: I want more than two disks backing the LDOM disks. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/12/15 08:28:44 Modified files: infrastructure/bin: build-debug-info Log message: strip and objcopy do not like bad permissions. Moreover, they will silently drop a setuid bit AND not error out when they can't do stuff. Fix the perms pre-emptively, so that aja@ can DEBUG_PACKAGES login_krb5 There are bugs to fix in binutils...!!! CVSROOT: /cvs Module name: www Changes by: landry@cvs.openbsd.org 2019/12/15 09:08:35 Modified files: . : 60.html Log message: Fix signify key names, from miod@. Checked matching /etc/signify/openbsd-60-*.pub on a system which has seen many releases.. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/15 09:12:47 Modified files: sysutils/login_krb5: Makefile Log message: Add DEBUG_PACKAGES. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/15 09:34:08 Modified files: sbin/slaacd : slaacd.c Log message: semarie diagnosed a what appeared to be a 'large backwards memcpy' of an ipv6 address, but was actually oversize (a large union). correct access to the right subfield. ok florian semarie CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2019/12/15 10:00:12 Modified files: graphics/jhead : Makefile distinfo graphics/jhead/patches: patch-gpsinfo_c patch-jhead_c patch-makefile Log message: Update to jhead-3.04. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/12/15 10:05:09 Modified files: devel/cbindgen : Makefile distinfo Log message: Update to cbindgen 0.11.1, required to build m-c since #1602317 CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/12/15 10:08:10 ports/www/tootstream/patches Update of /cvs/ports/www/tootstream/patches In directory cvs.openbsd.org:/tmp/cvs-serv23489/patches Log Message: Directory /cvs/ports/www/tootstream/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/12/15 10:09:52 Modified files: www/tootstream : Makefile Added files: www/tootstream/patches: patch-requirements_txt Log message: Sent patch to allow other 1.4.x releases of mastodon.py upstream, but forgot to patch it in-tree. Pointed out by Florian Viehweger CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/12/15 10:23:27 Modified files: sbin/unwind : resolver.c Log message: Make this fit in 80 cols. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/12/15 11:01:01 Modified files: devel/py-iso3166: Makefile distinfo Log message: Update to py-iso3166-1.0.1 Enable tests; work done and upstreamed by pamela@ ok kmos@, who also pointed out how to make the tests actually work CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/12/15 11:03:30 Modified files: games/openjk : Makefile distinfo games/openjk/pkg: PLIST Log message: Update to the latest openjk snapshot; openjk-0.0.0.20191129 Mostly bugfixes for multiplayer mode CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/12/15 11:36:18 Modified files: mail/claws-mail: Makefile mail/claws-mail/pkg: PLIST-main Added files: mail/claws-mail/patches: patch-src_plugins_litehtml_viewer_Makefile_in patch-src_plugins_litehtml_viewer_litehtml_Makefile_in patch-src_plugins_litehtml_viewer_litehtml_background_cpp Log message: Add litehtml_viewer plugin While there fix wantlib for pdfviewer. From Henry Jensen with tweaks from sthen. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/12/15 11:56:58 Modified files: x11/gnome/shell: Makefile distinfo x11/gnome/shell/pkg: PLIST Log message: update to gnome-shell-3.34.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/12/15 11:57:07 Modified files: x11/gnome/mutter: Makefile distinfo x11/gnome/mutter/pkg: PLIST Log message: update to mutter-3.34.2 CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/12/15 11:57:30 Modified files: usr.bin/ssh : monitor.c monitor_wrap.c myproposal.h readconf.c servconf.c servconf.h sshd.c Log message: allow security keys to act as host keys as well as user keys. Previously we didn't do this because we didn't want to expose the attack surface presented by USB and FIDO protocol handling, but now that this is insulated behind ssh-sk-helper there is less risk. ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/12/15 11:58:33 Modified files: regress/usr.bin/ssh/misc/kexfuzz: Makefile Log message: adapt to ssh-sk-client change CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/12/15 12:00:38 Modified files: x11/gnome/shell-extensions: Makefile distinfo Log message: update to gnome-shell-extensions-3.34.2 CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/12/15 12:47:10 Modified files: usr.bin/ssh : ssh-keyscan.c Log message: allow ssh-keyscan to find security key hostkeys CVSROOT: /cvs Module name: src Changes by: remi@cvs.openbsd.org 2019/12/15 13:51:39 Modified files: usr.sbin/ripd : message.c Log message: Clear r_list if the interface is passive. Additionaly move the check for passive interface a bit further up so that the function can return earlier. Memory leak observed and reported by Jason Tubnor. OK benno@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/12/15 13:57:15 Modified files: usr.bin/ssh : servconf.c Log message: do not attempt to find an absolute path for sshd_config SecurityKeyProvider=internal - unbreaks cfgparse regress test CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/12/15 13:59:23 Modified files: usr.bin/ssh : servconf.c Log message: don't treat HostKeyAgent=none as a path either; avoids spurious warnings from the cfgparse regress test CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/15 16:52:48 Modified files: mail/mutt : Makefile distinfo Log message: Update to mutt-1.13.1, fixes a use-after-free related to resuming imap postponed messages that I ran into which were highlighted by our malloc. Many thanks to Kevin McCarthy (upstream) for the quick fixes! CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/15 16:53:27 Modified files: devel/re2c : Makefile distinfo Log message: update to re2c-1.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/15 16:57:23 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-ldap PLIST-mysql PLIST-postgresql PLIST-server mail/dovecot-pigeonhole: Makefile distinfo mail/dovecot-pigeonhole/pkg: PLIST Log message: update to Dovecot 2.3.9.2 and pigeonhole 0.5.9, from Brad. CVE-2019-19722 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/15 17:04:25 Modified files: mail/dovecot : Tag: OPENBSD_6_6 Makefile distinfo mail/dovecot/patches: Tag: OPENBSD_6_6 patch-doc_example-config_Makefile_in patch-doc_example-config_conf_d_Makefile_in mail/dovecot/pkg: Tag: OPENBSD_6_6 PLIST-server Log message: update to Dovecot 2.3.9.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/15 17:05:07 Modified files: mail/dovecot-pigeonhole: Tag: OPENBSD_6_6 Makefile distinfo mail/dovecot-pigeonhole/pkg: Tag: OPENBSD_6_6 PLIST Log message: update to dovecot-pigeonhole 0.5.9 CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/12/15 19:39:05 Modified files: regress/usr.bin/ssh: cert-hostkey.sh hostkey-agent.sh keygen-change.sh keyscan.sh keytype.sh krl.sh limit-keytype.sh principals-command.sh test-exec.sh Log message: test security key host keys in addition to user keys CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/12/15 20:16:58 Modified files: usr.bin/ssh : myproposal.h Log message: sort sk-* methods behind their plain key methods cousins for now CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2019/12/15 21:50:49 Modified files: sys/dev/pci/bktr: bktr_audio.c bktr_core.c Log message: bktr(4): tsleep(9) -> tsleep_nsec(9) ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: schwarze@cvs.openbsd.org 2019/12/16 00:09:49 Modified files: textproc/groff : Makefile textproc/groff/patches: patch-tmac_an-old_tmac Log message: bugfix, also submitted upstream: with the groff_man(7) macros, .AT and .UC did not work at all; bug reported and patch OK'ed by jsg@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/16 01:03:02 Modified files: www/chromium : Makefile Log message: Missed bump on electron. WANTLIB += iconv lzma CVSROOT: /cvs Module name: src Changes by: denis@cvs.openbsd.org 2019/12/16 01:28:33 Modified files: usr.sbin/ospf6d: kroute.c ospf6d.c ospf6d.h parse.y Log message: Rework route priority filter. reads OK benno@ remi@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/12/16 02:17:22 Modified files: www/mozilla-firefox/patches: patch-browser_app_profile_firefox_js patch-config_system-headers_mozbuild Log message: regen patches CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/12/16 02:18:19 Added files: www/mozilla-firefox/patches: patch-layout_generic_WritingModes_h patch-servo_ports_geckolib_cbindgen_toml Log message: Backport https://hg.mozilla.org/releases/mozilla-beta/raw-rev/4b7a8631178f to fix build with cbindgen 0.11.1 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/12/16 02:18:27 Modified files: infrastructure/mk: bsd.port.mk Log message: make DEBUG_PACKAGES slightly less confusing for modules CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/12/16 03:25:22 Modified files: share/man/man9 : pool.9 Log message: Cross reference km_alloc(9) which is directly used rather than uvm_init(9). CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/12/16 03:28:53 Modified files: share/man/man9 : vnode.9 Log message: Cross reference uvn_attach(9) rather than uvm_init(9). CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/12/16 03:34:04 Modified files: share/man/man9 : pmap.9 Log message: Use 'UVM' when the page talks about the memory subsystem instead of functions. This leaves a single uvm_init(9) occurence. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/12/16 03:35:02 Modified files: usr.sbin/bgpd : rde.c Log message: Instead of passing the peer id down to peer specific functions do the lookup in the imsg handler and pass a struct rde_peer pointer to those functions. OK denis@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/12/16 03:40:56 Modified files: usr.sbin/rpki-client: main.c Log message: When rsync exits non zero because of network issues or because the provided URI is bogous, rpki-client should try to work with the cache it has and not exit with an error. This should help when URI to localhost are published which happened at least 2 times already. Agreed by deraadt@ and benno@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/16 05:25:22 Modified files: net/net-snmp : Makefile net/net-snmp/pkg: DESCR-main Log message: fix typos in DESCR, one from florian@ plus one I spotted on the next line ;) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/12/16 05:41:30 Modified files: mail/mozilla-thunderbird: Makefile Log message: No need for debug-lightning, there's no compiled code in this subpackage. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/12/16 05:54:30 Modified files: audio/ocp : Makefile distinfo audio/ocp/pkg : PLIST Removed files: audio/ocp/patches: patch-config_h_in patch-configure patch-stuff_poutput-sdl_c Log message: Update ocp to 0.2.1. This version now uses SDL2. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/16 06:35:57 Modified files: databases/mariadb: Makefile distinfo databases/mariadb/patches: patch-storage_connect_reldef_cpp databases/mariadb/pkg: PLIST-main PLIST-server PLIST-tests Log message: update to mariadb-10.3.21, from Brad CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/12/16 06:36:25 Log message: net/py-transmissionrpc-ng "transmissionrpc-ng is a python module implementing the json-rpc client protocol for the BitTorrent client Transmission." Version 0.14.0 From Paco Esteban OK sthen Status: Vendor Tag: kmos Release Tags: kmos_20191216 N ports/net/py-transmissionrpc-ng/Makefile N ports/net/py-transmissionrpc-ng/distinfo N ports/net/py-transmissionrpc-ng/pkg/DESCR N ports/net/py-transmissionrpc-ng/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/12/16 06:37:47 Modified files: net : Makefile Log message: Hook py-transmissionrpc-ng up to the build CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2019/12/16 06:58:53 Modified files: usr.bin/ssh : packet.c auth.c Log message: strdup may return NULL if memory allocation fails. Use the safer xstrdup which fatals on allocation failures. ok markus@ CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2019/12/16 07:15:23 Modified files: devel/got : Makefile distinfo Log message: update to got-0.23 - prevent status crawl from racing with paths changing in the filesystem - add -k option to 'got remove' to keep files on disk (Tracey Emery) - add -R option to 'got remove' for recursive deletion (Tracey Emery) - add -I option to 'got add' to disregard ignore patterns (Tracey Emery) - show numeric dates in ISO-8601/xkcd-1179 format in 'tog log' and 'got blame' CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/16 07:40:39 Modified files: mail/exim : Makefile distinfo Log message: update to exim 4.93.0.3, from Renauld Allard CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/16 07:40:55 Modified files: mail/exim/patches: patch-OS_Makefile-Default patch-scripts_exim_install Log message: regen CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/12/16 08:10:43 Added files: games/dxx-rebirth/patches: patch-SConstruct Log message: Add a patch to remove all -Werror= flags. Those flags needlessly break the build on (at least) sparc64. Tested in a sparc64 bulk and ok kmos@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/12/16 08:15:40 Modified files: games/wtf : Makefile distinfo Log message: Update to wtf-20191214 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/12/16 08:33:27 Modified files: security/suricata: Makefile distinfo security/suricata/patches: patch-configure security/suricata/pkg: PLIST Removed files: security/suricata/patches: patch-rust_vendor_libc_src_unix_bsd_netbsdlike_openbsd_mod_rs Log message: update to suricata-5.0.1 ok gonzalo@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/12/16 08:35:26 Log message: import squashfs-tools-4.4 Tools to create and extract Squashfs filesystems. ok sthen@ Status: Vendor Tag: jasper Release Tags: jasper_20191612 N ports/sysutils/squashfs-tools/Makefile N ports/sysutils/squashfs-tools/distinfo N ports/sysutils/squashfs-tools/patches/patch-squashfs-tools_action_c N ports/sysutils/squashfs-tools/patches/patch-squashfs-tools_info_c N ports/sysutils/squashfs-tools/patches/patch-squashfs-tools_mksquashfs_c N ports/sysutils/squashfs-tools/patches/patch-squashfs-tools_mksquashfs_h N ports/sysutils/squashfs-tools/patches/patch-squashfs-tools_pseudo_c N ports/sysutils/squashfs-tools/patches/patch-squashfs-tools_read_xattrs_c N ports/sysutils/squashfs-tools/patches/patch-squashfs-tools_unsquashfs_c N ports/sysutils/squashfs-tools/patches/patch-squashfs-tools_unsquashfs_h N ports/sysutils/squashfs-tools/patches/patch-squashfs-tools_unsquashfs_info_c N ports/sysutils/squashfs-tools/patches/patch-squashfs-tools_unsquashfs_xattr_c N ports/sysutils/squashfs-tools/patches/patch-squashfs-tools_xattr_c N ports/sysutils/squashfs-tools/pkg/DESCR N ports/sysutils/squashfs-tools/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/12/16 08:36:37 Modified files: sysutils : Makefile Log message: +squashfs-tools CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/12/16 08:48:50 Modified files: usr.bin/tmux : client.c file.c server-client.c tmux.h Log message: Instead of using large buffers in imsgs, add the data or path onto the end. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/16 08:49:04 Modified files: devel/pango : Makefile distinfo devel/pango/pkg: PLIST Added files: devel/pango/patches: patch-utils_meson_build Removed files: devel/pango/patches: patch-configure_ac patch-pango_break-thai_c patch-pango_pango-bidi-type_c patch-pango_pangofc-shape_c Log message: Major update to pango-1.44.7. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/16 08:50:08 Modified files: devel/pangox-compat: Makefile Log message: BROKEN after recent pango update. Not sure I want to fix this, this is super old stuff... CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/16 08:50:42 Modified files: x11/py-gtk2 : Makefile x11/py-gtk2/patches: patch-examples_Makefile_in patch-tests_test_actiongroup_py x11/py-gtk2/pkg: PLIST Added files: x11/py-gtk2/patches: patch-gtk_gtk-2_10_defs patch-pango_defs patch-pangocairo_override Log message: Fix build with pango >= 1.44 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/16 08:51:08 Modified files: x11/gnome/nautilus: Makefile Removed files: x11/gnome/nautilus/patches: patch-src_nautilus-canvas-item_c patch-src_nautilus-view-icon-item-ui_c Log message: Remove uneeded patch now that we have pango >=1.44 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/16 08:52:08 Modified files: multimedia/handbrake: Makefile Log message: Temporatily mark broken after recent pango update (updating to a newer release should fix it). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/16 08:52:59 Modified files: devel/cmake : Makefile Added files: devel/cmake/patches: patch-Modules_FindGTK2_cmake Log message: FindGTK2: Add harfbuzz to GTK2_INCLUDE_DIRS, from upstream. Needed after the recent pango update. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/12/16 09:09:28 Modified files: usr.bin/tmux : client.c file.c Log message: Need to include message size in the maximum buffer calculation. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/16 09:16:29 Modified files: usr.sbin/bind : Makefile.bsd-wrapper Makefile.in acconfig.h aclocal.m4 config.guess config.h.in config.sub config.threads.in configure configure.in isc-config.sh.in ltmain.sh mkinstalldirs version usr.sbin/bind/bin: Makefile.in usr.sbin/bind/bin/dig: Makefile.in dig.1 dig.c dig.docbook dig.html dighost.c host.1 host.c host.docbook host.html nslookup.1 nslookup.c nslookup.docbook nslookup.html usr.sbin/bind/bin/dig/include/dig: dig.h usr.sbin/bind/lib: Makefile.in usr.sbin/bind/lib/bind9: Makefile.in api check.c getaddresses.c version.c usr.sbin/bind/lib/bind9/include: Makefile.in usr.sbin/bind/lib/bind9/include/bind9: Makefile.in check.h getaddresses.h version.h usr.sbin/bind/lib/dns: Makefile.in acache.c acl.c adb.c api byaddr.c cache.c callbacks.c compress.c db.c dbiterator.c dbtable.c diff.c dispatch.c dlz.c dnssec.c ds.c dst_api.c dst_internal.h dst_lib.c dst_openssl.h dst_parse.c dst_parse.h dst_result.c forward.c gen-unix.h gen.c gssapi_link.c gssapictx.c hmac_link.c journal.c key.c keytable.c lib.c log.c lookup.c master.c masterdump.c message.c name.c ncache.c nsec.c openssl_link.c openssldh_link.c openssldsa_link.c opensslrsa_link.c order.c peer.c portlist.c rbt.c rbtdb.c rbtdb.h rbtdb64.c rbtdb64.h rcode.c rdata.c rdatalist.c rdatalist_p.h rdataset.c rdatasetiter.c rdataslab.c request.c resolver.c result.c rootns.c sdb.c sdlz.c soa.c ssu.c stats.c tcpmsg.c time.c timer.c tkey.c tsig.c ttl.c validator.c version.c view.c xfrin.c zone.c zonekey.c zt.c usr.sbin/bind/lib/dns/include: Makefile.in usr.sbin/bind/lib/dns/include/dns: Makefile.in acache.h acl.h adb.h bit.h byaddr.h cache.h callbacks.h cert.h compress.h db.h dbiterator.h dbtable.h diff.h dispatch.h dlz.h dnssec.h ds.h events.h fixedname.h forward.h journal.h keyflags.h keytable.h keyvalues.h lib.h log.h lookup.h master.h masterdump.h message.h name.h ncache.h nsec.h opcode.h order.h peer.h portlist.h rbt.h rcode.h rdata.h rdataclass.h rdatalist.h rdataset.h rdatasetiter.h rdataslab.h rdatatype.h request.h resolver.h result.h rootns.h sdb.h sdlz.h secalg.h secproto.h soa.h ssu.h stats.h tcpmsg.h time.h timer.h tkey.h tsig.h ttl.h types.h validator.h version.h view.h xfrin.h zone.h zonekey.h zt.h usr.sbin/bind/lib/dns/include/dst: Makefile.in dst.h gssapi.h lib.h result.h usr.sbin/bind/lib/dns/rdata: rdatastructpre.h rdatastructsuf.h usr.sbin/bind/lib/dns/rdata/any_255: tsig_250.c tsig_250.h usr.sbin/bind/lib/dns/rdata/ch_3: a_1.c a_1.h usr.sbin/bind/lib/dns/rdata/generic: afsdb_18.c afsdb_18.h cert_37.c cert_37.h cname_5.c cname_5.h dlv_32769.c dlv_32769.h dname_39.c dname_39.h dnskey_48.c dnskey_48.h ds_43.c ds_43.h gpos_27.c gpos_27.h hinfo_13.c hinfo_13.h ipseckey_45.c ipseckey_45.h isdn_20.c isdn_20.h key_25.c key_25.h loc_29.c loc_29.h mb_7.c mb_7.h md_3.c md_3.h mf_4.c mf_4.h mg_8.c mg_8.h minfo_14.c minfo_14.h mr_9.c mr_9.h mx_15.c mx_15.h ns_2.c ns_2.h nsec3_50.c nsec3_50.h nsec3param_51.c nsec3param_51.h nsec_47.c nsec_47.h null_10.c null_10.h nxt_30.c nxt_30.h opt_41.c opt_41.h proforma.c proforma.h ptr_12.c ptr_12.h rp_17.c rp_17.h rrsig_46.c rrsig_46.h rt_21.c rt_21.h sig_24.c sig_24.h soa_6.c soa_6.h spf_99.c spf_99.h sshfp_44.c sshfp_44.h tkey_249.c tkey_249.h tlsa_52.c tlsa_52.h txt_16.c txt_16.h unspec_103.c unspec_103.h x25_19.c x25_19.h usr.sbin/bind/lib/dns/rdata/hs_4: a_1.c a_1.h usr.sbin/bind/lib/dns/rdata/in_1: a6_38.c a6_38.h a_1.c a_1.h aaaa_28.c aaaa_28.h apl_42.c apl_42.h kx_36.c kx_36.h nsap-ptr_23.c nsap-ptr_23.h nsap_22.c nsap_22.h px_26.c px_26.h srv_33.c srv_33.h wks_11.c wks_11.h usr.sbin/bind/lib/isc: Makefile.in api assertions.c base32.c base64.c buffer.c bufferlist.c commandline.c entropy.c error.c event.c fsaccess.c hash.c heap.c hex.c hmacmd5.c hmacsha.c inet_aton.c inet_ntop.c inet_pton.c lex.c lfsr.c lib.c log.c md5.c mem.c mutexblock.c netaddr.c netscope.c ondestroy.c parseint.c print.c quota.c random.c ratelimiter.c refcount.c region.c result.c rwlock.c serial.c sha1.c sha2.c sockaddr.c string.c strtoul.c symtab.c task.c task_p.h taskpool.c timer.c timer_p.h version.c usr.sbin/bind/lib/isc/alpha: Makefile.in usr.sbin/bind/lib/isc/alpha/include: Makefile.in usr.sbin/bind/lib/isc/alpha/include/isc: Makefile.in atomic.h usr.sbin/bind/lib/isc/ia64: Makefile.in usr.sbin/bind/lib/isc/ia64/include: Makefile.in usr.sbin/bind/lib/isc/ia64/include/isc: Makefile.in atomic.h usr.sbin/bind/lib/isc/include: Makefile.in usr.sbin/bind/lib/isc/include/isc: Makefile.in app.h assertions.h base64.h boolean.h buffer.h bufferlist.h commandline.h entropy.h error.h event.h eventclass.h file.h formatcheck.h fsaccess.h hash.h heap.h hex.h hmacmd5.h hmacsha.h interfaceiter.h ipv6.h iterated_hash.h lang.h lex.h lfsr.h lib.h list.h log.h magic.h md5.h mem.h msgcat.h msgs.h mutexblock.h netaddr.h netscope.h ondestroy.h os.h parseint.h platform.h.in print.h quota.h random.h ratelimiter.h refcount.h region.h resource.h result.h resultclass.h rwlock.h serial.h sha1.h sha2.h sockaddr.h socket.h stdio.h stdlib.h string.h symtab.h task.h taskpool.h timer.h types.h util.h version.h usr.sbin/bind/lib/isc/mips: Makefile.in usr.sbin/bind/lib/isc/mips/include: Makefile.in usr.sbin/bind/lib/isc/mips/include/isc: Makefile.in atomic.h usr.sbin/bind/lib/isc/nls: Makefile.in msgcat.c usr.sbin/bind/lib/isc/noatomic: Makefile.in usr.sbin/bind/lib/isc/noatomic/include: Makefile.in usr.sbin/bind/lib/isc/noatomic/include/isc: Makefile.in atomic.h usr.sbin/bind/lib/isc/nothreads: Makefile.in condition.c mutex.c thread.c usr.sbin/bind/lib/isc/nothreads/include: Makefile.in usr.sbin/bind/lib/isc/nothreads/include/isc: Makefile.in condition.h mutex.h once.h thread.h usr.sbin/bind/lib/isc/powerpc: Makefile.in usr.sbin/bind/lib/isc/powerpc/include: Makefile.in usr.sbin/bind/lib/isc/powerpc/include/isc: Makefile.in atomic.h usr.sbin/bind/lib/isc/pthreads: Makefile.in condition.c mutex.c thread.c usr.sbin/bind/lib/isc/pthreads/include: Makefile.in usr.sbin/bind/lib/isc/pthreads/include/isc: Makefile.in condition.h mutex.h once.h thread.h usr.sbin/bind/lib/isc/sparc64: Makefile.in usr.sbin/bind/lib/isc/sparc64/include: Makefile.in usr.sbin/bind/lib/isc/sparc64/include/isc: Makefile.in atomic.h usr.sbin/bind/lib/isc/unix: Makefile.in app.c dir.c entropy.c errno2result.c errno2result.h file.c fsaccess.c ifiter_getifaddrs.c ifiter_ioctl.c ifiter_sysctl.c interfaceiter.c ipv6.c keyboard.c net.c os.c resource.c socket.c socket_p.h stdio.c stdtime.c strerror.c syslog.c time.c usr.sbin/bind/lib/isc/unix/include: Makefile.in usr.sbin/bind/lib/isc/unix/include/isc: Makefile.in dir.h int.h keyboard.h net.h netdb.h offset.h stat.h stdtime.h strerror.h syslog.h time.h usr.sbin/bind/lib/isc/x86_32: Makefile.in usr.sbin/bind/lib/isc/x86_32/include: Makefile.in usr.sbin/bind/lib/isc/x86_32/include/isc: Makefile.in atomic.h usr.sbin/bind/lib/isc/x86_64: Makefile.in usr.sbin/bind/lib/isc/x86_64/include: Makefile.in usr.sbin/bind/lib/isc/x86_64/include/isc: Makefile.in atomic.h usr.sbin/bind/lib/isccc: Makefile.in alist.c api base64.c cc.c ccmsg.c lib.c result.c sexpr.c symtab.c version.c usr.sbin/bind/lib/isccc/include: Makefile.in usr.sbin/bind/lib/isccc/include/isccc: Makefile.in alist.h base64.h cc.h ccmsg.h events.h lib.h result.h sexpr.h symtab.h symtype.h types.h util.h version.h usr.sbin/bind/lib/isccfg: Makefile.in aclconf.c api log.c namedconf.c parser.c version.c usr.sbin/bind/lib/isccfg/include: Makefile.in usr.sbin/bind/lib/isccfg/include/isccfg: Makefile.in aclconf.h cfg.h grammar.h log.h namedconf.h version.h usr.sbin/bind/lib/lwres: Makefile.in api assert_p.h context.c context_p.h gai_strerror.c getaddrinfo.c gethost.c getipnode.c getnameinfo.c getrrset.c herror.c lwbuffer.c lwconfig.c lwinetaton.c lwinetntop.c lwinetpton.c lwpacket.c lwres_gabn.c lwres_gnba.c lwres_grbn.c lwres_noop.c lwresutil.c print.c print_p.h version.c usr.sbin/bind/lib/lwres/include: Makefile.in usr.sbin/bind/lib/lwres/include/lwres: Makefile.in context.h int.h ipv6.h lang.h list.h lwbuffer.h lwpacket.h lwres.h netdb.h.in platform.h.in result.h stdlib.h version.h usr.sbin/bind/lib/lwres/man: Makefile.in lwres.3 lwres.docbook lwres.html lwres_buffer.3 lwres_buffer.docbook lwres_buffer.html lwres_config.3 lwres_config.docbook lwres_config.html lwres_context.3 lwres_context.docbook lwres_context.html lwres_gabn.3 lwres_gabn.docbook lwres_gabn.html lwres_gai_strerror.3 lwres_gai_strerror.docbook lwres_gai_strerror.html lwres_getaddrinfo.3 lwres_getaddrinfo.docbook lwres_getaddrinfo.html lwres_gethostent.3 lwres_gethostent.docbook lwres_gethostent.html lwres_getipnode.3 lwres_getipnode.docbook lwres_getipnode.html lwres_getnameinfo.3 lwres_getnameinfo.docbook lwres_getnameinfo.html lwres_getrrsetbyname.3 lwres_getrrsetbyname.docbook lwres_getrrsetbyname.html lwres_gnba.3 lwres_gnba.docbook lwres_gnba.html lwres_hstrerror.3 lwres_hstrerror.docbook lwres_hstrerror.html lwres_inetntop.3 lwres_inetntop.docbook lwres_inetntop.html lwres_noop.3 lwres_noop.docbook lwres_noop.html lwres_packet.3 lwres_packet.docbook lwres_packet.html lwres_resutil.3 lwres_resutil.docbook lwres_resutil.html usr.sbin/bind/lib/lwres/unix: Makefile.in usr.sbin/bind/lib/lwres/unix/include: Makefile.in usr.sbin/bind/lib/lwres/unix/include/lwres: Makefile.in net.h usr.sbin/bind/make: Makefile.in includes.in mkdep.in rules.in Removed files: usr.sbin/bind/lib/dns/rdata/in_1: naptr_35.c naptr_35.h usr.sbin/bind/lib/isc: shuffle.c usr.sbin/bind/lib/isc/include/isc: bitstring.h shuffle.h usr.sbin/bind/lib/isc/unix: privsep.c usr.sbin/bind/lib/isc/unix/include/isc: privsep.h usr.sbin/bind/lib/lwres: strtoul.c Log message: Update to bind-9.10.5-P3, which appears to have been the last ISC version. We only use this tree to build dig and nslookup. Our previous version predated edns0 support in those tools, and we want that. This is the worst code I've looked at in years, with layers and layers of spaghetti abstraction clearly unfit for reuse, but then reused anyways, and the old ones remain behind. So this is a 8MB diff. florian, sthen, and otto tried this merge before but failed. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/16 09:23:21 src/usr.sbin/bind/libtool.m4.dir Update of /cvs/src/usr.sbin/bind/libtool.m4.dir In directory cvs.openbsd.org:/usr/src/usr.sbin/bind/libtool.m4.dir Log Message: Directory /cvs/src/usr.sbin/bind/libtool.m4.dir added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/16 09:23:21 src/usr.sbin/bind/obj Update of /cvs/src/usr.sbin/bind/obj In directory cvs.openbsd.org:/usr/obj/usr.sbin/bind Log Message: Directory /cvs/src/usr.sbin/bind/obj added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/16 09:23:22 src/usr.sbin/bind/util Update of /cvs/src/usr.sbin/bind/util In directory cvs.openbsd.org:/usr/src/usr.sbin/bind/util Log Message: Directory /cvs/src/usr.sbin/bind/util added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/16 09:23:33 src/usr.sbin/bind/lib/irs Update of /cvs/src/usr.sbin/bind/lib/irs In directory cvs.openbsd.org:/usr/src/usr.sbin/bind/lib/irs Log Message: Directory /cvs/src/usr.sbin/bind/lib/irs added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/16 09:23:33 src/usr.sbin/bind/lib/samples Update of /cvs/src/usr.sbin/bind/lib/samples In directory cvs.openbsd.org:/usr/src/usr.sbin/bind/lib/samples Log Message: Directory /cvs/src/usr.sbin/bind/lib/samples added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/16 09:24:13 src/usr.sbin/bind/lib/isc/tests Update of /cvs/src/usr.sbin/bind/lib/isc/tests In directory cvs.openbsd.org:/usr/src/usr.sbin/bind/lib/isc/tests Log Message: Directory /cvs/src/usr.sbin/bind/lib/isc/tests added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/16 09:24:20 src/usr.sbin/bind/lib/lwres/tests Update of /cvs/src/usr.sbin/bind/lib/lwres/tests In directory cvs.openbsd.org:/usr/src/usr.sbin/bind/lib/lwres/tests Log Message: Directory /cvs/src/usr.sbin/bind/lib/lwres/tests added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/16 09:24:26 src/usr.sbin/bind/lib/lwres/tests/testdata Update of /cvs/src/usr.sbin/bind/lib/lwres/tests/testdata In directory cvs.openbsd.org:/usr/src/usr.sbin/bind/lib/lwres/tests/testdata Log Message: Directory /cvs/src/usr.sbin/bind/lib/lwres/tests/testdata added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/16 09:24:46 src/usr.sbin/bind/lib/bind9/win32 Update of /cvs/src/usr.sbin/bind/lib/bind9/win32 In directory cvs.openbsd.org:/usr/src/usr.sbin/bind/lib/bind9/win32 Log Message: Directory /cvs/src/usr.sbin/bind/lib/bind9/win32 added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/16 09:24:57 src/usr.sbin/bind/lib/dns/tests Update of /cvs/src/usr.sbin/bind/lib/dns/tests In directory cvs.openbsd.org:/usr/src/usr.sbin/bind/lib/dns/tests Log Message: Directory /cvs/src/usr.sbin/bind/lib/dns/tests added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/16 09:25:03 src/usr.sbin/bind/lib/dns/tests/testdata Update of /cvs/src/usr.sbin/bind/lib/dns/tests/testdata In directory cvs.openbsd.org:/usr/src/usr.sbin/bind/lib/dns/tests/testdata Log Message: Directory /cvs/src/usr.sbin/bind/lib/dns/tests/testdata added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/16 09:25:25 src/usr.sbin/bind/lib/dns/tests/testdata/dbiterator Update of /cvs/src/usr.sbin/bind/lib/dns/tests/testdata/dbiterator In directory cvs.openbsd.org:/usr/src/usr.sbin/bind/lib/dns/tests/testdata/dbiterator Log Message: Directory /cvs/src/usr.sbin/bind/lib/dns/tests/testdata/dbiterator added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/16 09:25:25 src/usr.sbin/bind/lib/dns/tests/testdata/diff Update of /cvs/src/usr.sbin/bind/lib/dns/tests/testdata/diff In directory cvs.openbsd.org:/usr/src/usr.sbin/bind/lib/dns/tests/testdata/diff Log Message: Directory /cvs/src/usr.sbin/bind/lib/dns/tests/testdata/diff added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/16 09:25:25 src/usr.sbin/bind/lib/dns/tests/testdata/master Update of /cvs/src/usr.sbin/bind/lib/dns/tests/testdata/master In directory cvs.openbsd.org:/usr/src/usr.sbin/bind/lib/dns/tests/testdata/master Log Message: Directory /cvs/src/usr.sbin/bind/lib/dns/tests/testdata/master added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/16 09:25:25 src/usr.sbin/bind/lib/dns/tests/testdata/nsec3 Update of /cvs/src/usr.sbin/bind/lib/dns/tests/testdata/nsec3 In directory cvs.openbsd.org:/usr/src/usr.sbin/bind/lib/dns/tests/testdata/nsec3 Log Message: Directory /cvs/src/usr.sbin/bind/lib/dns/tests/testdata/nsec3 added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/16 09:25:25 src/usr.sbin/bind/lib/dns/tests/testdata/zt Update of /cvs/src/usr.sbin/bind/lib/dns/tests/testdata/zt In directory cvs.openbsd.org:/usr/src/usr.sbin/bind/lib/dns/tests/testdata/zt Log Message: Directory /cvs/src/usr.sbin/bind/lib/dns/tests/testdata/zt added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/16 09:26:45 src/usr.sbin/bind/lib/irs/include Update of /cvs/src/usr.sbin/bind/lib/irs/include In directory cvs.openbsd.org:/usr/src/usr.sbin/bind/lib/irs/include Log Message: Directory /cvs/src/usr.sbin/bind/lib/irs/include added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/16 09:26:45 src/usr.sbin/bind/lib/irs/tests Update of /cvs/src/usr.sbin/bind/lib/irs/tests In directory cvs.openbsd.org:/usr/src/usr.sbin/bind/lib/irs/tests Log Message: Directory /cvs/src/usr.sbin/bind/lib/irs/tests added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/16 09:26:45 src/usr.sbin/bind/lib/irs/win32 Update of /cvs/src/usr.sbin/bind/lib/irs/win32 In directory cvs.openbsd.org:/usr/src/usr.sbin/bind/lib/irs/win32 Log Message: Directory /cvs/src/usr.sbin/bind/lib/irs/win32 added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/16 09:26:48 src/usr.sbin/bind/lib/irs/include/irs Update of /cvs/src/usr.sbin/bind/lib/irs/include/irs In directory cvs.openbsd.org:/usr/src/usr.sbin/bind/lib/irs/include/irs Log Message: Directory /cvs/src/usr.sbin/bind/lib/irs/include/irs added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/16 09:27:01 src/usr.sbin/bind/lib/irs/tests/testdata Update of /cvs/src/usr.sbin/bind/lib/irs/tests/testdata In directory cvs.openbsd.org:/usr/src/usr.sbin/bind/lib/irs/tests/testdata Log Message: Directory /cvs/src/usr.sbin/bind/lib/irs/tests/testdata added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/16 09:27:24 src/usr.sbin/bind/lib/irs/win32/include Update of /cvs/src/usr.sbin/bind/lib/irs/win32/include In directory cvs.openbsd.org:/usr/src/usr.sbin/bind/lib/irs/win32/include Log Message: Directory /cvs/src/usr.sbin/bind/lib/irs/win32/include added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/16 09:27:40 src/usr.sbin/bind/lib/isc/include/pk11 Update of /cvs/src/usr.sbin/bind/lib/isc/include/pk11 In directory cvs.openbsd.org:/usr/src/usr.sbin/bind/lib/isc/include/pk11 Log Message: Directory /cvs/src/usr.sbin/bind/lib/isc/include/pk11 added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/16 09:27:40 src/usr.sbin/bind/lib/isc/include/pkcs11 Update of /cvs/src/usr.sbin/bind/lib/isc/include/pkcs11 In directory cvs.openbsd.org:/usr/src/usr.sbin/bind/lib/isc/include/pkcs11 Log Message: Directory /cvs/src/usr.sbin/bind/lib/isc/include/pkcs11 added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/16 09:28:10 src/usr.sbin/bind/lib/isc/unix/include/pkcs11 Update of /cvs/src/usr.sbin/bind/lib/isc/unix/include/pkcs11 In directory cvs.openbsd.org:/usr/src/usr.sbin/bind/lib/isc/unix/include/pkcs11 Log Message: Directory /cvs/src/usr.sbin/bind/lib/isc/unix/include/pkcs11 added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/16 09:29:06 src/usr.sbin/bind/lib/irs/win32/include/irs Update of /cvs/src/usr.sbin/bind/lib/irs/win32/include/irs In directory cvs.openbsd.org:/usr/src/usr.sbin/bind/lib/irs/win32/include/irs Log Message: Directory /cvs/src/usr.sbin/bind/lib/irs/win32/include/irs added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/16 09:30:04 src/usr.sbin/bind/lib/samples/win32 Update of /cvs/src/usr.sbin/bind/lib/samples/win32 In directory cvs.openbsd.org:/usr/src/usr.sbin/bind/lib/samples/win32 Log Message: Directory /cvs/src/usr.sbin/bind/lib/samples/win32 added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/16 09:30:16 src/usr.sbin/bind/lib/tests/win32 Update of /cvs/src/usr.sbin/bind/lib/tests/win32 In directory cvs.openbsd.org:/usr/src/usr.sbin/bind/lib/tests/win32 Log Message: Directory /cvs/src/usr.sbin/bind/lib/tests/win32 added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/16 09:31:37 Added files: usr.sbin/bind : CHANGES COPYRIGHT FAQ FAQ.xml HISTORY README bind.keys bind.keys.h config.h.win32 isc-config.sh.1 isc-config.sh.docbook isc-config.sh.html libtool.m4.file usr.sbin/bind/lib/bind9/win32: DLLMain.c libbind9.def libbind9.dsp.in libbind9.dsw libbind9.mak.in libbind9.vcxproj.filters.in libbind9.vcxproj.in libbind9.vcxproj.user version.c usr.sbin/bind/lib/dns: Atffile client.c clientinfo.c dns64.c dst_gost.h dst_pkcs11.h ecdb.c gen-win32.h geoip.c iptable.c keydata.c mapapi nsec3.c opensslecdsa_link.c opensslgost_link.c pkcs11.c pkcs11dh_link.c pkcs11dsa_link.c pkcs11ecdsa_link.c pkcs11gost_link.c pkcs11rsa_link.c private.c rpz.c rriterator.c rrl.c spnego.asn1 spnego.c spnego.h spnego_asn1.c spnego_asn1.pl ssu_external.c tsec.c update.c usr.sbin/bind/lib/dns/include/dns: client.h clientinfo.h dlz_dlopen.h dns64.h dsdigest.h ecdb.h geoip.h iptable.h keydata.h nsec3.h private.h rpz.h rriterator.h rrl.h tsec.h update.h usr.sbin/bind/lib/dns/rdata/generic: avc_258.c avc_258.h caa_257.c caa_257.h cdnskey_60.c cdnskey_60.h cds_59.c cds_59.h csync_62.c csync_62.h eui48_108.c eui48_108.h eui64_109.c eui64_109.h hip_55.c hip_55.h keydata_65533.c keydata_65533.h l32_105.c l32_105.h l64_106.c l64_106.h lp_107.c lp_107.h naptr_35.c naptr_35.h nid_104.c nid_104.h ninfo_56.c ninfo_56.h openpgpkey_61.c openpgpkey_61.h rkey_57.c rkey_57.h sink_40.c sink_40.h smimea_53.c smimea_53.h ta_32768.c ta_32768.h talink_58.c talink_58.h uri_256.c uri_256.h usr.sbin/bind/lib/dns/rdata/in_1: dhcid_49.c dhcid_49.h usr.sbin/bind/lib/dns/tests: Atffile Kdh.+002+18602.key Krsa.+005+29235.key Makefile.in acl_test.c db_test.c dbdiff_test.c dbiterator_test.c dbversion_test.c dh_test.c dispatch_test.c dnstest.c dnstest.h geoip_test.c gost_test.c master_test.c mkraw.pl name_test.c nsec3_test.c peer_test.c private_test.c rbt_serialize_test.c rbt_test.c rdata_test.c rdataset_test.c rdatasetstats_test.c rsa_test.c time_test.c tsig_test.c update_test.c zonemgr_test.c zt_test.c usr.sbin/bind/lib/dns/tests/testdata/dbiterator: zone1.data zone2.data usr.sbin/bind/lib/dns/tests/testdata/diff: zone1.data zone2.data zone3.data usr.sbin/bind/lib/dns/tests/testdata/master: master1.data master10.data master11.data master12.data.in master13.data.in master14.data.in master15.data master16.data master17.data master2.data master3.data master4.data master5.data master6.data master7.data master8.data master9.data usr.sbin/bind/lib/dns/tests/testdata/nsec3: 1024.db 2048.db 4096.db min-1024.db min-2048.db usr.sbin/bind/lib/dns/tests/testdata/zt: zone1.db usr.sbin/bind/lib/dns/win32: DLLMain.c gen.dsp.in gen.dsw gen.mak.in gen.vcxproj.filters.in gen.vcxproj.in gen.vcxproj.user libdns.def.in libdns.dsp.in libdns.dsw libdns.mak.in libdns.vcxproj.filters.in libdns.vcxproj.in libdns.vcxproj.user version.c usr.sbin/bind/lib/irs: Atffile Makefile.in api context.c dnsconf.c gai_strerror.c getaddrinfo.c getnameinfo.c resconf.c version.c usr.sbin/bind/lib/irs/include: Makefile.in usr.sbin/bind/lib/irs/include/irs: Makefile.in context.h dnsconf.h netdb.h.in platform.h.in resconf.h types.h version.h usr.sbin/bind/lib/irs/tests: Atffile Makefile.in resconf_test.c usr.sbin/bind/lib/irs/tests/testdata: domain.conf nameserver-v4.conf nameserver-v6.conf options-debug.conf options-ndots.conf options-timeout.conf options-unknown.conf options.conf port.conf resolv.conf search.conf sortlist-v4.conf timeout.conf unknown.conf usr.sbin/bind/lib/irs/win32: DLLMain.c Makefile.in libirs.def libirs.dsp.in libirs.dsw libirs.mak.in libirs.vcxproj.filters.in libirs.vcxproj.in libirs.vcxproj.user version.c usr.sbin/bind/lib/irs/win32/include: Makefile.in usr.sbin/bind/lib/irs/win32/include/irs: Makefile.in netdb.h platform.h usr.sbin/bind/lib/isc: Atffile aes.c app_api.c backtrace-emptytbl.c backtrace.c bind9.c counter.c crc64.c httpd.c iterated_hash.c pk11.c pk11_result.c pool.c portset.c radix.c regex.c safe.c socket_api.c stats.c tm.c usr.sbin/bind/lib/isc/include/isc: aes.h backtrace.h bind9.h counter.h crc64.h errno.h httpd.h json.h pool.h portset.h queue.h radix.h regex.h safe.h stats.h tm.h xml.h usr.sbin/bind/lib/isc/include/pk11: Makefile.in README.site constants.h internal.h pk11.h result.h site.h usr.sbin/bind/lib/isc/include/pkcs11: Makefile.in pkcs11.h pkcs11f.h pkcs11t.h usr.sbin/bind/lib/isc/tests: Atffile Makefile.in aes_test.c counter_test.c errno_test.c hash_test.c isctest.c isctest.h lex_test.c mem_test.c netaddr_test.c parse_test.c pool_test.c print_test.c queue_test.c radix_test.c regex_test.c safe_test.c sockaddr_test.c socket_test.c symtab_test.c task_test.c taskpool_test.c time_test.c usr.sbin/bind/lib/isc/unix: errno.c pk11_api.c usr.sbin/bind/lib/isc/unix/include/pkcs11: Makefile.in cryptoki.h usr.sbin/bind/lib/isccc/win32: DLLMain.c libisccc.def libisccc.dsp.in libisccc.dsw libisccc.mak.in libisccc.vcxproj.filters.in libisccc.vcxproj.in libisccc.vcxproj.user version.c usr.sbin/bind/lib/isccfg: dnsconf.c usr.sbin/bind/lib/isccfg/include/isccfg: dnsconf.h usr.sbin/bind/lib/isccfg/win32: DLLMain.c libisccfg.def libisccfg.dsp.in libisccfg.dsw libisccfg.mak.in libisccfg.vcxproj.filters.in libisccfg.vcxproj.in libisccfg.vcxproj.user version.c usr.sbin/bind/lib/lwres: Atffile compat.c usr.sbin/bind/lib/lwres/include/lwres: string.h usr.sbin/bind/lib/lwres/tests: Atffile Makefile.in config_test.c usr.sbin/bind/lib/lwres/tests/testdata: link-local.conf usr.sbin/bind/lib/lwres/win32: DLLMain.c Makefile.in liblwres.def liblwres.dsp.in liblwres.dsw liblwres.mak.in liblwres.vcxproj.filters.in liblwres.vcxproj.in liblwres.vcxproj.user lwconfig.c socket.c version.c usr.sbin/bind/lib/lwres/win32/include: Makefile.in usr.sbin/bind/lib/lwres/win32/include/lwres: Makefile.in int.h net.h netdb.h platform.h usr.sbin/bind/lib/samples: Makefile-postinstall.in Makefile.in nsprobe.c resolve.c rootkey.sh sample-async.c sample-gai.c sample-request.c sample-update.c usr.sbin/bind/lib/samples/win32: async.dsp.in async.dsw async.mak.in async.vcxproj.filters.in async.vcxproj.in async.vcxproj.user gai.dsp.in gai.dsw gai.mak.in gai.vcxproj.filters.in gai.vcxproj.in gai.vcxproj.user nsprobe.dsp.in nsprobe.dsw nsprobe.mak.in nsprobe.vcxproj.filters.in nsprobe.vcxproj.in nsprobe.vcxproj.user request.dsp.in request.dsw request.mak.in request.vcxproj.filters.in request.vcxproj.in request.vcxproj.user resolve.dsp.in resolve.dsw resolve.mak.in resolve.vcxproj.filters.in resolve.vcxproj.in resolve.vcxproj.user update.dsp.in update.dsw update.mak.in update.vcxproj.filters.in update.vcxproj.in update.vcxproj.user usr.sbin/bind/lib/tests: Makefile.in T_testlist.imp t_api.c usr.sbin/bind/lib/tests/include: Makefile.in usr.sbin/bind/lib/tests/include/tests: Makefile.in t_api.h usr.sbin/bind/lib/tests/win32: DLLMain.c libtests.def libtests.dsp.in libtests.dsw libtests.mak.in libtests.vcxproj.filters.in libtests.vcxproj.in libtests.vcxproj.user usr.sbin/bind/lib/win32/bindevt: bindevt.c bindevt.dsp.in bindevt.dsw bindevt.mak.in bindevt.mc bindevt.vcxproj.filters.in bindevt.vcxproj.in bindevt.vcxproj.user usr.sbin/bind/libtool.m4.dir: libtool.m4 ltoptions.m4 ltsugar.m4 ltversion.m4 lt~obsolete.m4 usr.sbin/bind/util: bindkeys.pl mksymtbl.pl Log message: Update to bind-9.10.5-P3, which appears to have been the last ISC version. We only use this tree to build dig and nslookup. Our previous version predated edns0 support in those tools, and we want that. This is the worst code I've looked at in years, with layers and layers of spaghetti abstraction clearly unfit for reuse, but then reused anyways, and the old ones remain behind. So this is a 8MB diff. florian, sthen, and otto tried this merge before but failed. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/12/16 09:39:03 Modified files: usr.bin/tmux : file.c server-client.c tmux.h Log message: If /dev/fd/X is a symlink and realpath() expands symlinks, /dev/fd/X ends up pointing to the wrong place before it is passed to the client. The path is only used internally so there is no real need for realpath(), remove it and move the get_path function to file.c where all the callers are. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2019/12/16 10:12:23 Modified files: devel/protobuf : Makefile distinfo Log message: update to protobuf 3.11.2. ok sthen CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2019/12/16 10:15:49 Modified files: security/wycheproof-testvectors: Makefile distinfo security/wycheproof-testvectors/pkg: PLIST Log message: Update wycheproof-testvectors to HEAD as of Dec 14. No change to existing test vectors. This adds HMAC(3) that will be picked up by wycheproof.go. All these tests currently pass. ok sthen CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2019/12/16 10:16:12 Modified files: usr.sbin/bind : Makefile.bsd-wrapper Log message: don't pick up libjson, it also adds /usr/local/include to header search path CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/12/16 10:23:58 Modified files: multimedia/handbrake: Makefile distinfo multimedia/handbrake/patches: patch-gtk_configure_ac patch-gtk_src_callbacks_c patch-libhb_decsrtsub_c patch-libhb_fifo_c patch-make_configure_py patch-make_include_gcc_defs patch-make_include_main_defs multimedia/handbrake/pkg: PLIST Log message: Update to handbrake-1.3.0 Changelog: https://github.com/HandBrake/HandBrake/releases/tag/1.3.0 ok aja@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/16 10:32:39 Modified files: usr.sbin/bind/bin/dig: dig.c Log message: pledge +inet until the try_proto() garbage is neutered CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/16 10:33:13 Modified files: usr.sbin/bind/lib/isc/unix: net.c Log message: disable IP_RECVTOS below try_proto() also CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/16 10:35:38 Modified files: usr.sbin/bind/lib/isc/unix: net.c Log message: knock out some unused variable warnings CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/12/16 11:35:10 Modified files: sysutils/upt/upt: Makefile sysutils/upt/upt-cpan: Makefile sysutils/upt/upt-pypi: Makefile sysutils/upt/upt-rubygems: Makefile Log message: Move all of the upt modules (except upt-openbsd for now) to running tests via MODPY_PYTEST CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2019/12/16 12:14:10 Modified files: databases/postgresql: postgresql.port.mk Log message: Create postgres (super)user by default after creating test DB cluster. This was in my tree for ages, triggered again by thread on ports@. Since this port module is used only for tests, bulk builds won't be affected. @afresh1 agress this is a nice thing to have by default. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/12/16 12:17:04 Modified files: sys/dev/i2c : i2c_scan.c Log message: Extend the expected SPD types to include DDR4 and low-power DDR3 & 4. OK deraadt@ kettenis@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/12/16 12:21:17 Modified files: bin/ps : ps.c usr.bin/pkill : pkill.c usr.bin/top : machine.c Log message: Delete tests for P_THREAD that predate the existence of KERN_PROC_SHOW_THREADS and have been rendered superfluous by it. Similarly, some P_SYSTEM tests can be deleted or pushed to the kernel by using KERN_PROC_ALL instead of KERN_PROC_KTHREAD. ok visa@ mpi@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/16 12:46:53 Modified files: databases/evolution-data-server: Makefile Log message: Respect CFLAGS so DEBUG_PACKAGES are useful. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/16 12:50:06 Modified files: mail/cyrus-imapd: Makefile distinfo mail/cyrus-imapd/patches: patch-configure mail/cyrus-imapd/pkg: PLIST Log message: SECURITY update to cyrus-imapd-3.0.13. CVE-2019-19783, a privilege escalation vulnerability that permits creation of arbitrary mailboxes using the 'fileinto' directive in user sieve scripts. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/16 13:21:04 Modified files: mail/cyrus-imapd: Tag: OPENBSD_6_6 Makefile distinfo mail/cyrus-imapd/patches: Tag: OPENBSD_6_6 patch-configure patch-imap_conversations_c patch-imap_mailbox_c patch-imap_mbexamine_c patch-man_imapd_conf_5 mail/cyrus-imapd/pkg: Tag: OPENBSD_6_6 PLIST Added files: mail/cyrus-imapd/patches: Tag: OPENBSD_6_6 patch-imap_tls_c patch-imtest_imtest_c Removed 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: SECURITY update to cyrus-imapd-3.0.13. CVE-2019-19783, a privilege escalation vulnerability that permits creation of arbitrary mailboxes using the 'fileinto' directive in user sieve scripts. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/16 13:42:57 Modified files: textproc/libical: Makefile distinfo textproc/libical/patches: patch-src_libicalss_icalbdbsetimpl_h patch-src_test_regression-storage_c textproc/libical/pkg: PLIST-glib PLIST-main Log message: Update to libical-3.0.7. CVSROOT: /cvs Module name: ports Changes by: jung@cvs.openbsd.org 2019/12/16 14:32:02 Modified files: mail/opensmtpd-filters/spamassassin: Makefile distinfo Log message: update to 0.6 to cope with filter protocol changes ok giovanni CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/12/16 14:39:40 Modified files: sys/dev/pci : piixpm.c piixreg.h Log message: Update piixpm(4) to support newer AMD chips like some Hudson-2 and especially KERNCZ (AMD FCH SMBus). Additionally this also implements multi-bus support for SB800, Hudson-2 and KERNCZ. Tested by many. Input & OK kettenis@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/12/16 14:46:44 Modified files: share/man/man4 : piixpm.4 Log message: Add AMD FCH (KERNCZ) to the list of supported devices. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/16 15:03:26 Log message: import ports/mail/gmail-oauth2, ok kmos@ oauth2.py is a script that can be used as a standalone utility for generating and authorizing OAuth tokens, and for generating OAuth2 authentication strings from OAuth tokens. This can be used with mutt to allow oauth2 logins to Gmail. Status: Vendor Tag: sthen Release Tags: sthen_20191216 N ports/mail/gmail-oauth2/Makefile N ports/mail/gmail-oauth2/distinfo N ports/mail/gmail-oauth2/pkg/DESCR N ports/mail/gmail-oauth2/pkg/PLIST N ports/mail/gmail-oauth2/pkg/README No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/16 15:03:50 Modified files: mail : Makefile Log message: +gmail-oauth2 CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2019/12/16 16:56:37 Modified files: usr.sbin/bind : aclocal.m4 configure configure.in Removed files: usr.sbin/bind : libtool.m4 libtool.m4.file usr.sbin/bind/lib/bind9/win32: DLLMain.c libbind9.def libbind9.dsp.in libbind9.dsw libbind9.mak.in libbind9.vcxproj.filters.in libbind9.vcxproj.in libbind9.vcxproj.user version.c usr.sbin/bind/lib/dns/tests: Atffile Kdh.+002+18602.key Krsa.+005+29235.key Makefile.in acl_test.c db_test.c dbdiff_test.c dbiterator_test.c dbversion_test.c dh_test.c dispatch_test.c dnstest.c dnstest.h geoip_test.c gost_test.c master_test.c mkraw.pl name_test.c nsec3_test.c peer_test.c private_test.c rbt_serialize_test.c rbt_test.c rdata_test.c rdataset_test.c rdatasetstats_test.c rsa_test.c time_test.c tsig_test.c update_test.c zonemgr_test.c zt_test.c usr.sbin/bind/lib/dns/tests/testdata/dbiterator: zone1.data zone2.data usr.sbin/bind/lib/dns/tests/testdata/diff: zone1.data zone2.data zone3.data usr.sbin/bind/lib/dns/tests/testdata/master: master1.data master10.data master11.data master12.data.in master13.data.in master14.data.in master15.data master16.data master17.data master2.data master3.data master4.data master5.data master6.data master7.data master8.data master9.data usr.sbin/bind/lib/dns/tests/testdata/nsec3: 1024.db 2048.db 4096.db min-1024.db min-2048.db usr.sbin/bind/lib/dns/tests/testdata/zt: zone1.db usr.sbin/bind/lib/irs/tests: Atffile Makefile.in resconf_test.c usr.sbin/bind/lib/irs/tests/testdata: domain.conf nameserver-v4.conf nameserver-v6.conf options-debug.conf options-ndots.conf options-timeout.conf options-unknown.conf options.conf port.conf resolv.conf search.conf sortlist-v4.conf timeout.conf unknown.conf usr.sbin/bind/lib/irs/win32: DLLMain.c Makefile.in libirs.def libirs.dsp.in libirs.dsw libirs.mak.in libirs.vcxproj.filters.in libirs.vcxproj.in libirs.vcxproj.user version.c usr.sbin/bind/lib/irs/win32/include: Makefile.in usr.sbin/bind/lib/irs/win32/include/irs: Makefile.in netdb.h platform.h usr.sbin/bind/lib/isc/tests: Atffile Makefile.in aes_test.c counter_test.c errno_test.c hash_test.c isctest.c isctest.h lex_test.c mem_test.c netaddr_test.c parse_test.c pool_test.c print_test.c queue_test.c radix_test.c regex_test.c safe_test.c sockaddr_test.c socket_test.c symtab_test.c task_test.c taskpool_test.c time_test.c usr.sbin/bind/lib/isccc/win32: DLLMain.c libisccc.def libisccc.dsp.in libisccc.dsw libisccc.mak.in libisccc.vcxproj.filters.in libisccc.vcxproj.in libisccc.vcxproj.user version.c usr.sbin/bind/lib/lwres/tests: Atffile Makefile.in config_test.c usr.sbin/bind/lib/lwres/tests/testdata: link-local.conf usr.sbin/bind/lib/samples/win32: async.dsp.in async.dsw async.mak.in async.vcxproj.filters.in async.vcxproj.in async.vcxproj.user gai.dsp.in gai.dsw gai.mak.in gai.vcxproj.filters.in gai.vcxproj.in gai.vcxproj.user nsprobe.dsp.in nsprobe.dsw nsprobe.mak.in nsprobe.vcxproj.filters.in nsprobe.vcxproj.in nsprobe.vcxproj.user request.dsp.in request.dsw request.mak.in request.vcxproj.filters.in request.vcxproj.in request.vcxproj.user resolve.dsp.in resolve.dsw resolve.mak.in resolve.vcxproj.filters.in resolve.vcxproj.in resolve.vcxproj.user update.dsp.in update.dsw update.mak.in update.vcxproj.filters.in update.vcxproj.in update.vcxproj.user usr.sbin/bind/lib/tests: Makefile.in T_testlist.imp t_api.c usr.sbin/bind/lib/tests/include: Makefile.in usr.sbin/bind/lib/tests/include/tests: Makefile.in t_api.h usr.sbin/bind/lib/tests/win32: DLLMain.c libtests.def libtests.dsp.in libtests.dsw libtests.mak.in libtests.vcxproj.filters.in libtests.vcxproj.in libtests.vcxproj.user usr.sbin/bind/lib/win32/bindevt: bindevt.c bindevt.dsp.in bindevt.dsw bindevt.mak.in bindevt.mc bindevt.vcxproj.filters.in bindevt.vcxproj.in bindevt.vcxproj.user Log message: scrap some unused files, part of a bigger diff to update to 9.10.8-P1 (last ISC licensed release) but that has an issue with dig -6 so I'm breaking it out for now CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2019/12/16 17:00:39 Removed files: usr.sbin/bind/lib/dns/win32: DLLMain.c gen.dsp.in gen.dsw gen.mak.in gen.vcxproj.filters.in gen.vcxproj.in gen.vcxproj.user libdns.def.in libdns.dsp.in libdns.dsw libdns.mak.in libdns.vcxproj.filters.in libdns.vcxproj.in libdns.vcxproj.user version.c usr.sbin/bind/lib/isccfg/win32: DLLMain.c libisccfg.def libisccfg.dsp.in libisccfg.dsw libisccfg.mak.in libisccfg.vcxproj.filters.in libisccfg.vcxproj.in libisccfg.vcxproj.user version.c usr.sbin/bind/lib/lwres/win32: DLLMain.c Makefile.in liblwres.def liblwres.dsp.in liblwres.dsw liblwres.mak.in liblwres.vcxproj.filters.in liblwres.vcxproj.in liblwres.vcxproj.user lwconfig.c socket.c version.c usr.sbin/bind/lib/lwres/win32/include: Makefile.in usr.sbin/bind/lib/lwres/win32/include/lwres: Makefile.in int.h net.h netdb.h platform.h Log message: rm more unuseful files CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/16 17:46:15 Modified files: net/isc-bind : Makefile net/isc-bind/patches: patch-bin_dig_dig_c Log message: move down the second ratchetted pledge in the ports-BIND version of dig, it should have been done after loading a tsig keyfile. drop rpath from that pledge, it used to be needed for charset conversion with idn names, but this just prints "Cannot represent '%s' in the current locale" now for !utf8 locales (maybe as a result of dropping the !utf8 ctype files?) CVSROOT: /cvs Module name: src Changes by: mortimer@cvs.openbsd.org 2019/12/16 18:34:59 Modified files: share/man/man4 : lm.4 sys/dev/ic : lm78.c lm78var.h sys/dev/isa : wbsio.c wbsioreg.h Log message: Add support for NCT6775F, NCT5104D, NCT6779D, NCT679[1235]D sensors. From Joe Gidi. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2019/12/16 18:46:39 Modified files: usr.sbin/bind : CHANGES COPYRIGHT FAQ.xml HISTORY README acconfig.h bind.keys bind.keys.h config.h.in config.h.win32 configure configure.in isc-config.sh.1 isc-config.sh.docbook isc-config.sh.html isc-config.sh.in ltmain.sh version usr.sbin/bind/bin: Makefile.in usr.sbin/bind/bin/dig: Makefile.in dig.1 dig.c dig.docbook dig.html dighost.c host.1 host.c host.docbook host.html nslookup.1 nslookup.c nslookup.docbook nslookup.html usr.sbin/bind/bin/dig/include/dig: dig.h usr.sbin/bind/lib: Makefile.in usr.sbin/bind/lib/bind9: Makefile.in api check.c getaddresses.c version.c usr.sbin/bind/lib/bind9/include: Makefile.in usr.sbin/bind/lib/bind9/include/bind9: Makefile.in check.h getaddresses.h version.h usr.sbin/bind/lib/dns: Makefile.in acache.c acl.c adb.c api byaddr.c cache.c callbacks.c client.c clientinfo.c compress.c db.c dbiterator.c dbtable.c diff.c dispatch.c dlz.c dns64.c dnssec.c ds.c dst_api.c dst_gost.h dst_internal.h dst_lib.c dst_openssl.h dst_parse.c dst_parse.h dst_pkcs11.h dst_result.c ecdb.c forward.c gen-unix.h gen-win32.h gen.c geoip.c gssapi_link.c gssapictx.c hmac_link.c iptable.c journal.c key.c keydata.c keytable.c lib.c log.c lookup.c master.c masterdump.c message.c name.c ncache.c nsec.c nsec3.c openssl_link.c openssldh_link.c openssldsa_link.c opensslecdsa_link.c opensslgost_link.c opensslrsa_link.c order.c peer.c pkcs11.c pkcs11dh_link.c pkcs11dsa_link.c pkcs11ecdsa_link.c pkcs11gost_link.c pkcs11rsa_link.c portlist.c private.c rbt.c rbtdb.c rbtdb.h rbtdb64.c rbtdb64.h rcode.c rdata.c rdatalist.c rdatalist_p.h rdataset.c rdatasetiter.c rdataslab.c request.c resolver.c result.c rootns.c rpz.c rriterator.c rrl.c sdb.c sdlz.c soa.c spnego.c spnego.h spnego_asn1.c spnego_asn1.pl ssu.c ssu_external.c stats.c tcpmsg.c time.c timer.c tkey.c tsec.c tsig.c ttl.c update.c validator.c version.c view.c xfrin.c zone.c zonekey.c zt.c usr.sbin/bind/lib/dns/include: Makefile.in usr.sbin/bind/lib/dns/include/dns: Makefile.in acache.h acl.h adb.h bit.h byaddr.h cache.h callbacks.h cert.h client.h clientinfo.h compress.h db.h dbiterator.h dbtable.h diff.h dispatch.h dlz.h dlz_dlopen.h dns64.h dnssec.h ds.h dsdigest.h ecdb.h events.h fixedname.h forward.h geoip.h iptable.h journal.h keydata.h keyflags.h keytable.h keyvalues.h lib.h log.h lookup.h master.h masterdump.h message.h name.h ncache.h nsec.h nsec3.h opcode.h order.h peer.h portlist.h private.h rbt.h rcode.h rdata.h rdataclass.h rdatalist.h rdataset.h rdatasetiter.h rdataslab.h rdatatype.h request.h resolver.h result.h rootns.h rpz.h rriterator.h rrl.h sdb.h sdlz.h secalg.h secproto.h soa.h ssu.h stats.h tcpmsg.h time.h timer.h tkey.h tsec.h tsig.h ttl.h types.h update.h validator.h version.h view.h xfrin.h zone.h zonekey.h zt.h usr.sbin/bind/lib/dns/include/dst: Makefile.in dst.h gssapi.h lib.h result.h usr.sbin/bind/lib/dns/rdata: rdatastructpre.h rdatastructsuf.h usr.sbin/bind/lib/dns/rdata/any_255: tsig_250.c tsig_250.h usr.sbin/bind/lib/dns/rdata/ch_3: a_1.c a_1.h usr.sbin/bind/lib/dns/rdata/generic: afsdb_18.c afsdb_18.h avc_258.c avc_258.h caa_257.c caa_257.h cdnskey_60.c cdnskey_60.h cds_59.c cds_59.h cert_37.c cert_37.h cname_5.c cname_5.h csync_62.c csync_62.h dlv_32769.c dlv_32769.h dname_39.c dname_39.h dnskey_48.c dnskey_48.h ds_43.c ds_43.h eui48_108.c eui48_108.h eui64_109.c eui64_109.h gpos_27.c gpos_27.h hinfo_13.c hinfo_13.h hip_55.c hip_55.h ipseckey_45.c ipseckey_45.h isdn_20.c isdn_20.h key_25.c key_25.h keydata_65533.c keydata_65533.h l32_105.c l32_105.h l64_106.c l64_106.h loc_29.c loc_29.h lp_107.c lp_107.h mb_7.c mb_7.h md_3.c md_3.h mf_4.c mf_4.h mg_8.c mg_8.h minfo_14.c minfo_14.h mr_9.c mr_9.h mx_15.c mx_15.h naptr_35.c naptr_35.h nid_104.c nid_104.h ninfo_56.c ninfo_56.h ns_2.c ns_2.h nsec3_50.c nsec3_50.h nsec3param_51.c nsec3param_51.h nsec_47.c nsec_47.h null_10.c null_10.h nxt_30.c nxt_30.h openpgpkey_61.c openpgpkey_61.h opt_41.c opt_41.h proforma.c proforma.h ptr_12.c ptr_12.h rkey_57.c rkey_57.h rp_17.c rp_17.h rrsig_46.c rrsig_46.h rt_21.c rt_21.h sig_24.c sig_24.h sink_40.c sink_40.h smimea_53.c smimea_53.h soa_6.c soa_6.h spf_99.c spf_99.h sshfp_44.c sshfp_44.h ta_32768.c ta_32768.h talink_58.c talink_58.h tkey_249.c tkey_249.h tlsa_52.c tlsa_52.h txt_16.c txt_16.h unspec_103.c unspec_103.h uri_256.c uri_256.h x25_19.c x25_19.h usr.sbin/bind/lib/dns/rdata/hs_4: a_1.c a_1.h usr.sbin/bind/lib/dns/rdata/in_1: a6_38.c a6_38.h a_1.c a_1.h aaaa_28.c aaaa_28.h apl_42.c apl_42.h dhcid_49.c dhcid_49.h kx_36.c kx_36.h nsap-ptr_23.c nsap-ptr_23.h nsap_22.c nsap_22.h px_26.c px_26.h srv_33.c srv_33.h wks_11.c wks_11.h usr.sbin/bind/lib/irs: Makefile.in api context.c dnsconf.c gai_strerror.c getaddrinfo.c getnameinfo.c resconf.c version.c usr.sbin/bind/lib/irs/include: Makefile.in usr.sbin/bind/lib/irs/include/irs: Makefile.in context.h dnsconf.h netdb.h.in platform.h.in resconf.h types.h version.h usr.sbin/bind/lib/isc: Makefile.in aes.c api app_api.c assertions.c backtrace-emptytbl.c backtrace.c base32.c base64.c bind9.c buffer.c bufferlist.c commandline.c counter.c crc64.c entropy.c error.c event.c fsaccess.c hash.c heap.c hex.c hmacmd5.c hmacsha.c httpd.c inet_aton.c inet_ntop.c inet_pton.c iterated_hash.c lex.c lfsr.c lib.c log.c md5.c mem.c mutexblock.c netaddr.c netscope.c ondestroy.c parseint.c pk11.c pk11_result.c pool.c portset.c print.c quota.c radix.c random.c ratelimiter.c refcount.c regex.c region.c result.c rwlock.c safe.c serial.c sha1.c sha2.c sockaddr.c socket_api.c stats.c string.c strtoul.c symtab.c task.c task_p.h taskpool.c timer.c timer_p.h tm.c version.c usr.sbin/bind/lib/isc/alpha: Makefile.in usr.sbin/bind/lib/isc/alpha/include: Makefile.in usr.sbin/bind/lib/isc/alpha/include/isc: Makefile.in atomic.h usr.sbin/bind/lib/isc/ia64: Makefile.in usr.sbin/bind/lib/isc/ia64/include: Makefile.in usr.sbin/bind/lib/isc/ia64/include/isc: Makefile.in atomic.h usr.sbin/bind/lib/isc/include: Makefile.in usr.sbin/bind/lib/isc/include/isc: Makefile.in aes.h app.h assertions.h backtrace.h base32.h base64.h bind9.h boolean.h buffer.h bufferlist.h commandline.h counter.h crc64.h entropy.h errno.h error.h event.h eventclass.h file.h formatcheck.h fsaccess.h hash.h heap.h hex.h hmacmd5.h hmacsha.h httpd.h interfaceiter.h ipv6.h iterated_hash.h json.h lang.h lex.h lfsr.h lib.h list.h log.h magic.h md5.h mem.h msgcat.h msgs.h mutexblock.h netaddr.h netscope.h ondestroy.h os.h parseint.h platform.h.in pool.h portset.h print.h queue.h quota.h radix.h random.h ratelimiter.h refcount.h regex.h region.h resource.h result.h resultclass.h rwlock.h safe.h serial.h sha1.h sha2.h sockaddr.h socket.h stats.h stdio.h stdlib.h string.h symtab.h task.h taskpool.h timer.h tm.h types.h util.h version.h xml.h usr.sbin/bind/lib/isc/include/pk11: Makefile.in README.site constants.h internal.h pk11.h result.h site.h usr.sbin/bind/lib/isc/include/pkcs11: Makefile.in usr.sbin/bind/lib/isc/mips: Makefile.in usr.sbin/bind/lib/isc/mips/include: Makefile.in usr.sbin/bind/lib/isc/mips/include/isc: Makefile.in atomic.h usr.sbin/bind/lib/isc/nls: Makefile.in msgcat.c usr.sbin/bind/lib/isc/noatomic: Makefile.in usr.sbin/bind/lib/isc/noatomic/include: Makefile.in usr.sbin/bind/lib/isc/noatomic/include/isc: Makefile.in atomic.h usr.sbin/bind/lib/isc/nothreads: Makefile.in condition.c mutex.c thread.c usr.sbin/bind/lib/isc/nothreads/include: Makefile.in usr.sbin/bind/lib/isc/nothreads/include/isc: Makefile.in condition.h mutex.h once.h thread.h usr.sbin/bind/lib/isc/powerpc: Makefile.in usr.sbin/bind/lib/isc/powerpc/include: Makefile.in usr.sbin/bind/lib/isc/powerpc/include/isc: Makefile.in atomic.h usr.sbin/bind/lib/isc/pthreads: Makefile.in condition.c mutex.c thread.c usr.sbin/bind/lib/isc/pthreads/include: Makefile.in usr.sbin/bind/lib/isc/pthreads/include/isc: Makefile.in condition.h mutex.h once.h thread.h usr.sbin/bind/lib/isc/sparc64: Makefile.in usr.sbin/bind/lib/isc/sparc64/include: Makefile.in usr.sbin/bind/lib/isc/sparc64/include/isc: Makefile.in atomic.h usr.sbin/bind/lib/isc/unix: Makefile.in app.c dir.c entropy.c errno.c errno2result.c errno2result.h file.c fsaccess.c ifiter_getifaddrs.c ifiter_ioctl.c ifiter_sysctl.c interfaceiter.c ipv6.c keyboard.c net.c os.c pk11_api.c resource.c socket.c socket_p.h stdio.c stdtime.c strerror.c syslog.c time.c usr.sbin/bind/lib/isc/unix/include: Makefile.in usr.sbin/bind/lib/isc/unix/include/isc: Makefile.in dir.h int.h keyboard.h net.h netdb.h offset.h stat.h stdtime.h strerror.h syslog.h time.h usr.sbin/bind/lib/isc/unix/include/pkcs11: Makefile.in usr.sbin/bind/lib/isc/x86_32: Makefile.in usr.sbin/bind/lib/isc/x86_32/include: Makefile.in usr.sbin/bind/lib/isc/x86_32/include/isc: Makefile.in atomic.h usr.sbin/bind/lib/isc/x86_64: Makefile.in usr.sbin/bind/lib/isc/x86_64/include: Makefile.in usr.sbin/bind/lib/isc/x86_64/include/isc: Makefile.in atomic.h usr.sbin/bind/lib/isccc: Makefile.in alist.c api base64.c cc.c ccmsg.c lib.c result.c sexpr.c symtab.c version.c usr.sbin/bind/lib/isccc/include: Makefile.in usr.sbin/bind/lib/isccc/include/isccc: Makefile.in alist.h base64.h cc.h ccmsg.h events.h lib.h result.h sexpr.h symtab.h symtype.h types.h util.h version.h usr.sbin/bind/lib/isccfg: Makefile.in aclconf.c api dnsconf.c log.c namedconf.c parser.c version.c usr.sbin/bind/lib/isccfg/include: Makefile.in usr.sbin/bind/lib/isccfg/include/isccfg: Makefile.in aclconf.h cfg.h dnsconf.h grammar.h log.h namedconf.h version.h usr.sbin/bind/lib/lwres: Makefile.in api assert_p.h compat.c context.c context_p.h gai_strerror.c getaddrinfo.c gethost.c getipnode.c getnameinfo.c getrrset.c herror.c lwbuffer.c lwconfig.c lwinetaton.c lwinetntop.c lwinetpton.c lwpacket.c lwres_gabn.c lwres_gnba.c lwres_grbn.c lwres_noop.c lwresutil.c print.c print_p.h version.c usr.sbin/bind/lib/lwres/include: Makefile.in usr.sbin/bind/lib/lwres/include/lwres: Makefile.in context.h int.h ipv6.h lang.h list.h lwbuffer.h lwpacket.h lwres.h netdb.h.in platform.h.in result.h stdlib.h string.h version.h usr.sbin/bind/lib/lwres/man: Makefile.in lwres.3 lwres.docbook lwres.html lwres_buffer.3 lwres_buffer.docbook lwres_buffer.html lwres_config.3 lwres_config.docbook lwres_config.html lwres_context.3 lwres_context.docbook lwres_context.html lwres_gabn.3 lwres_gabn.docbook lwres_gabn.html lwres_gai_strerror.3 lwres_gai_strerror.docbook lwres_gai_strerror.html lwres_getaddrinfo.3 lwres_getaddrinfo.docbook lwres_getaddrinfo.html lwres_gethostent.3 lwres_gethostent.docbook lwres_gethostent.html lwres_getipnode.3 lwres_getipnode.docbook lwres_getipnode.html lwres_getnameinfo.3 lwres_getnameinfo.docbook lwres_getnameinfo.html lwres_getrrsetbyname.3 lwres_getrrsetbyname.docbook lwres_getrrsetbyname.html lwres_gnba.3 lwres_gnba.docbook lwres_gnba.html lwres_hstrerror.3 lwres_hstrerror.docbook lwres_hstrerror.html lwres_inetntop.3 lwres_inetntop.docbook lwres_inetntop.html lwres_noop.3 lwres_noop.docbook lwres_noop.html lwres_packet.3 lwres_packet.docbook lwres_packet.html lwres_resutil.3 lwres_resutil.docbook lwres_resutil.html usr.sbin/bind/lib/lwres/unix: Makefile.in usr.sbin/bind/lib/lwres/unix/include: Makefile.in usr.sbin/bind/lib/lwres/unix/include/lwres: Makefile.in net.h usr.sbin/bind/lib/samples: Makefile-postinstall.in Makefile.in nsprobe.c resolve.c rootkey.sh sample-async.c sample-gai.c sample-request.c sample-update.c usr.sbin/bind/make: rules.in usr.sbin/bind/util: bindkeys.pl Added files: usr.sbin/bind/lib/dns: openssleddsa_link.c pkcs11eddsa_link.c zone_p.h usr.sbin/bind/lib/dns/rdata/generic: doa_259.c doa_259.h usr.sbin/bind/lib/isc/include/isc: likely.h usr.sbin/bind/lib/isc/include/pkcs11: eddsa.h Log message: update to 9.10.8-P1, last isc-licensed release CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2019/12/16 18:52:25 Modified files: usr.sbin/bind/bin/dig: dig.c dighost.c host.c nslookup.c usr.sbin/bind/bin/dig/include/dig: dig.h Log message: merge in https://github.com/isc-projects/bind9/commit/b8a04d50a361.patch (pre MPL), v4/v6-only wasn't working correctly (trying to use an v6-mapped v4 address when set for v6-only) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/16 19:05:31 Modified files: usr.sbin/bind/lib/isc/unix: net.c socket.c Log message: Add back some SOCK_DNS to socket() calls, and add a few more while here (since this codebase will only support dig & nslookup) CVSROOT: /cvs Module name: ports Changes by: jcs@cvs.openbsd.org 2019/12/16 19:21:53 Modified files: devel/arduino : Makefile distinfo devel/arduino/pkg: PLIST Log message: update Arduino to 1.8.10, ArduinoCore-avr to 1.8.2, and add in Adafruit's latest boards.txt to help arduino-makefile help from sthen and jca CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/12/16 20:16:07 Modified files: libexec/ld.so : loader.c Log message: Don't look up env variables until we know we'll trust them. Otherwise, just delete them without looking. ok millert@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/12/16 20:36:07 Log message: Import sysutils/cmb, a combinatorics library/utility from FreeBSD. ok kn@ cmb is a combinatorics library/utility. It is both a novel algorithm and the fastest implementation we have for complex combinatorics. It is faster than python's itertools, faster than numpy, faster than Perl, faster than Perl XS, faster than comb in R. It is a port of cmb(1)/cmb(3) from FreeBSD. Status: Vendor Tag: bcallah Release Tags: bcallah_20191216 N ports/sysutils/cmb/Makefile N ports/sysutils/cmb/distinfo N ports/sysutils/cmb/pkg/PLIST N ports/sysutils/cmb/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/12/16 20:36:25 Modified files: sysutils : Makefile Log message: +cmb CVSROOT: /cvs Module name: www Changes by: dtucker@cvs.openbsd.org 2019/12/16 22:00:21 Modified files: . : want.html Log message: The machine that runs most of the openssh portable test VMs could use more ram. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/16 23:44:27 Removed files: usr.sbin/bind : isc-config.sh.docbook usr.sbin/bind/bin/dig: dig.docbook host.docbook nslookup.docbook usr.sbin/bind/lib/lwres/man: lwres.docbook lwres_buffer.docbook lwres_config.docbook lwres_context.docbook lwres_gabn.docbook lwres_gai_strerror.docbook lwres_getaddrinfo.docbook lwres_gethostent.docbook lwres_getipnode.docbook lwres_getnameinfo.docbook lwres_getrrsetbyname.docbook lwres_gnba.docbook lwres_hstrerror.docbook lwres_inetntop.docbook lwres_noop.docbook lwres_packet.docbook lwres_resutil.docbook Log message: what is docbook? CVSROOT: /cvs Module name: www Changes by: dtucker@cvs.openbsd.org 2019/12/16 23:48:42 Modified files: . : want.html Log message: & -> & ok dlg CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/12/16 23:59:23 Modified files: usr.sbin/vmd : vm.conf.5 Log message: combine "socket owner user[:group]" and "socket owner :group" into one logical item; ok pd CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2019/12/17 00:18:31 Modified files: mail/p5-Mail-SpamAssassin: Tag: OPENBSD_6_6 Makefile distinfo mail/p5-Mail-SpamAssassin/pkg: Tag: OPENBSD_6_6 PLIST Added files: mail/p5-Mail-SpamAssassin/pkg: Tag: OPENBSD_6_6 MESSAGE Removed files: mail/p5-Mail-SpamAssassin/patches: Tag: OPENBSD_6_6 patch-lib_Mail_SpamAssassin_Plugin_URILocalBL_pm patch-spamc_getopt_c Log message: Update to 3.4.3 fixes CVE-2018-11805 and CVE-2019-12420 hints by sthen@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/12/17 01:01:36 Modified files: sys/dev : spdmem.c Log message: Add code to parse DDR4 and LPDDR3/4 SPD memories. Some numbers may be wrong but it a start and further fixes can happen in tree. Especially the LPDDRx case is untested. OK deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/17 01:17:15 Modified files: print/psutils : Makefile distinfo print/psutils/patches: patch-PSUtils_pm print/psutils/pkg: PLIST Log message: Update to psutils-1.91. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/17 02:26:26 Modified files: x11/remmina : Makefile x11/remmina/pkg: PLIST Added files: x11/remmina/patches: patch-cmake_FindGTK3_cmake Log message: Looks like I forgot to commit this yesterday... Unbreak with pango >=1.44 Adding harfbuzz headers, closes #1941 (upstrem) CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2019/12/17 02:43:00 Modified files: usr.sbin/vmctl : main.c vmctl.h Log message: Use local variable isntead of function parameter The parse_size() wrapper around scan_scaled(3) writes its intermediate result to the function argument which is always passed as literal zero. This seems odd, the function parameter has no meaning but merely serves as storage, so let's use a proper function scoped variable instead. OK pd CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/17 02:50:54 Modified files: sysutils/terraform/provider-alicloud: Makefile distinfo sysutils/terraform/provider-azurerm: Makefile distinfo sysutils/terraform/provider-fastly: Makefile distinfo sysutils/terraform/provider-ns1: Makefile distinfo Log message: Update terraform providers. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/12/17 03:17:05 Modified files: usr.sbin/vmd : vm.conf.5 Log message: kn pointed out that the changes i made to "socket owner" can be applied to "owner" too; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/12/17 03:28:31 Modified files: usr.sbin/smtpd : smtpd.conf.5 Log message: tweak the rspamd bits a little. we really don;t need to repeat the previous example; ok gilles CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/12/17 03:30:20 Modified files: usr.sbin/smtpd : smtpd.conf.5 Log message: avoid line wrap in the dkimsign filter line; CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/12/17 04:43:23 Modified files: usr.bin/tmux : cmd-queue.c Log message: Use the message that has already been built rather than the va_list. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/12/17 04:52:41 Modified files: regress/usr.sbin/rpki-client: test-mft.c Log message: Also print the sha256 hash for the referenced files. This way hash errors can be verified. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/12/17 04:57:16 Modified files: regress/usr.sbin/bgpd/unittests: rde_sets_test.c Log message: There is no need to dynamically allocate struct as_set_head. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2019/12/17 06:08:56 Modified files: sys/dev/usb : files.usb uhid.c share/man/man4 : usb.4 sys/dev/hid : hid.h sys/sys : conf.h lib/libfido2 : Makefile lib/libfido2/src: hid_openbsd.c sys/arch/alpha/conf: GENERIC sys/arch/alpha/alpha: conf.c etc : MAKEDEV.common etc/etc.alpha : MAKEDEV.md sys/arch/amd64/conf: GENERIC sys/arch/amd64/amd64: conf.c etc/etc.amd64 : MAKEDEV.md sys/arch/arm64/conf: GENERIC sys/arch/arm64/arm64: conf.c etc/etc.arm64 : MAKEDEV.md sys/arch/arm/arm: conf.c etc/etc.armv7 : MAKEDEV.md sys/arch/armv7/conf: GENERIC sys/arch/hppa/conf: GENERIC sys/arch/hppa/hppa: conf.c etc/etc.hppa : MAKEDEV.md sys/arch/i386/conf: GENERIC sys/arch/i386/i386: conf.c etc/etc.i386 : MAKEDEV.md sys/arch/landisk/conf: GENERIC sys/arch/landisk/landisk: conf.c etc/etc.landisk: MAKEDEV.md sys/arch/loongson/conf: GENERIC sys/arch/loongson/loongson: conf.c etc/etc.loongson: MAKEDEV.md sys/arch/macppc/conf: GENERIC sys/arch/macppc/macppc: conf.c etc/etc.macppc : MAKEDEV.md sys/arch/octeon/conf: GENERIC sys/arch/octeon/octeon: conf.c etc/etc.octeon : MAKEDEV.md sys/arch/sgi/conf: GENERIC-IP27 GENERIC-IP30 GENERIC-IP32 sys/arch/sgi/sgi: conf.c etc/etc.sgi : MAKEDEV.md sys/arch/sparc64/conf: GENERIC sys/arch/sparc64/sparc64: conf.c etc/etc.sparc64: MAKEDEV.md Added files: sys/dev/usb : fido.c uhid.h share/man/man4 : fido.4 Log message: Add fido(4), a HID driver for FIDO/U2F security keys While FIDO/U2F keys were already supported by the generic uhid(4) driver, this driver adds the first step to tighten the security of FIDO/U2F access. Specifically, users don't need read/write access to all USB/HID devices anymore and the driver also improves integration with pledge(2) and unveil(2): It is pledge-friendly because it doesn't require any ioctls to discover the device and unveil-friendly because it uses a single /dev/fido/* directory for its device nodes. It also allows to support FIDO/U2F in firefox without further weakening the "sandbox" of the browser. Firefox does not have a proper privsep design and many operations, such as U2F access, are handled directly by the main process. This means that the browser's "fat" main process needs direct read/write access to all USB HID devices, at least on other operating systems. With fido(4) we can support security keys in Firefox under OpenBSD without such a compromise. With this change, libfido2 stops using the ioctl to query the device vendor/product and just assumes "OpenBSD" "fido(4)" instead. The ioctl is still supported but there was no benefit in obtaining the vendor product or name; it also allows to use libfido2 under pledge. With feedback from deraadt@ and many others OK kettenis@ djm@ and jmc@ for the manpage bits CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/17 06:15:04 Modified files: mail/gmail-oauth2: Makefile mail/gmail-oauth2/pkg: README Log message: add missing --quiet on the mutt example configs, pointed out by bket@, thanks! CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2019/12/17 06:15:17 Modified files: etc : MAKEDEV.common Log message: Fix fido(4) documentation link (no functional change) CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2019/12/17 06:18:06 Modified files: etc/etc.alpha : MAKEDEV etc/etc.amd64 : MAKEDEV etc/etc.arm64 : MAKEDEV etc/etc.armv7 : MAKEDEV etc/etc.hppa : MAKEDEV etc/etc.i386 : MAKEDEV etc/etc.landisk: MAKEDEV etc/etc.loongson: MAKEDEV etc/etc.macppc : MAKEDEV etc/etc.octeon : MAKEDEV etc/etc.sgi : MAKEDEV etc/etc.sparc64: MAKEDEV share/man/man8/man8.alpha: MAKEDEV.8 share/man/man8/man8.amd64: MAKEDEV.8 share/man/man8/man8.arm64: MAKEDEV.8 share/man/man8/man8.armv7: MAKEDEV.8 share/man/man8/man8.hppa: MAKEDEV.8 share/man/man8/man8.i386: MAKEDEV.8 share/man/man8/man8.landisk: MAKEDEV.8 share/man/man8/man8.loongson: MAKEDEV.8 share/man/man8/man8.macppc: MAKEDEV.8 share/man/man8/man8.octeon: MAKEDEV.8 share/man/man8/man8.sgi: MAKEDEV.8 share/man/man8/man8.sparc64: MAKEDEV.8 Log message: sync CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2019/12/17 06:41:01 Modified files: usr.sbin/bind : Makefile.in configure.in configure Removed files: usr.sbin/bind : config.h.win32 isc-config.sh.1 isc-config.sh.html isc-config.sh.in Log message: - isc-config isn't needed, we're only using bind sources for dig/host/nslookup and aren't installing libraries for use by other software - config.h.win32 isn't needed CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/12/17 07:11:34 Modified files: textproc : Makefile textproc/py-semver: Makefile distinfo textproc/py-semver/pkg: PLIST Log message: Update textproc/py-semver 2.8.1 -> 2.9.0 Only consumer is python3-only, so drop python2 flavor. From Paco Esteban. Thanks again! CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/12/17 07:12:36 Modified files: sysutils/upt/upt-rubygems: Makefile Log message: py-semver is not python3-only. Drop MODPY_FLAVOR from it as a dependency and bump REVISION CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/12/17 07:14:30 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Add the now-defunct python2 flavor of py-semver to quirks CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/17 07:18:43 Modified files: net/isc-bind : Makefile net/isc-bind/patches: patch-bin_dig_dig_c patch-bin_dig_host_c patch-bin_dig_nslookup_c net/isc-bind/pkg: PLIST Log message: add edig/ehost/enslookup symlinks move another pledge to a better place, drop some rpath CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/12/17 07:21:54 Modified files: sbin/dhclient : clparse.c dhclient.conf.5 Log message: Reject leases that do not provide a subnet mask for the address being provided. Restores behaviour previously provided by the default dhclient.conf. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2019/12/17 07:22:30 Modified files: devel/jdk/11 : Makefile devel/jdk/11/pkg: PLIST Added files: devel/jdk/11/patches: patch-make_common_NativeCompilation_gmk Log message: Add debug package support. The jdk has options for controlling debug symbol generation. However, these options don't line up well with our debug package support. Using --with-native-debug-symbols=internal bloats the jdk package by including debug info in the jmod's. Using external mode doesn't do this but results in debug info files and debug links that don't match our debug package setup. To get decent results the following was done: * Use --with-native-debug-symbols=external * Patch the jdk to copy the full bin/lib to the .debuginfo file instead of using objcopy --only-keep-debug. * In post-build move/copy the .debuginfo files over their stripped versions. * Fixup a few cases where the debuginfo file wasn't installed into the images directories. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/17 07:52:01 Modified files: devel/libmagic : Makefile distinfo devel/libmagic/pkg: PLIST Log message: update to libmagic-5.38 CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2019/12/17 08:22:48 Modified files: lib/libpcap : pcap-filter.5 Log message: Fix bogus ".It .Cm" CVSROOT: /cvs Module name: ports Changes by: visa@cvs.openbsd.org 2019/12/17 08:26:10 Modified files: games/scummvm : Makefile Log message: Fix build on mips64*. Fix suggested by Donovan Watteau OK jsg@ CVSROOT: /cvs Module name: www Changes by: florian@cvs.openbsd.org 2019/12/17 08:26:36 Modified files: faq : current.html Log message: No more http based captive portal detection. Found the hard way by Tracey Emery. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2019/12/17 08:43:18 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/12/17 09:17:06 Log message: Import games/gigalomania, an open source 2D real time strategy god game. macppc testing from cwen@, ok solene@ Gigalomania is an open source 2D Real Time Strategy god game. The gameplay consists of researching and developing new technology with which to conquer your enemies, from rocks and sticks to nuclear weapons and spaceships. You can advance through ten different ages, from the stone age to the future. There are 28 different maps to play through. Status: Vendor Tag: bcallah Release Tags: bcallah_20191217 N ports/games/gigalomania/Makefile N ports/games/gigalomania/distinfo N ports/games/gigalomania/patches/patch-Makefile N ports/games/gigalomania/patches/patch-stdafx_h N ports/games/gigalomania/patches/patch-gigalomania_desktop N ports/games/gigalomania/pkg/PLIST N ports/games/gigalomania/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/12/17 09:17:23 Modified files: games : Makefile Log message: +gigalomania CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2019/12/17 09:21:07 Modified files: usr.bin/ssh : sshd.8 Log message: cut obsolete lists of crypto algorithms from outline of how SSH works ok markus@ jmc@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/12/17 09:41:26 Modified files: usr.sbin/bind/bin/dig: dig.1 host.1 nslookup.1 Log message: We aren't going to update to a MPL licensed bind codebase so replace the man pages we install which were man(7) generated from docbook with mdoc(7) pages. Adjusted output of textproc/docbook2mdoc on 9.10.8-P1. ok sthen@ jmc@ kn@ CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2019/12/17 09:52:36 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.17.1 -> 5.18.0 Changelog: https://docs.mattermost.com/administration/changelog.html CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/12/17 10:07:36 Modified files: usr.sbin/bind/bin/dig: dig.1 Log message: correct some uses of .Nm CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/12/17 10:16:32 Modified files: libexec/ld.so : path.c libexec/ld.so/ldconfig: etc.c Log message: Eliminate failure returns from _dl_split_path(): if malloc fails just _dl_oom() Prompted by Qualys's leveraging malloc failure in _dl_split_path() to get stuff past. ok deraadt@ millert@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/12/17 10:25:51 Modified files: gnu/usr.bin/binutils/binutils: objcopy.c gnu/usr.bin/binutils-2.17/binutils: objcopy.c Log message: not renaming those temp files should be fatal this got fixed in recent binutils, but it's GPLv3. So do the same thing in a slightly different way okay guenther@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/17 11:03:22 Modified files: net/queryperf : Makefile net/isc-bind : Makefile net/isc-dhcp : Makefile Log message: update HOMEPAGE CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/17 11:08:48 Modified files: usr.sbin/bind/lib/isc/unix: net.c Log message: disable all the dscp probing code. it sees all the dscp option defines, but is trying to determine if the kernel has it enabled/disabled, mostly by performing tests against localhost. instead, just declare dscp works. since dscp probing happens late, it runs into problems with pledge. we prefer pledge over this lovecraftian horror. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/17 11:10:11 Modified files: usr.sbin/bind/bin/dig: dig.c nslookup.c Log message: Since dscp probing (setsockopt, special cmsg handling, etc) no longer occurs late, pledge "dns" is enough and "inet" is not required. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/17 11:10:35 Modified files: usr.sbin/bind/bin/dig: host.c Log message: copy pledge code from nslookup CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/12/17 11:14:32 Modified files: share/man/man4 : fido.4 Log message: sync usb.4 entry with Nd: in this case, i think the usb.4 entry read better; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/12/17 11:17:53 Modified files: share/man/man4 : axe.4 Log message: add delock model; from zeurkous CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/12/17 11:33:31 Modified files: usr.sbin/bind/bin/dig: dig.1 Log message: remove unused macros; CVSROOT: /cvs Module name: www Changes by: reyk@cvs.openbsd.org 2019/12/17 12:27:39 Modified files: faq : current.html Log message: Mention recent usb(4), ugen(4), uhid(4), and fido(4) changes. With input from deraadt@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2019/12/17 12:41:51 Modified files: sbin/fsck_ext2fs: pass2.c Log message: Use correct size when zeroing out dinode. Fixes a bug on file systems using the rev1 inode structure where the size of the in-memory and on-disk dinode differ. From Chris Waddey; OK deraadt@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2019/12/17 12:57:23 Modified files: usr.sbin/vmd : vm.conf.5 Log message: "allow instance {...}" requires options The parameter block must not be omitted, so remove the Op markup. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/12/17 13:57:26 Log message: import devel/py-tempora DESCR: Objects and routines pertaining to date and time (tempora). Modules include: - tempora (top level package module) contains miscellaneous utilities and constants. - timing contains routines for measuring and profiling. - schedule contains an event scheduler. - utc contains routines for getting datetime-aware UTC values (Python 3 only). OK pamela@ Status: Vendor Tag: bket Release Tags: bket_20191217 N ports/devel/py-tempora/Makefile N ports/devel/py-tempora/distinfo N ports/devel/py-tempora/pkg/DESCR N ports/devel/py-tempora/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/12/17 14:02:03 Modified files: devel : Makefile Log message: +py-tempora{,python3} CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/12/17 14:05:17 Log message: import net/py-portend DESCR: portend is a python module for monitoring TCP ports for bound or unbound states. OK pamela@ Status: Vendor Tag: bket Release Tags: bket_20191217 N ports/net/py-portend/Makefile N ports/net/py-portend/distinfo N ports/net/py-portend/pkg/DESCR N ports/net/py-portend/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/12/17 14:07:20 Modified files: net : Makefile Log message: +py-portend{,python3} CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/12/17 14:14:39 Modified files: www/py-cheroot : Makefile distinfo www/py-cheroot/pkg: PLIST Log message: Update to py-cheroot-8.2.1 Long overdue update. List of changes can be found at https://github.com/cherrypy/cheroot/blob/v8.2.1/CHANGES.rst. This update is needed for bringing in a newer version of py-CherryPy. OK pamela@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/12/17 14:25:26 Modified files: www/py-CherryPy: Makefile distinfo www/py-CherryPy/pkg: PLIST Added files: www/py-CherryPy/patches: patch-cherrypy_test_test_encoding_py patch-cherrypy_test_test_http_py patch-cherrypy_test_test_logging_py Log message: update to py-CherryPy-17.4.2 This is an LTS release for bug and security fixes, which supports both python2 and python3. The rather long changelog can be found at https://github.com/cherrypy/cherrypy/blob/v17.4.2/CHANGES.rst. This update also provides a python3 FLAVOR. Thank you pamela@ for the help! OK pamela@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/12/17 14:26:14 Modified files: www : Makefile Log message: +py-CherryPy,python3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/17 14:51:24 Modified files: net/doh : Makefile distinfo Removed files: net/doh/patches: patch-Makefile Log message: update to doh 20191105 CVSROOT: /cvs Module name: ports Changes by: jcs@cvs.openbsd.org 2019/12/17 14:54:18 Log message: import arduino-adafruit-gfx-1.7.0 Status: Vendor Tag: jcs Release Tags: jcs_20191217 N ports/devel/arduino-adafruit-gfx/Makefile N ports/devel/arduino-adafruit-gfx/distinfo N ports/devel/arduino-adafruit-gfx/pkg/DESCR N ports/devel/arduino-adafruit-gfx/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jcs@cvs.openbsd.org 2019/12/17 14:55:08 Log message: import arduino-adafruit-ra8875-1.3.5 Status: Vendor Tag: jcs Release Tags: jcs_20191217 N ports/devel/arduino-adafruit-ra8875/Makefile N ports/devel/arduino-adafruit-ra8875/distinfo N ports/devel/arduino-adafruit-ra8875/pkg/DESCR N ports/devel/arduino-adafruit-ra8875/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jcs@cvs.openbsd.org 2019/12/17 14:56:42 Modified files: devel : Makefile Log message: += arduino-adafruit-{gfx,ra8875} CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/17 15:25:56 Modified files: sys/arch/arm64/arm64: exception.S trampoline.S Log message: arm64 cpus speculatively execute instructions after ERET, and on some processors not all microarchitectural side effects are abandoned, leading to spectre-like effects. This was fixed quietly and without responsible disclosure by ARM in linux mainline a year ago, but rediscovered independently by Anthony Steinhauser. ok patrick guenther kettenis comment to ARM: "Responsible Disclosure" doesn't mean "downplay at maximum to avoid damage to the bottom line", the responsibility aspect entails ensuring "all customers are aware of the defect". What happened here is indistinguishable from Intel's behaviour, and that's not the look you want. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/17 15:26:42 Modified files: sys/arch/arm64/arm64: Tag: OPENBSD_6_5 exception.S trampoline.S Log message: arm64 cpus speculatively execute instructions after ERET, and on some processors not all microarchitectural side effects are abandoned, leading to spectre-like effects. This was fixed quietly and without responsible disclosure by ARM in linux mainline a year ago, but rediscovered independently by Anthony Steinhauser. ok patrick guenther kettenis comment to ARM: "Responsible Disclosure" doesn't mean "downplay at maximum to avoid damage to the bottom line", the responsibility aspect entails ensuring "all customers are aware of the defect". What happened here is indistinguishable from Intel's behaviour, and that's not the look you want. This is errata 6.5/025_eret.patch.sig CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/17 15:27:01 Modified files: sys/arch/arm64/arm64: Tag: OPENBSD_6_6 exception.S trampoline.S Log message: arm64 cpus speculatively execute instructions after ERET, and on some processors not all microarchitectural side effects are abandoned, leading to spectre-like effects. This was fixed quietly and without responsible disclosure by ARM in linux mainline a year ago, but rediscovered independently by Anthony Steinhauser. ok patrick guenther kettenis comment to ARM: "Responsible Disclosure" doesn't mean "downplay at maximum to avoid damage to the bottom line", the responsibility aspect entails ensuring "all customers are aware of the defect". What happened here is indistinguishable from Intel's behaviour, and that's not the look you want. This is errata 6.6/014_eret.patch.sig CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2019/12/17 15:28:07 Modified files: . : errata65.html errata66.html Log message: release eret errata. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/17 16:05:45 Modified files: share/man/man4 : Makefile Log message: install fido.4 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/17 16:10:23 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2019/12/17 17:27:47 Modified files: sys/dev : audio.c Log message: audio(4): msleep(9) -> msleep_nsec(9) ok ratchov@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/12/17 17:36:46 Modified files: lang/gawk : Makefile distinfo lang/gawk/pkg : PLIST Removed files: lang/gawk/files: automake.dep Log message: Update to gawk-5.0.1 Add debug packages; remove extraneous file in FILESDIR Take MAINTAINER ok cwen@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/17 22:09:53 Modified files: sys/dev/usb : fido.c Log message: undo assumptions about MI .h inclusions CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/12/17 23:50:30 Modified files: comms/sigrok/libsigrokdecode: Makefile distinfo comms/sigrok/libsigrokdecode/pkg: PLIST Log message: Update to libsigrokdecode-0.5.3. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/17 23:53:46 Modified files: sys/arch/arm/arm: conf.c Log message: typo CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/12/17 23:56:25 Modified files: comms/sigrok/sigrok-firmware-fx2lafw: Makefile distinfo comms/sigrok/sigrok-firmware-fx2lafw/pkg: PLIST Log message: Update to sigrok-firmware-fx2lafw-0.1.7. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/12/18 00:13:54 Modified files: usr.sbin/bind/bin/dig: host.1 host.c Log message: standard synopsis/usage()/options list; ok jsg CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/12/18 00:16:35 Modified files: usr.sbin/bind/bin/dig: dig.1 Log message: remove reference to a non-existent page; advised by jsg CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/12/18 00:42:27 Modified files: cad/opensta : Makefile Log message: Since opensta prefers tcl-8.6 to 8.5 when both are installed, always use 8.6. Reported by espie@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/12/18 00:48:56 Modified files: usr.bin/tmux : cmd-source-file.c Log message: Do not rely on errno after glob(3) fails. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/12/18 00:54:28 Modified files: usr.bin/openssl: openssl.1 Log message: In January, the default digest used in the openssl enc command was changed from md5 to sha256. Update manual to reflect that. From Fabio Scotoni ok jmc CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2019/12/18 00:57:52 Modified files: usr.sbin/smtpd : lka.c mta.c parse.y smtpd.conf.5 smtpd.h Log message: teach relay action how to do domain-based relay host, this allows declaring a single relay action with a mapping of relay hosts per domain. ok eric@ CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/12/18 01:07:23 Log message: Import stixfonts-2.0.2. The Scientific and Technical Information eXchange (STIX) fonts are intended to meet the demanding needs of authors, publishers, printers, and others in the scientific, medical, and technical fields. They combine a comprehensive Unicode-based collection of mathematical symbols and alphabets with a set of text faces suitable for professional publishing. From George Rosamond; thanks! ok kmos@ Status: Vendor Tag: bentley Release Tags: bentley_20191218 N ports/fonts/stixfonts/Makefile N ports/fonts/stixfonts/distinfo N ports/fonts/stixfonts/pkg/DESCR N ports/fonts/stixfonts/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/12/18 01:08:13 Modified files: fonts : Makefile Log message: +stixfonts CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/12/18 01:26:31 Modified files: fonts/fira-fonts: Makefile distinfo fonts/fira-fonts/pkg: PLIST Log message: Rework fira port. - use Mozilla upstream - replace 404'd HOMEPAGE - drop .eot files; eot is a dead format useful only for IE6. From George Rosamond; thanks! CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/12/18 01:53:29 Modified files: sys/uvm : uvm_map.c Log message: Use separate rwlock initializations for userland ("vmspace") and kernel maps. This lets witness know that these really are different classes avoiding false positives when detecting lock order reversals. ok guenther@, visa@, mpi@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/12/18 01:56:19 Modified files: sys/dev/pci/drm/include/linux: uaccess.h Log message: Allow pagefault_disable() to be called recursively, something that may happen in inteldrm(4). ok guenther@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/12/18 02:01:35 Modified files: www/chromium : Makefile distinfo Log message: update to 79.0.3945.88 CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/12/18 02:16:41 Modified files: sbin/unwind/libunbound/validator: validator.c Log message: Use neg and key cache from the passed in environment if initialized so that unwind can share caches between strategies. testing by otto & pamela as part of a larger diff CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/12/18 02:17:22 Modified files: sbin/unwind : resolver.c Log message: Rework unified cache handling to be able to unify key and neg caches. testing by otto & pamela as part of a larger diff CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/12/18 02:18:28 Modified files: sbin/unwind : control.c frontend.c resolver.c resolver.h unwind.h usr.sbin/unwindctl: parser.c parser.h unwindctl.8 unwindctl.c Log message: Implement unwindctl status memory to show chache memory usage. testing by otto & pamela as part of a larger diff CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/12/18 02:52:15 Modified files: sys/dev/pci : if_iwm.c if_iwmvar.h sys/net80211 : ieee80211_mira.c ieee80211_mira.h Log message: Re-enable firmware-based Tx retries at lower rates for iwm(4). Firmware-based Tx retries were disabled when it was found that MiRA makes better choices while probing with a constant Tx retry rate. Before that change, high Tx rates looked better than they actually were. The change resulted in less retries and thus higher throughput because a lower, but actually working, initial Tx rate eventually became the preferred choice. However, disallowing retries at lower rates also resulted in increased amounts of observable packet loss, especially while the connection to the AP was still fresh and bad Tx rates had not been discovered yet. To get the best of both worlds, use a constant Tx rate for retries while MiRA is probing and otherwise allow firmware fallback to lower rates. tested by Tracey Emery, pamela, jasper, and myself, on 7265/8265/9260 CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2019/12/18 03:00:39 Modified files: usr.sbin/smtpd : config.c parse.y smtpd.c smtpd.h Log message: give a better name to a couple functions and struct fields related to filters, no functional change CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/12/18 03:01:11 Modified files: usr.sbin/unwindctl: unwindctl.8 Log message: no need for double Cm; CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/12/18 03:07:26 Modified files: sys/dev/pci : if_iwm.c Log message: Mask high bits of iwm(4) firmware SYSASSERT codes before matching against codes in the known-codes table, like Linux does it. Mark the known-codes table static so it won't ever collide with symbols declared elsewhere in the kernel. Also add some more cause codes found in iwlwifi. I still keep hitting firmware SYSASSERT codes that aren't declared in this table, though :( These changes only affect IWM_DEBUG builds. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2019/12/18 03:57:00 Log message: import NSD 4.2.4, ok florian Status: Vendor Tag: NLNETLABS Release Tags: NSD_4_2_4 U src/usr.sbin/nsd/answer.c U src/usr.sbin/nsd/rbtree.h U src/usr.sbin/nsd/dbcreate.c U src/usr.sbin/nsd/udbzone.h U src/usr.sbin/nsd/rdata.c U src/usr.sbin/nsd/namedb.c C src/usr.sbin/nsd/nsd.c U src/usr.sbin/nsd/rdata.h U src/usr.sbin/nsd/xfrd-tcp.h C src/usr.sbin/nsd/query.c U src/usr.sbin/nsd/mkinstalldirs U src/usr.sbin/nsd/edns.h U src/usr.sbin/nsd/answer.h U src/usr.sbin/nsd/region-allocator.c C src/usr.sbin/nsd/nsd-control.8.in U src/usr.sbin/nsd/nsd-checkzone.c U src/usr.sbin/nsd/lookup3.c U src/usr.sbin/nsd/tsig.h U src/usr.sbin/nsd/xfrd-notify.h U src/usr.sbin/nsd/dns.c U src/usr.sbin/nsd/namedb.h U src/usr.sbin/nsd/lookup3.h U src/usr.sbin/nsd/ipc.c C src/usr.sbin/nsd/config.h.in U src/usr.sbin/nsd/udbradtree.c C src/usr.sbin/nsd/tsig.c U src/usr.sbin/nsd/udb.h C src/usr.sbin/nsd/Makefile.in C src/usr.sbin/nsd/configlexer.lex U src/usr.sbin/nsd/radtree.c U src/usr.sbin/nsd/radtree.h U src/usr.sbin/nsd/udbradtree.h U src/usr.sbin/nsd/edns.c U src/usr.sbin/nsd/netio.h U src/usr.sbin/nsd/udb.c U src/usr.sbin/nsd/iterated_hash.h C src/usr.sbin/nsd/nsd.8.in C src/usr.sbin/nsd/nsd.conf.sample.in U src/usr.sbin/nsd/rrl.h U src/usr.sbin/nsd/packet.c U src/usr.sbin/nsd/tsig-openssl.c U src/usr.sbin/nsd/udbzone.c U src/usr.sbin/nsd/zonec.h C src/usr.sbin/nsd/nsd.h U src/usr.sbin/nsd/util.c C src/usr.sbin/nsd/configure U src/usr.sbin/nsd/xfrd-notify.c C src/usr.sbin/nsd/options.c U src/usr.sbin/nsd/xfrd-disk.h U src/usr.sbin/nsd/xfrd.h U src/usr.sbin/nsd/tsig-openssl.h C src/usr.sbin/nsd/nsd.conf.5.in U src/usr.sbin/nsd/install-sh U src/usr.sbin/nsd/nsd-mem.c U src/usr.sbin/nsd/region-allocator.h C src/usr.sbin/nsd/nsd-control.c C src/usr.sbin/nsd/nsd-checkconf.8.in U src/usr.sbin/nsd/zlexer.lex U src/usr.sbin/nsd/acx_nlnetlabs.m4 U src/usr.sbin/nsd/configyyrename.h U src/usr.sbin/nsd/zonec.c U src/usr.sbin/nsd/remote.h U src/usr.sbin/nsd/buffer.h U src/usr.sbin/nsd/rbtree.c C src/usr.sbin/nsd/nsd-checkzone.8.in U src/usr.sbin/nsd/mini_event.c U src/usr.sbin/nsd/systemd.m4 C src/usr.sbin/nsd/configure.ac U src/usr.sbin/nsd/nsec3.c U src/usr.sbin/nsd/dname.c U src/usr.sbin/nsd/rrl.c U src/usr.sbin/nsd/packet.h U src/usr.sbin/nsd/difffile.c U src/usr.sbin/nsd/nsd-control-setup.sh.in U src/usr.sbin/nsd/nsec3.h U src/usr.sbin/nsd/difffile.h U src/usr.sbin/nsd/ipc.h U src/usr.sbin/nsd/dname.h U src/usr.sbin/nsd/mini_event.h U src/usr.sbin/nsd/zparser.y C src/usr.sbin/nsd/options.h C src/usr.sbin/nsd/nsd-checkconf.c U src/usr.sbin/nsd/buffer.c U src/usr.sbin/nsd/xfrd-disk.c U src/usr.sbin/nsd/xfrd-tcp.c U src/usr.sbin/nsd/axfr.h U src/usr.sbin/nsd/util.h U src/usr.sbin/nsd/dns.h U src/usr.sbin/nsd/netio.c U src/usr.sbin/nsd/LICENSE C src/usr.sbin/nsd/server.c U src/usr.sbin/nsd/axfr.c U src/usr.sbin/nsd/query.h C src/usr.sbin/nsd/xfrd.c U src/usr.sbin/nsd/remote.c U src/usr.sbin/nsd/iterated_hash.c U src/usr.sbin/nsd/xfr-inspect.c C src/usr.sbin/nsd/configparser.y U src/usr.sbin/nsd/dbaccess.c U src/usr.sbin/nsd/dnstap/dnstap.c U src/usr.sbin/nsd/dnstap/dnstap.proto U src/usr.sbin/nsd/dnstap/dnstap_collector.h U src/usr.sbin/nsd/dnstap/dnstap_config.h.in U src/usr.sbin/nsd/dnstap/dnstap_collector.c U src/usr.sbin/nsd/dnstap/dnstap.m4 U src/usr.sbin/nsd/dnstap/dnstap.h N src/usr.sbin/nsd/.buildkite/pipeline.yml 22 conflicts created by this import. Use the following command to help the merge: cvs checkout -jNLNETLABS:yesterday -jNLNETLABS src/usr.sbin/nsd CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2019/12/18 03:58:18 Modified files: usr.sbin/nsd : Makefile.in config.h.in configlexer.lex configparser.y configure configure.ac nsd-checkconf.8.in nsd-checkconf.c nsd-checkzone.8.in nsd-control.8.in nsd-control.c nsd.8.in nsd.c nsd.conf.5.in nsd.conf.sample.in nsd.h options.c options.h query.c server.c tsig.c xfrd.c Log message: merge NSD 4.2.4 CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2019/12/18 04:00:51 Removed files: usr.sbin/nsd/.buildkite: pipeline.yml Log message: remove, not useful here CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2019/12/18 04:01:06 Added files: usr.sbin/nsd/doc: ChangeLog Log message: add the changelog CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2019/12/18 04:03:04 Log message: import Unbound 1.9.6, ok tb florian Status: Vendor Tag: NLNETLABS Release Tags: UNBOUND_1_9_6 C src/usr.sbin/unbound/Makefile.in C src/usr.sbin/unbound/install-sh C src/usr.sbin/unbound/configure U src/usr.sbin/unbound/systemd.m4 C src/usr.sbin/unbound/configure.ac C src/usr.sbin/unbound/config.h.in U src/usr.sbin/unbound/LICENSE U src/usr.sbin/unbound/README U src/usr.sbin/unbound/acx_python.m4 C src/usr.sbin/unbound/config.guess U src/usr.sbin/unbound/ac_pkg_swig.m4 C src/usr.sbin/unbound/aclocal.m4 C src/usr.sbin/unbound/README.md U src/usr.sbin/unbound/ax_pthread.m4 U src/usr.sbin/unbound/acx_nlnetlabs.m4 U src/usr.sbin/unbound/ltmain.sh C src/usr.sbin/unbound/config.sub C src/usr.sbin/unbound/respip/respip.c U src/usr.sbin/unbound/respip/respip.h U src/usr.sbin/unbound/smallapp/unbound-checkconf.c U src/usr.sbin/unbound/smallapp/unbound-control-setup.sh.in C src/usr.sbin/unbound/smallapp/unbound-control.c C src/usr.sbin/unbound/smallapp/unbound-host.c U src/usr.sbin/unbound/smallapp/worker_cb.c C src/usr.sbin/unbound/smallapp/unbound-anchor.c U src/usr.sbin/unbound/edns-subnet/subnetmod.c U src/usr.sbin/unbound/edns-subnet/addrtree.h U src/usr.sbin/unbound/edns-subnet/edns-subnet.c U src/usr.sbin/unbound/edns-subnet/subnet-whitelist.c U src/usr.sbin/unbound/edns-subnet/addrtree.c U src/usr.sbin/unbound/edns-subnet/subnet-whitelist.h U src/usr.sbin/unbound/edns-subnet/subnetmod.h U src/usr.sbin/unbound/edns-subnet/edns-subnet.h U src/usr.sbin/unbound/iterator/iter_fwd.h C src/usr.sbin/unbound/iterator/iter_scrub.c U src/usr.sbin/unbound/iterator/iter_priv.h U src/usr.sbin/unbound/iterator/iter_delegpt.h U src/usr.sbin/unbound/iterator/iter_donotq.c U src/usr.sbin/unbound/iterator/iter_donotq.h U src/usr.sbin/unbound/iterator/iter_utils.c U src/usr.sbin/unbound/iterator/iter_scrub.h U src/usr.sbin/unbound/iterator/iter_utils.h U src/usr.sbin/unbound/iterator/iter_priv.c U src/usr.sbin/unbound/iterator/iter_fwd.c U src/usr.sbin/unbound/iterator/iter_resptype.h C src/usr.sbin/unbound/iterator/iterator.c U src/usr.sbin/unbound/iterator/iter_resptype.c U src/usr.sbin/unbound/iterator/iter_hints.h U src/usr.sbin/unbound/iterator/iter_delegpt.c U src/usr.sbin/unbound/iterator/iterator.h U src/usr.sbin/unbound/iterator/iter_hints.c C src/usr.sbin/unbound/daemon/worker.c U src/usr.sbin/unbound/daemon/remote.h U src/usr.sbin/unbound/daemon/acl_list.h U src/usr.sbin/unbound/daemon/daemon.h C src/usr.sbin/unbound/daemon/remote.c U src/usr.sbin/unbound/daemon/worker.h U src/usr.sbin/unbound/daemon/acl_list.c U src/usr.sbin/unbound/daemon/stats.c U src/usr.sbin/unbound/daemon/cachedump.h U src/usr.sbin/unbound/daemon/stats.h C src/usr.sbin/unbound/daemon/daemon.c C src/usr.sbin/unbound/daemon/unbound.c U src/usr.sbin/unbound/daemon/cachedump.c U src/usr.sbin/unbound/doc/README.svn C src/usr.sbin/unbound/doc/Changelog C src/usr.sbin/unbound/doc/unbound-host.1.in U src/usr.sbin/unbound/doc/TODO C src/usr.sbin/unbound/doc/unbound.8.in C src/usr.sbin/unbound/doc/libunbound.3.in U src/usr.sbin/unbound/doc/unbound.doxygen U src/usr.sbin/unbound/doc/LICENSE C src/usr.sbin/unbound/doc/README U src/usr.sbin/unbound/doc/README.ipset.md U src/usr.sbin/unbound/doc/FEATURES C src/usr.sbin/unbound/doc/unbound-anchor.8.in U src/usr.sbin/unbound/doc/control_proto_spec.txt C src/usr.sbin/unbound/doc/unbound-checkconf.8.in U src/usr.sbin/unbound/doc/README.tests U src/usr.sbin/unbound/doc/requirements.txt C src/usr.sbin/unbound/doc/example.conf.in U src/usr.sbin/unbound/doc/README.DNS64 U src/usr.sbin/unbound/doc/CREDITS C src/usr.sbin/unbound/doc/unbound.conf.5.in C src/usr.sbin/unbound/doc/unbound-control.8.in U src/usr.sbin/unbound/dns64/dns64.h C src/usr.sbin/unbound/dns64/dns64.c U src/usr.sbin/unbound/util/edns.c U src/usr.sbin/unbound/util/fptr_wlist.c U src/usr.sbin/unbound/util/configparser.y U src/usr.sbin/unbound/util/as112.h U src/usr.sbin/unbound/util/timehist.c U src/usr.sbin/unbound/util/rbtree.c U src/usr.sbin/unbound/util/mini_event.h U src/usr.sbin/unbound/util/module.h U src/usr.sbin/unbound/util/edns.h U src/usr.sbin/unbound/util/tube.h U src/usr.sbin/unbound/util/config_file.c U src/usr.sbin/unbound/util/tube.c U src/usr.sbin/unbound/util/alloc.c U src/usr.sbin/unbound/util/config_file.h U src/usr.sbin/unbound/util/tcp_conn_limit.h U src/usr.sbin/unbound/util/tcp_conn_limit.c U src/usr.sbin/unbound/util/ub_event.h U src/usr.sbin/unbound/util/locks.h C src/usr.sbin/unbound/util/ub_event.c C src/usr.sbin/unbound/util/net_help.c C src/usr.sbin/unbound/util/ub_event_pluggable.c U src/usr.sbin/unbound/util/rtt.c U src/usr.sbin/unbound/util/module.c C src/usr.sbin/unbound/util/net_help.h C src/usr.sbin/unbound/util/log.c U src/usr.sbin/unbound/util/log.h U src/usr.sbin/unbound/util/configyyrename.h U src/usr.sbin/unbound/util/rtt.h U src/usr.sbin/unbound/util/locks.c C src/usr.sbin/unbound/util/netevent.c U src/usr.sbin/unbound/util/rbtree.h U src/usr.sbin/unbound/util/netevent.h U src/usr.sbin/unbound/util/winsock_event.h U src/usr.sbin/unbound/util/random.h C src/usr.sbin/unbound/util/iana_ports.inc U src/usr.sbin/unbound/util/regional.c U src/usr.sbin/unbound/util/winsock_event.c U src/usr.sbin/unbound/util/regional.h U src/usr.sbin/unbound/util/timehist.h U src/usr.sbin/unbound/util/alloc.h C src/usr.sbin/unbound/util/random.c U src/usr.sbin/unbound/util/as112.c U src/usr.sbin/unbound/util/mini_event.c C src/usr.sbin/unbound/util/configlexer.lex U src/usr.sbin/unbound/util/fptr_wlist.h U src/usr.sbin/unbound/util/storage/lookup3.c U src/usr.sbin/unbound/util/storage/lruhash.c U src/usr.sbin/unbound/util/storage/slabhash.c U src/usr.sbin/unbound/util/storage/lruhash.h U src/usr.sbin/unbound/util/storage/dnstree.c U src/usr.sbin/unbound/util/storage/dnstree.h U src/usr.sbin/unbound/util/storage/slabhash.h U src/usr.sbin/unbound/util/storage/lookup3.h C src/usr.sbin/unbound/util/shm_side/shm_main.c U src/usr.sbin/unbound/util/shm_side/shm_main.h U src/usr.sbin/unbound/util/data/msgencode.c U src/usr.sbin/unbound/util/data/msgencode.h C src/usr.sbin/unbound/util/data/msgreply.c U src/usr.sbin/unbound/util/data/dname.h C src/usr.sbin/unbound/util/data/dname.c U src/usr.sbin/unbound/util/data/packed_rrset.h U src/usr.sbin/unbound/util/data/msgreply.h C src/usr.sbin/unbound/util/data/msgparse.c U src/usr.sbin/unbound/util/data/packed_rrset.c U src/usr.sbin/unbound/util/data/msgparse.h C src/usr.sbin/unbound/services/localzone.c U src/usr.sbin/unbound/services/authzone.h C src/usr.sbin/unbound/services/authzone.c U src/usr.sbin/unbound/services/view.h U src/usr.sbin/unbound/services/localzone.h U src/usr.sbin/unbound/services/outbound_list.h U src/usr.sbin/unbound/services/modstack.h U src/usr.sbin/unbound/services/outside_network.h U src/usr.sbin/unbound/services/modstack.c C src/usr.sbin/unbound/services/outside_network.c C src/usr.sbin/unbound/services/mesh.c U src/usr.sbin/unbound/services/outbound_list.c U src/usr.sbin/unbound/services/mesh.h U src/usr.sbin/unbound/services/view.c U src/usr.sbin/unbound/services/listen_dnsport.h U src/usr.sbin/unbound/services/listen_dnsport.c U src/usr.sbin/unbound/services/cache/infra.h U src/usr.sbin/unbound/services/cache/dns.c U src/usr.sbin/unbound/services/cache/rrset.c U src/usr.sbin/unbound/services/cache/infra.c U src/usr.sbin/unbound/services/cache/dns.h U src/usr.sbin/unbound/services/cache/rrset.h C src/usr.sbin/unbound/ipsecmod/ipsecmod.c U src/usr.sbin/unbound/ipsecmod/ipsecmod-whitelist.h U src/usr.sbin/unbound/ipsecmod/ipsecmod-whitelist.c U src/usr.sbin/unbound/ipsecmod/ipsecmod.h C src/usr.sbin/unbound/validator/val_anchor.c U src/usr.sbin/unbound/validator/val_utils.c C src/usr.sbin/unbound/validator/val_secalgo.c U src/usr.sbin/unbound/validator/val_kcache.c U src/usr.sbin/unbound/validator/val_anchor.h C src/usr.sbin/unbound/validator/autotrust.c C src/usr.sbin/unbound/validator/val_sigcrypt.c U src/usr.sbin/unbound/validator/val_nsec.h U src/usr.sbin/unbound/validator/val_neg.h U src/usr.sbin/unbound/validator/val_kentry.c U src/usr.sbin/unbound/validator/val_neg.c U src/usr.sbin/unbound/validator/val_nsec3.h U src/usr.sbin/unbound/validator/val_utils.h U src/usr.sbin/unbound/validator/val_sigcrypt.h C src/usr.sbin/unbound/validator/validator.c U src/usr.sbin/unbound/validator/val_kentry.h U src/usr.sbin/unbound/validator/val_nsec.c U src/usr.sbin/unbound/validator/val_kcache.h U src/usr.sbin/unbound/validator/autotrust.h U src/usr.sbin/unbound/validator/val_nsec3.c U src/usr.sbin/unbound/validator/validator.h U src/usr.sbin/unbound/validator/val_secalgo.h C src/usr.sbin/unbound/libunbound/libunbound.c U src/usr.sbin/unbound/libunbound/unbound-event.h C src/usr.sbin/unbound/libunbound/libworker.c U src/usr.sbin/unbound/libunbound/ubsyms.def U src/usr.sbin/unbound/libunbound/worker.h U src/usr.sbin/unbound/libunbound/unbound.h U src/usr.sbin/unbound/libunbound/libworker.h C src/usr.sbin/unbound/libunbound/context.h U src/usr.sbin/unbound/libunbound/context.c U src/usr.sbin/unbound/ipset/ipset.h U src/usr.sbin/unbound/ipset/ipset.c U src/usr.sbin/unbound/dnstap/dnstap.h U src/usr.sbin/unbound/dnstap/dnstap_config.h.in U src/usr.sbin/unbound/dnstap/dnstap.m4 U src/usr.sbin/unbound/dnstap/dnstap.proto U src/usr.sbin/unbound/dnstap/dnstap.c U src/usr.sbin/unbound/dnscrypt/dnscrypt_config.h.in U src/usr.sbin/unbound/dnscrypt/dnscrypt.m4 C src/usr.sbin/unbound/dnscrypt/dnscrypt.c U src/usr.sbin/unbound/dnscrypt/cert.h U src/usr.sbin/unbound/dnscrypt/dnscrypt.h C src/usr.sbin/unbound/cachedb/cachedb.c U src/usr.sbin/unbound/cachedb/redis.h U src/usr.sbin/unbound/cachedb/cachedb.h U src/usr.sbin/unbound/cachedb/redis.c U src/usr.sbin/unbound/sldns/pkthdr.h C src/usr.sbin/unbound/sldns/str2wire.c U src/usr.sbin/unbound/sldns/parseutil.c U src/usr.sbin/unbound/sldns/keyraw.c U src/usr.sbin/unbound/sldns/rrdef.h C src/usr.sbin/unbound/sldns/sbuffer.c C src/usr.sbin/unbound/sldns/wire2str.c C src/usr.sbin/unbound/sldns/wire2str.h U src/usr.sbin/unbound/sldns/str2wire.h U src/usr.sbin/unbound/sldns/parseutil.h U src/usr.sbin/unbound/sldns/parse.h U src/usr.sbin/unbound/sldns/keyraw.h C src/usr.sbin/unbound/sldns/parse.c C src/usr.sbin/unbound/sldns/sbuffer.h C src/usr.sbin/unbound/sldns/rrdef.c U src/usr.sbin/unbound/testcode/streamtcp.1 U src/usr.sbin/unbound/testcode/unitneg.c U src/usr.sbin/unbound/testcode/mini_tdir.sh U src/usr.sbin/unbound/testcode/unitauth.c U src/usr.sbin/unbound/testcode/readhex.c U src/usr.sbin/unbound/testcode/unitslabhash.c U src/usr.sbin/unbound/testcode/unitecs.c U src/usr.sbin/unbound/testcode/readhex.h U src/usr.sbin/unbound/testcode/testpkts.c U src/usr.sbin/unbound/testcode/streamtcp.c U src/usr.sbin/unbound/testcode/pktview.c U src/usr.sbin/unbound/testcode/signit.c U src/usr.sbin/unbound/testcode/memstats.c U src/usr.sbin/unbound/testcode/lock_verify.c U src/usr.sbin/unbound/testcode/do-tests.sh U src/usr.sbin/unbound/testcode/fake_event.h U src/usr.sbin/unbound/testcode/testpkts.h U src/usr.sbin/unbound/testcode/delayer.c U src/usr.sbin/unbound/testcode/unitlruhash.c U src/usr.sbin/unbound/testcode/fake_event.c U src/usr.sbin/unbound/testcode/unitregional.c U src/usr.sbin/unbound/testcode/perf.c U src/usr.sbin/unbound/testcode/unitdname.c U src/usr.sbin/unbound/testcode/replay.h U src/usr.sbin/unbound/testcode/unitldns.c U src/usr.sbin/unbound/testcode/asynclook.c U src/usr.sbin/unbound/testcode/unitmain.c U src/usr.sbin/unbound/testcode/unitverify.c U src/usr.sbin/unbound/testcode/unitmsgparse.c U src/usr.sbin/unbound/testcode/mini_tpkg.sh U src/usr.sbin/unbound/testcode/run_vm.sh U src/usr.sbin/unbound/testcode/testbound.c U src/usr.sbin/unbound/testcode/replay.c U src/usr.sbin/unbound/testcode/unitmain.h U src/usr.sbin/unbound/testcode/checklocks.h U src/usr.sbin/unbound/testcode/petal.c U src/usr.sbin/unbound/testcode/unitanchor.c U src/usr.sbin/unbound/testcode/checklocks.c 65 conflicts created by this import. Use the following command to help the merge: cvs checkout -jNLNETLABS:yesterday -jNLNETLABS src/usr.sbin/unbound CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2019/12/18 04:04:14 Modified files: usr.sbin/unbound: Makefile.in README.md aclocal.m4 config.guess config.h.in config.sub configure configure.ac install-sh usr.sbin/unbound/cachedb: cachedb.c usr.sbin/unbound/daemon: daemon.c remote.c unbound.c worker.c usr.sbin/unbound/dns64: dns64.c usr.sbin/unbound/dnscrypt: dnscrypt.c usr.sbin/unbound/doc: Changelog README example.conf.in libunbound.3.in unbound-anchor.8.in unbound-checkconf.8.in unbound-control.8.in unbound-host.1.in unbound.8.in unbound.conf.5.in usr.sbin/unbound/ipsecmod: ipsecmod.c usr.sbin/unbound/iterator: iter_scrub.c iterator.c usr.sbin/unbound/libunbound: context.h libunbound.c libworker.c usr.sbin/unbound/respip: respip.c usr.sbin/unbound/services: authzone.c localzone.c mesh.c outside_network.c usr.sbin/unbound/sldns: parse.c rrdef.c sbuffer.c sbuffer.h str2wire.c wire2str.c wire2str.h usr.sbin/unbound/smallapp: unbound-anchor.c unbound-control.c unbound-host.c usr.sbin/unbound/util: configlexer.lex iana_ports.inc log.c net_help.c net_help.h netevent.c random.c ub_event.c ub_event_pluggable.c usr.sbin/unbound/util/data: dname.c msgreply.c usr.sbin/unbound/util/shm_side: shm_main.c usr.sbin/unbound/validator: autotrust.c val_anchor.c val_secalgo.c val_sigcrypt.c validator.c Log message: merge Unbound 1.9.6 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/12/18 05:03:20 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Log message: Update to thunderbird 68.3.1 See https://www.thunderbird.net/en-US/thunderbird/68.3.1/releasenotes/ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2019/12/18 05:38:15 Modified files: usr.bin/openssl: openssl.1 Log message: use "Currently" in the doc for "openssl enc" when talking about default md, to hint that it might not always be the case (e.g. if dealing with files from a different version of the tool). ok tb@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/12/18 06:03:31 Modified files: sbin/unwind/libunbound: config.h sbin/unwind/libunbound/dns64: dns64.c sbin/unwind/libunbound/iterator: iter_scrub.c iterator.c sbin/unwind/libunbound/libunbound: context.h libunbound.c libworker.c sbin/unwind/libunbound/respip: respip.c sbin/unwind/libunbound/services: authzone.c localzone.c mesh.c outside_network.c sbin/unwind/libunbound/sldns: parse.c rrdef.c sbuffer.c sbuffer.h str2wire.c wire2str.c wire2str.h sbin/unwind/libunbound/util: configlexer.c configlexer.lex iana_ports.inc log.c net_help.c net_help.h netevent.c random.c random.h regional.c ub_event.c sbin/unwind/libunbound/util/data: dname.c msgreply.c sbin/unwind/libunbound/util/shm_side: shm_main.c sbin/unwind/libunbound/validator: autotrust.c val_anchor.c val_secalgo.c val_sigcrypt.c validator.c Log message: Update to libunbound 1.9.6 Heavy lifting by sthen with updating in-tree unbound(8). CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/12/18 06:04:05 Modified files: sbin/unwind : resolver.c Log message: Workaround unbound github issue #99. https://github.com/NLnetLabs/unbound/issues/99 ub_ctx_delete would free the passed in event_base leading to use-after-free since libunbound never allocated the memory and unwind expects to continue using the event_base. CVSROOT: /cvs Module name: ports Changes by: feinerer@cvs.openbsd.org 2019/12/18 06:05:49 Modified files: math/R : Makefile distinfo math/R/patches : patch-configure math/R/pkg : PLIST Log message: Update to R 3.6.2 Tests and feedback on arm64 from martin@ and bcallah@ CVSROOT: /cvs Module name: ports Changes by: visa@cvs.openbsd.org 2019/12/18 06:16:15 Modified files: graphics/openexr: Makefile Log message: Fix build on mips64*. OK ajacoutot@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/12/18 06:33:29 Modified files: sys/uvm : uvm_km.c uvm_map.c uvm_map.h Log message: Set vm_map's pmap in uvm_map_setup(). OK guenther@, kettenis@, mpi@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/18 08:05:44 Modified files: net/isc-bind : Makefile distinfo net/isc-bind/files: named.conf net/isc-bind/patches: patch-bin_dig_dig_c patch-bin_dig_host_c patch-bin_dig_nslookup_c patch-bin_named_include_named_globals_h patch-lib_isc_Makefile_in patch-lib_isc_unix_net_c patch-lib_isc_unix_socket_c net/isc-bind/pkg: PLIST Added files: net/isc-bind/pkg: MESSAGE Log message: major version update to BIND 9.14.8 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/18 08:09:16 Modified files: net/strongswan : Makefile distinfo net/strongswan/pkg: PFRAG.aesni PLIST Log message: update to strongswan-5.8.2 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/12/18 08:19:30 Modified files: usr.sbin/bind/bin/dig: dig.1 host.1 nslookup.1 Log message: spell "name server" consistently; i kind of prefer "nameserver", but this way is much less work; CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2019/12/18 09:32:42 Modified files: build : mirrors.dat Log message: ftp.spline.de is back CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2019/12/18 09:33:02 Modified files: . : ftp.html ftplist httpslist openbgpd : ftp.html openssh : ftp.html portable.html openntpd : portable.html Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/18 11:07:03 Modified files: usr.sbin/bind/bin/dig: dig.c Log message: -h for help can be discovered other ways CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/18 11:07:46 Modified files: usr.sbin/bind/bin/dig: dig.1 Log message: move -h description into .Bl list rather than main body CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/12/18 11:29:54 Modified files: share/man/man5 : resolv.conf.5 Log message: about time unwind got a namecheck; CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/18 11:31:49 Removed files: usr.sbin/bind/bin/dig: dig.html host.html nslookup.html Log message: do not need these CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/18 11:38:49 Modified files: usr.sbin/bind/bin/dig: dig.c Log message: dig not DiG CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/18 11:42:12 Modified files: usr.sbin/bind/bin/dig: Makefile.in Log message: remove HTMLPAGES components, not used CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/18 12:24:26 Modified files: net/isc-bind : Tag: OPENBSD_6_6 Makefile distinfo net/isc-bind/patches: Tag: OPENBSD_6_6 patch-bin_dig_dig_c patch-bin_dig_host_c patch-bin_dig_nslookup_c Log message: update -stable to bind 9.11.14 and merge the pledge improvements from -current CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/18 12:38:17 Modified files: net : Makefile net/isc-bind : Makefile distinfo net/isc-bind/patches: patch-bin_dig_dig_c patch-bin_dig_host_c patch-bin_dig_nslookup_c net/isc-bind/pkg: DESCR Log message: update to bind 9.14.9 (released today) remove the no_openssl flavour, openssl/libressl is required in the current versions CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/18 13:22:05 Modified files: lang/php : Makefile.inc lang/php/7.2 : Makefile distinfo lang/php/7.2/pkg: PLIST-apache PLIST-bz2 PLIST-curl PLIST-dba PLIST-gd PLIST-gmp PLIST-imap PLIST-intl PLIST-ldap PLIST-main PLIST-mysqli PLIST-odbc PLIST-pcntl PLIST-pdo_dblib PLIST-pdo_mysql PLIST-pdo_odbc PLIST-pdo_pgsql PLIST-pdo_sqlite PLIST-pgsql PLIST-pspell PLIST-shmop PLIST-snmp PLIST-soap PLIST-sqlite3 PLIST-tidy PLIST-xmlrpc PLIST-xsl PLIST-zip lang/php/7.3 : Makefile distinfo lang/php/7.3/pkg: PLIST-apache PLIST-bz2 PLIST-curl PLIST-dba PLIST-gd PLIST-gmp PLIST-imap PLIST-intl PLIST-ldap PLIST-main PLIST-mysqli PLIST-odbc PLIST-pcntl PLIST-pdo_dblib PLIST-pdo_mysql PLIST-pdo_odbc PLIST-pdo_pgsql PLIST-pdo_sqlite PLIST-pgsql PLIST-pspell PLIST-shmop PLIST-snmp PLIST-soap PLIST-sqlite3 PLIST-tidy PLIST-xmlrpc PLIST-xsl PLIST-zip lang/php/pecl : pecl.port.mk Log message: update to php-7.2.26 / php-7.3.13 and tidy Makefiles a bit CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/18 13:22:40 Modified files: lang/php : Tag: OPENBSD_6_6 Makefile.inc lang/php/7.1 : Tag: OPENBSD_6_6 distinfo lang/php/7.2 : Tag: OPENBSD_6_6 Makefile distinfo lang/php/7.3 : Tag: OPENBSD_6_6 Makefile distinfo Log message: update to php-7.1.33 / php-7.2.26 / php-7.3.13 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/12/18 13:25:16 Modified files: mail/kopano/core: Makefile distinfo mail/kopano/core/pkg: PLIST-main PLIST-mapi Log message: update to 9.0.2 CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2019/12/18 13:33:49 Modified files: usr.sbin/bind/lib/isc/powerpc/include/isc: atomic.h usr.sbin/bind/lib/isc/unix: socket.c Log message: unifdef _AIX CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/12/18 15:07:03 Modified files: mail/kopano : Makefile.inc Log message: fix previous commit that updated kopano-core to 9.0.2 by commiting the missing bit in Makefile.inc CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2019/12/18 17:07:20 Modified files: usr.bin/ftp : fetch.c Log message: Prevent redirections to file: URLs Report and fix from Hiltjo Posthuma, input from and ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/12/18 19:42:46 Modified files: lang/python : python.port.mk Log message: Adjust python.port.mk to not have the m suffix on the library for 3.8+ (Effectively we only keep it for 3.7). ok kn CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/12/18 19:57:28 Modified files: net/samba : Makefile distinfo net/samba/patches: patch-Makefile patch-auth_auth_log_c patch-buildtools_wafsamba_samba_autoconf_py patch-buildtools_wafsamba_samba_conftests_py patch-buildtools_wafsamba_samba_install_py patch-buildtools_wafsamba_wafsamba_py patch-buildtools_wafsamba_wscript patch-lib_ldb_wscript patch-lib_tevent_wscript patch-python_samba_provision___init___py patch-source3_modules_vfs_acl_tdb_c patch-source3_wscript patch-source3_wscript_build patch-source4_heimdal_build_wscript_build patch-source4_scripting_bin_samba_upgradedns net/samba/pkg : PLIST-ldb PLIST-main Log message: Downgrade to samba-4.9.17 samba-4.10.10 and later fail to link on ld.bfd archs. Revert until someone(tm) tracks down the problem. Errors look like: /usr/bin/ld: BFD 2.17 internal error, aborting at /usr/src/gnu/usr.bin/binutils-2.17/bfd/elfcode.h line 190 in void bfd_elf64_swap_symbol_in(bfd *, const void *, const void *, Elf_Internal_Sym *) /usr/bin/ld: /pobj/samba-4.10.10/samba-4.10.10/bin/default/lib/param/libserver-role-samba4.so: invalid string offset 3755991007 >= 625 for section `.dynstr' 3755991007 is 0xDFDFDFDF is likely already freed memory. build failures: http://build-failures.rhaalovely.net/sparc64/2019-12-11/net/samba,.log http://build-failures.rhaalovely.net/mips64/2019-12-06/net/samba,,-ldb.log CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2019/12/18 20:50:01 Modified files: usr.bin/ssh : sshd.8 Log message: "Forward security" -> "Forward secrecy" since that's the correct term. Add "MAC" since we use that acronym in other man pages. ok naddy@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/18 20:57:28 Modified files: usr.sbin/bind/lib/isc/unix: net.c Log message: Do not need the getudpportrange functions. We don't need to perform any crazy random port allocation for dns 'security' in USERLAND because the KERNEL has automatically done port-randomization since 1996 (wow the year of BSE in Britain) CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/12/18 23:43:51 Modified files: usr.sbin/bgpctl: bgpctl.c Log message: Change the way individual show functions are called. Up until now an imsg was passed to each function and output happened based on the imsg type. Now show() will look at the imsg and based on the type call the right function to output this type. Because of this every show function is now only displaying one specific object. OK benno@ CVSROOT: /cvs Module name: ports Changes by: feinerer@cvs.openbsd.org 2019/12/19 00:00:24 Log message: Import Blosc 1.17.1 Blosc is a high performance compressor optimized for binary data. It has been designed to transmit data to the processor cache faster than the traditional, non-compressed, direct memory fetch approach via a memcpy() OS call. Blosc is meant not only to reduce the size of large datasets on-disk or in-memory, but also to accelerate memory-bound computations. It uses the blocking technique so as to reduce activity in the memory bus as much as possible. In short, this technique works by dividing datasets in blocks that are small enough to fit in caches of modern processors and perform compression/decompression there. It also leverages, if available, SIMD instructions (SSE2, AVX2) and multi-threading capabilities of CPUs, in order to accelerate the compression/decompression process to a maximum. From martin@; input and OK from bcallah@, feinerer@, and sthen@ Status: Vendor Tag: feinerer Release Tags: feinerer_20191219 N ports/archivers/blosc/distinfo N ports/archivers/blosc/Makefile N ports/archivers/blosc/patches/patch-tests_test_common_h N ports/archivers/blosc/patches/patch-bench_CMakeLists_txt N ports/archivers/blosc/pkg/PLIST N ports/archivers/blosc/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: feinerer@cvs.openbsd.org 2019/12/19 00:03:56 Modified files: archivers : Makefile Log message: +blosc CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/12/19 01:01:29 Modified files: graphics/libsixel: Makefile distinfo Log message: Update libsixel to 1.8.4. Fixes CVE-2019-11024 and a bunch of other security issues. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/12/19 02:01:50 Modified files: sys/dev : ipmivar.h ipmi.c Log message: Use bus_size_t as the type for the base address. ok deraadt@, dlg@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/12/19 02:22:34 Modified files: usr.bin/tmux : cfg.c cmd-queue.c cmd-source-file.c key-bindings.c notify.c tmux.h Log message: When adding a list with multiple commands to the queue, the next item to insert after needs to be the last one added, not the first. Reported by Jason Kim in GitHub issue 2023. CVSROOT: /cvs Module name: src Changes by: bentley@cvs.openbsd.org 2019/12/19 02:38:03 Modified files: sbin/disklabel : disklabel.8 share/man/man1 : proot.1 sbin/mountd : exports.5 sbin/dump : dump.8 Log message: Spell "mount point" as other man pages do, with a space. ok jmc@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/12/19 03:12:25 Modified files: net/libmaxminddb: Makefile distinfo Log message: Update GeoLite2 databases to 20191217. CVSROOT: /cvs Module name: src Changes by: fcambus@cvs.openbsd.org 2019/12/19 03:15:21 Modified files: sys/dev/pv : if_vio.c Log message: Add size for free() in vio(4). There is an existing allocsize variable tracking size of allocations, turns out we can pass it to free in the error path. OK florian@, mpi@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/12/19 04:42:51 Modified files: net/libfilezilla: Makefile Log message: libfilezilla: needs atomics on powerpc (and probably hppa) OK jca@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/19 04:52:32 Modified files: graphics/ffmpeg: Makefile Log message: vadim@ noticed that if gnustep-corebase is installed that some OS X tests in the configure script are triggered and the configure script inserts OS X specific command line parameters during the build. from Brad (maintainer) CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2019/12/19 05:04:38 Modified files: sys/dev : vscsi.c sys/dev/usb : uhid.c sys/net : switchctl.c sys/arch/sparc64/dev: vldcp.c Log message: poll handlers must return a poll(2) revents value, not errno(2) values. Some drivers have returned ENXIO (6) if the device is not available which incorrectly translates into POLLPRI|POLLOUT (2|4) in userland. Change it to POLLERR for now, but it might as well be POLLHUP. OK mpi@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/12/19 06:34:45 Modified files: usr.sbin/smtpd : smtpd.conf.5 Log message: tweak previous; CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/19 06:49:44 Modified files: mail/mutt : Makefile distinfo Log message: update to mutt-1.13.2 CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2019/12/19 07:23:02 Modified files: usr.sbin/rpki-client: rpki-client.8 Log message: Align man file with reality CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/19 07:41:44 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.2. CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2019/12/19 08:09:30 Modified files: usr.bin/ssh : ssh_config.5 sshd_config.5 Log message: Document that security key-hosted keys can act as host keys. Update the list of default host key algorithms in ssh_config.5 and sshd_config.5. Copy the description of the SecurityKeyProvider option to sshd_config.5. ok jmc@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/19 08:39:10 Modified files: graphics/ImageMagick: Makefile distinfo graphics/ImageMagick/patches: patch-configure_ac graphics/ImageMagick/pkg: PLIST Log message: update to ImageMagick 6.9.10-79 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/19 08:42:00 Modified files: net/isc-bind : Makefile Log message: disable SEPARATE_BUILD, fixes build failure (on a system which doesn't already have bind installed) reported by naddy CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/19 08:48:56 Modified files: net/wireshark : Makefile distinfo net/wireshark/patches: patch-CMakeLists_txt patch-caputils_capture-pcap-util_c patch-rawshark_c patch-tools_make-version_pl net/wireshark/pkg: PLIST-text Log message: update to wireshark-3.2.0 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/12/19 09:32:44 Modified files: usr.sbin/rpki-client: output.c Log message: Fix output loop to not stop when the first unused output format is encountered. Fixes rpki-client -j which did not produce any output before. Found by and OK job@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/12/19 09:37:12 Modified files: graphics/libansilove: Makefile distinfo Log message: Update libansilove to 1.1.7. CVSROOT: /cvs Module name: src Changes by: remi@cvs.openbsd.org 2019/12/19 09:47:14 Modified files: usr.sbin/ripd : auth.c Log message: Validate auth_offset before using it. If it's too big ripd will crash. RFC 2082, chapter 3.1 sys about the offset: A 16 bit offset from the RIP-2 header to the MD5 digest (if no other trailer fields are ever defined, this value equals the RIP-2 Data Length). Problem reported by Hiltjo Posthuma. OK claudio@ deraadt@ benno@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/19 09:49:48 Modified files: usr.bin/ftp : Tag: OPENBSD_6_5 fetch.c Log message: Prevent redirections to file: URLs Report and fix from Hiltjo Posthuma, input from and ok deraadt@ this is errata 6.5/026_ftp.patch.sig CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/19 09:50:22 Modified files: usr.bin/ftp : Tag: OPENBSD_6_6 fetch.c Log message: Prevent redirections to file: URLs Report and fix from Hiltjo Posthuma, input from and ok deraadt@ this is errata 6.6/015_ftp.patch.sig CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/19 09:50:46 Modified files: usr.sbin/ripd : Tag: OPENBSD_6_6 auth.c Log message: Validate auth_offset before using it. If it's too big ripd will crash. RFC 2082, chapter 3.1 sys about the offset: A 16 bit offset from the RIP-2 header to the MD5 digest (if no other trailer fields are ever defined, this value equals the RIP-2 Data Length). Problem reported by Hiltjo Posthuma. OK claudio@ deraadt@ benno@ this is errata 6.6/016_ripd.patch.sig CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/19 09:51:06 Modified files: usr.sbin/ripd : Tag: OPENBSD_6_5 auth.c Log message: Validate auth_offset before using it. If it's too big ripd will crash. RFC 2082, chapter 3.1 sys about the offset: A 16 bit offset from the RIP-2 header to the MD5 digest (if no other trailer fields are ever defined, this value equals the RIP-2 Data Length). Problem reported by Hiltjo Posthuma. OK claudio@ deraadt@ benno@ this is errata 6.5/027_ripd.patch.sig CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2019/12/19 10:03:22 Modified files: . : errata65.html errata66.html Log message: release ftp and ripd errata. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/12/19 10:31:03 Modified files: usr.sbin/rpki-client: rpki-client.8 Log message: wider list width to adjust for previous; CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/12/19 10:34:10 Modified files: x11/spectrwm : Makefile distinfo x11/spectrwm/patches: patch-spectrwm_c Log message: Update to spectrwm-3.3.0 Changelog: https://github.com/conformal/spectrwm/blob/SPECTRWM_3_3_0/CHANGELOG.md OK gonzalo@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/12/19 10:40:11 Modified files: sys/kern : kern_bufq.c kern_exit.c kern_fork.c kern_malloc.c kern_physio.c kern_sensors.c kern_sig.c kern_task.c Log message: Convert infinite sleeps to {m,t}sleep_nsec(9). ok visa@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/19 10:42:13 Modified files: devel/glib2 : Makefile distinfo devel/glib2/patches: patch-meson_build devel/glib2/pkg: PLIST Log message: Update to glib2-2.62.4. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/12/19 10:42:17 Modified files: sys/arch/amd64/amd64: pmap.c sys/arch/amd64/include: pmap.h Log message: Convert boolean_t/TRUE/FALSE to int/1/0 for coherency with the rest of the kernel. ok mlarkin@, visa@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/12/19 10:46:32 Modified files: sys/arch/i386/i386: pmap.c pmapae.c sys/arch/i386/include: pmap.h Log message: Convert boolean_t/TRUE/FALSE to int/1/0 for coherency with the rest of the kernel. ok mlarkin@, visa@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/12/19 10:53:27 Modified files: sys/arch/arm/arm: pmap7.c sys/arch/arm/include: pmap.h sys/arch/arm64/arm64: pmap.c Log message: Convert boolean_t/TRUE/FALSE to int/1/0 for coherency with the rest of the kernel. ok patrick@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/12/19 11:36:37 Modified files: usr.sbin/ndp : ndp.c Log message: In ndp(8) the scope ID was not set correctly so it touches the wrong route. In parse_host() s6_addr is type u_int8_t, but we have to write a 16 bit value. Add a cast to fix ndp -c. reported by Matthias Pitzl; OK kn@ CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2019/12/19 11:53:37 Modified files: sys/kern : sys_pipe.c sys/sys : pipe.h Log message: Start protecting the pipe_peer member of `struct pipe' using the pipe_lock. This add a potential sleeping point in the kqueue filter routines which should be fine by now thanks to changes made to the kqueue subsystem by visa. ok visa@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/12/19 12:09:53 Modified files: sbin/isakmpd : monitor.c Log message: The previous fix for creating isakmpd(8) IKE pcap file, weakened the path sanitizer in the privsep parent. Bring back the checks in a way that works with new realpath(3). tested and OK hshoexer@ CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2019/12/19 12:43:14 Modified files: devel/subversion: Makefile Log message: Re-enable support for storing plaintext passwords in Subversion. Subversion has disabled saving of plaintext passwords by default and a compile-time option is now required to enable this feature. OpenBSD has always disabled this feature at run-time in /etc/subversion and left users the choice to enable it in their configuration files. Unfortunately, the alternative password stores, gnome-keyring and KDE wallet, do not work in non-X11 environments. And the gpg-agent password store is not persistent. So there is no better solution for unattended SVN password authentication in non-X11 environments on OpenBSD, or pretty much any UNIX-like system for that matter. ok sthen@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/12/19 13:23:25 Modified files: lib/libssl/man : SSL_CTX_set_cipher_list.3 regress/sbin/ifconfig: ifaddr.c sys/dev/isa : if_ie.c Log message: spelling; from bryan stenson CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/12/19 14:13:20 Modified files: devel/samurai : Makefile distinfo Log message: Update to samurai-1.0 Changelog: https://github.com/michaelforney/samurai/releases/tag/1.0 CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2019/12/19 19:11:38 Modified files: usr.bin/ssh : readconf.c Log message: Remove now-obsolete config options from example in comment. Patch from openbsd@academicsolutions.ch, ok djm@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2019/12/19 19:29:21 Modified files: usr.bin/ssh : readconf.c Log message: Remove obsolete opcodes from the configuation enum. Patch from openbsd@academicsolutions.ch, ok djm@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2019/12/19 19:42:42 Modified files: usr.bin/ssh : readconf.c Log message: Move always unsupported keywords to be grouped with the other ones. Move oSecurityProvider to match the order in the OpCodes enum. Patch from openbsd@academicsolutions.ch, ok djm@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/19 21:07:46 Modified files: usr.sbin/bind : configure configure.in usr.sbin/bind/lib: Makefile.in Removed files: usr.sbin/bind/lib/samples: Makefile-postinstall.in Makefile.in nsprobe.c resolve.c rootkey.sh sample-async.c sample-gai.c sample-request.c sample-update.c Log message: don't need this directory either CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/12/20 00:17:02 Modified files: usr.sbin/bgpctl: bgpctl.c Log message: Change show_mrt_dump() to call show_rib() instead of the internal show_rib_detail() and show_rib_brief() functions. OK benno@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/12/20 00:18:51 Modified files: usr.sbin/bgpctl: bgpctl.c Log message: Shuffle the fmt_timeframe functions and change fmt_timeframe() to avoid printing negative time frames (caused by jumping the system clock back in time). OK benno@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/12/20 00:49:31 Modified files: sys/arch/amd64/amd64: acpi_machdep.c cpu.c machdep.c sys/arch/amd64/include: cpu.h specialreg.h Log message: Disable TSX when MSR_ARCH_CAPABILITIES sets TSX_CTRL. Even with the latest microcode this is not set on all CPUs with TSX, but is set on CPUs which don't need MDS mitigations. MDS mitigations also mitigate TSX Asynchronous Abort (TAA) but aren't done if the CPU claims to not be affected by MDS (MDS_NO). According to "Deep Dive: Intel Transactional Synchronization Extensions (Intel TSX) Asynchronous Abort" CPUs requiring additional mitigations for this are: 06-8e-0c Whiskey Lake (ULT refresh) 06-55-0{6,7} 2nd Gen Xeon Scalable Processors based on Cascade Lake 06-9e-0d Coffee Lake R Currently TSX is disabled unconditionally when possible even if TAA_NO is set. ok bluhm@ guenther@ deraadt@ tested by bluhm@ on i5-8365U (06-8e-0c). CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/12/20 00:55:30 Modified files: sys/arch/i386/i386: acpi_machdep.c cpu.c sys/arch/i386/include: cpu.h specialreg.h Log message: Disable TSX when MSR_ARCH_CAPABILITIES sets TSX_CTRL. Even with the latest microcode this is not set on all CPUs with TSX, but is set on CPUs which don't need MDS mitigations. MDS mitigations also mitigate TSX Asynchronous Abort (TAA) but aren't done if the CPU claims to not be affected by MDS (MDS_NO). According to "Deep Dive: Intel Transactional Synchronization Extensions (Intel TSX) Asynchronous Abort" CPUs requiring additional mitigations for this are: 06-8e-0c Whiskey Lake (ULT refresh) 06-55-0{6,7} 2nd Gen Xeon Scalable Processors based on Cascade Lake 06-9e-0d Coffee Lake R Currently TSX is disabled unconditionally when possible even if TAA_NO is set. We don't currently do MDS mitigations on i386. Attempt to disable TSX regardless to match amd64. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/12/20 01:30:27 Modified files: sbin/unwind : unwind.c Log message: Try to bind to port 53 before opening the control socket. The bind might fail if another daemon is running while the control socket opening will succeed. Then we end up with an overwritten control socket, unwind exiting and no control socket to the already running unwind. Found the hard way by deraadt OK deraadt, mestre, kn, pamela CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2019/12/20 01:45:07 Modified files: x11/stumpwm : Makefile distinfo Removed files: x11/stumpwm/patches: patch-Makefile_in patch-bootstrap-depends_lisp Log message: Update to stumpwm-19.11 Maintainer change to Timo Myyra Diff from Timo Myyra CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/12/20 02:16:05 Modified files: usr.sbin/bgpctl: Makefile bgpctl.c Added files: usr.sbin/bgpctl: bgpctl.h output.c Log message: Split out show functions into a new file called output.c OK benno@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/12/20 02:27:00 Modified files: sys/net80211 : ieee80211_input.c Log message: Have net80211 actually update the Rx block ack sequence number window, as well as pulling frames off the Rx block ack reordering queue, when an incoming frame above the current seqnum window forces us to slide the window forward, potentially losing frames within the old window. Leaving the seqnum window out of sync with the queue would cause needlessly long stalls in traffic until the window moved again for some other reason. Problem observed on lossy wifi whenever netstat -W indicated an increasing "input block ack window slides" counter. With this fix, stalled frames can be observed only for a relatively short amount of time whenever one or more frames in the current window are lost. ok mpi@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/12/20 02:28:06 Modified files: sys/net80211 : ieee80211_input.c Log message: Ignore new Rx block ack agreements until the WPA handshake is done. Some peers will eagerly try to negotiate block ack (asking us to reserve buffer space) before they are done authenticating themselves. No thanks. Just let them try again later. ok mpi@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/12/20 03:16:23 Modified files: sys/dev/ic : ar5008.c Log message: Make athn(4) use a constant Tx retry rate while MiRA is probing. Matches what iwm(4) has been doing for a long time to ensure that a good initial Tx rate will be chosen. Tested by Tracey Emery on AR9281. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/12/20 03:23:27 Modified files: sys/dev/pci : if_iwm.c Log message: Make iwm(4) clear/set selected bits in the HW_IF_CONFIG register, rather than writing a hard-coded bit pattern to this register. Matches what Intel's Linux driver does, so it should be the right thing to do. Tested on 8265 by Tracey Emery and myself. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/20 05:17:57 Modified files: net/dhcpcd : Makefile distinfo Log message: update to dhcpcd-8.1.3 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/20 06:18:35 Modified files: multimedia/x265: Makefile Added files: multimedia/x265/patches: patch-source_encoder_analysis_cpp Log message: Fix bug in loading co-located CU's TU depth. via Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/20 06:19:12 Modified files: audio/audacity : Makefile distinfo Log message: audacity tweaks: - build with ffmpeg support, suggested by solene@ (and use --disable-dynamic-loading to avoid dlopening ffmpeg) - use GH_* and add a note explaining why we aren't using the upstream tarballs (stupid time-expiring URLs on fosshub) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/20 06:19:46 Modified files: multimedia/aom : Makefile distinfo multimedia/aom/patches: patch-build_cmake_aom_configure_cmake Log message: Update to aom 20191218 snapshot. from Brad (maintainer) CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/12/20 06:25:03 Modified files: sys/arch/loongson/loongson: conf.c Log message: Fix build. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/20 06:27:05 Modified files: sysutils/amazon-ssm-agent: Makefile distinfo sysutils/amazon-ssm-agent/patches: patch-agent_platform_platform_unix_go Log message: Update to amazon-ssm-agent-2.3.786.0. CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/12/20 06:27:41 Modified files: sys/arch/mips64/mips64: pmap.c Log message: Convert boolean_t/TRUE/FALSE to int/1/0 in mips64 pmap. Rename variables for clarity while here. OK mpi@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/20 06:28:52 Modified files: sysutils/exoscale-cli: Makefile distinfo Log message: Update to exoscale-cli-1.9.0. CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/12/20 06:29:23 Modified files: sys/arch/sgi/sgi: ip27_machdep.c Log message: Replace a lonely TRUE. OK mpi@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/20 06:34:08 Modified files: sysutils/remotebox: Makefile distinfo sysutils/remotebox/pkg: PLIST Log message: Update to remotebox-2.7. CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/12/20 06:34:41 Modified files: sys/arch/loongson/loongson: bus_dma.c loongson2_machdep.c sys/arch/mips64/mips64: mem.c sys_machdep.c vm_machdep.c sys/arch/octeon/octeon: bus_dma.c machdep.c sys/arch/sgi/sgi: bus_dma.c machdep.c Log message: Convert various boolean_t/TRUE/FALSE to int/1/0 in mips64 memory code. OK mpi@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/20 06:38:58 Modified files: sysutils/packer: Makefile distinfo Log message: Update to packer-1.5.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/20 06:39:33 Modified files: sysutils/terraform/provider-aws: Makefile distinfo sysutils/terraform/provider-cloudflare: Makefile distinfo sysutils/terraform/provider-digitalocean: Makefile distinfo sysutils/terraform/provider-newrelic: Makefile distinfo sysutils/terraform/provider-opsgenie: Makefile distinfo sysutils/terraform/provider-vsphere: Makefile distinfo Log message: Update terraform providers. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/20 06:55:08 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-274.0.0. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/20 07:40:21 Modified files: mail/pecl-mailparse: Makefile distinfo mail/pecl-mailparse/pkg: PLIST Log message: update to pecl-mailparse-3.0.4 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/20 07:42:50 Modified files: sysutils/deja-dup: Makefile distinfo sysutils/deja-dup/patches: patch-help_LINGUAS Log message: Update to deja-dup-40.6. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2019/12/20 08:51:26 Modified files: devel/ninja : Makefile Added files: devel/ninja/patches: patch-src_build_cc patch-src_build_h patch-src_state_cc patch-src_state_h Log message: Implement stable build order for reproducible and more reliable builds: * Use a deque for the ready_ queue so that build order is not randomized by using a set of pointers. Inspired by a diff by jca@. okay sthen@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/12/20 09:54:19 Modified files: lib/libc/gmon : Makefile.inc Log message: The mcount.po target is special cased here since mcount.c should not be compiled with pie or profiling enabled. This was missed when the independent depend target was removed. Align this target with the inference rules in bsd.lib.mk. This now creates mcount.d as it should and fixes 'make clean' which previously left mcount.po.d behind. ok guenther CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/20 10:11:58 Modified files: security/openssl/1.0.2: Makefile distinfo security/openssl/1.0.2/pkg: PLIST Log message: update to openssl-1.0.2u CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/20 10:16:37 Modified files: net/kea : Makefile distinfo net/kea/patches: patch-src_bin_keactrl_kea-ctrl-agent_conf_pre patch-src_bin_keactrl_kea-dhcp-ddns_conf_pre patch-src_bin_keactrl_kea-dhcp4_conf_pre patch-src_bin_keactrl_kea-dhcp6_conf_pre patch-src_bin_keactrl_kea-netconf_conf_pre net/kea/pkg : PLIST Added files: net/kea/pkg : PFRAG.mysql PFRAG.postgresql Log message: update to kea-1.7.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/20 10:16:49 Modified files: net : Makefile Log message: build kea flavours CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/20 10:19:35 Modified files: devel/log4cplus: Makefile Log message: add a note pointing out that kea wasn't shutting down properly when I tried updating this to 2.0.4 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/12/20 12:16:40 Modified files: lib/libc/stdlib: rand48.3 Log message: drand48(3) returns values in [0.0, 1.0). From j@bitminer.ca with input from Andras Farkas, deraadt, joerg@netbsd "fix however you feel best!" jmc CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/20 12:38:29 Modified files: devel/log4cplus: Makefile distinfo Log message: update to the most recent release of log4cplus's 1.x branch, kea still shuts down ok with this one CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/20 12:52:26 Modified files: infrastructure/bin: portimport Log message: add a reminder to commit db/user.list if pkg/P* contains tags to add users/groups CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/20 13:00:31 Modified files: infrastructure/mk: arch-defines.mk Log message: Catch up with the documentation that espie@ recently added to bsd.port.mk(5) and actually make LLD_EMUL empty if the linker is not ld.lld. Use a simpler variable-name-based lookup table rather than string manipulation in a loop. Diff was worked out with espie a couple of weeks ago. CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2019/12/20 13:28:55 Modified files: usr.bin/ssh : PROTOCOL.u2f Log message: SSH U2F keys can now be used as host keys. Fix a garden path sentence. ok markus@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/20 14:06:17 Modified files: net/isc-dhcp : Makefile net/isc-dhcp/patches: patch-bind_Makefile_in Removed files: net/isc-dhcp/patches: patch-bind_bind-9_11_2-P1_lib_isc_backtrace_c Log message: we're patching to disable backtrace in the bundled bind code; change to a simpler patch in a file that is less likely to move between version updates CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/12/20 15:30:16 Modified files: regress/sys/netinet/ipsec: ipsec.conf Log message: The IPsec policy check for IPComp bundles has been fixed in the kernel. So we can make the test config stricter. Change the type of ipcomp bundle flows from use to dontacq. CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2019/12/20 16:03:30 Modified files: usr.sbin/bind/bin/dig: dig.1 host.1 Log message: Remove blurb about IDN support, which we disable. Input from and ok jmc@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2019/12/20 16:39:01 Modified files: regress/lib/libpthread/semaphore/sem_timedwait: sem_timedwait.c Log message: Fix the sem_timedwait(3) test. The recent clock_getres(2) changes made it so that clock_getres(2) returns the granularity of the active timecounter. This is usually much finer than that of hardclock(9), so we can no longer use clock_getres(2) to fudge our upper timeout return bound. The test is failing because it thinks our sem_timedwait(3) call is returning with too much latency. We can still get the hardclock(9) granularity via the kern.clockrate sysctl(2), though, so just use that to fudge the upper bound. While here, we ought to be checking that we return after the requested absolute timeout, not that we were asleep for a particular interval. Breakage reported by mpi@. ok mpi@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/12/20 18:47:12 Modified files: graphics/gegl04: Makefile Added files: graphics/gegl04/patches: patch-meson_build Log message: Fix cpu detection on "unknown" architectures, eg sparc64 From Debian, patch pointed out by cwen@, ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/12/20 19:19:13 Modified files: usr.bin/ssh : authfd.c authfd.h clientloop.c readconf.c readconf.h ssh.c ssh_config.5 Log message: Allow forwarding a different agent socket to the path specified by $SSH_AUTH_SOCK, by extending the existing ForwardAgent option to accepting an explicit path or the name of an environment variable in addition to yes/no. Patch by Eric Chiang, manpage by me; ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/12/20 19:33:07 Modified files: regress/usr.bin/ssh: agent.sh sshcfgparse.sh Log message: unit tests for ForwardAgent=/path; from Eric Chiang CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/12/20 22:23:38 Modified files: lib/libc/sys : madvise.2 mmap.2 mprotect.2 msync.2 munmap.2 Log message: In "4.2BSD System Manual" (/usr/doc/sysman in 4.2BSD source) mmap(), munman(), madvise() and mprotect() are described as planned for later releases. A fully functional mmap(2) supporting shared libraries first appeared in SunOS 4.0 along with msync(2). SunOS 4.1 added madvise(3) and replaced msync(2) with mctl(2) which was was used to implement msync(3), mlock(3) and munlock(3). While some of these functions appear as empty or ifdef'd functions in 4.1cBSD and later it was not until the Mach VM was integrated with Net/2 that most of them were implemented. Though the CSRG releases never supported shared libraries or madvise(). mlock()/munlock() were not in Net/2 as they were added by hibler in 1993, but were in 4.4BSD. madvise(2) was implemented for UVM in NetBSD 1.5 and ported to OpenBSD 2.7. For now instead of trying to accurately describe when interfaces first appeared in other systems correct when they were first available in CSRG or OpenBSD releases, retaining the text in mmap(2) discussing SunOS 4.0. madvise(2) 4.4BSD -> OpenBSD 2.7 mmap2(2) 4.4BSD -> 4.3BSD Net/2 mprotect(2) 4.4BSD -> 4.3BSD Net/2 msync(2) 4.4BSD -> 4.3BSD Net/2 munmap(2) 4.1cBSD -> 4.3BSD Net/2 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/12/20 23:01:09 Modified files: lib/libc/gen : auth_subr.3 Log message: Warn that auth_call(3) users should include a "--" argument before non-optional arguments to stop getopt(3) processing. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2019/12/21 00:16:02 Modified files: usr.sbin/smtpd : smtp_session.c Log message: do not generate smtp reports for unfiltered sessions, the events will be discarded in lookup process anyways and this goes in the way of smtp-out work CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/12/21 03:02:34 Modified files: regress/lib/libm/fenv: fenv.c Log message: Disable FP exception masking tests on armv7 and arm64. ARM hardware doesn't implement this feature. ok blum@ (a while back) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/12/21 03:05:55 Modified files: regress/lib/libm/fenv: fenv.c Log message: s/__arm64__/__aarch64__/g It helps when you commit from the machine you actually tested on. CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2019/12/21 03:23:37 Modified files: usr.sbin/smtpd : lka.c lka_filter.c smtp_session.c smtpd.h Log message: do not pass rdns, fcrdns, ss_src and ss_dest with IMSG_FILTER_SMTP_BEGIN, but gather the information from the link-connect reporting event instead. this removes redundant code and makes it easier to prepare for smtp-out. CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2019/12/21 03:34:07 Modified files: usr.sbin/smtpd : mta.c Log message: keep track of the relay action in relays, will be used for smtp-out reporting CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2019/12/21 03:34:33 Modified files: usr.sbin/smtpd : mta_session.c Log message: keep track of DATA length in mta_session, will be needed for smtp-out reporting CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2019/12/21 03:40:20 Modified files: usr.sbin/smtpd : smtpd.h Log message: add FILTER_SUBSYSTEM_SMTP_OUT to filter_subsystem enum and add filter name to struct dispatcher_remote, this will reduce the smtp-out reporting diff CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2019/12/21 04:07:38 Modified files: usr.sbin/smtpd : lka_filter.c mta_session.c parse.y Log message: start bringing smtp-out reporting code, lacks some events still CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2019/12/21 04:47:34 Modified files: usr.sbin/smtpd : lka_filter.c Log message: if a filter was attached to a relay action in config, notify instance that it can register smtp-out events CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/21 04:50:31 Modified files: net/unifi/testing: Makefile distinfo net/unifi/testing/pkg: PLIST Log message: update unifi-testing to 5.12.46 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/12/21 05:33:03 Modified files: sys/dev : spdmem.c Log message: Fix DDR4 DIMM size calculation. ok claudio@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/21 06:00:49 Modified files: net/dhcpcd : Makefile distinfo Log message: update to dhcpcd-8.1.4 CVSROOT: /cvs Module name: src Changes by: mortimer@cvs.openbsd.org 2019/12/21 06:16:25 Modified files: gnu/llvm/tools/lldb/source/Plugins/Process/OpenBSD: CMakeLists.txt gnu/usr.bin/clang/liblldbPluginProcess: Makefile Added files: gnu/llvm/tools/lldb/source/Plugins/Process/OpenBSD: NativeRegisterContextOpenBSD_arm64.cpp NativeRegisterContextOpenBSD_arm64.h Log message: Add arm64 support for lldb. "Go for it" kettenis@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/21 06:27:05 Modified files: editors/vim : Makefile distinfo editors/vim/patches: patch-runtime_filetype_vim patch-runtime_syntax_make_vim editors/vim/pkg: PLIST-main editors/vim-spell: Makefile.inc distinfo editors/vim-spell/pkg: PLIST-af PLIST-am PLIST-bg PLIST-ca PLIST-cs PLIST-cy PLIST-da PLIST-de PLIST-el PLIST-eo PLIST-es PLIST-fo PLIST-fr PLIST-ga PLIST-gd PLIST-gl PLIST-he PLIST-hr PLIST-hu PLIST-id PLIST-it PLIST-ku PLIST-la PLIST-lt PLIST-lv PLIST-mg PLIST-mi PLIST-ms PLIST-nb PLIST-nl PLIST-nn PLIST-ny PLIST-pl PLIST-pt PLIST-ro PLIST-ru PLIST-rw PLIST-sk PLIST-sl PLIST-sv PLIST-sw PLIST-tet PLIST-tl PLIST-tn PLIST-uk PLIST-yi PLIST-zu Log message: update to vim-8.2.25 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/12/21 06:50:12 Log message: Import sysutils/mangl, a graphical manual page viewer using mandoc. ok bentley@ naddy@ Mangl is a graphical man page viewer based on the mandoc library. It uses OpenGL to display man pages with clickable hyperlinks and smooth scrolling. Features: * Searching of man pages * Hyperlinks to other man pages * Search within a man page * Browsing history * Colored text * Truetype support * Draggable scrollbar * Keyboard and mouse interaction Status: Vendor Tag: bcallah Release Tags: bcallah_20191221 N ports/sysutils/mangl/Makefile N ports/sysutils/mangl/distinfo N ports/sysutils/mangl/patches/patch-Makefile N ports/sysutils/mangl/patches/patch-main_c N ports/sysutils/mangl/patches/patch-configure N ports/sysutils/mangl/pkg/PLIST N ports/sysutils/mangl/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/12/21 06:50:32 Modified files: sysutils : Makefile Log message: +mangl CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/12/21 07:14:10 Log message: import py-backports-lzma 0.0.14 Python 3.3 onwards includes module lzma in the standard library, providing support for working with LZMA and XZ compressed files via the XZ Utils C library (XZ Utils is in a sense LZMA v2). ok sthen@ Status: Vendor Tag: jasper Release Tags: jasper_20192112 N ports/archivers/py-backports-lzma/Makefile N ports/archivers/py-backports-lzma/distinfo N ports/archivers/py-backports-lzma/pkg/DESCR N ports/archivers/py-backports-lzma/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/12/21 07:15:27 Log message: import py-cstruct-1.8 Convert C struct definitions into Python classes with methods for serializing/deserializing. ok sthen@ Status: Vendor Tag: jasper Release Tags: jasper_20192112 N ports/devel/py-cstruct/Makefile N ports/devel/py-cstruct/distinfo N ports/devel/py-cstruct/pkg/DESCR N ports/devel/py-cstruct/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/12/21 07:16:53 Log message: import jefferson-0.2 JFFS2 filesystem extraction tool. ok sthen@ Status: Vendor Tag: jasper Release Tags: jasper_20192112 N ports/sysutils/jefferson/Makefile N ports/sysutils/jefferson/distinfo N ports/sysutils/jefferson/pkg/DESCR N ports/sysutils/jefferson/pkg/PLIST N ports/sysutils/jefferson/patches/patch-src_jefferson_jffs2_lzma_py No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/12/21 07:17:59 Modified files: archivers : Makefile devel : Makefile sysutils : Makefile Log message: hookup jefferson and its dependencies CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/12/21 07:18:31 Modified files: sysutils/binwalk: Makefile Log message: add jefferson as an RDEP to extract JFFS2 filesystems CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/12/21 07:21:13 Modified files: net/napalm : Makefile.inc net/napalm/py-napalm: Makefile net/py-IOSXR : Makefile net/py-junos-eznc: Makefile net/py-ncclient: Makefile net/py-nxos : Makefile Log message: drop maintainership as i don't use napalm anymore CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/12/21 07:24:03 Log message: Import lang/quickjs, a small, embeddable JavaScript engine in C. ok fcambus@, who independently developed a very similar port of this QuickJS is a small and embeddable JavaScript engine. It supports the ES2020 specification including modules, asynchronous generators and proxies. It optionally supports mathematical extensions such as big integers (BigInt), big floating point numbers (BigFloat) and operator overloading. Status: Vendor Tag: bcallah Release Tags: bcallah_20191221 N ports/lang/quickjs/Makefile N ports/lang/quickjs/distinfo N ports/lang/quickjs/patches/patch-Makefile N ports/lang/quickjs/patches/patch-quickjs_c N ports/lang/quickjs/patches/patch-qjsc_c N ports/lang/quickjs/patches/patch-qjs_c N ports/lang/quickjs/patches/patch-quickjs-libc_c N ports/lang/quickjs/patches/patch-tests_test_builtin_js N ports/lang/quickjs/pkg/DESCR N ports/lang/quickjs/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/12/21 07:24:24 Modified files: lang : Makefile Log message: +quickjs CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/12/21 07:38:48 Modified files: devel/pango : Makefile Log message: pango: build with ports-gcc on base-gcc archs, move HOMEPAGE to https On base-gcc archs, the build failed due to redundant declarations and `-Werror=redundant-decls' being set. jca@ originally proposed to remove `-Werror' completely, but i found out that ports-gcc fixes the issue ootb and this has been preferred by aja@. OK jca@ aja@ (maintainer) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/12/21 08:25:12 Modified files: usr.bin/make : make.1 Log message: The man page actually didn't explain its main parameters! fix glaring omission okay schwarze@, jmc@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/12/21 08:26:47 Modified files: usr.bin/make : buf.c buf.h Log message: tweak buffer handling a bit: - make BufExpand a real function, zap BufOverflow - sprinkle assert that justify the arithmetic - use unsigned constants - fix a bug in the unlikely condition where Buf_printf would exactly match the buffer boundary and Buf_Retrieve would be called right after okay millert@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/12/21 08:28:17 Modified files: usr.bin/make : compat.c engine.c gnode.h job.c make.c suff.c targ.c Log message: rename built_status constants to be less quirky fold back BEINGMADE and BUILDING which mean the same thing GC CYCLE/ENDCYCLE okay millert@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/12/21 08:29:25 Modified files: usr.bin/make : arch.c compat.c cond.c dump.c engine.c engine.h gnode.h make.c parse.c suff.c targ.c targequiv.c Log message: rename a few variable/functions to have better names. adjust comments to be more meaningful reorder predecessors/successors fields in an order that makes more sense to me. okay millert@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/12/21 08:29:59 Modified files: usr.bin/make : gnode.h Log message: those fields only hold true/false value make it obvious okay millert@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/12/21 08:31:54 Modified files: usr.bin/make : engine.c gnode.h make.c suff.c symtable.h targ.c var.c var.h Log message: yet another mostly cosmetic diff - rename context into localvars, which is more meaningful and less generic - instantiate the random rumbling at the start of gnode.h with actual variable names - explain and group gnode.h variables better - make some comments terser/more meaningful okay millert@ CVSROOT: /cvs Module name: src Changes by: tim@cvs.openbsd.org 2019/12/21 10:30:48 Modified files: usr.bin/tmux : cmd-source-file.c Log message: Restore source-file -q behaviour, broken in r1.42; OK nicm@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2019/12/21 10:43:49 Modified files: usr.sbin/smtpd : mta_session.c Log message: upon connect to remote host extract hostname from banner when possible then generate link-greeting smtp-out report event CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/12/21 11:10:33 Modified files: sysutils/mangl : Makefile distinfo sysutils/mangl/patches: patch-Makefile Removed files: sysutils/mangl/patches: patch-main_c Log message: Update to mangl-1.0.2; fixes a bug where hyperlinks didn't work if you invoked mangl with a manual page on the command line. Thanks to naddy@ for spotting the bug and upstream for the quick fix! CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2019/12/21 11:56:27 Modified files: libexec/login_passwd: Makefile login_passwd.c Removed files: libexec/login_passwd: common.h login.c Log message: Replace modular version with origin BSDi version with our updates. In 2001 login_passwd was made modular so we could use the same source for passwd and kerberos auth. Now that we no longer have kerberos integrated we can simplify login_passwd. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2019/12/21 13:22:34 Modified files: usr.bin/ssh : ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-sk-helper.8 ssh.1 ssh_config.5 sshd.8 sshd_config.5 Log message: Replace the term "security key" with "(FIDO) authenticator". The polysemous use of "key" was too confusing. Input from markus@. ok jmc@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/12/21 14:04:10 Modified files: graphics/gegl04: Makefile Log message: Remove BROKEN-sparc64, missed in previous Pointed out by kmos@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/12/21 14:40:01 Modified files: . : Makefile distrib/special/more: Makefile etc : Makefile games/wargames : Makefile gnu/lib/libstdc++: Makefile.bsd-wrapper gnu/usr.bin/binutils: Makefile.bsd-wrapper gnu/usr.bin/binutils-2.17: Makefile.bsd-wrapper gnu/usr.bin/cc/doc: Makefile gnu/usr.bin/cc/include: Makefile gnu/usr.bin/cc/libgcov: Makefile gnu/usr.bin/cvs: Makefile.bsd-wrapper gnu/usr.bin/texinfo: Makefile.bsd-wrapper lib/librpcsvc : Makefile share/dict : Makefile share/misc : Makefile share/snmp : Makefile share/tabset : Makefile share/tmac : Makefile share/tmac/mdoc: Makefile usr.bin/infocmp: Makefile usr.bin/tic : Makefile usr.bin/tset : Makefile usr.sbin/bind : Makefile.bsd-wrapper usr.sbin/nsd : Makefile.bsd-wrapper usr.sbin/unbound: Makefile.bsd-wrapper Log message: a few depend:-related thingies that were still in. okay millert@, tb@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/12/21 17:07:56 Modified files: sys/dev/pci/drm/radeon: r100.c r200.c Log message: drm/radeon: fix r1xx/r2xx register checker for POT textures From Alex Deucher 33c1d3bc1d5e1062844a31acc85eb50f9447f006 in linux 4.19.y/4.19.91 008037d4d972c9c47b273e40e52ae34f9d9e33e7 in mainline linux CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/12/21 23:37:25 Modified files: usr.bin/signify: signify.c zsig.c Log message: have parseb64file be non-destructive, so we can write the comment in zsig without needing an extra copy okay tedu@ CVSROOT: /cvs Module name: src Changes by: jan@cvs.openbsd.org 2019/12/22 00:39:18 src/regress/libexec/ftpd Update of /cvs/src/regress/libexec/ftpd In directory cvs.openbsd.org:/tmp/cvs-serv78648/ftpd Log Message: Directory /cvs/src/regress/libexec/ftpd added to the repository CVSROOT: /cvs Module name: src Changes by: jan@cvs.openbsd.org 2019/12/22 00:43:33 Modified files: regress/libexec: Makefile Added files: regress/libexec/ftpd: Makefile README Log message: Add regression test for ftpd(8). OK bluhm@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/12/22 02:16:58 Modified files: regress/usr.bin/make: Makefile Log message: turns out I did fix the POSIX behavior of SHELL a while back. The test was just slightly bogus, as SHELL should be put *before* make. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/12/22 02:26:23 Modified files: usr.bin/make : var.c Log message: we also have "VAR_*" constants in parsevar with totally different meanings. Rename to avoid ambiguity - VAR_IS_SHELL (in var.c): the SHELL variable, which has specific POSIX semantics - VAR_SHELL (in parsevar.c): assign the result of running the command to the variable. no actual code change CVSROOT: /cvs Module name: src Changes by: denis@cvs.openbsd.org 2019/12/22 04:19:07 Modified files: usr.sbin/ospf6d: rde.h rde_lsdb.c rde_spf.c Log message: Rename and move calc_nexthop_clear()/calc_nexthop_add() OK claudio@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2019/12/22 05:19:20 Modified files: mail/opensmtpd-extras: Makefile distinfo Log message: update to 6.6.0 version ok jung@ a while ago CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2019/12/22 06:44:36 Modified files: productivity/tryton/5.0/account_statement: Makefile distinfo productivity/tryton/5.0/production_work: Makefile distinfo productivity/tryton/5.0/tryton: Makefile distinfo productivity/tryton/5.0/trytond: Makefile distinfo Log message: productivity/tryton/5.0 maintenance update CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2019/12/22 06:44:54 Modified files: productivity/tryton/5.2/account_statement: Makefile distinfo productivity/tryton/5.2/production_work: Makefile distinfo productivity/tryton/5.2/tryton: Makefile distinfo productivity/tryton/5.2/trytond: Makefile distinfo Log message: productivity/tryton/5.2 maintenance update CVSROOT: /cvs Module name: src Changes by: semarie@cvs.openbsd.org 2019/12/22 07:02:38 Modified files: usr.sbin/usbdevs: usbdevs.c Log message: code cleanup and rearranging. no intentionnal behaviour change (except a printf(3) changed to warn(3)) fine deraadt@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/12/22 07:12:47 Modified files: net/dnscrypt-proxy: Makefile distinfo net/dnscrypt-proxy/patches: patch-dnscrypt-proxy_example-dnscrypt-proxy_toml net/dnscrypt-proxy/pkg: PLIST Log message: Update to dnscrypt-proxy-2.0.36 Changelog: https://github.com/DNSCrypt/dnscrypt-proxy/blob/2.0.36/ChangeLog The miegkg/dns module was updated to version 1.1.26, that fixes a security issue affecting non-encrypted/non-authenticated DNS traffic. In dnscrypt-proxy, this only affects the forwarding feature. From Nam Nguyen (MAINTAINER). CVSROOT: /cvs Module name: src Changes by: denis@cvs.openbsd.org 2019/12/22 08:34:52 Modified files: usr.sbin/ospf6d: interface.c ospfe.c ospfe.h Log message: Scale send buffer on socket. OK remi@ CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2019/12/22 08:47:36 Modified files: devel/openmpi : Makefile distinfo devel/openmpi/pkg: PLIST Added files: devel/openmpi/patches: patch-opal_mca_pmix_pmix3x_pmix_src_mca_gds_ds12_gds_ds12_lock_pthread_c patch-opal_mca_pmix_pmix3x_pmix_src_mca_gds_ds21_gds_ds21_lock_pthread_c Log message: Update to openmpi-4.0.2 Changelog/Announcement: https://www.mail-archive.com/announce@lists.open-mpi.org/msg00124.html with help and input from David J. Raymond OK jca@ CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2019/12/22 08:55:06 Modified files: productivity/baikal: Makefile distinfo productivity/baikal/pkg: PLIST Log message: Update to baikal 0.6.1 and take MAINTAINER OK remi@ some time ago who had the same diff CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/12/22 09:05:42 Modified files: productivity/ledger: Makefile distinfo productivity/ledger/patches: patch-src_CMakeLists_txt productivity/ledger/pkg: PLIST Removed files: productivity/ledger/patches: patch-src_item_h Log message: Update ledger to 3.1.3. This fixes CVE-2017-2807, CVE-2017-2808, CVE-2017-12481, CVE-2017-12482. OK jca@, Sergey Bronnikov (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/12/22 09:53:40 Modified files: usr.bin/make : garray.h gnode.h parse.c targ.c Log message: - give a specific value to OP_ERROR that doesn't occur in nature - define OP_ZERO as zero, to make some function calls obvious - split ParseDoOp into two functions: ParseDoOp that only deals with : :: ! and ParseDoSpecial that only deals with special nodes. This simplifies both functions accordingly - always initialize special_op okay millert@ CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2019/12/22 10:00:31 Modified files: lang/rust : Makefile distinfo lang/rust/patches: patch-src_bootstrap_lib_rs patch-src_bootstrap_test_rs patch-src_libstd_sys_unix_os_rs patch-src_tools_cargo_crates_cargo-test-support_src_paths_rs patch-src_tools_cargo_src_cargo_core_compiler_context_compilation_files_rs lang/rust/pkg : PLIST-main Removed files: lang/rust/patches: patch-src_bootstrap_builder_rs patch-vendor_libc_src_unix_bsd_netbsdlike_openbsd_mod_rs patch-vendor_libc_src_unix_bsd_netbsdlike_openbsd_sparc64_rs Log message: update lang/rust to 1.40.0 Announce: https://blog.rust-lang.org/2019/12/19/Rust-1.40.0.html ChangeLog: https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1400-2019-12-19 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/12/22 11:18:02 Modified files: sys/arch/arm64/arm64: conf.c etc/etc.arm64 : MAKEDEV.md Log message: Wire up ipmi(4). ok deraadt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/12/22 11:19:55 Modified files: etc/etc.arm64 : MAKEDEV share/man/man8/man8.arm64: MAKEDEV.8 Log message: regen CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2019/12/22 12:11:45 Modified files: sys/dev : midi.c Log message: midi(4): *sleep(9) -> *sleep_nsec(9) These are straightforward except for the tsleep(9) conversion. ratchov@ had a bit to say about that code: https://marc.info/?l=openbsd-tech&m=157665936017373&w=2 > The problem is that close(2) may reset the transmitter before the few > bytes of its internal buffer is sent on the wire; there's no "wait for > completion" feature in such simple hardware, so we just wait few > milliseconds. > > The transmitter buffer size is around 16 bytes, the byte rate is 3125 > bytes/second. So if we wait at least 16B / 3125B/s = 5.12ms, we're > safe. Waiting 10ms-20ms is enough and is unnoticeable. Hence, in this diff we wait a flat 20ms in that situation. ok ratchov@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2019/12/22 12:57:19 Modified files: net/seafile/client: Makefile distinfo net/seafile/client/patches: patch-CMakeLists_txt net/seafile/seafile: Makefile distinfo net/seafile/seafile/patches: patch-daemon_Makefile_am net/seafile/seafile/pkg: PLIST Log message: update to seafile-7.0.3 CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/12/22 13:49:45 Modified files: audio/ocp : Makefile Log message: Prevent bundled Timidity to pick archivers/libzip's zip.h header, issue was caught by naddy@ in a bulk build. While there, pass required LDFLAGS for iconv detection in CONFIGURE_ENV instead of abusing CFLAGS for this. CVSROOT: /cvs Module name: src Changes by: kmos@cvs.openbsd.org 2019/12/22 19:09:46 Modified files: share/man/man1 : check-lib-depends.1 Log message: Fix typo "off" -> "of" From Lev Lazinskiy Thanks! CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2019/12/22 19:18:51 Modified files: gnu/usr.bin/binutils/gdb: amd64obsd-tdep.c Log message: Teach gdb that the trap frame should be used for alltraps_kern_meltdown(). ok bluhm kettenis CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/12/22 23:10:42 Modified files: net/dnscrypt-proxy: Tag: OPENBSD_6_6 Makefile distinfo net/dnscrypt-proxy/patches: Tag: OPENBSD_6_6 patch-dnscrypt-proxy_example-dnscrypt-proxy_toml net/dnscrypt-proxy/pkg: Tag: OPENBSD_6_6 PLIST Log message: Update to dnscrypt-proxy-2.0.36 Changelog: https://github.com/DNSCrypt/dnscrypt-proxy/blob/2.0.36/ChangeLog The miegkg/dns module was updated to version 1.1.26, that fixes a security issue affecting non-encrypted/non-authenticated DNS traffic. In dnscrypt-proxy, this affects the forwarding feature. From Nam Nguyen (MAINTAINER). CVSROOT: /cvs Module name: src Changes by: denis@cvs.openbsd.org 2019/12/23 00:33:49 Modified files: usr.sbin/ospf6d: area.c database.c hello.c interface.c neighbor.c ospf6d.h ospfe.c packet.c parse.y rde.c rde_lsdb.c Log message: Area is now part of struct iface OK remi@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2019/12/23 00:50:32 Modified files: mail/opensmtpd-extras: Makefile Log message: add missing build dependency spotted by kili@, ok jung@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/12/23 01:05:43 Modified files: share/man/man4 : Makefile acpi.4 sys/arch/amd64/conf: GENERIC RAMDISK_CD sys/dev/acpi : files.acpi Added files: share/man/man4 : amdgpio.4 sys/dev/acpi : amdgpio.c Log message: Add amdgpio(4), a driver for the GPIO controller found on newer AMD AMD SoCs/chipsets. From James Hastings CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/12/23 02:03:24 Modified files: sys/net : if_aggr.c Log message: when aggr(4) comes up, check port link state to push the rxm forward. this lets aggr come up on boot if there's a race with it being brought up and the ports being up. reported by holger glaess on misc@ and debugged with hrvoje popovski. tested by hrvoje popovski too. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/12/23 02:04:11 Modified files: www/mozilla-firefox: Makefile www/firefox-esr: Makefile Log message: Add 'uses pledge()' comments, from Caspar Schutijser. CVSROOT: /cvs Module name: src Changes by: remi@cvs.openbsd.org 2019/12/23 04:25:41 Modified files: usr.sbin/ospf6d: hello.c Log message: Log a warning when a neighbor changes its address. Same as ospfd's hello.c rev 1.23. ok denis@ CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2019/12/23 04:39:59 Modified files: net/swirc : Makefile distinfo Log message: Update to swirc-3.1.1 patch from maintainer, thank you Per changelog, the update fixes a possible read input deadlock CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/12/23 05:26:23 Modified files: net/samba : Makefile net/samba/pkg : PLIST-ldb PLIST-main Log message: Fix conflict introduced in previous Reported by semarie@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/23 05:43:15 Modified files: net/isc-bind : Tag: OPENBSD_6_6 Makefile Log message: remove SEPARATE_BUILD=Yes from -stable too, unbreak build on clean system CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/12/23 05:44:34 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 sys/arch/macppc/stand: boot.8 Log message: The boot loader allows to inspect memory with the hexdump command. Document the new feature in boot(8) man page. OK jmc@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/23 06:25:48 Modified files: mail/rspamd : Makefile distinfo mail/rspamd/patches: patch-src_CMakeLists_txt patch-src_libutil_util_c mail/rspamd/pkg: PLIST Added files: mail/rspamd/patches: patch-contrib_fastutf8_CMakeLists_txt Log message: update to rspamd-2.2 CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/12/23 06:26:34 Modified files: www/newsboat : Makefile distinfo Log message: Update newsboat to 2.18. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/12/23 06:27:52 Modified files: audio/libopenmpt: Makefile distinfo Log message: Update libopenmpt to 0.4.11. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/12/23 08:03:46 Modified files: sbin/unwind : resolver.c sbin/unwind/libunbound/util: Makefile.inc Added files: sbin/unwind/libunbound/util: ub_event_pluggable.c Removed files: sbin/unwind/libunbound/util: ub_event.c Log message: Ralph Dolmans from nlnetlabs points out that libunbound uses ub_event_pluggable.c instead of ub_event.c. ( https://github.com/NLnetLabs/unbound/issues/99 ) We have been the odd one out, so switch to ub_event_pluggable, too. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/12/23 09:46:36 Modified files: sysutils/py-ghmi: Makefile distinfo sysutils/py-ghmi/pkg: PLIST Log message: update to py-ghmi-1.5.3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/12/23 10:18:47 Modified files: devel/py-elftools: Makefile distinfo devel/py-elftools/pkg: PLIST Log message: update to py-elftools-0.26 CVSROOT: /cvs Module name: src Changes by: denis@cvs.openbsd.org 2019/12/23 10:21:35 src/regress/usr.sbin/ospf6d Update of /cvs/src/regress/usr.sbin/ospf6d In directory cvs.openbsd.org:/tmp/cvs-serv56724/ospf6d Log Message: Directory /cvs/src/regress/usr.sbin/ospf6d added to the repository CVSROOT: /cvs Module name: src Changes by: denis@cvs.openbsd.org 2019/12/23 10:32:53 Added files: regress/usr.sbin/ospf6d: Makefile network_statement.sh ospf6d.network_statement.rdomain1.conf ospf6d.network_statement.rdomain2.conf Log message: Add basic regress test for ospf6d. OK benno@ remi@ and comment by claudio@ CVSROOT: /cvs Module name: src Changes by: denis@cvs.openbsd.org 2019/12/23 10:34:43 Modified files: regress/usr.sbin: Makefile Log message: Link ospf6d regress test CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/12/23 12:46:13 Modified files: graphics/gthumb: Makefile distinfo graphics/gthumb/pkg: PLIST Log message: update to gthumb-3.8.3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/12/23 12:57:27 Modified files: sysutils/gitolite: Makefile distinfo sysutils/gitolite/pkg: PLIST Log message: - update to gitolite-3.6.11 - drop maintainership CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2019/12/23 13:18:53 Modified files: www/firefox-esr: Makefile Added files: www/firefox-esr/patches: patch-config_system-headers_mozbuild Log message: Backport auxv.h header inclusion fix. okay landry@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2019/12/23 13:19:20 Modified files: mail/mozilla-thunderbird: Makefile Added files: mail/mozilla-thunderbird/patches: patch-config_system-headers_mozbuild Log message: Backport auxv.h header inclusion fix. okay landry@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/23 13:35:26 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/12/23 14:42:01 Modified files: sys/arch/amd64/include: param.h Log message: Machines with many CPUs and long feature lists fill up the dmesg(8) during kernel startup before syslogd(8) can receive it. Increase message buffer size from 94k to 128k on amd64. reported by Hrvoje Popovski; OK deraadt@ CVSROOT: /cvs Module name: src Changes by: sashan@cvs.openbsd.org 2019/12/23 15:33:57 Modified files: sys/netinet : ip_input.c sys/netinet6 : ip6_input.c Log message: rdr-to with loopback destination should work even though IP forwarding is disabled. Issue reported by Daniel Jakots (danj@) OK bluhm@ CVSROOT: /cvs Module name: src Changes by: sashan@cvs.openbsd.org 2019/12/23 16:02:53 Modified files: sys/netinet6 : ip6_input.c Log message: fix broken tree. sorry for inconveniences. CVSROOT: /cvs Module name: ports Changes by: asou@cvs.openbsd.org 2019/12/23 16:26:32 Modified files: devel/valgrind : Makefile devel/valgrind/patches: patch-coregrind_m_syswrap_priv_syswrap_openbsd_h patch-coregrind_m_syswrap_syswrap_openbsd_c patch-include_vki_vki-openbsd_h patch-include_vki_vki_scnums_openbsd_h Added files: devel/valgrind/patches: patch-coregrind_m_libcsignal_c patch-coregrind_m_syswrap_syswrap_amd64_openbsd_c patch-coregrind_m_syswrap_syswrap_generic_c patch-coregrind_m_syswrap_syswrap_x86_openbsd_c Log message: Support target program usgin Pthread. ok mpi@ CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2019/12/23 16:42:35 Modified files: lang/janet : Makefile distinfo lang/janet/patches: patch-Makefile Log message: Update janet to 1.6.0. Release notes: https://github.com/janet-lang/janet/releases/tag/v1.6.0 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2019/12/23 17:22:26 Modified files: www/ruby-rack : Makefile distinfo Log message: Update to rack 2.0.8 Fixes CVE-2019-16782. CVSROOT: /cvs Module name: www Changes by: job@cvs.openbsd.org 2019/12/23 19:53:04 Modified files: . : tshirts.html Log message: Add 6.6 shirts CVSROOT: /cvs Module name: www Changes by: job@cvs.openbsd.org 2019/12/23 19:53:21 Added files: images : tshirt-48-66-mili.jpg tshirt-49-66-evon.jpg tshirt-47-66-puffy.jpg tshirt-50-66-plain.jpg Log message: Add 6.6 shirts CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/12/23 21:23:43 Modified files: sys/kern : syscalls.master Log message: Unlock nanosleep(2). OK cheloha@, anton@, mpi@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/12/23 21:24:38 Modified files: sys/kern : init_sysent.c syscalls.c sys/sys : syscall.h syscallargs.h Log message: regen CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2019/12/24 02:37:53 Modified files: regress/sys/kern/pipe: Makefile pipe.c pipe.h Added files: regress/sys/kern/pipe: test-kqueue.c Log message: add pipe kqueue tests CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/12/24 02:57:12 Modified files: usr.bin/tmux : tmux.1 Log message: Fix name of option, GitHub issue 2030. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2019/12/24 03:27:52 Modified files: app/xrdb : ChangeLog Makefile.am Makefile.in aclocal.m4 configure configure.ac xrdb.c app/xrdb/man : xrdb.man Added files: app/xrdb : README.md Removed files: app/xrdb : README Log message: Update to xrdb 1.2.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/24 03:49:11 Modified files: net/isc-bind : Tag: OPENBSD_6_6 Makefile Log message: use COMPILER="base-clang ports-gcc" for all flavours, not just geoip. fixes build error relating to atomics on e.g. sparc64. (ports BIND in -current is built using this already). problem reported by solene@ CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2019/12/24 04:42:34 Modified files: regress/sys/kern/pipe: test-kqueue.c Log message: simplify assertions CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2019/12/24 05:14:28 Modified files: util/makedepend: ChangeLog Makefile.am Makefile.in aclocal.m4 autogen.sh compile configure configure.ac def.h ifparser.c main.c parse.c pr.c test-driver Added files: util/makedepend: README.md Removed files: util/makedepend: README Log message: Update to makedepend 1.0.6 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2019/12/24 05:15:10 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/12/24 05:56:07 Modified files: sys/kern : subr_log.c Log message: The console buffer is allocated during startup. initconsbuf() is only called from main(). There allocation must not fail, so better use M_WAITOK and remove error handling. As it is not a temporary buffer, M_TTYS is more appropriate. OK deraadt@ mpi@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2019/12/24 06:13:33 Modified files: libexec/login_passwd: login_passwd.c Log message: Merge two missed fixes from login.c to login_passwd.c. - use the correct length when checking for "-v lastchance=yes" - don't try to zero pass if it is NULL From miod@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/12/24 06:13:54 Modified files: sys/sys : sysctl.h Log message: Fill in names for consbufsize and consbuf sysctl for nicer kdump(1) output. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/12/24 06:20:44 Modified files: sbin/dmesg : dmesg.c Log message: dmesg(8) allocated a bit too much memory due to padding of struct msgbuf. Use the same size algorithm in kernel and userland. OK cheloha@ guenther@ deraadt@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/12/24 06:57:42 Modified files: usr.bin/make : engine.c Log message: Remove non-sensical line. The node certainly hasn't been rebuilt yet, and the first thing job_attach_node does is... set the field to BUILDING. probably remnants of code prior to refactoring okay captain_obvious CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/24 07:18:28 Modified files: security/py-fido2: Makefile distinfo security/py-fido2/pkg: PLIST Log message: update to py-fido2-0.8.1, from Lucas Raab CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/24 07:45:41 Added files: mail/exim/patches: patch-OS_Makefile-OpenBSD Log message: Don't use -Wno-logical-op-parentheses, not all compilers support it CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/24 08:03:18 Modified files: multimedia/x264: Makefile distinfo multimedia/x264/patches: patch-Makefile patch-common_osdep_h patch-configure Log message: Update to 20191220 snapshot. from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/24 08:05:43 Modified files: multimedia/xine-ui: Makefile distinfo multimedia/xine-ui/pkg: PLIST Log message: Update to xine-ui-0.99.12. from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/24 08:08:09 Modified files: multimedia/libvpx: Makefile distinfo multimedia/libvpx/patches: patch-configure multimedia/libvpx/pkg: PLIST Log message: Update to libvpx-1.8.2. from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/24 08:11:28 Log message: Import libplacebo-1.21.0. libplacebo is essentially the core rendering algorithms and ideas of mpv turned into a library. <...> from Brad tweak and OK sthen@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20191224 N ports/graphics/libplacebo/Makefile N ports/graphics/libplacebo/distinfo N ports/graphics/libplacebo/pkg/DESCR N ports/graphics/libplacebo/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/24 08:12:23 Modified files: graphics : Makefile Log message: +libplacebo CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/24 08:31:23 Modified files: www/chromium : Tag: OPENBSD_6_6 Makefile distinfo www/chromium/patches: Tag: OPENBSD_6_6 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_i18n_icu_util_cc patch-base_linux_util_cc patch-base_process_kill_h 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_system_sys_info_openbsd_cc patch-base_threading_platform_thread_h patch-base_threading_thread_task_runner_handle_cc patch-base_trace_event_malloc_dump_provider_cc 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_after_startup_task_utils_cc patch-chrome_browser_background_background_mode_manager_cc patch-chrome_browser_browser_process_impl_cc patch-chrome_browser_browser_process_impl_h patch-chrome_browser_browser_resources_grd patch-chrome_browser_chrome_browser_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_commands_cc patch-chrome_browser_download_download_item_model_cc patch-chrome_browser_download_download_prefs_cc patch-chrome_browser_download_download_shelf_context_menu_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_event_log_uploader_cc 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_attributes_entry_cc patch-chrome_browser_profiles_profile_impl_cc patch-chrome_browser_renderer_preferences_util_cc patch-chrome_browser_resources_settings_appearance_page_appearance_browser_proxy_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_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_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_table_model_cc patch-chrome_browser_ui_toolbar_app_menu_model_cc patch-chrome_browser_ui_views_chrome_browser_main_extra_parts_views_cc patch-chrome_browser_ui_views_first_run_dialog_cc patch-chrome_browser_ui_views_frame_browser_frame_cc patch-chrome_browser_ui_views_frame_browser_view_cc patch-chrome_browser_ui_views_frame_opaque_browser_frame_view_cc patch-chrome_browser_ui_views_frame_system_menu_model_builder_cc patch-chrome_browser_ui_views_hung_renderer_view_cc patch-chrome_browser_ui_views_tabs_new_tab_button_cc patch-chrome_browser_ui_views_tabs_tab_cc patch-chrome_browser_ui_views_tabs_tab_drag_controller_cc patch-chrome_browser_ui_webui_about_ui_cc patch-chrome_browser_ui_webui_chrome_web_ui_controller_factory_cc patch-chrome_browser_ui_webui_settings_appearance_handler_cc patch-chrome_browser_ui_webui_settings_settings_localized_strings_provider_cc patch-chrome_browser_web_applications_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_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_crash_core_common_BUILD_gn patch-components_discardable_memory_service_discardable_shared_memory_manager_cc patch-components_download_internal_common_base_file_cc patch-components_feature_engagement_public_event_constants_cc patch-components_feature_engagement_public_event_constants_h patch-components_feature_engagement_public_feature_constants_cc patch-components_feature_engagement_public_feature_constants_h patch-components_feature_engagement_public_feature_list_cc patch-components_feature_engagement_public_feature_list_h patch-components_metrics_BUILD_gn patch-components_network_session_configurator_browser_network_session_configurator_cc patch-components_policy_core_common_cloud_cloud_policy_util_cc patch-components_policy_resources_policy_templates_json patch-components_policy_tools_generate_policy_source_py patch-components_storage_monitor_BUILD_gn patch-components_sync_device_info_local_device_info_util_cc patch-components_sync_device_info_local_device_info_util_linux_cc patch-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_gpu_gpu_process_host_cc patch-content_browser_media_media_internals_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_common_user_agent_cc patch-content_gpu_gpu_main_cc patch-content_gpu_gpu_sandbox_hook_linux_cc patch-content_ppapi_plugin_ppapi_blink_platform_impl_cc patch-content_ppapi_plugin_ppapi_blink_platform_impl_h patch-content_ppapi_plugin_ppapi_plugin_main_cc patch-content_public_common_common_param_traits_macros_h patch-content_public_common_content_features_cc patch-content_public_common_content_switches_cc patch-content_public_common_content_switches_h patch-content_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_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_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_command_buffer_service_external_vk_image_gl_representation_cc patch-gpu_ipc_common_gpu_memory_buffer_support_cc patch-gpu_ipc_common_gpu_memory_buffer_support_h patch-gpu_ipc_service_gpu_init_cc patch-gpu_ipc_service_gpu_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_channel_h patch-ipc_ipc_channel_mojo_cc patch-ipc_ipc_message_utils_h patch-media_BUILD_gn patch-media_audio_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_gpu_libyuv_image_processor_cc patch-media_gpu_linux_platform_video_frame_utils_cc patch-media_media_options_gni patch-media_mojo_clients_mojo_video_encode_accelerator_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_address_tracker_linux_cc 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_cert_verify_tool_cert_verify_tool_cc patch-net_tools_quic_quic_http_proxy_backend_cc patch-net_url_request_url_request_context_builder_cc patch-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_device_geolocation_location_arbitrator_cc patch-services_device_time_zone_monitor_time_zone_monitor_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_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_angle_third_party_vulkan-loader_src_loader_loader_c 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_BUILD_gn 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_heap_thread_state_cc patch-third_party_boringssl_BUILD_generated_gni patch-third_party_boringssl_src_include_openssl_base_h patch-third_party_crashpad_crashpad_util_posix_signals_cc 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_skia_src_sksl_SkSLString_h patch-third_party_sqlite_amalgamation_sqlite3_c 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_swiftshader_src_OpenGL_libEGL_libEGL_cpp 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_platform_thread_types_cc patch-third_party_webrtc_webrtc_gni 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_build_gen_py patch-tools_json_schema_compiler_feature_compiler_py 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_base_webui_web_ui_util_cc patch-ui_gfx_BUILD_gn patch-ui_gfx_font_fallback_linux_cc patch-ui_gfx_gpu_memory_buffer_h patch-ui_gfx_ipc_gfx_param_traits_macros_h patch-ui_gfx_linux_client_native_pixmap_dmabuf_cc patch-ui_gfx_native_pixmap_handle_cc patch-ui_gfx_native_pixmap_handle_h patch-ui_gl_BUILD_gn patch-ui_gl_generate_bindings_py 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_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_selection_controller_cc patch-ui_views_widget_desktop_aura_desktop_window_tree_host_platform_cc patch-ui_views_window_dialog_delegate_cc patch-ui_webui_resources_js_cr_js patch-ui_webui_resources_js_icon_js patch-v8_BUILD_gn patch-v8_src_api_api_cc patch-v8_src_base_platform_platform-posix_cc patch-v8_src_base_utils_random-number-generator_cc patch-v8_src_common_globals_h www/chromium/pkg: Tag: OPENBSD_6_6 PFRAG.component PFRAG.swiftshader PLIST Added files: www/chromium/patches: Tag: OPENBSD_6_6 patch-base_allocator_allocator_gni patch-base_system_sys_info_h patch-chrome_app_theme_theme_resources_grd patch-chrome_browser_browser_features_cc patch-chrome_browser_browser_features_h patch-chrome_browser_crash_upload_list_crash_upload_list_cc patch-chrome_browser_crash_upload_list_crash_upload_list_crashpad_cc patch-chrome_browser_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_themes_theme_service_factory_cc patch-chrome_browser_ui_views_confirm_bubble_views_cc patch-chrome_browser_web_applications_extensions_bookmark_app_finalizer_utils_cc patch-chrome_common_channel_info_h patch-chrome_common_channel_info_posix_cc patch-chromecast_media_base_monotonic_clock_cc patch-components_crash_content_app_crashpad_h patch-components_crash_content_app_crashpad_linux_cc patch-components_gwp_asan_BUILD_gn patch-components_sync_device_info_device_info_sync_bridge_cc patch-components_viz_host_host_display_client_cc patch-components_viz_host_host_display_client_h patch-components_viz_service_frame_sinks_root_compositor_frame_sink_impl_cc patch-components_viz_service_frame_sinks_root_compositor_frame_sink_impl_h patch-components_viz_test_mock_display_client_h patch-content_browser_compositor_gpu_process_transport_factory_cc patch-content_browser_compositor_software_browser_compositor_output_surface_cc patch-content_browser_compositor_software_browser_compositor_output_surface_h patch-content_browser_ppapi_plugin_process_host_receiver_bindings_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_gpu_buffer_validation_cc patch-media_mojo_mojom_video_frame_mojom_traits_cc patch-media_video_fake_gpu_memory_buffer_cc patch-remoting_host_host_main_cc patch-remoting_host_switches_cc patch-remoting_host_switches_h patch-remoting_resources_remoting_strings_grd patch-services_tracing_public_cpp_perfetto_trace_event_data_source_cc patch-third_party_boringssl_src_crypto_fipsmodule_rand_internal_h patch-third_party_crashpad_crashpad_minidump_minidump_misc_info_writer_cc patch-third_party_swiftshader_src_Vulkan_VkSemaphoreExternalLinux_hpp patch-third_party_swiftshader_third_party_marl_src_memory_cpp patch-third_party_swiftshader_third_party_marl_src_thread_cpp patch-ui_base_x_x11_shm_image_pool_base_cc patch-ui_compositor_compositor_cc patch-ui_compositor_compositor_h patch-ui_compositor_compositor_observer_h patch-ui_compositor_host_host_context_factory_private_cc patch-ui_gfx_font_util_cc patch-ui_gfx_gpu_memory_buffer_cc patch-ui_gfx_mojom_buffer_types_mojom_traits_cc patch-ui_gfx_mojom_buffer_types_mojom_traits_h patch-ui_gfx_x_x11_switches_cc patch-ui_gfx_x_x11_switches_h patch-ui_platform_window_platform_window_delegate_h patch-ui_platform_window_platform_window_init_properties_h patch-ui_views_widget_native_widget_aura_cc patch-v8_src_base_sys-info_cc patch-weblayer_browser_browser_main_parts_impl_cc patch-weblayer_browser_content_browser_client_impl_cc patch-weblayer_browser_content_browser_client_impl_h patch-weblayer_common_weblayer_paths_cc Removed files: www/chromium/patches: Tag: OPENBSD_6_6 patch-build_config_allocator_gni patch-chrome_browser_download_download_status_updater_cc 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_sharing_click_to_call_feature_cc patch-chrome_browser_sharing_click_to_call_feature_h patch-chrome_browser_speech_tts_message_filter_cc patch-chrome_browser_ui_ui_features_cc patch-chrome_browser_ui_ui_features_h 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_mock_gpu_memory_buffer_manager_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-third_party_boringssl_src_crypto_fipsmodule_rand_urandom_c patch-ui_gfx_mojo_buffer_types_struct_traits_cc patch-ui_gfx_mojo_buffer_types_struct_traits_h patch-ui_views_widget_desktop_aura_desktop_window_tree_host_platform_h patch-v8_src_base_platform_platform-openbsd_cc Log message: MFC updates to chromium-79.0.3945.88 / electron-6.0.3p3 (based on 76.0.3809.132) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/24 08:34:21 Modified files: security/libsrtp: Makefile distinfo security/libsrtp/patches: patch-Makefile_in patch-crypto_cipher_cipher_c patch-test_rtp_decoder_c patch-test_rtpw_test_sh security/libsrtp/pkg: PLIST Log message: update to libsrtp-2.3.0 CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/12/24 10:48:47 Modified files: usr.sbin/bind/bin/dig: host.1 Log message: delete a few sentences which only restate what is already obvious; OK jmc@ deraadt@ kn@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/12/24 11:46:42 Modified files: security : Makefile Removed files: security/py-libnacl: Makefile distinfo security/py-libnacl/pkg: DESCR PLIST Log message: remove py-libnacl; unused after py-raet went away ok aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/12/24 11:48:23 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: register py-libnacl removal CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/12/24 12:24:31 Modified files: textproc/yq : Makefile distinfo Log message: Update to yq 2.10.0 - Add support for in-place editing (yq -yi) - Add argcomplete integration CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/12/24 12:50:26 ports/x11/mate/caja/patches Update of /cvs/ports/x11/mate/caja/patches In directory cvs.openbsd.org:/tmp/cvs-serv60820/patches Log Message: Directory /cvs/ports/x11/mate/caja/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/12/24 12:51:08 Modified files: x11/mate/caja : Makefile Added files: x11/mate/caja/patches: patch-src_caja-application_c Log message: unbreak caja when running outside of the mate desktop by fixing a startup crash CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2019/12/24 17:15:36 Modified files: sbin/sysctl : sysctl.c sys/sys : timeout.h sys/kern : kern_timeout.c Log message: timeout(9): new flag: TIMEOUT_SCHEDULED, new statistic: tos_scheduled This flag is set whenever a timeout is put on the wheel and cleared upon (a) running, (b) deletion, and (c) readdition. It serves two purposes: 1. Facilitate distinguishing scheduled and rescheduled timeouts. When a timeout is put on the wheel it is "scheduled" for a later softclock(). If this happens two or more times it is also said to be "rescheduled". The tos_rescheduled value thus indicates how many distant timeouts have been cascaded into a lower wheel level. 2. Eliminate false late timeouts. A timeout is not late if it is due before softclock() has had a chance to schedule it. To track this we need additional state, hence a new flag. rprocter@ raises some interesting questions. Some answers: - This interface is not stable and name changes are possible at a later date. - Although rescheduling timeouts is a side effect of the underlying implementation, I don't forsee us using anything but a timeout wheel in the future. Other data structures are too slow in practice, so I doubt that the concept of a rescheduled timeout will be irrelevant any time soon. - I think the development utility of gathering these sorts of statistics is high. Watching the distribution of timeouts under a given workflow is informative. ok visa@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2019/12/24 17:35:29 Modified files: sys/sys : timeout.h Log message: TIMEOUT_INITIALIZER(9): C99 initializers CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2019/12/25 02:32:01 Modified files: sys/kern : sys_pipe.c sys/sys : pipe.h Log message: Protect remaining fields of `struct pipe' using the pipe_lock. In order to simplify the locking pattern, revert back to using a hand-rolled I/O lock just like FreeBSD and NetBSD does. The state of pipes is quite different compared to when I made use of a rwlock for the I/O lock in revision 1.96. Most notably, the pipe_lock can now be used while sleeping. This does imply that witness(4) tracking of the I/O lock is lost but the implementation ends up being simpler. ok visa@ CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2019/12/25 02:46:09 Modified files: sys/kern : sys_pipe.c Log message: Condense a few multi line comments into single line ones. While here turn them into proper sentences. Gets rid of 27 lines in total. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/12/25 04:29:31 Modified files: net/libmaxminddb: Makefile distinfo Log message: Final update of GeoLite2 databases to 20191224. This will be the last update, as MaxMind will stop distributing the databases under the CC BY-SA 4.0 license after December 30th 2019. To download newer versions, users will need to obtain a free license key from MaxMind and accept an EULA. More information can be found here: https://blog.maxmind.com/2019/12/18/significant-changes-to-accessing-and-using-geolite2-databases/ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/12/25 04:31:41 Modified files: sys/dev/pci/drm: drm_linux.c sys/dev/pci/drm/i915: i915_drv.h i915_gem_shrinker.c sys/dev/pci/drm/include/linux: mm.h mutex.h swap.h sys/uvm : uvm_pdaemon.c Added files: sys/dev/pci/drm/include/linux: shrinker.h Log message: Hook up the shrinker for inteldrm(4). This is a "light" version that only drops graphics buffers that are cached and not in active use. Help from beck@ for pointing out how to hook this up to our pagedaemon. ok jsg@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/12/25 04:42:05 Modified files: sys/dev/fdt : simplefb.c sys/arch/armv7/omap: amdisplay.c sys/dev/pci/drm/amd/amdgpu: amdgpu_kms.c sys/dev/pci/drm/i915: i915_drv.c sys/dev/pci/drm/radeon: radeon_kms.c Log message: WSDISPLAYIO_GTYPE is u_int not int CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/12/25 05:31:12 Modified files: sys/nfs : nfs_subs.c Log message: Use FOREACH macro to iterate over mnt_vnodelist. OK millert@ visa@ benno@ CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2019/12/25 08:00:12 Modified files: math/grace : Makefile math/grace/pkg : DESCR PLIST Log message: build with fftw and netcdf support by default, leaving no_x11 as the only flavor input sthen@ ok jca@ CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2019/12/25 08:01:08 Modified files: math : Makefile Log message: +grace,no_x11 CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/12/25 08:04:44 Modified files: sys/kern : kern_event.c Log message: Replace macros knote_alloc() and knote_free() with direct use of pool_get() and pool_put(). This makes it clearer that the knote allocation cannot fail and that the error check is unnecessary. OK anton@, kettenis@, mpi@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/12/25 08:17:33 Modified files: emulators/mame : Makefile distinfo emulators/mame/patches: patch-scripts_genie_lua Log message: Update mame to 0.217. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/25 08:48:26 Modified files: multimedia/mpv : Makefile x11/vlc : Makefile Added files: x11/vlc/patches: patch-modules_video_output_opengl_fragment_shaders_c patch-modules_video_output_opengl_vout_helper_c patch-modules_video_output_opengl_vout_helper_h Log message: Enable libplacebo support. from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/25 08:50:45 Modified files: multimedia/xine-lib: Makefile distinfo multimedia/xine-lib/patches: patch-configure_ac patch-m4_decoders_m4 patch-m4_input_m4 patch-src_xine-utils_memcpy_c multimedia/xine-lib/pkg: PLIST Added files: multimedia/xine-lib/patches: patch-include_xine_buffer_h patch-include_xine_xineutils_h patch-src_demuxers_demux_ts_c patch-src_input_http_helper_c patch-src_input_input_cdda_c patch-src_input_input_http_c patch-src_post_Makefile_in patch-src_vdr_input_vdr_c patch-src_xine-engine_builtins_h patch-src_xine-engine_load_plugins_c patch-src_xine-utils_xmlparser_c Removed files: multimedia/xine-lib/patches: patch-include_config_h patch-src_post_deinterlace_plugins_Makefile_in patch-src_xine-engine_demux_c Log message: Update to Xine-lib 1.2.10. from Brad (maintainer) Build tested on amd64, i386, powerpc, and sparc64. Runtime tested on amd64 and powerpc. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/25 08:52:25 Modified files: x11/mplayer : Makefile distinfo x11/mplayer/patches: patch-DOCS_man_en_mplayer_1 patch-Makefile patch-configure patch-libao2_audio_out_c Log message: Update to mplayer-20191224. from Brad (maintainer) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/25 10:00:14 Modified files: usr.sbin/bind : Makefile.bsd-wrapper Log message: disable a few more things which might look in /usr/local. (I decided to take a look at ktrace -di output of the whole compilation procedure) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/12/25 13:42:04 Modified files: usr.bin/make : job.c Log message: exit_type is already set up with exactly the information we need, so get rid of cluttered duplicate logic okay kn@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/25 13:44:42 Modified files: security/passwdqc: Makefile distinfo security/passwdqc/patches: patch-passwdqc_conf_5 Log message: update to passwdqc-1.4.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/25 14:02:58 Modified files: astro/stellarium: Makefile distinfo astro/stellarium/pkg: PLIST Log message: Update to stellarium-0.19.3. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/12/25 14:55:03 Modified files: devel/llvm : Makefile Log message: Properly disable libexecinfo to fix up random build failures seen by many Passing -DBacktrace_LIBRARY='' doesn't work since the flag has been renamed to Backtrace_LIBRARIES and isn't enough anyway to prevent the llvm cmake files to *add a dep on all headers* in ${Backtrace_INCLUDE_DIRS}, ie /usr/local/include. ... which of course leads to builds blowing up whenever dpb(1) junking kicks in. Bulk builders: sorry it took me so long to get my head out of the sand. Last report by naddy@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/12/25 14:58:23 Modified files: devel/llvm : Makefile Added files: devel/llvm/patches: patch-cmake_modules_LLVMProcessSources_cmake Log message: Error out if we end up adding a dep on all headers in /usr/local/include Just in case an upcoming update introduces the same problem as what happened with libexecinfo/Backtrace. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/12/25 15:26:37 Modified files: www/youtube-dl : Makefile distinfo www/youtube-dl/pkg: PLIST Log message: Update to youtube-dl 2019.12.25 From Hiltjo Posthuma CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/12/25 15:31:01 Added files: devel/llvm/patches: patch-lib_Support_CMakeLists_txt patch-lib_WindowsManifest_CMakeLists_txt Log message: Don't add a dep on all headers in ${Backtrace_INCLUDE_DIRS} since ${Backtrace_INCLUDE_DIRS} is likely to be a system dir. TODO: push upstream CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/12/25 18:01:06 Modified files: lib/libc/sys : madvise.2 Log message: It is believed that an implementation of madvise was available in SunOS 4.0 based on text from the following papers. "Two 4.2BSD system calls, madvise and mincore, remain unspecified, madvise is intended to provide information to the system to influence its management policies. Since a major rework of such policies was deferred to a future release, we decided to defer full specification and implementation of madvise until that time." R. Gingell, J. Moran, W. Shannon "Virtual Memory Architecture in SunOS" Proceedings of USENIX Summer Conference, June 1987 AUUGN Volume 8 Number 5, October 1987 "Memory management related system calls based on the original 4.2BSD specification that were implemented include mmap, munmap, mprotect, madvise, and mincore." J. Moran "SunOS Virtual Memory Implementation" Proceedings of the Spring 1988 European UNIX Users Group Conference, April 1988 AUUGN Volume 9 Number 3, June 1988 and a reference in "Global Index", Part Number: 800-1758-10, Revision A, of 9 May 1988 bitsavers pdf/sun/sunos/4.0/800-1758-10A_Global_Index_198805.pdf discussed with an ok schwarze@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/12/25 21:02:11 Modified files: security/rhash : Makefile distinfo security/rhash/patches: patch-Makefile patch-configure security/rhash/pkg: PLIST Log message: Update to rhash-1.3.9 Maintenance release. Changelog can be found at https://github.com/rhash/RHash/blob/v1.3.9/ChangeLog. While here add debug package. OK kn@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2019/12/26 01:44:33 Modified files: mail/opensmtpd-extras: Makefile Log message: autohell needs libtoolize(1) spotted by ajacoutot@ CVSROOT: /cvs Module name: src Changes by: remi@cvs.openbsd.org 2019/12/26 03:24:18 Modified files: usr.sbin/ospf6d: ospf6d.conf.5 ospf6d.h parse.y printconf.c Log message: Add point-to-point support for broadcast interfaces. tested by Kapetanakis Giannis ok denis@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/12/26 03:58:16 Modified files: sysutils/random_run: Makefile distinfo Log message: new minor version, figured out I should be smarter with -- CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/12/26 04:04:58 Modified files: usr.bin/tmux : format.c session.c tmux.1 tmux.h Log message: Add a number of new formats to inspect what sessions and clients a window is present or active in. From Tyler Culp in GitHub issue 2034. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/26 04:19:28 Modified files: mail/opensmtpd-extras: Makefile Log message: Don't use USE_LIBTOOL=gnu just for libtoolize/libtool.m4, it should just be a BUILD_DEPEMDS. Do that by changing to CONFIGURE_STYLE=autoreconf which is tidier and adds this automatically. OK jca@ giovanni@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/12/26 05:05:00 Modified files: math/grace : Makefile math/grace/pkg : PFRAG.no_x11 PLIST Log message: Fix no_x11 packaging Restore %%flavor%% lines, removed in pevious in previous. PFRAG.no-no_x11 provides xmgrace. While here also rm xmgrace.1 in no_x11 case. ok sthen@ martin@ (maintainer) CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/12/26 05:05:51 Modified files: sys/dev/pci/drm/ttm: ttm_page_alloc.c Log message: enable shrinker for ttm ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/26 05:29:29 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Removed files: net/py-botocore/patches: patch-setup_py Log message: Update to py-botocore-1.13.45. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/26 05:29:39 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py-boto3-1.10.45. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/26 05:29:59 Modified files: sysutils/awscli: Makefile distinfo sysutils/awscli/pkg: PLIST Log message: Update to awscli-1.16.309. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/26 05:30:14 Modified files: sysutils/packer: Makefile distinfo Log message: Update to packer-1.5.1. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/12/26 06:13:18 Modified files: sys/arch/arm64/stand/efiboot: efiacpi.c Log message: In ACPI mode, do not generate "cpu" nodes for CPUs that are disabled. Fixes booting on ACPI machines where the MADT table lists CPUs that are disabled such as the od1000 with new EDK2 firmware. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/12/26 06:28:50 Modified files: sys/isofs/cd9660: cd9660_vfsops.c sys/isofs/udf : udf_vfsops.c sys/miscfs/fuse: fuse_vfsops.c sys/msdosfs : msdosfs_vfsops.c sys/nfs : nfs_vfsops.c sys/ntfs : ntfs_vfsops.c sys/tmpfs : tmpfs_vfsops.c sys/ufs/ext2fs : ext2fs_vfsops.c sys/ufs/ffs : ffs_vfsops.c sys/ufs/mfs : mfs_vfsops.c Log message: Convert struct vfsops initializer to C99 style. OK visa@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/12/26 06:30:54 Modified files: sys/kern : vfs_init.c sys/sys : mount.h Log message: Move extern declarations of vfsops variables into header file. OK visa@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/12/26 06:36:16 Modified files: sys/dev/pci/drm: drm_linux.c sys/dev/pci/drm/include/linux: shrinker.h sys/dev/pci/drm/i915: i915_gem_shrinker.c sys/dev/pci/drm/ttm: ttm_page_alloc.c Log message: implement unregister_shrinker() ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/26 07:18:56 Modified files: sysutils/terraform/provider-alicloud: Makefile distinfo sysutils/terraform/provider-openstack: Makefile distinfo sysutils/terraform/provider-postgresql: Makefile distinfo sysutils/terraform/provider-powerdns: Makefile distinfo Log message: Update terraform providers. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/12/26 07:48:29 Modified files: usr.bin/tmux : format.c Log message: Pass correct value into iterator callback for time formats. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/12/26 08:41:50 Modified files: regress/libexec/ftpd: Makefile Log message: Skip regress ftpd if there is no anonymous ftp user with existing home directory. CVSROOT: /cvs Module name: src Changes by: denis@cvs.openbsd.org 2019/12/26 09:46:07 Modified files: regress/usr.sbin: Makefile Log message: Unlink ospf6d tests It fails on bluhm@ test infrastructure CVSROOT: /cvs Module name: ports Changes by: remi@cvs.openbsd.org 2019/12/26 09:58:33 Modified files: mail/offlineimap: Makefile distinfo Log message: Update to OfflineIMAP v7.3.2 and switch homepage/master_sites to https. ok gsoares@ CVSROOT: /cvs Module name: src Changes by: denis@cvs.openbsd.org 2019/12/26 10:13:27 Modified files: regress/usr.sbin/ospf6d: network_statement.sh Log message: Use absolute path for config files. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/12/26 10:28:33 Modified files: security/py-ecdsa: Makefile distinfo security/py-ecdsa/pkg: PLIST Log message: Update security/py-ecdsa 0.13.2 -> 0.14.1 Fixes CVE-2019-14853 and CVE-2019-14859 From Wen Heping OK benoit@ (maintainer) CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/12/26 11:59:05 Modified files: sys/kern : vfs_subr.c Log message: Fix white spaces. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/12/26 12:51:47 Modified files: usr.bin/mandoc : roff.c Log message: Do not fail an assertion when a high level macro occurs in the body of a conditional inside a .ce request block. Instead, abort the .ce block just like when there is no conditional in between. Bug found by espie@ working on the textproc/fstrcmp port. CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/12/26 15:15:12 Added files: security/nss/patches: patch-nss_lib_freebl_blinit_c Log message: nss: powerpc-only fix. Work around the lack of and getauxval(), and keep it built with base-gcc. Thanks to jca@ who improved my diff. OK jca@, "Fix it whichever way you prefer" landry@ (maintainer) CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2019/12/26 15:38:00 Modified files: sys/kern : subr_disk.c Log message: tsleep -> tsleep_nsec(9) in setroot() OK cheloha bluhm CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/12/26 17:15:46 Modified files: devel/llvm : Makefile devel/llvm/patches: patch-tools_clang_lib_Driver_ToolChains_OpenBSD_cpp patch-tools_clang_lib_Driver_ToolChains_OpenBSD_h patch-tools_lld_ELF_SyntheticSections_cpp Log message: Merge two improvements from base-clang/lld - Make clang emit the proper path to our libcompiler_rt.a when asked to. - Sort relative relocations (and relocations against the same symbol) by offset to optimize the cache and UVM faulting behavior from Brad CVSROOT: /cvs Module name: ports Changes by: schwarze@cvs.openbsd.org 2019/12/26 17:48:04 Modified files: textproc/groff : Makefile textproc/groff/patches: patch-tmac_doc-common-u Log message: Bugfix: accept any number of arguments for .Dd (also submitted upstream). Needed to format 4.4BSD manual pages. Bug found and patch OK'ed by jsg@. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/12/26 22:09:15 Modified files: devel/py-typing: Makefile distinfo devel/py-typing/pkg: PLIST Log message: Update devel/py-typing 3.6.4 -> 3.7.4.1 Update to latest py-typing and drop python3 FLAVOR since it is just a backport for early versions of Python. (Usage of python3 flavor has previously been removed from the tree). Take maintainership while here OK kn@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/12/26 22:10:19 Modified files: devel : Makefile Log message: Unhook removed python3 flavor of py-typing CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/12/26 22:11:30 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Add removal of python3 flavor of py-typing to quirks CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/12/26 22:13:29 Log message: textproc/py-pyaml "PyYAML-based python module to produce pretty and readable YAML-serialized data. This module is for serialization only, see ruamel.yaml module for literate YAML parsing (keeping track of comments, spacing, line/column numbers of values, etc)." Version 19.4.1 OK kn@ Status: Vendor Tag: kmos Release Tags: kmos_20191227 N ports/textproc/py-pyaml/Makefile N ports/textproc/py-pyaml/distinfo N ports/textproc/py-pyaml/pkg/DESCR N ports/textproc/py-pyaml/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/12/26 22:14:26 Modified files: textproc : Makefile Log message: Hook textproc/py-pyaml up to build CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/12/26 22:16:59 Log message: devel/py-test-timeout "This is a plugin which will terminate tests after a certain timeout. When doing so it will show a stack dump of all threads running at the time. This is useful when running tests under a continuous integration server or simply if you don't know why the test suite hangs." Needed to enable tests on (at least) www/py-aiohttp Version 1.3.3 OK kn@ Status: Vendor Tag: kmos Release Tags: kmos_20191227 N ports/devel/py-test-timeout/Makefile N ports/devel/py-test-timeout/distinfo N ports/devel/py-test-timeout/pkg/DESCR N ports/devel/py-test-timeout/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/12/26 22:17:38 Modified files: devel : Makefile Log message: Hook devel/py-test-timeout up to the build CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/12/26 22:20:36 Log message: security/py-trustme "You wrote a cool network client or server. It encrypts connections using TLS. Your test suite needs to make TLS connections to itself. Uh oh. Your test suite probably doesn't have a valid TLS certificate. Now what? trustme is a tiny Python package that does one thing: it gives you a fake certificate authority (CA) that you can use to generate fake TLS certs to use in your tests. Well, technically they're real certs, they're just signed by your CA, which nobody trusts. But you can trust it. Trust me." Provides a temporary CA for doing TLS tests. Needed for (at least) the py-aiohttp tests. Version 0.5.3 OK kn@ Status: Vendor Tag: kmos Release Tags: kmos_20191227 N ports/security/py-trustme/Makefile N ports/security/py-trustme/distinfo N ports/security/py-trustme/pkg/DESCR N ports/security/py-trustme/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/12/26 22:21:15 Modified files: security : Makefile Log message: Hook security/py-trustme up to the build CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/27 01:17:11 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.21.10. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/12/27 01:23:15 Modified files: usr.sbin/bind/bin/dig: dig.1 dig.c Log message: use a standard synopsis/usage() layout, and tidy up the man page a little; some macro simplifications from schwarze ok schwarze deraadt kn CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/12/27 01:25:07 Modified files: usr.bin/ssh : ssh-keygen.1 Log message: in the options list, sort -Y and -y; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/12/27 01:28:44 Modified files: usr.bin/ssh : ssh-keygen.1 Log message: sort -Y internally in the options list, as is already done in synopsis; CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/12/27 02:17:07 Modified files: regress/sbin/slaacd: Slaacctl.py Log message: slaacctl output changed with the addition of rDNS proposals. Failing regress tests noticed by bluhm. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/12/27 02:17:43 Modified files: regress/sbin/slaacd: process_ra.py Log message: Since we are now parsing rDNS proposals we can check for them. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2019/12/27 02:29:50 Modified files: sys/kern : sys_pipe.c Log message: Remove the kernel lock in pipe read and write routines since everything is serialized by the pipe_lock by now. The kernel lock is however still needed when interacting with kqueue in order to prevent a race and when potentially issuing SIGIO signals. ok visa@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/12/27 02:46:13 Modified files: sys/net80211 : ieee80211.c Log message: Don't start background scans before WPA handshake has completed. ok phessler CVSROOT: /cvs Module name: src Changes by: denis@cvs.openbsd.org 2019/12/27 02:59:22 Modified files: regress/usr.sbin: Makefile Log message: Relink ospf6d regress test CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2019/12/27 04:55:24 Modified files: www/nextcloud : Makefile distinfo www/nextcloud/pkg: PLIST Log message: Update for Nextcloud to 17.0.2 OK stsp@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2019/12/27 05:10:50 Modified files: www/nextcloud : Tag: OPENBSD_6_6 Makefile distinfo www/nextcloud/pkg: Tag: OPENBSD_6_6 PLIST Log message: Update for Nextcloud to 17.0.2 OK stsp@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/12/27 05:56:45 Modified files: usr.sbin/bind/bin/dig: nslookup.1 Log message: tidy up the page; CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/27 06:27:50 Modified files: telephony/asterisk: Makefile distinfo telephony/asterisk/patches: patch-res_res_calendar_icalendar_c patch-res_res_pjsip_pubsub_c patch-res_res_pjsip_registrar_c telephony/asterisk/pkg: PLIST-main Log message: update to asterisk-16.7.0 CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/12/27 07:34:47 Modified files: sbin/ifconfig : ifconfig.c Log message: Fix ifconfig WPA key installation with max allowed length SSIDs. ok claudio phessler deraadt sthen CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2019/12/27 09:56:40 Modified files: usr.sbin/acme-client: parse.y Log message: make -n stop after parsing the config. make -nv print the parsed configuration, then stop. ok sthen@, seems better deraadt@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/27 10:10:44 Modified files: textproc/py-pyaml: Makefile textproc/py-pyaml/pkg: PLIST Log message: fix plist CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/27 10:20:35 Modified files: x11/gnome/bijiben: Makefile x11/gnome/mutter: Makefile x11/gnome/recipes: Makefile x11/gnome/shell: Makefile x11/gnome/tracker: Makefile Log message: Some GNOME ports had pre-build stages to cope with random build ordering done by devel/ninja. Remove them as they are no longer necessary now that kurt@ has modified ninja to use a deque rather than using a build order dependent on pointer addresses (which due to our malloc were randomised). ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/27 10:25:48 Modified files: x11/gnome/aisleriot: Makefile distinfo x11/gnome/aisleriot/pkg: PLIST Added files: x11/gnome/aisleriot/patches: patch-cards_meson_svgz_sh Log message: Update to aisleriot-3.22.10. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2019/12/27 11:37:55 Modified files: security/wycheproof-testvectors: Makefile distinfo Log message: Update to HEAD, no change in the packaged JSON files. ok kn CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/12/27 11:42:49 Modified files: usr.bin/tmux : window-copy.c Log message: Support regex search in copy mode, from Anindya Mukherjee in GitHub issue 2038. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2019/12/27 12:47:39 Modified files: usr.sbin/bind : Makefile.bsd-wrapper Log message: Build dig with support for the Cookies EDNS option (aka SIT / Source identity tokens), ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/27 13:39:36 Modified files: databases/py-ldap3: Makefile distinfo databases/py-ldap3/pkg: PLIST Log message: update to py-ldap3 2.6.1, from Lucas Raab CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2019/12/27 14:10:43 Modified files: net/seafile/seafile: Makefile net/seafile/seafile/pkg: DESCR Log message: Clarify that we have no seafile server but only a backround sync daemon. Requested by giovanni@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/12/27 14:53:55 Modified files: net/pure-ftpd : Makefile Log message: Switch HOMEPAGE and MASTER_SITES to https ok Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/12/27 15:07:10 Modified files: net/knot : Makefile distinfo Log message: Update to knot-2.9.2 Release notes: https://www.knot-dns.cz/2019-12-12-version-292.html CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/12/27 15:08:55 Modified files: devel/liburcu : Makefile devel/liburcu/pkg: PLIST Log message: Provide debug-liburcu CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/27 15:16:53 Modified files: games/dmagnetic: Makefile distinfo Log message: update to dMagnetic 0.19, from maintainer/upstream Thomas Dettbarn CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/12/27 15:17:01 Modified files: sys/kern : spec_vnops.c vfs_default.c vfs_subr.c sys/sys : specdev.h Log message: Convert the speclisth hash buckets into SLIST macros. This makes the vnode alias code more readable. OK visa@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/12/27 15:17:03 Modified files: lang/mawk : Makefile Log message: Follow Makefile.template order CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/27 15:31:01 Modified files: mail/exim/patches: patch-OS_Makefile-OpenBSD Log message: The last commit removing -Wno-logical-op-parentheses made it apparent that -Wno-logical-op-parentheses doesn't work on some compilers either. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/27 15:33:37 Modified files: net/ttg : Makefile Log message: add -lm which is likely to fix linking on sparc64 CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/12/27 15:35:42 Modified files: textproc/diffstat: Makefile x11/ratpoison : Makefile x11/autocutsel : Makefile mail/rmail : Makefile net/libpsl : Makefile net/libpsl/pkg : PLIST lang/mawk : Makefile Log message: Provide debug packages CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/12/27 17:39:31 Modified files: www/py-CherryPy: Makefile Log message: Fix python2 tests. Conditional TEST_DEPENDS of py-mock used "=" rather than "+=" so wiped out most of the list of TEST_DEPENDS CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2019/12/27 21:38:23 Modified files: sys/dev/pci : mpii.c pcidevs Log message: Attach Symbios Logic Flash Accelerator eMLC cards Those can be found in SPARC T4 machines, mine has the F80 800G model. Since other devices with different flash configurations use the same vendor/product ID, use the LSI chip name as product name as pointed out by jmatthew, thanks. OK jmatthew deraadt CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2019/12/27 21:40:50 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/12/27 23:58:27 Modified files: usr.sbin/ldomctl: ldomctl.c Log message: The last argument of execl(3) should be cast explicitly. ok kn CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2019/12/28 00:48:24 Modified files: net/tor : Makefile distinfo Log message: Update to tor 0.4.2.5. Reminded and diff by benno@ CVSROOT: /cvs Module name: src Changes by: fcambus@cvs.openbsd.org 2019/12/28 00:55:48 Modified files: sys/dev/pci : cs4281.c Log message: Add sizes for free() in clct(4). OK jan@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/12/28 01:05:04 Modified files: net : Makefile Removed files: net/p5-Net-IRC : Makefile distinfo net/p5-Net-IRC/pkg: DESCR PLIST Log message: Remove net/p5-Net-IRC. This module has been deprecated, version 0.79 released in 2009 has an explicit disclaimer. OK jca@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/12/28 01:06:17 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register p5-Net-IRC removal. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/12/28 02:23:28 Modified files: net/libmaxminddb: Makefile Log message: Remove geolite2 maintainer convenience target. CVSROOT: /cvs Module name: src Changes by: denis@cvs.openbsd.org 2019/12/28 02:25:24 Modified files: usr.sbin/ospf6d: lsack.c lsreq.c lsupdate.c ospfe.c ospfe.h Log message: Refactor link state ack/req. OK remi@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/28 02:35:25 Modified files: sysutils/google-cloud-sdk: Makefile distinfo Log message: Update to google-cloud-sdk-274.0.1. CVSROOT: /cvs Module name: src Changes by: denis@cvs.openbsd.org 2019/12/28 02:40:43 Modified files: regress/usr.sbin/ospf6d: ospf6d.network_statement.rdomain1.conf ospf6d.network_statement.rdomain2.conf Log message: hello-interval is ignored in area, remove it. Noticed by remi@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/28 02:45:38 Modified files: net/p5-Net-DBus: Makefile distinfo net/p5-Net-DBus/pkg: PLIST Log message: Update to p5-Net-DBus-1.2.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/28 02:45:58 Modified files: security/vault : Makefile distinfo Log message: Update to vault-1.3.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/28 02:56:36 Modified files: devel/py-colorama: Makefile distinfo devel/py-colorama/pkg: PLIST Log message: Update to py-colorama-0.4.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/28 02:56:53 Modified files: sysutils/awscli: Makefile Log message: Sync dependencies with setup.py. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/28 03:05:40 Modified files: sysutils/terraform/provider-alicloud: Makefile distinfo Log message: Update to terraform-provider-alicloud-1.67.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/28 03:08:17 Modified files: multimedia/xine-ui: Makefile Added files: multimedia/xine-ui/patches: patch-src_xitk_network_c patch-src_xitk_playlist_c Log message: Fix a few crashes. from upstream via Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/28 03:25:15 Modified files: audio/libdca : Makefile Added files: audio/libdca/patches: patch-libdca_libdca_pc_in Log message: Fix include directory path in libdca.pc (upstream). Update to HTTPS URLs while here. from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/28 03:35:48 Modified files: x11/nagstamon : Makefile distinfo x11/nagstamon/patches: patch-Nagstamon_Config_py x11/nagstamon/pkg: PLIST Log message: Update to nagstamon-3.4. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2019/12/28 03:54:28 Modified files: net/seafile/seafile: Makefile Log message: remove unused CONFIGURE_ARGS CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/28 06:13:12 Modified files: audio/ocp : Makefile Log message: broken on i386. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/28 06:29:44 Added files: japanese/kanjips/patches: patch-text2x_text2c_SH Log message: unbreak with perl 5.30+; this script has code to reexecute using the perl interpreter if it was run in a shell interpreter which uses $* in a command intended for the shell; newer perl rejects running the script if this is present CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2019/12/28 06:48:04 Modified files: net/nextcloudclient: Makefile distinfo net/nextcloudclient/patches: patch-src_gui_CMakeLists_txt patch-src_gui_application_cpp patch-src_gui_wizard_owncloudsetuppage_cpp patch-src_gui_wizard_owncloudwizard_cpp patch-src_gui_wizard_owncloudwizard_h patch-src_libsync_networkjobs_cpp net/nextcloudclient/pkg: PLIST Log message: update to nextcloudclient-2.6.2 from Adriano Barbosa (maintainer) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/12/28 06:57:44 Modified files: net/wireguard-tools: Makefile distinfo net/wireguard-tools/pkg: README Log message: - update to wireguard-tools-1.0.20191226v0 - adjust MASTER_SITES to match upstream repo reorg - fix typo in README, from sthen@ based on original diff by Jason A. Donenfeld (upstream) tweaks by sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/12/28 07:00:50 Modified files: sysutils/py-pynetbox: Makefile distinfo sysutils/py-pynetbox/pkg: PLIST Log message: update to py-pynetbox-4.2.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/12/28 07:09:51 Modified files: devel/py-cachetools: Makefile distinfo devel/py-cachetools/pkg: PLIST Log message: - update to py-cachetools - only supports python3 now, so set @pkgpath accordingly CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/12/28 07:10:21 Modified files: devel : Makefile devel/angr/py-angr: Makefile devel/angr/py-claripy: Makefile Log message: adjust py-cachetools dependency CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/12/28 07:33:14 Modified files: sysutils/borgmatic: Makefile distinfo sysutils/borgmatic/patches: patch-setup_py sysutils/borgmatic/pkg: PLIST Log message: update to borgmatic-1.4.21 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/12/28 07:35:35 Modified files: net/minio : Makefile.inc net/minio/client: Makefile net/minio/server: Makefile Log message: drop maintainership CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/12/28 07:36:06 Modified files: sysutils/rclone: Makefile Log message: missed in previous -- drop maintainership CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/28 07:39:48 Modified files: graphics/ImageMagick: Makefile distinfo Added files: graphics/ImageMagick/patches: patch-magick_magick-config_h patch-magick_memory__h Log message: update to ImageMagick 6.9.10-80, plus add a post-release patch researched by cwen@ that may fix some consumers on gcc3 arches. CVSROOT: /cvs Module name: ports Changes by: gsoares@cvs.openbsd.org 2019/12/28 07:45:14 Modified files: devel/cppcheck : Makefile distinfo devel/cppcheck/pkg: PLIST Log message: update to cppcheck-1.90 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/12/28 08:00:13 Modified files: x11/polybar : Makefile distinfo Log message: update to polybar-3.4.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/28 08:13:26 Modified files: audio/py-eyed3 : Makefile distinfo audio/py-eyed3/pkg: PLIST Log message: update to eyeD3-0.8.12 set MODPY_PYTEST to indicate that there are tests, but keep NO_TEST and add a comment (requires an unported dep) CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/12/28 08:42:21 Modified files: sysutils/diffoscope: Makefile distinfo Log message: Update to diffoscope-134 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/28 08:53:54 Modified files: cad/kicad : Makefile Log message: kicad couldn't be built with ninja with the random build ordering; this is now working following the patch to ninja so remove USE_NINJA=No. The failure here was netlist_reader.h depending on generated netlist_lexer.h; however the input files used by cmake to generate the ninja build files do list this dependency. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/28 08:59:30 Modified files: net/icinga/core2: Makefile distinfo net/icinga/core2/patches: patch-etc_icinga2_conf_d_groups_conf patch-etc_icinga2_conf_d_hosts_conf patch-etc_icinga2_conf_d_services_conf patch-etc_icinga2_constants_conf_cmake patch-lib_base_library_cpp net/icinga/core2/pkg: PLIST-main PLIST-mysql Added files: net/icinga/core2/patches: patch-lib_cli_daemoncommand_cpp Removed files: net/icinga/core2/patches: patch-etc_icinga2_scripts_mail-host-notification_sh patch-etc_icinga2_scripts_mail-service-notification_sh Log message: update to icinga-2.11.2, with a patch to allow si_pid to be 0. icinga wants to check that signals are coming from the expected process, however siginfo's si_pid (and si_uid) aren't filled in on OpenBSD. many thanks to jmatthew@ for tracking down the problem and this old tech@ mail about it: https://marc.info/?l=openbsd-tech&m=120218016412546&w=2 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/12/28 09:03:48 Modified files: regress/usr.sbin/syslogd: Makefile Log message: Disable interop test with rsyslogd and TLS. Starting rsyslogd with GnuTLS does not work reliably. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/12/28 09:13:41 Modified files: editors/featherpad: Makefile distinfo editors/featherpad/pkg: PLIST Log message: Update to featherpad-0.12.0 Changelog: https://github.com/tsujan/FeatherPad/releases/tag/V0.12.0 CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2019/12/28 09:27:05 Modified files: sbin/iked : ikev2.c policy.c Log message: Refactor child SA cleanup. ok bluhm@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/28 10:13:13 Modified files: audio/p5-MP3-Info: Makefile distinfo Log message: update to p5-MP3-Info-1.26 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/28 10:26:52 Modified files: archivers/p5-Archive-Zip: Makefile distinfo Log message: update to p5-Archive-Zip-1.67. one test now fails because archivers/unzip is not built with bzip2 support; add a comment to explain why. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/28 10:32:29 Modified files: databases/pecl-redis: Makefile distinfo databases/pecl-redis/patches: patch-library_c databases/pecl-redis/pkg: PLIST Log message: update to pecl-redis-5.11 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/28 10:45:52 Modified files: security/wpa_supplicant: Makefile security/wpa_supplicant/pkg: README wpa_supplicant.rc Log message: improve wpa_supplicant pkg-readme, enable syslog in default flags CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/28 10:50:11 Modified files: security/wpa_supplicant: Makefile Added files: security/wpa_supplicant/patches: patch-wpa_supplicant_scan_c Log message: ap_scan is not supported in wpa_supplicant on OpenBSD and breaks things if used but maybe present in some sample configs - disable the option if set to avoid one possible source of errors CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/28 10:57:47 Modified files: www/minitube : Makefile distinfo Log message: update to minitube-3.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/28 11:00:11 Modified files: databases/xapian-bindings: Makefile distinfo databases/xapian-bindings/pkg: PLIST-main PLIST-python PLIST-ruby databases/xapian-core: Makefile distinfo databases/xapian-core/pkg: PLIST www/xapian-omega: Makefile distinfo Log message: update to xapian 1.4.14 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/12/28 11:12:32 Modified files: devel/py-cachetools: Makefile Log message: fixup previous and commit what I actually intended to and set MODPY_VERSION spotted by kmos@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/12/28 11:34:39 Modified files: lang/python/3.8: Makefile distinfo lang/python/3.8/pkg: PLIST-main PLIST-tests Log message: Update to Python 3.8.1 ok rpointel@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/12/28 11:35:39 Modified files: lang/python/3.7: Makefile distinfo lang/python/3.7/pkg: PLIST-main PLIST-tests Log message: Update to Python 3.7.6 ok rpointel@ (maintainer) CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2019/12/28 11:36:02 Modified files: usr.sbin/vmctl : main.c usr.sbin/ldomctl: ldomctl.c Log message: Run cu(1) in restricted mode Users must not not be able to transfer files from the local hypervisor filesystem to VMs/LDOMs, especially since the "vmctl/ldomctl console ..." might be run as root. Disable all relevant escape sequences and cause cu to run under "stdio tty" pledge by using -r. OK deraadt mlarkin CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/28 11:37:32 Modified files: multimedia/mpv : Makefile distinfo multimedia/mpv/patches: patch-libmpv_client_h Log message: Update to mpv-0.31.0. from Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/28 11:58:36 Modified files: security/wpa_supplicant: Makefile distinfo security/wpa_supplicant/patches: patch-wpa_supplicant_defconfig Added files: security/wpa_supplicant/patches: patch-wpa_supplicant_ctrl_iface_c Log message: update to wpa_supplicant 2.9, tests/ok phessler@ kn@ CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2019/12/28 15:58:06 Log message: Import uni, a tool for querying the unicod database from the command line. OK kn@ Status: Vendor Tag: abieber Release Tags: abieber_20191228 N ports/textproc/uni/Makefile N ports/textproc/uni/distinfo N ports/textproc/uni/pkg/DESCR N ports/textproc/uni/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2019/12/28 15:58:59 Modified files: textproc : Makefile Log message: + uni CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/12/29 00:14:06 Modified files: sys/kern : kern_event.c Log message: Wake up knote waiters in knote_drop(). This lets the blocked knote_acquire() calls resume immediately instead of waiting for the timeout expiry. OK anton@, tedu@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/12/29 00:28:22 Modified files: net/ocserv : Makefile distinfo net/ocserv/patches: patch-configure_ac patch-doc_sample_config Log message: Update to ocserv-0.12.6 Changelog: https://ocserv.gitlab.io/www/changelog.html CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2019/12/29 01:54:03 Modified files: app/xterm : Imakefile MANIFEST NEWS THANKS Tekproc.c VTPrsTbl.c button.c cachedGCs.c charproc.c configure.in ctlseqs.ms ctlseqs.txt cursor.c data.h doublechr.c fontutils.c fontutils.h graphics.c graphics_regis.c html.c input.c linedata.c main.c main.h menu.c minstall.in misc.c ptydata.c ptyx.h run-tic.sh screen.c scrollback.c scrollbar.c svg.c tabs.c terminfo testxmc.c trace.c trace.h util.c version.c version.h wcwidth.c xstrings.c xterm.h xterm.log.html xterm.man xtermcfg.h xtermcfg.hin xutf8.c app/xterm/package: xterm.spec app/xterm/package/debian: changelog rules app/xterm/package/freebsd: Makefile distinfo app/xterm/package/pkgsrc: Makefile distinfo app/xterm/vttests: query-color.pl query-fonts.pl query-status.pl report-sgr.pl tcapquery.pl Added files: app/xterm/package/freebsd: pkg-message.wchar app/xterm/vttests: modify-keys.pl query-dynamic.pl query-xres.pl sgrPushPop2.pl Log message: Update to xterm 351. tested and ok solene@ jca@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2019/12/29 01:55:02 Modified files: . : 3RDPARTY Log message: update CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2019/12/29 02:34:43 Modified files: sys/dev/pci : mpiireg.h Log message: The name field of struct mpii_cfg_raid_vol_pg1 is 16 bytes, not 32. tested by and ok kn@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/12/29 03:35:23 Modified files: infrastructure/bin: proot Log message: fix logic in the case where the proot is straight under / problem noticed by Xiyue Deng CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/12/29 03:40:16 Modified files: usr.sbin/pkg_add/OpenBSD: Update.pm Log message: partial backout of 1.166: we still need to compute the pkgname without the repo for debug packages, but we need the full path for the handle (for now) fixes regression noticed by bluhm@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/12/29 04:52:10 Modified files: archivers/unrar: Makefile distinfo archivers/unrar/patches: patch-rijndael_cpp Log message: update to 5.80 CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/12/29 06:49:22 Modified files: sys/net80211 : ieee80211_node.h Log message: increase net80211's node cache size; now we can see all APs at 36c3 ok phessler benno CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/12/29 07:00:36 Modified files: sys/net80211 : ieee80211_node.c Log message: If the new candidate AP found after a background scan has an RSSI level that will also trigger background scans, remain with the current AP. Avoids ping-pong in environments where APs are tuned for low transmit range, such as 36c3. ok phessler benno CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/12/29 09:30:34 Modified files: misc/feathernotes: Makefile distinfo misc/feathernotes/pkg: PLIST Log message: Update to feathernotes-0.5.0 Changelog: https://github.com/tsujan/FeatherNotes/releases/tag/V0.5.0 CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2019/12/29 12:27:06 Log message: Import age - a modern and secure encryption tool with small explicit keys. OK sthen@, tb@ Status: Vendor Tag: abieber Release Tags: abieber_20191229 N ports/security/age/Makefile N ports/security/age/distinfo N ports/security/age/pkg/DESCR N ports/security/age/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2019/12/29 13:09:52 Modified files: security : Makefile Log message: + age CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/29 13:54:53 Modified files: mail/rspamd : Makefile Log message: build debug packages for rspamd CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2019/12/29 14:30:21 Modified files: sys/dev/pci : mpii.c Log message: Populate logical disk port WWNs with their RAID volume's WWID On sparc64, booting root devices off hardware RAID volumes requires the port WWN to be set for autoconf(9) to match the disk against the bootpath and therefore identify it as root device. Pointed out by kettenis Input and OK jmatthew CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/29 14:35:02 Modified files: mail/rspamd : Makefile Removed files: mail/rspamd/patches: patch-contrib_fastutf8_CMakeLists_txt Log message: reenable sse/avx2 fastutf8 in rspamd. there actually is a check and the way it was disabled was causing missing functions that are needed in some cases. CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/12/29 16:01:54 Modified files: mail/exim : Makefile Log message: exim: unbreak on base-gcc archs by using `-std=gnu99' only for them. input and OK sthen@, OK Renaud Allard (maintainer) CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/12/29 16:29:13 Modified files: graphics/gimp/stable: Makefile Log message: gimp: move HOMEPAGE to https, needs ports-gcc on !clang archs OK sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/29 16:56:17 Modified files: x11/gtkglext : Makefile distinfo x11/gtkglext/pkg: PLIST Removed files: x11/gtkglext/patches: patch-examples_pixmap-mixed_c patch-examples_pixmap_c patch-gdk_gdkglshapes_c patch-gtk_gtkglwidget_c Log message: Use a more recent snapshot that does not require pangox-compat which is BROKEN since pango >=1.44. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/29 16:56:59 Modified files: astro/celestia : Makefile cad/pcb : Makefile education/gamgi/patches: patch-src-make_local emulators/xroar: Makefile games/gnubg : Makefile games/ufoai/base: Makefile Log message: Regen WANTLIB now that gtkglext does not require pangox-compat and make sure everything builds fine with pango >=1.44 (except for games/ufoai/base for now) CVSROOT: /cvs Module name: src Changes by: afresh1@cvs.openbsd.org 2019/12/29 19:11:12 Log message: Import perl-5.30.1 Timing is good deraadt@, OK sthen@ Status: Vendor Tag: PERL Release Tags: PERL_5_30_1 U src/gnu/usr.bin/perl/.dir-locals.el N src/gnu/usr.bin/perl/.lgtm.yml U src/gnu/usr.bin/perl/.metaconf-exclusions.txt U src/gnu/usr.bin/perl/.travis.yml U src/gnu/usr.bin/perl/Artistic U src/gnu/usr.bin/perl/asan_ignore C src/gnu/usr.bin/perl/AUTHORS C src/gnu/usr.bin/perl/autodoc.pl U src/gnu/usr.bin/perl/av.c C src/gnu/usr.bin/perl/av.h C src/gnu/usr.bin/perl/caretx.c U src/gnu/usr.bin/perl/cflags.SH C src/gnu/usr.bin/perl/Changes C src/gnu/usr.bin/perl/charclass_invlists.h C src/gnu/usr.bin/perl/configpm C src/gnu/usr.bin/perl/Configure C src/gnu/usr.bin/perl/configure.com U src/gnu/usr.bin/perl/configure.gnu C src/gnu/usr.bin/perl/config_h.SH C src/gnu/usr.bin/perl/cop.h U src/gnu/usr.bin/perl/Copying C src/gnu/usr.bin/perl/cv.h U src/gnu/usr.bin/perl/deb.c C src/gnu/usr.bin/perl/doio.c U src/gnu/usr.bin/perl/doop.c C src/gnu/usr.bin/perl/dosish.h C src/gnu/usr.bin/perl/dquote.c U src/gnu/usr.bin/perl/dquote_inline.h C src/gnu/usr.bin/perl/dump.c C src/gnu/usr.bin/perl/ebcdic_tables.h C src/gnu/usr.bin/perl/embed.fnc C src/gnu/usr.bin/perl/embed.h C src/gnu/usr.bin/perl/embedvar.h C src/gnu/usr.bin/perl/EXTERN.h U src/gnu/usr.bin/perl/fakesdio.h C src/gnu/usr.bin/perl/feature.h U src/gnu/usr.bin/perl/form.h U src/gnu/usr.bin/perl/generate_uudmap.c C src/gnu/usr.bin/perl/globals.c C src/gnu/usr.bin/perl/globvar.sym C src/gnu/usr.bin/perl/gv.c U src/gnu/usr.bin/perl/gv.h C src/gnu/usr.bin/perl/handy.h C src/gnu/usr.bin/perl/hv.c U src/gnu/usr.bin/perl/hv.h C src/gnu/usr.bin/perl/hv_func.h U src/gnu/usr.bin/perl/hv_macro.h C src/gnu/usr.bin/perl/inline.h C src/gnu/usr.bin/perl/INSTALL U src/gnu/usr.bin/perl/installhtml U src/gnu/usr.bin/perl/installman C src/gnu/usr.bin/perl/installperl U src/gnu/usr.bin/perl/install_lib.pl C src/gnu/usr.bin/perl/INTERN.h C src/gnu/usr.bin/perl/intrpvar.h C src/gnu/usr.bin/perl/invlist_inline.h U src/gnu/usr.bin/perl/iperlsys.h U src/gnu/usr.bin/perl/keywords.c U src/gnu/usr.bin/perl/keywords.h C src/gnu/usr.bin/perl/l1_char_class_tab.h C src/gnu/usr.bin/perl/locale.c C src/gnu/usr.bin/perl/makedef.pl U src/gnu/usr.bin/perl/makedepend.SH U src/gnu/usr.bin/perl/Makefile.micro C src/gnu/usr.bin/perl/Makefile.SH U src/gnu/usr.bin/perl/make_ext.pl U src/gnu/usr.bin/perl/make_patchnum.pl C src/gnu/usr.bin/perl/malloc.c U src/gnu/usr.bin/perl/malloc_ctl.h C src/gnu/usr.bin/perl/MANIFEST C src/gnu/usr.bin/perl/mathoms.c C src/gnu/usr.bin/perl/META.json C src/gnu/usr.bin/perl/META.yml C src/gnu/usr.bin/perl/metaconfig.h U src/gnu/usr.bin/perl/metaconfig.SH C src/gnu/usr.bin/perl/mg.c U src/gnu/usr.bin/perl/mg.h U src/gnu/usr.bin/perl/mg_names.inc U src/gnu/usr.bin/perl/mg_raw.h U src/gnu/usr.bin/perl/mg_vtable.h C src/gnu/usr.bin/perl/miniperlmain.c U src/gnu/usr.bin/perl/mkppport C src/gnu/usr.bin/perl/mkppport.lst C src/gnu/usr.bin/perl/mro_core.c U src/gnu/usr.bin/perl/myconfig.SH U src/gnu/usr.bin/perl/mydtrace.h U src/gnu/usr.bin/perl/nostdio.h C src/gnu/usr.bin/perl/numeric.c C src/gnu/usr.bin/perl/op.c C src/gnu/usr.bin/perl/op.h U src/gnu/usr.bin/perl/opcode.h U src/gnu/usr.bin/perl/opnames.h U src/gnu/usr.bin/perl/op_reg_common.h U src/gnu/usr.bin/perl/overload.h U src/gnu/usr.bin/perl/overload.inc U src/gnu/usr.bin/perl/PACKAGING U src/gnu/usr.bin/perl/packsizetables.inc U src/gnu/usr.bin/perl/pad.c U src/gnu/usr.bin/perl/pad.h U src/gnu/usr.bin/perl/parser.h C src/gnu/usr.bin/perl/patchlevel.h C src/gnu/usr.bin/perl/perl.c C src/gnu/usr.bin/perl/perl.h U src/gnu/usr.bin/perl/perlapi.c C src/gnu/usr.bin/perl/perlapi.h U src/gnu/usr.bin/perl/perldtrace.d C src/gnu/usr.bin/perl/perlio.c U src/gnu/usr.bin/perl/perlio.h U src/gnu/usr.bin/perl/perlio.sym U src/gnu/usr.bin/perl/perliol.h U src/gnu/usr.bin/perl/perlsdio.h C src/gnu/usr.bin/perl/perlvars.h C src/gnu/usr.bin/perl/perly.act C src/gnu/usr.bin/perl/perly.c C src/gnu/usr.bin/perl/perly.h C src/gnu/usr.bin/perl/perly.tab C src/gnu/usr.bin/perl/perly.y U src/gnu/usr.bin/perl/perl_inc_macro.h U src/gnu/usr.bin/perl/perl_langinfo.h U src/gnu/usr.bin/perl/Policy_sh.SH C src/gnu/usr.bin/perl/pp.c C src/gnu/usr.bin/perl/pp.h C src/gnu/usr.bin/perl/pp_ctl.c C src/gnu/usr.bin/perl/pp_hot.c C src/gnu/usr.bin/perl/pp_pack.c U src/gnu/usr.bin/perl/pp_proto.h U src/gnu/usr.bin/perl/pp_sort.c C src/gnu/usr.bin/perl/pp_sys.c C src/gnu/usr.bin/perl/proto.h C src/gnu/usr.bin/perl/README C src/gnu/usr.bin/perl/README.aix U src/gnu/usr.bin/perl/README.amiga U src/gnu/usr.bin/perl/README.android U src/gnu/usr.bin/perl/README.bs2000 U src/gnu/usr.bin/perl/README.ce U src/gnu/usr.bin/perl/README.cn U src/gnu/usr.bin/perl/README.cygwin U src/gnu/usr.bin/perl/README.dos U src/gnu/usr.bin/perl/README.freebsd C src/gnu/usr.bin/perl/README.haiku C src/gnu/usr.bin/perl/README.hpux U src/gnu/usr.bin/perl/README.hurd U src/gnu/usr.bin/perl/README.irix U src/gnu/usr.bin/perl/README.jp U src/gnu/usr.bin/perl/README.ko U src/gnu/usr.bin/perl/README.linux U src/gnu/usr.bin/perl/README.macos C src/gnu/usr.bin/perl/README.macosx U src/gnu/usr.bin/perl/README.micro U src/gnu/usr.bin/perl/README.netware U src/gnu/usr.bin/perl/README.openbsd C src/gnu/usr.bin/perl/README.os2 U src/gnu/usr.bin/perl/README.os390 U src/gnu/usr.bin/perl/README.os400 U src/gnu/usr.bin/perl/README.plan9 U src/gnu/usr.bin/perl/README.qnx U src/gnu/usr.bin/perl/README.riscos C src/gnu/usr.bin/perl/README.solaris U src/gnu/usr.bin/perl/README.symbian U src/gnu/usr.bin/perl/README.synology U src/gnu/usr.bin/perl/README.tru64 U src/gnu/usr.bin/perl/README.tw C src/gnu/usr.bin/perl/README.vms U src/gnu/usr.bin/perl/README.vos C src/gnu/usr.bin/perl/README.win32 U src/gnu/usr.bin/perl/reentr.c U src/gnu/usr.bin/perl/reentr.h C src/gnu/usr.bin/perl/regcharclass.h C src/gnu/usr.bin/perl/regcomp.c C src/gnu/usr.bin/perl/regcomp.h C src/gnu/usr.bin/perl/regcomp.sym U src/gnu/usr.bin/perl/regen.pl U src/gnu/usr.bin/perl/regen_perly.pl C src/gnu/usr.bin/perl/regexec.c C src/gnu/usr.bin/perl/regexp.h C src/gnu/usr.bin/perl/regnodes.h U src/gnu/usr.bin/perl/run.c U src/gnu/usr.bin/perl/runtests.SH U src/gnu/usr.bin/perl/sbox32_hash.h C src/gnu/usr.bin/perl/scope.c U src/gnu/usr.bin/perl/scope.h U src/gnu/usr.bin/perl/stadtx_hash.h C src/gnu/usr.bin/perl/sv.c C src/gnu/usr.bin/perl/sv.h U src/gnu/usr.bin/perl/taint.c C src/gnu/usr.bin/perl/TestInit.pm U src/gnu/usr.bin/perl/thread.h U src/gnu/usr.bin/perl/time64.c U src/gnu/usr.bin/perl/time64.h U src/gnu/usr.bin/perl/time64_config.h C src/gnu/usr.bin/perl/toke.c C src/gnu/usr.bin/perl/uconfig.h C src/gnu/usr.bin/perl/uconfig.sh C src/gnu/usr.bin/perl/uconfig64.sh C src/gnu/usr.bin/perl/unicode_constants.h C src/gnu/usr.bin/perl/universal.c C src/gnu/usr.bin/perl/unixish.h U src/gnu/usr.bin/perl/uni_keywords.h C src/gnu/usr.bin/perl/utf8.c C src/gnu/usr.bin/perl/utf8.h U src/gnu/usr.bin/perl/utfebcdic.h C src/gnu/usr.bin/perl/util.c U src/gnu/usr.bin/perl/util.h U src/gnu/usr.bin/perl/utils.lst C src/gnu/usr.bin/perl/vutil.c U src/gnu/usr.bin/perl/vutil.h U src/gnu/usr.bin/perl/vxs.inc C src/gnu/usr.bin/perl/warnings.h C src/gnu/usr.bin/perl/write_buildcustomize.pl C src/gnu/usr.bin/perl/XSUB.h U src/gnu/usr.bin/perl/zaphod32_hash.h U src/gnu/usr.bin/perl/amigaos4/amigaio.c U src/gnu/usr.bin/perl/amigaos4/amigaio.h U src/gnu/usr.bin/perl/amigaos4/amigaos.c U src/gnu/usr.bin/perl/amigaos4/amigaos.h U src/gnu/usr.bin/perl/amigaos4/config.sh U src/gnu/usr.bin/perl/cpan/.dir-locals.el U src/gnu/usr.bin/perl/cpan/Archive-Tar/bin/ptar U src/gnu/usr.bin/perl/cpan/Archive-Tar/bin/ptardiff U src/gnu/usr.bin/perl/cpan/Archive-Tar/bin/ptargrep C src/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/Tar.pm C src/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/Tar/Constant.pm C src/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/Tar/File.pm U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/01_use.t U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/02_methods.t U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/03_file.t U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/04_resolved_issues.t U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/05_iter.t U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/06_error.t U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/08_ptargrep.t U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/09_roundtrip.t U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/90_symlink.t U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/99_pod.t U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/header/signed.tar U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/linktest/linktest_missing_dir.tar U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/linktest/linktest_with_dir.tar U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/long/b U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/long/bar.tar U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/long/foo.tbz U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/long/foo.tgz U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/short/b U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/short/bar.tar U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/short/foo.tbz U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/short/foo.tgz U src/gnu/usr.bin/perl/cpan/autodie/lib/autodie.pm U src/gnu/usr.bin/perl/cpan/autodie/lib/Fatal.pm U src/gnu/usr.bin/perl/cpan/autodie/lib/autodie/exception.pm U src/gnu/usr.bin/perl/cpan/autodie/lib/autodie/hints.pm U src/gnu/usr.bin/perl/cpan/autodie/lib/autodie/skip.pm U src/gnu/usr.bin/perl/cpan/autodie/lib/autodie/Util.pm U src/gnu/usr.bin/perl/cpan/autodie/lib/autodie/exception/system.pm U src/gnu/usr.bin/perl/cpan/autodie/lib/autodie/Scope/Guard.pm U src/gnu/usr.bin/perl/cpan/autodie/lib/autodie/Scope/GuardStack.pm U src/gnu/usr.bin/perl/cpan/autodie/t/00-load.t U src/gnu/usr.bin/perl/cpan/autodie/t/args.t U src/gnu/usr.bin/perl/cpan/autodie/t/autodie.t U src/gnu/usr.bin/perl/cpan/autodie/t/autodie_skippy.pm U src/gnu/usr.bin/perl/cpan/autodie/t/autodie_test_module.pm U src/gnu/usr.bin/perl/cpan/autodie/t/backcompat.t U src/gnu/usr.bin/perl/cpan/autodie/t/basic_exceptions.t U src/gnu/usr.bin/perl/cpan/autodie/t/binmode.t U src/gnu/usr.bin/perl/cpan/autodie/t/blog_hints.t U src/gnu/usr.bin/perl/cpan/autodie/t/caller.t U src/gnu/usr.bin/perl/cpan/autodie/t/chmod.t U src/gnu/usr.bin/perl/cpan/autodie/t/chown.t U src/gnu/usr.bin/perl/cpan/autodie/t/context.t U src/gnu/usr.bin/perl/cpan/autodie/t/context_lexical.t U src/gnu/usr.bin/perl/cpan/autodie/t/core-trampoline-slurp.t U src/gnu/usr.bin/perl/cpan/autodie/t/crickey.t U src/gnu/usr.bin/perl/cpan/autodie/t/dbmopen.t U src/gnu/usr.bin/perl/cpan/autodie/t/eval_error.t U src/gnu/usr.bin/perl/cpan/autodie/t/exceptions.t U src/gnu/usr.bin/perl/cpan/autodie/t/exception_class.t U src/gnu/usr.bin/perl/cpan/autodie/t/exec.t U src/gnu/usr.bin/perl/cpan/autodie/t/Fatal.t U src/gnu/usr.bin/perl/cpan/autodie/t/filehandles.t U src/gnu/usr.bin/perl/cpan/autodie/t/fileno.t U src/gnu/usr.bin/perl/cpan/autodie/t/flock.t U src/gnu/usr.bin/perl/cpan/autodie/t/format-clobber.t U src/gnu/usr.bin/perl/cpan/autodie/t/hints.t U src/gnu/usr.bin/perl/cpan/autodie/t/hints_insist.t U src/gnu/usr.bin/perl/cpan/autodie/t/hints_pod_examples.t U src/gnu/usr.bin/perl/cpan/autodie/t/hints_provider_does.t U src/gnu/usr.bin/perl/cpan/autodie/t/hints_provider_easy_does_it.t U src/gnu/usr.bin/perl/cpan/autodie/t/hints_provider_isa.t U src/gnu/usr.bin/perl/cpan/autodie/t/import-into.t U src/gnu/usr.bin/perl/cpan/autodie/t/internal-backcompat.t U src/gnu/usr.bin/perl/cpan/autodie/t/internal.t U src/gnu/usr.bin/perl/cpan/autodie/t/kill.t U src/gnu/usr.bin/perl/cpan/autodie/t/lethal.t U src/gnu/usr.bin/perl/cpan/autodie/t/mkdir.t U src/gnu/usr.bin/perl/cpan/autodie/t/no_carp.t U src/gnu/usr.bin/perl/cpan/autodie/t/open.t U src/gnu/usr.bin/perl/cpan/autodie/t/read.t U src/gnu/usr.bin/perl/cpan/autodie/t/recv.t U src/gnu/usr.bin/perl/cpan/autodie/t/repeat.t U src/gnu/usr.bin/perl/cpan/autodie/t/skip.t U src/gnu/usr.bin/perl/cpan/autodie/t/rt-74246.t U src/gnu/usr.bin/perl/cpan/autodie/t/scope_leak.t U src/gnu/usr.bin/perl/cpan/autodie/t/string-eval-basic.t U src/gnu/usr.bin/perl/cpan/autodie/t/string-eval-leak.t U src/gnu/usr.bin/perl/cpan/autodie/t/sysopen.t U src/gnu/usr.bin/perl/cpan/autodie/t/touch_me U src/gnu/usr.bin/perl/cpan/autodie/t/truncate.t U src/gnu/usr.bin/perl/cpan/autodie/t/unlink.t U src/gnu/usr.bin/perl/cpan/autodie/t/user-context.t U src/gnu/usr.bin/perl/cpan/autodie/t/usersub.t U src/gnu/usr.bin/perl/cpan/autodie/t/utf8_open.t U src/gnu/usr.bin/perl/cpan/autodie/t/utime.t U src/gnu/usr.bin/perl/cpan/autodie/t/version.t U src/gnu/usr.bin/perl/cpan/autodie/t/version_tag.t U src/gnu/usr.bin/perl/cpan/autodie/t/lib/Caller_helper.pm U src/gnu/usr.bin/perl/cpan/autodie/t/lib/Hints_pod_examples.pm U src/gnu/usr.bin/perl/cpan/autodie/t/lib/Hints_provider_does.pm U src/gnu/usr.bin/perl/cpan/autodie/t/lib/Hints_provider_easy_does_it.pm U src/gnu/usr.bin/perl/cpan/autodie/t/lib/Hints_provider_isa.pm U src/gnu/usr.bin/perl/cpan/autodie/t/lib/Hints_test.pm U src/gnu/usr.bin/perl/cpan/autodie/t/lib/lethal.pm U src/gnu/usr.bin/perl/cpan/autodie/t/lib/OtherTypes.pm U src/gnu/usr.bin/perl/cpan/autodie/t/lib/autodie/test/au.pm U src/gnu/usr.bin/perl/cpan/autodie/t/lib/autodie/test/badname.pm U src/gnu/usr.bin/perl/cpan/autodie/t/lib/autodie/test/missing.pm U src/gnu/usr.bin/perl/cpan/autodie/t/lib/autodie/test/au/exception.pm U src/gnu/usr.bin/perl/cpan/autodie/t/lib/my/autodie.pm U src/gnu/usr.bin/perl/cpan/autodie/t/lib/my/pragma.pm U src/gnu/usr.bin/perl/cpan/autodie/t/lib/pujHa/ghach.pm U src/gnu/usr.bin/perl/cpan/autodie/t/lib/pujHa/ghach/Dotlh.pm U src/gnu/usr.bin/perl/cpan/autodie/t/lib/Some/Module.pm U src/gnu/usr.bin/perl/cpan/AutoLoader/lib/AutoLoader.pm U src/gnu/usr.bin/perl/cpan/AutoLoader/lib/AutoSplit.pm U src/gnu/usr.bin/perl/cpan/AutoLoader/t/01AutoLoader.t U src/gnu/usr.bin/perl/cpan/AutoLoader/t/02AutoSplit.t C src/gnu/usr.bin/perl/cpan/bignum/lib/bigint.pm C src/gnu/usr.bin/perl/cpan/bignum/lib/bignum.pm C src/gnu/usr.bin/perl/cpan/bignum/lib/bigrat.pm C src/gnu/usr.bin/perl/cpan/bignum/lib/Math/BigFloat/Trace.pm C src/gnu/usr.bin/perl/cpan/bignum/lib/Math/BigInt/Trace.pm U src/gnu/usr.bin/perl/cpan/bignum/t/bigexp.t U src/gnu/usr.bin/perl/cpan/bignum/t/bigint.t U src/gnu/usr.bin/perl/cpan/bignum/t/bignum.t U src/gnu/usr.bin/perl/cpan/bignum/t/bigrat.t U src/gnu/usr.bin/perl/cpan/bignum/t/big_e_pi.t U src/gnu/usr.bin/perl/cpan/bignum/t/biinfnan.t U src/gnu/usr.bin/perl/cpan/bignum/t/bii_e_pi.t U src/gnu/usr.bin/perl/cpan/bignum/t/bir_e_pi.t U src/gnu/usr.bin/perl/cpan/bignum/t/bninfnan.t U src/gnu/usr.bin/perl/cpan/bignum/t/bn_lite.t U src/gnu/usr.bin/perl/cpan/bignum/t/brinfnan.t U src/gnu/usr.bin/perl/cpan/bignum/t/br_lite.t U src/gnu/usr.bin/perl/cpan/bignum/t/infnan.inc U src/gnu/usr.bin/perl/cpan/bignum/t/in_effect.t U src/gnu/usr.bin/perl/cpan/bignum/t/option_a.t C src/gnu/usr.bin/perl/cpan/bignum/t/option_l.t U src/gnu/usr.bin/perl/cpan/bignum/t/option_p.t U src/gnu/usr.bin/perl/cpan/bignum/t/overrides.t U src/gnu/usr.bin/perl/cpan/bignum/t/ratopt_a.t U src/gnu/usr.bin/perl/cpan/bignum/t/scope_f.t U src/gnu/usr.bin/perl/cpan/bignum/t/scope_i.t U src/gnu/usr.bin/perl/cpan/bignum/t/scope_r.t C src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/Bzip2.xs U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/Makefile.PL U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/typemap U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/blocksort.c U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/bzlib.c U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/bzlib.h U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/bzlib_private.h U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/compress.c U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/crctable.c U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/decompress.c U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/huffman.c U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/LICENSE U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/randtable.c U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/fallback/constants.h U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/fallback/constants.xs C src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm C src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/private/MakeUtil.pm C src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/t/000prereq.t U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/t/01bzip2.t U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/t/09limitoutput.t U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/t/19nonpv.t U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/t/99pod.t U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/t/compress/CompTestUtils.pm U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/config.in U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/Makefile.PL U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/typemap U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/Zlib.xs U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/fallback/constants.h U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/fallback/constants.xs C src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm C src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/private/MakeUtil.pm U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/01version.t U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/02zlib.t U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/07bufsize.t U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/09limitoutput.t U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/18lvalue.t U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/19nonpv.t U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/compress/CompTestUtils.pm U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/adler32.c U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/compress.c U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/crc32.c U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/crc32.h U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/deflate.c U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/deflate.h U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/infback.c U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/inffast.c U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/inffast.h U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/inffixed.h U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/inflate.c U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/inflate.h U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/inftrees.c U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/inftrees.h U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/trees.c U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/trees.h U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/uncompr.c U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/zconf.h U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/zlib.h U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/zutil.c U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/zutil.h C src/gnu/usr.bin/perl/cpan/Config-Perl-V/V.pm U src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/10_base.t C src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/20_plv56.t C src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/21_plv58.t C src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/22_plv510.t C src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/23_plv512.t C src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/24_plv514.t C src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/25_plv516.t C src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/25_plv5162.t C src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/26_plv518.t C src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/26_plv5182.t C src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/27_plv5200.t C src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/27_plv5202.t C src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/28_plv5220.t C src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/28_plv52201w.t U src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/29_plv5235w.t U src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/30_plv5240.t U src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/31_plv52511.t U src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/32_plv5261rc1.t U src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/33_plv52711r.t N src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/34_plv5280.t U src/gnu/usr.bin/perl/cpan/CPAN/PAUSE2003.pub U src/gnu/usr.bin/perl/cpan/CPAN/PAUSE2005.pub U src/gnu/usr.bin/perl/cpan/CPAN/PAUSE2007.pub U src/gnu/usr.bin/perl/cpan/CPAN/PAUSE2009.pub U src/gnu/usr.bin/perl/cpan/CPAN/PAUSE2011.pub C src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN.pm C src/gnu/usr.bin/perl/cpan/CPAN/lib/App/Cpan.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Author.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Bundle.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/CacheMgr.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Complete.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Debug.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/DeferredCode.pm C src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Distribution.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Distroprefs.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Distrostatus.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/FirstTime.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/FTP.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/HandleConfig.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Index.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/InfoObj.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Kwalify.pm C src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Mirrors.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Module.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Nox.pm C src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Plugin.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Prompt.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Queue.pm C src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Shell.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Tarzip.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/URL.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Version.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/API/HOWTO.pod U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Exception/blocked_urllist.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Exception/RecursiveDependency.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Exception/yaml_not_installed.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Exception/yaml_process_error.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/FTP/netrc.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/HTTP/Client.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/HTTP/Credentials.pm U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Kwalify/distroprefs.dd U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Kwalify/distroprefs.yml U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/LWP/UserAgent.pm C src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Plugin/Specfile.pm C src/gnu/usr.bin/perl/cpan/CPAN/scripts/cpan U src/gnu/usr.bin/perl/cpan/CPAN/t/01loadme.t U src/gnu/usr.bin/perl/cpan/CPAN/t/02nox.t U src/gnu/usr.bin/perl/cpan/CPAN/t/03pkgs.t U src/gnu/usr.bin/perl/cpan/CPAN/t/10version.t U src/gnu/usr.bin/perl/cpan/CPAN/t/11mirroredby.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta/corpus/BadMETA.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/corpus/bareyaml.meta U src/gnu/usr.bin/perl/cpan/CPAN-Meta/corpus/CL018_yaml.meta U src/gnu/usr.bin/perl/cpan/CPAN-Meta/corpus/json.meta U src/gnu/usr.bin/perl/cpan/CPAN-Meta/corpus/META-VR.json U src/gnu/usr.bin/perl/cpan/CPAN-Meta/corpus/META-VR.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/corpus/yaml.meta U src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta.pm U src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/Converter.pm U src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/Feature.pm U src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/History.pm U src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/Merge.pm U src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/Prereqs.pm U src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/Spec.pm U src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/Validator.pm U src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/History/Meta_1_0.pod U src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/History/Meta_1_1.pod U src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/History/Meta_1_2.pod U src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/History/Meta_1_3.pod U src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/History/Meta_1_4.pod U src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/Parse/CPAN/Meta.pm U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/converter-bad.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/converter-fail.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/converter-fragments.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/converter.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/load-bad.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/merge.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/meta-obj.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/no-index.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/optional_feature-merge.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/prereqs-finalize.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/prereqs-merge.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/prereqs.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/README-data.txt U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/repository.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/save-load.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/validator.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fail/META-1_0.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fail/META-1_1.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fail/META-1_2.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fail/META-1_3.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fail/META-1_4.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fail/META-2.json U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/107650337-META.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/1598804075-META.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/1927486199-META.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/1985980974-META.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/2031017050-META.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/284247103-META.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/344981821-META.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/35478989-META.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/98042513-META.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/invalid-meta-spec-version.json U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/invalid-meta-spec-version.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/META-1_2.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/META-1_3.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/META-1_4.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/META-2.json U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/meta-spec-version-trailing-zeros.json U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/meta-spec-version-trailing-zeros.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/restrictive-2.json U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fixable/version-ranges-2.json U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/gpl-1_4.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/META-1_0.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/META-1_1.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/META-1_2.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/META-1_3.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/META-1_4.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/META-2.json U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/META-2.meta U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/preserve-release-status.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/provides-version-missing.json U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/resources.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/restricted-2.json U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/restrictive-1_4.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/unicode.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/version-not-normal.json U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/version-ranges-1_4.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/version-ranges-2.json U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/x_deprecated-META.json U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-valid/1122575719-META.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-valid/1206545041-META.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-valid/1985684504-META.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-valid/476602558-META.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-valid/META-1_0.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-valid/META-1_1.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-valid/META-1_4.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-valid/META-2.json U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-valid/scalar-meta-spec.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-valid/x_deprecated-META.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/lib/Parse/CPAN/Meta/Test.pm U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/parse-cpan-meta/02_api.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/parse-cpan-meta/03_functions.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/parse-cpan-meta/04_export.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/parse-cpan-meta/05_errors.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/lib/CPAN/Meta/Requirements.pm U src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/t/accepts.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/t/bad_version_hook.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/t/basic.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/t/finalize.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/t/from-hash.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/t/merge.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/t/strings.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/lib/CPAN/Meta/YAML.pm U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/01_api.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/01_compile.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/10_read.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/11_read_string.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/12_write.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/13_write_string.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/20_subclass.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/21_yamlpm_compat.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/30_yaml_spec_tml.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/31_local_tml.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/32_world_tml.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/86_fail.t U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/README.md U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/data/ascii.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/data/latin1.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/data/multibyte.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/data/utf_16_le_bom.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/data/utf_8_bom.yml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/lib/SubtestCompat.pm U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/lib/TestBridge.pm U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/lib/TestUtils.pm U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/lib/TestML/Tiny.pm U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/dump-error/circular.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/load-error/document.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/load-error/scalar.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/load-error/tag.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/load-warning/document.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/perl-to-yaml/quoting.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/collection.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/comment.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/document.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/mapping.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/quoting.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/scalar.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/sequence.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-spec/basic-data.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-spec/unicode.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/Acme-Time-Baby.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/Data-Swap.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/Games-Nintendo-Wii-Mii.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/HTML-WebDAO.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/ITS-SIN-FIDS-Content-XML.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/Plagger.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/Spreadsheet-Read.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/Template-Provider-Unicode-Japanese.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/toolbar.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/Vanilla-Perl.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/YAML-Tiny-META.tml U src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/yaml_org.tml U src/gnu/usr.bin/perl/cpan/DB_File/config.in U src/gnu/usr.bin/perl/cpan/DB_File/dbinfo C src/gnu/usr.bin/perl/cpan/DB_File/DB_File.pm C src/gnu/usr.bin/perl/cpan/DB_File/DB_File.xs U src/gnu/usr.bin/perl/cpan/DB_File/DB_File_BS C src/gnu/usr.bin/perl/cpan/DB_File/Makefile.PL U src/gnu/usr.bin/perl/cpan/DB_File/typemap U src/gnu/usr.bin/perl/cpan/DB_File/version.c N src/gnu/usr.bin/perl/cpan/DB_File/hints/bitrig.pl U src/gnu/usr.bin/perl/cpan/DB_File/hints/dynixptx.pl N src/gnu/usr.bin/perl/cpan/DB_File/hints/minix.pl N src/gnu/usr.bin/perl/cpan/DB_File/hints/netbsd.pl N src/gnu/usr.bin/perl/cpan/DB_File/hints/openbsd.pl U src/gnu/usr.bin/perl/cpan/DB_File/hints/sco.pl U src/gnu/usr.bin/perl/cpan/DB_File/t/db-btree.t U src/gnu/usr.bin/perl/cpan/DB_File/t/db-hash.t U src/gnu/usr.bin/perl/cpan/DB_File/t/db-recno.t N src/gnu/usr.bin/perl/cpan/DB_File/t/db-threads.t U src/gnu/usr.bin/perl/cpan/Digest/Digest.pm U src/gnu/usr.bin/perl/cpan/Digest/Digest/base.pm U src/gnu/usr.bin/perl/cpan/Digest/Digest/file.pm U src/gnu/usr.bin/perl/cpan/Digest/t/base.t U src/gnu/usr.bin/perl/cpan/Digest/t/digest.t U src/gnu/usr.bin/perl/cpan/Digest/t/file.t U src/gnu/usr.bin/perl/cpan/Digest/t/security.t U src/gnu/usr.bin/perl/cpan/Digest/t/lib/Digest/Dummy.pm U src/gnu/usr.bin/perl/cpan/Digest-MD5/Makefile.PL U src/gnu/usr.bin/perl/cpan/Digest-MD5/MD5.pm U src/gnu/usr.bin/perl/cpan/Digest-MD5/MD5.xs U src/gnu/usr.bin/perl/cpan/Digest-MD5/typemap U src/gnu/usr.bin/perl/cpan/Digest-MD5/hints/dec_osf.pl U src/gnu/usr.bin/perl/cpan/Digest-MD5/hints/irix_6.pl U src/gnu/usr.bin/perl/cpan/Digest-MD5/hints/MacOS.pl U src/gnu/usr.bin/perl/cpan/Digest-MD5/t/align.t U src/gnu/usr.bin/perl/cpan/Digest-MD5/t/badfile.t U src/gnu/usr.bin/perl/cpan/Digest-MD5/t/bits.t U src/gnu/usr.bin/perl/cpan/Digest-MD5/t/clone.t U src/gnu/usr.bin/perl/cpan/Digest-MD5/t/files.t U src/gnu/usr.bin/perl/cpan/Digest-MD5/t/md5-aaa.t U src/gnu/usr.bin/perl/cpan/Digest-MD5/t/threads.t U src/gnu/usr.bin/perl/cpan/Digest-MD5/t/utf8.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/Makefile.PL C src/gnu/usr.bin/perl/cpan/Digest-SHA/SHA.xs C src/gnu/usr.bin/perl/cpan/Digest-SHA/shasum U src/gnu/usr.bin/perl/cpan/Digest-SHA/typemap C src/gnu/usr.bin/perl/cpan/Digest-SHA/lib/Digest/SHA.pm U src/gnu/usr.bin/perl/cpan/Digest-SHA/src/sdf.c C src/gnu/usr.bin/perl/cpan/Digest-SHA/src/sha.c C src/gnu/usr.bin/perl/cpan/Digest-SHA/src/sha.h C src/gnu/usr.bin/perl/cpan/Digest-SHA/src/sha64bit.c C src/gnu/usr.bin/perl/cpan/Digest-SHA/src/sha64bit.h U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/allfcns.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/base64.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/bitbuf.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/bitorder.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/fips180-4.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/fips198.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/gg.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/gglong.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/hmacsha.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/inheritance.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/ireland.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/methods.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/nistbit.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/nistbyte.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/rfc2202.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/sha1.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/sha224.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/sha256.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/sha384.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/sha512.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/state.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/unicode.t U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/woodbury.t C src/gnu/usr.bin/perl/cpan/Encode/encengine.c C src/gnu/usr.bin/perl/cpan/Encode/Encode.pm C src/gnu/usr.bin/perl/cpan/Encode/Encode.xs U src/gnu/usr.bin/perl/cpan/Encode/encoding.pm U src/gnu/usr.bin/perl/cpan/Encode/Makefile.PL U src/gnu/usr.bin/perl/cpan/Encode/bin/enc2xs U src/gnu/usr.bin/perl/cpan/Encode/bin/encguess U src/gnu/usr.bin/perl/cpan/Encode/bin/piconv U src/gnu/usr.bin/perl/cpan/Encode/bin/ucm2table U src/gnu/usr.bin/perl/cpan/Encode/bin/ucmlint U src/gnu/usr.bin/perl/cpan/Encode/bin/ucmsort U src/gnu/usr.bin/perl/cpan/Encode/bin/unidump U src/gnu/usr.bin/perl/cpan/Encode/Byte/Byte.pm U src/gnu/usr.bin/perl/cpan/Encode/Byte/Makefile.PL U src/gnu/usr.bin/perl/cpan/Encode/CN/CN.pm U src/gnu/usr.bin/perl/cpan/Encode/CN/Makefile.PL U src/gnu/usr.bin/perl/cpan/Encode/EBCDIC/EBCDIC.pm U src/gnu/usr.bin/perl/cpan/Encode/EBCDIC/Makefile.PL U src/gnu/usr.bin/perl/cpan/Encode/Encode/Changes.e2x U src/gnu/usr.bin/perl/cpan/Encode/Encode/ConfigLocal_PM.e2x U src/gnu/usr.bin/perl/cpan/Encode/Encode/encode.h U src/gnu/usr.bin/perl/cpan/Encode/Encode/Makefile_PL.e2x U src/gnu/usr.bin/perl/cpan/Encode/Encode/README.e2x U src/gnu/usr.bin/perl/cpan/Encode/Encode/_PM.e2x U src/gnu/usr.bin/perl/cpan/Encode/Encode/_T.e2x U src/gnu/usr.bin/perl/cpan/Encode/JP/JP.pm U src/gnu/usr.bin/perl/cpan/Encode/JP/Makefile.PL U src/gnu/usr.bin/perl/cpan/Encode/KR/KR.pm U src/gnu/usr.bin/perl/cpan/Encode/KR/Makefile.PL U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/Alias.pm U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/CJKConstants.pm U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/Config.pm U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/Encoder.pm U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/Encoding.pm U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/GSM0338.pm U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/Guess.pm U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/PerlIO.pod U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/Supported.pod U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/CN/HZ.pm U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/JP/H2Z.pm U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/JP/JIS7.pm U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/KR/2022_KR.pm U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/MIME/Header.pm U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/MIME/Name.pm U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/Unicode/UTF7.pm U src/gnu/usr.bin/perl/cpan/Encode/Symbol/Makefile.PL U src/gnu/usr.bin/perl/cpan/Encode/Symbol/Symbol.pm U src/gnu/usr.bin/perl/cpan/Encode/t/Aliases.t U src/gnu/usr.bin/perl/cpan/Encode/t/at-cn.t U src/gnu/usr.bin/perl/cpan/Encode/t/at-tw.t U src/gnu/usr.bin/perl/cpan/Encode/t/big5-eten.enc U src/gnu/usr.bin/perl/cpan/Encode/t/big5-eten.utf U src/gnu/usr.bin/perl/cpan/Encode/t/big5-hkscs.enc U src/gnu/usr.bin/perl/cpan/Encode/t/big5-hkscs.utf U src/gnu/usr.bin/perl/cpan/Encode/t/CJKT.t U src/gnu/usr.bin/perl/cpan/Encode/t/cow.t U src/gnu/usr.bin/perl/cpan/Encode/t/decode.t U src/gnu/usr.bin/perl/cpan/Encode/t/Encode.t U src/gnu/usr.bin/perl/cpan/Encode/t/Encoder.t U src/gnu/usr.bin/perl/cpan/Encode/t/encoding-locale.t U src/gnu/usr.bin/perl/cpan/Encode/t/encoding.t U src/gnu/usr.bin/perl/cpan/Encode/t/enc_data.t C src/gnu/usr.bin/perl/cpan/Encode/t/enc_eucjp.t U src/gnu/usr.bin/perl/cpan/Encode/t/enc_module.enc U src/gnu/usr.bin/perl/cpan/Encode/t/enc_module.t U src/gnu/usr.bin/perl/cpan/Encode/t/enc_utf8.t U src/gnu/usr.bin/perl/cpan/Encode/t/fallback.t U src/gnu/usr.bin/perl/cpan/Encode/t/from_to.t U src/gnu/usr.bin/perl/cpan/Encode/t/gb2312.enc U src/gnu/usr.bin/perl/cpan/Encode/t/gb2312.utf U src/gnu/usr.bin/perl/cpan/Encode/t/grow.t U src/gnu/usr.bin/perl/cpan/Encode/t/gsm0338.t U src/gnu/usr.bin/perl/cpan/Encode/t/guess.t U src/gnu/usr.bin/perl/cpan/Encode/t/isa.t U src/gnu/usr.bin/perl/cpan/Encode/t/jis7-fallback.t U src/gnu/usr.bin/perl/cpan/Encode/t/jisx0201.enc U src/gnu/usr.bin/perl/cpan/Encode/t/jisx0201.utf U src/gnu/usr.bin/perl/cpan/Encode/t/jisx0208.enc U src/gnu/usr.bin/perl/cpan/Encode/t/jisx0208.utf U src/gnu/usr.bin/perl/cpan/Encode/t/jisx0212.enc U src/gnu/usr.bin/perl/cpan/Encode/t/jisx0212.utf U src/gnu/usr.bin/perl/cpan/Encode/t/jperl.t U src/gnu/usr.bin/perl/cpan/Encode/t/ksc5601.enc U src/gnu/usr.bin/perl/cpan/Encode/t/ksc5601.utf U src/gnu/usr.bin/perl/cpan/Encode/t/magic.t U src/gnu/usr.bin/perl/cpan/Encode/t/mime-header.t U src/gnu/usr.bin/perl/cpan/Encode/t/mime-name.t U src/gnu/usr.bin/perl/cpan/Encode/t/mime_header_iso2022jp.t U src/gnu/usr.bin/perl/cpan/Encode/t/Mod_EUCJP.pm U src/gnu/usr.bin/perl/cpan/Encode/t/perlio.t U src/gnu/usr.bin/perl/cpan/Encode/t/piconv.t U src/gnu/usr.bin/perl/cpan/Encode/t/rt.pl U src/gnu/usr.bin/perl/cpan/Encode/t/rt113164.t U src/gnu/usr.bin/perl/cpan/Encode/t/rt65541.t U src/gnu/usr.bin/perl/cpan/Encode/t/rt76824.t U src/gnu/usr.bin/perl/cpan/Encode/t/rt85489.t U src/gnu/usr.bin/perl/cpan/Encode/t/rt86327.t U src/gnu/usr.bin/perl/cpan/Encode/t/taint.t U src/gnu/usr.bin/perl/cpan/Encode/t/truncated_utf8.t U src/gnu/usr.bin/perl/cpan/Encode/t/undef.t U src/gnu/usr.bin/perl/cpan/Encode/t/unibench.pl U src/gnu/usr.bin/perl/cpan/Encode/t/Unicode.t U src/gnu/usr.bin/perl/cpan/Encode/t/use-Encode-Alias.t U src/gnu/usr.bin/perl/cpan/Encode/t/utf8ref.t U src/gnu/usr.bin/perl/cpan/Encode/t/utf8strict.t C src/gnu/usr.bin/perl/cpan/Encode/t/utf8warnings.t U src/gnu/usr.bin/perl/cpan/Encode/t/whatwg-aliases.json U src/gnu/usr.bin/perl/cpan/Encode/t/whatwg-aliases.t N src/gnu/usr.bin/perl/cpan/Encode/t/xml.t U src/gnu/usr.bin/perl/cpan/Encode/TW/Makefile.PL U src/gnu/usr.bin/perl/cpan/Encode/TW/TW.pm U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-1.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-10.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-11.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-13.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-14.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-15.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-16.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-2.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-3.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-4.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-5.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-6.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-7.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-8.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-9.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/adobeStdenc.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/adobeSymbol.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/adobeZdingbat.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/ascii.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/big5-eten.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/big5-hkscs.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp037.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1006.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1026.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1047.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1250.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1251.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1252.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1253.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1254.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1255.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1256.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1257.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1258.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp424.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp437.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp500.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp737.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp775.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp850.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp852.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp855.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp856.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp857.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp858.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp860.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp861.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp862.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp863.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp864.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp865.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp866.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp869.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp874.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp875.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp932.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp936.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp949.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp950.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/ctrl.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/dingbats.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/euc-cn.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/euc-jp.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/euc-kr.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/gb12345.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/gb2312.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/hp-roman8.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/ir-165.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/jis0201.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/jis0208.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/jis0212.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/johab.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/koi8-f.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/koi8-r.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/koi8-u.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/ksc5601.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macArabic.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macCentEuro.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macChinsimp.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macChintrad.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macCroatian.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macCyrillic.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macDingbats.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macFarsi.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macGreek.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macHebrew.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macIceland.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macJapanese.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macKorean.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macRoman.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macROMnn.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macRUMnn.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macSami.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macSymbol.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macThai.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macTurkish.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/macUkraine.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/nextstep.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/null.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/posix-bc.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/shiftjis.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/symbol.ucm U src/gnu/usr.bin/perl/cpan/Encode/ucm/viscii.ucm U src/gnu/usr.bin/perl/cpan/Encode/Unicode/Makefile.PL C src/gnu/usr.bin/perl/cpan/Encode/Unicode/Unicode.pm C src/gnu/usr.bin/perl/cpan/Encode/Unicode/Unicode.xs C src/gnu/usr.bin/perl/cpan/experimental/lib/experimental.pm C src/gnu/usr.bin/perl/cpan/experimental/t/basic.t U src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/Base.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/ProxySubs.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/Utils.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/XS.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/t/Constant.t U src/gnu/usr.bin/perl/cpan/ExtUtils-Install/lib/ExtUtils/Install.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-Install/lib/ExtUtils/Installed.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-Install/lib/ExtUtils/Packlist.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-Install/t/can_write_dir.t U src/gnu/usr.bin/perl/cpan/ExtUtils-Install/t/Install.t U src/gnu/usr.bin/perl/cpan/ExtUtils-Install/t/Installapi2.t U src/gnu/usr.bin/perl/cpan/ExtUtils-Install/t/Installed.t U src/gnu/usr.bin/perl/cpan/ExtUtils-Install/t/InstallWithMM.t U src/gnu/usr.bin/perl/cpan/ExtUtils-Install/t/Packlist.t U src/gnu/usr.bin/perl/cpan/ExtUtils-Install/t/lib/TieOut.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-Install/t/lib/MakeMaker/Test/Utils.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-Install/t/lib/MakeMaker/Test/Setup/BFD.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/bin/instmodsh U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Mkbootstrap.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Mksymlists.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_AIX.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_BeOS.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Cygwin.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Darwin.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_DOS.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_MacOS.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_NW5.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_OS2.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_QNX.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_UWIN.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VMS.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VOS.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win32.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win95.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MY.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/testlib.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command/MM.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist/Kid.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Config.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/FAQ.pod U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Locale.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Tutorial.pod U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/version.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/version/regex.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/00compile.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/01perl_bugs.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/02-xsdynamic.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/03-xsstatic.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/arch_check.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/backwards.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/basic.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/build_man.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/cd.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/config.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/cp.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/dir_target.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/echo.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/eu_command.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/FIRST_MAKEFILE.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/fixin.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/fix_libs.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/hints.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/INST.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/installed_file.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/INSTALL_BASE.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/INST_PREFIX.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/is_of_type.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/Liblist.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/make.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MakeMaker_Parameters.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/maketext_filter.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/metafile_data.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/metafile_file.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/meta_convert.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/META_for_testing.json U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/META_for_testing.yml U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/META_for_testing_tricky_version.yml U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/miniperl.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/min_perl_version.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/Mkbootstrap.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_Any.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_BeOS.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_Cygwin.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_NW5.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_OS2.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_Unix.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_VMS.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_Win32.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/oneliner.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/os_unsupported.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/parse_abstract.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/parse_version.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/PL_FILES.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/pm.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/pm_to_blib.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/pod2man.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/postamble.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/prefixify.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/prereq.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/prereq_print.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/problems.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/prompt.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/recurs.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/revision.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/several_authors.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/split_command.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/testlib.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/test_boilerplate.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/unicode.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/VERSION_FROM.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/vstrings.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/WriteEmptyMakefile.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/writemakefile_args.t U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/TieIn.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/TieOut.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/NoXS.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Utils.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/BFD.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/XS.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/testdata/reallylongdirectoryname/arch1/Config.pm U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/testdata/reallylongdirectoryname/arch2/Config.pm U src/gnu/usr.bin/perl/cpan/File-Fetch/lib/File/Fetch.pm U src/gnu/usr.bin/perl/cpan/File-Fetch/t/01_File-Fetch.t U src/gnu/usr.bin/perl/cpan/File-Fetch/t/null_subclass.t C src/gnu/usr.bin/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm C src/gnu/usr.bin/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/MANIFEST.SKIP C src/gnu/usr.bin/perl/cpan/ExtUtils-Manifest/t/Manifest.t C src/gnu/usr.bin/perl/cpan/File-Path/lib/File/Path.pm U src/gnu/usr.bin/perl/cpan/File-Path/t/FilePathTest.pm U src/gnu/usr.bin/perl/cpan/File-Path/t/Path.t C src/gnu/usr.bin/perl/cpan/File-Path/t/Path_root.t U src/gnu/usr.bin/perl/cpan/File-Path/t/Path_win32.t U src/gnu/usr.bin/perl/cpan/File-Path/t/taint.t U src/gnu/usr.bin/perl/cpan/File-Temp/lib/File/Temp.pm U src/gnu/usr.bin/perl/cpan/File-Temp/t/cmp.t U src/gnu/usr.bin/perl/cpan/File-Temp/t/fork.t U src/gnu/usr.bin/perl/cpan/File-Temp/t/lock.t U src/gnu/usr.bin/perl/cpan/File-Temp/t/mktemp.t U src/gnu/usr.bin/perl/cpan/File-Temp/t/object.t U src/gnu/usr.bin/perl/cpan/File-Temp/t/posix.t U src/gnu/usr.bin/perl/cpan/File-Temp/t/rmtree.t U src/gnu/usr.bin/perl/cpan/File-Temp/t/security.t U src/gnu/usr.bin/perl/cpan/File-Temp/t/seekable.t U src/gnu/usr.bin/perl/cpan/File-Temp/t/tempfile.t C src/gnu/usr.bin/perl/cpan/Filter-Util-Call/Call.pm C src/gnu/usr.bin/perl/cpan/Filter-Util-Call/Call.xs U src/gnu/usr.bin/perl/cpan/Filter-Util-Call/filter-util.pl C src/gnu/usr.bin/perl/cpan/Filter-Util-Call/t/call.t U src/gnu/usr.bin/perl/cpan/Filter-Util-Call/t/rt_101033.pm U src/gnu/usr.bin/perl/cpan/Filter-Util-Call/t/rt_101033.t C src/gnu/usr.bin/perl/cpan/Filter-Util-Call/t/rt_54452-rebless.t U src/gnu/usr.bin/perl/cpan/Getopt-Long/lib/Getopt/Long.pm U src/gnu/usr.bin/perl/cpan/Getopt-Long/t/gol-basic.t U src/gnu/usr.bin/perl/cpan/Getopt-Long/t/gol-linkage.t U src/gnu/usr.bin/perl/cpan/Getopt-Long/t/gol-oo.t U src/gnu/usr.bin/perl/cpan/Getopt-Long/t/gol-xargv.t U src/gnu/usr.bin/perl/cpan/Getopt-Long/t/gol-xstring.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/auth-01.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/auth-02.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/auth-03.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/auth-04.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/auth-05.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/cookies-01.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/cookies-02.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/cookies-03.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/cookies-04.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/cookies-05.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/cookies-06.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/cookies-07.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/delete-01.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/form-01.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/form-02.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/form-03.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/form-04.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/form-05.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/get-01.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/get-02.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/get-03.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/get-04.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/get-05.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/get-06.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/get-07.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/get-08.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/get-09.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/get-10.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/get-11.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/get-12.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/get-13.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/get-14.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/get-15.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/get-16.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/get-17.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/get-18.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/get-19.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/get-20.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/get-21.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/get-22.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/head-01.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/keepalive-01.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/keepalive-02.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/keepalive-03.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/keepalive-04.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/post-01.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/keepalive-05.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/mirror-01.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/mirror-02.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/mirror-03.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/mirror-04.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/mirror-05.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/proxy-auth-01.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/put-01.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/put-02.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/put-03.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/put-04.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/put-05.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/redirect-01.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/redirect-02.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/redirect-03.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/redirect-04.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/redirect-05.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/redirect-06.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/redirect-07.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/redirect-08.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/redirect-09.txt U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/redirect-10.txt C src/gnu/usr.bin/perl/cpan/HTTP-Tiny/lib/HTTP/Tiny.pm U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/000_load.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/001_api.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/002_croakage.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/003_agent.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/004_timeout.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/010_url.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/020_headers.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/030_response.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/040_content.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/050_chunked_body.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/060_http_date.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/070_cookie_jar.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/100_get.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/101_head.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/102_put.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/103_delete.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/104_post.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/110_mirror.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/130_redirect.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/140_proxy.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/141_no_proxy.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/150_post_form.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/160_cookies.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/161_basic_auth.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/162_proxy_auth.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/170_keepalive.t U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/BrokenCookieJar.pm U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/SimpleCookieJar.pm U src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/Util.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/Makefile.PL C src/gnu/usr.bin/perl/cpan/IO-Compress/bin/zipdetails C src/gnu/usr.bin/perl/cpan/IO-Compress/lib/Compress/Zlib.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/lib/File/GlobMapper.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Base.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Bzip2.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Deflate.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/FAQ.pod C src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Gzip.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/RawDeflate.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Zip.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Adapter/Bzip2.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Adapter/Deflate.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Adapter/Identity.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Base/Common.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Gzip/Constants.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Zip/Constants.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Zlib/Constants.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Zlib/Extra.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/AnyInflate.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/AnyUncompress.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Base.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Bunzip2.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Gunzip.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Inflate.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/RawInflate.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Unzip.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Adapter/Bunzip2.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Adapter/Identity.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Adapter/Inflate.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/private/MakeUtil.pm C src/gnu/usr.bin/perl/cpan/IO-Compress/t/000prereq.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/001bzip2.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/001zlib-generic-deflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/001zlib-generic-gzip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/001zlib-generic-rawdeflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/001zlib-generic-zip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/002any-deflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/002any-gzip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/002any-rawdeflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/002any-transparent.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/002any-zip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/004gziphdr.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/005defhdr.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/006zip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/01misc.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/020isize.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/050interop-gzip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/100generic-bzip2.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/100generic-deflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/100generic-gzip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/100generic-rawdeflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/100generic-zip.t C src/gnu/usr.bin/perl/cpan/IO-Compress/t/101truncate-bzip2.t C src/gnu/usr.bin/perl/cpan/IO-Compress/t/101truncate-deflate.t C src/gnu/usr.bin/perl/cpan/IO-Compress/t/101truncate-gzip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/101truncate-rawdeflate.t C src/gnu/usr.bin/perl/cpan/IO-Compress/t/101truncate-zip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/102tied-bzip2.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/102tied-deflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/102tied-gzip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/102tied-rawdeflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/102tied-zip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/103newtied-bzip2.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/103newtied-deflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/103newtied-gzip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/999pod.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/103newtied-rawdeflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/103newtied-zip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/104destroy-bzip2.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/104destroy-deflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/104destroy-gzip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/104destroy-rawdeflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/104destroy-zip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-bzip2.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-deflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-gzip-only.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-gzip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-rawdeflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-zip-bzip2-only.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-zip-only.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-zip-store-only.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-zip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/106prime-bzip2.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/106prime-deflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/106prime-gzip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/106prime-rawdeflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/106prime-zip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/107multi-bzip2.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/107multi-deflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/107multi-gzip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/107multi-rawdeflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/107multi-zip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/108anyunc-bzip2.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/108anyunc-deflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/108anyunc-gzip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/108anyunc-rawdeflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/108anyunc-transparent.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/108anyunc-zip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/109merge-deflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/109merge-gzip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/109merge-rawdeflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/109merge-zip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/110encode-bzip2.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/110encode-deflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/110encode-gzip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/110encode-rawdeflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/110encode-zip.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/111const-deflate.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/cz-01version.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/cz-03zlib-v1.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/cz-06gzsetp.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/cz-08encoding.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/cz-14gzopen.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/globmapper.t U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/any.pl U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/anyunc.pl U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/CompTestUtils.pm U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/destroy.pl U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/encode.pl U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/generic.pl U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/merge.pl U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/multi.pl U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/newtied.pl C src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/oneshot.pl U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/prime.pl U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/tied.pl U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/truncate.pl U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/zlib-generic.pl N src/gnu/usr.bin/perl/cpan/IO-Compress/t/files/meta.xml N src/gnu/usr.bin/perl/cpan/IO-Compress/t/files/test.ods U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/lib/IO/Socket/IP.pm U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/00use.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/01local-client-v4.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/02local-server-v4.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/03local-cross-v4.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/04local-client-v6.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/05local-server-v6.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/06local-cross-v6.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/10args.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/11sockopts.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/12port-fallback.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/13addrinfo.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/14fileno.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/15io-socket.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/16v6only.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/17gai-flags.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/18fdopen.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/19no-addrs.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/20subclass.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/21as-inet.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/22timeout.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/30nonblocking-connect.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/31nonblocking-connect-internet.t U src/gnu/usr.bin/perl/cpan/IO-Socket-IP/t/99pod.t U src/gnu/usr.bin/perl/cpan/IO-Zlib/Zlib.pm U src/gnu/usr.bin/perl/cpan/IO-Zlib/t/basic.t U src/gnu/usr.bin/perl/cpan/IO-Zlib/t/external.t U src/gnu/usr.bin/perl/cpan/IO-Zlib/t/getc.t U src/gnu/usr.bin/perl/cpan/IO-Zlib/t/getline.t U src/gnu/usr.bin/perl/cpan/IO-Zlib/t/import.t U src/gnu/usr.bin/perl/cpan/IO-Zlib/t/large.t U src/gnu/usr.bin/perl/cpan/IO-Zlib/t/tied.t U src/gnu/usr.bin/perl/cpan/IO-Zlib/t/uncomp1.t U src/gnu/usr.bin/perl/cpan/IO-Zlib/t/uncomp2.t C src/gnu/usr.bin/perl/cpan/IPC-Cmd/lib/IPC/Cmd.pm U src/gnu/usr.bin/perl/cpan/IPC-Cmd/t/01_IPC-Cmd.t U src/gnu/usr.bin/perl/cpan/IPC-Cmd/t/02_Interactive.t U src/gnu/usr.bin/perl/cpan/IPC-Cmd/t/03_run-forked.t U src/gnu/usr.bin/perl/cpan/IPC-Cmd/t/src/child.pl U src/gnu/usr.bin/perl/cpan/IPC-Cmd/t/src/output.pl U src/gnu/usr.bin/perl/cpan/IPC-Cmd/t/src/x.tgz U src/gnu/usr.bin/perl/cpan/IPC-SysV/Makefile.PL U src/gnu/usr.bin/perl/cpan/IPC-SysV/regen.pl U src/gnu/usr.bin/perl/cpan/IPC-SysV/SysV.xs U src/gnu/usr.bin/perl/cpan/IPC-SysV/typemap U src/gnu/usr.bin/perl/cpan/IPC-SysV/hints/cygwin.pl U src/gnu/usr.bin/perl/cpan/IPC-SysV/hints/next_3.pl U src/gnu/usr.bin/perl/cpan/IPC-SysV/lib/IPC/Msg.pm U src/gnu/usr.bin/perl/cpan/IPC-SysV/lib/IPC/Semaphore.pm U src/gnu/usr.bin/perl/cpan/IPC-SysV/lib/IPC/SharedMem.pm U src/gnu/usr.bin/perl/cpan/IPC-SysV/lib/IPC/SysV.pm U src/gnu/usr.bin/perl/cpan/IPC-SysV/t/ipcsysv.t U src/gnu/usr.bin/perl/cpan/IPC-SysV/t/msg.t U src/gnu/usr.bin/perl/cpan/IPC-SysV/t/pod.t U src/gnu/usr.bin/perl/cpan/IPC-SysV/t/podcov.t U src/gnu/usr.bin/perl/cpan/IPC-SysV/t/sem.t U src/gnu/usr.bin/perl/cpan/IPC-SysV/t/shm.t C src/gnu/usr.bin/perl/cpan/JSON-PP/bin/json_pp C src/gnu/usr.bin/perl/cpan/JSON-PP/lib/JSON/PP.pm U src/gnu/usr.bin/perl/cpan/JSON-PP/lib/JSON/PP/Boolean.pm U src/gnu/usr.bin/perl/cpan/JSON-PP/t/000_load.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/001_utf8.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/002_error.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/003_types.t N src/gnu/usr.bin/perl/cpan/JSON-PP/t/004_dwiw_encode.t N src/gnu/usr.bin/perl/cpan/JSON-PP/t/005_dwiw_decode.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/006_pc_pretty.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/007_pc_esc.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/008_pc_base.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/009_pc_extra_number.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/010_pc_keysort.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/011_pc_expo.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/012_blessed.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/013_limit.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/014_latin1.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/015_prefix.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/016_tied.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/017_relaxed.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/018_json_checker.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/019_incr.t N src/gnu/usr.bin/perl/cpan/JSON-PP/t/020_faihu.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/020_unknown.t N src/gnu/usr.bin/perl/cpan/JSON-PP/t/021_evans.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/022_comment_at_eof.t N src/gnu/usr.bin/perl/cpan/JSON-PP/t/052_object.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/099_binary.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/104_sortby.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/105_esc_slash.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/106_allow_barekey.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/107_allow_singlequote.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/108_decode.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/109_encode.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/110_bignum.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/112_upgrade.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/113_overloaded_eq.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/114_decode_prefix.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/115_tie_ixhash.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/116_incr_parse_fixed.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/117_numbers.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/zero-mojibake.t N src/gnu/usr.bin/perl/cpan/JSON-PP/t/118_boolean_values.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/gh_28_json_test_suite.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/gh_29_trailing_false_value.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/rt_116998_wrong_character_offset.t U src/gnu/usr.bin/perl/cpan/JSON-PP/t/rt_90071_incr_parse.t U src/gnu/usr.bin/perl/cpan/libnet/Makefile.PL U src/gnu/usr.bin/perl/cpan/libnet/lib/Net/Cmd.pm U src/gnu/usr.bin/perl/cpan/libnet/lib/Net/Config.pm U src/gnu/usr.bin/perl/cpan/libnet/lib/Net/Domain.pm U src/gnu/usr.bin/perl/cpan/libnet/lib/Net/FTP.pm U src/gnu/usr.bin/perl/cpan/libnet/lib/Net/libnetFAQ.pod U src/gnu/usr.bin/perl/cpan/libnet/lib/Net/Netrc.pm U src/gnu/usr.bin/perl/cpan/libnet/lib/Net/NNTP.pm U src/gnu/usr.bin/perl/cpan/libnet/lib/Net/POP3.pm U src/gnu/usr.bin/perl/cpan/libnet/lib/Net/SMTP.pm U src/gnu/usr.bin/perl/cpan/libnet/lib/Net/Time.pm U src/gnu/usr.bin/perl/cpan/libnet/lib/Net/FTP/A.pm U src/gnu/usr.bin/perl/cpan/libnet/lib/Net/FTP/dataconn.pm U src/gnu/usr.bin/perl/cpan/libnet/lib/Net/FTP/E.pm U src/gnu/usr.bin/perl/cpan/libnet/lib/Net/FTP/I.pm U src/gnu/usr.bin/perl/cpan/libnet/lib/Net/FTP/L.pm U src/gnu/usr.bin/perl/cpan/libnet/t/config.t U src/gnu/usr.bin/perl/cpan/libnet/t/datasend.t U src/gnu/usr.bin/perl/cpan/libnet/t/ftp.t U src/gnu/usr.bin/perl/cpan/libnet/t/hostname.t U src/gnu/usr.bin/perl/cpan/libnet/t/libnet_t.pl U src/gnu/usr.bin/perl/cpan/libnet/t/netrc.t U src/gnu/usr.bin/perl/cpan/libnet/t/nntp.t U src/gnu/usr.bin/perl/cpan/libnet/t/nntp_ipv6.t U src/gnu/usr.bin/perl/cpan/libnet/t/nntp_ssl.t U src/gnu/usr.bin/perl/cpan/libnet/t/pop3_ipv6.t U src/gnu/usr.bin/perl/cpan/libnet/t/pop3_ssl.t U src/gnu/usr.bin/perl/cpan/libnet/t/require.t U src/gnu/usr.bin/perl/cpan/libnet/t/smtp.t U src/gnu/usr.bin/perl/cpan/libnet/t/smtp_ipv6.t U src/gnu/usr.bin/perl/cpan/libnet/t/smtp_ssl.t U src/gnu/usr.bin/perl/cpan/libnet/t/time.t U src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/lib/Locale/Maketext/Simple.pm U src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/0-signature.t U src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/1-basic.t U src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/2-load_po_without_i_default.t U src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/3-load_po_with_i_default.t U src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/po_without_i_default/en.po U src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/po_without_i_default/fr.po U src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/po_with_i_default/en.po U src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/po_with_i_default/fr.po U src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/po_with_i_default/i_default.po C src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigFloat.pm C src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigInt.pm C src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigInt/Calc.pm U src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigInt/Lib.pm U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/alias.inc C src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bare_mbf.t C src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bare_mbi.t C src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bare_mif.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bdstr-mbf.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bdstr-mbi.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bestr-mbf.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bestr-mbi.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bfib-mbi.t C src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bigfltpm.inc C src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bigfltpm.t C src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bigintc.t C src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bigintpm.inc C src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bigintpm.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bigints.t C src/gnu/usr.bin/perl/cpan/Math-BigInt/t/biglog.t C src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bigroot.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/big_pi_e.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/blucas-mbi.t N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bnok-mbf.t N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bnok-mbi.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bnstr-mbf.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bnstr-mbi.t C src/gnu/usr.bin/perl/cpan/Math-BigInt/t/isa.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bsstr-mbf.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bsstr-mbi.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/calling-class-methods.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/calling-instance-methods.t C src/gnu/usr.bin/perl/cpan/Math-BigInt/t/calling.t C src/gnu/usr.bin/perl/cpan/Math-BigInt/t/config.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/constant.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/const_mbf.t C src/gnu/usr.bin/perl/cpan/Math-BigInt/t/downgrade.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/dparts-mbf.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/dparts-mbi.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/eparts-mbf.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/eparts-mbi.t N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/from_base-mbi.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/from_bin-mbf.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/from_bin-mbi.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/from_hex-mbf.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/from_hex-mbi.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/from_oct-mbf.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/from_oct-mbi.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/inf_nan.t C src/gnu/usr.bin/perl/cpan/Math-BigInt/t/lib_load.t C src/gnu/usr.bin/perl/cpan/Math-BigInt/t/mbf_ali.t C src/gnu/usr.bin/perl/cpan/Math-BigInt/t/mbimbf.inc C src/gnu/usr.bin/perl/cpan/Math-BigInt/t/mbimbf.t C src/gnu/usr.bin/perl/cpan/Math-BigInt/t/mbi_ali.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/mbi_rand.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/nan_cmp.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/new-mbf.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/new_overloaded.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/nparts-mbf.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/nparts-mbi.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/objectify_mbf.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/objectify_mbi.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/require.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/req_mbf0.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/req_mbf1.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/req_mbfa.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/req_mbfi.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/req_mbfn.t C src/gnu/usr.bin/perl/cpan/Math-BigInt/t/req_mbfw.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/round.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/rt-16221.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/sparts-mbf.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/sparts-mbi.t C src/gnu/usr.bin/perl/cpan/Math-BigInt/t/sub_ali.t C src/gnu/usr.bin/perl/cpan/Math-BigInt/t/sub_mbf.t C src/gnu/usr.bin/perl/cpan/Math-BigInt/t/sub_mbi.t C src/gnu/usr.bin/perl/cpan/Math-BigInt/t/sub_mif.t N src/gnu/usr.bin/perl/cpan/Math-BigInt/t/to_base-mbi.t C src/gnu/usr.bin/perl/cpan/Math-BigInt/t/trap.t C src/gnu/usr.bin/perl/cpan/Math-BigInt/t/upgrade.inc C src/gnu/usr.bin/perl/cpan/Math-BigInt/t/upgrade.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/upgrade2.t C src/gnu/usr.bin/perl/cpan/Math-BigInt/t/upgradef.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/use.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/use_lib1.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/use_lib2.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/use_lib3.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/use_lib4.t C src/gnu/usr.bin/perl/cpan/Math-BigInt/t/use_mbfw.t C src/gnu/usr.bin/perl/cpan/Math-BigInt/t/with_sub.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/_e_math.t U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/Math/BigFloat/Subclass.pm U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/Math/BigInt/BareCalc.pm C src/gnu/usr.bin/perl/cpan/Math-BigInt/t/Math/BigInt/Scalar.pm U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/Math/BigInt/Subclass.pm U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/Math/BigInt/Lib/Minimal.pm U src/gnu/usr.bin/perl/cpan/Math-BigInt/t/Math/BigInt/Lib/TestUtil.pm U src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/FastCalc.xs C src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm U src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/t/bigintfc.t U src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/t/biglog.t U src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/t/bigroot.t U src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/t/bootstrap.t U src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/t/leak.t U src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/t/mbi_rand.t C src/gnu/usr.bin/perl/cpan/Math-BigRat/lib/Math/BigRat.pm C src/gnu/usr.bin/perl/cpan/Math-BigRat/t/bigfltpm.inc C src/gnu/usr.bin/perl/cpan/Math-BigRat/t/bigfltrt.t U src/gnu/usr.bin/perl/cpan/Math-BigRat/t/bigrat.t C src/gnu/usr.bin/perl/cpan/Math-BigRat/t/bigratpm.inc C src/gnu/usr.bin/perl/cpan/Math-BigRat/t/bigratpm.t U src/gnu/usr.bin/perl/cpan/Math-BigRat/t/bigratup.t U src/gnu/usr.bin/perl/cpan/Math-BigRat/t/big_ap.t U src/gnu/usr.bin/perl/cpan/Math-BigRat/t/bitwise.t U src/gnu/usr.bin/perl/cpan/Math-BigRat/t/hang.t U src/gnu/usr.bin/perl/cpan/Math-BigRat/t/requirer.t U src/gnu/usr.bin/perl/cpan/Math-BigRat/t/rt121139.t C src/gnu/usr.bin/perl/cpan/Math-BigRat/t/trap.t C src/gnu/usr.bin/perl/cpan/Math-BigRat/t/Math/BigRat/Test.pm U src/gnu/usr.bin/perl/cpan/Math-Complex/lib/Math/Complex.pm U src/gnu/usr.bin/perl/cpan/Math-Complex/lib/Math/Trig.pm U src/gnu/usr.bin/perl/cpan/Math-Complex/t/Complex.t U src/gnu/usr.bin/perl/cpan/Math-Complex/t/Trig.t U src/gnu/usr.bin/perl/cpan/Math-Complex/t/underbar.t U src/gnu/usr.bin/perl/cpan/Memoize/Memoize.pm U src/gnu/usr.bin/perl/cpan/Memoize/Memoize/AnyDBM_File.pm U src/gnu/usr.bin/perl/cpan/Memoize/Memoize/Expire.pm U src/gnu/usr.bin/perl/cpan/Memoize/Memoize/ExpireFile.pm U src/gnu/usr.bin/perl/cpan/Memoize/Memoize/ExpireTest.pm U src/gnu/usr.bin/perl/cpan/Memoize/Memoize/NDBM_File.pm U src/gnu/usr.bin/perl/cpan/Memoize/Memoize/SDBM_File.pm U src/gnu/usr.bin/perl/cpan/Memoize/Memoize/Storable.pm U src/gnu/usr.bin/perl/cpan/Memoize/t/array.t U src/gnu/usr.bin/perl/cpan/Memoize/t/array_confusion.t U src/gnu/usr.bin/perl/cpan/Memoize/t/correctness.t U src/gnu/usr.bin/perl/cpan/Memoize/t/errors.t U src/gnu/usr.bin/perl/cpan/Memoize/t/expfile.t U src/gnu/usr.bin/perl/cpan/Memoize/t/expire.t U src/gnu/usr.bin/perl/cpan/Memoize/t/expmod_n.t U src/gnu/usr.bin/perl/cpan/Memoize/t/expmod_t.t U src/gnu/usr.bin/perl/cpan/Memoize/t/flush.t U src/gnu/usr.bin/perl/cpan/Memoize/t/normalize.t U src/gnu/usr.bin/perl/cpan/Memoize/t/prototype.t U src/gnu/usr.bin/perl/cpan/Memoize/t/speed.t U src/gnu/usr.bin/perl/cpan/Memoize/t/tie.t U src/gnu/usr.bin/perl/cpan/Memoize/t/tiefeatures.t U src/gnu/usr.bin/perl/cpan/Memoize/t/tie_gdbm.t U src/gnu/usr.bin/perl/cpan/Memoize/t/tie_ndbm.t U src/gnu/usr.bin/perl/cpan/Memoize/t/tie_sdbm.t U src/gnu/usr.bin/perl/cpan/Memoize/t/tie_storable.t U src/gnu/usr.bin/perl/cpan/Memoize/t/unmemoize.t U src/gnu/usr.bin/perl/cpan/MIME-Base64/Base64.pm U src/gnu/usr.bin/perl/cpan/MIME-Base64/Base64.xs U src/gnu/usr.bin/perl/cpan/MIME-Base64/QuotedPrint.pm U src/gnu/usr.bin/perl/cpan/MIME-Base64/t/base64.t U src/gnu/usr.bin/perl/cpan/MIME-Base64/t/length.t U src/gnu/usr.bin/perl/cpan/MIME-Base64/t/quoted-print.t U src/gnu/usr.bin/perl/cpan/MIME-Base64/t/unicode.t U src/gnu/usr.bin/perl/cpan/Module-Load/lib/Module/Load.pm U src/gnu/usr.bin/perl/cpan/Module-Load/t/01_Module-Load.t U src/gnu/usr.bin/perl/cpan/Module-Load/t/02_Module-Load.t U src/gnu/usr.bin/perl/cpan/Module-Load/t/to_load/config_file U src/gnu/usr.bin/perl/cpan/Module-Load/t/to_load/LoadIt.pm U src/gnu/usr.bin/perl/cpan/Module-Load/t/to_load/LoadMe.pl U src/gnu/usr.bin/perl/cpan/Module-Load/t/to_load/TestModule.pm U src/gnu/usr.bin/perl/cpan/Module-Load/t/to_load/ToBeLoaded U src/gnu/usr.bin/perl/cpan/Module-Load/t/to_load/Must/Be/Loaded.pm U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/lib/Module/Load/Conditional.pm U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/01_Module_Load_Conditional.t U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/test_lib/a/X.pm U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/test_lib/b/X.pm U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/AutoLoad.pm U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/Commented.pm U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/InPod.pm U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/LoadIt.pm U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/LoadMe.pl U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/NotAutoLoad.pm U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/NotMain.pm U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/NotX.pm U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/ToBeLoaded U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/MustBe/Loaded.pm U src/gnu/usr.bin/perl/cpan/Module-Loaded/lib/Module/Loaded.pm U src/gnu/usr.bin/perl/cpan/Module-Loaded/t/01_Module-Loaded.t U src/gnu/usr.bin/perl/cpan/Module-Metadata/corpus/BOMTest/UTF16BE.pm U src/gnu/usr.bin/perl/cpan/Module-Metadata/corpus/BOMTest/UTF16LE.pm U src/gnu/usr.bin/perl/cpan/Module-Metadata/corpus/BOMTest/UTF8.pm C src/gnu/usr.bin/perl/cpan/Module-Metadata/lib/Module/Metadata.pm U src/gnu/usr.bin/perl/cpan/Module-Metadata/t/contains_pod.t C src/gnu/usr.bin/perl/cpan/Module-Metadata/t/encoding.t U src/gnu/usr.bin/perl/cpan/Module-Metadata/t/endpod.t C src/gnu/usr.bin/perl/cpan/Module-Metadata/t/extract-package.t C src/gnu/usr.bin/perl/cpan/Module-Metadata/t/extract-version.t C src/gnu/usr.bin/perl/cpan/Module-Metadata/t/metadata.t U src/gnu/usr.bin/perl/cpan/Module-Metadata/t/taint.t U src/gnu/usr.bin/perl/cpan/Module-Metadata/t/version.t U src/gnu/usr.bin/perl/cpan/Module-Metadata/t/lib/ENDPOD.pm C src/gnu/usr.bin/perl/cpan/Module-Metadata/t/lib/GeneratePackage.pm U src/gnu/usr.bin/perl/cpan/Module-Metadata/t/lib/0_1/Foo.pm U src/gnu/usr.bin/perl/cpan/Module-Metadata/t/lib/0_2/Foo.pm U src/gnu/usr.bin/perl/cpan/NEXT/lib/NEXT.pm U src/gnu/usr.bin/perl/cpan/NEXT/t/actual.t U src/gnu/usr.bin/perl/cpan/NEXT/t/actuns.t U src/gnu/usr.bin/perl/cpan/NEXT/t/dynamically_scoped_regex_vars.t U src/gnu/usr.bin/perl/cpan/NEXT/t/next.t U src/gnu/usr.bin/perl/cpan/NEXT/t/stringify.t U src/gnu/usr.bin/perl/cpan/NEXT/t/unseen.t U src/gnu/usr.bin/perl/cpan/Params-Check/lib/Params/Check.pm U src/gnu/usr.bin/perl/cpan/Params-Check/t/01_Params-Check.t C src/gnu/usr.bin/perl/cpan/parent/lib/parent.pm U src/gnu/usr.bin/perl/cpan/parent/t/compile-time-file.t U src/gnu/usr.bin/perl/cpan/parent/t/compile-time.t U src/gnu/usr.bin/perl/cpan/parent/t/parent-classfromclassfile.t U src/gnu/usr.bin/perl/cpan/parent/t/parent-classfromfile.t C src/gnu/usr.bin/perl/cpan/parent/t/parent-pmc.t U src/gnu/usr.bin/perl/cpan/parent/t/parent-returns-false.t C src/gnu/usr.bin/perl/cpan/parent/t/parent.t U src/gnu/usr.bin/perl/cpan/parent/t/rt62341.t.disabled U src/gnu/usr.bin/perl/cpan/parent/t/lib/Dummy.pm U src/gnu/usr.bin/perl/cpan/parent/t/lib/Dummy2.plugin U src/gnu/usr.bin/perl/cpan/parent/t/lib/FileThatOnlyExistsAsPMC.pmc U src/gnu/usr.bin/perl/cpan/parent/t/lib/ReturnsFalse.pm U src/gnu/usr.bin/perl/cpan/parent/t/lib/Dummy/Outside.pm U src/gnu/usr.bin/perl/cpan/Perl-OSType/lib/Perl/OSType.pm U src/gnu/usr.bin/perl/cpan/Perl-OSType/t/OSType.t C src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlfaq.pm C src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlfaq.pod C src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlfaq1.pod C src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlfaq2.pod C src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlfaq3.pod C src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlfaq4.pod C src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlfaq5.pod C src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlfaq6.pod C src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlfaq7.pod C src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlfaq8.pod C src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlfaq9.pod C src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlglossary.pod U src/gnu/usr.bin/perl/cpan/PerlIO-via-QuotedPrint/lib/PerlIO/via/QuotedPrint.pm U src/gnu/usr.bin/perl/cpan/PerlIO-via-QuotedPrint/t/QuotedPrint.t U src/gnu/usr.bin/perl/cpan/Pod-Checker/lib/Pod/Checker.pm U src/gnu/usr.bin/perl/cpan/Pod-Checker/scripts/podchecker.PL U src/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/contains_bad_pod.xr U src/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/empty.xr U src/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/podchkenc.t U src/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/podchkenc.xr U src/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/podchklink.t U src/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/poderrs.t U src/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/poderrs.xr U src/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/selfcheck.t U src/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/testcmp.pl U src/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/testpchk.pl U src/gnu/usr.bin/perl/cpan/Pod-Escapes/lib/Pod/Escapes.pm U src/gnu/usr.bin/perl/cpan/Pod-Escapes/t/01_about_verbose.t U src/gnu/usr.bin/perl/cpan/Pod-Escapes/t/10_main.t U src/gnu/usr.bin/perl/cpan/Pod-Escapes/t/15_name2charnum.t U src/gnu/usr.bin/perl/cpan/Pod-Parser/lib/Pod/Find.pm U src/gnu/usr.bin/perl/cpan/Pod-Parser/lib/Pod/InputObjects.pm U src/gnu/usr.bin/perl/cpan/Pod-Parser/lib/Pod/Parser.pm U src/gnu/usr.bin/perl/cpan/Pod-Parser/lib/Pod/ParseUtils.pm U src/gnu/usr.bin/perl/cpan/Pod-Parser/lib/Pod/PlainText.pm U src/gnu/usr.bin/perl/cpan/Pod-Parser/lib/Pod/Select.pm U src/gnu/usr.bin/perl/cpan/Pod-Parser/scripts/podselect.PL U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/contains_bad_pod.xr U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/contains_pod.t U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/contains_pod.xr U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/empty.xr U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/emptycmd.t U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/emptycmd.xr U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/find.t U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/for.t U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/for.xr U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/headings.t U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/headings.xr U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/include.t U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/include.xr U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/included.t U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/included.xr U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/lref.t U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/lref.xr U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/multiline_items.t U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/multiline_items.xr U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/nested_items.t U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/nested_items.xr U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/nested_seqs.t U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/nested_seqs.xr U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/oneline_cmds.t U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/oneline_cmds.xr U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/podselect.t U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/podselect.xr U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/selfcheck.t U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/special_seqs.t U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/special_seqs.xr U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/testcmp.pl U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/testp2pt.pl U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/testpchk.pl U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/twice.t U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/testpods/lib/Pod/Stuff.pm U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/Makefile.PL U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/perldoc.pod U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/corpus/no-head.pod U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/corpus/perlfunc.pod U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/corpus/utf8.pod U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc.pm U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/BaseTo.pm U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/GetOptsOO.pm U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/ToANSI.pm U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/ToChecker.pm U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/ToMan.pm U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/ToNroff.pm U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/ToPod.pm U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/ToRtf.pm U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/ToTerm.pm U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/ToText.pm U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/ToTk.pm U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/ToXml.pm U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/t/00_load.t U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/t/01_about_verbose.t U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/t/pod.t U src/gnu/usr.bin/perl/cpan/Pod-Perldoc/t/man/_get_columns.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple.pod U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/BlackBox.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Checker.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Debug.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/DumpAsText.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/DumpAsXML.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/HTML.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/HTMLBatch.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/HTMLLegacy.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/LinkSection.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Methody.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Progress.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/PullParser.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/PullParserEndToken.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/PullParserStartToken.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/PullParserTextToken.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/PullParserToken.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/RTF.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Search.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/SimpleTree.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Subclassing.pod U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Text.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/TextContent.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/TiedOutFH.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Transcode.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/TranscodeDumb.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/TranscodeSmart.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/XHTML.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/XMLOutStream.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/00about.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/20_skip.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/accept01.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/accept05.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ac_d.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ascii_order.pl U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/basic.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/begin.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/cbacks.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/chunking.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/closeys.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/emptylists.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/enc-chars.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/encod01.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/encod02.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/encod03.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/encod04.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/end_over.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/eol.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/eol2.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/fake-closers.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/fcodes.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/fcodes_e.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/fcodes_l.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/fcodes_s.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/for.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/fornot.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/heads.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/html01.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/html02.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/html03.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/htmlbat.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/items.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/items02.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/itemstar.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/junk1.pod U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/junk1o.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/junk2.pod U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/junk2o.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/linkclas.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/output.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/perlcyg.pod U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/perlcygo.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/perlfaq.pod U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/perlfaqo.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/perlvar.pod U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/perlvaro.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/puller.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/pulltitl.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/reinit.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/render.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search05.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search10.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search12.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search20.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search22.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search25.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search26.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search27.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search28.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search29.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search50.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/stree.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/strpvbtm.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/tiedfh.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/verbatim.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/verb_fmt.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/whine.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/xhtml-bkb.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/xhtml01.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/xhtml05.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/xhtml10.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/xhtml15.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/xhtml20.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/x_nixer.t U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jp.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jp.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jpx.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jpx.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jpy.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jpy.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jpz.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jpz.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/8859_7.pod U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/8859_7.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/cp1256.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/cp1256.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/encwarn01.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/encwarn01.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/encwarn02.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/encwarn02.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/encwarn03.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/encwarn03.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/encwarn04.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/encwarn04.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/enc_char_directive.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/fet_cont.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/enc_char_directive.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/enc_char_wrong_directive.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/enc_char_wrong_directive.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/fet_cont.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/fet_dup.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/fet_dup.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/iso6.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/iso6.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/koi8r.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/koi8r.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/laozi38.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/laozi38.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/laozi38b.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/laozi38b.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/laozi38p.pod U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/laozi38p.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/lat1fr.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/lat1fr.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/lat1frim.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/lat1frim.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/nonesuch.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/nonesuch.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/pasternak_cp1251.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/pasternak_cp1251.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain_explicit.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain_explicit.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain_latin1.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain_latin1.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain_utf8.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain_utf8.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/polish_utf8.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/polish_utf8.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/s2763_sjis.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/s2763_sjis.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/thai_iso11.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/thai_iso11.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/fiqhakbar_iso6.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/fiqhakbar_iso6.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/polish_implicit_utf8.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/polish_utf16be_bom.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/polish_utf16le_bom.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/polish_utf8_bom.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/polish_utf8_bom.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/polish_utf8_bom2.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/polish_utf8_bom2.xml U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/README U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/Blorm.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/squaa.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/zikzik.pod U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/hinkhonk/Glunk.pod U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/hinkhonk/readme.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/hinkhonk/Vliff.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/pod/perlflif.pod U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/pod/perlthng.pod U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/squaa/Glunk.pod U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/squaa/Vliff.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/Zonk/Fiddle.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/Zonk/Pronk.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/Zonk/Veng.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/Suzzle.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/hinkhonk/Glunk.pod U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/hinkhonk/readme.txt U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/hinkhonk/Vliff.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/pod/perlthng.pod U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/pod/perlzuk.pod U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/squaa/Vliff.pm U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/squaa/Wowo.pod U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib3/squaa/Vliff.pm U src/gnu/usr.bin/perl/cpan/Pod-Usage/lib/Pod/Usage.pm U src/gnu/usr.bin/perl/cpan/Pod-Usage/scripts/pod2usage.PL U src/gnu/usr.bin/perl/cpan/Pod-Usage/t/inc/Pod/InputObjects.pm U src/gnu/usr.bin/perl/cpan/Pod-Usage/t/inc/Pod/Parser.pm U src/gnu/usr.bin/perl/cpan/Pod-Usage/t/inc/Pod/PlainText.pm U src/gnu/usr.bin/perl/cpan/Pod-Usage/t/inc/Pod/Select.pm U src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/headwithmarkup.pl U src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/headwithmarkup.t U src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/p2u_data.pl U src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/pod2usage.t U src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/pod2usage.xr U src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/pod2usage2.t U src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/selectheaders.pl U src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/selectheaders.t U src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/selectsections.pl U src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/selectsections.t U src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/testcmp.pl U src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/testp2pt.pl U src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/usage.pod U src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/usage2.pod C src/gnu/usr.bin/perl/cpan/podlators/Makefile.PL C src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/Man.pm C src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/ParseLink.pm C src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/Text.pm C src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/Text/Color.pm C src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/Text/Overstrike.pm C src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/Text/Termcap.pm C src/gnu/usr.bin/perl/cpan/podlators/scripts/pod2man.PL C src/gnu/usr.bin/perl/cpan/podlators/scripts/pod2text.PL C src/gnu/usr.bin/perl/cpan/podlators/t/data/basic.cap C src/gnu/usr.bin/perl/cpan/podlators/t/data/basic.clr C src/gnu/usr.bin/perl/cpan/podlators/t/data/basic.man C src/gnu/usr.bin/perl/cpan/podlators/t/data/basic.ovr C src/gnu/usr.bin/perl/cpan/podlators/t/data/basic.pod C src/gnu/usr.bin/perl/cpan/podlators/t/data/basic.txt U src/gnu/usr.bin/perl/cpan/podlators/t/data/perl.conf U src/gnu/usr.bin/perl/cpan/podlators/t/data/termcap C src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/README N src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/color/escape-wrapping N src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/color/tag-width N src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/color/tag-wrapping N src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/color/width N src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/color/wrapping U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/agrave U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/backslash-man-ref U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/bullet-after-nonbullet U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/bullets U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/c-in-header U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/c-in-name U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/cpp U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/dollar-magic U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/error-die U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/error-none U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/error-normal U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/error-pod U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/error-stderr U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/error-stderr-opt U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/eth U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/fixed-font U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/fixed-font-in-item U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/for-blocks U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/hyphen-in-s U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/iso-8859-1 U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/item-fonts U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/link-quoting U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/link-to-url U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/long-quote U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/lquote-and-quote U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/lquote-rquote U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/markup-in-name U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/multiline-x U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/name-guesswork U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/nested-lists U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/newlines-in-c U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/non-ascii U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/not-bullet U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/not-numbers U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/nourls U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/paired-quotes U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/periods U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/quote-escaping U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/rquote-none U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/small-caps-magic U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/soft-hyphens U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/trailing-space U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/true-false U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/uppercase-license U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/utf8-nonbreaking U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/utf8-verbatim U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/x-whitespace U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/x-whitespace-entry N src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/termcap/escape-wrapping N src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/termcap/tag-width N src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/termcap/tag-wrapping N src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/termcap/width N src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/termcap/wrapping U src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/text/cpp C src/gnu/usr.bin/perl/cpan/podlators/t/docs/pod-spelling.t C src/gnu/usr.bin/perl/cpan/podlators/t/docs/pod.t N src/gnu/usr.bin/perl/cpan/podlators/t/docs/spdx-license.t C src/gnu/usr.bin/perl/cpan/podlators/t/docs/synopsis.t N src/gnu/usr.bin/perl/cpan/podlators/t/docs/urls.t C src/gnu/usr.bin/perl/cpan/podlators/t/general/basic.t C src/gnu/usr.bin/perl/cpan/podlators/t/general/filehandle.t C src/gnu/usr.bin/perl/cpan/podlators/t/general/pod-parser.t C src/gnu/usr.bin/perl/cpan/podlators/t/lib/Test/Podlators.pm C src/gnu/usr.bin/perl/cpan/podlators/t/lib/Test/RRA.pm C src/gnu/usr.bin/perl/cpan/podlators/t/lib/Test/RRA/Config.pm C src/gnu/usr.bin/perl/cpan/podlators/t/lib/Test/RRA/ModuleVersion.pm C src/gnu/usr.bin/perl/cpan/podlators/t/man/devise-date.t C src/gnu/usr.bin/perl/cpan/podlators/t/man/devise-title.t C src/gnu/usr.bin/perl/cpan/podlators/t/man/empty.t C src/gnu/usr.bin/perl/cpan/podlators/t/man/heading.t U src/gnu/usr.bin/perl/cpan/podlators/t/man/iso-8859-1.t C src/gnu/usr.bin/perl/cpan/podlators/t/man/no-encode.t U src/gnu/usr.bin/perl/cpan/podlators/t/man/snippets.t C src/gnu/usr.bin/perl/cpan/podlators/t/man/utf8-io.t C src/gnu/usr.bin/perl/cpan/podlators/t/parselink/basic.t C src/gnu/usr.bin/perl/cpan/podlators/t/style/minimum-version.t C src/gnu/usr.bin/perl/cpan/podlators/t/style/module-version.t C src/gnu/usr.bin/perl/cpan/podlators/t/style/strict.t C src/gnu/usr.bin/perl/cpan/podlators/t/text/basic.t C src/gnu/usr.bin/perl/cpan/podlators/t/text/color.t C src/gnu/usr.bin/perl/cpan/podlators/t/text/empty.t C src/gnu/usr.bin/perl/cpan/podlators/t/text/encoding.t C src/gnu/usr.bin/perl/cpan/podlators/t/text/options.t C src/gnu/usr.bin/perl/cpan/podlators/t/text/overstrike.t C src/gnu/usr.bin/perl/cpan/podlators/t/text/perlio.t C src/gnu/usr.bin/perl/cpan/podlators/t/text/termcap.t C src/gnu/usr.bin/perl/cpan/podlators/t/text/utf8.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/ListUtil.xs U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/Makefile.PL U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/multicall.h U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/lib/List/Util.pm U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/lib/List/Util/XS.pm U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/lib/Scalar/Util.pm U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/lib/Sub/Util.pm U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/00version.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/any-all.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/blessed.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/dualvar.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/exotic_names.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/first.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/getmagic-once.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/head-tail.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/isvstring.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/lln.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/max.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/maxstr.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/min.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/minstr.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/openhan.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/pair.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/product.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/prototype.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/readonly.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/reduce.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/refaddr.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/reftype.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/rt-96343.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/scalarutil-proto.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/shuffle.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/stack-corruption.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/subname.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/sum.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/sum0.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/tainted.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/uniq.t U src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/weak.t U src/gnu/usr.bin/perl/cpan/Socket/Makefile.PL U src/gnu/usr.bin/perl/cpan/Socket/Socket.pm U src/gnu/usr.bin/perl/cpan/Socket/Socket.xs U src/gnu/usr.bin/perl/cpan/Socket/typemap U src/gnu/usr.bin/perl/cpan/Socket/t/getaddrinfo.t U src/gnu/usr.bin/perl/cpan/Socket/t/getnameinfo.t U src/gnu/usr.bin/perl/cpan/Socket/t/ipv6_mreq.t U src/gnu/usr.bin/perl/cpan/Socket/t/ip_mreq.t U src/gnu/usr.bin/perl/cpan/Socket/t/sockaddr.t U src/gnu/usr.bin/perl/cpan/Socket/t/Socket.t U src/gnu/usr.bin/perl/cpan/Socket/t/socketpair.t U src/gnu/usr.bin/perl/cpan/Sys-Syslog/Makefile.PL U src/gnu/usr.bin/perl/cpan/Sys-Syslog/Syslog.pm U src/gnu/usr.bin/perl/cpan/Sys-Syslog/Syslog.xs U src/gnu/usr.bin/perl/cpan/Sys-Syslog/fallback/const-c.inc U src/gnu/usr.bin/perl/cpan/Sys-Syslog/fallback/const-xs.inc U src/gnu/usr.bin/perl/cpan/Sys-Syslog/fallback/syslog.h U src/gnu/usr.bin/perl/cpan/Sys-Syslog/t/00-load.t U src/gnu/usr.bin/perl/cpan/Sys-Syslog/t/constants.t U src/gnu/usr.bin/perl/cpan/Sys-Syslog/t/facilities-routing.t U src/gnu/usr.bin/perl/cpan/Sys-Syslog/t/syslog.t U src/gnu/usr.bin/perl/cpan/Sys-Syslog/win32/compile.pl U src/gnu/usr.bin/perl/cpan/Sys-Syslog/win32/PerlLog.mc U src/gnu/usr.bin/perl/cpan/Sys-Syslog/win32/PerlLog_dll.uu U src/gnu/usr.bin/perl/cpan/Sys-Syslog/win32/PerlLog_RES.uu U src/gnu/usr.bin/perl/cpan/Sys-Syslog/win32/Win32.pm U src/gnu/usr.bin/perl/cpan/Term-ANSIColor/lib/Term/ANSIColor.pm U src/gnu/usr.bin/perl/cpan/Term-ANSIColor/t/lib/Test/RRA.pm U src/gnu/usr.bin/perl/cpan/Term-ANSIColor/t/lib/Test/RRA/Config.pm U src/gnu/usr.bin/perl/cpan/Term-ANSIColor/t/module/aliases-func.t U src/gnu/usr.bin/perl/cpan/Term-ANSIColor/t/module/basic.t U src/gnu/usr.bin/perl/cpan/Term-ANSIColor/t/module/basic256.t U src/gnu/usr.bin/perl/cpan/Term-ANSIColor/t/module/eval.t U src/gnu/usr.bin/perl/cpan/Term-ANSIColor/t/module/stringify.t U src/gnu/usr.bin/perl/cpan/Term-ANSIColor/t/taint/basic.t U src/gnu/usr.bin/perl/cpan/Term-Cap/Cap.pm U src/gnu/usr.bin/perl/cpan/Term-Cap/test.pl U src/gnu/usr.bin/perl/cpan/Test-Harness/bin/prove U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/Prove.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/Prove/State.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/Prove/State/Result.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/Prove/State/Result/Test.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Base.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Harness.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Object.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/Base.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/Color.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/Console.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/File.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/Session.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/Console/ParallelSession.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/Console/Session.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/File/Session.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Harness/Beyond.pod U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Harness/Env.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Aggregator.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Grammar.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Iterator.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/IteratorFactory.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Multiplexer.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/ResultFactory.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Scheduler.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Source.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/SourceHandler.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Iterator/Array.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Iterator/Process.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Iterator/Stream.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/Bailout.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/Comment.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/Plan.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/Pragma.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/Test.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/Unknown.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/Version.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/YAML.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Scheduler/Job.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Scheduler/Spinner.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/SourceHandler/Executable.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/SourceHandler/File.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/SourceHandler/Handle.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/SourceHandler/Perl.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/SourceHandler/RawTAP.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/YAMLish/Reader.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/YAMLish/Writer.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/Test/Harness.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/t/aggregator.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/bailout.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/base.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/callbacks.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/console.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/env_opts.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/errors.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/file.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/glob-to-regexp.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/grammar.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/harness-bailout.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/harness-subclass.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/harness.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/iterators.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/iterator_factory.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/multiplexer.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/nested.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/nofork-mux.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/nofork.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/object.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/parse.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/parser-config.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/parser-subclass.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/perl5lib.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/premature-bailout.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/process.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/prove.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/proverc.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/proverun.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/proveversion.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/regression.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/results.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/rulesfile.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/scheduler.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_handler.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/spool.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/state.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/state_results.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/streams.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/taint.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/testargs.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/unicode.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/yamlish-output.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/yamlish-writer.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/yamlish.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/env.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/env_opts.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/failure.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/inc-propagation.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/inc_taint.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/nonumbers.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/regression.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/subclass.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/switches.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/test-harness-compat.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/version.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/data/catme.1 U src/gnu/usr.bin/perl/cpan/Test-Harness/t/data/proverc U src/gnu/usr.bin/perl/cpan/Test-Harness/t/data/sample.yml U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/EmptyParser.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MyCustom.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MyFileSourceHandler.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MyGrammar.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MyIterator.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MyPerlSourceHandler.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MyResult.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MyResultFactory.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MySourceHandler.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/NoFork.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/NOP.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/App/Prove/Plugin/Dummy.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/App/Prove/Plugin/Dummy2.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/Dev/Null.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/IO/c55Capture.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/TAP/Harness/TestSubclass.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/TAP/Parser/SubclassTest.pm U src/gnu/usr.bin/perl/cpan/Test-Harness/t/proverc/emptyexec U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/bailout U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/bignum U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/bignum_many U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/combined U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/combined_compat U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/delayed U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/descriptive U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/descriptive_trailing U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/die U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/die_head_end U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/die_last_minute U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/die_unfinished U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/duplicates U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/echo U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/empty U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/escape_eol U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/escape_hash U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/head_end U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/head_fail U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/inc_taint U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/junk_before_plan U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/lone_not_bug U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/no_nums U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/no_output U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/out_err_mix U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/out_of_order U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/schwern U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/schwern-todo-quiet U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/segfault U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/sequence_misparse U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/shbang_misparse U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/simple U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/simple_fail U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/simple_yaml U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/simple_yaml_missing_version13 U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/skip U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/skipall U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/skipall_nomsg U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/skipall_v13 U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/skip_nomsg U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/space_after_plan U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/space_after_plan_v13 U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/stdout_stderr U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/strict U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/switches U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/taint U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/taint_warn U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/todo U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/todo_inline U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/todo_misparse U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/too_many U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/version_good U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/version_late U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/version_old U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/vms_nit U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/with_comments U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/yaml_late_plan U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/zero_valid U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/harness U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/harness_badtap U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/harness_complain U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/harness_directives U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/harness_failure U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/psql.bat U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/source U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/source.1 U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/source.bat U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/source.pl U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/source.sh U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/source.t U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/source.tap U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/source_args.sh U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/test.tap U src/gnu/usr.bin/perl/cpan/Test-Harness/t/subclass_tests/non_perl_source U src/gnu/usr.bin/perl/cpan/Test-Harness/t/subclass_tests/perl_source C src/gnu/usr.bin/perl/cpan/Test-Simple/lib/ok.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2.pm C src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder.pm C src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/More.pm C src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Simple.pm C src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Tester.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Tutorial.pod U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/Formatter.pm C src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/Module.pm C src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/Tester.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/TodoDiag.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/IO/Scalar.pm C src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/Tester/Color.pm C src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Tester/Capture.pm C src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Tester/CaptureRunner.pm C src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Tester/Delegate.pm C src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/use/ok.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Event.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/EventFacet.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Formatter.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Hub.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/IPC.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Transition.pod U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Util.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API/Breakage.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API/Context.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API/Instance.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API/Stack.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Event/Bail.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Event/Diag.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Event/Encoding.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Event/Exception.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Event/Fail.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Event/Generic.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Event/Note.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Event/Ok.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Event/Pass.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Event/Plan.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Event/Skip.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Event/Subtest.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Event/V2.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Event/Waiting.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Event/TAP/Version.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/EventFacet/About.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/EventFacet/Amnesty.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/EventFacet/Assert.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/EventFacet/Control.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/EventFacet/Error.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/EventFacet/Hub.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/EventFacet/Info.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/EventFacet/Meta.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/EventFacet/Parent.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/EventFacet/Plan.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/EventFacet/Render.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/EventFacet/Trace.pm N src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/EventFacet/Info/Table.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Formatter/TAP.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Hub/Interceptor.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Hub/Subtest.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Hub/Interceptor/Terminator.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/IPC/Driver.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/IPC/Driver/Files.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Tools/Tiny.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Util/ExternalMeta.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Util/Facets2Legacy.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Util/HashBase.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Util/Trace.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/t/HashBase.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/00test_harness_check.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/01-basic.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/478-cmp_ok_hash.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/auto.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/bad_plan.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/bail_out.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/BEGIN_require_ok.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/BEGIN_use_ok.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/buffer.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/capture.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/check_tests.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/circular_data.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/cmp_ok.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/c_flag.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/depth.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/diag.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/died.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/dont_overwrite_die_handler.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/eq_set.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/exit.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/extra.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/explain.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/explain_err_vars.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/extra_one.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/fail-like.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/fail-more.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/fail.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/fail_one.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/filehandles.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/fork.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/harness_active.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/import.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/is_deeply_dne_bug.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/is_deeply_fail.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/is_deeply_with_threads.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/missing.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/More.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/new_ok.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/note.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/no_log_results.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/no_plan.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/no_tests.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/overload.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/overload_threads.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/plan.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/plan_bad.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/plan_is_noplan.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/plan_no_plan.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/plan_shouldnt_import.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/plan_skip_all.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/require_ok.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/run_test.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/simple.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/skip.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/skipall.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/strays.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/tbm_doesnt_set_exported_to.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/threads.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/thread_taint.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/todo.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/undef.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/useing.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/use_ok.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/utf8.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/versions.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Bugs/600.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Bugs/629.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/Builder.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/carp.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/create.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/current_test.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/current_test_without_plan.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/details.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/done_testing.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/done_testing_double.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/done_testing_plan_mismatch.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/done_testing_with_no_plan.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/done_testing_with_number.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/done_testing_with_plan.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/fork_with_new_stdout.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/has_plan.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/has_plan2.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/is_fh.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/is_passing.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/maybe_regex.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/no_diag.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/no_ending.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/no_header.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/no_plan_at_all.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/ok_obj.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/output.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/reset.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/reset_outputs.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/try.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Regression/637.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Regression/683_thread_todo.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Regression/6_cmp_ok.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Regression/736_use_ok.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Regression/789-read-only.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Simple/load.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/subtest/args.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/subtest/bail_out.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/subtest/basic.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/subtest/callback.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/subtest/die.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/subtest/do.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/subtest/events.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/subtest/fork.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/subtest/for_do_t.test U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/subtest/implicit_done.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/subtest/line_numbers.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/subtest/plan.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/subtest/predicate.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/subtest/singleton.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/subtest/threads.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/subtest/todo.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/subtest/wstat.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Test2/Subtest.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Tester/tbt_01basic.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Tester/tbt_02fhrestore.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Tester/tbt_03die.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Tester/tbt_04line_num.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Tester/tbt_05faildiag.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Tester/tbt_06errormess.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Tester/tbt_07args.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Tester/tbt_08subtest.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Tester/tbt_09do.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Tester/tbt_09do_script.pl U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy_And_Test2/builder_loaded_late.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy_And_Test2/diag_event_on_ok.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy_And_Test2/hidden_warnings.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy_And_Test2/preload_diag_note.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy_And_Test2/thread_init_warning.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Dummy.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/MyOverload.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/MyTest.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/NoExporter.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/SigDie.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/SkipAll.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/SmallTest.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/TieOut.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Dev/Null.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Builder/NoOutput.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/Catch.pm U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/death.plx U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/death_in_eval.plx U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/death_with_handler.plx U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/exit.plx U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/extras.plx U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/five_fail.plx U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/last_minute_death.plx U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/missing_done_testing.plx U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/one_fail.plx U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/one_fail_without_plan.plx U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/pre_plan_death.plx U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/require.plx U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/success.plx U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/too_few.plx U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/too_few_fail.plx U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/two_fail.plx U src/gnu/usr.bin/perl/cpan/Test-Simple/t/regression/642_persistent_end.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/regression/662-tbt-no-plan.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/regression/684-nested_todo_diag.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/regression/694_note_diag_return_values.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/regression/696-intercept_skip_all.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/regression/721-nested-streamed-subtest.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/regression/757-reset_in_subtest.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/regression/812-todo.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/regression/817-subtest-todo.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/regression/buffered_subtest_plan_buffered.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/regression/builder_does_not_init.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/regression/errors_facet.t N src/gnu/usr.bin/perl/cpan/Test-Simple/t/regression/fork_first.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/regression/inherit_trace.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/regression/no_name_in_subtest.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/regression/todo_and_facets.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/acceptance/try_it_done_testing.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/acceptance/try_it_fork.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/acceptance/try_it_no_plan.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/acceptance/try_it_plan.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/acceptance/try_it_skip.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/acceptance/try_it_threads.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/acceptance/try_it_todo.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/disable_ipc_a.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/disable_ipc_b.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/disable_ipc_c.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/disable_ipc_d.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/err_var.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/Formatter.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/init_croak.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/intercept.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/ipc_wait_timeout.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/nested_context_exception.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/no_load_api.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/run_subtest_inherit.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/special_names.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/subtest_bailout.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/Subtest_buffer_formatter.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/Subtest_callback.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/Subtest_events.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/Subtest_plan.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/Taint.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/Subtest_todo.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/trace_signature.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/uuid.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/legacy/TAP.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/API.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/EventFacet.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Hub.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/IPC.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Util.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/API/Breakage.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/API/Context.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/API/Instance.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/API/Stack.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event/Bail.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event/Diag.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event/Encoding.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event/Exception.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event/Fail.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event/Generic.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event/Note.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event/Ok.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event/Pass.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event/Plan.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event/Skip.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event/Subtest.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event/V2.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event/Waiting.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event/TAP/Version.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/EventFacet/About.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/EventFacet/Amnesty.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/EventFacet/Assert.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/EventFacet/Control.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/EventFacet/Error.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/EventFacet/Info.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/EventFacet/Meta.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/EventFacet/Parent.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/EventFacet/Plan.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/EventFacet/Trace.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Formatter/TAP.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Hub/Interceptor.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Hub/Subtest.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Hub/Interceptor/Terminator.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/IPC/Driver.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/IPC/Driver/Files.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Tools/Tiny.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Util/ExternalMeta.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Util/Facets2Legacy.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Util/Trace.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/regression/693_ipc_ordering.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/regression/746-forking-subtest.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/regression/gh_16.t U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/regression/ipc_files_abort_exit.t U src/gnu/usr.bin/perl/cpan/Text-Balanced/lib/Text/Balanced.pm U src/gnu/usr.bin/perl/cpan/Text-Balanced/t/01_compile.t U src/gnu/usr.bin/perl/cpan/Text-Balanced/t/02_extbrk.t U src/gnu/usr.bin/perl/cpan/Text-Balanced/t/03_extcbk.t U src/gnu/usr.bin/perl/cpan/Text-Balanced/t/04_extdel.t U src/gnu/usr.bin/perl/cpan/Text-Balanced/t/05_extmul.t U src/gnu/usr.bin/perl/cpan/Text-Balanced/t/06_extqlk.t U src/gnu/usr.bin/perl/cpan/Text-Balanced/t/07_exttag.t U src/gnu/usr.bin/perl/cpan/Text-Balanced/t/08_extvar.t U src/gnu/usr.bin/perl/cpan/Text-Balanced/t/09_gentag.t U src/gnu/usr.bin/perl/cpan/Text-ParseWords/lib/Text/ParseWords.pm U src/gnu/usr.bin/perl/cpan/Text-ParseWords/t/ParseWords.t U src/gnu/usr.bin/perl/cpan/Text-ParseWords/t/taint.t U src/gnu/usr.bin/perl/cpan/Text-Tabs/lib/Text/Tabs.pm U src/gnu/usr.bin/perl/cpan/Text-Tabs/lib/Text/Wrap.pm U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/37000.t U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/39548.t U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/79766.t U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/belg4mit.t U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/dandv.t U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/fill.t U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/Jacobson.t U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/Jacobson2.t U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/Jochen.t U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/sep.t U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/sep2.t U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/Tabs-ElCid.t U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/tabs.t U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/Wrap-JLB.t U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/wrap.t U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/wrap_separator2.t U src/gnu/usr.bin/perl/cpan/Tie-RefHash/lib/Tie/RefHash.pm U src/gnu/usr.bin/perl/cpan/Tie-RefHash/t/rebless.t U src/gnu/usr.bin/perl/cpan/Tie-RefHash/t/refhash.t U src/gnu/usr.bin/perl/cpan/Tie-RefHash/t/storable.t U src/gnu/usr.bin/perl/cpan/Tie-RefHash/t/threaded.t U src/gnu/usr.bin/perl/cpan/Time-Local/lib/Time/Local.pm U src/gnu/usr.bin/perl/cpan/Time-Local/t/Local.t C src/gnu/usr.bin/perl/cpan/Time-Piece/Piece.pm U src/gnu/usr.bin/perl/cpan/Time-Piece/Piece.xs C src/gnu/usr.bin/perl/cpan/Time-Piece/Seconds.pm U src/gnu/usr.bin/perl/cpan/Time-Piece/t/01base.t U src/gnu/usr.bin/perl/cpan/Time-Piece/t/02core.t U src/gnu/usr.bin/perl/cpan/Time-Piece/t/02core_dst.t U src/gnu/usr.bin/perl/cpan/Time-Piece/t/03compare.t U src/gnu/usr.bin/perl/cpan/Time-Piece/t/04mjd.t U src/gnu/usr.bin/perl/cpan/Time-Piece/t/05overload.t C src/gnu/usr.bin/perl/cpan/Time-Piece/t/06subclass.t U src/gnu/usr.bin/perl/cpan/Time-Piece/t/07arith.t U src/gnu/usr.bin/perl/cpan/Time-Piece/t/lib/Time/Piece/Twin.pm C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate.pm U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate.xs U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Makefile.PL U src/gnu/usr.bin/perl/cpan/Unicode-Collate/mkheader C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/allkeys.txt U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/keys.txt C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale.pm C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/CJK/Big5.pm C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/CJK/GB2312.pm C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/CJK/JISX0208.pm C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/CJK/Korean.pm C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/CJK/Pinyin.pm C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/CJK/Stroke.pm C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/CJK/Zhuyin.pm C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/af.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ar.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/as.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/az.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/be.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/bn.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ca.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/cs.pl N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/cu.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/cy.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/da.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/de_at_ph.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/de_phone.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/dsb.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ee.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/eo.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/es.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/es_trad.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/et.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/fa.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/fi.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/fil.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/fi_phone.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/fo.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/fr_ca.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/gu.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ha.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/haw.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/he.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/hi.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/hr.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/hu.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/hy.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ig.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/is.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ja.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/kk.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/kl.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/kn.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ko.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/kok.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/lkt.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ln.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/lt.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/lv.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/mk.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ml.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/mr.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/mt.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/nb.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/nn.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/nso.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/om.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/or.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/pa.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/pl.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ro.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/sa.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/se.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/si.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/sk.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/si_dict.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/sl.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/sq.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/sr.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/sv.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/sv_refo.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ta.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/te.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/th.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/tn.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/to.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/tr.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ug_cyrl.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/uk.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ur.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/vi.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/vo.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/wae.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/wo.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/yo.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/zh.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/zh_big5.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/zh_gb.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/zh_pin.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/zh_strk.pl C src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/zh_zhu.pl U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/altern.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/backwds.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/cjkrange.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/cjk_b5.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/cjk_gb.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/cjk_ja.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/cjk_ko.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/cjk_py.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/cjk_st.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/cjk_zy.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/compatui.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/contract.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/default.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/hangtype.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/hangul.t C src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/ident.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/iglevel2.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/ignor.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/illegal.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/illegalp.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/index.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_af.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ar.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_as.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_az.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_be.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_bg.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_bn.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_bs.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_bscy.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ca.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_cjk.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_cjkc.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_cs.t N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_cu.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_cy.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_cyrl.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_da.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_de.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_deat.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_deph.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_dsb.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ee.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_eo.t C src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_es.t C src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_estr.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_et.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_fa.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_fi.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_fil.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_fiph.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_fo.t C src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_fr.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_frca.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_gu.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ha.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_haw.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_he.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_hi.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_hr.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_hu.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_hy.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ig.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_is.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ja.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_jait.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_japr.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_kk.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_kl.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_kn.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ko.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_kok.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_lkt.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ln.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_lt.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_lv.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_mk.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ml.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_mncy.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_mr.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_mt.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_nb.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_nn.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_nso.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_om.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_or.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_pa.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_pl.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ro.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ru.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_sa.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_se.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_si.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_sidt.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_sk.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_sl.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_sq.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_sr.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_srla.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_sv.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_svrf.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_sw.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ta.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_te.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_test.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_th.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_tn.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_to.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_tr.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ugcy.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_uk.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ur.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_vi.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_vo.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_wae.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_wo.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_yo.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_zh.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_zhb5.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_zhgb.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_zhpy.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_zhst.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_zhzy.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/nonchar.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/normal.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/notable.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/nushu.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/overcjk0.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/overcjk1.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/override.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/rearrang.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/rewrite.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/tangut.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/test.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/trailwt.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/variable.t C src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/version.t U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/view.t C src/gnu/usr.bin/perl/cpan/version/lib/version.pm U src/gnu/usr.bin/perl/cpan/version/lib/version.pod U src/gnu/usr.bin/perl/cpan/version/lib/version/Internals.pod C src/gnu/usr.bin/perl/cpan/version/lib/version/regex.pm C src/gnu/usr.bin/perl/cpan/version/t/01base.t C src/gnu/usr.bin/perl/cpan/version/t/02derived.t C src/gnu/usr.bin/perl/cpan/version/t/03require.t U src/gnu/usr.bin/perl/cpan/version/t/04strict_lax.t C src/gnu/usr.bin/perl/cpan/version/t/05sigdie.t C src/gnu/usr.bin/perl/cpan/version/t/06noop.t C src/gnu/usr.bin/perl/cpan/version/t/07locale.t C src/gnu/usr.bin/perl/cpan/version/t/08_corelist.t C src/gnu/usr.bin/perl/cpan/version/t/09_list_util.t U src/gnu/usr.bin/perl/cpan/version/t/10_lyon.t U src/gnu/usr.bin/perl/cpan/version/t/11_taint.t U src/gnu/usr.bin/perl/cpan/version/t/coretests.pm U src/gnu/usr.bin/perl/cpan/Win32/longpath.inc U src/gnu/usr.bin/perl/cpan/Win32/Makefile.PL U src/gnu/usr.bin/perl/cpan/Win32/Win32.pm U src/gnu/usr.bin/perl/cpan/Win32/Win32.xs U src/gnu/usr.bin/perl/cpan/Win32/t/CodePage.t U src/gnu/usr.bin/perl/cpan/Win32/t/CreateFile.t U src/gnu/usr.bin/perl/cpan/Win32/t/ExpandEnvironmentStrings.t U src/gnu/usr.bin/perl/cpan/Win32/t/GetCurrentThreadId.t U src/gnu/usr.bin/perl/cpan/Win32/t/GetFileVersion.t U src/gnu/usr.bin/perl/cpan/Win32/t/GetFolderPath.t U src/gnu/usr.bin/perl/cpan/Win32/t/GetFullPathName.t U src/gnu/usr.bin/perl/cpan/Win32/t/GetLongPathName.t U src/gnu/usr.bin/perl/cpan/Win32/t/GetOSName.t U src/gnu/usr.bin/perl/cpan/Win32/t/GetOSVersion.t U src/gnu/usr.bin/perl/cpan/Win32/t/GetShortPathName.t U src/gnu/usr.bin/perl/cpan/Win32/t/GuidGen.t U src/gnu/usr.bin/perl/cpan/Win32/t/Names.t U src/gnu/usr.bin/perl/cpan/Win32/t/Unicode.t U src/gnu/usr.bin/perl/cpan/Win32API-File/buffers.h U src/gnu/usr.bin/perl/cpan/Win32API-File/cFile.h U src/gnu/usr.bin/perl/cpan/Win32API-File/cFile.pc U src/gnu/usr.bin/perl/cpan/Win32API-File/const2perl.h U src/gnu/usr.bin/perl/cpan/Win32API-File/File.pm U src/gnu/usr.bin/perl/cpan/Win32API-File/File.xs U src/gnu/usr.bin/perl/cpan/Win32API-File/Makefile.PL U src/gnu/usr.bin/perl/cpan/Win32API-File/typemap U src/gnu/usr.bin/perl/cpan/Win32API-File/inc/ExtUtils/Myconst2perl.pm U src/gnu/usr.bin/perl/cpan/Win32API-File/t/file.t U src/gnu/usr.bin/perl/cpan/Win32API-File/t/tie.t U src/gnu/usr.bin/perl/Cross/build-arm-n770-sh U src/gnu/usr.bin/perl/Cross/cflags-cross-arm U src/gnu/usr.bin/perl/Cross/config C src/gnu/usr.bin/perl/Cross/config.sh-arm-linux C src/gnu/usr.bin/perl/Cross/config.sh-arm-linux-n770 U src/gnu/usr.bin/perl/Cross/generate_config_sh U src/gnu/usr.bin/perl/Cross/installperl.patch U src/gnu/usr.bin/perl/Cross/Makefile U src/gnu/usr.bin/perl/Cross/Makefile-cross-SH U src/gnu/usr.bin/perl/Cross/Makefile.SH.patch U src/gnu/usr.bin/perl/Cross/README U src/gnu/usr.bin/perl/Cross/README.new U src/gnu/usr.bin/perl/Cross/TODO U src/gnu/usr.bin/perl/Cross/warp U src/gnu/usr.bin/perl/cygwin/cygwin.c U src/gnu/usr.bin/perl/dist/Attribute-Handlers/Changes U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo.pl U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/Demo.pm U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo2.pl U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo3.pl U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo4.pl U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo_call.pl U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo_chain.pl U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo_cycle.pl U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo_hashdir.pl U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo_phases.pl U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo_range.pl U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo_rawdata.pl U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/Descriptions.pm U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/MyClass.pm U src/gnu/usr.bin/perl/dist/Attribute-Handlers/lib/Attribute/Handlers.pm U src/gnu/usr.bin/perl/dist/Attribute-Handlers/t/constants.t U src/gnu/usr.bin/perl/dist/Attribute-Handlers/t/data_convert.t U src/gnu/usr.bin/perl/dist/Attribute-Handlers/t/linerep.t U src/gnu/usr.bin/perl/dist/Attribute-Handlers/t/multi.t U src/gnu/usr.bin/perl/dist/autouse/lib/autouse.pm U src/gnu/usr.bin/perl/dist/autouse/t/autouse.t U src/gnu/usr.bin/perl/dist/autouse/t/lib/MyTestModule.pm U src/gnu/usr.bin/perl/dist/autouse/t/lib/MyTestModule2.pm U src/gnu/usr.bin/perl/dist/base/Changes U src/gnu/usr.bin/perl/dist/base/Makefile.PL U src/gnu/usr.bin/perl/dist/base/lib/base.pm U src/gnu/usr.bin/perl/dist/base/lib/fields.pm U src/gnu/usr.bin/perl/dist/base/t/base-open-chunk.t U src/gnu/usr.bin/perl/dist/base/t/base-open-line.t U src/gnu/usr.bin/perl/dist/base/t/base.t U src/gnu/usr.bin/perl/dist/base/t/compile-time.t U src/gnu/usr.bin/perl/dist/base/t/core-global.t U src/gnu/usr.bin/perl/dist/base/t/fields-5_6_0.t U src/gnu/usr.bin/perl/dist/base/t/fields-5_8_0.t U src/gnu/usr.bin/perl/dist/base/t/fields-base.t U src/gnu/usr.bin/perl/dist/base/t/fields.t U src/gnu/usr.bin/perl/dist/base/t/incdot.t U src/gnu/usr.bin/perl/dist/base/t/isa.t U src/gnu/usr.bin/perl/dist/base/t/sigdie.t U src/gnu/usr.bin/perl/dist/base/t/version.t U src/gnu/usr.bin/perl/dist/base/t/warnings.t U src/gnu/usr.bin/perl/dist/base/t/lib/BaseIncMandatory.pm U src/gnu/usr.bin/perl/dist/base/t/lib/BaseIncOptional.pm U src/gnu/usr.bin/perl/dist/base/t/lib/Broken.pm U src/gnu/usr.bin/perl/dist/base/t/lib/Dummy.pm U src/gnu/usr.bin/perl/dist/base/t/lib/HasSigDie.pm U src/gnu/usr.bin/perl/dist/Carp/Changes U src/gnu/usr.bin/perl/dist/Carp/Makefile.PL U src/gnu/usr.bin/perl/dist/Carp/README U src/gnu/usr.bin/perl/dist/Carp/lib/Carp.pm U src/gnu/usr.bin/perl/dist/Carp/lib/Carp/Heavy.pm U src/gnu/usr.bin/perl/dist/Carp/t/arg_regexp.t U src/gnu/usr.bin/perl/dist/Carp/t/arg_string.t U src/gnu/usr.bin/perl/dist/Carp/t/baduni.t U src/gnu/usr.bin/perl/dist/Carp/t/baduni_warnings.t U src/gnu/usr.bin/perl/dist/Carp/t/broken_can.t U src/gnu/usr.bin/perl/dist/Carp/t/broken_univ_can.t U src/gnu/usr.bin/perl/dist/Carp/t/Carp.t U src/gnu/usr.bin/perl/dist/Carp/t/Carp_overload.t U src/gnu/usr.bin/perl/dist/Carp/t/Carp_overloadless.t U src/gnu/usr.bin/perl/dist/Carp/t/errno.t U src/gnu/usr.bin/perl/dist/Carp/t/heavy.t U src/gnu/usr.bin/perl/dist/Carp/t/heavy_mismatch.t U src/gnu/usr.bin/perl/dist/Carp/t/stack_after_err.t U src/gnu/usr.bin/perl/dist/Carp/t/stash_deletion.t U src/gnu/usr.bin/perl/dist/Carp/t/swash.t U src/gnu/usr.bin/perl/dist/Carp/t/vivify_gv.t U src/gnu/usr.bin/perl/dist/Carp/t/vivify_stash.t U src/gnu/usr.bin/perl/dist/Carp/t/with_warnings.t U src/gnu/usr.bin/perl/dist/constant/lib/constant.pm U src/gnu/usr.bin/perl/dist/constant/t/constant.t U src/gnu/usr.bin/perl/dist/constant/t/utf8.t C src/gnu/usr.bin/perl/dist/Data-Dumper/Changes C src/gnu/usr.bin/perl/dist/Data-Dumper/Dumper.pm C src/gnu/usr.bin/perl/dist/Data-Dumper/Dumper.xs U src/gnu/usr.bin/perl/dist/Data-Dumper/Todo U src/gnu/usr.bin/perl/dist/Data-Dumper/t/bless.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/bless_var_method.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/bugs.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/deparse.t C src/gnu/usr.bin/perl/dist/Data-Dumper/t/dumper.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/dumpperl.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/freezer.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/freezer_useperl.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/huge.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/indent.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/misc.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/names.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/overload.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/pair.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/perl-74170.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/purity_deepcopy_maxdepth.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/qr.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/quotekeys.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/recurse.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/seen.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/sortkeys.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/sparseseen.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/terse.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/toaster.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/trailing_comma.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/values.t U src/gnu/usr.bin/perl/dist/Data-Dumper/t/lib/Testing.pm U src/gnu/usr.bin/perl/dist/Devel-PPPort/apicheck_c.PL N src/gnu/usr.bin/perl/dist/Devel-PPPort/Changes U src/gnu/usr.bin/perl/dist/Devel-PPPort/HACKERS U src/gnu/usr.bin/perl/dist/Devel-PPPort/Makefile.PL N src/gnu/usr.bin/perl/dist/Devel-PPPort/MANIFEST.SKIP U src/gnu/usr.bin/perl/dist/Devel-PPPort/mktests.PL U src/gnu/usr.bin/perl/dist/Devel-PPPort/module2.c U src/gnu/usr.bin/perl/dist/Devel-PPPort/module3.c U src/gnu/usr.bin/perl/dist/Devel-PPPort/PPPort.xs U src/gnu/usr.bin/perl/dist/Devel-PPPort/ppport_h.PL U src/gnu/usr.bin/perl/dist/Devel-PPPort/PPPort_pm.PL U src/gnu/usr.bin/perl/dist/Devel-PPPort/PPPort_xs.PL U src/gnu/usr.bin/perl/dist/Devel-PPPort/soak U src/gnu/usr.bin/perl/dist/Devel-PPPort/typemap U src/gnu/usr.bin/perl/dist/Devel-PPPort/devel/buildperl.pl U src/gnu/usr.bin/perl/dist/Devel-PPPort/devel/devtools.pl U src/gnu/usr.bin/perl/dist/Devel-PPPort/devel/mkapidoc.sh U src/gnu/usr.bin/perl/dist/Devel-PPPort/devel/mktodo U src/gnu/usr.bin/perl/dist/Devel-PPPort/devel/mktodo.pl U src/gnu/usr.bin/perl/dist/Devel-PPPort/devel/regenerate U src/gnu/usr.bin/perl/dist/Devel-PPPort/devel/scanprov U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/apicheck.pl U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/apidoc.fnc U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/embed.fnc U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ppport.fnc U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ppptools.pl U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5003070 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5004000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5004010 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5004020 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5004030 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5004040 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5004050 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5005000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5005010 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5005020 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5005030 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5005040 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5006000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5006001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5006002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5007000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5007001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5007002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5007003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5008000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5008001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5008002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5008003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5008004 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5008005 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5008006 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5008007 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5008008 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5008009 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5009000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5009001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5009002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5009003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5009004 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5009005 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5010000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5010001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5011000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5011001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5011002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5011003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5011004 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5011005 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5012000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5012001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5012002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5012003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5012004 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5012005 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5013000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5013001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5013002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5013003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5013004 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5013005 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5013006 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5013007 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5013008 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5013009 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5013010 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5013011 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5014000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5014001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5014002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5014003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5014004 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5015000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5015001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5015002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5015003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5015004 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5015005 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5015006 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5015007 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5015008 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5015009 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5016000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5016001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5016002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5016003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5017000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5017001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5017002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5017003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5017004 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5017005 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5017006 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5017007 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5017008 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5017009 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5017010 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5017011 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5018000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5018001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5018002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5018003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5018004 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5019000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5019001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5019002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5019003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5019004 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5019005 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5019006 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5019007 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5019008 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5019009 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5019010 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5019011 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5020000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5020001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5020002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5020003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5021000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5021001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5021002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5021004 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5021005 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5021006 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5021007 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5021008 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5021009 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5021010 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5021011 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5022000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5022001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5023000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5023001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5023002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5023003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5023004 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5023005 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5023006 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5023007 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5023008 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5023009 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/5024000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/call U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/cop U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/exception U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/format U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/grok U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/gv U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/HvNAME U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/limits U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/magic N src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/magic_defs U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/memory U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/mess U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/misc U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/mPUSH U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/MY_CXT U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/newCONSTSUB U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/newRV U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/newSVpv U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/newSV_type U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/podtest U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ppphbin U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ppphdoc U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ppphtest U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/pvs U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/pv_tools U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/shared_pv U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/snprintf U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/sprintf U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/strlfuncs U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/SvPV U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/SvREFCNT U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/Sv_set U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/sv_xpvf U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/threads U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/uv U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/variables U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/version U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/warn U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5003070 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5004000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5004010 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5004020 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5004030 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5004040 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5004050 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5005000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5005010 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5005020 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5005030 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5005040 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5006000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5006001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5006002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5007000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5007001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5007002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5007003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5008000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5008001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5008002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5008003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5008004 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5008005 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5008006 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5008007 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5008008 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5008009 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5009000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5009001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5009002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5009003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5009004 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5009005 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5010000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5010001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5011000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5011001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5011002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5011003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5011004 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5011005 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5012000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5012001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5012002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5012003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5012004 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5012005 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5013000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5013001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5013002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5013003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5013004 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5013005 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5013006 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5013007 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5013008 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5013009 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5013010 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5013011 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5014000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5014001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5014002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5014003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5014004 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5015000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5015001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5015002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5015003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5015004 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5015005 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5015006 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5015007 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5015008 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5015009 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5016000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5016001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5016002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5016003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5017000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5017001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5017002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5017003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5017004 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5017005 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5017006 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5017007 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5017008 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5017009 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5017010 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5017011 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5018000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5018001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5018002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5018003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5018004 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5019000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5019001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5019002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5019003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5019004 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5019005 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5019006 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5019007 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5019008 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5019009 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5019010 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5019011 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5020000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5020001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5020002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5020003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5021000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5021001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5021002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5021004 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5021005 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5021006 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5021007 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5021008 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5021009 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5021010 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5021011 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5022000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5022001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5023000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5023001 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5023002 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5023003 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5023004 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5023005 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5023006 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5023007 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5023008 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5023009 U src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/5024000 U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/call.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/cop.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/exception.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/format.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/grok.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/gv.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/HvNAME.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/limits.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/magic.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/memory.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/mess.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/misc.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/mPUSH.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/MY_CXT.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/newCONSTSUB.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/newRV.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/newSVpv.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/newSV_type.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/podtest.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/ppphtest.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/pvs.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/pv_tools.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/shared_pv.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/snprintf.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/sprintf.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/strlfuncs.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/SvPV.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/SvREFCNT.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/Sv_set.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/sv_xpvf.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/testutil.pl U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/threads.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/uv.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/variables.t U src/gnu/usr.bin/perl/dist/Devel-PPPort/t/warn.t U src/gnu/usr.bin/perl/dist/Devel-SelfStubber/lib/Devel/SelfStubber.pm U src/gnu/usr.bin/perl/dist/Devel-SelfStubber/t/Devel-SelfStubber.t U src/gnu/usr.bin/perl/dist/Dumpvalue/lib/Dumpvalue.pm U src/gnu/usr.bin/perl/dist/Dumpvalue/t/Dumpvalue.t U src/gnu/usr.bin/perl/dist/encoding-warnings/lib/encoding/warnings.pm U src/gnu/usr.bin/perl/dist/encoding-warnings/t/1-warning.t U src/gnu/usr.bin/perl/dist/encoding-warnings/t/2-fatal.t U src/gnu/usr.bin/perl/dist/encoding-warnings/t/3-normal.t U src/gnu/usr.bin/perl/dist/encoding-warnings/t/4-lexical.t U src/gnu/usr.bin/perl/dist/Env/lib/Env.pm U src/gnu/usr.bin/perl/dist/Env/t/array.t U src/gnu/usr.bin/perl/dist/Env/t/env.t U src/gnu/usr.bin/perl/dist/Exporter/lib/Exporter.pm U src/gnu/usr.bin/perl/dist/Exporter/lib/Exporter/Heavy.pm U src/gnu/usr.bin/perl/dist/Exporter/t/Exporter.t U src/gnu/usr.bin/perl/dist/Exporter/t/warn.t C src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/Changes U src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/LICENSE U src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/Makefile.PL U src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/README.patching U src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/README.release C src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder.pm C src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Base.pm C src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/aix.pm C src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/android.pm C src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/cygwin.pm C src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/darwin.pm C src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/dec_osf.pm C src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/os2.pm C src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Unix.pm C src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/VMS.pm C src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows.pm C src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/BCC.pm C src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/GCC.pm C src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/MSVC.pm U src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/t/00-have-compiler.t U src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/t/01-basic.t U src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/t/02-link.t U src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/t/03-cplusplus.t C src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/t/04-base.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/Changes U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/perlxs.pod U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/perlxstut.pod U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/perlxstypemap.pod C src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pod U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps.pm U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/xsubpp C src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Constants.pm C src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/CountLines.pm C src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Eval.pm C src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Utilities.pm U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/Cmd.pm U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/InputMap.pm U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/OutputMap.pm U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/Type.pm U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/001-basic.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/002-more.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/003-usage.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/101-standard_typemap_locations.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/102-trim_whitespace.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/103-tidy_type.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/104-map_type.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/105-valid_proto_string.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/106-process_typemaps.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/108-map_type.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/109-standard_XS_defs.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/110-assign_func_args.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/111-analyze_preprocessor_statements.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/112-set_cond.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/113-check_cond_preproc_statements.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/114-blurt_death_Warn.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/115-avoid-noise.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/501-t-compile.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/510-t-bare.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/511-t-whitespace.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/512-t-file.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/513-t-merge.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/514-t-embed.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/515-t-cmd.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/516-t-clone.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/517-t-targetable.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/600-t-compat.t U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/pseudotypemap1 U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/typemap U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/XSInclude.xsh U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/XSMore.xs U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/XSTest.pm U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/XSTest.xs U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/XSUsage.pm U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/XSUsage.xs U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/XSWarn.xs U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/data/b.typemap U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/data/combined.typemap U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/data/conflicting.typemap U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/data/confl_repl.typemap U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/data/confl_skip.typemap U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/data/other.typemap U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/data/perl.typemap U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/data/simple.typemap U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/lib/IncludeTester.pm U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/lib/PrimitiveCapture.pm U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/lib/ExtUtils/Typemaps/Test.pm U src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/lib/TypemapTest/Foo.pm U src/gnu/usr.bin/perl/dist/Filter-Simple/lib/Filter/Simple.pm U src/gnu/usr.bin/perl/dist/Filter-Simple/t/code_no_comments.t U src/gnu/usr.bin/perl/dist/Filter-Simple/t/data.t U src/gnu/usr.bin/perl/dist/Filter-Simple/t/export.t U src/gnu/usr.bin/perl/dist/Filter-Simple/t/filter.t U src/gnu/usr.bin/perl/dist/Filter-Simple/t/filter_only.t U src/gnu/usr.bin/perl/dist/Filter-Simple/t/import.t U src/gnu/usr.bin/perl/dist/Filter-Simple/t/no.t U src/gnu/usr.bin/perl/dist/Filter-Simple/t/lib/Filter/Simple/CodeNoComments.pm U src/gnu/usr.bin/perl/dist/Filter-Simple/t/lib/Filter/Simple/ExportTest.pm U src/gnu/usr.bin/perl/dist/Filter-Simple/t/lib/Filter/Simple/FilterOnlyTest.pm U src/gnu/usr.bin/perl/dist/Filter-Simple/t/lib/Filter/Simple/FilterTest.pm U src/gnu/usr.bin/perl/dist/Filter-Simple/t/lib/Filter/Simple/ImportTest.pm U src/gnu/usr.bin/perl/dist/I18N-Collate/lib/I18N/Collate.pm U src/gnu/usr.bin/perl/dist/I18N-Collate/t/I18N-Collate.t U src/gnu/usr.bin/perl/dist/I18N-LangTags/ChangeLog U src/gnu/usr.bin/perl/dist/I18N-LangTags/README U src/gnu/usr.bin/perl/dist/I18N-LangTags/lib/I18N/LangTags.pm U src/gnu/usr.bin/perl/dist/I18N-LangTags/lib/I18N/LangTags/Detect.pm U src/gnu/usr.bin/perl/dist/I18N-LangTags/lib/I18N/LangTags/List.pm U src/gnu/usr.bin/perl/dist/I18N-LangTags/t/01_about_verbose.t U src/gnu/usr.bin/perl/dist/I18N-LangTags/t/05_main.t U src/gnu/usr.bin/perl/dist/I18N-LangTags/t/07_listy.t U src/gnu/usr.bin/perl/dist/I18N-LangTags/t/10_http.t U src/gnu/usr.bin/perl/dist/I18N-LangTags/t/20_locales.t U src/gnu/usr.bin/perl/dist/I18N-LangTags/t/50_super.t U src/gnu/usr.bin/perl/dist/I18N-LangTags/t/55_supers_strict.t U src/gnu/usr.bin/perl/dist/I18N-LangTags/t/80_all_env.t U src/gnu/usr.bin/perl/dist/if/Changes U src/gnu/usr.bin/perl/dist/if/if.pm U src/gnu/usr.bin/perl/dist/if/MANIFEST U src/gnu/usr.bin/perl/dist/if/META.json U src/gnu/usr.bin/perl/dist/if/META.yml U src/gnu/usr.bin/perl/dist/if/t/if.t U src/gnu/usr.bin/perl/dist/IO/ChangeLog C src/gnu/usr.bin/perl/dist/IO/IO.pm U src/gnu/usr.bin/perl/dist/IO/IO.xs U src/gnu/usr.bin/perl/dist/IO/Makefile.PL U src/gnu/usr.bin/perl/dist/IO/poll.c U src/gnu/usr.bin/perl/dist/IO/poll.h U src/gnu/usr.bin/perl/dist/IO/README U src/gnu/usr.bin/perl/dist/IO/hints/sco.pl C src/gnu/usr.bin/perl/dist/IO/lib/IO/Dir.pm C src/gnu/usr.bin/perl/dist/IO/lib/IO/File.pm C src/gnu/usr.bin/perl/dist/IO/lib/IO/Handle.pm C src/gnu/usr.bin/perl/dist/IO/lib/IO/Pipe.pm C src/gnu/usr.bin/perl/dist/IO/lib/IO/Poll.pm C src/gnu/usr.bin/perl/dist/IO/lib/IO/Seekable.pm C src/gnu/usr.bin/perl/dist/IO/lib/IO/Select.pm C src/gnu/usr.bin/perl/dist/IO/lib/IO/Socket.pm C src/gnu/usr.bin/perl/dist/IO/lib/IO/Socket/INET.pm C src/gnu/usr.bin/perl/dist/IO/lib/IO/Socket/UNIX.pm U src/gnu/usr.bin/perl/dist/IO/t/cachepropagate-tcp.t U src/gnu/usr.bin/perl/dist/IO/t/cachepropagate-udp.t U src/gnu/usr.bin/perl/dist/IO/t/cachepropagate-unix.t U src/gnu/usr.bin/perl/dist/IO/t/IO.t U src/gnu/usr.bin/perl/dist/IO/t/io_const.t U src/gnu/usr.bin/perl/dist/IO/t/io_dir.t U src/gnu/usr.bin/perl/dist/IO/t/io_dup.t U src/gnu/usr.bin/perl/dist/IO/t/io_file.t U src/gnu/usr.bin/perl/dist/IO/t/io_file_export.t U src/gnu/usr.bin/perl/dist/IO/t/io_leak.t U src/gnu/usr.bin/perl/dist/IO/t/io_linenum.t U src/gnu/usr.bin/perl/dist/IO/t/io_multihomed.t U src/gnu/usr.bin/perl/dist/IO/t/io_pipe.t U src/gnu/usr.bin/perl/dist/IO/t/io_poll.t U src/gnu/usr.bin/perl/dist/IO/t/io_sel.t U src/gnu/usr.bin/perl/dist/IO/t/io_sock.t U src/gnu/usr.bin/perl/dist/IO/t/io_taint.t U src/gnu/usr.bin/perl/dist/IO/t/io_tell.t U src/gnu/usr.bin/perl/dist/IO/t/io_udp.t U src/gnu/usr.bin/perl/dist/IO/t/io_unix.t U src/gnu/usr.bin/perl/dist/IO/t/io_utf8.t U src/gnu/usr.bin/perl/dist/IO/t/io_xs.t U src/gnu/usr.bin/perl/dist/IO/t/io_utf8argv.t U src/gnu/usr.bin/perl/dist/lib/lib_pm.PL U src/gnu/usr.bin/perl/dist/lib/Makefile.PL U src/gnu/usr.bin/perl/dist/lib/t/01lib.t U src/gnu/usr.bin/perl/dist/Locale-Maketext/ChangeLog U src/gnu/usr.bin/perl/dist/Locale-Maketext/README U src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext.pm U src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext.pod U src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext/Cookbook.pod U src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext/Guts.pm U src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext/GutsLoader.pm U src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext/TPJ13.pod U src/gnu/usr.bin/perl/dist/Locale-Maketext/t/01_about_verbose.t U src/gnu/usr.bin/perl/dist/Locale-Maketext/t/04_use_external_lex_cache.t U src/gnu/usr.bin/perl/dist/Locale-Maketext/t/09_compile.t U src/gnu/usr.bin/perl/dist/Locale-Maketext/t/10_make.t U src/gnu/usr.bin/perl/dist/Locale-Maketext/t/20_get.t U src/gnu/usr.bin/perl/dist/Locale-Maketext/t/30_eval_dollar_at.t U src/gnu/usr.bin/perl/dist/Locale-Maketext/t/40_super.t U src/gnu/usr.bin/perl/dist/Locale-Maketext/t/50_super.t U src/gnu/usr.bin/perl/dist/Locale-Maketext/t/60_super.t U src/gnu/usr.bin/perl/dist/Locale-Maketext/t/70_fail_auto.t U src/gnu/usr.bin/perl/dist/Locale-Maketext/t/90_utf8.t U src/gnu/usr.bin/perl/dist/Locale-Maketext/t/91_backslash.t U src/gnu/usr.bin/perl/dist/Locale-Maketext/t/92_blacklist.t U src/gnu/usr.bin/perl/dist/Locale-Maketext/t/93_whitelist.t C src/gnu/usr.bin/perl/dist/Module-CoreList/Changes U src/gnu/usr.bin/perl/dist/Module-CoreList/corelist U src/gnu/usr.bin/perl/dist/Module-CoreList/identify-dependencies U src/gnu/usr.bin/perl/dist/Module-CoreList/Makefile.PL U src/gnu/usr.bin/perl/dist/Module-CoreList/MANIFEST U src/gnu/usr.bin/perl/dist/Module-CoreList/README C src/gnu/usr.bin/perl/dist/Module-CoreList/lib/Module/CoreList.pm C src/gnu/usr.bin/perl/dist/Module-CoreList/lib/Module/CoreList.pod C src/gnu/usr.bin/perl/dist/Module-CoreList/lib/Module/CoreList/Utils.pm U src/gnu/usr.bin/perl/dist/Module-CoreList/t/corelist.t U src/gnu/usr.bin/perl/dist/Module-CoreList/t/deprecated.t U src/gnu/usr.bin/perl/dist/Module-CoreList/t/find_modules.t U src/gnu/usr.bin/perl/dist/Module-CoreList/t/is_core.t U src/gnu/usr.bin/perl/dist/Module-CoreList/t/maintainer.t U src/gnu/usr.bin/perl/dist/Module-CoreList/t/pod.t U src/gnu/usr.bin/perl/dist/Module-CoreList/t/utils.t U src/gnu/usr.bin/perl/dist/Net-Ping/Changes C src/gnu/usr.bin/perl/dist/Net-Ping/lib/Net/Ping.pm U src/gnu/usr.bin/perl/dist/Net-Ping/t/000_load.t U src/gnu/usr.bin/perl/dist/Net-Ping/t/001_new.t U src/gnu/usr.bin/perl/dist/Net-Ping/t/010_pingecho.t U src/gnu/usr.bin/perl/dist/Net-Ping/t/110_icmp_inst.t U src/gnu/usr.bin/perl/dist/Net-Ping/t/120_udp_inst.t U src/gnu/usr.bin/perl/dist/Net-Ping/t/130_tcp_inst.t U src/gnu/usr.bin/perl/dist/Net-Ping/t/140_stream_inst.t U src/gnu/usr.bin/perl/dist/Net-Ping/t/150_syn_inst.t U src/gnu/usr.bin/perl/dist/Net-Ping/t/190_alarm.t U src/gnu/usr.bin/perl/dist/Net-Ping/t/200_ping_tcp.t U src/gnu/usr.bin/perl/dist/Net-Ping/t/250_ping_hires.t U src/gnu/usr.bin/perl/dist/Net-Ping/t/300_ping_stream.t U src/gnu/usr.bin/perl/dist/Net-Ping/t/400_ping_syn.t U src/gnu/usr.bin/perl/dist/Net-Ping/t/410_syn_host.t N src/gnu/usr.bin/perl/dist/Net-Ping/t/420_ping_syn_port.t U src/gnu/usr.bin/perl/dist/Net-Ping/t/450_service.t U src/gnu/usr.bin/perl/dist/Net-Ping/t/500_ping_icmp.t N src/gnu/usr.bin/perl/dist/Net-Ping/t/501_ping_icmpv6.t U src/gnu/usr.bin/perl/dist/Net-Ping/t/510_ping_udp.t U src/gnu/usr.bin/perl/dist/Net-Ping/t/520_icmp_ttl.t C src/gnu/usr.bin/perl/dist/PathTools/Changes C src/gnu/usr.bin/perl/dist/PathTools/Cwd.pm C src/gnu/usr.bin/perl/dist/PathTools/Cwd.xs U src/gnu/usr.bin/perl/dist/PathTools/Makefile.PL U src/gnu/usr.bin/perl/dist/PathTools/MANIFEST U src/gnu/usr.bin/perl/dist/PathTools/META.json U src/gnu/usr.bin/perl/dist/PathTools/META.yml C src/gnu/usr.bin/perl/dist/PathTools/lib/File/Spec.pm C src/gnu/usr.bin/perl/dist/PathTools/lib/File/Spec/AmigaOS.pm C src/gnu/usr.bin/perl/dist/PathTools/lib/File/Spec/Cygwin.pm C src/gnu/usr.bin/perl/dist/PathTools/lib/File/Spec/Epoc.pm C src/gnu/usr.bin/perl/dist/PathTools/lib/File/Spec/Functions.pm C src/gnu/usr.bin/perl/dist/PathTools/lib/File/Spec/Mac.pm C src/gnu/usr.bin/perl/dist/PathTools/lib/File/Spec/OS2.pm C src/gnu/usr.bin/perl/dist/PathTools/lib/File/Spec/Unix.pm C src/gnu/usr.bin/perl/dist/PathTools/lib/File/Spec/VMS.pm C src/gnu/usr.bin/perl/dist/PathTools/lib/File/Spec/Win32.pm C src/gnu/usr.bin/perl/dist/PathTools/t/abs2rel.t U src/gnu/usr.bin/perl/dist/PathTools/t/crossplatform.t U src/gnu/usr.bin/perl/dist/PathTools/t/cwd.t U src/gnu/usr.bin/perl/dist/PathTools/t/cwd_enoent.t U src/gnu/usr.bin/perl/dist/PathTools/t/Functions.t U src/gnu/usr.bin/perl/dist/PathTools/t/rel2abs2rel.t U src/gnu/usr.bin/perl/dist/PathTools/t/Spec-taint.t C src/gnu/usr.bin/perl/dist/PathTools/t/Spec.t U src/gnu/usr.bin/perl/dist/PathTools/t/taint.t U src/gnu/usr.bin/perl/dist/PathTools/t/tmpdir.t U src/gnu/usr.bin/perl/dist/PathTools/t/win32.t U src/gnu/usr.bin/perl/dist/Safe/Changes U src/gnu/usr.bin/perl/dist/Safe/Makefile.PL U src/gnu/usr.bin/perl/dist/Safe/MANIFEST U src/gnu/usr.bin/perl/dist/Safe/META.yml U src/gnu/usr.bin/perl/dist/Safe/README U src/gnu/usr.bin/perl/dist/Safe/Safe.pm U src/gnu/usr.bin/perl/dist/Safe/t/safe1.t U src/gnu/usr.bin/perl/dist/Safe/t/safe2.t U src/gnu/usr.bin/perl/dist/Safe/t/safe3.t U src/gnu/usr.bin/perl/dist/Safe/t/safeload.t U src/gnu/usr.bin/perl/dist/Safe/t/safenamedcap.t U src/gnu/usr.bin/perl/dist/Safe/t/safeops.t U src/gnu/usr.bin/perl/dist/Safe/t/saferegexp.t U src/gnu/usr.bin/perl/dist/Safe/t/safesecurity.t U src/gnu/usr.bin/perl/dist/Safe/t/safesort.t U src/gnu/usr.bin/perl/dist/Safe/t/safeuniversal.t U src/gnu/usr.bin/perl/dist/Safe/t/safeutf8.t U src/gnu/usr.bin/perl/dist/Safe/t/safewrap.t U src/gnu/usr.bin/perl/dist/Search-Dict/Changes U src/gnu/usr.bin/perl/dist/Search-Dict/Makefile.PL U src/gnu/usr.bin/perl/dist/Search-Dict/README.patching U src/gnu/usr.bin/perl/dist/Search-Dict/README.release U src/gnu/usr.bin/perl/dist/Search-Dict/lib/Search/Dict.pm U src/gnu/usr.bin/perl/dist/Search-Dict/t/Dict.t U src/gnu/usr.bin/perl/dist/SelfLoader/lib/SelfLoader.pm U src/gnu/usr.bin/perl/dist/SelfLoader/t/01SelfLoader.t U src/gnu/usr.bin/perl/dist/SelfLoader/t/02SelfLoader-buggy.t U src/gnu/usr.bin/perl/dist/SelfLoader/t/03taint.t C src/gnu/usr.bin/perl/dist/Storable/ChangeLog C src/gnu/usr.bin/perl/dist/Storable/Makefile.PL N src/gnu/usr.bin/perl/dist/Storable/MANIFEST U src/gnu/usr.bin/perl/dist/Storable/README C src/gnu/usr.bin/perl/dist/Storable/stacksize U src/gnu/usr.bin/perl/dist/Storable/Storable.pm.PL C src/gnu/usr.bin/perl/dist/Storable/Storable.xs C src/gnu/usr.bin/perl/dist/Storable/__Storable__.pm U src/gnu/usr.bin/perl/dist/Storable/hints/gnukfreebsd.pl U src/gnu/usr.bin/perl/dist/Storable/hints/gnuknetbsd.pl U src/gnu/usr.bin/perl/dist/Storable/hints/hpux.pl U src/gnu/usr.bin/perl/dist/Storable/hints/linux.pl U src/gnu/usr.bin/perl/dist/Storable/t/attach.t U src/gnu/usr.bin/perl/dist/Storable/t/attach_errors.t U src/gnu/usr.bin/perl/dist/Storable/t/attach_singleton.t U src/gnu/usr.bin/perl/dist/Storable/t/blessed.t U src/gnu/usr.bin/perl/dist/Storable/t/canonical.t U src/gnu/usr.bin/perl/dist/Storable/t/circular_hook.t U src/gnu/usr.bin/perl/dist/Storable/t/code.t U src/gnu/usr.bin/perl/dist/Storable/t/compat01.t U src/gnu/usr.bin/perl/dist/Storable/t/compat06.t U src/gnu/usr.bin/perl/dist/Storable/t/croak.t U src/gnu/usr.bin/perl/dist/Storable/t/CVE-2015-1592.t U src/gnu/usr.bin/perl/dist/Storable/t/dclone.t U src/gnu/usr.bin/perl/dist/Storable/t/destroy.t U src/gnu/usr.bin/perl/dist/Storable/t/downgrade.t U src/gnu/usr.bin/perl/dist/Storable/t/file_magic.t U src/gnu/usr.bin/perl/dist/Storable/t/flags.t U src/gnu/usr.bin/perl/dist/Storable/t/forgive.t U src/gnu/usr.bin/perl/dist/Storable/t/freeze.t U src/gnu/usr.bin/perl/dist/Storable/t/HAS_ATTACH.pm U src/gnu/usr.bin/perl/dist/Storable/t/HAS_HOOK.pm U src/gnu/usr.bin/perl/dist/Storable/t/HAS_OVERLOAD.pm U src/gnu/usr.bin/perl/dist/Storable/t/huge.t U src/gnu/usr.bin/perl/dist/Storable/t/hugeids.t U src/gnu/usr.bin/perl/dist/Storable/t/integer.t U src/gnu/usr.bin/perl/dist/Storable/t/interwork56.t U src/gnu/usr.bin/perl/dist/Storable/t/just_plain_nasty.t U src/gnu/usr.bin/perl/dist/Storable/t/leaks.t U src/gnu/usr.bin/perl/dist/Storable/t/lock.t U src/gnu/usr.bin/perl/dist/Storable/t/make_56_interwork.pl U src/gnu/usr.bin/perl/dist/Storable/t/make_downgrade.pl U src/gnu/usr.bin/perl/dist/Storable/t/make_overload.pl U src/gnu/usr.bin/perl/dist/Storable/t/malice.t U src/gnu/usr.bin/perl/dist/Storable/t/overload.t C src/gnu/usr.bin/perl/dist/Storable/t/recurse.t U src/gnu/usr.bin/perl/dist/Storable/t/regexp.t U src/gnu/usr.bin/perl/dist/Storable/t/restrict.t U src/gnu/usr.bin/perl/dist/Storable/t/retrieve.t U src/gnu/usr.bin/perl/dist/Storable/t/robust.t U src/gnu/usr.bin/perl/dist/Storable/t/sig_die.t U src/gnu/usr.bin/perl/dist/Storable/t/st-dump.pl U src/gnu/usr.bin/perl/dist/Storable/t/store.t U src/gnu/usr.bin/perl/dist/Storable/t/testlib.pl U src/gnu/usr.bin/perl/dist/Storable/t/threads.t U src/gnu/usr.bin/perl/dist/Storable/t/tied.t U src/gnu/usr.bin/perl/dist/Storable/t/tied_hook.t U src/gnu/usr.bin/perl/dist/Storable/t/tied_items.t U src/gnu/usr.bin/perl/dist/Storable/t/tied_reify.t U src/gnu/usr.bin/perl/dist/Storable/t/tied_store.t U src/gnu/usr.bin/perl/dist/Storable/t/utf8.t U src/gnu/usr.bin/perl/dist/Storable/t/utf8hash.t U src/gnu/usr.bin/perl/dist/Storable/t/weak.t U src/gnu/usr.bin/perl/dist/Term-Complete/lib/Term/Complete.pm U src/gnu/usr.bin/perl/dist/Term-Complete/t/Complete.t U src/gnu/usr.bin/perl/dist/Term-ReadLine/lib/Term/ReadLine.pm U src/gnu/usr.bin/perl/dist/Term-ReadLine/t/AE.t U src/gnu/usr.bin/perl/dist/Term-ReadLine/t/AETk.t U src/gnu/usr.bin/perl/dist/Term-ReadLine/t/ReadLine-STDERR.t U src/gnu/usr.bin/perl/dist/Term-ReadLine/t/ReadLine.t U src/gnu/usr.bin/perl/dist/Term-ReadLine/t/Tk.t U src/gnu/usr.bin/perl/dist/Test/lib/Test.pm U src/gnu/usr.bin/perl/dist/Test/t/05_about_verbose.t U src/gnu/usr.bin/perl/dist/Test/t/fail.t U src/gnu/usr.bin/perl/dist/Test/t/mix.t U src/gnu/usr.bin/perl/dist/Test/t/multiline.t U src/gnu/usr.bin/perl/dist/Test/t/onfail.t U src/gnu/usr.bin/perl/dist/Test/t/qr.t U src/gnu/usr.bin/perl/dist/Test/t/skip.t U src/gnu/usr.bin/perl/dist/Test/t/success.t U src/gnu/usr.bin/perl/dist/Test/t/todo.t U src/gnu/usr.bin/perl/dist/Text-Abbrev/lib/Text/Abbrev.pm U src/gnu/usr.bin/perl/dist/Text-Abbrev/t/Abbrev.t C src/gnu/usr.bin/perl/dist/Thread-Queue/lib/Thread/Queue.pm U src/gnu/usr.bin/perl/dist/Thread-Queue/t/01_basic.t U src/gnu/usr.bin/perl/dist/Thread-Queue/t/02_refs.t U src/gnu/usr.bin/perl/dist/Thread-Queue/t/03_peek.t U src/gnu/usr.bin/perl/dist/Thread-Queue/t/04_errs.t U src/gnu/usr.bin/perl/dist/Thread-Queue/t/05_extract.t U src/gnu/usr.bin/perl/dist/Thread-Queue/t/06_insert.t U src/gnu/usr.bin/perl/dist/Thread-Queue/t/07_lock.t U src/gnu/usr.bin/perl/dist/Thread-Queue/t/08_nothreads.t U src/gnu/usr.bin/perl/dist/Thread-Queue/t/09_ended.t U src/gnu/usr.bin/perl/dist/Thread-Queue/t/10_timed.t U src/gnu/usr.bin/perl/dist/Thread-Queue/t/11_limit.t U src/gnu/usr.bin/perl/dist/Thread-Semaphore/lib/Thread/Semaphore.pm U src/gnu/usr.bin/perl/dist/Thread-Semaphore/t/01_basic.t U src/gnu/usr.bin/perl/dist/Thread-Semaphore/t/02_errs.t U src/gnu/usr.bin/perl/dist/Thread-Semaphore/t/03_nothreads.t U src/gnu/usr.bin/perl/dist/Thread-Semaphore/t/04_nonblocking.t U src/gnu/usr.bin/perl/dist/Thread-Semaphore/t/05_force.t U src/gnu/usr.bin/perl/dist/Thread-Semaphore/t/06_timed.t U src/gnu/usr.bin/perl/dist/threads/threads.xs U src/gnu/usr.bin/perl/dist/threads/hints/hpux.pl U src/gnu/usr.bin/perl/dist/threads/hints/linux.pl U src/gnu/usr.bin/perl/dist/threads/lib/threads.pm U src/gnu/usr.bin/perl/dist/threads/t/basic.t U src/gnu/usr.bin/perl/dist/threads/t/blocks.t U src/gnu/usr.bin/perl/dist/threads/t/context.t U src/gnu/usr.bin/perl/dist/threads/t/end.t U src/gnu/usr.bin/perl/dist/threads/t/err.t U src/gnu/usr.bin/perl/dist/threads/t/exit.t U src/gnu/usr.bin/perl/dist/threads/t/free.t U src/gnu/usr.bin/perl/dist/threads/t/free2.t U src/gnu/usr.bin/perl/dist/threads/t/join.t U src/gnu/usr.bin/perl/dist/threads/t/kill.t U src/gnu/usr.bin/perl/dist/threads/t/kill2.t U src/gnu/usr.bin/perl/dist/threads/t/kill3.t U src/gnu/usr.bin/perl/dist/threads/t/libc.t U src/gnu/usr.bin/perl/dist/threads/t/list.t U src/gnu/usr.bin/perl/dist/threads/t/no_threads.t U src/gnu/usr.bin/perl/dist/threads/t/problems.t U src/gnu/usr.bin/perl/dist/threads/t/stack.t U src/gnu/usr.bin/perl/dist/threads/t/stack_env.t U src/gnu/usr.bin/perl/dist/threads/t/state.t U src/gnu/usr.bin/perl/dist/threads/t/stress_cv.t U src/gnu/usr.bin/perl/dist/threads/t/stress_re.t U src/gnu/usr.bin/perl/dist/threads/t/stress_string.t U src/gnu/usr.bin/perl/dist/threads/t/thread.t U src/gnu/usr.bin/perl/dist/threads/t/unique.t C src/gnu/usr.bin/perl/dist/threads-shared/shared.xs U src/gnu/usr.bin/perl/dist/threads-shared/hints/linux.pl C src/gnu/usr.bin/perl/dist/threads-shared/lib/threads/shared.pm U src/gnu/usr.bin/perl/dist/threads-shared/t/0nothread.t U src/gnu/usr.bin/perl/dist/threads-shared/t/av_refs.t U src/gnu/usr.bin/perl/dist/threads-shared/t/av_simple.t U src/gnu/usr.bin/perl/dist/threads-shared/t/blessed.t U src/gnu/usr.bin/perl/dist/threads-shared/t/clone.t U src/gnu/usr.bin/perl/dist/threads-shared/t/cond.t U src/gnu/usr.bin/perl/dist/threads-shared/t/disabled.t U src/gnu/usr.bin/perl/dist/threads-shared/t/dualvar.t U src/gnu/usr.bin/perl/dist/threads-shared/t/hv_refs.t U src/gnu/usr.bin/perl/dist/threads-shared/t/hv_simple.t U src/gnu/usr.bin/perl/dist/threads-shared/t/no_share.t U src/gnu/usr.bin/perl/dist/threads-shared/t/object.t U src/gnu/usr.bin/perl/dist/threads-shared/t/object2.t U src/gnu/usr.bin/perl/dist/threads-shared/t/shared_attr.t U src/gnu/usr.bin/perl/dist/threads-shared/t/stress.t U src/gnu/usr.bin/perl/dist/threads-shared/t/sv_refs.t U src/gnu/usr.bin/perl/dist/threads-shared/t/sv_simple.t U src/gnu/usr.bin/perl/dist/threads-shared/t/utf8.t U src/gnu/usr.bin/perl/dist/threads-shared/t/wait.t U src/gnu/usr.bin/perl/dist/threads-shared/t/waithires.t U src/gnu/usr.bin/perl/dist/Tie-File/lib/Tie/File.pm U src/gnu/usr.bin/perl/dist/Tie-File/t/00_version.t U src/gnu/usr.bin/perl/dist/Tie-File/t/01_gen.t U src/gnu/usr.bin/perl/dist/Tie-File/t/02_fetchsize.t U src/gnu/usr.bin/perl/dist/Tie-File/t/03_longfetch.t U src/gnu/usr.bin/perl/dist/Tie-File/t/04_splice.t U src/gnu/usr.bin/perl/dist/Tie-File/t/05_size.t U src/gnu/usr.bin/perl/dist/Tie-File/t/06_fixrec.t U src/gnu/usr.bin/perl/dist/Tie-File/t/07_rv_splice.t U src/gnu/usr.bin/perl/dist/Tie-File/t/08_ro.t U src/gnu/usr.bin/perl/dist/Tie-File/t/09_gen_rs.t U src/gnu/usr.bin/perl/dist/Tie-File/t/10_splice_rs.t U src/gnu/usr.bin/perl/dist/Tie-File/t/11_rv_splice_rs.t U src/gnu/usr.bin/perl/dist/Tie-File/t/12_longfetch_rs.t U src/gnu/usr.bin/perl/dist/Tie-File/t/13_size_rs.t U src/gnu/usr.bin/perl/dist/Tie-File/t/14_lock.t U src/gnu/usr.bin/perl/dist/Tie-File/t/15_pushpop.t U src/gnu/usr.bin/perl/dist/Tie-File/t/16_handle.t U src/gnu/usr.bin/perl/dist/Tie-File/t/17_misc_meth.t U src/gnu/usr.bin/perl/dist/Tie-File/t/18_rs_fixrec.t U src/gnu/usr.bin/perl/dist/Tie-File/t/19_cache.t U src/gnu/usr.bin/perl/dist/Tie-File/t/20_cache_full.t U src/gnu/usr.bin/perl/dist/Tie-File/t/21_win32.t U src/gnu/usr.bin/perl/dist/Tie-File/t/22_autochomp.t U src/gnu/usr.bin/perl/dist/Tie-File/t/23_rv_ac_splice.t U src/gnu/usr.bin/perl/dist/Tie-File/t/24_cache_loop.t U src/gnu/usr.bin/perl/dist/Tie-File/t/25_gen_nocache.t U src/gnu/usr.bin/perl/dist/Tie-File/t/26_twrite.t U src/gnu/usr.bin/perl/dist/Tie-File/t/27_iwrite.t U src/gnu/usr.bin/perl/dist/Tie-File/t/28_mtwrite.t U src/gnu/usr.bin/perl/dist/Tie-File/t/29a_upcopy.t U src/gnu/usr.bin/perl/dist/Tie-File/t/29_downcopy.t U src/gnu/usr.bin/perl/dist/Tie-File/t/30_defer.t U src/gnu/usr.bin/perl/dist/Tie-File/t/31_autodefer.t U src/gnu/usr.bin/perl/dist/Tie-File/t/32_defer_misc.t U src/gnu/usr.bin/perl/dist/Tie-File/t/33_defer_vs.t U src/gnu/usr.bin/perl/dist/Tie-File/t/40_abs_cache.t U src/gnu/usr.bin/perl/dist/Tie-File/t/41_heap.t U src/gnu/usr.bin/perl/dist/Tie-File/t/42_offset.t C src/gnu/usr.bin/perl/dist/Time-HiRes/Changes C src/gnu/usr.bin/perl/dist/Time-HiRes/HiRes.pm C src/gnu/usr.bin/perl/dist/Time-HiRes/HiRes.xs C src/gnu/usr.bin/perl/dist/Time-HiRes/Makefile.PL U src/gnu/usr.bin/perl/dist/Time-HiRes/typemap C src/gnu/usr.bin/perl/dist/Time-HiRes/fallback/const-c.inc U src/gnu/usr.bin/perl/dist/Time-HiRes/fallback/const-xs.inc U src/gnu/usr.bin/perl/dist/Time-HiRes/hints/aix.pl U src/gnu/usr.bin/perl/dist/Time-HiRes/hints/dec_osf.pl U src/gnu/usr.bin/perl/dist/Time-HiRes/hints/dynixptx.pl U src/gnu/usr.bin/perl/dist/Time-HiRes/hints/irix.pl U src/gnu/usr.bin/perl/dist/Time-HiRes/hints/linux.pl U src/gnu/usr.bin/perl/dist/Time-HiRes/hints/sco.pl U src/gnu/usr.bin/perl/dist/Time-HiRes/hints/solaris.pl U src/gnu/usr.bin/perl/dist/Time-HiRes/hints/svr4.pl U src/gnu/usr.bin/perl/dist/Time-HiRes/t/alarm.t U src/gnu/usr.bin/perl/dist/Time-HiRes/t/clock.t U src/gnu/usr.bin/perl/dist/Time-HiRes/t/gettimeofday.t C src/gnu/usr.bin/perl/dist/Time-HiRes/t/itimer.t U src/gnu/usr.bin/perl/dist/Time-HiRes/t/nanosleep.t U src/gnu/usr.bin/perl/dist/Time-HiRes/t/sleep.t U src/gnu/usr.bin/perl/dist/Time-HiRes/t/stat.t U src/gnu/usr.bin/perl/dist/Time-HiRes/t/time.t U src/gnu/usr.bin/perl/dist/Time-HiRes/t/tv_interval.t U src/gnu/usr.bin/perl/dist/Time-HiRes/t/ualarm.t U src/gnu/usr.bin/perl/dist/Time-HiRes/t/usleep.t C src/gnu/usr.bin/perl/dist/Time-HiRes/t/utime.t U src/gnu/usr.bin/perl/dist/Time-HiRes/t/Watchdog.pm U src/gnu/usr.bin/perl/dist/Unicode-Normalize/Changes U src/gnu/usr.bin/perl/dist/Unicode-Normalize/Makefile.PL U src/gnu/usr.bin/perl/dist/Unicode-Normalize/mkheader U src/gnu/usr.bin/perl/dist/Unicode-Normalize/Normalize.pm U src/gnu/usr.bin/perl/dist/Unicode-Normalize/Normalize.xs U src/gnu/usr.bin/perl/dist/Unicode-Normalize/t/fcdc.t U src/gnu/usr.bin/perl/dist/Unicode-Normalize/t/form.t U src/gnu/usr.bin/perl/dist/Unicode-Normalize/t/func.t U src/gnu/usr.bin/perl/dist/Unicode-Normalize/t/illegal.t U src/gnu/usr.bin/perl/dist/Unicode-Normalize/t/norm.t U src/gnu/usr.bin/perl/dist/Unicode-Normalize/t/null.t U src/gnu/usr.bin/perl/dist/Unicode-Normalize/t/partial1.t U src/gnu/usr.bin/perl/dist/Unicode-Normalize/t/partial2.t U src/gnu/usr.bin/perl/dist/Unicode-Normalize/t/proto.t U src/gnu/usr.bin/perl/dist/Unicode-Normalize/t/split.t U src/gnu/usr.bin/perl/dist/Unicode-Normalize/t/test.t U src/gnu/usr.bin/perl/dist/Unicode-Normalize/t/tie.t U src/gnu/usr.bin/perl/dist/XSLoader/Makefile.PL U src/gnu/usr.bin/perl/dist/XSLoader/XSLoader_pm.PL U src/gnu/usr.bin/perl/dist/XSLoader/t/XSLoader.t U src/gnu/usr.bin/perl/djgpp/config.over U src/gnu/usr.bin/perl/djgpp/configure.bat U src/gnu/usr.bin/perl/djgpp/djgpp.c U src/gnu/usr.bin/perl/djgpp/djgpp.h U src/gnu/usr.bin/perl/djgpp/djgppsed.sh U src/gnu/usr.bin/perl/djgpp/fixpmain U src/gnu/usr.bin/perl/ext/Amiga-ARexx/ARexx.pm U src/gnu/usr.bin/perl/ext/Amiga-ARexx/ARexx.xs U src/gnu/usr.bin/perl/ext/Amiga-ARexx/Makefile.PL U src/gnu/usr.bin/perl/ext/Amiga-ARexx/tagtypes.h U src/gnu/usr.bin/perl/ext/Amiga-ARexx/typemap U src/gnu/usr.bin/perl/ext/Amiga-ARexx/__examples/simplecommand.pl U src/gnu/usr.bin/perl/ext/Amiga-ARexx/__examples/simplehost.pl U src/gnu/usr.bin/perl/ext/Amiga-Exec/Exec.pm U src/gnu/usr.bin/perl/ext/Amiga-Exec/Exec.xs U src/gnu/usr.bin/perl/ext/Amiga-Exec/Makefile.PL U src/gnu/usr.bin/perl/ext/Amiga-Exec/tagtypes.h U src/gnu/usr.bin/perl/ext/Amiga-Exec/typemap U src/gnu/usr.bin/perl/ext/Amiga-Exec/__examples/simplecommand.pl U src/gnu/usr.bin/perl/ext/Amiga-Exec/__examples/simplehost.pl U src/gnu/usr.bin/perl/ext/attributes/attributes.pm U src/gnu/usr.bin/perl/ext/attributes/attributes.xs C src/gnu/usr.bin/perl/ext/B/B.pm C src/gnu/usr.bin/perl/ext/B/B.xs U src/gnu/usr.bin/perl/ext/B/Makefile.PL U src/gnu/usr.bin/perl/ext/B/O.pm U src/gnu/usr.bin/perl/ext/B/typemap C src/gnu/usr.bin/perl/ext/B/B/Concise.pm U src/gnu/usr.bin/perl/ext/B/B/Showlex.pm U src/gnu/usr.bin/perl/ext/B/B/Terse.pm U src/gnu/usr.bin/perl/ext/B/B/Xref.pm U src/gnu/usr.bin/perl/ext/B/hints/darwin.pl U src/gnu/usr.bin/perl/ext/B/hints/openbsd.pl C src/gnu/usr.bin/perl/ext/B/t/b.t U src/gnu/usr.bin/perl/ext/B/t/concise-xs.t U src/gnu/usr.bin/perl/ext/B/t/concise.t U src/gnu/usr.bin/perl/ext/B/t/f_map U src/gnu/usr.bin/perl/ext/B/t/f_map.t U src/gnu/usr.bin/perl/ext/B/t/f_sort U src/gnu/usr.bin/perl/ext/B/t/f_sort.t U src/gnu/usr.bin/perl/ext/B/t/o.t U src/gnu/usr.bin/perl/ext/B/t/OptreeCheck.pm U src/gnu/usr.bin/perl/ext/B/t/optree_check.t U src/gnu/usr.bin/perl/ext/B/t/optree_concise.t U src/gnu/usr.bin/perl/ext/B/t/optree_constants.t U src/gnu/usr.bin/perl/ext/B/t/optree_misc.t U src/gnu/usr.bin/perl/ext/B/t/optree_samples.t U src/gnu/usr.bin/perl/ext/B/t/optree_sort.t U src/gnu/usr.bin/perl/ext/B/t/optree_specials.t U src/gnu/usr.bin/perl/ext/B/t/optree_varinit.t U src/gnu/usr.bin/perl/ext/B/t/pragma.t U src/gnu/usr.bin/perl/ext/B/t/showlex.t U src/gnu/usr.bin/perl/ext/B/t/strict.t U src/gnu/usr.bin/perl/ext/B/t/sv_stash.t U src/gnu/usr.bin/perl/ext/B/t/terse.t U src/gnu/usr.bin/perl/ext/B/t/xref.t U src/gnu/usr.bin/perl/ext/B/t/walkoptree.t U src/gnu/usr.bin/perl/ext/Devel-Peek/Changes C src/gnu/usr.bin/perl/ext/Devel-Peek/Peek.pm U src/gnu/usr.bin/perl/ext/Devel-Peek/Peek.xs C src/gnu/usr.bin/perl/ext/Devel-Peek/t/Peek.t U src/gnu/usr.bin/perl/ext/DynaLoader/dlutils.c U src/gnu/usr.bin/perl/ext/DynaLoader/dl_aix.xs U src/gnu/usr.bin/perl/ext/DynaLoader/dl_dllload.xs U src/gnu/usr.bin/perl/ext/DynaLoader/dl_dlopen.xs U src/gnu/usr.bin/perl/ext/DynaLoader/dl_dyld.xs U src/gnu/usr.bin/perl/ext/DynaLoader/dl_freemint.xs U src/gnu/usr.bin/perl/ext/DynaLoader/dl_hpux.xs U src/gnu/usr.bin/perl/ext/DynaLoader/dl_none.xs U src/gnu/usr.bin/perl/ext/DynaLoader/dl_symbian.xs U src/gnu/usr.bin/perl/ext/DynaLoader/dl_vms.xs U src/gnu/usr.bin/perl/ext/DynaLoader/dl_win32.xs U src/gnu/usr.bin/perl/ext/DynaLoader/DynaLoader_pm.PL U src/gnu/usr.bin/perl/ext/DynaLoader/Makefile.PL U src/gnu/usr.bin/perl/ext/DynaLoader/README U src/gnu/usr.bin/perl/ext/DynaLoader/hints/aix.pl U src/gnu/usr.bin/perl/ext/DynaLoader/hints/android.pl U src/gnu/usr.bin/perl/ext/DynaLoader/hints/gnukfreebsd.pl U src/gnu/usr.bin/perl/ext/DynaLoader/hints/gnuknetbsd.pl U src/gnu/usr.bin/perl/ext/DynaLoader/hints/linux.pl U src/gnu/usr.bin/perl/ext/DynaLoader/hints/netbsd.pl U src/gnu/usr.bin/perl/ext/DynaLoader/hints/openbsd.pl U src/gnu/usr.bin/perl/ext/DynaLoader/t/DynaLoader.t U src/gnu/usr.bin/perl/ext/Errno/ChangeLog C src/gnu/usr.bin/perl/ext/Errno/Errno_pm.PL U src/gnu/usr.bin/perl/ext/Errno/Makefile.PL U src/gnu/usr.bin/perl/ext/Errno/t/Errno.t C src/gnu/usr.bin/perl/ext/ExtUtils-Miniperl/lib/ExtUtils/Miniperl.pm U src/gnu/usr.bin/perl/ext/Fcntl/Fcntl.pm U src/gnu/usr.bin/perl/ext/Fcntl/Fcntl.xs U src/gnu/usr.bin/perl/ext/Fcntl/Makefile.PL U src/gnu/usr.bin/perl/ext/Fcntl/t/autoload.t U src/gnu/usr.bin/perl/ext/Fcntl/t/fcntl.t U src/gnu/usr.bin/perl/ext/Fcntl/t/mode.t U src/gnu/usr.bin/perl/ext/Fcntl/t/syslfs.t U src/gnu/usr.bin/perl/ext/File-DosGlob/DosGlob.xs U src/gnu/usr.bin/perl/ext/File-DosGlob/lib/File/DosGlob.pm U src/gnu/usr.bin/perl/ext/File-DosGlob/t/DosGlob.t C src/gnu/usr.bin/perl/ext/File-Find/lib/File/Find.pm C src/gnu/usr.bin/perl/ext/File-Find/t/find.t U src/gnu/usr.bin/perl/ext/File-Find/t/taint.t U src/gnu/usr.bin/perl/ext/File-Find/t/lib/Testing.pm U src/gnu/usr.bin/perl/ext/File-Glob/bsd_glob.c U src/gnu/usr.bin/perl/ext/File-Glob/bsd_glob.h U src/gnu/usr.bin/perl/ext/File-Glob/Changes C src/gnu/usr.bin/perl/ext/File-Glob/Glob.pm U src/gnu/usr.bin/perl/ext/File-Glob/Glob.xs U src/gnu/usr.bin/perl/ext/File-Glob/Makefile.PL U src/gnu/usr.bin/perl/ext/File-Glob/TODO U src/gnu/usr.bin/perl/ext/File-Glob/t/basic.t U src/gnu/usr.bin/perl/ext/File-Glob/t/case.t U src/gnu/usr.bin/perl/ext/File-Glob/t/global.t U src/gnu/usr.bin/perl/ext/File-Glob/t/rt114984.t U src/gnu/usr.bin/perl/ext/File-Glob/t/rt131211.t U src/gnu/usr.bin/perl/ext/File-Glob/t/taint.t U src/gnu/usr.bin/perl/ext/File-Glob/t/threads.t U src/gnu/usr.bin/perl/ext/FileCache/lib/FileCache.pm U src/gnu/usr.bin/perl/ext/FileCache/t/01open.t U src/gnu/usr.bin/perl/ext/FileCache/t/02maxopen.t U src/gnu/usr.bin/perl/ext/FileCache/t/03append.t U src/gnu/usr.bin/perl/ext/FileCache/t/04twoarg.t U src/gnu/usr.bin/perl/ext/FileCache/t/05override.t U src/gnu/usr.bin/perl/ext/FileCache/t/06export.t U src/gnu/usr.bin/perl/ext/FileCache/t/07noimport.t C src/gnu/usr.bin/perl/ext/GDBM_File/GDBM_File.pm U src/gnu/usr.bin/perl/ext/GDBM_File/GDBM_File.xs U src/gnu/usr.bin/perl/ext/GDBM_File/Makefile.PL U src/gnu/usr.bin/perl/ext/GDBM_File/typemap U src/gnu/usr.bin/perl/ext/GDBM_File/hints/sco.pl U src/gnu/usr.bin/perl/ext/GDBM_File/t/fatal.t U src/gnu/usr.bin/perl/ext/GDBM_File/t/gdbm.t U src/gnu/usr.bin/perl/ext/Hash-Util/Changes U src/gnu/usr.bin/perl/ext/Hash-Util/Makefile.PL U src/gnu/usr.bin/perl/ext/Hash-Util/Util.xs U src/gnu/usr.bin/perl/ext/Hash-Util/lib/Hash/Util.pm U src/gnu/usr.bin/perl/ext/Hash-Util/t/builtin.t U src/gnu/usr.bin/perl/ext/Hash-Util/t/Util.t U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/Changes U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/FieldHash.xs U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/lib/Hash/Util/FieldHash.pm U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/01_load.t U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/02_function.t U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/03_class.t U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/04_thread.t U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/05_perlhook.t U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/11_hashassign.t U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/12_hashwarn.t C src/gnu/usr.bin/perl/ext/I18N-Langinfo/Langinfo.pm U src/gnu/usr.bin/perl/ext/I18N-Langinfo/Langinfo.xs U src/gnu/usr.bin/perl/ext/I18N-Langinfo/Makefile.PL U src/gnu/usr.bin/perl/ext/I18N-Langinfo/t/Langinfo.t U src/gnu/usr.bin/perl/ext/IPC-Open3/lib/IPC/Open2.pm U src/gnu/usr.bin/perl/ext/IPC-Open3/lib/IPC/Open3.pm U src/gnu/usr.bin/perl/ext/IPC-Open3/t/fd.t U src/gnu/usr.bin/perl/ext/IPC-Open3/t/IPC-Open2.t U src/gnu/usr.bin/perl/ext/IPC-Open3/t/IPC-Open3.t U src/gnu/usr.bin/perl/ext/mro/Changes U src/gnu/usr.bin/perl/ext/mro/mro.pm U src/gnu/usr.bin/perl/ext/mro/mro.xs U src/gnu/usr.bin/perl/ext/NDBM_File/Makefile.PL C src/gnu/usr.bin/perl/ext/NDBM_File/NDBM_File.pm U src/gnu/usr.bin/perl/ext/NDBM_File/NDBM_File.xs U src/gnu/usr.bin/perl/ext/NDBM_File/typemap U src/gnu/usr.bin/perl/ext/NDBM_File/hints/cygwin.pl U src/gnu/usr.bin/perl/ext/NDBM_File/hints/dec_osf.pl U src/gnu/usr.bin/perl/ext/NDBM_File/hints/dynixptx.pl U src/gnu/usr.bin/perl/ext/NDBM_File/hints/gnu.pl U src/gnu/usr.bin/perl/ext/NDBM_File/hints/gnukfreebsd.pl U src/gnu/usr.bin/perl/ext/NDBM_File/hints/gnuknetbsd.pl U src/gnu/usr.bin/perl/ext/NDBM_File/hints/linux.pl U src/gnu/usr.bin/perl/ext/NDBM_File/hints/MSWin32.pl U src/gnu/usr.bin/perl/ext/NDBM_File/hints/sco.pl U src/gnu/usr.bin/perl/ext/NDBM_File/hints/solaris.pl U src/gnu/usr.bin/perl/ext/NDBM_File/hints/svr4.pl U src/gnu/usr.bin/perl/ext/NDBM_File/t/ndbm.t U src/gnu/usr.bin/perl/ext/ODBM_File/Makefile.PL C src/gnu/usr.bin/perl/ext/ODBM_File/ODBM_File.pm U src/gnu/usr.bin/perl/ext/ODBM_File/ODBM_File.xs U src/gnu/usr.bin/perl/ext/ODBM_File/typemap U src/gnu/usr.bin/perl/ext/ODBM_File/hints/cygwin.pl U src/gnu/usr.bin/perl/ext/ODBM_File/hints/dec_osf.pl U src/gnu/usr.bin/perl/ext/ODBM_File/hints/gnu.pl U src/gnu/usr.bin/perl/ext/ODBM_File/hints/gnukfreebsd.pl U src/gnu/usr.bin/perl/ext/ODBM_File/hints/gnuknetbsd.pl U src/gnu/usr.bin/perl/ext/ODBM_File/hints/hpux.pl U src/gnu/usr.bin/perl/ext/ODBM_File/hints/linux.pl U src/gnu/usr.bin/perl/ext/ODBM_File/hints/MSWin32.pl U src/gnu/usr.bin/perl/ext/ODBM_File/hints/sco.pl U src/gnu/usr.bin/perl/ext/ODBM_File/hints/solaris.pl U src/gnu/usr.bin/perl/ext/ODBM_File/hints/svr4.pl U src/gnu/usr.bin/perl/ext/ODBM_File/hints/ultrix.pl U src/gnu/usr.bin/perl/ext/ODBM_File/t/odbm.t U src/gnu/usr.bin/perl/ext/Opcode/Opcode.pm U src/gnu/usr.bin/perl/ext/Opcode/Opcode.xs U src/gnu/usr.bin/perl/ext/Opcode/ops.pm U src/gnu/usr.bin/perl/ext/Opcode/t/Opcode.t U src/gnu/usr.bin/perl/ext/Opcode/t/ops.t C src/gnu/usr.bin/perl/ext/PerlIO-encoding/encoding.pm U src/gnu/usr.bin/perl/ext/PerlIO-encoding/encoding.xs U src/gnu/usr.bin/perl/ext/PerlIO-encoding/t/encoding.t C src/gnu/usr.bin/perl/ext/PerlIO-encoding/t/fallback.t U src/gnu/usr.bin/perl/ext/PerlIO-encoding/t/nolooping.t U src/gnu/usr.bin/perl/ext/PerlIO-encoding/t/threads.t U src/gnu/usr.bin/perl/ext/PerlIO-mmap/mmap.pm U src/gnu/usr.bin/perl/ext/PerlIO-mmap/mmap.xs C src/gnu/usr.bin/perl/ext/PerlIO-scalar/scalar.pm C src/gnu/usr.bin/perl/ext/PerlIO-scalar/scalar.xs U src/gnu/usr.bin/perl/ext/PerlIO-scalar/t/scalar.t U src/gnu/usr.bin/perl/ext/PerlIO-scalar/t/scalar_ungetc.t U src/gnu/usr.bin/perl/ext/PerlIO-via/via.pm U src/gnu/usr.bin/perl/ext/PerlIO-via/via.xs U src/gnu/usr.bin/perl/ext/PerlIO-via/hints/aix.pl U src/gnu/usr.bin/perl/ext/PerlIO-via/t/thread.t U src/gnu/usr.bin/perl/ext/PerlIO-via/t/via.t U src/gnu/usr.bin/perl/ext/Pod-Functions/Functions_pm.PL U src/gnu/usr.bin/perl/ext/Pod-Functions/Makefile.PL U src/gnu/usr.bin/perl/ext/Pod-Functions/t/Functions.t U src/gnu/usr.bin/perl/ext/Pod-Html/bin/pod2html U src/gnu/usr.bin/perl/ext/Pod-Html/lib/Pod/Html.pm U src/gnu/usr.bin/perl/ext/Pod-Html/t/anchorify.t U src/gnu/usr.bin/perl/ext/Pod-Html/t/cache.pod U src/gnu/usr.bin/perl/ext/Pod-Html/t/cache.t U src/gnu/usr.bin/perl/ext/Pod-Html/t/crossref.pod U src/gnu/usr.bin/perl/ext/Pod-Html/t/crossref.t U src/gnu/usr.bin/perl/ext/Pod-Html/t/crossref2.t U src/gnu/usr.bin/perl/ext/Pod-Html/t/crossref3.t U src/gnu/usr.bin/perl/ext/Pod-Html/t/eol.t U src/gnu/usr.bin/perl/ext/Pod-Html/t/feature.pod U src/gnu/usr.bin/perl/ext/Pod-Html/t/feature.t U src/gnu/usr.bin/perl/ext/Pod-Html/t/feature2.pod U src/gnu/usr.bin/perl/ext/Pod-Html/t/feature2.t U src/gnu/usr.bin/perl/ext/Pod-Html/t/htmldir1.pod U src/gnu/usr.bin/perl/ext/Pod-Html/t/htmldir1.t U src/gnu/usr.bin/perl/ext/Pod-Html/t/htmldir2.pod U src/gnu/usr.bin/perl/ext/Pod-Html/t/htmldir2.t U src/gnu/usr.bin/perl/ext/Pod-Html/t/htmldir3.pod U src/gnu/usr.bin/perl/ext/Pod-Html/t/htmldir3.t U src/gnu/usr.bin/perl/ext/Pod-Html/t/htmldir4.pod U src/gnu/usr.bin/perl/ext/Pod-Html/t/htmldir4.t U src/gnu/usr.bin/perl/ext/Pod-Html/t/htmldir5.pod U src/gnu/usr.bin/perl/ext/Pod-Html/t/htmldir5.t U src/gnu/usr.bin/perl/ext/Pod-Html/t/htmlescp.pod U src/gnu/usr.bin/perl/ext/Pod-Html/t/htmlescp.t U src/gnu/usr.bin/perl/ext/Pod-Html/t/htmllink.pod U src/gnu/usr.bin/perl/ext/Pod-Html/t/htmllink.t U src/gnu/usr.bin/perl/ext/Pod-Html/t/htmlview.pod U src/gnu/usr.bin/perl/ext/Pod-Html/t/htmlview.t U src/gnu/usr.bin/perl/ext/Pod-Html/t/pod2html-lib.pl U src/gnu/usr.bin/perl/ext/Pod-Html/t/poderr.pod U src/gnu/usr.bin/perl/ext/Pod-Html/t/poderr.t U src/gnu/usr.bin/perl/ext/Pod-Html/t/podnoerr.pod U src/gnu/usr.bin/perl/ext/Pod-Html/t/podnoerr.t U src/gnu/usr.bin/perl/ext/Pod-Html/testdir/perlpodspec-copy.pod U src/gnu/usr.bin/perl/ext/Pod-Html/testdir/perlvar-copy.pod U src/gnu/usr.bin/perl/ext/POSIX/Makefile.PL C src/gnu/usr.bin/perl/ext/POSIX/POSIX.xs U src/gnu/usr.bin/perl/ext/POSIX/typemap U src/gnu/usr.bin/perl/ext/POSIX/hints/bsdos.pl U src/gnu/usr.bin/perl/ext/POSIX/hints/dynixptx.pl U src/gnu/usr.bin/perl/ext/POSIX/hints/freebsd.pl U src/gnu/usr.bin/perl/ext/POSIX/hints/gnukfreebsd.pl U src/gnu/usr.bin/perl/ext/POSIX/hints/gnuknetbsd.pl U src/gnu/usr.bin/perl/ext/POSIX/hints/linux.pl U src/gnu/usr.bin/perl/ext/POSIX/hints/mint.pl U src/gnu/usr.bin/perl/ext/POSIX/hints/netbsd.pl U src/gnu/usr.bin/perl/ext/POSIX/hints/openbsd.pl U src/gnu/usr.bin/perl/ext/POSIX/hints/sunos_4.pl U src/gnu/usr.bin/perl/ext/POSIX/hints/svr4.pl C src/gnu/usr.bin/perl/ext/POSIX/lib/POSIX.pm C src/gnu/usr.bin/perl/ext/POSIX/lib/POSIX.pod U src/gnu/usr.bin/perl/ext/POSIX/t/export.t U src/gnu/usr.bin/perl/ext/POSIX/t/iscrash C src/gnu/usr.bin/perl/ext/POSIX/t/math.t N src/gnu/usr.bin/perl/ext/POSIX/t/mb.t C src/gnu/usr.bin/perl/ext/POSIX/t/posix.t U src/gnu/usr.bin/perl/ext/POSIX/t/sigaction.t U src/gnu/usr.bin/perl/ext/POSIX/t/sigset.t U src/gnu/usr.bin/perl/ext/POSIX/t/strerror_errno.t U src/gnu/usr.bin/perl/ext/POSIX/t/sysconf.t U src/gnu/usr.bin/perl/ext/POSIX/t/taint.t U src/gnu/usr.bin/perl/ext/POSIX/t/termios.t U src/gnu/usr.bin/perl/ext/POSIX/t/time.t U src/gnu/usr.bin/perl/ext/POSIX/t/unimplemented.t U src/gnu/usr.bin/perl/ext/POSIX/t/usage.t U src/gnu/usr.bin/perl/ext/POSIX/t/waitpid.t U src/gnu/usr.bin/perl/ext/POSIX/t/wrappers.t U src/gnu/usr.bin/perl/ext/re/Makefile.PL C src/gnu/usr.bin/perl/ext/re/re.pm U src/gnu/usr.bin/perl/ext/re/re.xs U src/gnu/usr.bin/perl/ext/re/re_comp.h U src/gnu/usr.bin/perl/ext/re/re_top.h U src/gnu/usr.bin/perl/ext/re/t/lexical_debug.pl U src/gnu/usr.bin/perl/ext/re/t/lexical_debug.t U src/gnu/usr.bin/perl/ext/re/t/qr.t U src/gnu/usr.bin/perl/ext/re/t/re.t U src/gnu/usr.bin/perl/ext/re/t/reflags.t U src/gnu/usr.bin/perl/ext/re/t/regop.pl C src/gnu/usr.bin/perl/ext/re/t/regop.t U src/gnu/usr.bin/perl/ext/re/t/re_funcs.t U src/gnu/usr.bin/perl/ext/re/t/re_funcs_u.t U src/gnu/usr.bin/perl/ext/re/t/strict.t U src/gnu/usr.bin/perl/ext/SDBM_File/biblio U src/gnu/usr.bin/perl/ext/SDBM_File/CHANGES U src/gnu/usr.bin/perl/ext/SDBM_File/dba.c U src/gnu/usr.bin/perl/ext/SDBM_File/dbd.c U src/gnu/usr.bin/perl/ext/SDBM_File/dbe.1 U src/gnu/usr.bin/perl/ext/SDBM_File/dbe.c U src/gnu/usr.bin/perl/ext/SDBM_File/dbu.c U src/gnu/usr.bin/perl/ext/SDBM_File/grind U src/gnu/usr.bin/perl/ext/SDBM_File/hash.c U src/gnu/usr.bin/perl/ext/SDBM_File/Makefile.PL C src/gnu/usr.bin/perl/ext/SDBM_File/pair.c C src/gnu/usr.bin/perl/ext/SDBM_File/pair.h U src/gnu/usr.bin/perl/ext/SDBM_File/README U src/gnu/usr.bin/perl/ext/SDBM_File/readme.ms U src/gnu/usr.bin/perl/ext/SDBM_File/README.too U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm.3 C src/gnu/usr.bin/perl/ext/SDBM_File/sdbm.c C src/gnu/usr.bin/perl/ext/SDBM_File/sdbm.h C src/gnu/usr.bin/perl/ext/SDBM_File/SDBM_File.pm U src/gnu/usr.bin/perl/ext/SDBM_File/SDBM_File.xs U src/gnu/usr.bin/perl/ext/SDBM_File/tune.h U src/gnu/usr.bin/perl/ext/SDBM_File/typemap U src/gnu/usr.bin/perl/ext/SDBM_File/util.c U src/gnu/usr.bin/perl/ext/SDBM_File/t/constants.t N src/gnu/usr.bin/perl/ext/SDBM_File/t/corrupt.t U src/gnu/usr.bin/perl/ext/SDBM_File/t/prep.t U src/gnu/usr.bin/perl/ext/SDBM_File/t/sdbm.t U src/gnu/usr.bin/perl/ext/Sys-Hostname/Hostname.pm U src/gnu/usr.bin/perl/ext/Sys-Hostname/Hostname.xs U src/gnu/usr.bin/perl/ext/Sys-Hostname/t/Hostname.t U src/gnu/usr.bin/perl/ext/Tie-Hash-NamedCapture/NamedCapture.pm U src/gnu/usr.bin/perl/ext/Tie-Hash-NamedCapture/NamedCapture.xs U src/gnu/usr.bin/perl/ext/Tie-Hash-NamedCapture/t/tiehash.t U src/gnu/usr.bin/perl/ext/Tie-Memoize/lib/Tie/Memoize.pm U src/gnu/usr.bin/perl/ext/Tie-Memoize/t/Tie-Memoize.t U src/gnu/usr.bin/perl/ext/VMS-DCLsym/0README.txt U src/gnu/usr.bin/perl/ext/VMS-DCLsym/DCLsym.pm U src/gnu/usr.bin/perl/ext/VMS-DCLsym/DCLsym.xs U src/gnu/usr.bin/perl/ext/VMS-DCLsym/Makefile.PL U src/gnu/usr.bin/perl/ext/VMS-DCLsym/t/vms_dclsym.t U src/gnu/usr.bin/perl/ext/VMS-Filespec/lib/VMS/Filespec.pm U src/gnu/usr.bin/perl/ext/VMS-Filespec/t/filespec.t U src/gnu/usr.bin/perl/ext/VMS-Stdio/0README.txt U src/gnu/usr.bin/perl/ext/VMS-Stdio/Makefile.PL U src/gnu/usr.bin/perl/ext/VMS-Stdio/Stdio.pm U src/gnu/usr.bin/perl/ext/VMS-Stdio/Stdio.xs U src/gnu/usr.bin/perl/ext/VMS-Stdio/t/vms_stdio.t U src/gnu/usr.bin/perl/ext/Win32CORE/Makefile.PL C src/gnu/usr.bin/perl/ext/Win32CORE/Win32CORE.c U src/gnu/usr.bin/perl/ext/Win32CORE/Win32CORE.pm U src/gnu/usr.bin/perl/ext/Win32CORE/t/win32core.t C src/gnu/usr.bin/perl/ext/XS-APItest/APItest.pm C src/gnu/usr.bin/perl/ext/XS-APItest/APItest.xs U src/gnu/usr.bin/perl/ext/XS-APItest/APItest_BS U src/gnu/usr.bin/perl/ext/XS-APItest/core.c U src/gnu/usr.bin/perl/ext/XS-APItest/core_or_not.inc U src/gnu/usr.bin/perl/ext/XS-APItest/exception.c U src/gnu/usr.bin/perl/ext/XS-APItest/Makefile.PL U src/gnu/usr.bin/perl/ext/XS-APItest/notcore.c C src/gnu/usr.bin/perl/ext/XS-APItest/numeric.xs U src/gnu/usr.bin/perl/ext/XS-APItest/typemap U src/gnu/usr.bin/perl/ext/XS-APItest/XSUB-redefined-macros.xs U src/gnu/usr.bin/perl/ext/XS-APItest/XSUB-undef-XS_VERSION.xs U src/gnu/usr.bin/perl/ext/XS-APItest/t/addissub.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/arrayexpr.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/autoload.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/BHK.pm U src/gnu/usr.bin/perl/ext/XS-APItest/t/Block.pm U src/gnu/usr.bin/perl/ext/XS-APItest/t/blockasexpr.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/blockhooks-csc.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/blockhooks.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/bootstrap.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/call.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/caller.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/callregexec.t C src/gnu/usr.bin/perl/ext/XS-APItest/t/call_checker.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/check_warnings.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/cleanup.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/clone-with-stack.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/cophh.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/coplabel.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/copstash.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/copyhints.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/customop.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/cv_name.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/exception.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/eval-filter.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/extend.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/fetch_pad_names.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/get.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/gotosub.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/grok.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/gv_autoload4.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/gv_const_sv.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/gv_fetchmeth.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/gv_fetchmethod_flags.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/gv_fetchmeth_autoload.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/gv_init.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/handy00.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/handy01.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/handy02.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/handy03.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/handy04.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/handy05.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/handy06.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/handy07.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/handy08.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/handy09.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/handy_base.pl U src/gnu/usr.bin/perl/ext/XS-APItest/t/hash.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/join_with_space.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/keyword_multiline.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/keyword_plugin.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/keyword_plugin_threads.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/labelconst.aux U src/gnu/usr.bin/perl/ext/XS-APItest/t/labelconst.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/labelconst_utf8.aux U src/gnu/usr.bin/perl/ext/XS-APItest/t/lexsub.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/load-module.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/locale.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/loopblock.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/looprest.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/lvalue.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/magic.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/magic_chain.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/Markers.pm U src/gnu/usr.bin/perl/ext/XS-APItest/t/mro.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/multicall.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/my_cxt.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/my_exit.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/newCONSTSUB.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/Null.pm U src/gnu/usr.bin/perl/ext/XS-APItest/t/newDEFSVOP.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/op.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/op_contextualize.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/op_list.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/overload.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/pad_scalar.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/peep.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/pmflag.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/postinc.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/printf.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/ptr_table.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/push.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/refs.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/rmagical.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/rv2cv_op_cv.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/savehints.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/scopelessblock.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/sort.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/stmtasexpr.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/stmtsasexpr.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/stuff_modify_bug.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/stuff_svcur_bug.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/subcall.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/svcat.t C src/gnu/usr.bin/perl/ext/XS-APItest/t/svcatpvf.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/sviscow.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/svpeek.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/svpv.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/svpv_magic.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/svsetsv.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/swaplabel.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/swaptwostmts.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/sym-hook.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/synthetic_scope.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/temp_lv_sub.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/underscore_length.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/utf16_to_utf8.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/utf8.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/utf8_setup.pl U src/gnu/usr.bin/perl/ext/XS-APItest/t/utf8_to_bytes.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/utf8_warn00.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/utf8_warn01.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/utf8_warn02.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/utf8_warn03.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/utf8_warn04.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/utf8_warn05.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/win32.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/utf8_warn06.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/utf8_warn07.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/utf8_warn08.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/utf8_warn09.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/utf8_warn_base.pl U src/gnu/usr.bin/perl/ext/XS-APItest/t/weaken.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/whichsig.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/xsub_h.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/xs_special_subs.t U src/gnu/usr.bin/perl/ext/XS-APItest/t/xs_special_subs_require.t U src/gnu/usr.bin/perl/ext/XS-Typemap/Makefile.PL U src/gnu/usr.bin/perl/ext/XS-Typemap/README U src/gnu/usr.bin/perl/ext/XS-Typemap/stdio.c C src/gnu/usr.bin/perl/ext/XS-Typemap/Typemap.pm C src/gnu/usr.bin/perl/ext/XS-Typemap/Typemap.xs U src/gnu/usr.bin/perl/ext/XS-Typemap/t/Typemap.t U src/gnu/usr.bin/perl/h2pl/cbreak.pl U src/gnu/usr.bin/perl/h2pl/cbreak2.pl U src/gnu/usr.bin/perl/h2pl/getioctlsizes U src/gnu/usr.bin/perl/h2pl/mksizes U src/gnu/usr.bin/perl/h2pl/mkvars U src/gnu/usr.bin/perl/h2pl/README U src/gnu/usr.bin/perl/h2pl/tcbreak U src/gnu/usr.bin/perl/h2pl/tcbreak2 U src/gnu/usr.bin/perl/h2pl/eg/sizeof.ph U src/gnu/usr.bin/perl/h2pl/eg/sysexits.pl U src/gnu/usr.bin/perl/h2pl/eg/sys/errno.pl U src/gnu/usr.bin/perl/h2pl/eg/sys/ioctl.pl U src/gnu/usr.bin/perl/haiku/haikuish.h U src/gnu/usr.bin/perl/haiku/Haiku/Haiku.pm U src/gnu/usr.bin/perl/haiku/Haiku/Haiku.xs U src/gnu/usr.bin/perl/haiku/Haiku/Makefile.PL U src/gnu/usr.bin/perl/hints/aix.sh U src/gnu/usr.bin/perl/hints/aix_3.sh U src/gnu/usr.bin/perl/hints/aix_4.sh U src/gnu/usr.bin/perl/hints/altos486.sh U src/gnu/usr.bin/perl/hints/amigaos.sh U src/gnu/usr.bin/perl/hints/atheos.sh U src/gnu/usr.bin/perl/hints/aux_3.sh U src/gnu/usr.bin/perl/hints/bitrig.sh U src/gnu/usr.bin/perl/hints/broken-db.msg U src/gnu/usr.bin/perl/hints/bsdos.sh C src/gnu/usr.bin/perl/hints/catamount.sh U src/gnu/usr.bin/perl/hints/convexos.sh U src/gnu/usr.bin/perl/hints/cxux.sh U src/gnu/usr.bin/perl/hints/cygwin.sh C src/gnu/usr.bin/perl/hints/darwin.sh U src/gnu/usr.bin/perl/hints/dcosx.sh C src/gnu/usr.bin/perl/hints/dec_osf.sh U src/gnu/usr.bin/perl/hints/dos_djgpp.sh U src/gnu/usr.bin/perl/hints/dragonfly.sh U src/gnu/usr.bin/perl/hints/dynix.sh U src/gnu/usr.bin/perl/hints/dynixptx.sh U src/gnu/usr.bin/perl/hints/epix.sh U src/gnu/usr.bin/perl/hints/esix4.sh U src/gnu/usr.bin/perl/hints/fps.sh U src/gnu/usr.bin/perl/hints/freebsd.sh U src/gnu/usr.bin/perl/hints/freemint.sh U src/gnu/usr.bin/perl/hints/gnu.sh U src/gnu/usr.bin/perl/hints/gnukfreebsd.sh U src/gnu/usr.bin/perl/hints/gnuknetbsd.sh U src/gnu/usr.bin/perl/hints/greenhills.sh U src/gnu/usr.bin/perl/hints/haiku.sh C src/gnu/usr.bin/perl/hints/hpux.sh U src/gnu/usr.bin/perl/hints/i386.sh U src/gnu/usr.bin/perl/hints/interix.sh U src/gnu/usr.bin/perl/hints/irix_4.sh U src/gnu/usr.bin/perl/hints/irix_5.sh U src/gnu/usr.bin/perl/hints/irix_6.sh U src/gnu/usr.bin/perl/hints/irix_6_0.sh U src/gnu/usr.bin/perl/hints/irix_6_1.sh U src/gnu/usr.bin/perl/hints/isc.sh U src/gnu/usr.bin/perl/hints/isc_2.sh U src/gnu/usr.bin/perl/hints/linux-android.sh C src/gnu/usr.bin/perl/hints/linux.sh U src/gnu/usr.bin/perl/hints/lynxos.sh U src/gnu/usr.bin/perl/hints/midnightbsd.sh N src/gnu/usr.bin/perl/hints/minix.sh U src/gnu/usr.bin/perl/hints/mips.sh U src/gnu/usr.bin/perl/hints/mirbsd.sh U src/gnu/usr.bin/perl/hints/mpc.sh U src/gnu/usr.bin/perl/hints/ncr_tower.sh U src/gnu/usr.bin/perl/hints/netbsd.sh U src/gnu/usr.bin/perl/hints/newsos4.sh U src/gnu/usr.bin/perl/hints/nonstopux.sh C src/gnu/usr.bin/perl/hints/openbsd.sh U src/gnu/usr.bin/perl/hints/opus.sh U src/gnu/usr.bin/perl/hints/os2.sh U src/gnu/usr.bin/perl/hints/os390.sh U src/gnu/usr.bin/perl/hints/os400.sh U src/gnu/usr.bin/perl/hints/posix-bc.sh U src/gnu/usr.bin/perl/hints/qnx.sh U src/gnu/usr.bin/perl/hints/README.hints U src/gnu/usr.bin/perl/hints/riscos.sh U src/gnu/usr.bin/perl/hints/sco.sh U src/gnu/usr.bin/perl/hints/sco_2_3_0.sh U src/gnu/usr.bin/perl/hints/sco_2_3_1.sh U src/gnu/usr.bin/perl/hints/sco_2_3_2.sh U src/gnu/usr.bin/perl/hints/sco_2_3_3.sh U src/gnu/usr.bin/perl/hints/sco_2_3_4.sh U src/gnu/usr.bin/perl/hints/solaris_2.sh U src/gnu/usr.bin/perl/hints/stellar.sh U src/gnu/usr.bin/perl/hints/sunos_4_0.sh U src/gnu/usr.bin/perl/hints/sunos_4_1.sh U src/gnu/usr.bin/perl/hints/super-ux.sh U src/gnu/usr.bin/perl/hints/svr4.sh U src/gnu/usr.bin/perl/hints/svr5.sh U src/gnu/usr.bin/perl/hints/t001.c U src/gnu/usr.bin/perl/hints/ti1500.sh U src/gnu/usr.bin/perl/hints/ultrix_4.sh U src/gnu/usr.bin/perl/hints/umips.sh U src/gnu/usr.bin/perl/hints/unicos.sh U src/gnu/usr.bin/perl/hints/unicosmk.sh U src/gnu/usr.bin/perl/hints/unisysdynix.sh U src/gnu/usr.bin/perl/hints/utekv.sh U src/gnu/usr.bin/perl/hints/uwin.sh U src/gnu/usr.bin/perl/hints/vos.sh U src/gnu/usr.bin/perl/lib/AnyDBM_File.pm U src/gnu/usr.bin/perl/lib/AnyDBM_File.t U src/gnu/usr.bin/perl/lib/Benchmark.pm U src/gnu/usr.bin/perl/lib/Benchmark.t U src/gnu/usr.bin/perl/lib/blib.pm U src/gnu/usr.bin/perl/lib/blib.t C src/gnu/usr.bin/perl/lib/bytes.pm U src/gnu/usr.bin/perl/lib/bytes.t U src/gnu/usr.bin/perl/lib/bytes_heavy.pl U src/gnu/usr.bin/perl/lib/charnames.pm U src/gnu/usr.bin/perl/lib/charnames.t U src/gnu/usr.bin/perl/lib/Config.t U src/gnu/usr.bin/perl/lib/CORE.pod U src/gnu/usr.bin/perl/lib/DB.pm U src/gnu/usr.bin/perl/lib/DB.t U src/gnu/usr.bin/perl/lib/DBM_Filter.pm U src/gnu/usr.bin/perl/lib/dbm_filter_util.pl U src/gnu/usr.bin/perl/lib/deprecate.pm U src/gnu/usr.bin/perl/lib/diagnostics.pm U src/gnu/usr.bin/perl/lib/diagnostics.t U src/gnu/usr.bin/perl/lib/DirHandle.pm U src/gnu/usr.bin/perl/lib/DirHandle.t U src/gnu/usr.bin/perl/lib/dumpvar.pl U src/gnu/usr.bin/perl/lib/dumpvar.t U src/gnu/usr.bin/perl/lib/English.pm U src/gnu/usr.bin/perl/lib/English.t C src/gnu/usr.bin/perl/lib/feature.pm U src/gnu/usr.bin/perl/lib/feature.t U src/gnu/usr.bin/perl/lib/FileHandle.pm U src/gnu/usr.bin/perl/lib/FileHandle.t U src/gnu/usr.bin/perl/lib/filetest.pm U src/gnu/usr.bin/perl/lib/filetest.t U src/gnu/usr.bin/perl/lib/FindBin.pm U src/gnu/usr.bin/perl/lib/FindBin.t U src/gnu/usr.bin/perl/lib/h2ph.t U src/gnu/usr.bin/perl/lib/h2xs.t U src/gnu/usr.bin/perl/lib/integer.pm U src/gnu/usr.bin/perl/lib/integer.t U src/gnu/usr.bin/perl/lib/Internals.pod U src/gnu/usr.bin/perl/lib/Internals.t U src/gnu/usr.bin/perl/lib/less.pm U src/gnu/usr.bin/perl/lib/less.t U src/gnu/usr.bin/perl/lib/locale.pm C src/gnu/usr.bin/perl/lib/locale.t U src/gnu/usr.bin/perl/lib/locale_threads.t U src/gnu/usr.bin/perl/lib/meta_notation.pm U src/gnu/usr.bin/perl/lib/meta_notation.t U src/gnu/usr.bin/perl/lib/open.pm C src/gnu/usr.bin/perl/lib/open.t U src/gnu/usr.bin/perl/lib/overload.pm C src/gnu/usr.bin/perl/lib/overload.t U src/gnu/usr.bin/perl/lib/overload64.t U src/gnu/usr.bin/perl/lib/overloading.pm U src/gnu/usr.bin/perl/lib/overloading.t C src/gnu/usr.bin/perl/lib/perl5db.pl C src/gnu/usr.bin/perl/lib/perl5db.t U src/gnu/usr.bin/perl/lib/perlbug.t U src/gnu/usr.bin/perl/lib/PerlIO.pm U src/gnu/usr.bin/perl/lib/SelectSaver.pm U src/gnu/usr.bin/perl/lib/SelectSaver.t C src/gnu/usr.bin/perl/lib/sigtrap.pm U src/gnu/usr.bin/perl/lib/sigtrap.t U src/gnu/usr.bin/perl/lib/sort.pm U src/gnu/usr.bin/perl/lib/sort.t U src/gnu/usr.bin/perl/lib/strict.pm U src/gnu/usr.bin/perl/lib/strict.t U src/gnu/usr.bin/perl/lib/subs.pm U src/gnu/usr.bin/perl/lib/subs.t U src/gnu/usr.bin/perl/lib/Symbol.pm U src/gnu/usr.bin/perl/lib/Symbol.t U src/gnu/usr.bin/perl/lib/Thread.pm U src/gnu/usr.bin/perl/lib/Thread.t U src/gnu/usr.bin/perl/lib/UNIVERSAL.pm C src/gnu/usr.bin/perl/lib/utf8.pm U src/gnu/usr.bin/perl/lib/utf8.t C src/gnu/usr.bin/perl/lib/utf8_heavy.pl C src/gnu/usr.bin/perl/lib/vars.pm U src/gnu/usr.bin/perl/lib/vars.t U src/gnu/usr.bin/perl/lib/vars_carp.t U src/gnu/usr.bin/perl/lib/vmsish.pm U src/gnu/usr.bin/perl/lib/vmsish.t C src/gnu/usr.bin/perl/lib/warnings.pm U src/gnu/usr.bin/perl/lib/warnings.t U src/gnu/usr.bin/perl/lib/_charnames.pm U src/gnu/usr.bin/perl/lib/B/Deparse-core.t U src/gnu/usr.bin/perl/lib/B/Deparse-subclass.t C src/gnu/usr.bin/perl/lib/B/Deparse.pm C src/gnu/usr.bin/perl/lib/B/Deparse.t C src/gnu/usr.bin/perl/lib/B/Op_private.pm U src/gnu/usr.bin/perl/lib/Class/Struct.pm U src/gnu/usr.bin/perl/lib/Class/Struct.t U src/gnu/usr.bin/perl/lib/Config/Extensions.pm U src/gnu/usr.bin/perl/lib/Config/Extensions.t U src/gnu/usr.bin/perl/lib/DBM_Filter/compress.pm U src/gnu/usr.bin/perl/lib/DBM_Filter/encode.pm U src/gnu/usr.bin/perl/lib/DBM_Filter/int32.pm U src/gnu/usr.bin/perl/lib/DBM_Filter/null.pm U src/gnu/usr.bin/perl/lib/DBM_Filter/utf8.pm U src/gnu/usr.bin/perl/lib/DBM_Filter/t/01error.t U src/gnu/usr.bin/perl/lib/DBM_Filter/t/02core.t U src/gnu/usr.bin/perl/lib/DBM_Filter/t/compress.t U src/gnu/usr.bin/perl/lib/DBM_Filter/t/encode.t U src/gnu/usr.bin/perl/lib/DBM_Filter/t/int32.t U src/gnu/usr.bin/perl/lib/DBM_Filter/t/null.t U src/gnu/usr.bin/perl/lib/DBM_Filter/t/utf8.t U src/gnu/usr.bin/perl/lib/ExtUtils/Embed.pm U src/gnu/usr.bin/perl/lib/ExtUtils/typemap U src/gnu/usr.bin/perl/lib/ExtUtils/XSSymSet.pm U src/gnu/usr.bin/perl/lib/ExtUtils/t/Embed.t U src/gnu/usr.bin/perl/lib/feature/unicode_strings.t U src/gnu/usr.bin/perl/lib/File/Basename.pm U src/gnu/usr.bin/perl/lib/File/Basename.t U src/gnu/usr.bin/perl/lib/File/Compare.pm U src/gnu/usr.bin/perl/lib/File/Compare.t C src/gnu/usr.bin/perl/lib/File/Copy.pm U src/gnu/usr.bin/perl/lib/File/Copy.t U src/gnu/usr.bin/perl/lib/File/stat-7896.t U src/gnu/usr.bin/perl/lib/File/stat.pm U src/gnu/usr.bin/perl/lib/File/stat.t U src/gnu/usr.bin/perl/lib/Getopt/Std.pm U src/gnu/usr.bin/perl/lib/Getopt/Std.t U src/gnu/usr.bin/perl/lib/Net/hostent.pm U src/gnu/usr.bin/perl/lib/Net/hostent.t U src/gnu/usr.bin/perl/lib/Net/netent.pm U src/gnu/usr.bin/perl/lib/Net/netent.t U src/gnu/usr.bin/perl/lib/Net/protoent.pm U src/gnu/usr.bin/perl/lib/Net/protoent.t U src/gnu/usr.bin/perl/lib/Net/servent.pm U src/gnu/usr.bin/perl/lib/Net/servent.t U src/gnu/usr.bin/perl/lib/overload/numbers.pm U src/gnu/usr.bin/perl/lib/perl5db/t/break-on-dot U src/gnu/usr.bin/perl/lib/perl5db/t/breakpoint-bug U src/gnu/usr.bin/perl/lib/perl5db/t/disable-breakpoints-1 U src/gnu/usr.bin/perl/lib/perl5db/t/disable-breakpoints-2 U src/gnu/usr.bin/perl/lib/perl5db/t/disable-breakpoints-3 U src/gnu/usr.bin/perl/lib/perl5db/t/EnableModule.pm U src/gnu/usr.bin/perl/lib/perl5db/t/eval-line-bug U src/gnu/usr.bin/perl/lib/perl5db/t/fact U src/gnu/usr.bin/perl/lib/perl5db/t/filename-line-breakpoint U src/gnu/usr.bin/perl/lib/perl5db/t/load-modules U src/gnu/usr.bin/perl/lib/perl5db/t/lsub-n U src/gnu/usr.bin/perl/lib/perl5db/t/lvalue-bug U src/gnu/usr.bin/perl/lib/perl5db/t/MyModule.pm U src/gnu/usr.bin/perl/lib/perl5db/t/proxy-constants U src/gnu/usr.bin/perl/lib/perl5db/t/rt-104168 U src/gnu/usr.bin/perl/lib/perl5db/t/rt-120174 U src/gnu/usr.bin/perl/lib/perl5db/t/rt-121509-restart-after-chdir N src/gnu/usr.bin/perl/lib/perl5db/t/rt-124203 N src/gnu/usr.bin/perl/lib/perl5db/t/rt-124203b U src/gnu/usr.bin/perl/lib/perl5db/t/rt-61222 U src/gnu/usr.bin/perl/lib/perl5db/t/rt-66110 U src/gnu/usr.bin/perl/lib/perl5db/t/source-cmd-test-no-q.perldb U src/gnu/usr.bin/perl/lib/perl5db/t/source-cmd-test.perldb U src/gnu/usr.bin/perl/lib/perl5db/t/symbol-table-bug U src/gnu/usr.bin/perl/lib/perl5db/t/taint U src/gnu/usr.bin/perl/lib/perl5db/t/test-a-statement-1 U src/gnu/usr.bin/perl/lib/perl5db/t/test-a-statement-2 U src/gnu/usr.bin/perl/lib/perl5db/t/test-dieLevel-option-1 U src/gnu/usr.bin/perl/lib/perl5db/t/test-frame-option-1 U src/gnu/usr.bin/perl/lib/perl5db/t/test-l-statement-1 U src/gnu/usr.bin/perl/lib/perl5db/t/test-l-statement-2 U src/gnu/usr.bin/perl/lib/perl5db/t/test-m-statement-1 U src/gnu/usr.bin/perl/lib/perl5db/t/test-passing-at-underscore-to-x-etc U src/gnu/usr.bin/perl/lib/perl5db/t/test-PrintRet-option-1 U src/gnu/usr.bin/perl/lib/perl5db/t/test-r-statement U src/gnu/usr.bin/perl/lib/perl5db/t/test-w-statement-1 U src/gnu/usr.bin/perl/lib/perl5db/t/test-warnLevel-option-1 U src/gnu/usr.bin/perl/lib/perl5db/t/uncalled-subroutine U src/gnu/usr.bin/perl/lib/perl5db/t/with-subroutine U src/gnu/usr.bin/perl/lib/Pod/t/InputObjects.t U src/gnu/usr.bin/perl/lib/Pod/t/Select.t U src/gnu/usr.bin/perl/lib/Pod/t/Usage.t U src/gnu/usr.bin/perl/lib/Pod/t/utils.t U src/gnu/usr.bin/perl/lib/Tie/Array.pm U src/gnu/usr.bin/perl/lib/Tie/ExtraHash.t U src/gnu/usr.bin/perl/lib/Tie/Handle.pm U src/gnu/usr.bin/perl/lib/Tie/Hash.pm U src/gnu/usr.bin/perl/lib/Tie/Hash.t U src/gnu/usr.bin/perl/lib/Tie/Scalar.pm U src/gnu/usr.bin/perl/lib/Tie/Scalar.t U src/gnu/usr.bin/perl/lib/Tie/StdHandle.pm U src/gnu/usr.bin/perl/lib/Tie/SubstrHash.pm U src/gnu/usr.bin/perl/lib/Tie/SubstrHash.t U src/gnu/usr.bin/perl/lib/Tie/Array/push.t U src/gnu/usr.bin/perl/lib/Tie/Array/splice.t U src/gnu/usr.bin/perl/lib/Tie/Array/std.t U src/gnu/usr.bin/perl/lib/Tie/Array/stdpush.t U src/gnu/usr.bin/perl/lib/Tie/Handle/stdhandle.t U src/gnu/usr.bin/perl/lib/Tie/Handle/stdhandle_from_handle.t U src/gnu/usr.bin/perl/lib/Time/gmtime.pm U src/gnu/usr.bin/perl/lib/Time/gmtime.t U src/gnu/usr.bin/perl/lib/Time/localtime.pm U src/gnu/usr.bin/perl/lib/Time/localtime.t U src/gnu/usr.bin/perl/lib/Time/tm.pm U src/gnu/usr.bin/perl/lib/Unicode/README C src/gnu/usr.bin/perl/lib/Unicode/UCD.pm C src/gnu/usr.bin/perl/lib/Unicode/UCD.t C src/gnu/usr.bin/perl/lib/unicore/ArabicShaping.txt C src/gnu/usr.bin/perl/lib/unicore/BidiBrackets.txt C src/gnu/usr.bin/perl/lib/unicore/BidiMirroring.txt C src/gnu/usr.bin/perl/lib/unicore/Blocks.txt C src/gnu/usr.bin/perl/lib/unicore/CaseFolding.txt C src/gnu/usr.bin/perl/lib/unicore/CJKRadicals.txt C src/gnu/usr.bin/perl/lib/unicore/CompositionExclusions.txt C src/gnu/usr.bin/perl/lib/unicore/DAge.txt C src/gnu/usr.bin/perl/lib/unicore/DCoreProperties.txt C src/gnu/usr.bin/perl/lib/unicore/DNormalizationProps.txt C src/gnu/usr.bin/perl/lib/unicore/EastAsianWidth.txt N src/gnu/usr.bin/perl/lib/unicore/EmojiData.txt C src/gnu/usr.bin/perl/lib/unicore/EmojiSources.txt N src/gnu/usr.bin/perl/lib/unicore/EquivalentUnifiedIdeograph.txt C src/gnu/usr.bin/perl/lib/unicore/HangulSyllableType.txt C src/gnu/usr.bin/perl/lib/unicore/Index.txt C src/gnu/usr.bin/perl/lib/unicore/IndicPositionalCategory.txt C src/gnu/usr.bin/perl/lib/unicore/IndicSyllabicCategory.txt C src/gnu/usr.bin/perl/lib/unicore/Jamo.txt C src/gnu/usr.bin/perl/lib/unicore/LineBreak.txt U src/gnu/usr.bin/perl/lib/unicore/Makefile C src/gnu/usr.bin/perl/lib/unicore/mktables C src/gnu/usr.bin/perl/lib/unicore/NameAliases.txt C src/gnu/usr.bin/perl/lib/unicore/NamedSequences.txt C src/gnu/usr.bin/perl/lib/unicore/NamedSqProv.txt C src/gnu/usr.bin/perl/lib/unicore/NamesList.txt C src/gnu/usr.bin/perl/lib/unicore/NormalizationCorrections.txt C src/gnu/usr.bin/perl/lib/unicore/PropertyAliases.txt C src/gnu/usr.bin/perl/lib/unicore/PropList.txt C src/gnu/usr.bin/perl/lib/unicore/PropValueAliases.txt U src/gnu/usr.bin/perl/lib/unicore/README.perl C src/gnu/usr.bin/perl/lib/unicore/ReadMe.txt C src/gnu/usr.bin/perl/lib/unicore/ScriptExtensions.txt C src/gnu/usr.bin/perl/lib/unicore/Scripts.txt C src/gnu/usr.bin/perl/lib/unicore/SpecialCasing.txt C src/gnu/usr.bin/perl/lib/unicore/StandardizedVariants.txt C src/gnu/usr.bin/perl/lib/unicore/UnicodeData.txt N src/gnu/usr.bin/perl/lib/unicore/uni_keywords.pl C src/gnu/usr.bin/perl/lib/unicore/version U src/gnu/usr.bin/perl/lib/unicore/VerticalOrientation.txt C src/gnu/usr.bin/perl/lib/unicore/auxiliary/GCBTest.txt C src/gnu/usr.bin/perl/lib/unicore/auxiliary/GraphemeBreakProperty.txt C src/gnu/usr.bin/perl/lib/unicore/auxiliary/LBTest.txt C src/gnu/usr.bin/perl/lib/unicore/auxiliary/SBTest.txt C src/gnu/usr.bin/perl/lib/unicore/auxiliary/SentenceBreakProperty.txt C src/gnu/usr.bin/perl/lib/unicore/auxiliary/WBTest.txt C src/gnu/usr.bin/perl/lib/unicore/auxiliary/WordBreakProperty.txt C src/gnu/usr.bin/perl/lib/unicore/extracted/DBidiClass.txt C src/gnu/usr.bin/perl/lib/unicore/extracted/DBinaryProperties.txt C src/gnu/usr.bin/perl/lib/unicore/extracted/DCombiningClass.txt C src/gnu/usr.bin/perl/lib/unicore/extracted/DDecompositionType.txt C src/gnu/usr.bin/perl/lib/unicore/extracted/DEastAsianWidth.txt C src/gnu/usr.bin/perl/lib/unicore/extracted/DGeneralCategory.txt C src/gnu/usr.bin/perl/lib/unicore/extracted/DJoinGroup.txt C src/gnu/usr.bin/perl/lib/unicore/extracted/DJoinType.txt C src/gnu/usr.bin/perl/lib/unicore/extracted/DLineBreak.txt C src/gnu/usr.bin/perl/lib/unicore/extracted/DNumType.txt C src/gnu/usr.bin/perl/lib/unicore/extracted/DNumValues.txt C src/gnu/usr.bin/perl/lib/User/grent.pm U src/gnu/usr.bin/perl/lib/User/grent.t U src/gnu/usr.bin/perl/lib/User/pwent.pm U src/gnu/usr.bin/perl/lib/User/pwent.t U src/gnu/usr.bin/perl/lib/warnings/register.pm U src/gnu/usr.bin/perl/NetWare/CLIBsdio.h U src/gnu/usr.bin/perl/NetWare/CLIBstr.h U src/gnu/usr.bin/perl/NetWare/CLIBstuf.c U src/gnu/usr.bin/perl/NetWare/CLIBstuf.h C src/gnu/usr.bin/perl/NetWare/config.wc U src/gnu/usr.bin/perl/NetWare/config_h.PL C src/gnu/usr.bin/perl/NetWare/config_H.wc U src/gnu/usr.bin/perl/NetWare/config_sh.PL U src/gnu/usr.bin/perl/NetWare/deb.h U src/gnu/usr.bin/perl/NetWare/dl_netware.xs U src/gnu/usr.bin/perl/NetWare/intdef.h U src/gnu/usr.bin/perl/NetWare/interface.c U src/gnu/usr.bin/perl/NetWare/interface.cpp U src/gnu/usr.bin/perl/NetWare/interface.h U src/gnu/usr.bin/perl/NetWare/iperlhost.h U src/gnu/usr.bin/perl/NetWare/Main.c C src/gnu/usr.bin/perl/NetWare/Makefile U src/gnu/usr.bin/perl/NetWare/MP.imp U src/gnu/usr.bin/perl/NetWare/netware.h U src/gnu/usr.bin/perl/NetWare/nw5.c U src/gnu/usr.bin/perl/NetWare/nw5iop.h U src/gnu/usr.bin/perl/NetWare/nw5sck.c U src/gnu/usr.bin/perl/NetWare/nw5sck.h U src/gnu/usr.bin/perl/NetWare/nw5thread.c U src/gnu/usr.bin/perl/NetWare/nw5thread.h U src/gnu/usr.bin/perl/NetWare/nwhashcls.cpp U src/gnu/usr.bin/perl/NetWare/nwhashcls.h U src/gnu/usr.bin/perl/NetWare/Nwmain.c U src/gnu/usr.bin/perl/NetWare/nwperlhost.h U src/gnu/usr.bin/perl/NetWare/nwperlsys.c U src/gnu/usr.bin/perl/NetWare/nwperlsys.h U src/gnu/usr.bin/perl/NetWare/Nwpipe.c U src/gnu/usr.bin/perl/NetWare/nwpipe.h U src/gnu/usr.bin/perl/NetWare/nwplglob.c U src/gnu/usr.bin/perl/NetWare/nwplglob.h U src/gnu/usr.bin/perl/NetWare/nwstdio.h U src/gnu/usr.bin/perl/NetWare/NWTInfo.c U src/gnu/usr.bin/perl/NetWare/nwtinfo.h U src/gnu/usr.bin/perl/NetWare/NWUtil.c U src/gnu/usr.bin/perl/NetWare/nwutil.h U src/gnu/usr.bin/perl/NetWare/nwvmem.h U src/gnu/usr.bin/perl/NetWare/perllib.cpp U src/gnu/usr.bin/perl/NetWare/splittree.pl U src/gnu/usr.bin/perl/NetWare/sv_nw.c U src/gnu/usr.bin/perl/NetWare/win32ish.h U src/gnu/usr.bin/perl/NetWare/bat/Buildtype.bat U src/gnu/usr.bin/perl/NetWare/bat/SetCodeWar.bat U src/gnu/usr.bin/perl/NetWare/bat/Setnlmsdk.bat U src/gnu/usr.bin/perl/NetWare/bat/SetNWBld.bat U src/gnu/usr.bin/perl/NetWare/bat/ToggleD2.bat U src/gnu/usr.bin/perl/NetWare/t/NWModify.pl U src/gnu/usr.bin/perl/NetWare/t/NWScripts.pl U src/gnu/usr.bin/perl/NetWare/t/Readme.txt U src/gnu/usr.bin/perl/NetWare/testnlm/echo/echo.c U src/gnu/usr.bin/perl/NetWare/testnlm/type/type.c U src/gnu/usr.bin/perl/os2/Changes U src/gnu/usr.bin/perl/os2/diff.configure U src/gnu/usr.bin/perl/os2/dlfcn.h U src/gnu/usr.bin/perl/os2/dl_os2.c U src/gnu/usr.bin/perl/os2/Makefile.SHs C src/gnu/usr.bin/perl/os2/os2.c U src/gnu/usr.bin/perl/os2/os2.sym U src/gnu/usr.bin/perl/os2/os2add.sym U src/gnu/usr.bin/perl/os2/os2ish.h U src/gnu/usr.bin/perl/os2/os2thread.h U src/gnu/usr.bin/perl/os2/os2_base.t U src/gnu/usr.bin/perl/os2/os2_pipe.t U src/gnu/usr.bin/perl/os2/perl2cmd.pl U src/gnu/usr.bin/perl/os2/perlrexx.c U src/gnu/usr.bin/perl/os2/perlrexx.cmd U src/gnu/usr.bin/perl/os2/OS2/typemap U src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/Changes U src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/ExtAttr.pm U src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/ExtAttr.xs U src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/Makefile.PL U src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/MANIFEST U src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/myea.h U src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/typemap U src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/t/os2_ea.t U src/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/Changes U src/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/Makefile.PL U src/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/MANIFEST U src/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/PrfDB.pm U src/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/PrfDB.xs U src/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/t/os2_prfdb.t U src/gnu/usr.bin/perl/os2/OS2/OS2-Process/Makefile.PL U src/gnu/usr.bin/perl/os2/OS2/OS2-Process/MANIFEST U src/gnu/usr.bin/perl/os2/OS2/OS2-Process/Process.pm U src/gnu/usr.bin/perl/os2/OS2/OS2-Process/Process.xs U src/gnu/usr.bin/perl/os2/OS2/OS2-Process/t/os2_atoms.t U src/gnu/usr.bin/perl/os2/OS2/OS2-Process/t/os2_clipboard.t U src/gnu/usr.bin/perl/os2/OS2/OS2-Process/t/os2_process.t U src/gnu/usr.bin/perl/os2/OS2/OS2-Process/t/os2_process_kid.t U src/gnu/usr.bin/perl/os2/OS2/OS2-Process/t/os2_process_text.t U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/Changes U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/Makefile.PL U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/MANIFEST U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/REXX.pm U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/REXX.xs U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/DLL/Changes U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/DLL/DLL.pm U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/DLL/DLL.xs U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/DLL/Makefile.PL U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/DLL/MANIFEST U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_cmprt.t U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_dllld.t U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_emxrv.t U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_objcall.t U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_sql.test U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_tiesql.test U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_tievar.t U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_tieydb.t U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_varset.t U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_vrexx.t U src/gnu/usr.bin/perl/plan9/aperl U src/gnu/usr.bin/perl/plan9/buildinfo C src/gnu/usr.bin/perl/plan9/config.plan9 C src/gnu/usr.bin/perl/plan9/config_h.sample C src/gnu/usr.bin/perl/plan9/config_sh.sample U src/gnu/usr.bin/perl/plan9/exclude U src/gnu/usr.bin/perl/plan9/fndvers U src/gnu/usr.bin/perl/plan9/genconfig.pl U src/gnu/usr.bin/perl/plan9/mkfile U src/gnu/usr.bin/perl/plan9/myconfig.plan9 U src/gnu/usr.bin/perl/plan9/plan9.c U src/gnu/usr.bin/perl/plan9/plan9ish.h U src/gnu/usr.bin/perl/plan9/setup.rc U src/gnu/usr.bin/perl/plan9/versnum U src/gnu/usr.bin/perl/plan9/arpa/inet.h U src/gnu/usr.bin/perl/pod/buildtoc U src/gnu/usr.bin/perl/pod/Makefile.SH C src/gnu/usr.bin/perl/pod/perl.pod U src/gnu/usr.bin/perl/pod/perl5004delta.pod U src/gnu/usr.bin/perl/pod/perl5005delta.pod U src/gnu/usr.bin/perl/pod/perl5100delta.pod U src/gnu/usr.bin/perl/pod/perl5101delta.pod U src/gnu/usr.bin/perl/pod/perl5120delta.pod U src/gnu/usr.bin/perl/pod/perl5121delta.pod U src/gnu/usr.bin/perl/pod/perl5122delta.pod U src/gnu/usr.bin/perl/pod/perl5123delta.pod U src/gnu/usr.bin/perl/pod/perl5124delta.pod U src/gnu/usr.bin/perl/pod/perl5125delta.pod U src/gnu/usr.bin/perl/pod/perl5140delta.pod U src/gnu/usr.bin/perl/pod/perl5141delta.pod U src/gnu/usr.bin/perl/pod/perl5142delta.pod U src/gnu/usr.bin/perl/pod/perl5143delta.pod U src/gnu/usr.bin/perl/pod/perl5144delta.pod U src/gnu/usr.bin/perl/pod/perl5160delta.pod U src/gnu/usr.bin/perl/pod/perl5161delta.pod U src/gnu/usr.bin/perl/pod/perl5162delta.pod U src/gnu/usr.bin/perl/pod/perl5163delta.pod U src/gnu/usr.bin/perl/pod/perl5180delta.pod U src/gnu/usr.bin/perl/pod/perl5181delta.pod U src/gnu/usr.bin/perl/pod/perl5182delta.pod U src/gnu/usr.bin/perl/pod/perl5184delta.pod U src/gnu/usr.bin/perl/pod/perl5200delta.pod U src/gnu/usr.bin/perl/pod/perl5201delta.pod U src/gnu/usr.bin/perl/pod/perl5202delta.pod U src/gnu/usr.bin/perl/pod/perl5203delta.pod U src/gnu/usr.bin/perl/pod/perl5220delta.pod U src/gnu/usr.bin/perl/pod/perl5221delta.pod U src/gnu/usr.bin/perl/pod/perl5222delta.pod U src/gnu/usr.bin/perl/pod/perl5223delta.pod U src/gnu/usr.bin/perl/pod/perl5224delta.pod U src/gnu/usr.bin/perl/pod/perl5240delta.pod U src/gnu/usr.bin/perl/pod/perl5241delta.pod U src/gnu/usr.bin/perl/pod/perl5242delta.pod U src/gnu/usr.bin/perl/pod/perl5243delta.pod U src/gnu/usr.bin/perl/pod/perl5244delta.pod U src/gnu/usr.bin/perl/pod/perl5260delta.pod U src/gnu/usr.bin/perl/pod/perl5261delta.pod U src/gnu/usr.bin/perl/pod/perl5262delta.pod C src/gnu/usr.bin/perl/pod/perl5263delta.pod U src/gnu/usr.bin/perl/pod/perl5280delta.pod C src/gnu/usr.bin/perl/pod/perl5281delta.pod N src/gnu/usr.bin/perl/pod/perl5282delta.pod N src/gnu/usr.bin/perl/pod/perl5300delta.pod U src/gnu/usr.bin/perl/pod/perl561delta.pod U src/gnu/usr.bin/perl/pod/perl56delta.pod U src/gnu/usr.bin/perl/pod/perl581delta.pod U src/gnu/usr.bin/perl/pod/perl582delta.pod U src/gnu/usr.bin/perl/pod/perl583delta.pod U src/gnu/usr.bin/perl/pod/perl584delta.pod U src/gnu/usr.bin/perl/pod/perl585delta.pod U src/gnu/usr.bin/perl/pod/perl586delta.pod U src/gnu/usr.bin/perl/pod/perl587delta.pod U src/gnu/usr.bin/perl/pod/perl588delta.pod U src/gnu/usr.bin/perl/pod/perl589delta.pod U src/gnu/usr.bin/perl/pod/perl58delta.pod U src/gnu/usr.bin/perl/pod/perlapio.pod U src/gnu/usr.bin/perl/pod/perlartistic.pod U src/gnu/usr.bin/perl/pod/perlbook.pod U src/gnu/usr.bin/perl/pod/perlboot.pod U src/gnu/usr.bin/perl/pod/perlbot.pod U src/gnu/usr.bin/perl/pod/perlcall.pod U src/gnu/usr.bin/perl/pod/perlcheat.pod C src/gnu/usr.bin/perl/pod/perlclib.pod U src/gnu/usr.bin/perl/pod/perlcommunity.pod C src/gnu/usr.bin/perl/pod/perldata.pod U src/gnu/usr.bin/perl/pod/perldbmfilter.pod C src/gnu/usr.bin/perl/pod/perldebguts.pod U src/gnu/usr.bin/perl/pod/perldebtut.pod U src/gnu/usr.bin/perl/pod/perldebug.pod C src/gnu/usr.bin/perl/pod/perldelta.pod U src/gnu/usr.bin/perl/pod/perldeprecation.pod C src/gnu/usr.bin/perl/pod/perldiag.pod U src/gnu/usr.bin/perl/pod/perldsc.pod U src/gnu/usr.bin/perl/pod/perldtrace.pod C src/gnu/usr.bin/perl/pod/perlebcdic.pod U src/gnu/usr.bin/perl/pod/perlembed.pod C src/gnu/usr.bin/perl/pod/perlexperiment.pod U src/gnu/usr.bin/perl/pod/perlfilter.pod U src/gnu/usr.bin/perl/pod/perlfork.pod U src/gnu/usr.bin/perl/pod/perlform.pod C src/gnu/usr.bin/perl/pod/perlfunc.pod C src/gnu/usr.bin/perl/pod/perlgit.pod U src/gnu/usr.bin/perl/pod/perlgpl.pod C src/gnu/usr.bin/perl/pod/perlguts.pod C src/gnu/usr.bin/perl/pod/perlhack.pod C src/gnu/usr.bin/perl/pod/perlhacktips.pod U src/gnu/usr.bin/perl/pod/perlhacktut.pod C src/gnu/usr.bin/perl/pod/perlhist.pod U src/gnu/usr.bin/perl/pod/perlinterp.pod U src/gnu/usr.bin/perl/pod/perlintro.pod U src/gnu/usr.bin/perl/pod/perliol.pod U src/gnu/usr.bin/perl/pod/perlipc.pod U src/gnu/usr.bin/perl/pod/perllexwarn.pod C src/gnu/usr.bin/perl/pod/perllocale.pod U src/gnu/usr.bin/perl/pod/perllol.pod C src/gnu/usr.bin/perl/pod/perlmod.pod U src/gnu/usr.bin/perl/pod/perlmodinstall.pod C src/gnu/usr.bin/perl/pod/perlmodlib.PL U src/gnu/usr.bin/perl/pod/perlmodstyle.pod U src/gnu/usr.bin/perl/pod/perlmroapi.pod U src/gnu/usr.bin/perl/pod/perlnewmod.pod U src/gnu/usr.bin/perl/pod/perlnumber.pod C src/gnu/usr.bin/perl/pod/perlobj.pod U src/gnu/usr.bin/perl/pod/perlootut.pod C src/gnu/usr.bin/perl/pod/perlop.pod U src/gnu/usr.bin/perl/pod/perlopentut.pod U src/gnu/usr.bin/perl/pod/perlpacktut.pod U src/gnu/usr.bin/perl/pod/perlperf.pod U src/gnu/usr.bin/perl/pod/perlpod.pod C src/gnu/usr.bin/perl/pod/perlpodspec.pod C src/gnu/usr.bin/perl/pod/perlpodstyle.pod C src/gnu/usr.bin/perl/pod/perlpolicy.pod C src/gnu/usr.bin/perl/pod/perlport.pod U src/gnu/usr.bin/perl/pod/perlpragma.pod C src/gnu/usr.bin/perl/pod/perlre.pod C src/gnu/usr.bin/perl/pod/perlreapi.pod C src/gnu/usr.bin/perl/pod/perlrebackslash.pod C src/gnu/usr.bin/perl/pod/perlrecharclass.pod C src/gnu/usr.bin/perl/pod/perlref.pod U src/gnu/usr.bin/perl/pod/perlreftut.pod U src/gnu/usr.bin/perl/pod/perlreguts.pod U src/gnu/usr.bin/perl/pod/perlrepository.pod U src/gnu/usr.bin/perl/pod/perlrequick.pod C src/gnu/usr.bin/perl/pod/perlreref.pod U src/gnu/usr.bin/perl/pod/perlretut.pod C src/gnu/usr.bin/perl/pod/perlrun.pod U src/gnu/usr.bin/perl/pod/perlsec.pod C src/gnu/usr.bin/perl/pod/perlsource.pod U src/gnu/usr.bin/perl/pod/perlstyle.pod C src/gnu/usr.bin/perl/pod/perlsub.pod C src/gnu/usr.bin/perl/pod/perlsyn.pod C src/gnu/usr.bin/perl/pod/perlthrtut.pod U src/gnu/usr.bin/perl/pod/perltie.pod U src/gnu/usr.bin/perl/pod/perltodo.pod U src/gnu/usr.bin/perl/pod/perltooc.pod U src/gnu/usr.bin/perl/pod/perltoot.pod U src/gnu/usr.bin/perl/pod/perltrap.pod C src/gnu/usr.bin/perl/pod/perlunicode.pod U src/gnu/usr.bin/perl/pod/perlunicook.pod U src/gnu/usr.bin/perl/pod/perlunifaq.pod U src/gnu/usr.bin/perl/pod/perluniintro.pod U src/gnu/usr.bin/perl/pod/perlunitut.pod U src/gnu/usr.bin/perl/pod/perlutil.pod C src/gnu/usr.bin/perl/pod/perlvar.pod U src/gnu/usr.bin/perl/pod/perlvms.pod U src/gnu/usr.bin/perl/pod/rofftoc U src/gnu/usr.bin/perl/pod/splitman U src/gnu/usr.bin/perl/pod/splitpod U src/gnu/usr.bin/perl/Porting/acknowledgements.pl U src/gnu/usr.bin/perl/Porting/add-package.pl U src/gnu/usr.bin/perl/Porting/bench.pl U src/gnu/usr.bin/perl/Porting/bisect-example.sh U src/gnu/usr.bin/perl/Porting/bisect-runner.pl U src/gnu/usr.bin/perl/Porting/bisect.pl U src/gnu/usr.bin/perl/Porting/bump-perl-version U src/gnu/usr.bin/perl/Porting/check-cpan-pollution U src/gnu/usr.bin/perl/Porting/check83.pl U src/gnu/usr.bin/perl/Porting/checkansi.pl C src/gnu/usr.bin/perl/Porting/checkAUTHORS.pl U src/gnu/usr.bin/perl/Porting/checkcfguse.pl U src/gnu/usr.bin/perl/Porting/checkcfgvar.pl U src/gnu/usr.bin/perl/Porting/checkpodencoding.pl U src/gnu/usr.bin/perl/Porting/checkURL.pl U src/gnu/usr.bin/perl/Porting/checkVERSION.pl U src/gnu/usr.bin/perl/Porting/cherrymaint U src/gnu/usr.bin/perl/Porting/cmpVERSION.pl C src/gnu/usr.bin/perl/Porting/config.sh C src/gnu/usr.bin/perl/Porting/config_H U src/gnu/usr.bin/perl/Porting/config_h.pl U src/gnu/usr.bin/perl/Porting/core-cpan-diff U src/gnu/usr.bin/perl/Porting/corecpan.pl U src/gnu/usr.bin/perl/Porting/corelist-diff C src/gnu/usr.bin/perl/Porting/corelist-perldelta.pl C src/gnu/usr.bin/perl/Porting/corelist.pl C src/gnu/usr.bin/perl/Porting/deparse-skips.txt C src/gnu/usr.bin/perl/Porting/epigraphs.pod C src/gnu/usr.bin/perl/Porting/exec-bit.txt U src/gnu/usr.bin/perl/Porting/exercise_makedef.pl U src/gnu/usr.bin/perl/Porting/expand-macro.pl U src/gnu/usr.bin/perl/Porting/findrfuncs U src/gnu/usr.bin/perl/Porting/git-deltatool U src/gnu/usr.bin/perl/Porting/git-find-p4-change U src/gnu/usr.bin/perl/Porting/git-make-p4-refs U src/gnu/usr.bin/perl/Porting/GitUtils.pm C src/gnu/usr.bin/perl/Porting/Glossary U src/gnu/usr.bin/perl/Porting/harness-timer-report.pl U src/gnu/usr.bin/perl/Porting/how_to_write_a_perldelta.pod U src/gnu/usr.bin/perl/Porting/leakfinder.pl U src/gnu/usr.bin/perl/Porting/Maintainers C src/gnu/usr.bin/perl/Porting/Maintainers.pl U src/gnu/usr.bin/perl/Porting/Maintainers.pm U src/gnu/usr.bin/perl/Porting/make-rmg-checklist C src/gnu/usr.bin/perl/Porting/makemeta C src/gnu/usr.bin/perl/Porting/makerel U src/gnu/usr.bin/perl/Porting/make_dot_patch.pl U src/gnu/usr.bin/perl/Porting/make_modlib_cpan.pl U src/gnu/usr.bin/perl/Porting/make_snapshot.pl U src/gnu/usr.bin/perl/Porting/manicheck U src/gnu/usr.bin/perl/Porting/manifest_lib.pl U src/gnu/usr.bin/perl/Porting/manisort U src/gnu/usr.bin/perl/Porting/mksample U src/gnu/usr.bin/perl/Porting/new-perldelta.pl U src/gnu/usr.bin/perl/Porting/newtests-perldelta.pl C src/gnu/usr.bin/perl/Porting/perldelta_template.pod U src/gnu/usr.bin/perl/Porting/perlhist_calculate.pl U src/gnu/usr.bin/perl/Porting/podtidy U src/gnu/usr.bin/perl/Porting/pod_lib.pl U src/gnu/usr.bin/perl/Porting/pod_rules.pl U src/gnu/usr.bin/perl/Porting/pumpkin.pod C src/gnu/usr.bin/perl/Porting/README.pod U src/gnu/usr.bin/perl/Porting/README.y2038 C src/gnu/usr.bin/perl/Porting/release_announcement_template.txt C src/gnu/usr.bin/perl/Porting/release_managers_guide.pod C src/gnu/usr.bin/perl/Porting/release_schedule.pod U src/gnu/usr.bin/perl/Porting/rt_list_patches U src/gnu/usr.bin/perl/Porting/sort_perldiag.pl C src/gnu/usr.bin/perl/Porting/sync-with-cpan U src/gnu/usr.bin/perl/Porting/timecheck.c U src/gnu/usr.bin/perl/Porting/timecheck2.c C src/gnu/usr.bin/perl/Porting/todo.pod U src/gnu/usr.bin/perl/Porting/valgrindpp.pl U src/gnu/usr.bin/perl/qnx/ar U src/gnu/usr.bin/perl/qnx/cpp U src/gnu/usr.bin/perl/qnx/qnx.c C src/gnu/usr.bin/perl/regen/charset_translations.pl C src/gnu/usr.bin/perl/regen/ebcdic.pl U src/gnu/usr.bin/perl/regen/embed.pl U src/gnu/usr.bin/perl/regen/embed_lib.pl C src/gnu/usr.bin/perl/regen/feature.pl U src/gnu/usr.bin/perl/regen/genpacksizetables.pl U src/gnu/usr.bin/perl/regen/keywords.pl U src/gnu/usr.bin/perl/regen/lib_cleanup.pl U src/gnu/usr.bin/perl/regen/mg_vtable.pl U src/gnu/usr.bin/perl/regen/miniperlmain.pl C src/gnu/usr.bin/perl/regen/mk_invlists.pl C src/gnu/usr.bin/perl/regen/mk_PL_charclass.pl U src/gnu/usr.bin/perl/regen/mph.pl C src/gnu/usr.bin/perl/regen/opcode.pl U src/gnu/usr.bin/perl/regen/opcodes U src/gnu/usr.bin/perl/regen/op_private U src/gnu/usr.bin/perl/regen/overload.pl U src/gnu/usr.bin/perl/regen/reentr.pl C src/gnu/usr.bin/perl/regen/regcharclass.pl C src/gnu/usr.bin/perl/regen/regcharclass_multi_char_folds.pl C src/gnu/usr.bin/perl/regen/regcomp.pl U src/gnu/usr.bin/perl/regen/regen_lib.pl U src/gnu/usr.bin/perl/regen/uconfig_h.pl C src/gnu/usr.bin/perl/regen/unicode_constants.pl C src/gnu/usr.bin/perl/regen/warnings.pl U src/gnu/usr.bin/perl/symbian/bld.inf U src/gnu/usr.bin/perl/symbian/config.pl C src/gnu/usr.bin/perl/symbian/config.sh U src/gnu/usr.bin/perl/symbian/cwd.pl U src/gnu/usr.bin/perl/symbian/demo_pl U src/gnu/usr.bin/perl/symbian/find_writeable_data.pl U src/gnu/usr.bin/perl/symbian/hexdump.pl U src/gnu/usr.bin/perl/symbian/install.cfg U src/gnu/usr.bin/perl/symbian/makesis.pl U src/gnu/usr.bin/perl/symbian/PerlApp.cpp U src/gnu/usr.bin/perl/symbian/PerlApp.h U src/gnu/usr.bin/perl/symbian/PerlApp.hrh U src/gnu/usr.bin/perl/symbian/PerlAppAif.rss U src/gnu/usr.bin/perl/symbian/PerlBase.cpp U src/gnu/usr.bin/perl/symbian/PerlBase.h U src/gnu/usr.bin/perl/symbian/PerlBase.pod U src/gnu/usr.bin/perl/symbian/PerlRecog.cpp U src/gnu/usr.bin/perl/symbian/PerlRecog.mmp U src/gnu/usr.bin/perl/symbian/PerlUi.cpp U src/gnu/usr.bin/perl/symbian/PerlUi.h U src/gnu/usr.bin/perl/symbian/PerlUi.hrh U src/gnu/usr.bin/perl/symbian/PerlUiS60.rss U src/gnu/usr.bin/perl/symbian/PerlUiS80.rss U src/gnu/usr.bin/perl/symbian/PerlUiS90.rss U src/gnu/usr.bin/perl/symbian/PerlUiUIQ.rss U src/gnu/usr.bin/perl/symbian/PerlUtil.cpp U src/gnu/usr.bin/perl/symbian/PerlUtil.h U src/gnu/usr.bin/perl/symbian/PerlUtil.pod U src/gnu/usr.bin/perl/symbian/port.pl U src/gnu/usr.bin/perl/symbian/README U src/gnu/usr.bin/perl/symbian/sanity.pl U src/gnu/usr.bin/perl/symbian/sdk.pl U src/gnu/usr.bin/perl/symbian/sisify.pl U src/gnu/usr.bin/perl/symbian/symbianish.h U src/gnu/usr.bin/perl/symbian/symbian_dll.cpp U src/gnu/usr.bin/perl/symbian/symbian_proto.h U src/gnu/usr.bin/perl/symbian/symbian_stubs.c U src/gnu/usr.bin/perl/symbian/symbian_stubs.h U src/gnu/usr.bin/perl/symbian/symbian_utils.cpp U src/gnu/usr.bin/perl/symbian/TODO U src/gnu/usr.bin/perl/symbian/uid.pl U src/gnu/usr.bin/perl/symbian/version.pl U src/gnu/usr.bin/perl/symbian/xsbuild.pl U src/gnu/usr.bin/perl/symbian/ext/Moped/Msg/bld.inf U src/gnu/usr.bin/perl/symbian/ext/Moped/Msg/location.pl U src/gnu/usr.bin/perl/symbian/ext/Moped/Msg/Msg.mmp U src/gnu/usr.bin/perl/symbian/ext/Moped/Msg/Msg.pkg U src/gnu/usr.bin/perl/symbian/ext/Moped/Msg/Msg.pm U src/gnu/usr.bin/perl/symbian/ext/Moped/Msg/Msg.xs U src/gnu/usr.bin/perl/symbian/ext/Moped/Msg/README C src/gnu/usr.bin/perl/t/charset_tools.pl C src/gnu/usr.bin/perl/t/harness C src/gnu/usr.bin/perl/t/loc_tools.pl U src/gnu/usr.bin/perl/t/perl.supp U src/gnu/usr.bin/perl/t/README C src/gnu/usr.bin/perl/t/TEST C src/gnu/usr.bin/perl/t/test.pl U src/gnu/usr.bin/perl/t/thread_it.pl U src/gnu/usr.bin/perl/t/base/cond.t U src/gnu/usr.bin/perl/t/base/if.t U src/gnu/usr.bin/perl/t/base/lex.t U src/gnu/usr.bin/perl/t/base/num.t U src/gnu/usr.bin/perl/t/base/pat.t U src/gnu/usr.bin/perl/t/base/rs.t U src/gnu/usr.bin/perl/t/base/term.t U src/gnu/usr.bin/perl/t/base/translate.t U src/gnu/usr.bin/perl/t/base/while.t U src/gnu/usr.bin/perl/t/benchmark/rt26188-speed-up-keys-on-empty-hash.t U src/gnu/usr.bin/perl/t/bigmem/hash.t U src/gnu/usr.bin/perl/t/bigmem/index.t U src/gnu/usr.bin/perl/t/bigmem/pos.t U src/gnu/usr.bin/perl/t/bigmem/read.t U src/gnu/usr.bin/perl/t/bigmem/regexp.t U src/gnu/usr.bin/perl/t/bigmem/subst.t U src/gnu/usr.bin/perl/t/bigmem/vec.t U src/gnu/usr.bin/perl/t/cmd/elsif.t U src/gnu/usr.bin/perl/t/cmd/for.t U src/gnu/usr.bin/perl/t/cmd/mod.t U src/gnu/usr.bin/perl/t/cmd/subval.t U src/gnu/usr.bin/perl/t/cmd/switch.t U src/gnu/usr.bin/perl/t/comp/bproto.t U src/gnu/usr.bin/perl/t/comp/cmdopt.t U src/gnu/usr.bin/perl/t/comp/colon.t U src/gnu/usr.bin/perl/t/comp/decl.t U src/gnu/usr.bin/perl/t/comp/filter_exception.t U src/gnu/usr.bin/perl/t/comp/final_line_num.t U src/gnu/usr.bin/perl/t/comp/fold.t U src/gnu/usr.bin/perl/t/comp/form_scope.t U src/gnu/usr.bin/perl/t/comp/hints.aux U src/gnu/usr.bin/perl/t/comp/hints.t U src/gnu/usr.bin/perl/t/comp/line_debug.t U src/gnu/usr.bin/perl/t/comp/line_debug_0.aux U src/gnu/usr.bin/perl/t/comp/multiline.t U src/gnu/usr.bin/perl/t/comp/opsubs.t U src/gnu/usr.bin/perl/t/comp/our.t U src/gnu/usr.bin/perl/t/comp/package.t U src/gnu/usr.bin/perl/t/comp/package_block.t U src/gnu/usr.bin/perl/t/comp/parser.t U src/gnu/usr.bin/perl/t/comp/parser_run.t U src/gnu/usr.bin/perl/t/comp/proto.t U src/gnu/usr.bin/perl/t/comp/redef.t U src/gnu/usr.bin/perl/t/comp/require.t U src/gnu/usr.bin/perl/t/comp/retainedlines.t U src/gnu/usr.bin/perl/t/comp/term.t U src/gnu/usr.bin/perl/t/comp/uproto.t U src/gnu/usr.bin/perl/t/comp/use.t U src/gnu/usr.bin/perl/t/comp/utf.t U src/gnu/usr.bin/perl/t/io/argv.t U src/gnu/usr.bin/perl/t/io/binmode.t U src/gnu/usr.bin/perl/t/io/bom.t U src/gnu/usr.bin/perl/t/io/closepid.t C src/gnu/usr.bin/perl/t/io/crlf.t U src/gnu/usr.bin/perl/t/io/crlf_through.t U src/gnu/usr.bin/perl/t/io/data.t C src/gnu/usr.bin/perl/t/io/defout.t U src/gnu/usr.bin/perl/t/io/dup.t C src/gnu/usr.bin/perl/t/io/eintr.t U src/gnu/usr.bin/perl/t/io/eintr_print.t U src/gnu/usr.bin/perl/t/io/errno.t U src/gnu/usr.bin/perl/t/io/errnosig.t U src/gnu/usr.bin/perl/t/io/fflush.t C src/gnu/usr.bin/perl/t/io/fs.t N src/gnu/usr.bin/perl/t/io/getcwd.t C src/gnu/usr.bin/perl/t/io/inplace.t U src/gnu/usr.bin/perl/t/io/iofile.t U src/gnu/usr.bin/perl/t/io/iprefix.t U src/gnu/usr.bin/perl/t/io/layers.t U src/gnu/usr.bin/perl/t/io/nargv.t U src/gnu/usr.bin/perl/t/io/open.t U src/gnu/usr.bin/perl/t/io/openpid.t N src/gnu/usr.bin/perl/t/io/paragraph_mode.t C src/gnu/usr.bin/perl/t/io/perlio.t U src/gnu/usr.bin/perl/t/io/perlio_fail.t U src/gnu/usr.bin/perl/t/io/perlio_leaks.t U src/gnu/usr.bin/perl/t/io/perlio_open.t U src/gnu/usr.bin/perl/t/io/pipe.t U src/gnu/usr.bin/perl/t/io/print.t U src/gnu/usr.bin/perl/t/io/pvbm.t U src/gnu/usr.bin/perl/t/io/read.t U src/gnu/usr.bin/perl/t/io/say.t U src/gnu/usr.bin/perl/t/io/sem.t U src/gnu/usr.bin/perl/t/io/semctl.t U src/gnu/usr.bin/perl/t/io/shm.t C src/gnu/usr.bin/perl/t/io/socket.t U src/gnu/usr.bin/perl/t/io/socketpair.t C src/gnu/usr.bin/perl/t/io/tell.t U src/gnu/usr.bin/perl/t/io/through.t C src/gnu/usr.bin/perl/t/io/utf8.t U src/gnu/usr.bin/perl/t/japh/abigail.t U src/gnu/usr.bin/perl/t/lib/Cname.pm U src/gnu/usr.bin/perl/t/lib/common.pl U src/gnu/usr.bin/perl/t/lib/commonsense.t U src/gnu/usr.bin/perl/t/lib/Count.pm U src/gnu/usr.bin/perl/t/lib/croak.t U src/gnu/usr.bin/perl/t/lib/cygwin.t U src/gnu/usr.bin/perl/t/lib/dbmt_common.pl U src/gnu/usr.bin/perl/t/lib/deprecate.t U src/gnu/usr.bin/perl/t/lib/h2ph.h U src/gnu/usr.bin/perl/t/lib/h2ph.pht U src/gnu/usr.bin/perl/t/lib/mypragma.pm U src/gnu/usr.bin/perl/t/lib/mypragma.t U src/gnu/usr.bin/perl/t/lib/no_load.t U src/gnu/usr.bin/perl/t/lib/overload_fallback.t U src/gnu/usr.bin/perl/t/lib/overload_nomethod.t U src/gnu/usr.bin/perl/t/lib/proxy_constant_subs.t U src/gnu/usr.bin/perl/t/lib/Sans_mypragma.pm U src/gnu/usr.bin/perl/t/lib/test_require.pm U src/gnu/usr.bin/perl/t/lib/test_use.pm U src/gnu/usr.bin/perl/t/lib/test_use_14937.pm U src/gnu/usr.bin/perl/t/lib/universal.t U src/gnu/usr.bin/perl/t/lib/charnames/alias N src/gnu/usr.bin/perl/t/lib/croak/gv U src/gnu/usr.bin/perl/t/lib/croak/mg C src/gnu/usr.bin/perl/t/lib/croak/op U src/gnu/usr.bin/perl/t/lib/croak/pp U src/gnu/usr.bin/perl/t/lib/croak/pp_ctl U src/gnu/usr.bin/perl/t/lib/croak/pp_hot C src/gnu/usr.bin/perl/t/lib/croak/pp_sys U src/gnu/usr.bin/perl/t/lib/croak/regcomp C src/gnu/usr.bin/perl/t/lib/croak/toke U src/gnu/usr.bin/perl/t/lib/croak/toke_l1 U src/gnu/usr.bin/perl/t/lib/deprecate/Deprecated.pm U src/gnu/usr.bin/perl/t/lib/deprecate/Optionally.pm U src/gnu/usr.bin/perl/t/lib/Devel/nodb.pm U src/gnu/usr.bin/perl/t/lib/Devel/switchd.pm U src/gnu/usr.bin/perl/t/lib/Devel/switchd_empty.pm U src/gnu/usr.bin/perl/t/lib/Devel/switchd_goto.pm C src/gnu/usr.bin/perl/t/lib/feature/bundle C src/gnu/usr.bin/perl/t/lib/feature/implicit U src/gnu/usr.bin/perl/t/lib/feature/nonesuch N src/gnu/usr.bin/perl/t/lib/feature/removed U src/gnu/usr.bin/perl/t/lib/feature/say U src/gnu/usr.bin/perl/t/lib/feature/switch U src/gnu/usr.bin/perl/t/lib/locale/latin1 U src/gnu/usr.bin/perl/t/lib/locale/utf8 U src/gnu/usr.bin/perl/t/lib/strict/refs U src/gnu/usr.bin/perl/t/lib/strict/subs U src/gnu/usr.bin/perl/t/lib/strict/vars U src/gnu/usr.bin/perl/t/lib/subs/subs U src/gnu/usr.bin/perl/t/lib/warnings/1global U src/gnu/usr.bin/perl/t/lib/warnings/2use U src/gnu/usr.bin/perl/t/lib/warnings/3both U src/gnu/usr.bin/perl/t/lib/warnings/4lint U src/gnu/usr.bin/perl/t/lib/warnings/5nolint U src/gnu/usr.bin/perl/t/lib/warnings/6default C src/gnu/usr.bin/perl/t/lib/warnings/7fatal U src/gnu/usr.bin/perl/t/lib/warnings/8signal U src/gnu/usr.bin/perl/t/lib/warnings/9enabled U src/gnu/usr.bin/perl/t/lib/warnings/9uninit U src/gnu/usr.bin/perl/t/lib/warnings/av U src/gnu/usr.bin/perl/t/lib/warnings/doio U src/gnu/usr.bin/perl/t/lib/warnings/doop U src/gnu/usr.bin/perl/t/lib/warnings/gv U src/gnu/usr.bin/perl/t/lib/warnings/hv U src/gnu/usr.bin/perl/t/lib/warnings/malloc U src/gnu/usr.bin/perl/t/lib/warnings/mg C src/gnu/usr.bin/perl/t/lib/warnings/op U src/gnu/usr.bin/perl/t/lib/warnings/pad U src/gnu/usr.bin/perl/t/lib/warnings/perl U src/gnu/usr.bin/perl/t/lib/warnings/perlio U src/gnu/usr.bin/perl/t/lib/warnings/pp U src/gnu/usr.bin/perl/t/lib/warnings/pp_ctl U src/gnu/usr.bin/perl/t/lib/warnings/pp_hot U src/gnu/usr.bin/perl/t/lib/warnings/pp_pack C src/gnu/usr.bin/perl/t/lib/warnings/pp_sys C src/gnu/usr.bin/perl/t/lib/warnings/regcomp C src/gnu/usr.bin/perl/t/lib/warnings/regexec U src/gnu/usr.bin/perl/t/lib/warnings/run U src/gnu/usr.bin/perl/t/lib/warnings/sv U src/gnu/usr.bin/perl/t/lib/warnings/taint C src/gnu/usr.bin/perl/t/lib/warnings/toke U src/gnu/usr.bin/perl/t/lib/warnings/universal C src/gnu/usr.bin/perl/t/lib/warnings/utf8 U src/gnu/usr.bin/perl/t/lib/warnings/util U src/gnu/usr.bin/perl/t/mro/basic.t U src/gnu/usr.bin/perl/t/mro/basic_01_c3.t U src/gnu/usr.bin/perl/t/mro/basic_01_c3_utf8.t U src/gnu/usr.bin/perl/t/mro/basic_01_dfs.t U src/gnu/usr.bin/perl/t/mro/basic_01_dfs_utf8.t U src/gnu/usr.bin/perl/t/mro/basic_02_c3.t U src/gnu/usr.bin/perl/t/mro/basic_02_c3_utf8.t U src/gnu/usr.bin/perl/t/mro/basic_02_dfs.t U src/gnu/usr.bin/perl/t/mro/basic_02_dfs_utf8.t U src/gnu/usr.bin/perl/t/mro/basic_03_c3.t U src/gnu/usr.bin/perl/t/mro/basic_03_c3_utf8.t U src/gnu/usr.bin/perl/t/mro/basic_03_dfs.t U src/gnu/usr.bin/perl/t/mro/basic_03_dfs_utf8.t U src/gnu/usr.bin/perl/t/mro/basic_04_c3.t U src/gnu/usr.bin/perl/t/mro/basic_04_c3_utf8.t U src/gnu/usr.bin/perl/t/mro/basic_04_dfs.t U src/gnu/usr.bin/perl/t/mro/basic_04_dfs_utf8.t U src/gnu/usr.bin/perl/t/mro/basic_05_c3.t U src/gnu/usr.bin/perl/t/mro/basic_05_c3_utf8.t U src/gnu/usr.bin/perl/t/mro/basic_05_dfs.t U src/gnu/usr.bin/perl/t/mro/basic_05_dfs_utf8.t U src/gnu/usr.bin/perl/t/mro/basic_utf8.t U src/gnu/usr.bin/perl/t/mro/c3_with_overload.t U src/gnu/usr.bin/perl/t/mro/c3_with_overload_utf8.t U src/gnu/usr.bin/perl/t/mro/complex_c3.t U src/gnu/usr.bin/perl/t/mro/complex_c3_utf8.t U src/gnu/usr.bin/perl/t/mro/complex_dfs.t U src/gnu/usr.bin/perl/t/mro/complex_dfs_utf8.t U src/gnu/usr.bin/perl/t/mro/dbic_c3.t U src/gnu/usr.bin/perl/t/mro/dbic_c3_utf8.t U src/gnu/usr.bin/perl/t/mro/dbic_dfs.t U src/gnu/usr.bin/perl/t/mro/dbic_dfs_utf8.t U src/gnu/usr.bin/perl/t/mro/inconsistent_c3.t U src/gnu/usr.bin/perl/t/mro/inconsistent_c3_utf8.t U src/gnu/usr.bin/perl/t/mro/isarev.t U src/gnu/usr.bin/perl/t/mro/isarev_utf8.t U src/gnu/usr.bin/perl/t/mro/isa_aliases.t U src/gnu/usr.bin/perl/t/mro/isa_aliases_utf8.t U src/gnu/usr.bin/perl/t/mro/isa_c3.t U src/gnu/usr.bin/perl/t/mro/isa_c3_utf8.t U src/gnu/usr.bin/perl/t/mro/isa_dfs.t U src/gnu/usr.bin/perl/t/mro/isa_dfs_utf8.t U src/gnu/usr.bin/perl/t/mro/method_caching.t U src/gnu/usr.bin/perl/t/mro/method_caching_utf8.t U src/gnu/usr.bin/perl/t/mro/next_edgecases.t U src/gnu/usr.bin/perl/t/mro/next_edgecases_utf8.t U src/gnu/usr.bin/perl/t/mro/next_goto.t U src/gnu/usr.bin/perl/t/mro/next_goto_utf8.t U src/gnu/usr.bin/perl/t/mro/next_inanon.t U src/gnu/usr.bin/perl/t/mro/next_inanon_utf8.t U src/gnu/usr.bin/perl/t/mro/next_ineval.t U src/gnu/usr.bin/perl/t/mro/next_ineval_utf8.t U src/gnu/usr.bin/perl/t/mro/next_method.t U src/gnu/usr.bin/perl/t/mro/next_method_utf8.t U src/gnu/usr.bin/perl/t/mro/next_NEXT.t U src/gnu/usr.bin/perl/t/mro/next_NEXT_utf8.t U src/gnu/usr.bin/perl/t/mro/next_skip.t U src/gnu/usr.bin/perl/t/mro/next_skip_utf8.t U src/gnu/usr.bin/perl/t/mro/overload_c3.t U src/gnu/usr.bin/perl/t/mro/overload_c3_utf8.t U src/gnu/usr.bin/perl/t/mro/overload_dfs.t U src/gnu/usr.bin/perl/t/mro/package_aliases.t U src/gnu/usr.bin/perl/t/mro/package_aliases_utf8.t U src/gnu/usr.bin/perl/t/mro/pkg_gen.t U src/gnu/usr.bin/perl/t/mro/pkg_gen_utf8.t U src/gnu/usr.bin/perl/t/mro/recursion_c3.t U src/gnu/usr.bin/perl/t/mro/recursion_c3_utf8.t U src/gnu/usr.bin/perl/t/mro/recursion_dfs.t U src/gnu/usr.bin/perl/t/mro/recursion_dfs_utf8.t U src/gnu/usr.bin/perl/t/mro/vulcan_c3.t U src/gnu/usr.bin/perl/t/mro/vulcan_c3_utf8.t U src/gnu/usr.bin/perl/t/mro/vulcan_dfs.t U src/gnu/usr.bin/perl/t/mro/vulcan_dfs_utf8.t U src/gnu/usr.bin/perl/t/op/64bitint.t U src/gnu/usr.bin/perl/t/op/aassign.t U src/gnu/usr.bin/perl/t/op/alarm.t U src/gnu/usr.bin/perl/t/op/anonconst.t U src/gnu/usr.bin/perl/t/op/anonsub.t U src/gnu/usr.bin/perl/t/op/append.t U src/gnu/usr.bin/perl/t/op/args.t U src/gnu/usr.bin/perl/t/op/array.t U src/gnu/usr.bin/perl/t/op/assignwarn.t U src/gnu/usr.bin/perl/t/op/attrhand.t U src/gnu/usr.bin/perl/t/op/attrproto.t U src/gnu/usr.bin/perl/t/op/attrs.t U src/gnu/usr.bin/perl/t/op/auto.t U src/gnu/usr.bin/perl/t/op/avhv.t U src/gnu/usr.bin/perl/t/op/bless.t U src/gnu/usr.bin/perl/t/op/blocks.t U src/gnu/usr.bin/perl/t/op/bop.t U src/gnu/usr.bin/perl/t/op/caller.pl U src/gnu/usr.bin/perl/t/op/caller.t U src/gnu/usr.bin/perl/t/op/catch.t U src/gnu/usr.bin/perl/t/op/chars.t U src/gnu/usr.bin/perl/t/op/chdir.t U src/gnu/usr.bin/perl/t/op/chop.t U src/gnu/usr.bin/perl/t/op/chr.t U src/gnu/usr.bin/perl/t/op/closure.t U src/gnu/usr.bin/perl/t/op/closure_test.pl U src/gnu/usr.bin/perl/t/op/concat2.t U src/gnu/usr.bin/perl/t/op/cond.t U src/gnu/usr.bin/perl/t/op/const-optree.t U src/gnu/usr.bin/perl/t/op/context.t U src/gnu/usr.bin/perl/t/op/coreamp.t C src/gnu/usr.bin/perl/t/op/coresubs.t U src/gnu/usr.bin/perl/t/op/cproto.t U src/gnu/usr.bin/perl/t/op/crypt.t U src/gnu/usr.bin/perl/t/op/current_sub.t U src/gnu/usr.bin/perl/t/op/dbm.t U src/gnu/usr.bin/perl/t/op/decl-refs.t U src/gnu/usr.bin/perl/t/op/defined.t U src/gnu/usr.bin/perl/t/op/defins.t U src/gnu/usr.bin/perl/t/op/delete.t U src/gnu/usr.bin/perl/t/op/die.t U src/gnu/usr.bin/perl/t/op/die_except.t U src/gnu/usr.bin/perl/t/op/die_exit.t U src/gnu/usr.bin/perl/t/op/die_keeperr.t U src/gnu/usr.bin/perl/t/op/die_unwind.t U src/gnu/usr.bin/perl/t/op/do.t U src/gnu/usr.bin/perl/t/op/dor.t C src/gnu/usr.bin/perl/t/op/dump.t U src/gnu/usr.bin/perl/t/op/each.t U src/gnu/usr.bin/perl/t/op/each_array.t U src/gnu/usr.bin/perl/t/op/eval.t U src/gnu/usr.bin/perl/t/op/evalbytes.t C src/gnu/usr.bin/perl/t/op/exec.t U src/gnu/usr.bin/perl/t/op/exists_sub.t U src/gnu/usr.bin/perl/t/op/exp.t U src/gnu/usr.bin/perl/t/op/fh.t U src/gnu/usr.bin/perl/t/op/filehandle.t U src/gnu/usr.bin/perl/t/op/filetest.t U src/gnu/usr.bin/perl/t/op/filetest_stack_ok.t U src/gnu/usr.bin/perl/t/op/filetest_t.t U src/gnu/usr.bin/perl/t/op/flip.t C src/gnu/usr.bin/perl/t/op/for.t U src/gnu/usr.bin/perl/t/op/fork.t U src/gnu/usr.bin/perl/t/op/fresh_perl_utf8.t U src/gnu/usr.bin/perl/t/op/getpid.t C src/gnu/usr.bin/perl/t/op/getppid.t U src/gnu/usr.bin/perl/t/op/glob.t C src/gnu/usr.bin/perl/t/op/gmagic.t U src/gnu/usr.bin/perl/t/op/goto.t U src/gnu/usr.bin/perl/t/op/goto_xs.t U src/gnu/usr.bin/perl/t/op/grent.t U src/gnu/usr.bin/perl/t/op/grep.t C src/gnu/usr.bin/perl/t/op/groups.t U src/gnu/usr.bin/perl/t/op/gv.t U src/gnu/usr.bin/perl/t/op/hash-rt85026.t U src/gnu/usr.bin/perl/t/op/hash.t U src/gnu/usr.bin/perl/t/op/hashassign.t U src/gnu/usr.bin/perl/t/op/hashwarn.t C src/gnu/usr.bin/perl/t/op/heredoc.t U src/gnu/usr.bin/perl/t/op/hexfp.t U src/gnu/usr.bin/perl/t/op/inc.t U src/gnu/usr.bin/perl/t/op/inccode-tie.t U src/gnu/usr.bin/perl/t/op/inccode.t U src/gnu/usr.bin/perl/t/op/incfilter.t U src/gnu/usr.bin/perl/t/op/index.t U src/gnu/usr.bin/perl/t/op/index_thr.t U src/gnu/usr.bin/perl/t/op/infnan.t U src/gnu/usr.bin/perl/t/op/int.t U src/gnu/usr.bin/perl/t/op/join.t U src/gnu/usr.bin/perl/t/op/kill0.t U src/gnu/usr.bin/perl/t/op/kill0_child U src/gnu/usr.bin/perl/t/op/kvaslice.t U src/gnu/usr.bin/perl/t/op/kvhslice.t C src/gnu/usr.bin/perl/t/op/lc.t U src/gnu/usr.bin/perl/t/op/leaky-magic.t U src/gnu/usr.bin/perl/t/op/length.t C src/gnu/usr.bin/perl/t/op/lex.t U src/gnu/usr.bin/perl/t/op/lexsub.t U src/gnu/usr.bin/perl/t/op/lex_assign.t U src/gnu/usr.bin/perl/t/op/lfs.t U src/gnu/usr.bin/perl/t/op/list.t C src/gnu/usr.bin/perl/t/op/local.t U src/gnu/usr.bin/perl/t/op/localref.t U src/gnu/usr.bin/perl/t/op/lock.t U src/gnu/usr.bin/perl/t/op/loopctl.t U src/gnu/usr.bin/perl/t/op/lop.t C src/gnu/usr.bin/perl/t/op/lvref.t U src/gnu/usr.bin/perl/t/op/magic-27839.t C src/gnu/usr.bin/perl/t/op/magic.t U src/gnu/usr.bin/perl/t/op/method.t U src/gnu/usr.bin/perl/t/op/mkdir.t C src/gnu/usr.bin/perl/t/op/multideref.t C src/gnu/usr.bin/perl/t/op/my.t U src/gnu/usr.bin/perl/t/op/mydef.t U src/gnu/usr.bin/perl/t/op/my_stash.t U src/gnu/usr.bin/perl/t/op/negate.t U src/gnu/usr.bin/perl/t/op/not.t U src/gnu/usr.bin/perl/t/op/numconvert.t U src/gnu/usr.bin/perl/t/op/oct.t U src/gnu/usr.bin/perl/t/op/or.t U src/gnu/usr.bin/perl/t/op/ord.t U src/gnu/usr.bin/perl/t/op/overload_integer.t U src/gnu/usr.bin/perl/t/op/override.t C src/gnu/usr.bin/perl/t/op/pack.t U src/gnu/usr.bin/perl/t/op/packagev.t U src/gnu/usr.bin/perl/t/op/pos.t C src/gnu/usr.bin/perl/t/op/postfixderef.t U src/gnu/usr.bin/perl/t/op/pow.t U src/gnu/usr.bin/perl/t/op/print.t U src/gnu/usr.bin/perl/t/op/protowarn.t U src/gnu/usr.bin/perl/t/op/push.t U src/gnu/usr.bin/perl/t/op/pwent.t C src/gnu/usr.bin/perl/t/op/qr.t U src/gnu/usr.bin/perl/t/op/quotemeta.t U src/gnu/usr.bin/perl/t/op/rand.t U src/gnu/usr.bin/perl/t/op/range.t U src/gnu/usr.bin/perl/t/op/read.t U src/gnu/usr.bin/perl/t/op/readdir.t C src/gnu/usr.bin/perl/t/op/readline.t U src/gnu/usr.bin/perl/t/op/recurse.t U src/gnu/usr.bin/perl/t/op/ref.t C src/gnu/usr.bin/perl/t/op/repeat.t U src/gnu/usr.bin/perl/t/op/require_37033.t U src/gnu/usr.bin/perl/t/op/require_errors.t U src/gnu/usr.bin/perl/t/op/require_override.t U src/gnu/usr.bin/perl/t/op/reset.t U src/gnu/usr.bin/perl/t/op/reverse.t U src/gnu/usr.bin/perl/t/op/rt119311.t U src/gnu/usr.bin/perl/t/op/runlevel.t U src/gnu/usr.bin/perl/t/op/select.t U src/gnu/usr.bin/perl/t/op/setpgrpstack.t U src/gnu/usr.bin/perl/t/op/sigdispatch.t U src/gnu/usr.bin/perl/t/op/signatures.t U src/gnu/usr.bin/perl/t/op/sigsystem.t U src/gnu/usr.bin/perl/t/op/sleep.t U src/gnu/usr.bin/perl/t/op/smartkve.t U src/gnu/usr.bin/perl/t/op/smartmatch.t U src/gnu/usr.bin/perl/t/op/sort.t U src/gnu/usr.bin/perl/t/op/splice.t U src/gnu/usr.bin/perl/t/op/split.t U src/gnu/usr.bin/perl/t/op/split_unicode.t U src/gnu/usr.bin/perl/t/op/sprintf.t C src/gnu/usr.bin/perl/t/op/sprintf2.t U src/gnu/usr.bin/perl/t/op/srand.t U src/gnu/usr.bin/perl/t/op/sselect.t U src/gnu/usr.bin/perl/t/op/stash.t U src/gnu/usr.bin/perl/t/op/stash_parse_gv.t C src/gnu/usr.bin/perl/t/op/stat.t U src/gnu/usr.bin/perl/t/op/state.t U src/gnu/usr.bin/perl/t/op/stat_errors.t U src/gnu/usr.bin/perl/t/op/study.t U src/gnu/usr.bin/perl/t/op/studytied.t U src/gnu/usr.bin/perl/t/op/sub.t U src/gnu/usr.bin/perl/t/op/substr.t U src/gnu/usr.bin/perl/t/op/substr_thr.t U src/gnu/usr.bin/perl/t/op/sub_lval.t U src/gnu/usr.bin/perl/t/op/svleak.pl C src/gnu/usr.bin/perl/t/op/svleak.t U src/gnu/usr.bin/perl/t/op/switch.t U src/gnu/usr.bin/perl/t/op/symbolcache.t C src/gnu/usr.bin/perl/t/op/sysio.t C src/gnu/usr.bin/perl/t/op/taint.t U src/gnu/usr.bin/perl/t/op/threads-dirh.t U src/gnu/usr.bin/perl/t/op/threads.t U src/gnu/usr.bin/perl/t/op/threads_create.pl C src/gnu/usr.bin/perl/t/op/tie.t U src/gnu/usr.bin/perl/t/op/tiearray.t U src/gnu/usr.bin/perl/t/op/tiehandle.t U src/gnu/usr.bin/perl/t/op/tie_fetch_count.t U src/gnu/usr.bin/perl/t/op/time.t U src/gnu/usr.bin/perl/t/op/time_loop.t C src/gnu/usr.bin/perl/t/op/tr.t N src/gnu/usr.bin/perl/t/op/tr_latin1.t U src/gnu/usr.bin/perl/t/op/undef.t U src/gnu/usr.bin/perl/t/op/universal.t U src/gnu/usr.bin/perl/t/op/unlink.t U src/gnu/usr.bin/perl/t/op/unshift.t U src/gnu/usr.bin/perl/t/op/upgrade.t U src/gnu/usr.bin/perl/t/op/utf8cache.t U src/gnu/usr.bin/perl/t/op/utf8decode.t U src/gnu/usr.bin/perl/t/op/utf8magic.t U src/gnu/usr.bin/perl/t/op/utfhash.t U src/gnu/usr.bin/perl/t/op/utftaint.t U src/gnu/usr.bin/perl/t/op/vec.t U src/gnu/usr.bin/perl/t/op/ver.t U src/gnu/usr.bin/perl/t/op/waitpid.t U src/gnu/usr.bin/perl/t/op/wantarray.t U src/gnu/usr.bin/perl/t/op/warn.t U src/gnu/usr.bin/perl/t/op/while.t C src/gnu/usr.bin/perl/t/op/write.t U src/gnu/usr.bin/perl/t/op/yadayada.t C src/gnu/usr.bin/perl/t/opbasic/arith.t U src/gnu/usr.bin/perl/t/opbasic/cmp.t C src/gnu/usr.bin/perl/t/opbasic/concat.t U src/gnu/usr.bin/perl/t/opbasic/magic_phase.t U src/gnu/usr.bin/perl/t/opbasic/qq.t U src/gnu/usr.bin/perl/t/perf/benchmarks C src/gnu/usr.bin/perl/t/perf/benchmarks.t U src/gnu/usr.bin/perl/t/perf/opcount.t U src/gnu/usr.bin/perl/t/perf/optree.t U src/gnu/usr.bin/perl/t/perf/speed.t U src/gnu/usr.bin/perl/t/perf/taint.t U src/gnu/usr.bin/perl/t/porting/args_assert.t U src/gnu/usr.bin/perl/t/porting/authors.t C src/gnu/usr.bin/perl/t/porting/bench.t U src/gnu/usr.bin/perl/t/porting/bench_selftest.t U src/gnu/usr.bin/perl/t/porting/bincompat.t U src/gnu/usr.bin/perl/t/porting/checkcase.t U src/gnu/usr.bin/perl/t/porting/checkcfgvar.t U src/gnu/usr.bin/perl/t/porting/cmp_version.t U src/gnu/usr.bin/perl/t/porting/copyright.t U src/gnu/usr.bin/perl/t/porting/corelist.t C src/gnu/usr.bin/perl/t/porting/customized.dat U src/gnu/usr.bin/perl/t/porting/customized.t C src/gnu/usr.bin/perl/t/porting/diag.t U src/gnu/usr.bin/perl/t/porting/dual-life.t U src/gnu/usr.bin/perl/t/porting/exec-bit.t U src/gnu/usr.bin/perl/t/porting/extrefs.t U src/gnu/usr.bin/perl/t/porting/filenames.t U src/gnu/usr.bin/perl/t/porting/FindExt.t U src/gnu/usr.bin/perl/t/porting/globvar.t C src/gnu/usr.bin/perl/t/porting/known_pod_issues.dat C src/gnu/usr.bin/perl/t/porting/libperl.t C src/gnu/usr.bin/perl/t/porting/manifest.t U src/gnu/usr.bin/perl/t/porting/maintainers.t U src/gnu/usr.bin/perl/t/porting/pending-author.t U src/gnu/usr.bin/perl/t/porting/perlfunc.t U src/gnu/usr.bin/perl/t/porting/podcheck.t U src/gnu/usr.bin/perl/t/porting/pod_rules.t U src/gnu/usr.bin/perl/t/porting/readme.t C src/gnu/usr.bin/perl/t/porting/regen.t U src/gnu/usr.bin/perl/t/porting/re_context.t U src/gnu/usr.bin/perl/t/porting/ss_dup.t U src/gnu/usr.bin/perl/t/porting/test_bootstrap.t U src/gnu/usr.bin/perl/t/porting/utils.t U src/gnu/usr.bin/perl/t/porting/bench/badhash U src/gnu/usr.bin/perl/t/porting/bench/badname U src/gnu/usr.bin/perl/t/porting/bench/badversion.json U src/gnu/usr.bin/perl/t/porting/bench/callsub.json U src/gnu/usr.bin/perl/t/porting/bench/callsub2.json U src/gnu/usr.bin/perl/t/porting/bench/oddentry U src/gnu/usr.bin/perl/t/porting/bench/ret0 U src/gnu/usr.bin/perl/t/porting/bench/synerr U src/gnu/usr.bin/perl/t/re/alpha_assertions.t U src/gnu/usr.bin/perl/t/re/anyof.t U src/gnu/usr.bin/perl/t/re/charset.t N src/gnu/usr.bin/perl/t/re/fold_grind.pl N src/gnu/usr.bin/perl/t/re/fold_grind_8.t N src/gnu/usr.bin/perl/t/re/fold_grind_a.t N src/gnu/usr.bin/perl/t/re/fold_grind_aa.t N src/gnu/usr.bin/perl/t/re/fold_grind_d.t N src/gnu/usr.bin/perl/t/re/fold_grind_l.t N src/gnu/usr.bin/perl/t/re/fold_grind_T.t N src/gnu/usr.bin/perl/t/re/fold_grind_u.t U src/gnu/usr.bin/perl/t/re/keep_tabs.t U src/gnu/usr.bin/perl/t/re/no_utf8_pm.t U src/gnu/usr.bin/perl/t/re/overload.t C src/gnu/usr.bin/perl/t/re/pat.t C src/gnu/usr.bin/perl/t/re/pat_advanced.t U src/gnu/usr.bin/perl/t/re/pat_advanced_thr.t U src/gnu/usr.bin/perl/t/re/pat_psycho.t U src/gnu/usr.bin/perl/t/re/pat_psycho_thr.t C src/gnu/usr.bin/perl/t/re/pat_re_eval.t C src/gnu/usr.bin/perl/t/re/pat_rt_report.t U src/gnu/usr.bin/perl/t/re/pat_re_eval_thr.t U src/gnu/usr.bin/perl/t/re/pat_rt_report_thr.t U src/gnu/usr.bin/perl/t/re/pat_special_cc.t U src/gnu/usr.bin/perl/t/re/pat_special_cc_thr.t U src/gnu/usr.bin/perl/t/re/pat_thr.t U src/gnu/usr.bin/perl/t/re/pos.t U src/gnu/usr.bin/perl/t/re/qr-72922.t U src/gnu/usr.bin/perl/t/re/qr.t U src/gnu/usr.bin/perl/t/re/qrstack.t U src/gnu/usr.bin/perl/t/re/qr_gc.t U src/gnu/usr.bin/perl/t/re/recompile.t C src/gnu/usr.bin/perl/t/re/regexp.t U src/gnu/usr.bin/perl/t/re/regexp_noamp.t U src/gnu/usr.bin/perl/t/re/regexp_nonull.t U src/gnu/usr.bin/perl/t/re/regexp_notrie.t U src/gnu/usr.bin/perl/t/re/regexp_qr.t U src/gnu/usr.bin/perl/t/re/regexp_qr_embed.t U src/gnu/usr.bin/perl/t/re/regexp_qr_embed_thr.t U src/gnu/usr.bin/perl/t/re/regexp_trielist.t C src/gnu/usr.bin/perl/t/re/regexp_unicode_prop.t U src/gnu/usr.bin/perl/t/re/regexp_unicode_prop_thr.t C src/gnu/usr.bin/perl/t/re/regex_sets.t U src/gnu/usr.bin/perl/t/re/regex_sets_compat.t U src/gnu/usr.bin/perl/t/re/reg_60508.t U src/gnu/usr.bin/perl/t/re/reg_email.t U src/gnu/usr.bin/perl/t/re/reg_email_thr.t U src/gnu/usr.bin/perl/t/re/reg_eval.t C src/gnu/usr.bin/perl/t/re/reg_eval_scope.t U src/gnu/usr.bin/perl/t/re/reg_fold.t C src/gnu/usr.bin/perl/t/re/reg_mesg.t U src/gnu/usr.bin/perl/t/re/reg_namedcapture.t U src/gnu/usr.bin/perl/t/re/reg_nc_tie.t U src/gnu/usr.bin/perl/t/re/reg_nocapture.t U src/gnu/usr.bin/perl/t/re/reg_pmod.t U src/gnu/usr.bin/perl/t/re/reg_posixcc.t C src/gnu/usr.bin/perl/t/re/re_tests U src/gnu/usr.bin/perl/t/re/rt122747.t U src/gnu/usr.bin/perl/t/re/rxcode.t C src/gnu/usr.bin/perl/t/re/script_run.t U src/gnu/usr.bin/perl/t/re/speed.t U src/gnu/usr.bin/perl/t/re/speed_thr.t C src/gnu/usr.bin/perl/t/re/subst.t U src/gnu/usr.bin/perl/t/re/substT.t U src/gnu/usr.bin/perl/t/re/subst_amp.t U src/gnu/usr.bin/perl/t/re/subst_wamp.t U src/gnu/usr.bin/perl/t/re/uniprops01.t U src/gnu/usr.bin/perl/t/re/uniprops02.t U src/gnu/usr.bin/perl/t/re/uniprops03.t U src/gnu/usr.bin/perl/t/re/uniprops04.t U src/gnu/usr.bin/perl/t/re/uniprops05.t U src/gnu/usr.bin/perl/t/re/uniprops06.t U src/gnu/usr.bin/perl/t/re/uniprops07.t U src/gnu/usr.bin/perl/t/re/uniprops08.t U src/gnu/usr.bin/perl/t/re/uniprops09.t U src/gnu/usr.bin/perl/t/re/uniprops10.t N src/gnu/usr.bin/perl/t/re/user_prop_race_thr.t U src/gnu/usr.bin/perl/t/run/cloexec.t U src/gnu/usr.bin/perl/t/run/dtrace.pl U src/gnu/usr.bin/perl/t/run/dtrace.t U src/gnu/usr.bin/perl/t/run/exit.t U src/gnu/usr.bin/perl/t/run/fresh_perl.t C src/gnu/usr.bin/perl/t/run/locale.t U src/gnu/usr.bin/perl/t/run/noswitch.t U src/gnu/usr.bin/perl/t/run/runenv.t U src/gnu/usr.bin/perl/t/run/script.t U src/gnu/usr.bin/perl/t/run/switch0.t U src/gnu/usr.bin/perl/t/run/switcha.t U src/gnu/usr.bin/perl/t/run/switchC.t U src/gnu/usr.bin/perl/t/run/switchd-78586.t U src/gnu/usr.bin/perl/t/run/switchd.t U src/gnu/usr.bin/perl/t/run/switchDx.t C src/gnu/usr.bin/perl/t/run/switches.t U src/gnu/usr.bin/perl/t/run/switchF.t U src/gnu/usr.bin/perl/t/run/switchF1.t U src/gnu/usr.bin/perl/t/run/switchF2.t U src/gnu/usr.bin/perl/t/run/switchI.t U src/gnu/usr.bin/perl/t/run/switchM.t U src/gnu/usr.bin/perl/t/run/switchn.t U src/gnu/usr.bin/perl/t/run/switchp.t U src/gnu/usr.bin/perl/t/run/switcht.t U src/gnu/usr.bin/perl/t/run/switchx.aux U src/gnu/usr.bin/perl/t/run/switchx.t U src/gnu/usr.bin/perl/t/run/switchx2.aux U src/gnu/usr.bin/perl/t/run/switchx3.aux U src/gnu/usr.bin/perl/t/run/flib/broken.pm U src/gnu/usr.bin/perl/t/run/flib/t2.pm U src/gnu/usr.bin/perl/t/run/flib/t2.pmc U src/gnu/usr.bin/perl/t/test_pl/can_isa_ok.t U src/gnu/usr.bin/perl/t/test_pl/plan_skip_all.t U src/gnu/usr.bin/perl/t/test_pl/tempfile.t U src/gnu/usr.bin/perl/t/test_pl/_num_to_alpha.t U src/gnu/usr.bin/perl/t/uni/attrs.t U src/gnu/usr.bin/perl/t/uni/bless.t U src/gnu/usr.bin/perl/t/uni/cache.t U src/gnu/usr.bin/perl/t/uni/caller.t U src/gnu/usr.bin/perl/t/uni/case.pl U src/gnu/usr.bin/perl/t/uni/chomp.t C src/gnu/usr.bin/perl/t/uni/class.t U src/gnu/usr.bin/perl/t/uni/eval.t C src/gnu/usr.bin/perl/t/uni/fold.t U src/gnu/usr.bin/perl/t/uni/goto.t U src/gnu/usr.bin/perl/t/uni/greek.t U src/gnu/usr.bin/perl/t/uni/gv.t U src/gnu/usr.bin/perl/t/uni/labels.t U src/gnu/usr.bin/perl/t/uni/latin2.t U src/gnu/usr.bin/perl/t/uni/lex_utf8.t U src/gnu/usr.bin/perl/t/uni/lower.t U src/gnu/usr.bin/perl/t/uni/method.t U src/gnu/usr.bin/perl/t/uni/opcroak.t C src/gnu/usr.bin/perl/t/uni/overload.t U src/gnu/usr.bin/perl/t/uni/package.t C src/gnu/usr.bin/perl/t/uni/parser.t C src/gnu/usr.bin/perl/t/uni/readline.t U src/gnu/usr.bin/perl/t/uni/select.t U src/gnu/usr.bin/perl/t/uni/sprintf.t U src/gnu/usr.bin/perl/t/uni/stash.t U src/gnu/usr.bin/perl/t/uni/tie.t U src/gnu/usr.bin/perl/t/uni/title.t U src/gnu/usr.bin/perl/t/uni/tr_utf8.t U src/gnu/usr.bin/perl/t/uni/universal.t C src/gnu/usr.bin/perl/t/uni/upper.t C src/gnu/usr.bin/perl/t/uni/variables.t U src/gnu/usr.bin/perl/t/uni/write.t U src/gnu/usr.bin/perl/t/win32/crypt.t U src/gnu/usr.bin/perl/t/win32/fs.t U src/gnu/usr.bin/perl/t/win32/popen.t U src/gnu/usr.bin/perl/t/win32/runenv.t U src/gnu/usr.bin/perl/t/win32/signal.t U src/gnu/usr.bin/perl/t/win32/system.t U src/gnu/usr.bin/perl/t/win32/system_tests U src/gnu/usr.bin/perl/utils/corelist.PL U src/gnu/usr.bin/perl/utils/cpan.PL U src/gnu/usr.bin/perl/utils/enc2xs.PL U src/gnu/usr.bin/perl/utils/encguess.PL U src/gnu/usr.bin/perl/utils/h2ph.PL U src/gnu/usr.bin/perl/utils/h2xs.PL U src/gnu/usr.bin/perl/utils/instmodsh.PL U src/gnu/usr.bin/perl/utils/json_pp.PL U src/gnu/usr.bin/perl/utils/libnetcfg.PL U src/gnu/usr.bin/perl/utils/Makefile.PL U src/gnu/usr.bin/perl/utils/perlbug.PL U src/gnu/usr.bin/perl/utils/perldoc.PL U src/gnu/usr.bin/perl/utils/perlivp.PL U src/gnu/usr.bin/perl/utils/piconv.PL U src/gnu/usr.bin/perl/utils/pl2pm.PL U src/gnu/usr.bin/perl/utils/pod2html.PL U src/gnu/usr.bin/perl/utils/prove.PL U src/gnu/usr.bin/perl/utils/ptar.PL U src/gnu/usr.bin/perl/utils/ptardiff.PL U src/gnu/usr.bin/perl/utils/ptargrep.PL U src/gnu/usr.bin/perl/utils/shasum.PL U src/gnu/usr.bin/perl/utils/splain.PL U src/gnu/usr.bin/perl/utils/xsubpp.PL U src/gnu/usr.bin/perl/utils/zipdetails.PL C src/gnu/usr.bin/perl/vms/descrip_mms.template U src/gnu/usr.bin/perl/vms/genopt.com U src/gnu/usr.bin/perl/vms/gen_shrfls.pl U src/gnu/usr.bin/perl/vms/make_command.com U src/gnu/usr.bin/perl/vms/mms2make.pl U src/gnu/usr.bin/perl/vms/munchconfig.c U src/gnu/usr.bin/perl/vms/myconfig.com U src/gnu/usr.bin/perl/vms/test.com U src/gnu/usr.bin/perl/vms/vms.c U src/gnu/usr.bin/perl/vms/vmsish.h U src/gnu/usr.bin/perl/vms/vmspipe.com U src/gnu/usr.bin/perl/vos/Changes U src/gnu/usr.bin/perl/vos/compile_full_perl.cm U src/gnu/usr.bin/perl/vos/configure_full_perl.sh U src/gnu/usr.bin/perl/vos/make_full_perl.sh U src/gnu/usr.bin/perl/vos/vos.c U src/gnu/usr.bin/perl/vos/vosish.h C src/gnu/usr.bin/perl/win32/config.ce C src/gnu/usr.bin/perl/win32/config.gc C src/gnu/usr.bin/perl/win32/config.vc C src/gnu/usr.bin/perl/win32/config_H.ce C src/gnu/usr.bin/perl/win32/config_H.gc U src/gnu/usr.bin/perl/win32/config_h.PL C src/gnu/usr.bin/perl/win32/config_H.vc C src/gnu/usr.bin/perl/win32/config_sh.PL U src/gnu/usr.bin/perl/win32/create_perllibst_h.pl U src/gnu/usr.bin/perl/win32/distclean.bat U src/gnu/usr.bin/perl/win32/fcrypt.c U src/gnu/usr.bin/perl/win32/FindExt.pm C src/gnu/usr.bin/perl/win32/GNUmakefile U src/gnu/usr.bin/perl/win32/list_static_libs.pl C src/gnu/usr.bin/perl/win32/Makefile C src/gnu/usr.bin/perl/win32/Makefile.ce C src/gnu/usr.bin/perl/win32/makefile.mk U src/gnu/usr.bin/perl/win32/perl.rc U src/gnu/usr.bin/perl/win32/perlexe.ico U src/gnu/usr.bin/perl/win32/perlexe.manifest U src/gnu/usr.bin/perl/win32/perlexe.rc U src/gnu/usr.bin/perl/win32/perlglob.c C src/gnu/usr.bin/perl/win32/perlhost.h U src/gnu/usr.bin/perl/win32/perllib.c U src/gnu/usr.bin/perl/win32/perlmaince.c C src/gnu/usr.bin/perl/win32/pod.mak U src/gnu/usr.bin/perl/win32/runperl.c U src/gnu/usr.bin/perl/win32/vdir.h U src/gnu/usr.bin/perl/win32/vmem.h C src/gnu/usr.bin/perl/win32/win32.c C src/gnu/usr.bin/perl/win32/win32.h U src/gnu/usr.bin/perl/win32/win32ceio.c U src/gnu/usr.bin/perl/win32/win32io.c U src/gnu/usr.bin/perl/win32/win32iop-o.h C src/gnu/usr.bin/perl/win32/win32iop.h C src/gnu/usr.bin/perl/win32/win32sck.c U src/gnu/usr.bin/perl/win32/win32thread.c U src/gnu/usr.bin/perl/win32/win32thread.h U src/gnu/usr.bin/perl/win32/wince.c U src/gnu/usr.bin/perl/win32/wince.h U src/gnu/usr.bin/perl/win32/wincesck.c U src/gnu/usr.bin/perl/win32/bin/exetype.pl U src/gnu/usr.bin/perl/win32/bin/perlglob.pl U src/gnu/usr.bin/perl/win32/bin/pl2bat.pl U src/gnu/usr.bin/perl/win32/bin/runperl.pl U src/gnu/usr.bin/perl/win32/bin/search.pl U src/gnu/usr.bin/perl/win32/ce-helpers/cecopy-lib.pl U src/gnu/usr.bin/perl/win32/ce-helpers/comp.pl U src/gnu/usr.bin/perl/win32/ce-helpers/compile-all.bat U src/gnu/usr.bin/perl/win32/ce-helpers/compile.bat U src/gnu/usr.bin/perl/win32/ce-helpers/makedist.pl U src/gnu/usr.bin/perl/win32/ce-helpers/registry.bat U src/gnu/usr.bin/perl/win32/ce-helpers/sdsdkenv.bat U src/gnu/usr.bin/perl/win32/include/dirent.h U src/gnu/usr.bin/perl/win32/include/netdb.h U src/gnu/usr.bin/perl/win32/include/arpa/inet.h U src/gnu/usr.bin/perl/win32/include/sys/errno2.h U src/gnu/usr.bin/perl/win32/include/sys/socket.h 805 conflicts created by this import. Use the following command to help the merge: cvs checkout -jPERL:yesterday -jPERL src/gnu/usr.bin/perl CVSROOT: /cvs Module name: src Changes by: afresh1@cvs.openbsd.org 2019/12/29 19:13:57 Modified files: gnu/usr.bin/perl: AUTHORS Changes Configure EXTERN.h INSTALL INTERN.h MANIFEST META.json META.yml Makefile.SH README.aix README.haiku README.hpux README.macosx README.os2 README.solaris README.vms README.win32 TestInit.pm XSUB.h autodoc.pl charclass_invlists.h config_h.SH configpm configure.com cop.h cv.h doio.c dosish.h dquote.c dump.c ebcdic_tables.h embed.fnc embed.h embedvar.h feature.h globals.c globvar.sym gv.c handy.h hv.c hv_func.h inline.h install_lib.pl installperl intrpvar.h invlist_inline.h l1_char_class_tab.h locale.c makedef.pl malloc.c mathoms.c metaconfig.h mg.c miniperlmain.c mkppport.lst mro_core.c numeric.c op.c op.h patchlevel.h perl.c perl.h perlapi.h perlio.c perlvars.h perly.act perly.c perly.h perly.tab perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c pp_sys.c proto.h regcharclass.h regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h scope.c sv.c sv.h toke.c uconfig.h uconfig.sh uconfig64.sh unicode_constants.h universal.c unixish.h utf8.c utf8.h util.c utils.lst vutil.c warnings.h write_buildcustomize.pl gnu/usr.bin/perl/Cross: config.sh-arm-linux config.sh-arm-linux-n770 gnu/usr.bin/perl/NetWare: Makefile config.wc config_H.wc gnu/usr.bin/perl/Porting: Glossary Maintainers.pl README.pod checkAUTHORS.pl config.sh config_H corelist-perldelta.pl corelist.pl deparse-skips.txt epigraphs.pod exec-bit.txt makemeta makerel perldelta_template.pod pumpkin.pod release_announcement_template.txt release_managers_guide.pod release_schedule.pod sync-with-cpan todo.pod gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive: Tar.pm gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/Tar: Constant.pm File.pm gnu/usr.bin/perl/cpan/CPAN/lib: CPAN.pm gnu/usr.bin/perl/cpan/CPAN/lib/App: Cpan.pm gnu/usr.bin/perl/cpan/CPAN/lib/CPAN: Distribution.pm Mirrors.pm Plugin.pm Shell.pm gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Plugin: Specfile.pm gnu/usr.bin/perl/cpan/CPAN/scripts: cpan gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2: Bzip2.xs gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/lib/Compress/Raw: Bzip2.pm gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/private: MakeUtil.pm gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/t: 000prereq.t gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/lib/Compress/Raw: Zlib.pm gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/private: MakeUtil.pm gnu/usr.bin/perl/cpan/Config-Perl-V: V.pm gnu/usr.bin/perl/cpan/Config-Perl-V/t: 20_plv56.t 21_plv58.t 22_plv510.t 23_plv512.t 24_plv514.t 25_plv516.t 25_plv5162.t 26_plv518.t 26_plv5182.t 27_plv5200.t 27_plv5202.t 28_plv5220.t 28_plv52201w.t gnu/usr.bin/perl/cpan/DB_File: DB_File.pm DB_File.xs Makefile.PL gnu/usr.bin/perl/cpan/Digest-MD5: MD5.xs gnu/usr.bin/perl/cpan/Digest-MD5/t: files.t gnu/usr.bin/perl/cpan/Digest-SHA: SHA.xs shasum gnu/usr.bin/perl/cpan/Digest-SHA/lib/Digest: SHA.pm gnu/usr.bin/perl/cpan/Digest-SHA/src: sha.c sha.h sha64bit.c sha64bit.h gnu/usr.bin/perl/cpan/Encode: Encode.pm Encode.xs encengine.c gnu/usr.bin/perl/cpan/Encode/Unicode: Unicode.pm Unicode.xs gnu/usr.bin/perl/cpan/Encode/t: enc_eucjp.t utf8warnings.t gnu/usr.bin/perl/cpan/ExtUtils-Install/lib/ExtUtils: Install.pm gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils: MM_Any.pm MM_Unix.pm gnu/usr.bin/perl/cpan/ExtUtils-Manifest/lib/ExtUtils: MANIFEST.SKIP Manifest.pm gnu/usr.bin/perl/cpan/ExtUtils-Manifest/t: Manifest.t gnu/usr.bin/perl/cpan/File-Path/lib/File: Path.pm gnu/usr.bin/perl/cpan/File-Path/t: Path_root.t gnu/usr.bin/perl/cpan/Filter-Util-Call: Call.pm Call.xs gnu/usr.bin/perl/cpan/Filter-Util-Call/t: call.t rt_54452-rebless.t gnu/usr.bin/perl/cpan/HTTP-Tiny/lib/HTTP: Tiny.pm gnu/usr.bin/perl/cpan/IO-Compress: Makefile.PL gnu/usr.bin/perl/cpan/IO-Compress/bin: zipdetails gnu/usr.bin/perl/cpan/IO-Compress/lib/Compress: Zlib.pm gnu/usr.bin/perl/cpan/IO-Compress/lib/File: GlobMapper.pm gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress: Base.pm Bzip2.pm Deflate.pm FAQ.pod Gzip.pm RawDeflate.pm Zip.pm gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Adapter: Bzip2.pm Deflate.pm Identity.pm gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Base: Common.pm gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Gzip: Constants.pm gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Zip: Constants.pm gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Zlib: Constants.pm Extra.pm gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress: AnyInflate.pm AnyUncompress.pm Base.pm Bunzip2.pm Gunzip.pm Inflate.pm RawInflate.pm Unzip.pm gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Adapter: Bunzip2.pm Identity.pm Inflate.pm gnu/usr.bin/perl/cpan/IO-Compress/private: MakeUtil.pm gnu/usr.bin/perl/cpan/IO-Compress/t: 000prereq.t 101truncate-bzip2.t 101truncate-deflate.t 101truncate-gzip.t 101truncate-zip.t gnu/usr.bin/perl/cpan/IO-Compress/t/compress: oneshot.pl gnu/usr.bin/perl/cpan/IPC-Cmd/lib/IPC: Cmd.pm gnu/usr.bin/perl/cpan/JSON-PP/bin: json_pp gnu/usr.bin/perl/cpan/JSON-PP/lib/JSON: PP.pm gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math: BigFloat.pm BigInt.pm gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigInt: Calc.pm gnu/usr.bin/perl/cpan/Math-BigInt/t: bare_mbf.t bare_mbi.t bare_mif.t bigfltpm.inc bigfltpm.t bigintc.t bigintpm.inc bigintpm.t biglog.t bigroot.t calling.t config.t downgrade.t isa.t lib_load.t mbf_ali.t mbi_ali.t mbimbf.inc mbimbf.t req_mbfw.t sub_ali.t sub_mbf.t sub_mbi.t sub_mif.t trap.t upgrade.inc upgrade.t upgradef.t use_mbfw.t with_sub.t gnu/usr.bin/perl/cpan/Math-BigInt/t/Math/BigInt: Scalar.pm gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/lib/Math/BigInt: FastCalc.pm gnu/usr.bin/perl/cpan/Math-BigRat/lib/Math: BigRat.pm gnu/usr.bin/perl/cpan/Math-BigRat/t: bigfltpm.inc bigfltrt.t bigratpm.inc bigratpm.t trap.t gnu/usr.bin/perl/cpan/Math-BigRat/t/Math/BigRat: Test.pm gnu/usr.bin/perl/cpan/Module-Metadata/lib/Module: Metadata.pm gnu/usr.bin/perl/cpan/Module-Metadata/t: encoding.t extract-package.t extract-version.t metadata.t gnu/usr.bin/perl/cpan/Module-Metadata/t/lib: GeneratePackage.pm gnu/usr.bin/perl/cpan/Pod-Parser/lib/Pod: PlainText.pm gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod: Perldoc.pm gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc: ToMan.pm gnu/usr.bin/perl/cpan/Sys-Syslog: Makefile.PL gnu/usr.bin/perl/cpan/Test-Simple/lib: ok.pm gnu/usr.bin/perl/cpan/Test-Simple/lib/Test: Builder.pm More.pm Simple.pm Tester.pm gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder: Module.pm Tester.pm gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/Tester: Color.pm gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Tester: Capture.pm CaptureRunner.pm Delegate.pm gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/use: ok.pm gnu/usr.bin/perl/cpan/Text-Balanced/lib/Text: Balanced.pm gnu/usr.bin/perl/cpan/Time-Piece: Piece.pm Seconds.pm gnu/usr.bin/perl/cpan/Time-Piece/t: 06subclass.t gnu/usr.bin/perl/cpan/Unicode-Collate: Collate.pm gnu/usr.bin/perl/cpan/Unicode-Collate/Collate: Locale.pm allkeys.txt gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/CJK: Big5.pm GB2312.pm JISX0208.pm Korean.pm Pinyin.pm Stroke.pm Zhuyin.pm gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale: af.pl ar.pl as.pl az.pl be.pl bn.pl ca.pl cs.pl cy.pl da.pl de_phone.pl ee.pl eo.pl es.pl es_trad.pl et.pl fa.pl fi.pl fi_phone.pl fil.pl fo.pl gu.pl ha.pl haw.pl hi.pl hr.pl hu.pl hy.pl ig.pl is.pl ja.pl kk.pl kl.pl kn.pl ko.pl kok.pl ln.pl lt.pl lv.pl mk.pl ml.pl mr.pl mt.pl nb.pl nn.pl nso.pl om.pl or.pl pa.pl pl.pl ro.pl sa.pl se.pl si.pl si_dict.pl sk.pl sl.pl sq.pl sr.pl sv.pl sv_refo.pl ta.pl te.pl th.pl tn.pl to.pl tr.pl uk.pl ur.pl vi.pl wae.pl wo.pl yo.pl zh.pl zh_big5.pl zh_gb.pl zh_pin.pl zh_strk.pl zh_zhu.pl gnu/usr.bin/perl/cpan/Unicode-Collate/t: ident.t loc_es.t loc_estr.t loc_fr.t version.t gnu/usr.bin/perl/cpan/bignum/lib: bigint.pm bignum.pm bigrat.pm gnu/usr.bin/perl/cpan/bignum/lib/Math/BigFloat: Trace.pm gnu/usr.bin/perl/cpan/bignum/lib/Math/BigInt: Trace.pm gnu/usr.bin/perl/cpan/bignum/t: option_l.t gnu/usr.bin/perl/cpan/experimental/lib: experimental.pm gnu/usr.bin/perl/cpan/experimental/t: basic.t gnu/usr.bin/perl/cpan/parent/lib: parent.pm gnu/usr.bin/perl/cpan/parent/t: parent-pmc.t parent.t gnu/usr.bin/perl/cpan/perlfaq/lib: perlfaq.pm perlfaq.pod perlfaq1.pod perlfaq2.pod perlfaq3.pod perlfaq4.pod perlfaq5.pod perlfaq6.pod perlfaq7.pod perlfaq8.pod perlfaq9.pod perlglossary.pod gnu/usr.bin/perl/cpan/podlators: Makefile.PL gnu/usr.bin/perl/cpan/podlators/lib/Pod: Man.pm ParseLink.pm Text.pm gnu/usr.bin/perl/cpan/podlators/lib/Pod/Text: Color.pm Overstrike.pm Termcap.pm gnu/usr.bin/perl/cpan/podlators/scripts: pod2man.PL pod2text.PL gnu/usr.bin/perl/cpan/podlators/t/data: basic.cap basic.clr basic.man basic.ovr basic.pod basic.txt gnu/usr.bin/perl/cpan/podlators/t/data/snippets: README gnu/usr.bin/perl/cpan/podlators/t/docs: pod-spelling.t pod.t synopsis.t gnu/usr.bin/perl/cpan/podlators/t/general: basic.t filehandle.t pod-parser.t gnu/usr.bin/perl/cpan/podlators/t/lib/Test: Podlators.pm RRA.pm gnu/usr.bin/perl/cpan/podlators/t/lib/Test/RRA: Config.pm ModuleVersion.pm gnu/usr.bin/perl/cpan/podlators/t/man: devise-date.t devise-title.t empty.t heading.t no-encode.t utf8-io.t gnu/usr.bin/perl/cpan/podlators/t/parselink: basic.t gnu/usr.bin/perl/cpan/podlators/t/style: minimum-version.t module-version.t strict.t gnu/usr.bin/perl/cpan/podlators/t/text: basic.t color.t empty.t encoding.t options.t overstrike.t perlio.t termcap.t utf8.t gnu/usr.bin/perl/cpan/version/lib: version.pm gnu/usr.bin/perl/cpan/version/lib/version: regex.pm gnu/usr.bin/perl/cpan/version/t: 01base.t 02derived.t 03require.t 05sigdie.t 06noop.t 07locale.t 08_corelist.t 09_list_util.t gnu/usr.bin/perl/dist/Data-Dumper: Changes Dumper.pm Dumper.xs gnu/usr.bin/perl/dist/Data-Dumper/t: dumper.t gnu/usr.bin/perl/dist/ExtUtils-CBuilder: Changes gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils: CBuilder.pm gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder: Base.pm gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform: Unix.pm VMS.pm Windows.pm aix.pm android.pm cygwin.pm darwin.pm dec_osf.pm os2.pm gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows: BCC.pm GCC.pm MSVC.pm gnu/usr.bin/perl/dist/ExtUtils-CBuilder/t: 04-base.t gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils: ParseXS.pm gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS: Constants.pm CountLines.pm Eval.pm Utilities.pm gnu/usr.bin/perl/dist/IO: IO.pm gnu/usr.bin/perl/dist/IO/lib/IO: Dir.pm File.pm Handle.pm Pipe.pm Poll.pm Seekable.pm Select.pm Socket.pm gnu/usr.bin/perl/dist/IO/lib/IO/Socket: INET.pm UNIX.pm gnu/usr.bin/perl/dist/Module-CoreList: Changes gnu/usr.bin/perl/dist/Module-CoreList/lib/Module: CoreList.pm CoreList.pod gnu/usr.bin/perl/dist/Module-CoreList/lib/Module/CoreList: Utils.pm gnu/usr.bin/perl/dist/Net-Ping/lib/Net: Ping.pm gnu/usr.bin/perl/dist/PathTools: Changes Cwd.pm Cwd.xs gnu/usr.bin/perl/dist/PathTools/lib/File: Spec.pm gnu/usr.bin/perl/dist/PathTools/lib/File/Spec: AmigaOS.pm Cygwin.pm Epoc.pm Functions.pm Mac.pm OS2.pm Unix.pm VMS.pm Win32.pm gnu/usr.bin/perl/dist/PathTools/t: Spec.t abs2rel.t gnu/usr.bin/perl/dist/Storable: ChangeLog Makefile.PL Storable.xs __Storable__.pm stacksize gnu/usr.bin/perl/dist/Storable/t: recurse.t gnu/usr.bin/perl/dist/Thread-Queue/lib/Thread: Queue.pm gnu/usr.bin/perl/dist/Time-HiRes: Changes HiRes.pm HiRes.xs Makefile.PL gnu/usr.bin/perl/dist/Time-HiRes/fallback: const-c.inc gnu/usr.bin/perl/dist/Time-HiRes/t: itimer.t utime.t gnu/usr.bin/perl/dist/threads-shared: shared.xs gnu/usr.bin/perl/dist/threads-shared/lib/threads: shared.pm gnu/usr.bin/perl/dist/threads-shared/t: stress.t gnu/usr.bin/perl/ext/B: B.pm B.xs gnu/usr.bin/perl/ext/B/B: Concise.pm gnu/usr.bin/perl/ext/B/t: b.t gnu/usr.bin/perl/ext/Devel-Peek: Peek.pm gnu/usr.bin/perl/ext/Devel-Peek/t: Peek.t gnu/usr.bin/perl/ext/DynaLoader: Makefile.PL gnu/usr.bin/perl/ext/Errno: Errno_pm.PL gnu/usr.bin/perl/ext/ExtUtils-Miniperl/lib/ExtUtils: Miniperl.pm gnu/usr.bin/perl/ext/File-Find/lib/File: Find.pm gnu/usr.bin/perl/ext/File-Find/t: find.t gnu/usr.bin/perl/ext/File-Glob: Glob.pm gnu/usr.bin/perl/ext/GDBM_File: GDBM_File.pm gnu/usr.bin/perl/ext/I18N-Langinfo: Langinfo.pm gnu/usr.bin/perl/ext/NDBM_File: Makefile.PL NDBM_File.pm gnu/usr.bin/perl/ext/ODBM_File: ODBM_File.pm gnu/usr.bin/perl/ext/POSIX: POSIX.xs gnu/usr.bin/perl/ext/POSIX/lib: POSIX.pm POSIX.pod gnu/usr.bin/perl/ext/POSIX/t: math.t posix.t gnu/usr.bin/perl/ext/PerlIO-encoding: encoding.pm gnu/usr.bin/perl/ext/PerlIO-encoding/t: fallback.t gnu/usr.bin/perl/ext/SDBM_File: SDBM_File.pm pair.c pair.h sdbm.c sdbm.h gnu/usr.bin/perl/ext/Win32CORE: Win32CORE.c gnu/usr.bin/perl/ext/XS-APItest: APItest.pm APItest.xs numeric.xs gnu/usr.bin/perl/ext/XS-APItest/t: call_checker.t gnu/usr.bin/perl/ext/XS-Typemap: Typemap.pm Typemap.xs gnu/usr.bin/perl/ext/re: re.pm gnu/usr.bin/perl/ext/re/t: regop.t gnu/usr.bin/perl/hints: catamount.sh darwin.sh dec_osf.sh hpux.sh openbsd.sh gnu/usr.bin/perl/lib: AnyDBM_File.pm bytes.pm feature.pm locale.t open.t overload.t perl5db.pl perl5db.t sigtrap.pm utf8.pm utf8_heavy.pl vars.pm warnings.pm gnu/usr.bin/perl/lib/B: Deparse.pm Deparse.t Op_private.pm gnu/usr.bin/perl/lib/File: Copy.pm gnu/usr.bin/perl/lib/Unicode: UCD.pm UCD.t gnu/usr.bin/perl/lib/User: grent.pm gnu/usr.bin/perl/lib/unicore: ArabicShaping.txt BidiBrackets.txt BidiMirroring.txt Blocks.txt CJKRadicals.txt CaseFolding.txt CompositionExclusions.txt DAge.txt DCoreProperties.txt DNormalizationProps.txt EastAsianWidth.txt EmojiSources.txt HangulSyllableType.txt Index.txt IndicPositionalCategory.txt IndicSyllabicCategory.txt Jamo.txt LineBreak.txt NameAliases.txt NamedSequences.txt NamedSqProv.txt NamesList.txt NormalizationCorrections.txt PropList.txt PropValueAliases.txt PropertyAliases.txt ReadMe.txt ScriptExtensions.txt Scripts.txt SpecialCasing.txt StandardizedVariants.txt UnicodeData.txt mktables version gnu/usr.bin/perl/lib/unicore/auxiliary: GCBTest.txt GraphemeBreakProperty.txt LBTest.txt SBTest.txt SentenceBreakProperty.txt WBTest.txt WordBreakProperty.txt gnu/usr.bin/perl/lib/unicore/extracted: DBidiClass.txt DBinaryProperties.txt DCombiningClass.txt DDecompositionType.txt DEastAsianWidth.txt DGeneralCategory.txt DJoinGroup.txt DJoinType.txt DLineBreak.txt DNumType.txt DNumValues.txt gnu/usr.bin/perl/os2: os2.c gnu/usr.bin/perl/plan9: config.plan9 config_h.sample config_sh.sample gnu/usr.bin/perl/pod: perl.pod perlclib.pod perldata.pod perldebguts.pod perldelta.pod perldiag.pod perlebcdic.pod perlexperiment.pod perlfunc.pod perlgit.pod perlguts.pod perlhack.pod perlhacktips.pod perlhist.pod perllocale.pod perlmod.pod perlmodinstall.pod perlmodlib.PL perlobj.pod perlop.pod perlpodspec.pod perlpodstyle.pod perlpolicy.pod perlport.pod perlre.pod perlreapi.pod perlrebackslash.pod perlrecharclass.pod perlref.pod perlreref.pod perlrun.pod perlsource.pod perlsub.pod perlsyn.pod perlthrtut.pod perlunicode.pod perlvar.pod gnu/usr.bin/perl/regen: charset_translations.pl ebcdic.pl feature.pl lib_cleanup.pl mk_PL_charclass.pl mk_invlists.pl opcode.pl regcharclass.pl regcharclass_multi_char_folds.pl regcomp.pl unicode_constants.pl warnings.pl gnu/usr.bin/perl/symbian: config.sh gnu/usr.bin/perl/t: TEST charset_tools.pl harness loc_tools.pl test.pl gnu/usr.bin/perl/t/io: crlf.t defout.t eintr.t fs.t inplace.t perlio.t socket.t tell.t utf8.t gnu/usr.bin/perl/t/lib: h2ph.pht gnu/usr.bin/perl/t/lib/croak: op pp_sys toke gnu/usr.bin/perl/t/lib/feature: bundle implicit gnu/usr.bin/perl/t/lib/warnings: 7fatal op pp_sys regcomp toke utf8 gnu/usr.bin/perl/t/op: coresubs.t dump.t exec.t getppid.t gmagic.t groups.t heredoc.t lc.t lex.t local.t lvref.t magic.t multideref.t my.t pack.t postfixderef.t qr.t readline.t sprintf2.t stat.t svleak.t sysio.t taint.t tie.t tr.t write.t gnu/usr.bin/perl/t/opbasic: arith.t concat.t gnu/usr.bin/perl/t/perf: benchmarks.t gnu/usr.bin/perl/t/porting: bench.t customized.dat diag.t dual-life.t known_pod_issues.dat libperl.t manifest.t regen.t gnu/usr.bin/perl/t/re: pat.t pat_advanced.t pat_re_eval.t pat_rt_report.t re_tests reg_eval_scope.t reg_mesg.t regex_sets.t regexp.t regexp_unicode_prop.t script_run.t speed.t subst.t gnu/usr.bin/perl/t/run: locale.t gnu/usr.bin/perl/t/uni: class.t fold.t overload.t parser.t readline.t upper.t variables.t gnu/usr.bin/perl/utils: Makefile.PL h2ph.PL perlbug.PL gnu/usr.bin/perl/vms: descrip_mms.template gnu/usr.bin/perl/win32: GNUmakefile Makefile Makefile.ce config.ce config.gc config.vc config_H.ce config_H.gc config_H.vc config_sh.PL makefile.mk perlhost.h pod.mak win32.c win32.h win32iop.h win32sck.c Removed files: gnu/usr.bin/perl/cpan/B-Debug: Debug.pm gnu/usr.bin/perl/cpan/B-Debug/t: debug.t gnu/usr.bin/perl/cpan/Encode/t: utf8messages.t gnu/usr.bin/perl/cpan/JSON-PP/t: 021_evans_bugrep.t _unicode_handling.pm gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale: Codes.pm Codes.pod Country.pm Country.pod Currency.pm Currency.pod Language.pm Language.pod Script.pm Script.pod gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes: Changes.pod Constants.pm Country.pm Country.pod Country_Codes.pm Country_Retired.pm Currency.pm Currency.pod Currency_Codes.pm Currency_Retired.pm LangExt.pm LangExt.pod LangExt_Codes.pm LangExt_Retired.pm LangFam.pm LangFam.pod LangFam_Codes.pm LangFam_Retired.pm LangVar.pm LangVar.pod LangVar_Codes.pm LangVar_Retired.pm Language.pm Language.pod Language_Codes.pm Language_Retired.pm Script.pm Script.pod Script_Codes.pm Script_Retired.pm Types.pod gnu/usr.bin/perl/cpan/Locale-Codes/t: country_func.t country_old.t country_oo.t currency_func.t currency_old.t currency_oo.t do_tests.pl errors.1.t errors.2.t langext_func.t langext_oo.t langfam_func.t langfam_oo.t language_func.t language_old.t language_oo.t langvar_func.t langvar_oo.t script_func.t script_old.t script_oo.t testfunc.pl vals_country.pl vals_currency.pl vals_error.pl vals_langext.pl vals_langfam.pl vals_language.pl vals_langvar.pl vals_script.pl gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigInt: CalcEmu.pm gnu/usr.bin/perl/cpan/Math-BigRat/t: biglog.t bigroot.t gnu/usr.bin/perl/dist/Storable/t: CVE-2015-1592.inc gnu/usr.bin/perl/ext/arybase: arybase.pm arybase.xs ptable.h gnu/usr.bin/perl/ext/arybase/t: aeach.t aelem.t akeys.t arybase.t aslice.t av2arylen.t index.t lslice.t pos.t scope.t scope_0.pm splice.t substr.t gnu/usr.bin/perl/lib/unicore/To: _PerlWB.pl gnu/usr.bin/perl/lib/unicore/lib/GCB: EB.pl GAZ.pl gnu/usr.bin/perl/t/op: array_base.t gnu/usr.bin/perl/t/re: fold_grind.t Log message: Fix merge issues, remove excess files - match perl-5.30.1 dist Timing is good deraadt@, OK sthen@ CVSROOT: /cvs Module name: src Changes by: afresh1@cvs.openbsd.org 2019/12/29 19:15:18 Modified files: gnu/usr.bin/perl: Configure MANIFEST Makefile.SH Makefile.bsd-wrapper1 configpm install_lib.pl installperl perl.c pp.c shlib_version util.c utils.lst vutil.c gnu/usr.bin/perl/Porting: Maintainers.pl pumpkin.pod gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/private: MakeUtil.pm gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/private: MakeUtil.pm gnu/usr.bin/perl/cpan/Digest-MD5: MD5.xs gnu/usr.bin/perl/cpan/Digest-MD5/t: files.t gnu/usr.bin/perl/cpan/ExtUtils-Install/lib/ExtUtils: Install.pm gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils: MM_Any.pm MM_Unix.pm gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t: build_man.t gnu/usr.bin/perl/cpan/IO-Compress/private: MakeUtil.pm gnu/usr.bin/perl/cpan/OpenBSD-Pledge/lib/OpenBSD: Pledge.pm gnu/usr.bin/perl/cpan/Pod-Parser/lib/Pod: PlainText.pm gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod: Perldoc.pm gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc: ToMan.pm gnu/usr.bin/perl/cpan/Sys-Syslog: Makefile.PL gnu/usr.bin/perl/cpan/Text-Balanced/lib/Text: Balanced.pm gnu/usr.bin/perl/cpan/podlators/lib/Pod: Man.pm gnu/usr.bin/perl/cpan/podlators/scripts: pod2man.PL gnu/usr.bin/perl/dist/IO/t: cachepropagate-unix.t gnu/usr.bin/perl/dist/threads-shared/t: stress.t gnu/usr.bin/perl/ext/DynaLoader: Makefile.PL gnu/usr.bin/perl/ext/NDBM_File: Makefile.PL gnu/usr.bin/perl/hints: openbsd.sh gnu/usr.bin/perl/lib: AnyDBM_File.pm gnu/usr.bin/perl/pod: perlmodinstall.pod perlmodlib.PL perlop.pod gnu/usr.bin/perl/regen: lib_cleanup.pl gnu/usr.bin/perl/t/lib: h2ph.pht gnu/usr.bin/perl/t/op: getppid.t gnu/usr.bin/perl/t/porting: customized.dat dual-life.t gnu/usr.bin/perl/t/re: speed.t gnu/usr.bin/perl/utils: Makefile.PL h2ph.PL perlbug.PL gnu/usr.bin/perl/win32: GNUmakefile Makefile makefile.mk Log message: Apply local patches, remove excess files - perl-5.30.1 Timing is good deraadt@, OK sthen@ CVSROOT: /cvs Module name: src Changes by: afresh1@cvs.openbsd.org 2019/12/29 19:16:46 Modified files: gnu/usr.bin/perl: MANIFEST Makefile.SH gnu/usr.bin/perl/lib/unicore: CombiningClass.pl Decomposition.pl Heavy.pl Name.pl Name.pm TestProp.pl UCD.pl mktables.lst gnu/usr.bin/perl/lib/unicore/To: Age.pl Bc.pl Bmg.pl Bpb.pl Bpt.pl Cf.pl Digit.pl Ea.pl Fold.pl GCB.pl Gc.pl Hst.pl InPC.pl InSC.pl Isc.pl Jg.pl Jt.pl Lb.pl Lc.pl Lower.pl NFCQC.pl NFDQC.pl NFKCCF.pl NFKCQC.pl NFKDQC.pl Na1.pl NameAlia.pl Nt.pl Nv.pl PerlDeci.pl SB.pl Sc.pl Scx.pl Tc.pl Title.pl Uc.pl Upper.pl Vo.pl WB.pl _PerlLB.pl _PerlSCX.pl gnu/usr.bin/perl/lib/unicore/lib/Age: NA.pl V100.pl V11.pl V20.pl V30.pl V31.pl V32.pl V40.pl V41.pl V50.pl V51.pl V52.pl V60.pl V61.pl V70.pl V80.pl V90.pl gnu/usr.bin/perl/lib/unicore/lib/Alpha: Y.pl gnu/usr.bin/perl/lib/unicore/lib/Bc: AL.pl AN.pl B.pl BN.pl CS.pl EN.pl ES.pl ET.pl L.pl NSM.pl ON.pl R.pl WS.pl gnu/usr.bin/perl/lib/unicore/lib/BidiC: Y.pl gnu/usr.bin/perl/lib/unicore/lib/BidiM: Y.pl gnu/usr.bin/perl/lib/unicore/lib/Blk: NB.pl gnu/usr.bin/perl/lib/unicore/lib/Bpt: C.pl N.pl O.pl gnu/usr.bin/perl/lib/unicore/lib/CE: Y.pl gnu/usr.bin/perl/lib/unicore/lib/CI: Y.pl gnu/usr.bin/perl/lib/unicore/lib/CWCF: Y.pl gnu/usr.bin/perl/lib/unicore/lib/CWCM: Y.pl gnu/usr.bin/perl/lib/unicore/lib/CWKCF: Y.pl gnu/usr.bin/perl/lib/unicore/lib/CWL: Y.pl gnu/usr.bin/perl/lib/unicore/lib/CWT: Y.pl gnu/usr.bin/perl/lib/unicore/lib/CWU: Y.pl gnu/usr.bin/perl/lib/unicore/lib/Cased: Y.pl gnu/usr.bin/perl/lib/unicore/lib/Ccc: A.pl AL.pl AR.pl ATAR.pl B.pl BR.pl DB.pl NK.pl NR.pl OV.pl VR.pl gnu/usr.bin/perl/lib/unicore/lib/CompEx: Y.pl gnu/usr.bin/perl/lib/unicore/lib/DI: Y.pl gnu/usr.bin/perl/lib/unicore/lib/Dash: Y.pl gnu/usr.bin/perl/lib/unicore/lib/Dep: Y.pl gnu/usr.bin/perl/lib/unicore/lib/Dia: Y.pl gnu/usr.bin/perl/lib/unicore/lib/Dt: Com.pl Enc.pl Fin.pl Font.pl Init.pl Iso.pl Med.pl Nar.pl Nb.pl NonCanon.pl Sqr.pl Sub.pl Sup.pl Vert.pl gnu/usr.bin/perl/lib/unicore/lib/Ea: A.pl H.pl N.pl Na.pl W.pl gnu/usr.bin/perl/lib/unicore/lib/Ext: Y.pl gnu/usr.bin/perl/lib/unicore/lib/GCB: CN.pl EX.pl LV.pl LVT.pl PP.pl SM.pl XX.pl gnu/usr.bin/perl/lib/unicore/lib/Gc: C.pl Cf.pl Cn.pl L.pl LC.pl Ll.pl Lm.pl Lo.pl Lu.pl M.pl Mc.pl Me.pl Mn.pl N.pl Nd.pl Nl.pl No.pl P.pl Pc.pl Pd.pl Pe.pl Pf.pl Pi.pl Po.pl Ps.pl S.pl Sc.pl Sk.pl Sm.pl So.pl Z.pl Zs.pl gnu/usr.bin/perl/lib/unicore/lib/GrBase: Y.pl gnu/usr.bin/perl/lib/unicore/lib/Hex: Y.pl gnu/usr.bin/perl/lib/unicore/lib/Hst: NA.pl gnu/usr.bin/perl/lib/unicore/lib/Hyphen: T.pl gnu/usr.bin/perl/lib/unicore/lib/IDC: Y.pl gnu/usr.bin/perl/lib/unicore/lib/IDS: Y.pl gnu/usr.bin/perl/lib/unicore/lib/Ideo: Y.pl gnu/usr.bin/perl/lib/unicore/lib/In: 10_0.pl 2_0.pl 2_1.pl 3_0.pl 3_1.pl 3_2.pl 4_0.pl 4_1.pl 5_0.pl 5_1.pl 5_2.pl 6_0.pl 6_1.pl 6_2.pl 6_3.pl 7_0.pl 8_0.pl 9_0.pl gnu/usr.bin/perl/lib/unicore/lib/InPC: Bottom.pl Left.pl LeftAndR.pl NA.pl Overstru.pl Right.pl Top.pl TopAndBo.pl TopAndL2.pl TopAndLe.pl TopAndRi.pl VisualOr.pl gnu/usr.bin/perl/lib/unicore/lib/InSC: Avagraha.pl Bindu.pl Cantilla.pl Consona2.pl Consona3.pl Consona4.pl Consona5.pl Consona6.pl Consonan.pl Invisibl.pl Nukta.pl Number.pl Other.pl PureKill.pl Syllable.pl ToneMark.pl Virama.pl Visarga.pl Vowel.pl VowelDep.pl VowelInd.pl gnu/usr.bin/perl/lib/unicore/lib/Jg: Ain.pl Alef.pl Beh.pl Dal.pl FarsiYeh.pl Feh.pl Gaf.pl Hah.pl Kaf.pl Lam.pl NoJoinin.pl Qaf.pl Reh.pl Sad.pl Seen.pl Waw.pl Yeh.pl gnu/usr.bin/perl/lib/unicore/lib/Jt: C.pl D.pl R.pl T.pl U.pl gnu/usr.bin/perl/lib/unicore/lib/Lb: AI.pl AL.pl BA.pl BB.pl CJ.pl CL.pl CM.pl EB.pl EX.pl GL.pl ID.pl IN.pl IS.pl NS.pl OP.pl PO.pl PR.pl QU.pl SA.pl XX.pl gnu/usr.bin/perl/lib/unicore/lib/Lower: Y.pl gnu/usr.bin/perl/lib/unicore/lib/Math: Y.pl gnu/usr.bin/perl/lib/unicore/lib/NFCQC: M.pl Y.pl gnu/usr.bin/perl/lib/unicore/lib/NFDQC: N.pl Y.pl gnu/usr.bin/perl/lib/unicore/lib/NFKCQC: N.pl Y.pl gnu/usr.bin/perl/lib/unicore/lib/NFKDQC: N.pl Y.pl gnu/usr.bin/perl/lib/unicore/lib/Nt: Di.pl None.pl Nu.pl gnu/usr.bin/perl/lib/unicore/lib/Nv: 0.pl 1.pl 10.pl 100.pl 1000.pl 10000.pl 11.pl 12.pl 13.pl 14.pl 15.pl 16.pl 17.pl 18.pl 19.pl 1_16.pl 1_2.pl 1_3.pl 1_4.pl 1_8.pl 2.pl 20.pl 200.pl 2_3.pl 3.pl 30.pl 300.pl 3_16.pl 3_4.pl 4.pl 40.pl 400.pl 5.pl 50.pl 500.pl 5000.pl 50000.pl 6.pl 60.pl 600.pl 7.pl 70.pl 700.pl 8.pl 80.pl 800.pl 9.pl 90.pl 900.pl gnu/usr.bin/perl/lib/unicore/lib/PCM: Y.pl gnu/usr.bin/perl/lib/unicore/lib/PatSyn: Y.pl gnu/usr.bin/perl/lib/unicore/lib/Perl: Alnum.pl Assigned.pl Blank.pl Graph.pl PerlWord.pl PosixPun.pl Print.pl SpacePer.pl Title.pl Word.pl XPosixPu.pl _PerlAny.pl _PerlCh2.pl _PerlCha.pl _PerlFol.pl _PerlIDC.pl _PerlIDS.pl _PerlNch.pl _PerlPat.pl _PerlPr2.pl _PerlPro.pl _PerlQuo.pl gnu/usr.bin/perl/lib/unicore/lib/QMark: Y.pl gnu/usr.bin/perl/lib/unicore/lib/SB: AT.pl CL.pl EX.pl FO.pl LE.pl LO.pl NU.pl SC.pl ST.pl Sp.pl UP.pl XX.pl gnu/usr.bin/perl/lib/unicore/lib/SD: Y.pl gnu/usr.bin/perl/lib/unicore/lib/STerm: Y.pl gnu/usr.bin/perl/lib/unicore/lib/Sc: Arab.pl Armn.pl Beng.pl Cprt.pl Cyrl.pl Deva.pl Dupl.pl Geor.pl Glag.pl Gran.pl Grek.pl Gujr.pl Guru.pl Han.pl Hang.pl Hira.pl Kana.pl Knda.pl Latn.pl Limb.pl Linb.pl Mlym.pl Mong.pl Mult.pl Orya.pl Sinh.pl Syrc.pl Taml.pl Telu.pl Zinh.pl Zyyy.pl gnu/usr.bin/perl/lib/unicore/lib/Scx: Adlm.pl Arab.pl Armn.pl Beng.pl Bhks.pl Bopo.pl Cakm.pl Cham.pl Copt.pl Cprt.pl Cyrl.pl Deva.pl Dupl.pl Ethi.pl Geor.pl Glag.pl Gonm.pl Gran.pl Grek.pl Gujr.pl Guru.pl Han.pl Hang.pl Hebr.pl Hira.pl Hmng.pl Kana.pl Khar.pl Khmr.pl Knda.pl Lana.pl Lao.pl Latn.pl Limb.pl Lina.pl Linb.pl Mlym.pl Mong.pl Mult.pl Mymr.pl Orya.pl Phlp.pl Shrd.pl Sind.pl Sinh.pl Syrc.pl Tagb.pl Takr.pl Talu.pl Taml.pl Telu.pl Thaa.pl Tibt.pl Tirh.pl Xsux.pl Yi.pl Zinh.pl Zyyy.pl Zzzz.pl gnu/usr.bin/perl/lib/unicore/lib/Term: Y.pl gnu/usr.bin/perl/lib/unicore/lib/UIdeo: Y.pl gnu/usr.bin/perl/lib/unicore/lib/Upper: Y.pl gnu/usr.bin/perl/lib/unicore/lib/Vo: R.pl Tr.pl Tu.pl U.pl gnu/usr.bin/perl/lib/unicore/lib/WB: EX.pl Extend.pl FO.pl HL.pl KA.pl LE.pl MB.pl ML.pl MN.pl NU.pl XX.pl gnu/usr.bin/perl/lib/unicore/lib/XIDC: Y.pl gnu/usr.bin/perl/lib/unicore/lib/XIDS: Y.pl gnu/usr.bin/perl/pod: perl.pod perluniprops.pod gnu/usr.bin/perl/win32: GNUmakefile Makefile makefile.mk Added files: gnu/usr.bin/perl/lib/unicore/To: EqUIdeo.pl gnu/usr.bin/perl/lib/unicore/lib/Age: V110.pl V120.pl gnu/usr.bin/perl/lib/unicore/lib/GrExt: Y.pl gnu/usr.bin/perl/lib/unicore/lib/In: 11_0.pl 12_0.pl 12_1.pl gnu/usr.bin/perl/lib/unicore/lib/InSC: Consona7.pl gnu/usr.bin/perl/lib/unicore/lib/Jg: HanifiRo.pl gnu/usr.bin/perl/lib/unicore/lib/Jt: L.pl gnu/usr.bin/perl/lib/unicore/lib/Lb: NU.pl gnu/usr.bin/perl/lib/unicore/lib/Nv: 100000.pl 1_6.pl 2000.pl 20000.pl 3000.pl 30000.pl 4000.pl 40000.pl 6000.pl 60000.pl 7000.pl 70000.pl 8000.pl 80000.pl 9000.pl 90000.pl gnu/usr.bin/perl/lib/unicore/lib/Perl: _PerlIsI.pl _PerlNon.pl gnu/usr.bin/perl/lib/unicore/lib/Sc: Gong.pl Gonm.pl gnu/usr.bin/perl/lib/unicore/lib/Scx: Gong.pl Hmnp.pl Khoj.pl Kthi.pl Nand.pl Rohg.pl gnu/usr.bin/perl/lib/unicore/lib/WB: WSegSpac.pl Log message: Apply pre-built unicore patch, remove excess files - perl-5.30.1 Timing is good deraadt@, OK sthen@ CVSROOT: /cvs Module name: src Changes by: afresh1@cvs.openbsd.org 2019/12/29 19:20:35 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.arm64 md.armv7 md.hppa md.i386 md.landisk md.loongson md.luna88k md.macppc md.octeon md.sgi md.sparc64 mi distrib/sets/lists/man: mi Log message: sync perl 5.30.1 CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/12/29 20:28:41 Modified files: usr.bin/ssh : ssh-keygen.1 ssh-keygen.c Log message: prepare for use of ssh-keygen -O flag beyond certs Move list of available certificate options in ssh-keygen.1 to the CERTIFICATES section. Collect options specified by -O but delay parsing/validation of certificate options until we're sure that we're acting as a CA. ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/12/29 20:30:09 Modified files: usr.bin/ssh : ssh-keygen.1 ssh-keygen.c Log message: remove single-letter flags for moduli options Move all moduli generation options to live under the -O flag. Frees up seven single-letter flags. NB. this change break existing ssh-keygen commandline syntax for moduli- related operations. Very few people use these fortunately. feedback and ok markus@ CVSROOT: /cvs Module name: www Changes by: bentley@cvs.openbsd.org 2019/12/29 21:54:31 Modified files: . : index.html openbsd.css Log message: Eliminate from index.html; it's unstylable and unsemantic. Inspired by a request from Adriano Barbosa. ok tb@; no objection deraadt@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/12/29 22:37:08 Modified files: sysutils/rclone: Makefile distinfo Log message: Update to rclone-1.50.2 Changelog: https://rclone.org/changelog/ Take MAINTAINER. OK abieber@ CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2019/12/30 01:32:46 Modified files: games/eduke32 : Makefile distinfo games/eduke32/patches: patch-Common_mak patch-GNUmakefile games/eduke32/pkg: DESCR PLIST README Added files: games/eduke32/patches: patch-source_audiolib_src_multivoc_cpp patch-source_audiolib_src_xmp_cpp patch-source_duke3d_src_gamevars_h Removed files: games/eduke32/patches: patch-source_build_Dependencies_mak patch-source_build_include_compat_h Log message: update eduke32 to 20191222-8494 Among many other changes from 20171105-6496 this adds support for Ion Fury. A new commercial Build engine game worked on by eduke32 developers. From maintainer Ryan Freeman with bits from solene@ and myself. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/12/30 02:19:52 Modified files: usr.bin/ssh : PROTOCOL.u2f sk-api.h sk-usbhid.c ssh-keygen.c Log message: basic support for generating FIDO2 resident keys "ssh-keygen -t ecdsa-sk|ed25519-sk -x resident" will generate a device-resident key. feedback and ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/12/30 02:20:36 Modified files: usr.bin/ssh : ssh-sk.c Log message: Factor out parsing of struct sk_enroll_response We'll reuse this for extracting resident keys from a device. feedback and ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/12/30 02:21:16 Modified files: usr.bin/ssh : sk-api.h sk-usbhid.c ssh-sk.c ssh-sk.h Log message: resident keys support in SK API Adds a sk_load_resident_keys() function to the security key API that accepts a security key provider and a PIN and returns a list of keys. Implement support for this in the usbhid middleware. feedback and ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/12/30 02:21:59 Modified files: usr.bin/ssh : ssh-sk-client.c ssh-sk-helper.c sshkey.h Log message: implement loading of resident keys in ssh-sk-helper feedback and ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/12/30 02:22:49 Modified files: usr.bin/ssh : ssh-add.c Log message: implement loading resident keys in ssh-add "ssh-add -O" will load resident keys from a FIDO2 token and add them to a ssh-agent. feedback and ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/12/30 02:23:28 Modified files: usr.bin/ssh : sk-api.h sk-usbhid.c ssh-keygen.c ssh-sk-client.c ssh-sk-helper.c ssh-sk.c ssh-sk.h sshkey.c sshkey.h Log message: SK API and sk-helper error/PIN passing Allow passing a PIN via the SK API (API major crank) and let the ssh-sk-helper API follow. Also enhance the ssh-sk-helper API to support passing back an error code instead of a complete reply. Will be used to signal "wrong PIN", etc. feedback and ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/12/30 02:24:03 Modified files: usr.bin/ssh : ssh-sk.c Log message: improve some error messages; ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/12/30 02:24:45 Modified files: usr.bin/ssh : sk-api.h sk-usbhid.c ssh-keygen.c ssh-sk.c ssherr.c ssherr.h Log message: translate and return error codes; retry on bad PIN Define some well-known error codes in the SK API and pass them back via ssh-sk-helper. Use the new "wrong PIN" error code to retry PIN prompting during ssh-keygen of resident keys. feedback and ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/12/30 02:25:29 Modified files: usr.bin/ssh : PROTOCOL.u2f Log message: document SK API changes in PROTOCOL.u2f ok markus@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/12/30 02:30:31 Modified files: sys/dev/pci/drm: drm_ioctl.c drm_linux.c sys/dev/pci/drm/include/linux: completion.h Log message: Convert infinite sleeps to {m,t}sleep_nsec(9). ok jsg@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2019/12/30 02:49:52 Modified files: usr.bin/ssh : ssh-keygen.1 ssh-keygen.c Log message: Remove the -x option currently used for FIDO/U2F-specific key flags. Instead these flags may be specified via -O. ok markus@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/12/30 03:09:48 Modified files: sys/dev/pci/drm: drm_drv.c drm_gem.c sys/dev/pci/drm/include/linux: ww_mutex.h Log message: convert infinite msleep(9) to msleep_nsec(9) ok mpi@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/12/30 04:01:16 Modified files: usr.bin/make : job.c Log message: 7 years later, I think the commit message was not enough. document this rather intricate loop (only comments no code change) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/30 04:15:19 Modified files: net/bgpq3 : Makefile Log message: more accurate COMMENT CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/30 04:54:54 Modified files: devel/p5-Role-Tiny: Makefile distinfo Log message: update to p5-Role-Tiny-2.001004, from wen heping CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/30 04:55:58 Modified files: www/p5-Plack-Middleware-RemoveRedundantBody: Makefile distinfo Log message: update to p5-Plack-Middleware-RemoveRedundantBody-0.09, from wen heping, tweak/ok afresh1@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/12/30 05:10:10 Modified files: converters/bdf2psf: Makefile converters/bdf2psf/pkg: PLIST Log message: Tweak the 'do-install' target to install all .equivalents and .set files. CVSROOT: /cvs Module name: src Changes by: aoyama@cvs.openbsd.org 2019/12/30 05:16:12 Modified files: sys/arch/luna88k/cbus: cbus.c sys/arch/luna88k/conf: GENERIC files.luna88k Added files: sys/arch/luna88k/cbus: if_ne_cbus.c Log message: Add ne(4) support on cbus(4). Allied Telesis CentreCOM LA-98 works well, other NE2000 based boards may also work with correct resource specifying. This driver was developed for demonstration at Open Source Conference 2019 Nagoya, Japan, in July, but I forgot to commit after that:-) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/30 05:17:16 Modified files: productivity/yokadi: Makefile distinfo productivity/yokadi/pkg: PLIST Added files: productivity/yokadi/patches: patch-setup_py Removed files: productivity/yokadi/patches: patch-src_bin_yokadi patch-src_bin_yokadid patch-src_yokadi_yokadid_py patch-update_dump_py patch-update_update1to2 patch-update_update2to3 patch-update_update3to4 patch-update_update_py Log message: update to yokadi-1.2.0, from wen heping, with some fixes from me: - update homepage - enable tests - use correct MODPY_EGG_VERSION CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/30 05:19:46 Modified files: archivers/p5-Archive-Extract: Makefile distinfo Log message: update to p5-Archive-Extract 0.86, from wen heping CVSROOT: /cvs Module name: ports Changes by: schwarze@cvs.openbsd.org 2019/12/30 05:34:55 Modified files: textproc/groff : Makefile textproc/groff/patches: patch-tmac_doc-common-u Log message: I'm sorry for the last commit; it caused havoc because cvs(1) mangled the "Mdocdate" contained in the doc-common patch. This commit rearranges the code such that cvs(1) won't break it again. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/30 06:00:36 Modified files: devel/py-texscythe: Makefile Log message: use MODPY_PYTEST CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/30 06:02:26 Modified files: databases/py-sqlalchemy: Makefile distinfo databases/py-sqlalchemy/pkg: PLIST-docs PLIST-main Log message: update to py-sqlalchemy 1.2.19, current version in the 1.2.x branch CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/30 06:02:48 Modified files: databases/py-sqlalchemy-migrate: Makefile distinfo databases/py-sqlalchemy-migrate/pkg: PLIST Log message: update to py-sqlalchemy-migrate-0.13.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/30 06:04:17 Modified files: databases : Makefile databases/py-flask-sqlalchemy: Makefile distinfo databases/py-flask-sqlalchemy/pkg: PLIST Log message: update to py-flask-sqlalchemy-2.4.1, add python3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/12/30 06:20:19 Modified files: devel/radare2 : Makefile.inc devel/radare2/bindings: Makefile devel/radare2/main: Makefile distinfo devel/radare2/main/patches: patch-libr_Makefile devel/radare2/main/pkg: PLIST README Log message: - update to radare2 - switch HOMEPAGE to https ok edd@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/12/30 06:49:40 Modified files: sys/kern : vfs_subr.c Log message: In vcount() a safe loop over vnodes was commited to 4.4BSD in 1994. This is not necessary as the loop is restarted after vgone(). Switch to SLIST_FOREACH without _SAFE. OK visa@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/30 06:55:48 Modified files: textproc/solr : Makefile distinfo textproc/solr/patches: patch-bin_solr textproc/solr/pkg: PLIST Log message: update to solr-8.4.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/30 07:10:52 Modified files: x11/sawfish : Makefile distinfo x11/sawfish/patches: patch-man_Makefile_in patch-themes_Makefile_in x11/sawfish/pkg: PLIST Removed files: x11/sawfish/patches: patch-Makefile_in patch-lisp_sawfish_gtk_widgets_frame-style_jl Log message: Update to sawfish-1.12.90. Last consumer of devel/pangox-compat. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/30 07:11:43 Modified files: devel : Makefile Removed files: devel/pangox-compat: Makefile distinfo devel/pangox-compat/patches: patch-pangox_c devel/pangox-compat/pkg: DESCR PLIST Log message: Remove pangox-compat; broken and nothing uses it anymore. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/30 07:12:35 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register pangox-compat removal. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/12/30 07:49:04 Modified files: cad/gtkwave : Makefile distinfo Log message: update to gtkwave-3.3.103 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/12/30 07:52:01 Modified files: sys/netinet6 : ip6_input.c Log message: The loopback check in ip6_input_if() was needless. The ::1 destination address is in the routing table and will be identified as any other local address. There is no reason to handle ::1 source address special. Better use the generic IPv6 input path. Kame has removed the special code in their revision 1.189 commit. OK sashan@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/12/30 07:57:24 Modified files: devel/liblouis : Makefile distinfo devel/liblouis/patches: patch-python_louis_Makefile_in devel/liblouis/pkg: PLIST Removed files: devel/liblouis/patches: patch-tools_lou_compare_c Log message: update to liblouis-3.12.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/12/30 07:57:50 Modified files: devel/libgit2/libgit2: Makefile distinfo Log message: - update to libgit2-0.28.4 which contains a number of security fixes. judging by the changelog we're only affected by issues addressed in 0.28.3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/12/30 07:58:12 Modified files: devel/libgit2/py-git2: Makefile distinfo devel/libgit2/py-git2/pkg: PLIST Log message: update to py-git2-1.0.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/12/30 07:58:29 Modified files: devel/libgit2 : Makefile.inc devel/libgit2/libgit2-glib: Makefile Log message: switch HOMEPAGE to libgit2.org CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/30 08:34:44 Modified files: x11/gnome/at-spi2-core: Makefile Log message: Add DEBUG_PACKAGES (had this in my tree for weeks). CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/12/30 08:48:12 Modified files: sys/kern : init_main.c sysv_msg.c Log message: Convert infinite sleeps to {m,t}sleep_nsec(9). ok bluhm@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2019/12/30 09:07:13 Modified files: usr.bin/sort : file.c Log message: Do not perform top-level sort when -c is used with a -k field. From Richard Ipsum CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/12/30 09:10:00 Modified files: usr.bin/ssh : ssh-keygen.1 Log message: simplify the list for moduli options - no need for -compact; CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/12/30 09:49:51 Modified files: etc : weekly Log message: don't suppress error output from running updatelocatedb check that the resulting db works instead of some more specific test okay schwarze@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/12/30 10:25:39 Modified files: share/man/man3 : queue.3 Log message: espie@ pointed out this page failed to mention the lists are intrusive, so add the term and very briefly describe the consequences; OK millert@ espie@ jmc@, also using input from guenther@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/12/30 12:39:23 Modified files: usr.sbin/bind/bin/dig: dig.1 dig.c Log message: add a list of valid queryopts to usage, and change "dig -h" to just display this new usage; update the description of -h accordingly; SYNOPSIS remains unchanged, since the reader has a list of queryopts with explanations a few screens down CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/30 13:05:11 Modified files: multimedia/get_iplayer: Makefile distinfo Log message: update to get_iplayer-3.24 CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2019/12/30 13:10:48 Modified files: usr.sbin/ldomctl: ldomctl.8 Log message: New config takes effect after machine reset, primary reboot is not enough CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/30 13:26:51 Modified files: databases/mariadb: Makefile distinfo databases/mariadb/patches: patch-client_CMakeLists_txt patch-client_mysqladmin_cc patch-cmake_install_macros_cmake patch-man_mysqladmin_1 patch-scripts_mysql_install_db_sh patch-scripts_mysqld_safe_sh patch-sql_CMakeLists_txt patch-storage_oqgraph_CMakeLists_txt databases/mariadb/pkg: PLIST-main PLIST-server PLIST-tests Added files: databases/mariadb/patches: patch-wsrep-lib_src_CMakeLists_txt Removed files: databases/mariadb/patches: patch-plugin_handler_socket_CMakeLists_txt Log message: update to MariaDB 10.4.11, from Brad (maintainer) CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/12/30 14:24:55 Modified files: usr.bin/tmux : tmux.h Log message: Do not let readonly clients limit the size, suggested by Max Barraclough in GitHub issue 2042. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/12/30 14:25:43 Modified files: usr.sbin/bind/bin/dig: dig.1 Log message: tidy up the query options list, sync it as best as possible with usage, and remove some unneccessary text; CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/30 15:04:13 Modified files: cad/openscad : Makefile Log message: use EXTRACT_SUFX rather than nondefault DISTFILES/WRKDIST setting CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2019/12/30 15:17:14 Modified files: sys/kern : vfs_bio.c Log message: clear B_NOCACHE if the buffer has dependencies for softdep, since otherwise we are guaranteed to panic a few lines down in softdep_deallocate_dependencies. Found by Matthias Pitzl running vnd's on top of a softdep filesystem. ok bluhm@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/30 15:45:11 Modified files: sysutils/syslog-ng: Makefile Log message: use COMPILER=base-clang ports-gcc to unbreak base-gcc arches now that this uses libmaxminddb CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/12/30 16:56:26 Modified files: sys/kern : kern_smr.c subr_autoconf.c Log message: convert infinite msleep(9) to msleep_nsec(9) ok mpi@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/12/30 16:58:38 Modified files: sys/uvm : uvm_km.c uvm_map.c uvm_pdaemon.c uvm_pmemrange.c Log message: convert infinite msleep(9) to msleep_nsec(9) ok mpi@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/12/30 17:00:10 Modified files: sys/dev/pci : mfi_pci.c Log message: needs sys/sensor.h to standalone from whether machine/cpu.h pulls the file or not found by olivier@burelli.fr CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/12/30 17:16:03 Modified files: sys/dev/pci : cac_pci.c Log message: include sys/sensors.h for sensor use in cacvar.h CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/12/30 18:26:56 Modified files: sys/dev/ic : ami.c sys/dev/pv : vmt.c hypervic.c vmmci.c Log message: include sys/sensors.h for sensor use CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/12/30 18:38:33 Modified files: sys/dev/acpi : acpi.c acpithinkpad.c Log message: include sys/sensors.h for sensor use don't depend on indirect inclusion from acpidev.h CVSROOT: /cvs Module name: www Changes by: afresh1@cvs.openbsd.org 2019/12/30 19:18:02 Modified files: faq : current.html Log message: Mention the perl update and files to remove Suggestion for updating XS modules from sthen@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/12/31 00:19:15 ports/security/scrypt/patches Update of /cvs/ports/security/scrypt/patches In directory cvs.openbsd.org:/tmp/cvs-serv26861/patches Log Message: Directory /cvs/ports/security/scrypt/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/12/31 00:26:59 Modified files: security/scrypt: Makefile distinfo security/scrypt/pkg: PLIST Added files: security/scrypt/patches: patch-tests_test_scrypt_sh Log message: Update to scrypt-1.3.0 Significant change since 1.2.1 is that in addition to the scrypt command-line utility, a library "libscrypt-kdf" is build and installed. While here: - Change HOMEPAGE/MASTER_SITES to https - Enable tests - Set DEBUG_PACKAGES OK sthen@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/12/31 03:05:33 Modified files: sys/dev : hotplug.c ipmi.c vscsi.c sys/dev/acpi : acpi.c sys/dev/hil : hil.c sys/dev/ic : ami.c i82365.c if_wi.c mfi.c mpi.c pgt.c qlw.c rtwn.c tcic2.c twe.c wdc.c sys/dev/isa : pcppi.c sbdsp.c wds.c sys/dev/pci : if_wi_pci.c mfii.c mpii.c sys/dev/pcmcia : if_malo.c if_wi_pcmcia.c sys/dev/pv : if_vio.c sys/dev/sbus : bpp.c magma.c stp4020.c sys/dev/sdmmc : sdmmc.c sdmmc_io.c Log message: Convert infinite sleeps to {m,t}sleep_nsec(9). ok kn@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/12/31 03:07:31 Modified files: sys/arch/luna88k/luna88k: machdep.c Log message: Use km_alloc(9) instead of uvm_km_zalloc(). Tested by and ok aoyama@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2019/12/31 03:34:14 Modified files: lib/libutil : ber.h ober_oid_cmp.3 shlib_version Log message: Increase BER_MAX_OID_LEN from 32 to 64. Not every snmp OID found in the wild fits inside 32 elements, like UsmUserEntry objects. OK rob@, claudio@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/31 04:28:13 Modified files: print/psutils : Makefile distinfo Log message: Update to psutils-1.92. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/31 04:32:30 Modified files: graphics/libplacebo: Makefile distinfo Log message: Update to libplacebo-1.29.1. from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/31 04:35:55 Log message: Import libsmb2-3.0.0. Libsmb2 is a userspace client library for accessing SMB2/SMB3 shares on a network. It is high performance and fully async. It supports both zero-copy for SMB READ/WRITE commands as well as compounded commands. from Brad tweak/OK sthen@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20121231 N ports/devel/libsmb2/Makefile N ports/devel/libsmb2/distinfo N ports/devel/libsmb2/patches/patch-cmake_ConfigureChecks_cmake N ports/devel/libsmb2/patches/patch-include_smb2_libsmb2_h N ports/devel/libsmb2/patches/patch-lib_errors_c N ports/devel/libsmb2/patches/patch-lib_libsmb2_c N ports/devel/libsmb2/patches/patch-lib_socket_c N ports/devel/libsmb2/pkg/DESCR N ports/devel/libsmb2/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/31 04:36:42 Modified files: devel : Makefile Log message: +libsmb2 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/12/31 04:53:46 Modified files: usr.sbin/bgpd : rde.c Log message: reloadtime is not needed anymore. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/12/31 05:02:47 Modified files: usr.sbin/bgpd : mrt.c Log message: In mrt_dump_hdr_rde() use clock_gettime(CLOCK_REALTIME, ) like it is done in mrt_dump_hdr_se(). Table dumps don't need time.tv_nsec like used in the _ET formats like for message and state changes but it keeps to code similar. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/12/31 05:27:39 Modified files: sysutils/beats/filebeat: Makefile Log message: pvk@ takes over maintainership CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2019/12/31 06:04:50 Modified files: devel/py-yamllint: Makefile distinfo Log message: update yamllint to 1.20.0. add MODPY_PYTEST = Yes, from kmos@. ok kmos@. CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/12/31 06:48:33 Modified files: sys/arch/arm64/dev: apm.c sys/arch/i386/i386: apm.c sys/arch/loongson/dev: apm.c sys/arch/macppc/dev: apm.c sys/dev : hotplug.c midi.c rnd.c vscsi.c sys/dev/acpi : acpi.c sys/dev/pci/drm: drm_drv.c sys/dev/usb : ugen.c uhid.c sys/dev/wscons : wsevent.c sys/isofs/cd9660: cd9660_vnops.c sys/kern : kern_event.c kern_sig.c subr_log.c sys_pipe.c tty.c tty_pty.c uipc_socket.c vfs_default.c sys/miscfs/fifofs: fifo_vnops.c sys/miscfs/fuse: fuse_device.c fuse_vnops.c sys/msdosfs : msdosfs_vnops.c sys/net : bpf.c if_pppx.c if_tun.c switchctl.c sys/nfs : nfs_kq.c sys/sys : event.h sys/tmpfs : tmpfs_vnops.c sys/ufs/ufs : ufs_vnops.c Log message: Use C99 designated initializers with struct filterops. In addition, make the structs const so that the data are put in .rodata. OK mpi@, deraadt@, anton@, bluhm@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/12/31 06:59:14 Modified files: usr.bin/make : job.c Log message: plug memory leak okay millert@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/12/31 07:09:27 Modified files: usr.sbin/bgpctl: bgpctl.c bgpctl.h output.c Log message: Rename print_timer() to show_timer() and move it to output.c Currently this needs a bit of a hack because fmt_timeframe() does not really print a timeframe but instead needs a timestamp relative to now. This needs to be adjusted but will be done later. CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/12/31 07:09:56 Modified files: sys/kern : kern_event.c Log message: Fix some races in kqueue_register(). Mark knote with KN_PROCESSING before calling .f_event() in kqueue_register(). This prevents other threads from freeing the knote too early. Rearrange memory allocations so that there is no sleeping point between the knote lookup and insert. Also take into account that multiple threads can attempt expanding the kqueue at the same time. Input and OK mpi@ OK anton@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/31 07:27:05 Modified files: editors/abiword: Makefile distinfo editors/abiword/patches: patch-src_af_xap_xp_xap_Dialog_cpp editors/abiword/pkg: PLIST Added files: editors/abiword/patches: patch-src_af_ev_gtk_ev_UnixMouse_cpp patch-src_wp_ap_gtk_ap_UnixApp_cpp Log message: Update to abiword-3.0.4. Still BROKEN (abort trap on startup). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/12/31 07:34:33 Modified files: productivity/gnucash: Makefile distinfo productivity/gnucash/pkg: PLIST Log message: Update to gnucash-3.8. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/12/31 08:09:40 Modified files: usr.sbin/bgpd : mrt.h Log message: The MRT draft turned into RFC6396, adjust comment. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/12/31 08:32:04 Modified files: devel/libgit2 : Makefile devel/libgit2/py-git2: Makefile devel/libgit2/py-git2/pkg: PLIST Log message: py-git2 1.0.1 dropped support for python2, so adjust accordingly spotted by naddy@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/12/31 09:25:25 Modified files: distrib/sets/lists/base: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/12/31 09:59:35 Modified files: share/man/man9 : file.9 Log message: Document fd_getfile_mode(9). OK mpi@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/12/31 12:18:16 Modified files: usr.sbin/bind/bin/dig: dig.1 dig.c Log message: totally sync the manpage queryopts with usage(); i've adopted the usage pattern of "###" for argument names evrywhere it makes sense, but shortened it to "#"; CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/31 14:02:05 Modified files: sysutils/fdupes: Makefile distinfo sysutils/fdupes/pkg: DESCR PLIST Removed files: sysutils/fdupes/patches: patch-Makefile patch-fdupes_c Log message: update to fdupes-2.0.0 CVSROOT: /cvs Module name: ports Changes by: millert@cvs.openbsd.org 2019/12/31 14:54:25 Modified files: security/sudo : Makefile distinfo security/sudo/pkg: PLIST Log message: Update sudo to 1.8.30: * Fixed a warning on macOS introduced in sudo 1.8.29 when sudo attempts to set the open file limit to unlimited. Bug #904. * Sudo now closes file descriptors before changing uids. This prevents a non-root process from interfering with sudo's ability to close file descriptors on systems that support the prlimit(2) system call. * Sudo now treats an attempt to run "sudo sudoedit" as simply "sudoedit". If the sudoers file contains a fully-qualified path to sudoedit, sudo will now treat it simply as "sudoedit" (with no path). Visudo will will now treat a fully-qualified path to sudoedit as an error. Bug #871. * Fixed a bug introduced in sudo 1.8.28 where sudo would warn about a missing /etc/environment file on AIX and Linux when PAM is not enabled. Bug #907 * Fixed a bug on Linux introduced in sudo 1.8.29 that prevented the askpass program from running due to an unlimited stack size resource limit. Bug #908. * If a group provider plugin has optional arguments, the argument list passed to the plugin is now NULL terminated as per the documentation. * The user's time stamp file is now only updated if both authentication and approval phases succeed. This is consistent with the behavior of sudo prior to version 1.8.23. Bug #910 * The new allow_unknown_runas_id sudoers setting can be used to enable or disable the use of unknown user or group IDs. Previously, sudo would always allow unknown user or group IDs if the sudoers entry permitted it, including via the "ALL" alias. As of sudo 1.8.30, the admin must explicitly enable support for unknown IDs. * The new runas_check_shell sudoers setting can be used to require that the runas user have a shell listed in the /etc/shells file. On many systems, users such as "bin", do not have a valid shell and this flag can be used to prevent commands from being run as those users. * Fixed a problem restoring the SELinux tty context during reboot if mctransd is killed before sudo finishes. GitHub Issue #17. * Fixed an intermittent warning on NetBSD when sudo restores the initial stack size limit. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/12/31 15:49:17 Modified files: usr.bin/mandoc : out.c regress/usr.bin/mandoc/tbl/layout: Makefile Added files: regress/usr.bin/mandoc/tbl/layout: emptycol.in emptycol.out_ascii Log message: When all cells in a tbl(1) column are empty, set the column width to 1n rather than to 0n, in the same way as groff does. This fixes misformatting reported by bentley@ in xkeyboard-config(7). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/31 15:50:05 Modified files: mail/s-nail : Makefile distinfo Added files: mail/s-nail/patches: patch-include_su_code_h Log message: update to s-nail-14.9.16, from maintainer Steffen Nurpmeso CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/31 15:51:41 Modified files: mail/s-nail : Makefile Log message: fix LIB_DEPENDS for idna flavour, pointed out by solene@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/12/31 15:57:08 Modified files: sys/dev/ic : qla.c sys/dev/pci : qle.c sys/dev : vscsi.c Log message: convert infinite msleep(9) to msleep_nsec(9) ok mpi@ bluhm@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/31 16:17:25 Modified files: devel/py-icalendar: Makefile distinfo Log message: minor update to py-icalendar-4.0.4, move tests to MODPY_PYTEST ok jung@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/31 16:37:32 Added files: mail/rspamd/patches: patch-cmake_Toolset_cmake Log message: Don't let rspamd's cmake config add "-fuse-ld=lld" to command lines, it doesn't work on ports-gcc arches. Should fix "Your system does not support getaddrinfo call". Thanks kmos@ jca@ for CMakeOutput.log / CMakeError.log (the latter was helpful). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/31 16:38:25 Modified files: audio/squeezelite: Makefile distinfo Log message: update to squeezelite-1.9.2.1205 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/12/31 16:44:11 Modified files: graphics/ImageMagick: Makefile distinfo Removed files: graphics/ImageMagick/patches: patch-magick_magick-config_h patch-magick_memory__h Log message: update to ImageMagick-6.9.10-82, while there enable zstd as suggested by Brad (ImageMagick depends on libtiff which pulls in zstd anyway now). CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/12/31 16:50:19 Modified files: sys/dev/pci/drm/include/drm: drm_dp_mst_helper.h Log message: drm: mst: Fix query_payload ack reply struct From Sean Paul f015785ae7fbf7a817b74b4001f92ca3070aa718 in linux 4.19.y/4.19.92 268de6530aa18fe5773062367fd119f0045f6e88 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/12/31 16:54:00 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_vm.c Log message: drm/amdgpu: grab the id mgr lock while accessing passid_mapping From Christian Koenig 16bb81d541f31b163563fea951ccb30b0def0c0a in linux 4.19.y/4.19.92 6817bf283b2b851095825ec7f0e9f10398e09125 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/12/31 16:57:45 Modified files: sys/dev/pci/drm: drm_vblank.c Log message: drm/drm_vblank: Change EINVAL by the correct errno From Rodrigo Siqueira 5d60d398148d00a6fc8f0e1844055be3441e1d01 in linux 4.19.y/4.19.92 aed6105b28b10613f16c0bfe97525fe5a23338df in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/12/31 17:00:25 Modified files: sys/dev/pci/drm/amd/display/dc/core: dc_link.c dc_link_dp.c Log message: drm/amd/display: Fix dongle_caps containing stale information. From David Galiffi 59fc1675b5731b6cb57ad668ab2022add0433d5d in linux 4.19.y/4.19.92 dd998291dbe92106d8c4a7581c409b356928d711 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/12/31 17:02:57 Modified files: sys/dev/pci/drm/amd/amdgpu: gfx_v9_0.c Log message: drm/amdgpu: disallow direct upload save restore list from gfx driver From Hawking Zhang 7b3fe663da71273710fc8f7fa0c71515e96c6786 in linux 4.19.y/4.19.92 58f46d4b65021083ef4b4d49c6e2c58e5783f626 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/12/31 17:06:02 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_test.c Log message: drm/amdgpu: fix potential double drop fence reference From Pan Bian 2c528fa3c40d16c61da38a9f4fa7a0ce71df4db3 in linux 4.19.y/4.19.92 946ab8db6953535a3a88c957db8328beacdfed9d in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/12/31 17:08:03 Modified files: sys/dev/pci/drm/amd/amdgpu: si_ih.c Log message: drm/amdgpu: fix bad DMA from INTERRUPT_CNTL2 From Sam Bobroff 9234c9254e22da026e351cd4b7028e216abbeef0 in linux 4.19.y/4.19.92 3d0e3ce52ce3eb4b9de3caf9c38dbb5a4d3e13c3 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/12/31 17:10:18 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_vm.c Log message: drm/amdgpu: fix uninitialized variable pasid_mapping_needed From Colin Ian King 6032df37982ab948e6d2a41744deabef9181bec9 in linux 4.19.y/4.19.92 17cf678a33c6196a3df4531fe5aec91384c9eeb5 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/12/31 17:16:45 Modified files: sys/dev/pci/drm/amd/amdkfd: kfd_interrupt.c Log message: drm/amdkfd: fix a potential NULL pointer dereference (v2) From Allen Pais 55248674330101fb3ccf7cec8b729e8e067e5f71 in linux 4.19.y/4.19.92 81de29d842ccb776c0f77aa3e2b11b07fff0c0e2 in mainline linux CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2019/12/31 18:50:00 Modified files: sys/uvm : uvm_pmemrange.c Log message: Add uvm_pmr_remove_1strange_reverse to efficiently free pages in reverse order from uvm. Use it in uvm_pmr_freepageq when the pages appear to be in reverse order. This greatly improves cases of massive page freeing as noticed by mlarkin@ in his ongoing efforts to have the most gigantish buffer cache on the planet. Most of this work done by me with help and polish from kettenis@ at e2k19. Follow on commits to this will make use of this for more efficient freeing of amaps and a few other things. ok kettenis@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2019/12/31 19:28:08 Log message: Import NBlood Reverse-engineered ports of Build games using EDuke32 engine technology and development principles. NBlood: Blood port based on EDuke32 Rednukem: Redneck Rampage port based on EDuke32 PCExhumed: A port of the PC version of Exhumed based on EDuke32 Based on eduke32 port. ok solene@ on an earlier version. Status: Vendor Tag: jsg Release Tags: jsg_20200101 N ports/games/nblood/Makefile N ports/games/nblood/distinfo N ports/games/nblood/patches/patch-Common_mak N ports/games/nblood/patches/patch-GNUmakefile N ports/games/nblood/patches/patch-source_blood_src_blood_cpp N ports/games/nblood/patches/patch-source_audiolib_src_multivoc_cpp N ports/games/nblood/patches/patch-source_audiolib_src_xmp_cpp N ports/games/nblood/patches/patch-source_exhumed_src_exhumed_cpp N ports/games/nblood/patches/patch-source_rr_src_game_cpp N ports/games/nblood/pkg/DESCR N ports/games/nblood/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2019/12/31 19:29:25 Modified files: games : Makefile Log message: +nblood CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/01 00:06:35 Modified files: sys/kern : init_main.c Log message: copyright++; CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/01/01 00:25:04 Modified files: usr.sbin/bgpd : Makefile rde.c rde.h Added files: usr.sbin/bgpd : rde_peer.c Log message: Instead of processing all imsg when reading them store peer specific messages on a per peer queue. This queue is later processed one at a time resulting in a fairer processing of work and avoiding big table dumps to delay processing of other updates. OK denis@ benno@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/01/01 00:31:44 Modified files: distrib/notes/octeon: features Log message: Acknowledge SMP kernels in INSTALL.octeon From miod@ CVSROOT: /cvs Module name: www Changes by: pamela@cvs.openbsd.org 2020/01/01 01:41:37 Modified files: . : plus.html Log message: plus for December 10-16 input and OK florian CVSROOT: /cvs Module name: src Changes by: denis@cvs.openbsd.org 2020/01/01 03:09:34 Modified files: usr.sbin/ospf6d: control.c ospfe.c Log message: Cleanup control. "Looks fine" deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/01 03:54:26 Modified files: graphics/GraphicsMagick: Makefile distinfo graphics/GraphicsMagick/patches: patch-configure graphics/GraphicsMagick/pkg: PLIST Log message: Update to GraphicsMagick-1.3.34. Enable zstd. from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/01 03:56:02 Modified files: x11/mplayer : Makefile graphics/ffmpeg: Makefile distinfo graphics/ffmpeg/pkg: PLIST Log message: Update to FFmpeg 4.2.2. from Brad (maintainer) CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/01/01 04:02:55 Modified files: usr.bin/units : units.lib Log message: update currency exchange rates; CVSROOT: /cvs Module name: ports Changes by: jsing@cvs.openbsd.org 2020/01/01 06:03:40 Modified files: lang/go : Makefile distinfo lang/go/pkg : PLIST Removed files: lang/go/patches: patch-src_cmd_link_internal_ld_lib_go Log message: Update lang/go to 1.13.5. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/01/01 07:09:59 Modified files: sys/sys : time.h Log message: Replace __inline with C99 inline. OK miod@ mpi@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/01 07:24:59 Modified files: graphics/jpeg : Makefile distinfo graphics/jpeg/pkg: PLIST Log message: update to libjpeg-turbo-2.0.4, some security-related fixes, see release notes at https://github.com/libjpeg-turbo/libjpeg-turbo/releases/tag/2.0.4 CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/01/01 07:48:04 Modified files: sys/arch/sparc64/dev: iommu.c Log message: Unbreak DEBUG build: format time_t as long long Feedback guenther CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/01/01 07:51:51 Modified files: sys/arch/sparc64/dev: iommu.c Log message: Unbreak DEBUG build: Format bus_{addr,size}_t as long CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/01/01 07:56:12 Modified files: sys/arch/sparc64/dev: iommu.c Log message: Unbreak DEBUG build: do not use undefined pa introduced iommu_dvmamap_insert() using an undefined paddr_t pa under DEBUG; since it cannot be introduced it (easily), remove it from the printf(). CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/01/01 08:00:07 Modified files: sys/arch/sparc64/dev: iommu.c Log message: Unbreak DEBUG build: use %x not %lx with int CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/01/01 11:52:50 Modified files: games/devilutionx: Makefile distinfo games/devilutionx/patches: patch-CMakeLists_txt Log message: Update to devilutionx-1.0.0 Changelog: https://github.com/diasurgical/devilutionX/releases/tag/1.0.0 ok cwen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/01 11:54:26 Modified files: devel/libsigc++30: Makefile distinfo devel/libsigc++30/pkg: PLIST Log message: Update to libsigc++30-3.0.2. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/01/01 11:56:32 Modified files: editors/le : Makefile distinfo Log message: Update to le-1.16.7 ok solene@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/01/01 12:13:58 Modified files: converters/p5-Cpanel-JSON-XS: Makefile distinfo converters/p5-Cpanel-JSON-XS/pkg: PLIST Log message: update p5-Cpanel-JSON-XS to 4.18 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/01/01 12:18:39 Modified files: devel/p5-File-Find-Object-Rule: Makefile distinfo Log message: update p5-File-Find-Object-Rule to 0.0311 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/01/01 12:48:03 Modified files: x11/spectrwm : Makefile Log message: Build debug package for spectrwm CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/01/01 14:38:07 Modified files: devel/p5-Term-Table: Makefile distinfo Log message: update p5-Term-Table to 0.015 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/01/01 14:39:58 Modified files: devel/p5-Sub-Name: Makefile distinfo devel/p5-Sub-Name/pkg: PLIST Log message: update p5-Sub-Name to 0.26 CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/01/01 14:51:33 Modified files: usr.bin/tmux : spawn.c Log message: Fix format expansion in window names, reported by Suraj N Kurapati. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/01/01 15:02:03 Modified files: devel/p5-Test2-Suite: Makefile distinfo devel/p5-Test2-Suite/pkg: PLIST Removed files: devel/p5-Test2-Suite/patches: patch-t_modules_Util_Table_t Log message: update p5-Test2-Suite to 0.000127 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/01/01 15:12:05 Modified files: devel/p5-Test-Script: Makefile distinfo Log message: update p5-Test-Script to 1.26 CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/01/01 15:12:05 Modified files: usr.bin/tmux : tmux.1 Log message: Document client exit messages. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/01/01 15:53:40 Modified files: devel/p5-Time-Format: Makefile distinfo Removed files: devel/p5-Time-Format/patches: patch-t_doc_t patch-t_funcs_t patch-t_manip_t Log message: update p5-Time-Format to 1.15 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/01/01 16:04:33 Modified files: devel/p5-Test-TrailingSpace: Makefile distinfo Log message: update p5-Test-TrailingSpace to 0.0302 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/01/01 16:51:22 Modified files: telephony/p5-Net-SIP: Makefile distinfo Log message: update p5-Net-SIP to 0.822 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/01/01 16:52:51 Modified files: textproc/p5-Pod-Markdown: Makefile distinfo Log message: update p5-Pod-Markdown to 3.200 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/01/01 17:24:41 Modified files: net/p5-Net-DNS-SEC: Makefile distinfo net/p5-Net-DNS-SEC/pkg: PLIST Log message: update p5-Net-DNS-SEC to 1.14 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/01/01 17:35:49 Modified files: net/p5-Net-DNS : Makefile distinfo net/p5-Net-DNS/pkg: PLIST Log message: update p5-Net-DNS to 1.21 CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/01/01 23:23:16 Modified files: lib/libssl : tls1.h Log message: Provide TLSEXT_TYPE_* aliases for TLS 1.3. OpenSSL decided to use their own names for two of the TLS 1.3 extensions, rather than using the names given in the RFC. Provide aliases for these so that code written to work with OpenSSL also works with LibreSSL (otherwise everyone gets to provide their own workarounds). Issue noted by d3x0r on github. ok inoguchi@ tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/01/01 23:37:13 Modified files: lib/libssl : s3_lib.c ssl.h Log message: Revise SSL_CTX_get_extra_chain_certs() to match OpenSSL behaviour. In OpenSSL, SSL_CTX_get_extra_chain_certs() really means return extra certs, unless there are none, in which case return the chain associated with the certificate. If you really just want the extra certs, including knowing if there are no extra certs, then you need to call SSL_CTX_get_extra_chain_certs_only()! And to make this even more entertaining, these functions are not documented in any OpenSSL release. Reported by sephiroth-j on github, since the difference in behaviour apparently breaks OCSP stapling with nginx. ok beck@ inoguchi@ tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/01/02 01:52:53 Modified files: sys/kern : kern_sysctl.c Log message: Exclude offline cpus in KERN_CPTIME calculation. Without this too high idle time is reported in tools like vmstat. OK visa@ benno@ krw@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/01/02 01:56:33 Modified files: sys/net : if_tun.c Log message: Switch tun(4) and tap(4) to use pgsigio(9) and sigio_init(9) for async I/O registration and signaling instead of handrolling a solution with csignal(). OK visa@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/01/02 01:59:22 Modified files: emulators/vice : Makefile Log message: Drop maintainership. CVSROOT: /cvs Module name: src Changes by: kevlo@cvs.openbsd.org 2020/01/02 02:00:45 Modified files: sys/dev/pci : if_rge.c Log message: Fix bus_dmamap_sync(9) calls. While here fix a typo in a comment. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/01/02 02:09:16 Modified files: lib/libssl/man : SSL_CTX_add_extra_chain_cert.3 Log message: In ssl.h rev. 1.167 and s3_lib.c rev. 1.188, jsing@ provided the new function SSL_CTX_get_extra_chain_certs_only(3) and changed the semantics of the existing SSL_CTX_get_extra_chain_certs(3) API from the former OpenSSL 1.0.1 behaviour to the new, incompatible OpenSSL 1.0.2 behaviour. Adjust the documentation. OK jsing@ beck@ inoguchi@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/02 02:21:38 Modified files: devel/py-buildbot: Makefile.inc devel/py-buildbot/buildbot: distinfo devel/py-buildbot/console-view: distinfo devel/py-buildbot/grid-view: distinfo devel/py-buildbot/pkg: distinfo devel/py-buildbot/waterfall-view: distinfo devel/py-buildbot/www: distinfo devel/py-buildslave: Makefile distinfo Log message: Update to buildbot 2.5.1. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/01/02 02:36:50 Modified files: audio/libmpdclient: Makefile distinfo audio/libmpdclient/patches: patch-src_socket_c patch-src_sync_c audio/libmpdclient/pkg: PLIST Log message: Update to libmpdclient-2.17 Changelog: https://raw.githubusercontent.com/MusicPlayerDaemon/libmpdclient/v2.17/NEWS Minor of SHARED_LIBS has been bumped as symbols have been added. OK landry@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/01/02 02:37:10 Modified files: audio/mpc : Makefile distinfo Log message: Update to mpc-0.33 Changelog: https://raw.githubusercontent.com/MusicPlayerDaemon/mpc/v0.33/NEWS OK landry@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/01/02 02:37:43 Modified files: audio/mpd : Makefile distinfo Log message: Update to mpd-0.21.18 Changelog: https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.18/NEWS While here sync WANTLIB. OK landry@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/01/02 02:38:09 Modified files: audio/ncmpc : Makefile distinfo audio/ncmpc/patches: patch-src_ProgressBar_cxx patch-src_StatusBar_cxx patch-src_TitleBar_cxx patch-src_screen_cxx patch-src_screen_init_cxx Log message: Update to ncmpc-0.36 Changelog: https://raw.githubusercontent.com/MusicPlayerDaemon/ncmpc/v0.36/NEWS While here sync WANTLIB. OK landry@ CVSROOT: /cvs Module name: src Changes by: denis@cvs.openbsd.org 2020/01/02 03:16:46 Modified files: usr.sbin/ospf6d: interface.c neighbor.c ospf6d.c ospfe.c ospfe.h rde.c rde_lsdb.c Log message: Rename orig_rtr_lsa_area() to orig_rtr_lsa() Now that area is part of iface, original orig_rtr_lsa() is useless. Also verifying that area != NULL is not needed in some cases (these are leftovers of the previous diff). OK remi@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/01/02 03:27:46 Modified files: usr.sbin/bind/bin/dig: dig.1 dig.c Log message: manual page: drop +sit because it is merely a deprecated alias for +cookie usage(): drop +defname because it is merely an alias for +search both: correct option spelling +cl -> +class, +time -> +timeout feedback and OK sthen@, OK jmc@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/01/02 03:53:32 Modified files: usr.sbin/bind/bin/dig: dig.1 Log message: Correct the markup of option arguments involving = signs. Mostly, move the equal sign out of .Cm and .Ar because we consider it punctuation. Besides, use .Cm rather than .Ar for keywords like "ixfr" and do not mark up literal integer numbers with .Ar. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/02 03:55:53 Modified files: usr.sbin/snmpd : mib.c parse.y snmpd.conf.5 snmpd.h Log message: When many prefixes are stored in pf tables it is not sensible to export them via snmp. Introduce option filter-pf-addresses similar to filter-routes which prevents exporting below the OPENBSD-PF-MIB::pfTblAddrTable oid. Other pf table statistics are uneffected by this and still available. With this I can do a bulkwalk starting at pfMIBObjects without hitting timeouts and without spinning the cpu at 100% for days to export 300k prefixes. man page input kn OK claudio, sthen. martijn is also fine with it going in. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/01/02 05:21:47 Modified files: net/ocserv : Makefile Log message: Fix net/ocserv build error ajacoutot@ noted that net/ocserv doesn't build for him, which is caused by configure picking up libmaxminddb. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/01/02 05:27:04 Modified files: usr.sbin/pkg_add/OpenBSD: PackingList.pm Log message: plain forgot about THAT optimization. Let .so/.a print again in pkg_info -L noticed by Mikolaj Kucharski CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/01/02 05:30:53 Modified files: www/p5-HTTP-Daemon: Makefile distinfo www/p5-HTTP-Daemon/pkg: DESCR Log message: update p5-HTTP-Daemon to 6.06 take maintainer; OK nigel@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/01/02 05:34:59 Modified files: www/p5-Test-HTTP-LocalServer: Makefile distinfo www/p5-Test-HTTP-LocalServer/pkg: PLIST Log message: update p5-Test-HTTP-LocalServer to 0.69 take maintainer CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/01/02 05:36:04 Modified files: www/p5-WWW-Mechanize: Makefile distinfo Log message: update p5-WWW-Mechanize to 1.95 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/01/02 05:37:32 Modified files: www/p5-WWW-Mechanize-Shell: Makefile distinfo Log message: update p5-WWW-Mechanize-Shell to 0.58 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2020/01/02 06:13:22 Modified files: sysutils/ranger: Makefile distinfo sysutils/ranger/patches: patch-doc_ranger_1 patch-ranger_ext_img_display_py patch-setup_py sysutils/ranger/pkg: PLIST Log message: Update to ranger 1.9.3 Lots of fixes: https://ranger.github.io/changelog.html OK bket CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/01/02 06:14:25 Modified files: devel/p5-AnyEvent: Makefile distinfo Log message: update p5-AnyEvent to 7.17 CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2020/01/02 06:25:38 Modified files: regress/usr.bin/ssh: keygen-moduli.sh Log message: Update keygen moduli screen test to match recent command line option change to ssh-keygen(1). CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/01/02 06:44:17 Modified files: usr.bin/tmux : cmd-join-pane.c Log message: Add CMD_FIND_DEFAULT_MARKED to join-pane like move-pane, from davidegirardi in GitHub issue 2046. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2020/01/02 07:27:47 Modified files: net/litecoin : Makefile Log message: Never completes compilation on sparc64, hitting a clang failure. "IIRC clang doesn't have an integrated assembler on sparc64 so it probably needs newer binutils to fix this." -sthen ok sthen to mark it BROKEN-sparc64 CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/01/02 07:34:33 Modified files: usr.sbin/bind/bin/dig: dig.1 Log message: simple markup fixes: use .Cm for keywords, .Ar for placeholders, .Xr for resolv.conf, and use imperative rather than indicative CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/02 07:53:48 Modified files: devel/proj : Makefile distinfo devel/proj/pkg : PLIST Log message: Update to proj 6.3.0. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/02 07:54:04 Modified files: geo/mapserver : Makefile distinfo geo/mapserver/pkg: PLIST-perl PLIST-php PLIST-python Log message: Update to mapserver 7.4.3 CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/01/02 08:17:19 Modified files: usr.sbin/bind/bin/dig: dig.1 Log message: jmc@ suggested to just say "The default is +opt" rather than repeating the explanation of what +opt does, improving both conciseness and clarity, so let's do this in many trivial cases, and improve some markup in the vicinity while there CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/01/02 08:52:44 Modified files: usr.sbin/bind/bin/dig: dig.1 Log message: another simple case of a default that i missed: +adflag CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/01/02 09:00:54 Modified files: sys/arch/mips64/mips64: db_disasm.c Log message: Use newabi register names in disassembly. OK miod@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/01/02 09:23:01 Modified files: sys/net : bpf.c bpfdesc.h Log message: Switch bpf to use pgsigio(9) and sigio_init(9) instead of handrolling something with csignal(). OK visa@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/02 10:18:13 Modified files: devel/cbindgen : Makefile distinfo Log message: Update to cbindgen 0.12.1. 0.12.0 required to build mozilla-central since #1604160 add MODCARGO_INSTALL_ARGS=--path . to workaround cargo now requiring it built firefox 68.3.0esr and 71.0 with it without fallout CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2020/01/02 12:03:21 Modified files: sys/kern : syscalls.master Log message: Unlock pipe(2) and pipe2(2). The kernel lock does not provide any serialization at this point since everything is protected by the pipe_lock. Thanks to tb@ and visa@ for testing; ok mpi@ visa@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/02 12:04:45 Modified files: x11/gnome/accerciser: Makefile distinfo Log message: Update to accerciser-3.34.3. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/01/02 12:05:02 Modified files: textproc/p5-XML-LibXML: Makefile distinfo textproc/p5-XML-LibXML/patches: patch-Makefile_PL textproc/p5-XML-LibXML/pkg: PLIST Log message: update p5-XML-LibXML to 2.0201 Disable Alien::Libxml2, instead use libxml-2 package. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2020/01/02 12:05:07 Modified files: sys/kern : init_sysent.c syscalls.c sys/sys : syscall.h syscallargs.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/02 12:27:13 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.7. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2020/01/02 13:29:06 Modified files: print/poppler : Makefile distinfo Log message: Update to poppler-0.83.0. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2020/01/02 13:30:04 Modified files: editors/calligra: Makefile editors/calligra/patches: patch-filters_karbon_pdf_PdfImport_cpp patch-filters_karbon_pdf_SvgOutputDev_cpp patch-filters_karbon_pdf_SvgOutputDev_h Added files: editors/calligra/patches: patch-CMakeLists_txt Log message: Fix the build with poppler-0.83.0. Thanks to sthen@ for the cmake hack appending -std=c++14. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2020/01/02 13:31:11 Modified files: editors/libreoffice: Makefile editors/libreoffice/patches: patch-sdext_source_pdfimport_xpdfwrapper_pdfioutdev_gpl_cxx patch-sdext_source_pdfimport_xpdfwrapper_pdfioutdev_gpl_hxx Added files: editors/libreoffice/patches: patch-sdext_source_pdfimport_xpdfwrapper_wrapper_gpl_cxx Log message: Unbreak the build with poppler-0.83.0. ok robert@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2020/01/02 13:32:24 Modified files: graphics/gdcm : Makefile Added files: graphics/gdcm/patches: patch-Applications_Cxx_gdcminfo_cxx patch-Applications_Cxx_gdcmpdf_cxx Log message: Unbreak the build with poppler-0.83.0. ok jasper@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2020/01/02 13:32:58 Modified files: graphics/inkscape: Makefile graphics/inkscape/patches: patch-src_extension_internal_pdfinput_pdf-parser_cpp patch-src_extension_internal_pdfinput_svg-builder_cpp Added files: graphics/inkscape/patches: patch-src_extension_internal_pdfinput_pdf-input_cpp Log message: Unbreak the build with poppler-0.83.0. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2020/01/02 13:33:43 Modified files: graphics/pdf2djvu: Makefile Added files: graphics/pdf2djvu/patches: patch-pdf-backend_cc Log message: Unbreak the build with poppler-0.83.0. ok juanfra@ (maintainer) CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/01/02 13:40:27 Modified files: usr.sbin/bind/bin/dig: dig.1 Log message: Correct information about default options: by default, +besteffort is on, +dnsnegotiation is off, +timeout is 5s for UDP and 10s for TCP. OK florian@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/01/02 13:50:06 Modified files: sys/kern : subr_log.c Log message: Change /dev/log to use pgsigio(9) and sigio_init(9) like it was done for bpf(4) and tun(4) instead of using hand rolled code using csignal(). OK visa@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2020/01/02 14:19:59 Log message: Import Ruby 2.7.0 OK jca@ Status: Vendor Tag: jeremy Release Tags: jeremy_2020-Jan-02 N ports/lang/ruby/2.7/Makefile N ports/lang/ruby/2.7/distinfo N ports/lang/ruby/2.7/patches/patch-ext_etc_etc_c N ports/lang/ruby/2.7/patches/patch-common_mk N ports/lang/ruby/2.7/patches/patch-compile_c N ports/lang/ruby/2.7/patches/patch-configure N ports/lang/ruby/2.7/patches/patch-ext_ripper_depend N ports/lang/ruby/2.7/patches/patch-ext_extmk_rb N ports/lang/ruby/2.7/patches/patch-ext_openssl_openssl_missing_h N ports/lang/ruby/2.7/patches/patch-ext_openssl_extconf_rb N ports/lang/ruby/2.7/patches/patch-lib_rubygems_dependency_installer_rb N ports/lang/ruby/2.7/patches/patch-lib_fileutils_rb N ports/lang/ruby/2.7/patches/patch-lib_mkmf_rb N ports/lang/ruby/2.7/patches/patch-lib_rubygems_commands_install_command_rb N ports/lang/ruby/2.7/patches/patch-lib_rubygems_ext_ext_conf_builder_rb N ports/lang/ruby/2.7/patches/patch-coroutine_copy_Context_h N ports/lang/ruby/2.7/pkg/DESCR-ri_docs N ports/lang/ruby/2.7/pkg/DESCR-gdbm N ports/lang/ruby/2.7/pkg/DESCR-main N ports/lang/ruby/2.7/pkg/MESSAGE-main N ports/lang/ruby/2.7/pkg/PLIST-gdbm N ports/lang/ruby/2.7/pkg/PLIST-main N ports/lang/ruby/2.7/pkg/PLIST-ri_docs N ports/lang/ruby/2.7/pkg/UNMESSAGE-main No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2020/01/02 14:20:48 Modified files: lang/ruby : Makefile Log message: Hookup Ruby 2.7.0 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2020/01/02 14:21:57 Modified files: lang/ruby : ruby.port.mk Log message: Add support for building ruby ports with ruby27 FLAVOR CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2020/01/02 14:26:53 Modified files: editors/nano : Makefile distinfo editors/nano/patches: patch-doc_nano_1 patch-src_Makefile_in Log message: Update to 4.7. Note: The keywords in nanorc files must be in lowercase. CVSROOT: /cvs Module name: src Changes by: mortimer@cvs.openbsd.org 2020/01/02 15:34:41 Modified files: sys/dev/pci : ccp_pci.c pcidevs Log message: Add pci id for recent AMD CCP and use it in ccp(4). ok jsg@ CVSROOT: /cvs Module name: src Changes by: mortimer@cvs.openbsd.org 2020/01/02 15:35:39 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/02 15:38:33 Modified files: usr.bin/ssh : authfile.c authfile.h Log message: add sshkey_save_public(), to save a public key; ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/02 15:40:10 Modified files: usr.bin/ssh : ssh-keygen.1 ssh-keygen.c Log message: ability to download FIDO2 resident keys from a token via "ssh-keygen -K". This will save public/private keys into the current directory. This is handy if you move a token between hosts. feedback & ok markus@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2020/01/02 16:06:59 Modified files: databases/ruby-sequel_pg: Makefile distinfo Log message: Update to sequel_pg 1.12.4 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2020/01/02 16:07:29 Modified files: databases/ruby-pg: Makefile distinfo databases/ruby-pg/pkg: PLIST Log message: Update to pg 1.2.1 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/01/02 17:51:55 Modified files: sys/dev/pci : pcidevs Log message: add some more samsung nvme ids CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/01/02 17:52:47 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/01/02 18:16:12 Modified files: sys/kern : kern_timeout.c sys/sys : timeout.h Log message: timeout(9): Rename the TIMEOUT_NEEDPROCCTX flag to TIMEOUT_PROC. This makes it more likely to fit into 80 columns if used alongside the forthcoming timeout_set_flags() and TIMEOUT_INITIALIZER_FLAGS() interfaces. "makes sense to me" bluhm@, ok visa@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/01/02 19:16:38 Modified files: sys/kern : kern_timeout.c sys/sys : timeout.h share/man/man9 : timeout.9 Log message: timeout(9): Add timeout_set_flags(9) and TIMEOUT_INITIALIZER_FLAGS(9) These allow the caller to initialize timeouts with arbitrary flags. We only have one flag at the moment, TIMEOUT_PROC, but experimenting with other flags is easier if these interfaces are available in-tree. With input from bluhm@, guenther@, and visa@. "makes sense to me" bluhm@, ok visa@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/02 19:46:19 Modified files: regress/usr.bin/ssh/misc/sk-dummy: sk-dummy.c Log message: implement recent SK API change to support resident keys and PIN prompting in the dummy middleware that we use for the tests. Should fix breakage spotted by dtucker@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/02 20:02:26 Modified files: regress/usr.bin/ssh: cert-hostkey.sh cert-userkey.sh Log message: what bozo decided to use 2020 as a future date in a regress test? CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/01/02 20:50:44 Modified files: gnu/usr.bin/binutils-2.17: Makefile.bsd-wrapper Log message: avoid build race condition: our make has an "expensive job" heuristic which means we do stop creating other jobs as soon as we run something looking like "make" to avoid unwanted recursion, so you would never hit that. But in binutils-2.17, the developers changed all/info to do recursive makes with some of the same dependencies. Calling both at the same time becomes an obvious race, and should be fixed for no other reason than correctness. okay guenther@ CVSROOT: /cvs Module name: src Changes by: pd@cvs.openbsd.org 2020/01/02 22:32:00 Modified files: usr.sbin/vmctl : main.c Log message: vmctl(8): fix vmctl send exit code vmctl send always returned exit code 1 Patch by Benjamin Baier ok kn@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/01/02 22:37:00 Modified files: share/man/man9 : file.9 sys/kern : kern_descrip.c kern_event.c sys/sys : filedesc.h Log message: Fix a file descriptor close race in kqueue_register() After inserting a knote, check that the associated file descriptor still references the same file. Remove the knote if the descriptor has changed because otherwise the kqueue becomes inconsistent with the file descriptor table. There is an analogous race in fcntl(F_SETLK). It is already handled, but the code can be simplified by using the same check as in kqueue_register(). Fix inspired by DragonFly BSD OK mpi@, anton@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/01/03 00:33:33 Modified files: usr.bin/ssh : ssh-keygen.1 Log message: the download resident keys option is -K (upper) not -k (lower); ok djm CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/01/03 00:54:32 Modified files: graphics/libsixel: Makefile distinfo Log message: Update libsixel to 1.8.5. This fixes a bunch of CVEs. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/03 01:22:51 Modified files: misc/hwdata : Makefile distinfo Log message: Update to hwdata-0.331. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/01/03 01:39:31 Modified files: sys/dev/pci : mpii.c Log message: Fix RAID volume WWIDs for LSI controllers on sparc64 Some controllers generate 128 bit WWIDs for RAID volumes but only has a 64-bit field to report it to the host, so it only puts the vendor-specified part here (last half of ID string printed when sd* attaches matches sl->port_wwn in reverse). As such IDs are not IEEE NAA compliant, OpenBoot PROM -at least on SPARC- sets the highest nibble to three by convention to mark such volumes as RAID volumes so that the OS (Solaris) may identify it as such. This is the last missing piece to make booting off hardware RAID on sparc64 just work; autoconf(9) is now able to match the port WWN against the bootpath to eventually identify the volume as the root device. Feedback jmatthew deraadt OK jmatthew CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/03 01:45:09 Modified files: x11/vlc : Makefile x11/vlc/patches: patch-configure_ac x11/vlc/pkg : PLIST-main Added files: x11/vlc/patches: patch-modules_access_Makefile_am patch-modules_access_smb2_c Log message: Bring in the smb2 module from the 3 branch and enable it. Disable the dsm module. This switches from supporting SMB1 to supporting SMB2/3. from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/03 01:58:55 Modified files: net/py-libcloud: Makefile distinfo net/py-libcloud/pkg: PLIST Log message: Update to py-libcloud-2.8.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/03 02:01:55 Modified files: net/h323plus : Makefile distinfo net/h323plus/patches: patch-openh323u_mak_in net/h323plus/pkg: PLIST Removed files: net/h323plus/patches: patch-src_h235_h235crypto_cxx Log message: Update to h323plus-1.27.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/03 02:10:25 Modified files: print/cups-filters: Makefile distinfo Log message: Update to cups-filters-1.26.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/03 02:10:46 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py-botocore-1.13.46. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/03 02:10:57 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py-boto3-1.10.46. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/03 02:11:13 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.16.310. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/01/03 02:46:41 Modified files: sys/kern : kern_sig.c sys/sys : signalvar.h Log message: Retire csignal() the last users were converted to use pgsigio(9) instead. OK visa@ anton@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/03 04:20:20 Modified files: net/routinator : Makefile Log message: mark BROKEN-sparc64, fails building dependency "ring" CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/03 04:26:14 Modified files: security/sslscan: Makefile Log message: mark sslscan,openssl as BROKEN-sparc64; runs openssl tests during build; fails SIGILL in BN_mod_sqrt (unsure if security/openssl/1.0.2 itself is affected as sslscan builds it with nonstandard options) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/03 04:30:00 Modified files: mail/roundcubemail: Makefile distinfo mail/roundcubemail/patches: patch-UPGRADING patch-config_defaults_inc_php mail/roundcubemail/pkg: PLIST Log message: update to roundcubemail-1.4.2 CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/01/03 04:53:44 Modified files: emulators/atari800: Makefile distinfo Log message: Update atari800 to 4.2.0. Notable changes: - Switch MASTER_SITES to GitHub - Add --disable-rserial to CONFIGURE_ARGS, this disables support for using the host serial port with the R: networking device, which breaks the build in this version CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/03 05:39:25 Modified files: net/dhcpcd : Makefile distinfo Log message: update to dhcpcd-8.1.5 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/03 07:42:18 Modified files: graphics/py-Pillow: Makefile distinfo graphics/py-Pillow/pkg: PLIST Log message: update to py-Pillow 6.2.2, build DEBUG_PACKAGES and use MODPY_PYTEST while there. Pillow 7.0.0 is out now but it now requires Python 3.x and several ports that depend on this still use py2: games/fretsonfire games/hypatia games/mnemosyne geo/gmapcatcher geo/mapproxy geo/tilecache graphics/asymptote graphics/comix graphics/py-pyx graphics/sk1 net/deluge print/hplip print/scribus productivity/impressive security/volatility textproc/calibre CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/03 07:49:20 ports/devel/py-hypothesis/patches Update of /cvs/ports/devel/py-hypothesis/patches In directory cvs.openbsd.org:/tmp/cvs-serv39439/patches Log Message: Directory /cvs/ports/devel/py-hypothesis/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/03 07:51:21 Modified files: devel/py-hypothesis: Makefile Added files: devel/py-hypothesis/patches: patch-src_hypothesis_internal_compat_py Log message: backport 1e9cf75dcc28c6 to fix py-hypothesis on py2 following py-typing update (hypothesis could probably be updated to 4.57.1 without trouble; 5.x is py3-only) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/03 08:06:27 Modified files: lang/php : Makefile.inc lang/php/7.2 : Makefile distinfo lang/php/7.3 : Makefile distinfo lang/php/files : DESCR-mysqli DESCR-pgsql DESCR-pspell DESCR-soap DESCR-xsl Added files: lang/php/7.2/pkg: PLIST-enchant lang/php/7.3/pkg: PLIST-enchant lang/php/files : DESCR-enchant Removed files: lang/php/files : DESCR-dbase DESCR-mssql DESCR-mysql DESCR-ncurses DESCR-sqlite DESCR-sybase_ct Log message: PHP spring-cleaning: - remove DESCR files from subpackages which have been removed - add HOMEPAGEs for various subpackages (sometimes replacing ones manually listed in DESCR-foo) - some s/http/https/ in DESCR-foo - build the enchant extension (won't work by default in chroot but maybe useful in some cases) CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2020/01/03 08:16:59 Modified files: devel/libexecinfo: Makefile Log message: Remove duplicate do-test target definition. ok kn CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2020/01/03 08:18:02 Modified files: sys/kern : sys_pipe.c Log message: Rename the pipe I/O lock routines for improved clarity. This is just a mere preparation for introducing a dedicated lock per pipe pair. ok mpi@ visa@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2020/01/03 08:46:23 Modified files: net/bitcoin : Makefile Log message: Mark BROKEN-sparc64. Broken in the exact same manner as net/litecoin is. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2020/01/03 09:29:25 Modified files: textproc/mupdf : Makefile graphics/openjp2: Makefile Log message: add DEBUG_PACKAGES, okay sthen@ CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2020/01/03 10:15:00 Log message: Import lemonbar-xft, a version of lemonbar that supports xft and is pledged! Work/input from Tom Murphy, jca@, sthen@, Timo Myyrä, phessler@ .. maybe me. OK jca@, \o/ kmos@ Status: Vendor Tag: abieber Release Tags: abieber_20200103 N ports/x11/lemonbar-xft/Makefile N ports/x11/lemonbar-xft/distinfo N ports/x11/lemonbar-xft/pkg/DESCR N ports/x11/lemonbar-xft/pkg/PLIST N ports/x11/lemonbar-xft/patches/patch-Makefile N ports/x11/lemonbar-xft/patches/patch-lemonbar_c N ports/x11/lemonbar-xft/patches/patch-README_pod No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2020/01/03 10:23:20 Modified files: x11 : Makefile Log message: + lemonbar-xft CVSROOT: /cvs Module name: src Changes by: denis@cvs.openbsd.org 2020/01/03 10:25:48 Modified files: usr.sbin/ospf6d: hello.c Log message: Sync with ospfd's hello.c OK remi@ CVSROOT: /cvs Module name: src Changes by: denis@cvs.openbsd.org 2020/01/03 10:26:16 Modified files: usr.sbin/ospf6d: database.c Log message: Sync with ospfd's database.c OK remi@ CVSROOT: /cvs Module name: src Changes by: denis@cvs.openbsd.org 2020/01/03 10:45:02 Modified files: usr.sbin/ospf6d: ospf6d.h Log message: Remove unused variable CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2020/01/03 10:57:35 Modified files: net/syncthing : Makefile distinfo net/syncthing/patches: patch-build_go Log message: Update net/syncthing to version 1.3.2. OK gonzalo@ - thanks! CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/03 10:58:34 Modified files: geo/mapproxy : Makefile geo/mapproxy/pkg: PLIST Log message: Switch to python3 by default. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/01/03 12:45:51 Modified files: usr.sbin/ldomctl: ldomctl.c Log message: Move code into new hv_config(), defer to commands needing it This moves setup code from main() into its own function so instead of upfront it can be used only when and where needed. With the exception of `create-vdisk' all currently open /dev/hvctl; for that command I added a rather quirky goto to avoid this unneeded step, but `list-io' for example does not need /dev/hvctl at all either. So instead of adding more quirks, split as per above and clearly call hv_config() from the commands that *do* require it. This also effectively defers such privileged operations after all argv[] parsing is done, that is the code fails earlier on invalid input without file I/O for nothing. With that in, I can easily add more commands not requiring hvctl access, e.g. a dry-run configuration check. OK kettenis CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/01/03 12:59:10 Modified files: net/gssdp : Makefile distinfo Log message: update to gssdp-1.2.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/01/03 13:03:14 Modified files: sysutils/py-croniter: Makefile distinfo Log message: update to py-croniter-0.3.31 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/01/03 13:03:20 Modified files: net/gupnp/core : Makefile distinfo Log message: update to gupnp-1.2.2 CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/01/03 13:11:11 Modified files: sys/kern : kern_timeout.c Log message: timeout(9): delay thread wakeup(9) decision to end of softclock() loop The process-context timeout(s) in question might be cancelled before we leave the loop, leading to a spurious wakeup(9). ok mpi@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/01/03 13:14:34 Modified files: net/wireguard-tools: Makefile distinfo Log message: update to wireguard-tools-1.0.20200102 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/03 14:03:10 Modified files: www/nginx : Makefile Log message: set ONLY_FOR_ARCHS-passenger to the set of arches where we actually have packages of www/ruby-passenger, suggested by jeremy@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/03 14:25:06 Modified files: textproc/aspell/core: Makefile Log message: use ports-clang + ld.lld to build aspell on mips64 to avoid ld.bfd ICE: /usr/bin/ld: BFD 2.17 internal error, aborting at /usr/src/gnu/usr.bin/binutils-2.17/bfd/elfxx-mips.c line 4797 in mips_elf_create_dynamic_relocation from Xiyue Deng (I added comments) CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2020/01/03 14:53:19 Modified files: archivers/libarchive: Makefile distinfo archivers/libarchive/patches: patch-tar_bsdtar_1 Log message: maintenance update to 3.4.1 CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2020/01/03 14:55:57 Modified files: lang/ghc : Makefile Log message: We'll need ghc-8.6 bootstrappers for ghc-8.8. If things go well, I'll try to jump to 8.10 (build 8.8 without committing, build new bootstrappers from that, and then work on 8.10). While here, make it possible to build the bootstrappers with PORTS_PRIVSEP enabled (dirty and brittle, but works for me[tm]). CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2020/01/03 15:01:29 Modified files: usr.sbin/smtpd : smtp_session.c Log message: upon return of authentication we log the username and generate an smtp-in report for the authentication result, however we use a buffer that is too small and usernames from virtual accounts may get truncated in logs. reported by Bjorn Kalkbrenner CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/03 15:21:04 Modified files: textproc/py-natsort: Makefile Log message: tests want py-pathlib CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/03 15:34:36 Modified files: net/net-snmp : Makefile distinfo net/net-snmp/patches: patch-Makefile_rules patch-Makefile_top patch-agent_mibgroup_mibII_ipAddr_c patch-perl_SNMP_Makefile_PL net/net-snmp/pkg: PLIST-main Added files: net/net-snmp/patches: patch-apps_snmpps_c Removed files: net/net-snmp/patches: patch-agent_mibgroup_if-mib_data_access_interface_openbsd_c patch-snmplib_snmp_logging_c Log message: Update to net-snmp 5.8.1pre1. Enable installing snmpps/snmptop, they have been around for a while but were just segfaulting in tests before - turns out this was actually only when pointed at OpenBSD snmpd which doesn't handle hrSWRunPerfMem/hrSWRunPerfCPU and was OK pointed at net-snmp snmpd - so patch to fix the segfault. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/01/03 17:27:11 Modified files: usr.sbin/bind/bin/dig: dig.1 Log message: Avoid the misleading term "toggle". There are no query options that toggle anything. Quite to the contrary, all those touched in this commit are idempotent. OK florian@ jmc@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/01/03 18:00:18 Modified files: sbin/ping : ping.c ping.8 Log message: ping(8): improve "-i wait" parsing and error-checking code - Never accept negative values. - Cap the interval at UINT_MAX seconds to avoid strange rounding behavior at the end of the input range. - Use error messages that resemble other parts of the tree where we are able to use strtonum(3). - Leverage modf(3) for cleaner code. - Call it "-i interval" to avoid accidental visual similarity to "-w maxwait". With input from cjeker@, kettenis@, kn@. ok kn@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/03 18:34:24 Modified files: sys/arch/amd64/pci: pchb.c sys/arch/i386/pci: pchb.c sys/dev/pci : amas.c azalia.c ccp_pci.c kate.c km.c ksmn.c mmuagp.c pcidevs Log message: remove AMD64 strings from pcidevs ok mortimer@ mpi@ deraadt@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/03 18:35:32 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/01/03 19:49:08 Modified files: shells/elvish : Makefile distinfo Log message: Update to elvish-0.13 Changelog: https://github.com/elves/elvish/compare/v0.12...v0.13 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/01/03 19:53:04 Modified files: net/sacc : Makefile net/sacc/pkg : PLIST Log message: Install the sacc manual page. Bump REVISION. Reported by Anders Damsgaard off-list. CVSROOT: /cvs Module name: src Changes by: aoyama@cvs.openbsd.org 2020/01/03 20:17:57 Modified files: sys/arch/luna88k/luna88k: machdep.c Log message: Ignore 'hardware lied' interrupt in do-while loop, same as first time processing. That was sometimes observed when the system get heavy load, like 'make -j N build'. CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2020/01/03 22:44:39 Modified files: games/eduke32 : Makefile Added files: games/eduke32/patches: patch-source_duke3d_src_game_cpp Log message: store log file in ~/.config/eduke32/ instead of current dir discussed with maintainer Ryan Freeman CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/01/04 00:27:41 Modified files: net/libfilezilla: Makefile distinfo Log message: Update to libfilezilla-0.19.3 Needed for updating filezilla. Changes/additions: https://svn.filezilla-project.org/filezilla/libfilezilla/trunk/NEWS?revision=9552&view=markup check_sym reported data object sizes changes in SHARED_LIBS, so I have bumped major. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/01/04 00:28:07 Modified files: net/filezilla : Makefile distinfo Log message: Update to filezilla-3.46.3 This release fixes a crash if an FTP server sends too long response lines. Changes/additions: https://filezilla-project.org/versions.php. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/01/04 02:30:20 Modified files: emulators/stella: Makefile distinfo Log message: Update to stella-6.0.2. CVSROOT: /cvs Module name: ports Changes by: anton@cvs.openbsd.org 2020/01/04 02:32:36 Modified files: mail/mdsort : Makefile distinfo Log message: Update to mdsort-5.0.0. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2020/01/04 02:38:27 Modified files: sys/kern : sys_pipe.c Log message: Eliminate some minor differences between pipe_read() and pipe_write(): * Sort local variables by size, name * No need to initialize error in pipe_write() ok millert@ visa@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/01/04 03:36:32 Modified files: databases/p5-Redis: Makefile distinfo Log message: Update to p5-Redis-1.995. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/01/04 03:51:59 Modified files: games/rocksndiamonds: Makefile distinfo games/rocksndiamonds/pkg: PLIST Log message: Update to rocksndiamonds-4.1.4.0. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/01/04 04:02:55 Modified files: usr.sbin/bind/bin/dig: dig.1 Log message: Jason suggested that stating defaults with a postfix "(on/off by default)" is as clear, more concise, and reads better. In a few cases, it also allows shortening text that said the same twice. Tweak and OK jmc@. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/04 04:09:54 Modified files: graphics/shotwell: Makefile distinfo graphics/shotwell/pkg: PLIST Log message: Update to shotwell-0.30.8. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/04 04:34:58 Modified files: net/glib2-networking: Makefile distinfo Log message: Update to glib2-networking-2.62.3. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/01/04 04:35:03 Modified files: sys/dev/usb : if_upgt.c Log message: UPGT_USB_TIMEOUT is specified in msec not in ticks, correct the timeout value of the sleep by using tsleep_nsec(9). ok mglocker@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/01/04 04:36:06 Modified files: sys/dev/usb : uow.c Log message: Convert sleep to tsleep_nsec(9). ok bluhm@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/01/04 04:37:33 Modified files: sys/dev/usb : ugen.c Log message: Convert sleep to tsleep_nsec(9) and use unique sleeping identifiers. ok bluhm@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/01/04 04:40:56 Modified files: sys/dev/usb : uhidev.c Log message: Prevent use-after-free in uhidev_close(). Close pipes before freeing transfers, otherwise accessing elements in pipe->queue, like in usbd_abort_pipe(), will result in a crash. Problem reported by reyk@, ok visa@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/04 04:50:30 Modified files: lang/php/7.2 : distinfo lang/php/7.3 : distinfo Log message: unbreak, sorry naddy@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/01/04 04:53:53 Modified files: usr.bin/rsync : rsync.1 Log message: Delete .Xrs to rsync(5) and rsyncd(5). If somebody wants to install these two manual pages describing the protocols, it is easy to put these two links back. Dead links reported by . OK jmc@ florian@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/04 05:16:50 Modified files: databases/evolution-data-server: Makefile distinfo Log message: Update to evolution-data-server-3.34.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/04 05:17:04 Modified files: mail/evolution : Makefile distinfo Log message: Update to evolution-3.34.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/04 05:17:15 Modified files: mail/evolution-ews: Makefile distinfo Log message: Update to evolution-ews-3.34.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/04 05:30:41 Modified files: x11/gnome/maps : Makefile distinfo x11/gnome/maps/pkg: PLIST Log message: Update to gnome-maps-3.34.3. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/01/04 05:50:53 Modified files: usr.bin/make : job.c Log message: remove redundant test, !keepgoing is already a condition for a job getting on the errorJobs list okay millert@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/04 06:07:55 Modified files: sys/dev/pci/drm: drm_drv.c drm_ioctl.c sys/dev/pci/drm/include/drm: drm_device.h Log message: remove unused TIOCSPGRP / TIOCGPGRP cases in drm async/SIGIO use likely came from DR1 context swapping for the "gamma" driver for 3dlabs GMX 2000, removed from the old upstream drm cvs repository in 2004: commit 1430163b4bbf7b00367ea1066c1c5fe85dbeefed Author: Dave Airlie Date: Sun Aug 29 12:04:35 2004 +0000 Drop GAMMA DRM from a great height ... linux in 2005: commit 1fad99499afdd2730adb1d53413b91580b1f0662 Author: Dave Airlie Date: Fri Aug 5 22:40:34 2005 +1000 drm: remove the gamma driver and further remaining async bits removed from linux in 2013 with commit b0e898ac555e96e7863a5ee95d70f3625f1db5e2 Author: Daniel Vetter Date: Thu Aug 8 15:41:23 2013 +0200 drm: remove FASYNC support pointed out by claudio@ ok visa@ kettenis@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/01/04 06:48:49 Modified files: usr.sbin/pkg_add: Makefile Added files: usr.sbin/pkg_add/pod: OpenBSD::style.pod Log message: New manual page OpenBSD::style(3p). Based on a writeup that espie@ posted to misc@ with tweaks by me and additional feedback from espie@. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/01/04 06:52:08 Modified files: textproc/highlight: Makefile distinfo textproc/highlight/patches: patch-src_makefile textproc/highlight/pkg: PLIST Log message: Update to highlight-3.54. CVSROOT: /cvs Module name: src Changes by: inoguchi@cvs.openbsd.org 2020/01/04 06:57:43 Modified files: lib/libcrypto/dh: dh_ameth.c Log message: Avoid leak in error path of dh_priv_decode ok jsing@ tb@ CVSROOT: /cvs Module name: src Changes by: inoguchi@cvs.openbsd.org 2020/01/04 07:17:55 Modified files: usr.bin/openssl: cms.c Log message: Check CMS API return value in openssl(1) cms ok jsing@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2020/01/04 07:49:15 Modified files: www/chromium : Makefile www/chromium/patches: patch-chrome_browser_about_flags_cc patch-chrome_browser_flag_descriptions_cc patch-chrome_browser_flag_descriptions_h patch-chrome_browser_ui_views_frame_browser_view_cc patch-ui_compositor_compositor_cc Added files: www/chromium/patches: patch-chrome_browser_memory_details_linux_cc Log message: unbreak chrome://system by not trying to get the amount of used file descriptors through the metrics code so that a pledge violation is avoided if the sandbox is enabled (which is the default) CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/01/04 08:13:54 Modified files: usr.sbin/pkg_add: pkg_add.1 Log message: be a bit more precise about what %a and %v do in paths; OK espie@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/01/04 08:45:46 Modified files: usr.sbin/ldomctl: config.c ldomctl.8 ldomctl.c ldomctl.h Log message: Add -n to init-system for validation only "ldomctl init-system -n ldom.conf" only parses the configuration file and exits; it is usable as unprivileged user, no devices are opened. OK kettenis CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/01/04 09:16:37 Modified files: usr.bin/make : job.c Log message: create a separate function "may_continue_heldback_jobs" and invoke it in the main reaper loop, instead of waiting for a job with an expensive command to exit. This prevents jobs with an expensive command from holding back everything else until their full list of commands is run, instead of just the expensive one. (as JOB_IS_EXPENSIVE is updated before and after each command for a job, this is safe) This might make things slightly more parallel. It's definitely more correct and less tangled. okay millert@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2020/01/04 09:17:29 Modified files: sys/uvm : uvm_amap.c uvm_anon.c uvm_anon.h Log message: Add uvm_anfree_list() to free anons as a list of pages. Use this in the amap code to free pages as a list instead of one at a time to allow for more efficient freeing. Most of the work done at elk lakes, with testing by me and mlarkin and kettenis. Speeds up a test program which zeros a big pile of memory and then exits considerably. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2020/01/04 09:22:36 Modified files: sys/ufs/ffs : ffs_softdep.c Log message: Call process_worklist_item with LK_NOWAIT to skip locked vnodes from within softdep_process_worklist. When this is called from the syncer a vnode may be legtitimately locked by someone waiting for buffers so we need to skip anything locked. FreeBSD appears to have a similar change. This avoids a deadlock where the syncer ends up waiting for the inode lock that his held by someone waiting for buffer space. Found by bluhm@ and some genua folks ok bluhm@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/01/04 10:13:35 Modified files: usr.sbin/pkg_add/pod: OpenBSD::style.pod Log message: mention $DB::inhibit_exit; my wording after espie@ explained what he had in mind; OK espie@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/01/04 10:30:41 Modified files: usr.sbin/ldomctl: ldomctl.c Log message: Zap unneeded gid check Since the domain name is mandatory for "ldomctl console ...", gid is always set and guaranteed to be greater than zero. OK kettenis CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/01/04 10:45:32 xenocara/proto/xorgproto/man Update of /cvs/xenocara/proto/xorgproto/man In directory cvs.openbsd.org:/tmp/cvs-serv21199/man Log Message: Directory /cvs/xenocara/proto/xorgproto/man added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/01/04 10:46:38 xenocara/proto/xorgproto/specs/bigreqsproto Update of /cvs/xenocara/proto/xorgproto/specs/bigreqsproto In directory cvs.openbsd.org:/tmp/cvs-serv34466/bigreqsproto Log Message: Directory /cvs/xenocara/proto/xorgproto/specs/bigreqsproto added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/01/04 10:47:06 xenocara/proto/xorgproto/specs/fontsproto Update of /cvs/xenocara/proto/xorgproto/specs/fontsproto In directory cvs.openbsd.org:/tmp/cvs-serv3076/fontsproto Log Message: Directory /cvs/xenocara/proto/xorgproto/specs/fontsproto added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/01/04 10:47:58 xenocara/proto/xorgproto/specs/kbproto Update of /cvs/xenocara/proto/xorgproto/specs/kbproto In directory cvs.openbsd.org:/tmp/cvs-serv83753/kbproto Log Message: Directory /cvs/xenocara/proto/xorgproto/specs/kbproto added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/01/04 10:48:42 xenocara/proto/xorgproto/specs/printproto Update of /cvs/xenocara/proto/xorgproto/specs/printproto In directory cvs.openbsd.org:/tmp/cvs-serv74844/printproto Log Message: Directory /cvs/xenocara/proto/xorgproto/specs/printproto added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/01/04 10:49:13 xenocara/proto/xorgproto/specs/recordproto Update of /cvs/xenocara/proto/xorgproto/specs/recordproto In directory cvs.openbsd.org:/tmp/cvs-serv56238/recordproto Log Message: Directory /cvs/xenocara/proto/xorgproto/specs/recordproto added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/01/04 10:49:39 xenocara/proto/xorgproto/specs/scrnsaverproto Update of /cvs/xenocara/proto/xorgproto/specs/scrnsaverproto In directory cvs.openbsd.org:/tmp/cvs-serv13802/scrnsaverproto Log Message: Directory /cvs/xenocara/proto/xorgproto/specs/scrnsaverproto added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/01/04 10:50:10 xenocara/proto/xorgproto/specs/xcmiscproto Update of /cvs/xenocara/proto/xorgproto/specs/xcmiscproto In directory cvs.openbsd.org:/tmp/cvs-serv29028/xcmiscproto Log Message: Directory /cvs/xenocara/proto/xorgproto/specs/xcmiscproto added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/01/04 10:50:46 xenocara/proto/xorgproto/specs/xextproto Update of /cvs/xenocara/proto/xorgproto/specs/xextproto In directory cvs.openbsd.org:/tmp/cvs-serv89405/xextproto Log Message: Directory /cvs/xenocara/proto/xorgproto/specs/xextproto added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/01/04 10:51:11 Modified files: www/epiphany : Makefile distinfo Log message: update to epiphany-3.34.3.1 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/01/04 10:51:17 xenocara/proto/xorgproto/specs/xproto Update of /cvs/xenocara/proto/xorgproto/specs/xproto In directory cvs.openbsd.org:/tmp/cvs-serv1637/xproto Log Message: Directory /cvs/xenocara/proto/xorgproto/specs/xproto added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/01/04 10:53:18 Modified files: proto/xorgproto: Makefile.am Makefile.bsd-wrapper Makefile.in aclocal.m4 applewmproto.pc.in bigreqsproto.pc.in compile compositeproto.pc.in compositeproto.txt configure configure.ac damageproto.pc.in dmxproto.pc.in dri2proto.pc.in dri3proto.pc.in evieproto.pc.in fixesproto.pc.in fontcacheproto.pc.in fontsproto.pc.in glproto.pc.in inputproto.pc.in kbproto.pc.in lg3dproto.pc.in meson.build presentproto.pc.in printproto.pc.in randrproto.pc.in randrproto.txt recordproto.pc.in renderproto.pc.in resourceproto.pc.in scrnsaverproto.pc.in trapproto.pc.in videoproto.pc.in windowswmproto.pc.in xcalibrateproto.pc.in xcmiscproto.pc.in xextproto.pc.in xf86bigfontproto.pc.in xf86dgaproto.pc.in xf86driproto.pc.in xf86miscproto.pc.in xf86rushproto.pc.in xf86vidmodeproto.pc.in xineramaproto.pc.in xproto.pc.in xproxymngproto.pc.in proto/xorgproto/include/GL: glxint.h glxmd.h glxproto.h glxtokens.h proto/xorgproto/include/GL/internal: glcore.h proto/xorgproto/include/X11: DECkeysym.h X.h XF86keysym.h XWDFile.h Xalloca.h Xdefs.h Xfuncs.h Xproto.h Xprotostr.h Xw32defs.h Xwinsock.h ap_keysym.h keysym.h keysymdef.h proto/xorgproto/include/X11/PM: PMproto.h proto/xorgproto/include/X11/dri: xf86driproto.h proto/xorgproto/include/X11/extensions: EVIproto.h Print.h Printstr.h XI2proto.h XIproto.h XKB.h XKBgeom.h XKBproto.h XKBsrv.h XKBstr.h XResproto.h XvMCproto.h Xvproto.h agproto.h applewmproto.h bigreqsproto.h compositeproto.h cupproto.h damageproto.h dbeproto.h dmxproto.h dpmsproto.h dri2proto.h dri3proto.h evieproto.h fontcachstr.h geproto.h lbxproto.h lgewire.h meson.build mitmiscproto.h multibufproto.h panoramiXproto.h presentproto.h randrproto.h recordconst.h recordproto.h renderproto.h saverproto.h securproto.h shapeproto.h shmproto.h syncproto.h syncstr.h windowswmstr.h xcalibrateproto.h xcmiscproto.h xf86bigfproto.h xf86dga1proto.h xf86dgaconst.h xf86dgaproto.h xf86misc.h xf86mscstr.h xf86rush.h xf86rushstr.h xf86vm.h xf86vmproto.h xfixesproto.h xtestext1proto.h xtestproto.h xtrapbits.h xtrapddmi.h xtrapdi.h xtrapemacros.h xtraplib.h xtraplibp.h xtrapproto.h proto/xorgproto/include/X11/fonts: FS.h FSproto.h fontproto.h fontstruct.h fsmasks.h proto/xorgproto/specs/SIAddresses: IPv6.txt README hostname.txt localuser.txt Added files: proto/xorgproto: README.md autogen.sh docbook.am proto/xorgproto/man: Xprint.man Xprint.sgml proto/xorgproto/specs: Makefile.am Makefile.in proto/xorgproto/specs/bigreqsproto: Makefile.am Makefile.in bigreq.xml proto/xorgproto/specs/fontsproto: Makefile.am Makefile.in fsproto.xml proto/xorgproto/specs/kbproto: Makefile.am Makefile.in XKBproto-1.svg XKBproto-10.svg XKBproto-11.svg XKBproto-2.svg XKBproto-3.svg XKBproto-4.svg XKBproto-5.svg XKBproto-6.svg XKBproto-7.svg XKBproto-8.svg XKBproto-9.svg acknowledgements.xml appA.xml appB.xml appC.xml appD.xml ch01.xml ch02.xml ch03.xml ch04.xml ch05.xml ch06.xml ch07.xml ch08.xml ch09.xml ch10.xml ch11.xml ch12.xml ch13.xml ch14.xml ch15.xml ch16.xml xkbproto.xml proto/xorgproto/specs/printproto: xp_proto.mif xp_proto.ps xp_proto_cov.mif proto/xorgproto/specs/recordproto: Makefile.am Makefile.in record.xml proto/xorgproto/specs/scrnsaverproto: Makefile.am Makefile.in saver.xml proto/xorgproto/specs/xcmiscproto: Makefile.am Makefile.in xc-misc.xml proto/xorgproto/specs/xextproto: Makefile.am Makefile.in appendix.xml appgrp.xml dbe.xml dpms.xml evi.xml geproto.xml lbx.xml multibuf.xml security.xml shape.xml shm.xml sync.xml tog-cup.xml xtest.xml proto/xorgproto/specs/xproto: Makefile.am Makefile.in encoding.xml glossary.xml keysyms.xml sect1-9.xml x11protocol.xml Removed files: proto/xorgproto: COPYING-panoramixproto README proto/xorgproto/specs: XKBproto-1.svg XKBproto-10.svg XKBproto-11.svg XKBproto-2.svg XKBproto-3.svg XKBproto-4.svg XKBproto-5.svg XKBproto-6.svg XKBproto-7.svg XKBproto-8.svg XKBproto-9.svg appA.xml appB.xml appC.xml appD.xml appendix.xml appgrp.xml bigreq.xml ch01.xml ch02.xml ch03.xml ch04.xml ch05.xml ch06.xml ch07.xml ch08.xml ch09.xml ch10.xml ch11.xml ch12.xml ch13.xml ch14.xml ch15.xml ch16.xml dbe.xml dpms.xml encoding.xml evi.xml fsproto.xml geproto.xml glossary.xml keysyms.xml lbx.xml multibuf.xml record.xml saver.xml sect1-9.xml security.xml shape.xml shm.xml sync.xml tog-cup.xml x11protocol.xml xc-misc.xml xkbproto.xml xtest.xml Log message: Update to xorgproto 2019.2. Tested by krw@ and naddy@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/01/04 10:53:58 xenocara/lib/libX11/include/X11/extensions Update of /cvs/xenocara/lib/libX11/include/X11/extensions In directory cvs.openbsd.org:/tmp/cvs-serv88035/extensions Log Message: Directory /cvs/xenocara/lib/libX11/include/X11/extensions added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/01/04 10:55:17 Modified files: lib/libX11 : ChangeLog configure configure.ac lib/libX11/include: Makefile.am Makefile.in lib/libX11/include/X11: Xlibint.h lib/libX11/man : AllPlanes.man BlackPixelOfScreen.man Compose.man DisplayOfCCC.man ImageByteOrder.man IsCursorKey.man XAddConnectionWatch.man XAddHost.man XAllocClassHint.man XAllocColor.man XAllocIconSize.man XAllocSizeHints.man XAllocStandardColormap.man XAllocWMHints.man XAllowEvents.man XAnyEvent.man XButtonEvent.man XChangeKeyboardControl.man XChangeKeyboardMapping.man XChangePointerControl.man XChangeSaveSet.man XChangeWindowAttributes.man XCirculateEvent.man XCirculateRequestEvent.man XClearArea.man XClientMessageEvent.man XColormapEvent.man XConfigureEvent.man XConfigureRequestEvent.man XConfigureWindow.man XCopyArea.man XCreateColormap.man XCreateFontCursor.man XCreateFontSet.man XCreateGC.man XCreateIC.man XCreateOC.man XCreatePixmap.man XCreateRegion.man XCreateWindow.man XCreateWindowEvent.man XCrossingEvent.man XDefineCursor.man XDestroyWindow.man XDestroyWindowEvent.man XDrawArc.man XDrawImageString.man XDrawLine.man XDrawPoint.man XDrawRectangle.man XDrawString.man XDrawText.man XEmptyRegion.man XErrorEvent.man XExposeEvent.man XExtentsOfFontSet.man XFillRectangle.man XFilterEvent.man XFlush.man XFocusChangeEvent.man XFontSetExtents.man XFontsOfFontSet.man XFree.man XGetEventData.man XGetVisualInfo.man XGetWindowAttributes.man XGetWindowProperty.man XGetXCBConnection.man XGrabButton.man XGrabKey.man XGrabKeyboard.man XGrabPointer.man XGrabServer.man XGraphicsExposeEvent.man XGravityEvent.man XIconifyWindow.man XIfEvent.man XInitImage.man XInitThreads.man XInstallColormap.man XInternAtom.man XIntersectRegion.man XKeymapEvent.man XListFonts.man XLoadFont.man XLookupKeysym.man XMapEvent.man XMapRequestEvent.man XMapWindow.man XNextEvent.man XNoOp.man XOpenDisplay.man XOpenIM.man XOpenOM.man XParseGeometry.man XPolygonRegion.man XPropertyEvent.man XPutBackEvent.man XPutImage.man XQueryBestSize.man XQueryColor.man XQueryExtension.man XQueryPointer.man XQueryTree.man XRaiseWindow.man XReadBitmapFile.man XRecolorCursor.man XReparentEvent.man XReparentWindow.man XResizeRequestEvent.man XResourceManagerString.man XSaveContext.man XSelectInput.man XSelectionClearEvent.man XSelectionEvent.man XSelectionRequestEvent.man XSendEvent.man XSetArcMode.man XSetClipOrigin.man XSetCloseDownMode.man XSetCommand.man XSetErrorHandler.man XSetEventQueueOwner.man XSetFillStyle.man XSetFont.man XSetFontPath.man XSetICFocus.man XSetICValues.man XSetInputFocus.man XSetLineAttributes.man XSetPointerMapping.man XSetScreenSaver.man XSetSelectionOwner.man XSetState.man XSetTextProperty.man XSetTile.man XSetTransientForHint.man XSetWMClientMachine.man XSetWMColormapWindows.man XSetWMIconName.man XSetWMName.man XSetWMProperties.man XSetWMProtocols.man XStoreBytes.man XStoreColors.man XStringListToTextProperty.man XStringToKeysym.man XSupportsLocale.man XSynchronize.man XTextExtents.man XTextWidth.man XTranslateCoordinates.man XUnmapEvent.man XUnmapWindow.man XVaCreateNestedList.man XVisibilityEvent.man XWarpPointer.man XcmsAllocColor.man XcmsCCCOfColormap.man XcmsCIELabQueryMaxC.man XcmsCIELuvQueryMaxC.man XcmsColor.man XcmsConvertColors.man XcmsCreateCCC.man XcmsDefaultCCC.man XcmsQueryBlack.man XcmsQueryColor.man XcmsSetWhitePoint.man XcmsStoreColor.man XcmsTekHVCQueryMaxC.man XmbDrawImageString.man XmbDrawString.man XmbDrawText.man XmbLookupString.man XmbResetIC.man XmbTextEscapement.man XmbTextExtents.man XmbTextListToTextProperty.man XmbTextPerCharExtents.man XrmEnumerateDatabase.man XrmGetFileDatabase.man XrmGetResource.man XrmInitialize.man XrmMergeDatabases.man XrmPutResource.man XrmUniqueQuark.man lib/libX11/man/xkb: XkbFreeIndicatorMaps.man XkbFreeKeyboard.man lib/libX11/src : OpenDis.c XlibInt.c lib/libX11/src/util: Makefile.am Makefile.in lib/libX11/src/xkb: XKBAlloc.c XKBGAlloc.c XKBGeom.c XKBSetGeom.c Added files: lib/libX11/include/X11/extensions: XKBgeom.h Log message: Uppdate to libX11 1.6.9. Tested by krw@ and naddy@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/01/04 10:56:26 Modified files: lib/libXi : ChangeLog Makefile.am Makefile.in aclocal.m4 compile configure configure.ac lib/libXi/man : XAllowDeviceEvents.man XAllowDeviceEvents.txt XChangeDeviceControl.man XChangeDeviceDontPropagateList.man XChangeDeviceDontPropagateList.txt XChangeDeviceKeyMapping.man XChangeDeviceProperty.man XChangeFeedbackControl.man XChangeKeyboardDevice.man XChangePointerDevice.man XCloseDevice.man XDeleteDeviceProperty.man XDeviceBell.man XDeviceTimeCoord.man XFreeDeviceList.man XGetDeviceButtonMapping.man XGetDeviceControl.man XGetDeviceDontPropagateList.man XGetDeviceFocus.man XGetDeviceKeyMapping.man XGetDeviceModifierMapping.man XGetDeviceMotionEvents.man XGetDeviceMotionEvents.txt XGetDeviceProperty.man XGetExtensionVersion.man XGetFeedbackControl.man XGetSelectedExtensionEvents.man XGrabDevice.man XGrabDevice.txt XGrabDeviceButton.man XGrabDeviceButton.txt XGrabDeviceKey.man XGrabDeviceKey.txt XIBarrierReleasePointer.man XIBarrierReleasePointers.man XIChangeHierarchy.man XIChangeHierarchy.txt XIChangeProperty.man XIDefineCursor.man XIDeleteProperty.man XIFreeDeviceInfo.man XIGetClientPointer.man XIGetFocus.man XIGetProperty.man XIGetSelectedEvents.man XIGrabButton.man XIGrabDevice.man XIGrabEnter.man XIGrabFocusIn.man XIGrabKeycode.man XIGrabTouchBegin.man XIListProperties.man XIQueryDevice.man XIQueryPointer.man XIQueryVersion.man XISelectEvents.man XISetClientPointer.man XISetFocus.man XIUndefineCursor.man XIUngrabButton.man XIUngrabDevice.man XIUngrabEnter.man XIUngrabFocusIn.man XIUngrabKeycode.man XIUngrabTouchBegin.man XIWarpPointer.man XListDeviceProperties.man XListInputDevices.man XListInputDevices.txt XOpenDevice.man XQueryDeviceState.man XSelectExtensionEvent.man XSendExtensionEvent.man XSetDeviceButtonMapping.man XSetDeviceFocus.man XSetDeviceFocus.txt XSetDeviceMode.man XSetDeviceMode.txt XSetDeviceModifierMapping.man XSetDeviceValuators.man XSetDeviceValuators.txt XUngrabDevice.man XUngrabDeviceButton.man XUngrabDeviceKey.man lib/libXi/src : XExtInt.c XIPassiveGrab.c Added files: lib/libXi : README.md Removed files: lib/libXi : README Log message: Update to libXi 1.7.10. Tested by krw@ and naddy@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/01/04 10:57:40 Modified files: lib/libXvMC : ChangeLog Makefile.am Makefile.in aclocal.m4 compile configure configure.ac xvmc.pc.in lib/libXvMC/include/X11/extensions: Makefile.am Makefile.in lib/libXvMC/src: XvMC.c lib/libXvMC/wrapper: XvMCWrapper.c Added files: lib/libXvMC : README.md xvmc-wrapper.pc.in lib/libXvMC/include/X11/extensions: vldXvMC.h Removed files: lib/libXvMC : README Log message: Update to libXvMC 1.0.12. Tested by krw@ and naddy@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/01/04 10:58:48 Modified files: lib/libxkbfile : ChangeLog Makefile.am Makefile.in aclocal.m4 configure configure.ac lib/libxkbfile/include/X11/extensions: XKMformat.h lib/libxkbfile/src: xkbtext.c Added files: lib/libxkbfile : README.md Removed files: lib/libxkbfile : README Log message: Update to libxkbfile 1.1.0. Tested by krw@ and naddy@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/01/04 11:00:46 Modified files: lib/libXpm : ChangeLog Makefile.am Makefile.in aclocal.m4 compile configure configure.ac lib/libXpm/src : CrBufFrI.c CrDatFrI.c RdFToBuf.c WrFFrI.c XpmI.h parse.c Added files: lib/libXpm : README.md Removed files: lib/libXpm : README Log message: Update to libXpm 3.5.13. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/01/04 11:01:06 Modified files: . : MODULES Log message: update CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/01/04 11:01:56 Modified files: usr.bin/tmux : cmd.c Log message: Add ~ to quoted characters for %%%, reported by tb@. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/01/04 11:04:05 Modified files: distrib/sets/lists/xbase: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/01/04 11:32:15 Modified files: sys/arch/sparc64/include: boot_flag.h sys/arch/sparc64/stand/ofwboot: boot.c vers.c Log message: Remove BOOT_FLAGS and simplify the boot blocks logic. From miod@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/01/04 11:45:26 Modified files: usr.sbin/ldomctl: ldomctl.8 Log message: complete r1.21 "reboot primary" -> "reset machine" fix CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/04 15:47:08 Modified files: devel/libmpc : Tag: OPENBSD_6_6 Makefile Log message: fix MASTER_SITES for -stable, from dbarowy@cs.williams.edu CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/01/04 16:43:54 Modified files: sys/arch/sparc64/sparc64: autoconf.c Log message: Update comment on port WWN check No object change; I forgot to commit this together with sys/dev/pci/mpii.c revision 1.125 date: 2020/01/03 08:39:31; author: kn; state: Exp; lines: +10 -1; Fix RAID volume WWIDs for LSI controllers on sparc64 Some controllers generate 128 bit WWIDs for RAID volumes but only has a bit field to report it to the host, so it only puts the vendor-specified part here (last half of ID string printed when sd* attaches matches sl->port_wwn in reverse). As such IDs are not IEEE NAA compliant, OpenBoot PROM -at least on SPARC- sets the highest nibble to three by convention to mark such volumes as RAID volumes so that the OS (Solaris) may identify it as such. This is the last missing piece to make booting off hardware RAID on sparc64 just work; autoconf(9) is now able to match the port WWN against the bootpath to eventually identify the volume as the root device. Feedback jmatthew deraadt OK jmatthew CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2020/01/04 17:51:43 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/04 17:54:13 Modified files: sys/dev/usb : if_urtwn.c umsm.c usb_quirks.c usbdevs uslcom.c Log message: consistently uppercase usb product defines ok mpi@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/04 17:54:48 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/04 18:07:59 Modified files: sys/arch/i386/pci: geodesc.c sys/dev/cardbus: if_fxp_cardbus.c sys/dev/pci : ciss_pci.c envy.c gdt_pci.c if_fxp_pci.c if_msk.c if_nxe.c if_tl.c if_vge.c km.c pccbb.c pcidevs pciide.c pucdata.c wdt.c Log message: consistently uppercase pci product defines ok mpi@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/04 18:08:52 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/04 20:36:49 Modified files: sys/dev/usb : usbdevs Log message: consistently lowercase hex digits in device ids CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/04 20:37:22 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/04 20:38:22 Modified files: sys/dev/pci : pcidevs Log message: consistently lowercase hex digits in device ids CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/04 20:39:07 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/01/04 21:29:11 Modified files: sys/dev/pci/drm: drm_drv.c drm_ioctl.c Log message: Remove unneeded #include . OK jsg@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/04 23:34:39 Modified files: sys/dev/usb : usbdevs Log message: sort by vendor define and device id CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/04 23:35:04 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/04 23:43:47 Modified files: sys/dev/pci : pcidevs Log message: sort by vendor define and device id CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/04 23:44:29 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/05 01:39:46 Modified files: sys/dev/pci/drm: drm_drv.c Log message: remove some unneeded includes CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/05 01:58:25 Modified files: sys/dev/usb : if_atu.c if_run.c if_url.c if_urtwn.c usbdevs Log message: remove duplicate device ids CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/05 01:59:00 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/05 02:08:34 Modified files: x11/xfce4/thunar: Makefile Added files: x11/xfce4/thunar/patches: patch-thunar_thunar-standard-view_c Log message: Temporarly disable thunar_pango_attr_disable_hyphens() call to fix crash at startup, as reported by semarie@ in https://bugzilla.xfce.org/show_bug.cgi?id=16310 this being a fallout from the pango 1.44 update still pending investigation.. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/05 03:13:14 Modified files: sys/dev/usb : usbdevs Log message: sort list of vendor ids by vendor id CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/05 03:13:50 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/05 03:16:03 Modified files: sys/dev/pci : pcidevs Log message: sort list of vendor ids by vendor id CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/05 03:17:01 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/01/05 03:23:15 Modified files: games/barrage : Makefile distinfo games/barrage/pkg: PLIST Added files: games/barrage/patches: patch-src_main_c Removed files: games/barrage/patches: patch-configure Log message: Update to barrage-1.0.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/05 04:15:49 Modified files: print/psutils : Makefile distinfo print/psutils/patches: patch-PSUtils_pm Log message: Update to psutils-1.93. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/05 04:54:34 Modified files: x11/gnome/music: Makefile distinfo x11/gnome/music/pkg: PLIST Log message: Update to gnome-music-3.34.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/05 04:54:54 Modified files: x11/gnome/initial-setup: Makefile distinfo x11/gnome/initial-setup/pkg: PLIST Log message: Update to gnome-initial-setup-3.34.3. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/01/05 05:51:43 Modified files: usr.bin/tmux : cmd-queue.c Log message: Send errors to stdout in control mode so they don't get reordered with other output, reported by George Nachman in GitHub issue 2048. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/05 05:54:21 Modified files: sys/dev/pci : pcidevs Log message: remove incorrectly formatted IBM entries they were added alongside a bunch of other devices in NetBSD rev 1.25 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/05 05:55:12 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/05 06:23:18 Modified files: audio/rhythmbox: Makefile distinfo audio/rhythmbox/pkg: PLIST Log message: Update to rhythmbox-3.4.4. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/05 06:25:34 Modified files: textproc/aspell/core: Makefile Log message: Remove redundant ports-clang pieces for mips64; unlike mips64el it already uses base-clang. From Brad. CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/01/05 06:46:02 Modified files: sys/dev/pci/drm: drm_linux.c sys/kern : kern_event.c sys_pipe.c sys_socket.c uipc_syscalls.c vfs_vnops.c sys/sys : file.h Log message: Constify instances of struct fileops. OK anton@, mpi@, bluhm@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/01/05 07:18:40 Modified files: usr.sbin/pkg_add/pod: OpenBSD::style.pod Log message: In his original writeup, espie@ had the terse parenthetical remark "(yes/no answer instead of full list)" regarding how to use wantarray(). Flesh this out with an example and a bit of explanation to reduce the risk of misunderstandings and misuse. Discussed with espie@. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2020/01/05 09:28:22 Modified files: usr.bin/ssh : ssh.c Log message: fix CanonicalizeHostname, broken by rev 1.507 Issue noticed and reported by Pierre-Olivier Martel ok dtucker@ markus@ djm@ CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2020/01/05 10:25:28 Modified files: faq : faq13.html Log message: comment out midiplay section until it can be updated CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2020/01/05 11:35:35 Modified files: audio/wavpack : Makefile distinfo audio/wavpack/pkg: PLIST Removed files: audio/wavpack/patches: patch-cli_Makefile_am patch-cli_caff_c patch-cli_dsdiff_c patch-cli_riff_c Log message: Update wavpack to 5.2. - Enable the use of libcrypto to remove the patches. - autoreconf -> gnu. - Enable support for legacy wavpack files. - Take maintainership. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/01/05 12:13:48 Modified files: sys/dev/usb : udl.c Log message: Convert to tsleep_nsec(9). ok mglocker@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2020/01/05 12:18:48 Modified files: print/poppler : Makefile distinfo Log message: Update to poppler-0.84.0. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/01/05 12:54:05 Modified files: usr.sbin/ldomctl: config.c Log message: Zero initialize cpus and memory variables up front CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/01/05 13:03:32 Modified files: x11/gnome/eog : Makefile distinfo x11/gnome/eog/pkg: PLIST Log message: update to eog-3.34.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/01/05 13:03:32 Modified files: x11/gnome/eog-plugins: Makefile distinfo x11/gnome/eog-plugins/pkg: PLIST Log message: update to eog-plugins-3.26.5 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/01/05 13:06:51 Modified files: x11/gnome/mutter: Makefile distinfo Log message: update to mutter-3.34.3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/01/05 13:06:56 Modified files: x11/gnome/shell: Makefile distinfo Log message: update to gnome-shell-3.34.3 CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/01/05 13:39:25 Modified files: usr.bin/tmux : key-bindings.c Log message: Common function to free key bindings. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/05 14:59:28 Log message: import ports/net/msoak, from maintainer/upstream Jan-Piet Mens, ok kn@ msoak is a utility with which to simultaneously subscribe to an arbitrary number of topics on any number of MQTT brokers and optionally modify or normalize received payloads before printing them out. This utility was created to back up to a central location messages received by a handfull of brokers, instead of launching (and having to monitor success of) a large number of mosquitto_sub(1) programs. Status: Vendor Tag: sthen Release Tags: sthen_20200105 N ports/net/msoak/Makefile N ports/net/msoak/distinfo N ports/net/msoak/pkg/DESCR N ports/net/msoak/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/05 14:59:47 Modified files: net : Makefile Log message: +msoak CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2020/01/05 16:22:48 Modified files: multimedia/yle-dl: Makefile Log message: Move tests to MODPY_PYTEST and add missing TEST_DEPENDS on py-test-runner CVSROOT: /cvs Module name: ports Changes by: job@cvs.openbsd.org 2020/01/05 16:47:20 ports/net/bgpq4 Update of /cvs/ports/net/bgpq4 In directory cvs.openbsd.org:/tmp/cvs-serv13446/bgpq4 Log Message: Directory /cvs/ports/net/bgpq4 added to the repository CVSROOT: /cvs Module name: ports Changes by: job@cvs.openbsd.org 2020/01/05 16:47:54 ports/net/bgpq4/pkg Update of /cvs/ports/net/bgpq4/pkg In directory cvs.openbsd.org:/tmp/cvs-serv77311/pkg Log Message: Directory /cvs/ports/net/bgpq4/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: job@cvs.openbsd.org 2020/01/05 16:49:13 Added files: net/bgpq4 : Makefile distinfo net/bgpq4/pkg : DESCR PLIST Log message: Add bgpq4 - a BGP filter generation utlity OK sthen@ CVSROOT: /cvs Module name: ports Changes by: job@cvs.openbsd.org 2020/01/05 16:51:03 Modified files: net : Makefile Log message: Add bgpq4 to net/Makefile CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/05 19:00:47 Modified files: usr.bin/ssh : PROTOCOL.u2f sk-api.h sk-usbhid.c ssh-add.c ssh-keygen.1 ssh-keygen.c ssh-sk-client.c ssh-sk-helper.c ssh-sk.c ssh-sk.h Log message: Extends the SK API to accept a set of key/value options for all operations. These are intended to future-proof the API a little by making it easier to specify additional fields for without having to change the API version for each. At present, only two options are defined: one to explicitly specify the device for an operation (rather than accepting the middleware's autoselection) and another to specify the FIDO2 username that may be used when generating a resident key. These new options may be invoked at key generation time via ssh-keygen -O This also implements a suggestion from Markus to avoid "int" in favour of uint32_t for the algorithm argument in the API, to make implementation of ssh-sk-client/helper a little easier. feedback, fixes and ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/05 19:07:50 Modified files: regress/usr.bin/ssh/misc/sk-dummy: sk-dummy.c Log message: adapt sk-dummy to SK API changes also, make it pull prototypes directly from sk-api.c and #error if the expected version changes. This will make any future regress test breakage because of SK API changes much more apparent CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/05 19:24:28 Modified files: usr.bin/ssh : sk-usbhid.c Log message: fix error message CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/05 19:39:30 Modified files: usr.bin/ssh : sk-usbhid.c Log message: missing else in check_enroll_options() CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/01/06 00:43:28 Modified files: usr.bin/ssh : ssh-keygen.1 Log message: put the fido options in a list, and tidy up the text a little; ok djm CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2020/01/06 01:52:42 Modified files: math/py-snuggs : Makefile distinfo Log message: Update py-snuggs to 1.4.7. - fix tests with help from kmos@ - take MAINTAINER ok kmos@ CVSROOT: /cvs Module name: www Changes by: gilles@cvs.openbsd.org 2020/01/06 02:05:33 Modified files: . : mail.html Log message: misc@opensmtpd.org is not handled by majordomo, add link to instructions CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/01/06 03:25:10 Modified files: sys/kern : kern_descrip.c kern_event.c kern_fork.c sys/sys : eventvar.h filedesc.h proc.h Log message: Make kqlist part of filedesc and serialize access to it using fdplock. This choice of locking is guided by knote_fdclose(). OK mpi@, anton@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/01/06 03:28:32 Modified files: sys/kern : kern_event.c Log message: Use type M_KEVENT instead of M_TEMP when allocating kqueue-related data buffers. OK bluhm@, mpi@, anton@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/06 03:47:55 Modified files: x11/xfce4/thunar/patches: patch-thunar_thunar-standard-view_c Log message: Use a better fix from semarie@, being pushed upstream CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2020/01/06 04:02:38 Modified files: usr.sbin/smtpd : parser.c Log message: provide a better error message for invalid smtpctl commands CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2020/01/06 04:03:06 Modified files: usr.sbin/smtpd : smtpctl.c Log message: do not allow passing options to smtpctl encrypt CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/01/06 05:35:57 Modified files: sys/dev/acpi : ipmi_acpi.c Log message: Allow ipmi(4) to attach using mmio. Use the IPMI revision provided by the _SRV method if present. tested by sthen@ ok jmatthew@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/01/06 05:37:30 Modified files: sys/arch/arm64/arm64: trap.c Log message: Print a few more registers when we hit a uvm_fault in the kernel. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/06 05:46:19 Modified files: devel/py-asn1 : Makefile distinfo Log message: update to pyasn1 0.4.8, from clematis@insiberia.net, maintainer timeout CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/06 05:55:28 Modified files: devel/py-urwid : Makefile distinfo devel/py-urwid/pkg: PLIST Log message: update to py-urwid 2.1.0, from clematis at insiberia.net, plus: - remove REVISION line - remove bogus dep on python--tests - use MODPY_PYTEST CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2020/01/06 06:42:42 Modified files: usr.sbin/smtpd : smtpd-filters.7 Log message: make it more explicit that filters are unique processes CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/01/06 07:45:23 Modified files: usr.sbin/bind/bin/dig: dig.1 Log message: document the defaults for several query options; OK jmc@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/06 07:45:40 Modified files: net/isc-bind : Makefile Added files: net/isc-bind/patches: patch-configure_ac Log message: struct stat definition is in sys/stat.h, not sys/fcntl.h. fix so that libisc knows that we do have nsec timestamps. spotted by florian@ in src/usr.sbin/bind. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/01/06 08:19:12 Modified files: usr.bin/nc : netcat.c Log message: When using UNIX domain sockets, always call report_sock() with the path name of the socket. This avoids bad errors from getnameinfo(3). Use the same error check for both calls to getnameinfo(3). OK millert@ tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/01/06 08:47:30 Modified files: sys/sys : sigio.h Log message: Use a capital S for refer to the sigio_lock since it is a global lock. OK visa@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/01/06 08:49:10 Modified files: sys/sys : sigio.h Log message: Missed one s -> S in locking comment. Noticed by visa@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/01/06 08:53:00 Modified files: sys/arch/arm/arm: cpuswitch7.S Log message: Rewrite the armv7 context switch code. The new code is much closer to the arm64 version and fixes some (but not all) remaining issues with SMP support on armv7. ok visa@, patrick@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2020/01/06 09:05:06 Modified files: www/chromium : Makefile www/chromium/files: unveil.main www/chromium/patches: patch-services_device_hid_BUILD_gn patch-services_device_usb_BUILD_gn patch-third_party_libusb_BUILD_gn Added files: www/chromium/files: hid_connection_fido.cc hid_connection_fido.h hid_service_fido.cc hid_service_fido.h www/chromium/patches: patch-services_device_hid_hid_service_cc Log message: add support for fido(4) devices; work done by Greg Steuck CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/01/06 09:32:00 Modified files: x11/gnome/contacts: Makefile distinfo x11/gnome/contacts/pkg: PLIST Log message: update to gnome-contacts-3.34.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/01/06 09:32:25 Modified files: x11/gnome/bijiben: Makefile distinfo x11/gnome/bijiben/pkg: PLIST Log message: update to bijiben-3.34.2 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2020/01/06 10:19:24 Modified files: x11/xkbset : Makefile Log message: Update HOMEPAGE and MASTER_SITES. Leave them at http for the time being as their cert chain is currently broken (as pointed out by sthen). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/06 10:33:34 Modified files: devel/py-ply : Makefile Log message: https HOMEPAGE CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/06 10:37:31 Modified files: usr.sbin/bind : configure configure.in usr.sbin/bind/lib: Makefile.in usr.sbin/bind/make: includes.in Removed files: usr.sbin/bind/lib/irs: Atffile Makefile.in api context.c dnsconf.c gai_strerror.c getaddrinfo.c getnameinfo.c resconf.c version.c usr.sbin/bind/lib/irs/include: Makefile.in usr.sbin/bind/lib/irs/include/irs: Makefile.in context.h dnsconf.h netdb.h.in platform.h.in resconf.h types.h version.h Log message: We are not using libirs. OK sthen CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/06 10:41:30 Modified files: usr.sbin/bind : configure configure.in usr.sbin/bind/bin/dig: dighost.c usr.sbin/bind/lib/lwres: Makefile.in lwconfig.c usr.sbin/bind/lib/lwres/include/lwres: lwres.h Removed files: usr.sbin/bind/lib/lwres: Atffile api assert_p.h compat.c context.c context_p.h gai_strerror.c getaddrinfo.c gethost.c getipnode.c getnameinfo.c getrrset.c herror.c lwbuffer.c lwinetaton.c lwinetntop.c lwinetpton.c lwpacket.c lwres_gabn.c lwres_gnba.c lwres_grbn.c lwres_noop.c lwresutil.c print.c print_p.h version.c usr.sbin/bind/lib/lwres/include: Makefile.in usr.sbin/bind/lib/lwres/include/lwres: Makefile.in context.h int.h ipv6.h lang.h lwbuffer.h lwpacket.h netdb.h.in platform.h.in stdlib.h string.h version.h usr.sbin/bind/lib/lwres/man: Makefile.in lwres.3 lwres.html lwres_buffer.3 lwres_buffer.html lwres_config.3 lwres_config.html lwres_context.3 lwres_context.html lwres_gabn.3 lwres_gabn.html lwres_gai_strerror.3 lwres_gai_strerror.html lwres_getaddrinfo.3 lwres_getaddrinfo.html lwres_gethostent.3 lwres_gethostent.html lwres_getipnode.3 lwres_getipnode.html lwres_getnameinfo.3 lwres_getnameinfo.html lwres_getrrsetbyname.3 lwres_getrrsetbyname.html lwres_gnba.3 lwres_gnba.html lwres_hstrerror.3 lwres_hstrerror.html lwres_inetntop.3 lwres_inetntop.html lwres_noop.3 lwres_noop.html lwres_packet.3 lwres_packet.html lwres_resutil.3 lwres_resutil.html usr.sbin/bind/lib/lwres/unix: Makefile.in usr.sbin/bind/lib/lwres/unix/include: Makefile.in usr.sbin/bind/lib/lwres/unix/include/lwres: Makefile.in net.h Log message: We only need the config parser from liblwres. This pulls out the config object (lwres_conf_t) from the context (lwres_context_t), switches to libc functions (lwres_net_ntop vs inet_ntop etc ) and removes a lwres_ prefix from number types (lwres_uint8_t vs uint8_t etc). With that we can nearly empty out lib/lwres and lose about 20k lines in the process. OK sthen CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/06 10:44:17 Modified files: usr.sbin/bind : configure configure.in usr.sbin/bind/lib: Makefile.in usr.sbin/bind/lib/isc/include/isc: eventclass.h platform.h.in usr.sbin/bind/make: includes.in Removed files: usr.sbin/bind/lib/isccc: Makefile.in alist.c api base64.c cc.c ccmsg.c lib.c result.c sexpr.c symtab.c version.c usr.sbin/bind/lib/isccc/include: Makefile.in usr.sbin/bind/lib/isccc/include/isccc: Makefile.in alist.h base64.h cc.h ccmsg.h events.h lib.h result.h sexpr.h symtab.h symtype.h types.h util.h version.h Log message: we are not using libisccc OK sthen CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/06 10:47:00 Modified files: usr.sbin/bind : configure configure.in usr.sbin/bind/bin/dig: Makefile.in dighost.c usr.sbin/bind/lib: Makefile.in usr.sbin/bind/make: includes.in Removed files: usr.sbin/bind/lib/bind9: Makefile.in api check.c getaddresses.c version.c usr.sbin/bind/lib/bind9/include: Makefile.in usr.sbin/bind/lib/bind9/include/bind9: Makefile.in check.h getaddresses.h version.h Log message: We don't need libbind9 if we remove a thick wrapper around getaddrinfo and move the remaining bits to dighost.c. Minus 4k lines. OK sthen CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/06 11:05:12 Modified files: net/isc-bind : Makefile Log message: garbage-collect DIG_SIGCHASE, no longer used upstream (use delv if you want to do full validation) CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2020/01/06 11:12:09 Modified files: devel/py-attrs : Makefile distinfo devel/py-attrs/pkg: PLIST Log message: Update devel/py-attrs 18.2.0 -> 19.3.0 Bring py-attrs up to latest Most work done by sthen, I worked through tests to verify it doesn't break anything OK sthen@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2020/01/06 11:26:33 Modified files: usr.sbin/bind : Makefile.bsd-wrapper Log message: configure args fixes; --disable-idn should be --without-idn --disable-openssl-version-check was a for some old versions of OpenSSL with security bugs and was removed some time ago fixes "Unrecognized options" that florian@ noticed was displayed by configure. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/01/06 11:49:28 Modified files: usr.sbin/cron : crontab.1 Log message: delete ridiculous DIAGNOSTICS section that goes without saying CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/01/06 12:12:39 Modified files: sys/arch/arm/arm: cpufunc_asm_armv7.S Log message: Remove redundant BPIALL instructions (since ICIALLU already invalidates the BP cache if necessary). ok patrick@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/01/06 12:39:58 Modified files: usr.bin/nc : netcat.c Log message: The unveil(2) for nc -U -u -l was wrong. The server cannot unveil the file system as it has to connect to the UNIX domain client socket. The path of the latter is determined dynamically. Instead add a restrictive pledge(2) after connect(2). OK tb@ CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2020/01/06 12:44:09 Modified files: usr.sbin/cron : crontab.5 Log message: Add "-n" to EXAMPLES in crontab(5)'s man page OK Ingo Schwarze CVSROOT: /cvs Module name: src Changes by: zhuk@cvs.openbsd.org 2020/01/06 13:05:10 Modified files: usr.bin/top : machine.c machine.h top.1 top.c Log message: Implement scrolling in top(1) using 9 and 0 keys. Planned improvements: scroll position displaying, using arrow/pgup/pgdown keys. okay tedu@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/06 13:57:31 Modified files: geo/traccar : Makefile geo/traccar/pkg: PLIST Log message: install /etc/traccar/traccar.xml with mode 640 by default, if using a separate database it can contain the password. ok Renauld Allard (maintainer). CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2020/01/06 14:35:00 Log message: Import oicb, minimalistic ICB command-line client. oicb is a minimalistic replacement for previously retired net/icb. oicb lacks many (insecure) features, but offers one big advantage: screen is not blocked while you're typing. Initial input kn@; further testing, input and okay jturner@ Status: Vendor Tag: zhuk Release Tags: zhuk_20200107 N ports/net/oicb/Makefile N ports/net/oicb/distinfo N ports/net/oicb/pkg/DESCR N ports/net/oicb/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2020/01/06 14:35:39 Modified files: net : Makefile Log message: link in oicb CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2020/01/06 15:32:53 Modified files: www/gitea : Makefile distinfo Log message: Update gitea 1.10.1 -> 1.10.2 Release notes: https://github.com/go-gitea/gitea/releases/tag/v1.10.2 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/01/06 15:36:57 Log message: Add regression tests for netcat. Currently netcat server and client get started and connect with each other. The protocols TCP, TLS, UDP, and UNIX domain stream and datagram sockets are covered. Status: Vendor Tag: bluhm Release Tags: bluhm_20200106 N src/regress/usr.bin/nc/Makefile No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/01/06 16:01:16 Modified files: regress/usr.bin: Makefile Log message: Link nc regress to build. CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2020/01/07 00:01:56 Modified files: sysutils/arm-trusted-firmware: Makefile distinfo sysutils/arm-trusted-firmware/patches: patch-plat_rockchip_rk3328_rk3328_def_h Added files: sysutils/arm-trusted-firmware/patches: patch-plat_rockchip_common_params_setup_c patch-plat_rockchip_rk3399_drivers_pmu_pmu_c patch-plat_rockchip_rk3399_drivers_pmu_pmu_h patch-plat_rockchip_rk3399_drivers_soc_soc_c Removed files: sysutils/arm-trusted-firmware/patches: patch-plat_rockchip_rk3399_include_shared_bl31_param_h Log message: update to Arm Trusted Firmware 2.2 includes changes to rockchip bl31 offsets U-Boot 2020.01 expects additional patches to to fix reboot on rockpro64 with ATF 2.2 from kurt@ CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2020/01/07 00:07:08 Modified files: sysutils/u-boot: Makefile distinfo sysutils/u-boot/patches: patch-arch_arm_dts_rk3399-rockpro64_dts patch-configs_firefly-rk3399_defconfig patch-configs_rock64-rk3328_defconfig sysutils/u-boot/pkg: PFRAG.arm Removed files: sysutils/u-boot/patches: patch-arch_arm_mach-imx_spl_c patch-drivers_ram_rockchip_sdram_rk3328_c Log message: update to U-Boot 2020.01 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/07 01:22:27 Modified files: x11/xfce4/terminal: Makefile distinfo Log message: Update to xfce4-terminal 0.8.9.1 CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2020/01/07 01:27:50 Modified files: geo/py-rasterio: Makefile distinfo geo/py-rasterio/pkg: PLIST Log message: Update to 1.1.2, fix tests and take MAINTAINER ok kmos@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/07 01:56:14 Modified files: textproc/catfish: Makefile distinfo textproc/catfish/patches: patch-setup_py textproc/catfish/pkg: PLIST Log message: Update to catfish 1.4.12 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/01/07 02:19:23 Modified files: textproc/p5-ack: Makefile distinfo Log message: update to ack-3.3.0 CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/01/07 03:12:16 Modified files: sys/dev/usb : if_zyd.c Log message: ZYD_INTR_TIMEOUT is expressed in msecs not in ticks, fixes that by calling tsleep_nsec(9). Tested by and ok stsp@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/07 03:18:30 Modified files: www : Makefile www/h2o : Makefile www/h2o/pkg : DESCR PLIST Added files: www/h2o/pkg : PFRAG.mruby Log message: split mruby support for www/h2o's standalone server off to a flavour; mruby doesn't build on arm and this is blocking use of the h2o library (and following on from that, dnsdist which depends on this). ok otto@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/01/07 04:15:12 Modified files: usr.bin/mandoc : man.1 Log message: Improve the description of -m/-M/MANPATH/man.conf in multiple respects after kn@ reported that the descriptions were incomplete and somewhat inaccurate. OK jmc@ kn@ CVSROOT: /cvs Module name: src Changes by: zhuk@cvs.openbsd.org 2020/01/07 04:26:25 Modified files: usr.bin/locate/locate: locate.1 Log message: Clarify that zero matches are not an error. input & okay schwarze@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/07 04:38:49 Modified files: net/bgpq3 : Makefile net/bgpq3/pkg : DESCR Log message: mention bgpq4 in DESCR CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/07 05:09:00 Modified files: devel/py-urwid : Makefile distinfo devel/py-urwid/pkg: PLIST Log message: revert the update (keeping pytest changes), breaks python 2 flavour. reported by naddy CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/07 05:37:56 Modified files: mail/postfix/stable: Tag: OPENBSD_6_6 Makefile distinfo Log message: MFC postfix/stable update to 3.4.8, it fixes a bug resulting in mail from some senders being unable to get past postscreen: Bugfix: the 20180903 postscreen fix for a misleading "PIPELINING after BDAT" warning looked at the wrong variable. The warning now says "BDAT without valid RCPT", and the error is no longer treated as a command PIPELINING error (but sending BDAT is still a client error, because postscreen rejects all RCPT commands and does not announce PIPELINING support). File: postscreen/postscreen_smtpd.c. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/07 05:38:55 Modified files: mail/postfix/snapshot: Tag: OPENBSD_6_6 Makefile distinfo mail/postfix/snapshot/patches: Tag: OPENBSD_6_6 patch-src_tls_tls_certkey_c Log message: MFC postfix/snapshot update to 3.5-20191109, it fixes a bug resulting in mail from some senders being unable to get past postscreen: Bugfix: the 20180903 postscreen fix for a misleading "PIPELINING after BDAT" warning looked at the wrong variable. The warning now says "BDAT without valid RCPT", and the error is no longer treated as a command PIPELINING error (but sending BDAT is still a client error, because postscreen rejects all RCPT commands and does not announce PIPELINING support). File: postscreen/postscreen_smtpd.c. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/01/07 06:25:43 Modified files: net/arping : Makefile distinfo Log message: Update to arping-2.20. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/01/07 06:30:43 Modified files: share/man/man4 : amdgpio.4 usr.bin/top : top.1 Log message: zap trailing whitespace; CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/01/07 08:08:28 Modified files: sbin/iked : config.c iked.h ikev2.c pfkey.c policy.c Log message: Link ESP-SA and IPcomp-SA using GRPSPIS instead of using a self-built solution for multi-SA flows. As a result we only need a single outgoing IPCOMP flow and can get rid of the two extra transport mode flows for ESP. ok bluhm@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/01/07 09:08:08 Modified files: regress/usr.bin/nc: Makefile Log message: Add netcat tests with TLS client certificate. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/07 10:26:46 Modified files: security/nss : Makefile distinfo Log message: Update to nss 3.49. See https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.49_release_notes CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/07 10:27:45 Modified files: www/mozilla : mozilla.port.mk Log message: Require nss 3.49 for consumers building with system nss (technically, gecko 72 only requires 3.48 but 73 will require 3.49) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/07 10:28:41 Modified files: mail/mozilla-thunderbird: Makefile www/seamonkey : Makefile Log message: bump REVISION for nss dependency change CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/07 10:31:23 Modified files: www/firefox-esr: Makefile distinfo www/firefox-esr-i18n: Makefile.inc distinfo Removed files: www/firefox-esr/patches: patch-third_party_rust_bindgen_src_ir_analysis_has_vtable_rs patch-third_party_rust_bindgen_src_ir_analysis_sizedness_rs patch-third_party_rust_bindgen_src_ir_derive_rs Log message: Update to firefox-esr 68.4.0. See https://www.mozilla.org/en-US/firefox/68.4.0/releasenotes/ Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2020-02/ Remove patches fixing build with rust 1.39, bindgen was upgraded in #1583471 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/07 10:32:16 Modified files: www/firefox-esr: Tag: OPENBSD_6_6 Makefile distinfo Log message: MFC: Update to firefox-esr 68.4.0. See https://www.mozilla.org/en-US/firefox/68.4.0/releasenotes/ Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2020-02/ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/01/07 10:36:04 Modified files: usr.bin/nc : netcat.c Log message: If the client provides a TLS certificate and the user specifies a hash value on the nc(1) server command line, the netcat server must use the TLS context of the accepted socket for verification. As the listening socket was used instead, the verification was always successful. If the peer provides a certificate, there must be a hash. Make the hash verification fail safe. OK tb@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/07 10:44:46 Modified files: www/mozilla-firefox: Makefile distinfo www/mozilla-firefox/patches: patch-toolkit_modules_subprocess_subprocess_worker_unix_js www/mozilla-firefox/pkg: PLIST www/firefox-i18n: Makefile.inc distinfo Added files: www/mozilla-firefox/patches: patch-third_party_rust_slice-deque_src_mirrored_linux_rs patch-third_party_rust_slice-deque_src_mirrored_mod_rs Removed files: www/mozilla-firefox/patches: patch-browser_app_profile_firefox_js patch-config_system-headers_mozbuild patch-dom_ipc_ContentChild_cpp patch-dom_ipc_moz_build patch-gfx_ipc_GPUProcessImpl_cpp patch-js_src_jit_ProcessExecutableMemory_cpp patch-layout_generic_WritingModes_h patch-media_libcubeb_src_moz_build patch-servo_ports_geckolib_cbindgen_toml patch-toolkit_library_moz_build patch-toolkit_system_gnome_nsGIOService_cpp Log message: Update to firefox 72.0 See https://www.mozilla.org/en-US/firefox/72.0/releasenotes/ Fixes https://www.mozilla.org/security/advisories/mfsa2020-01/ Remove patches merged upstream: - unveil/pledge work from #1584839, #1580271, #1580268 - jit fix from #1586912 - build fix with cbinding 0.11.1 from #1602358 - sndio/unveil fix from #1596546 - arm64 fix from #1587116 Add two patches from #1594342 by semarie@ to fix slice_deque build, pending fix/merge upstream. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2020/01/07 10:57:12 Modified files: www/chromium : Makefile Added files: www/chromium/patches: patch-base_files_scoped_file_cc Log message: avoid a crash when a fido device is being unplugged in the middle of being accessed by handling close() the same way it is done on other posix systems bump the electron package as well to unbreak package builds from Greg Steuck CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/07 12:06:07 Modified files: usr.sbin/bind : config.h.in configure configure.in usr.sbin/bind/lib/dns: Makefile.in acl.c usr.sbin/bind/lib/dns/include/dns: Makefile.in acl.h usr.sbin/bind/lib/isccfg: aclconf.c namedconf.c usr.sbin/bind/lib/isccfg/include/isccfg: aclconf.h Removed files: usr.sbin/bind/lib/dns: geoip.c usr.sbin/bind/lib/dns/include/dns: geoip.h Log message: We are never going to use GeoIP support. Minus 1.8k lines. OK millert CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/07 12:08:10 Modified files: usr.sbin/bind : Makefile.bsd-wrapper configure configure.in usr.sbin/bind/bin/dig: dig.c usr.sbin/bind/lib/dns: dst_api.c name.c resolver.c zone.c usr.sbin/bind/lib/isc: Makefile.in refcount.c rwlock.c task.c task_p.h timer.c usr.sbin/bind/lib/isc/include/isc: platform.h.in refcount.h rwlock.h usr.sbin/bind/lib/isc/nothreads: Makefile.in usr.sbin/bind/lib/isc/unix: Makefile.in app.c socket.c time.c usr.sbin/bind/lib/isc/x86_32/include/isc: atomic.h usr.sbin/bind/lib/isc/x86_64/include/isc: atomic.h usr.sbin/bind/make: includes.in Removed files: usr.sbin/bind : config.threads.in usr.sbin/bind/lib/isc/pthreads: Makefile.in condition.c mutex.c thread.c usr.sbin/bind/lib/isc/pthreads/include: Makefile.in usr.sbin/bind/lib/isc/pthreads/include/isc: Makefile.in condition.h mutex.h once.h thread.h Log message: Remove thread support. Minus 4k lines. OK millert CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/07 12:09:26 Modified files: usr.sbin/bind/bin/dig: dig.c usr.sbin/bind/lib/dns: dst_api.c dst_parse.c gen.c gssapictx.c opensslrsa_link.c rbtdb.c usr.sbin/bind/lib/dns/include/dst: gssapi.h usr.sbin/bind/lib/dns/rdata/in_1: wks_11.c usr.sbin/bind/lib/isc: Makefile.in hmacmd5.c log.c md5.c pk11.c print.c safe.c sha2.c task.c timer.c usr.sbin/bind/lib/isc/include/isc: socket.h Removed files: usr.sbin/bind/lib/dns: gen-win32.h Log message: We are not windows. Minus 500 lines. OK millert CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/07 12:11:18 Modified files: usr.sbin/bind : Makefile.bsd-wrapper configure configure.in usr.sbin/bind/bin/dig: Makefile.in usr.sbin/bind/lib/isc: Makefile.in assertions.c usr.sbin/bind/lib/isc/include/isc: Makefile.in platform.h.in types.h usr.sbin/bind/make: rules.in Removed files: usr.sbin/bind/lib/isc: backtrace-emptytbl.c backtrace.c usr.sbin/bind/lib/isc/include/isc: backtrace.h usr.sbin/bind/util: mksymtbl.pl Log message: Remove backtrace support. Minus 800 lines. OK millert CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/07 12:54:51 ports/meta/python3 Update of /cvs/ports/meta/python3 In directory cvs.openbsd.org:/tmp/cvs-serv33920/python3 Log Message: Directory /cvs/ports/meta/python3 added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/07 12:54:57 ports/meta/python3/pkg Update of /cvs/ports/meta/python3/pkg In directory cvs.openbsd.org:/tmp/cvs-serv47826/python3/pkg Log Message: Directory /cvs/ports/meta/python3/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/07 13:01:20 Modified files: meta : Makefile Added files: meta/python3 : Makefile meta/python3/pkg: DESCR PLIST Log message: Add a python3 meta-package which uses python.port.mk to automatically depend on whatever is the current default version of python 3 in the ports tree (currently 3.7). Allows adding it with pkg_add python3 rather than needing to know the correct subdir name (as you would with pkg_add python%3.7). Deliberately not adding a similar one for py2 which is not likely to proceed beyond 2.7. ok kmos@, aja@ pirofti@ zhuk@ like it too CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2020/01/07 13:22:09 Modified files: x11/qt5 : Makefile.inc x11/qt5/qt3d : Makefile x11/qt5/qt3d/pkg: PLIST-main x11/qt5/qtbase : Makefile x11/qt5/qtbase/pkg: PLIST-main PLIST-mysql PLIST-psql PLIST-sqlite2 PLIST-tds x11/qt5/qtcanvas3d: Makefile x11/qt5/qtcanvas3d/pkg: PLIST-main x11/qt5/qtcharts: Makefile x11/qt5/qtcharts/pkg: PLIST-main x11/qt5/qtconnectivity: Makefile x11/qt5/qtconnectivity/pkg: PLIST-main x11/qt5/qtdatavis3d: Makefile x11/qt5/qtdatavis3d/pkg: PLIST-main x11/qt5/qtdeclarative: Makefile x11/qt5/qtdeclarative/pkg: PLIST-main PLIST-xmllistmodel x11/qt5/qtgamepad: Makefile x11/qt5/qtgamepad/pkg: PLIST-main x11/qt5/qtgraphicaleffects: Makefile x11/qt5/qtgraphicaleffects/pkg: PLIST x11/qt5/qtimageformats: Makefile x11/qt5/qtimageformats/pkg: PLIST x11/qt5/qtquickcontrols2: Makefile x11/qt5/qtquickcontrols2/pkg: PLIST-main x11/qt5/qtremoteobjects: Makefile x11/qt5/qtremoteobjects/pkg: PLIST-main x11/qt5/qtscxml: Makefile x11/qt5/qtscxml/pkg: PLIST-main x11/qt5/qtsensors: Makefile x11/qt5/qtsensors/pkg: PLIST-main x11/qt5/qtserialbus: Makefile x11/qt5/qtserialbus/pkg: PLIST-main x11/qt5/qttools: Makefile x11/qt5/qttools/pkg: PLIST-main PLIST-webview x11/qt5/qtvirtualkeyboard: Makefile x11/qt5/qtvirtualkeyboard/pkg: PLIST-main x11/qt5/qtwebchannel: Makefile x11/qt5/qtwebchannel/pkg: PLIST-main x11/qt5/qtwebkit: Makefile x11/qt5/qtwebkit/pkg: PLIST x11/qt5/qtwebsockets: Makefile x11/qt5/qtwebsockets/pkg: PLIST-main Log message: Start building debug packages for Qt5. Some tweaks to come later, but this should be enough for real work for now. okay rsadowski@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2020/01/07 13:45:17 Modified files: devel/meson : Makefile devel/meson/pkg: PLIST Log message: Install tool scripts the meson manual refers to. Might be helpful for meson newbies like me. okay aja@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/07 13:51:20 Modified files: x11/gnome/dconf-editor: Makefile distinfo Log message: Update to dconf-editor-3.34.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/07 13:51:40 Modified files: x11/gnome/seahorse: Makefile distinfo Log message: Update to seahorse-3.34.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/07 14:17:26 Modified files: archivers/gcab : Makefile distinfo Log message: Update to gcab-1.4. CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2020/01/07 15:39:02 Modified files: usr.sbin/smtpd : mta_session.c Log message: generate link-auth reporting event for outgoing sessions CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/01/07 15:59:43 Modified files: devel/llvm : Makefile devel/llvm/patches: patch-lib_CodeGen_ReturnProtectorPass_cpp patch-lib_Target_Mips_MipsAsmPrinter_cpp patch-lib_Target_Mips_MipsInstrInfo_td patch-tools_clang_lib_Driver_ToolChains_Clang_cpp Added files: devel/llvm/patches: patch-lib_Target_Mips_CMakeLists_txt patch-lib_Target_Mips_MipsFrameLowering_cpp patch-lib_Target_Mips_MipsFrameLowering_h patch-lib_Target_Mips_MipsReturnProtectorLowering_cpp patch-lib_Target_Mips_MipsReturnProtectorLowering_h Log message: Bring in some retguard improvements from base - Add retguard for octeon/mips64. - 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. from Brad CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2020/01/07 16:03:37 Modified files: usr.sbin/smtpd : mta_session.c report_smtp.c smtp_session.c Log message: fix reporting of tx-mail and tx-rcpt for smtp-out CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2020/01/07 16:09:02 Modified files: usr.sbin/smtpd : mta_session.c Log message: generate tx-envelope before tx-rcpt like for smtp-in CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2020/01/07 17:05:38 Modified files: usr.sbin/smtpd : mta_session.c smtp_session.c Log message: reorder reporting events so they are triggered _after_ protocol-server events. this ensures that both smtp-in and smtp-out receive the events in the same order. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/07 17:10:30 Modified files: mail/neomutt : Makefile Added files: mail/neomutt/patches: patch-index_c patch-pager_c Log message: cherrypick a couple of neomutt patches, one found by kn@ for a mutt_pager segv, one to fix uncollapse_jump CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/07 17:11:22 Modified files: mail/mutt : Makefile Added files: mail/mutt/patches: patch-mutt_ssl_c patch-mutt_ssl_gnutls_c Log message: cherrypick mutt patch to fix a crash when polling a closed ssl connection, issue diagnosed and original patch proposed by stsp@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2020/01/07 17:30:44 Modified files: usr.sbin/smtpd : lka_filter.c Log message: emable builtin filtering for phase DATA, no idea why we didn't earlier as the grammar allowed it and the code was already there. CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2020/01/07 17:33:29 Modified files: usr.sbin/smtpd : lka_filter.c Log message: enable builtin filtering for commit phase CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/07 17:36:39 Modified files: net/pure-ftpd : Makefile distinfo net/pure-ftpd/pkg: PLIST Removed files: net/pure-ftpd/patches: patch-src_ftpd_h Log message: update to Pure-FTPd 1.0.49, from Brad. CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2020/01/07 18:41:11 Modified files: usr.sbin/smtpd : lka_filter.c parse.y smtpd.conf.5 smtpd.h Log message: allow using the session username in builtin filters when available CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/01/07 23:38:55 Modified files: usr.bin/tmux : window-tree.c Log message: Add -Z to default switch-client command in tree mode, matches previous behaviour. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/01/08 00:50:30 Modified files: net/lftp : Makefile distinfo net/lftp/patches: patch-configure patch-lib_vasnprintf_c patch-src_Makefile_in Removed files: net/lftp/patches: patch-doc_lftp_1 patch-src_Torrent_cc Log message: update to lftp-4.9.0 ok rsadowski@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: remi@cvs.openbsd.org 2020/01/08 01:21:01 Modified files: usr.sbin/ospfd : ospfd.conf.5 usr.sbin/ospf6d: ospf6d.conf.5 Log message: Area-wide interface parameters need to be defined before the interfaces or they will have no effect. OK denis@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/01/08 02:09:11 Modified files: sys/net : if_loop.c Log message: In loop_clone_destroy() reset the rdomain with rtable_l2set() after the if_detach() call. In if_detach() various route messages are generated and during that time the rtable_l2() mapping needs to stay. OK kn@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/01/08 02:14:03 Modified files: sbin/iked : ikev2.c Log message: Unify duplicate NOTIFY payload construction code in ikev2_add_notify and remove unused arguments from ikev2_add_* functions. ok bluhm@ CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2020/01/08 02:44:55 Modified files: math/graphviz : Makefile distinfo math/graphviz/files: config6 math/graphviz/patches: patch-cmd_dot_Makefile_in patch-configure patch-lib_gvc_gvconfig_c patch-tclpkg_tclstubs_Makefile_in math/graphviz/pkg: PLIST-main Added files: math/graphviz/patches: patch-tests_regression_tests_Makefile_in Removed files: math/graphviz/files/tests: dot-test.dot dot-test.dot.expect guile-test.scm guile-test.scm.expect neato-test.nto neato-test.nto.expect perl-test.pl perl-test.pl.expect run_tests.sh tcl-test.tcl tcl-test.tcl.expect math/graphviz/patches: patch-Makefile_in patch-lib_cgraph_scan_l patch-tclpkg_tkstubs_Makefile_in math/graphviz/tests: test.dot Log message: Update math/graphviz to version 2.42.3. Based on work from rsadowski@ (in openbsd-wip) and with lots of input from sthen@. OK sthen@, thanks! CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/01/08 03:02:17 Modified files: usr.sbin/smtpd : smtpd.conf.5 Log message: remove literal tab from a column list; CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/01/08 03:02:55 Modified files: sys/net : route.c Log message: Fix confusion around rtlabelid and rtableid in rt_ifa_add() and rt_ifa_del(). The routing labels have nothing todo with rdomains and routing tables. Remove the unneeded rdomain check. With this rtlabel on interfaces work again. OK kn@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/01/08 03:17:15 Modified files: regress/usr.bin/mandoc: Makefile.inc regress/usr.bin/mandoc/eqn: Makefile.inc regress/usr.bin/mandoc/man/TS: Makefile regress/usr.bin/mandoc/mdoc/Dd: Makefile regress/usr.bin/mandoc/tbl: Makefile.inc Log message: Give up on the illusion that the maintainer targets for regenerating the desired output files could be run with an arbitrary roff(7) implementation; in reality, it only makes sense to run them with groff(1). Also, there is really no point in allowing the groff command line arguments to be overridden; running these targets only makes sense with exactly the right options. So get rid of the fragile ?= and += construct for groff options and make sure the options are always passed in a reasonable order. Finally, use groff(1) directly rather than the shallow nroff(1) wrapper because GNU nroff(1) does not support running the GNU eqn(1) preprocessor, which will probably be needed soon, and also because it simplifies using the GNU tbl(1) preprocessor. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/08 03:27:16 Modified files: mail/claws-mail: Makefile Added files: mail/claws-mail/patches: patch-src_compose_c Log message: Backport "revert pasting images as attachments" which causes various problems with copy-and-paste, especially with emacs. From Benjamin Baier, ok solene@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/01/08 03:50:54 Modified files: regress/usr.bin/mandoc/eqn/delim: Makefile Log message: Enable generation of the desired delim/basic output with groff(1). CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/01/08 03:58:09 Modified files: regress/usr.bin/mandoc/eqn/delim: basic.in basic.out_ascii Log message: Improve the test case by changing the eqn(7) delimiters such that it actually tests which parts of text lines are processed with eqn(7) and which are not. CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2020/01/08 04:08:36 Modified files: print/psutils : Makefile Log message: psutils requires gmake, add USE_GMAKE=Yes ok aja CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/01/08 05:09:14 Modified files: usr.bin/mandoc : eqn.c regress/usr.bin/mandoc/eqn/delim: Makefile basic.in basic.out_ascii Added files: regress/usr.bin/mandoc/eqn/delim: basic.out_utf8 Log message: Skip whitespace before tokens, too. Bug found by bentley@ with input like "delim $$ delim off". CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/01/08 05:57:35 Modified files: sys/dev/usb : ulpt.c Log message: Kill unused defines referencing `hz'. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/01/08 06:23:48 Modified files: regress/usr.bin/nc: Makefile Log message: Add tests when netcat server keeps the listen socket. Use two netcat clients to connect twice. This is done for TCP, TLS, UDP, UNIX stream, and UNIX datagram. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/01/08 07:09:29 Modified files: usr.bin/make : compat.c compat.h main.c make.c Log message: fix -q: in compatMode, compute and return outofdate just like parallel mode. Also, never run .END in querymode (we don't actually care about updating problem in that case). okay millert@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/01/08 07:40:52 Modified files: usr.bin/tmux : format-draw.c Log message: Do not hang in format_trim_* on invalid UTF-8 characters. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2020/01/08 07:43:32 Modified files: www/chromium : Makefile distinfo Log message: update to 79.0.3945.117 CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/01/08 07:45:36 Modified files: usr.sbin/eeprom: eeprom.8 Log message: Document OBP boot-device and boot-file variables CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/01/08 08:03:10 Modified files: sys/kern : sysv_sem.c sys/miscfs/fifofs: fifo_vnops.c sys/nfs : nfs_vfsops.c Log message: Convert infinite sleeps to tsleep_nsec(9). ok bluhm@ CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2020/01/08 08:19:46 Modified files: devel/got : Makefile distinfo Log message: Update to got-0.24 - do not open and close pack index files needlessly - fix 'got log' and 'tog log' performance issue when lots of tags exist - do history traversal in got-read-pack to improve 'got blame' performance - plug memory leaks in got-read-commit, got-read-tree, and got-read-pack - fix reading reference deltas with GOT_PACK_NO_MMAP builds - disable got-read-pack's delta cache in GOT_NO_OBJ_CACHE builds - make it possible to run regress tests with packed repositories - more portable string comparison in Makefile.inc (patch by Edgar Pettijohn) - prevent rebase with an out-of-date work tree - make 'got checkout' and 'got update' work with read-only repositories CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/01/08 09:27:42 Modified files: regress/sys/dev/wscons: sigio.c share/man/man9 : sigio_init.9 sys/dev/wscons : wskbd.c wsmouse.c wsmux.c sys/kern : kern_descrip.c kern_sig.c subr_log.c sys_generic.c sys_pipe.c sys_socket.c tty.c sys/net : bpf.c if_tun.c sys/sys : sigio.h Log message: Unify handling of ioctls FIOSETOWN/SIOCSPGRP/TIOCSPGRP and FIOGETOWN/SIOCGPGRP/TIOCGPGRP. Do this by determining the meaning of the ID parameter inside the sigio code. Also add cases for FIOSETOWN and FIOGETOWN where there have been TIOCSPGRP and TIOCGPGRP before. These changes allow removing the ID translation from sys_fcntl() and sys_ioctl(). Idea from NetBSD OK mpi@, claudio@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/01/08 09:45:28 Modified files: sys/kern : kern_descrip.c kern_event.c Log message: Skip fdplock when freeing a file descriptor table. The lock is not necessary because other threads cannot access the data structure. This fixes the following lock order issue: witness: lock order reversal: 1st 0xfffffd81d821d248 fdlock (&newfdp->fd_fd.fd_lock) 2nd 0xffff800000fe45b8 primlk (&prime_fpriv->lock) lock order "&prime_fpriv->lock"(rwlock) -> "&newfdp->fd_fd.fd_lock"(rwlock) first seen at: #0 witness_checkorder+0x449 #1 rw_enter_write+0x43 #2 dma_buf_fd+0x8c #3 drm_gem_prime_handle_to_fd+0xed #4 drmioctl+0xdc #5 VOP_IOCTL+0x55 #6 vn_ioctl+0x64 #7 sys_ioctl+0x2f6 #8 syscall+0x389 #9 Xsyscall+0x128 lock order "&newfdp->fd_fd.fd_lock"(rwlock) -> "&prime_fpriv->lock"(rwlock) first seen at: #0 witness_checkorder+0x449 #1 rw_enter_write+0x43 #2 drm_gem_object_release_handle+0x5e #3 idr_for_each+0xee #4 drm_gem_release+0x1f #5 drmclose+0x144 #6 spec_close+0x213 #7 VOP_CLOSE+0x49 #8 vn_closefile+0x9b #9 fdrop+0x8b #10 closef+0xaf #11 fdfree+0xd4 #12 exit1+0x1cf #13 sys_exit+0x16 #14 syscall+0x389 #15 Xsyscall+0x128 OK mpi@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/01/08 11:01:22 Modified files: usr.sbin/bgpd : mrt.c rde.c rde.h rde_rib.c Log message: eye burning whitespace CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/01/08 11:39:01 Modified files: sysutils/restic: Makefile distinfo Log message: Update to restic-0.9.6 Changelog: https://github.com/restic/restic/releases/tag/v0.9.6 OK abieber@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/01/08 11:55:26 Modified files: x11/gnome/grilo: Makefile distinfo Log message: update to grilo-0.3.11 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/01/08 11:55:34 Modified files: x11/gnome/gjs : Makefile distinfo Log message: update to gjs-1.58.4 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2020/01/08 12:13:08 Modified files: devel/ruby-hoe : Makefile distinfo devel/ruby-hoe/pkg: PLIST Log message: Update to hoe 3.20.0 Allows building ruby27 FLAVOR. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2020/01/08 13:32:19 Modified files: net/pure-ftpd/pkg: PLIST Log message: Zap duplicate items in packing list. Some entries from PFRAG.* also made it into PLIST, which broke packaging. CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/01/08 14:03:18 Modified files: net/bgpq4 : Makefile Log message: bgpq4: uses C11, requires ports-gcc on !clang archs sparc64 testing and OK kmos@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/01/08 14:28:01 Modified files: regress/sys/kern/sosplice/scapy: Makefile regress/sys/net/gif: Makefile regress/sys/net/loop: Makefile regress/sys/net/pf_forward: Makefile regress/sys/net/pf_fragment: Makefile regress/sys/net/pf_state: Makefile regress/sys/net/pflow: Makefile regress/sys/netinet/ipsec: Makefile Log message: Rework when tests have to be skipped due to insufficient configuration of the regress machine. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/01/08 14:49:00 Modified files: sys/net : pf_ioctl.c Log message: Check address family of pf ioctl(2) DIOCNATLOOK parameter at kernel entry instead of calling panic() due to unhandled af. Reported-by: syzbot+92be143c2dd1746cf2af@syzkaller.appspotmail.com from Benjamin Baier CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2020/01/08 15:22:39 Modified files: comms/mgetty+sendfax/patches: patch-g3_g3cat_c patch-g3_pbm2g3_c Log message: Fix comms/mgetty+sendfax for gcc architectures. patches for g3/* added static before the "#ifdef __GNUC__" but on GCC architectures that ended up having "static static inline". Move the statics outside the ifdef ok cwen@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/08 17:58:28 Modified files: sys/dev/pci : pcidevs Log message: add ADATA SX8200 Pro from Dariusz Sendkowski ok millert@ deraadt@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/08 17:59:16 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/08 20:28:38 Modified files: usr.bin/ssh : sshconnect.c Log message: fix reversed arguments on expand_proxy_command(); spotted by anton@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/01/08 21:27:48 Modified files: security/keepassxc: Makefile distinfo Log message: Bugfix update keepassxc to 2.5.2 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/01/08 21:28:35 Modified files: fonts/font-awesome: Makefile distinfo Log message: Update font-awesome to 5.12.0 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/01/08 21:32:34 Modified files: net/libktorrent: Makefile distinfo net/libktorrent/pkg: PLIST Log message: Update libktorrent to 2.1.1 - Improve LIB_DEPENDS - Cleanup :Bool from cmake CONFIGURE_ARGS - Add TEST_IS_INTERACTIVE=X11 to fix the tests - Regen WANTLIB CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/01/08 21:34:26 Modified files: net/ktorrent : Makefile net/ktorrent/pkg: PLIST Log message: Improve LIB_DEPENDS and update PLIST CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/01/08 21:39:35 Modified files: astro/kstars : Makefile distinfo astro/kstars/pkg: PLIST Removed files: astro/kstars/patches: patch-CMakeLists_txt patch-cmake_modules_CheckNodump_cmake Log message: Update kstars to 3.3.9 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/01/08 21:42:00 Modified files: devel/doxygen : Makefile distinfo devel/doxygen/patches: patch-doc_CMakeLists_txt Log message: Update doxygen to 1.8.17 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/01/08 21:45:34 Modified files: devel/catch2 : Makefile distinfo Log message: Update catch2 to 2.11.1 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/01/08 21:47:57 Modified files: devel/dlib : Makefile distinfo devel/dlib/patches: patch-examples_CMakeLists_txt Log message: Update dlib to 19.19 Change log: http://dlib.net/release_notes.html CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/01/08 21:48:45 Modified files: devel/doxygen-gui: Makefile distinfo Log message: Update doxygen-gui to 1.8.17 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/01/08 21:50:37 Modified files: devel/kdevelop : Makefile distinfo Log message: Bugfix update kdevelop to 5.4.6 Changelog: https://www.kdevelop.org/news/kdevelop-546-released CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2020/01/08 22:14:36 Modified files: net/py-socks : Makefile distinfo Log message: Update net/py-socks 1.6.7 -> 1.7.1 From Clem Atis. Thank you. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/09 00:25:36 Modified files: www/mozilla-firefox: Makefile distinfo www/firefox-i18n: Makefile.inc distinfo Log message: Update to firefox 72.0.1. See https://www.mozilla.org/en-US/firefox/72.0.1/releasenotes/ Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2020-03/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/09 00:32:01 Modified files: www/firefox-esr: Makefile distinfo www/firefox-esr-i18n: Makefile.inc distinfo Log message: Update to firefox-esr 68.4.1. See https://www.mozilla.org/en-US/firefox/68.4.1/releasenotes/ Fixes https://www.mozilla.org/security/advisories/mfsa2020-03/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/09 00:33:06 Modified files: www/firefox-esr: Tag: OPENBSD_6_6 Makefile distinfo Log message: MFC: update to firefox-esr 68.4.1. See https://www.mozilla.org/en-US/firefox/68.4.1/releasenotes/ Fixes https://www.mozilla.org/security/advisories/mfsa2020-03/ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/01/09 01:22:38 Modified files: games/dopewars : Makefile Log message: Switch HOMEPAGE to HTTPS. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/01/09 01:24:53 Modified files: games/trader : Makefile distinfo games/trader/patches: patch-src_Makefile_in games/trader/pkg: PLIST Log message: Update trader to 7.14. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/01/09 02:23:57 Modified files: usr.sbin/ldomctl: parse.y Log message: Bail earlier on duplicate domains If the given domain was already specified, do not bother allocating and initialising it. No function change. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/01/09 02:25:16 Modified files: share/man/man4 : tun.4 tap.4 Log message: Cleanup ioctl(2) list. FIONBIO, FIOASYNC and FIONREAD are not defined in also there is no need to document them again. Instead reference to ioctl(2) that has all the info. Also remove TIOCSPGRP and TIOCGPGRP and replace them with FIOSETOWN and FIOGETOWN. Users should use those ioctl(2) to set the process / process group to be signaled when FIOASYNC is set. OK visa@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/01/09 03:24:16 Modified files: net/p5-Net-IPv6Addr: Makefile distinfo Log message: Update to p5-Net-IPv6Addr-0.96. CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/01/09 03:34:18 Modified files: geo/qgis : Makefile Log message: qgis: mark BROKEN-powerpc ports-gcc won't build it due to source size. Using ports-clang make the build segfaults. OK solene@, landry@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/09 04:01:18 Modified files: net/bgpq4 : Makefile Log message: set COMPILER_LANGS=c (and bump REVISION) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/01/09 04:01:25 Modified files: usr.sbin/pkg_add/OpenBSD: PkgCreate.pm Log message: have ask_tree be more specific in its error reporting. make sure the child has the same effective and real ids, as perl interprets it as "setuid, refuse to debug" go to the end of the pipe so the child doesn't exit prematurely (didn't use to happen but now it does) help from afresh1@ in diagnosing that one. CVSROOT: /cvs Module name: ports Changes by: pirofti@cvs.openbsd.org 2020/01/09 04:16:50 Modified files: lang/cython : Makefile distinfo lang/cython/pkg: PLIST Log message: Update cython to 0.29.14. This is needed by upcoming port py-cvxpy that does not build with the current version. OK juanfra@, sthen@. CVSROOT: /cvs Module name: src Changes by: inoguchi@cvs.openbsd.org 2020/01/09 04:27:21 Modified files: lib/libcrypto/asn1: asn1_par.c Log message: Avoid leak in error path of asn1_parse2 ok tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/01/09 04:51:18 Modified files: usr.sbin/bgpd : bgpd.h session.c session.h Log message: Convert last_updown and last_read from time(3) to use getmonotime() which returns clock_gettime(2) with CLOCK_MONOTONIC. While doing that introduce last_write for symetry. OK denis@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/01/09 04:55:25 Modified files: usr.sbin/bgpd : bgpd.h mrt.c rde.c rde_rib.c Log message: Convert the lastchange of a prefix from time(NULL) to getmonotime() which uses CLOCK_MONOTONIC. Convert the control messages to return the relative age of the prefix instead of the absolute age. Adjust the mrt dump code to stil dump the route age in seconds since epoch as defined in the RFC. With this all times in bgpd are now based on CLOCK_MONOTONIC. OK denis@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/01/09 04:57:04 Modified files: usr.sbin/bgpctl: bgpctl.c bgpctl.h output.c Log message: Adjust time printing to the changes done in bgpd. Most timestamps are now relative only last_updown, last_read and lastwrite are still based on CLOCK_MONOTONIC. OK denis@ CVSROOT: /cvs Module name: ports Changes by: feinerer@cvs.openbsd.org 2020/01/09 05:00:58 Modified files: math/hdf5 : Makefile distinfo math/hdf5/pkg : PLIST Log message: Update to HDF5 1.10.6 CVSROOT: /cvs Module name: www Changes by: kn@cvs.openbsd.org 2020/01/09 05:56:23 Modified files: . : want.html Log message: kmos sent me four disk caddies, thanks. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/01/09 06:31:52 Modified files: usr.sbin/bgpd : rde.c rde.h rde_peer.c Log message: Move peer related code from rde.c to rde_peer.c. Change peer_foreach() to just walk the peer list instead of iterating over the peer hash table. Also change peer_down() arguments so that it can be used as a peer_foreach() callback (which is then used in rde_shutdown()). OK benno@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/09 06:45:34 Modified files: usr.sbin/bind : configure configure.in usr.sbin/bind/lib/isc: netaddr.c netscope.c sockaddr.c usr.sbin/bind/lib/isc/include/isc: ipv6.h platform.h.in usr.sbin/bind/lib/isc/unix: entropy.c ifiter_ioctl.c ifiter_sysctl.c interfaceiter.c net.c socket.c usr.sbin/bind/lib/isc/unix/include/isc: net.h usr.sbin/bind/lib/isccfg: parser.c Removed files: usr.sbin/bind/lib/isc: inet_ntop.c inet_pton.c Log message: unifdef network defines: #define ISC_PLATFORM_HAVESALEN 1 #define ISC_PLATFORM_HAVEIPV6 1 #undef ISC_PLATFORM_NEEDIN6ADDRANY #undef ISC_PLATFORM_NEEDIN6ADDRLOOPBACK #define ISC_PLATFORM_HAVEIN6PKTINFO 1 #undef ISC_PLATFORM_HAVEINADDR6 #define ISC_PLATFORM_HAVESCOPEID 1 #undef ISC_PLATFORM_NEEDNTOP #undef ISC_PLATFORM_NEEDPTON #undef ISC_PLATFORM_NEEDPORTT #undef ISC_PLATFORM_HAVELIFCONF #undef ISC_PLATFORM_HAVEIF_LADDRCONF #undef ISC_PLATFORM_HAVEIF_LADDRREQ #define ISC_NET_BSD44MSGHDR 1 #define ISC_PLATFORM_HAVEIFNAMETOINDEX 1 #undef ISC_PLATFORM_FIXIN6ISADDR #define ISC_PLATFORM_HAVESOCKADDRSTORAGE 1 #define ISC_PLATFORM_HAVEKQUEUE 1 #undef ISC_PLATFORM_HAVEEPOLL #undef ISC_PLATFORM_HAVEDEVPOLL prodding deraadt@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/09 06:47:15 Modified files: usr.sbin/bind/bin/dig: dig.c dighost.c host.c nslookup.c usr.sbin/bind/bin/dig/include/dig: dig.h usr.sbin/bind/lib/dns: adb.c byaddr.c cache.c callbacks.c diff.c dispatch.c dst_api.c dst_parse.c gssapi_link.c gssapictx.c journal.c keytable.c master.c masterdump.c message.c name.c private.c rbt.c rbtdb.c rcode.c rdata.c resolver.c rpz.c rrl.c sdb.c sdlz.c ssu_external.c tcpmsg.c time.c tkey.c tsig.c ttl.c update.c validator.c view.c xfrin.c zone.c usr.sbin/bind/lib/isc: Makefile.in assertions.c commandline.c entropy.c error.c fsaccess.c httpd.c lex.c lib.c log.c mem.c netaddr.c parseint.c pk11.c regex.c rwlock.c sockaddr.c stats.c string.c task.c timer.c usr.sbin/bind/lib/isc/include/isc: platform.h.in string.h usr.sbin/bind/lib/isc/unix: dir.c entropy.c ifiter_ioctl.c ifiter_sysctl.c interfaceiter.c pk11_api.c socket.c strerror.c time.c usr.sbin/bind/lib/isccfg: aclconf.c parser.c Removed files: usr.sbin/bind/lib/isc: print.c strtoul.c usr.sbin/bind/lib/isc/include/isc: print.h stdlib.h Log message: unifdef printf and string functions: #undef ISC_PLATFORM_NEEDVSNPRINTF #undef ISC_PLATFORM_NEEDSPRINTF #undef ISC_PLATFORM_NEEDPRINTF #undef ISC_PLATFORM_NEEDFPRINTF #define ISC_PLATFORM_QUADFORMAT "ll" #undef ISC_PLATFORM_NEEDSTRSEP #undef ISC_PLATFORM_NEEDSTRLCPY #undef ISC_PLATFORM_NEEDSTRLCAT #undef ISC_PLATFORM_NEEDSTRTOUL #undef ISC_PLATFORM_NEEDMEMMOVE #undef ISC_PLATFORM_NEEDSTRCASESTR CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/09 06:52:23 Modified files: usr.sbin/bind : config.h.in configure configure.in usr.sbin/bind/bin/dig: dig.c dighost.c usr.sbin/bind/lib/dns: Makefile.in dnssec.c ds.c dst_api.c dst_gost.h dst_internal.h dst_parse.c hmac_link.c openssldh_link.c openssldsa_link.c opensslrsa_link.c rcode.c tkey.c tsec.c tsig.c usr.sbin/bind/lib/dns/include/dns: tsig.h usr.sbin/bind/lib/isc: Makefile.in aes.c entropy.c hmacmd5.c hmacsha.c md5.c sha1.c sha2.c usr.sbin/bind/lib/isc/include: Makefile.in usr.sbin/bind/lib/isc/include/isc: hmacmd5.h hmacsha.h md5.h sha1.h sha2.h usr.sbin/bind/lib/isc/unix/include: Makefile.in Removed files: usr.sbin/bind/lib/dns: dst_pkcs11.h pkcs11.c pkcs11dh_link.c pkcs11dsa_link.c pkcs11ecdsa_link.c pkcs11eddsa_link.c pkcs11gost_link.c pkcs11rsa_link.c usr.sbin/bind/lib/isc: pk11.c pk11_result.c usr.sbin/bind/lib/isc/include/pk11: Makefile.in README.site constants.h internal.h pk11.h result.h site.h usr.sbin/bind/lib/isc/include/pkcs11: Makefile.in eddsa.h pkcs11.h pkcs11f.h pkcs11t.h usr.sbin/bind/lib/isc/unix: pk11_api.c usr.sbin/bind/lib/isc/unix/include/pkcs11: Makefile.in cryptoki.h Log message: unifdef pkcs11: #undef USE_PKCS11 #undef PKCS11_TOOLS #undef PKCS11CRYPTO #undef HAVE_PKCS11_GOST #undef HAVE_PKCS11_ECDSA #undef HAVE_PKCS11_ED25519 #undef HAVE_PKCS11_ED448 #define PK11_DH_DISABLE #define PK11_DSA_DISABLE #define PK11_FLAVOR #define PK11_MD5_DISABLE #undef PK11_SOFTHSMV2_FLAVOR prodding deraadt@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/01/09 07:13:04 Modified files: mail/p5-Mail-Sender: Makefile distinfo Log message: Update to p5-Mail-Sender-0.903. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/09 07:18:30 Modified files: usr.sbin/bind : configure configure.in usr.sbin/bind/bin/dig: dig.c dighost.c usr.sbin/bind/bin/dig/include/dig: dig.h usr.sbin/bind/lib/dns: adb.c dnssec.c dst_lib.c lib.c log.c masterdump.c name.c resolver.c ssu_external.c stats.c tsig.c zone.c usr.sbin/bind/lib/dns/include/dns: dnssec.h lib.h log.h masterdump.h name.h stats.h tsig.h version.h usr.sbin/bind/lib/dns/include/dst: lib.h usr.sbin/bind/lib/isc: aes.c bind9.c commandline.c lib.c log.c mem.c netaddr.c sockaddr.c usr.sbin/bind/lib/isc/include/isc: aes.h bind9.h commandline.h ipv6.h lib.h log.h mem.h netaddr.h platform.h.in sockaddr.h string.h version.h usr.sbin/bind/lib/isc/unix: entropy.c file.c resource.c socket.c socket_p.h usr.sbin/bind/lib/isccfg: dnsconf.c log.c namedconf.c parser.c usr.sbin/bind/lib/isccfg/include/isccfg: dnsconf.h grammar.h log.h namedconf.h version.h Log message: Assorted unifdefs: #define ISC_PLATFORM_NEEDSYSSELECTH 1 #define ISC_PLATFORM_HAVESTATNSEC 1 #define ISC_PLATFORM_RLIMITTYPE rlim_t #define ISC_PLATFORM_HAVELONGLONG 1 #undef ISC_PLATFORM_BRACEPTHREADONCEINIT #undef ISC_PLATFORM_USEDECLSPEC #define ISC_PLATFORM_HAVESYSUNH 1 #define ISC_PLATFORM_HAVESTRINGSH 1 #define ISC_PLATFORM_WANTAES 1 #define ISC_PLATFORM_USESIT 1 #define LIBISC_EXTERNAL_DATA #define LIBDNS_EXTERNAL_DATA #define LIBISCCFG_EXTERNAL_DATA #define LIBBIND9_EXTERNAL_DATA #define LIBTESTS_EXTERNAL_DATA prodding deraadt@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/09 07:19:49 Modified files: usr.sbin/bind/bin/dig: dig.c dighost.c host.c usr.sbin/bind/bin/dig/include/dig: dig.h Log message: unifdef WITH_IDN; prodding deraadt@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/09 07:21:27 Modified files: usr.sbin/bind/lib/dns: dst_api.c dst_internal.h dst_openssl.h openssl_link.c openssldh_link.c openssldsa_link.c opensslrsa_link.c usr.sbin/bind/lib/isc: task.c timer.c Log message: First round of OPENSSL unifdef: #define OPENSSL #undef OPENSSL_LEAKS #undef USE_ENGINE #undef DNS_CRYPTO_LEAKS prodding deraadt@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/09 07:24:08 Modified files: usr.sbin/bind/bin/dig: dighost.c usr.sbin/bind/lib/dns: acache.c adb.c client.c dispatch.c dst_api.c dst_internal.h hmac_link.c lib.c name.c openssl_link.c opensslecdsa_link.c openssleddsa_link.c opensslgost_link.c opensslrsa_link.c rbtdb.c rdataset.c resolver.c tkey.c xfrin.c zone.c usr.sbin/bind/lib/dns/include/dns: dispatch.h tkey.h usr.sbin/bind/lib/dns/include/dst: dst.h usr.sbin/bind/lib/isc: Makefile.in hash.c pool.c taskpool.c usr.sbin/bind/lib/isc/include/isc: Makefile.in hash.h types.h usr.sbin/bind/lib/isc/unix: Makefile.in file.c Removed files: usr.sbin/bind/lib/isc: entropy.c random.c usr.sbin/bind/lib/isc/include/isc: entropy.h random.h usr.sbin/bind/lib/isc/unix: entropy.c Log message: Replace entropy.c, random.c and an outdated arc4random copy with calls to libc's arc4random. Minus about 3k lines. prodding deraadt@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/01/09 07:35:20 Modified files: sys/dev/acpi : tipmic.c sys/dev/i2c : iatp.c sys/dev/ic : rtwn.c z8530tty.c bwfm.c pgt.c sys/dev/pci : amdiic.c amdpm.c arc.c cz.c ichiic.c if_tht.c piixpm.c viapm.c if_bwfm_pci.c sys/dev/fdt : sximmc.c dwmmc.c sys/kern : tty.c Log message: Convert sleeps of 1sec or more to tsleep_nsec(9). ok bluhm@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/01/09 07:36:26 Modified files: sys/dev/usb : udl.c udl.h Log message: Rename udl_mode field to not shadow global `hz' variable. ok mglocker@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/01/09 07:44:41 Modified files: usr.sbin/bind/lib/dns/rdata/in_1: srv_33.c Log message: avoid use of sprintf, this is 2020 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/01/09 07:44:55 Modified files: usr.sbin/bgpd : rde.h Log message: Clean up header a bit, remove peer_recv_eor and peer_send_eor prototypes and order prototypes like the functions in rde_peer.c CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/01/09 07:58:26 Added files: bin/ed/test : i0.d i0.r i0.t Removed files: bin/ed/test : i3.err Log message: Rev 1.42 of main.c allows zero address for i command. Adapt ed test. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/01/09 08:18:58 Modified files: sys/arch/amd64/amd64: db_trace.c trap.c sys/ddb : db_examine.c Log message: If the kernel panics due to SMEP or SMAP, print correct stack trace and pass information to ddb. This helps to debug kernel NULL pointer function calls. input guenther@; OK kettenis@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/01/09 08:50:34 Modified files: usr.sbin/bgpd : rde.h rde_rib.c Log message: Instead of calling SipHash24_Update() in path_hash for each element of struct rde_aspath define aspath_hashstart and aspath_hashend and update all values in one call. Inspired by struct process and its ps_startcopy. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/01/09 10:16:37 Added files: bin/ed/test : d0.d d0.r d0.t d1.d d1.r d1.t d2.d d2.r d2.t d3.d d3.r d3.t d4.d d4.r d4.t d5.d d5.r d5.t Removed files: bin/ed/test : nl.err Log message: Rev 1.59 of main.c allows omission of addresses in a range. Adapt ed test. CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/01/09 10:20:47 Modified files: math/kst : Makefile Added files: math/kst/patches: patch-src_libkst_CMakeLists_txt patch-src_libkst_math_kst_h Log message: kst: unbreak with ports-gcc. Don't try linking with librt, fix out of scope errors. OK pirofti@ and rsadowski@ (who provided a better fix, thanks!) CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2020/01/09 11:12:21 Modified files: net/oicb : Makefile distinfo Log message: Update to 1.1.2, fixing build on GCC archs due to -Werror left in Makefile. Noted by cwen@ and kmos@: thanks and sorry for the inconvenience. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/09 11:14:49 Modified files: usr.sbin/bind : configure configure.in usr.sbin/bind/lib/dns: Makefile.in acache.c adb.c cache.c dispatch.c dnssec.c rbtdb.c resolver.c update.c view.c zone.c usr.sbin/bind/lib/dns/include/dns: Makefile.in cache.h db.h dnssec.h rbt.h resolver.h usr.sbin/bind/lib/isc: Makefile.in rwlock.c usr.sbin/bind/lib/isc/include/isc: Makefile.in platform.h.in refcount.h rwlock.h usr.sbin/bind/lib/isc/unix: socket.c usr.sbin/bind/make: includes.in Removed files: usr.sbin/bind/lib/dns: stats.c usr.sbin/bind/lib/dns/include/dns: stats.h usr.sbin/bind/lib/isc: stats.c usr.sbin/bind/lib/isc/alpha: Makefile.in usr.sbin/bind/lib/isc/alpha/include: Makefile.in usr.sbin/bind/lib/isc/alpha/include/isc: Makefile.in atomic.h usr.sbin/bind/lib/isc/ia64: Makefile.in usr.sbin/bind/lib/isc/ia64/include: Makefile.in usr.sbin/bind/lib/isc/ia64/include/isc: Makefile.in atomic.h usr.sbin/bind/lib/isc/include/isc: stats.h usr.sbin/bind/lib/isc/mips: Makefile.in usr.sbin/bind/lib/isc/mips/include: Makefile.in usr.sbin/bind/lib/isc/mips/include/isc: Makefile.in atomic.h usr.sbin/bind/lib/isc/noatomic: Makefile.in usr.sbin/bind/lib/isc/noatomic/include: Makefile.in usr.sbin/bind/lib/isc/noatomic/include/isc: Makefile.in atomic.h usr.sbin/bind/lib/isc/powerpc: Makefile.in usr.sbin/bind/lib/isc/powerpc/include: Makefile.in usr.sbin/bind/lib/isc/powerpc/include/isc: Makefile.in atomic.h usr.sbin/bind/lib/isc/sparc64: Makefile.in usr.sbin/bind/lib/isc/sparc64/include: Makefile.in usr.sbin/bind/lib/isc/sparc64/include/isc: Makefile.in atomic.h usr.sbin/bind/lib/isc/x86_32: Makefile.in usr.sbin/bind/lib/isc/x86_32/include: Makefile.in usr.sbin/bind/lib/isc/x86_32/include/isc: Makefile.in atomic.h usr.sbin/bind/lib/isc/x86_64: Makefile.in usr.sbin/bind/lib/isc/x86_64/include: Makefile.in usr.sbin/bind/lib/isc/x86_64/include/isc: Makefile.in atomic.h Log message: Nuke atomics support. This gets rid of 4k lines of code including a bunch of assembly code. It's used for various statistics gathering in the bind daemon which we won't need in dig etc. OK millert CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/09 11:16:01 Modified files: usr.sbin/bind/bin/dig: dig.c host.c usr.sbin/bind/bin/dig/include/dig: dig.h usr.sbin/bind/lib/isc/include/isc: assertions.h error.h platform.h.in Log message: We use __dead for functions that do not return. OK millert CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/09 11:17:20 Modified files: usr.sbin/bind : configure configure.in usr.sbin/bind/bin/dig: dig.c dighost.c host.c nslookup.c usr.sbin/bind/bin/dig/include/dig: dig.h usr.sbin/bind/lib/dns: acache.c acl.c adb.c cache.c compress.c db.c diff.c dispatch.c dnssec.c dst_api.c dst_internal.h dst_parse.c iptable.c journal.c key.c keydata.c master.c masterdump.c message.c name.c ncache.c nsec3.c opensslrsa_link.c peer.c portlist.c rbt.c rbtdb.c rcode.c rdata.c rdataset.c request.c resolver.c rpz.c rriterator.c rrl.c sdb.c sdlz.c soa.c ssu_external.c tcpmsg.c time.c timer.c tkey.c tsig.c ttl.c update.c validator.c view.c xfrin.c zone.c zt.c usr.sbin/bind/lib/dns/include/dns: adb.h bit.h clientinfo.h compress.h db.h dispatch.h dlz_dlopen.h iptable.h journal.h keydata.h master.h message.h peer.h rbt.h rdataset.h resolver.h rpz.h rriterator.h rrl.h sdb.h sdlz.h soa.h tcpmsg.h time.h tkey.h ttl.h types.h update.h view.h zone.h usr.sbin/bind/lib/dns/include/dst: dst.h usr.sbin/bind/lib/dns/rdata/any_255: tsig_250.c tsig_250.h usr.sbin/bind/lib/dns/rdata/ch_3: a_1.c a_1.h usr.sbin/bind/lib/dns/rdata/generic: afsdb_18.h avc_258.h caa_257.c caa_257.h cert_37.h csync_62.h doa_259.c doa_259.h ds_43.h gpos_27.h hinfo_13.h hip_55.c hip_55.h ipseckey_45.c ipseckey_45.h isdn_20.h key_25.h keydata_65533.c keydata_65533.h l32_105.c l32_105.h l64_106.h loc_29.c loc_29.h lp_107.h mx_15.h naptr_35.h nid_104.h nsec3_50.c nsec3_50.h nsec3param_51.c nsec_47.h null_10.h nxt_30.h openpgpkey_61.h opt_41.c opt_41.h rrsig_46.c rrsig_46.h rt_21.h sig_24.c sig_24.h sink_40.c sink_40.h soa_6.c soa_6.h spf_99.h sshfp_44.h tkey_249.h tlsa_52.h txt_16.c txt_16.h unspec_103.h uri_256.h x25_19.c x25_19.h usr.sbin/bind/lib/dns/rdata/hs_4: a_1.c usr.sbin/bind/lib/dns/rdata/in_1: a6_38.c a6_38.h a_1.c apl_42.c apl_42.h kx_36.h nsap_22.h px_26.h srv_33.h wks_11.c wks_11.h usr.sbin/bind/lib/isc: buffer.c crc64.c hash.c httpd.c inet_aton.c lex.c lfsr.c log.c mem.c netaddr.c netscope.c parseint.c portset.c radix.c ratelimiter.c safe.c serial.c sha1.c sha2.c socket_api.c string.c timer.c usr.sbin/bind/lib/isc/include/isc: buffer.h crc64.h fsaccess.h hash.h interfaceiter.h ipv6.h lfsr.h netaddr.h netscope.h parseint.h radix.h ratelimiter.h resource.h serial.h sha1.h sha2.h socket.h string.h timer.h types.h usr.sbin/bind/lib/isc/unix: app.c file.c ifiter_getifaddrs.c ifiter_ioctl.c ifiter_sysctl.c interfaceiter.c socket.c time.c usr.sbin/bind/lib/isc/unix/include/isc: Makefile.in net.h stdtime.h time.h usr.sbin/bind/lib/isccfg: aclconf.c namedconf.c parser.c usr.sbin/bind/lib/isccfg/include/isccfg: aclconf.h cfg.h grammar.h Log message: Use normal int types like int32_t instead of isc_int32_t. OK millert CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/09 11:25:49 Modified files: usr.sbin/bind/bin/dig: nslookup.c Log message: Remove readline support from nslookup. OK millert, deraadt CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/01/09 11:34:08 Added files: bin/ed/test : s4.d s4.r s4.t Removed files: bin/ed/test : s2.err Log message: Rev 1.17 of sub.c removed infinite loop detection from s command. Adapt substitute test to new ed(1) behavior. Note that substitute result from sed(1) is still different. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/01/09 11:42:22 Modified files: regress/bin/ed : Makefile Log message: All ed(1) tests which were disabled before, have been inspected and fixed. Some tests fail due to missing POSIX compliance as documented in the readme. Mark them as expected failures. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2020/01/09 11:54:33 Modified files: sys/kern : sys_pipe.c sys/sys : pipe.h Log message: Replace the global pipe_lock with a more fine-grained lock per pipe pair. One lock per pipe pair is used to guarantee exclusive access to both ends of a pipe. Thanks to millert@ and tedu@ for the feedback and ok visa@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/09 12:11:09 Removed files: usr.sbin/bind/lib/isc/unix/include/isc: int.h Log message: Forgot to remove the file with the weird int type definitions in the previous commit. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/01/09 12:33:19 Modified files: usr.sbin/eeprom: main.c Log message: Zap unused ktent variable in functions There since import, no object change. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/01/09 12:37:56 Modified files: usr.sbin/rdate : ntp.c Log message: Remove unused attempts variable whose probable intended use would have been redundant anyway. No object change. From Artturi Alm CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/09 12:50:35 Modified files: usr.sbin/bind/lib/isc: Makefile.in usr.sbin/bind/lib/isc/include/isc: Makefile.in types.h usr.sbin/bind/lib/isc/unix: Makefile.in socket.c usr.sbin/bind/lib/isc/unix/include/isc: Makefile.in usr.sbin/bind/lib/isccfg: namedconf.c Removed files: usr.sbin/bind/lib/isc/include/isc: interfaceiter.h os.h resource.h usr.sbin/bind/lib/isc/unix: ifiter_getifaddrs.c ifiter_ioctl.c ifiter_sysctl.c interfaceiter.c keyboard.c os.c privsep_fdpass.c resource.c usr.sbin/bind/lib/isc/unix/include/isc: keyboard.h Log message: Remove various unused bits and pieces from lib/isc. Minus 3k lines. Input deraadt OK millert CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/01/09 13:02:09 Modified files: usr.sbin/bind/lib/isc/unix: dir.c Log message: does not need a chroot wrapper; ok florian CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/09 13:43:15 Modified files: mail/exim : Makefile distinfo Log message: update to exim-4.93.0.4, from maintainer Renaud Allard CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/01/09 14:17:01 Modified files: meta/mate : Makefile meta/mate/pkg : PLIST-main Added files: meta/mate/pkg : README-main Log message: Add a README for mate explaining how to start a mate-session and also about system wide dbus requirement ok kn@ "please do" robert@ (maintainer) feedback from sthen@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/01/09 14:30:18 Modified files: usr.sbin/ldomctl: ldomctl.8 Log message: Mention that automatic selection upon "download" is firmware dependent OK kettenis CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/01/09 15:06:23 Modified files: usr.sbin/ldomctl: parse.y Log message: Fail on incomplete guest parameters Each guest needs vcpu and memory, otherwise it is invalid. Each guest also needs at least one of vdisk, vnet or iodevice, otherwise it has nothing to boot from. OK kettenis CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/01/09 15:29:27 Modified files: usr.sbin/tftpd : tftpd.c Log message: resend the current block if the other end acks the previous block again. without this we just bump the timeout, which delays resending the block, which means the client gives up before they get the data. this seems to fix "timeouts" ive had a lot recently with uefi pxe stacks, and fetching firmware images on certain switches, all over busy networks. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/09 16:31:25 Modified files: math/graphviz : Makefile math/graphviz/pkg: PLIST-main Added files: math/graphviz/patches: patch-cmd_Makefile_am patch-configure_ac patch-tests_regression_tests_Makefile_am Removed files: math/graphviz/patches: patch-cmd_dot_Makefile_in patch-configure patch-tclpkg_tclstubs_Makefile_in patch-tests_regression_tests_Makefile_in Log message: Disable the edgepaint tool and ipsepcola, both of which are linking with hardcoded -lstdc++. Fixes builds on arches which don't have gcc in the base system (aarch64 and i386) but may well also avoid some symbol conflicts on all arches. Patch autoconf/automake input files rather than generated files and fix some inconsistent whitespace in port Makefile. ok edd@. (A proper fix would be to modify the build system to use c++ as the linker rather than cc with hardcoded -lstdc++, as suggested in debian/TODO from 2008). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/09 17:24:22 Modified files: net/py-ipaddress: Makefile distinfo net/py-ipaddress/pkg: PLIST Log message: update to py-ipaddress-1.0.23, part of a diff from clematis at insiberia.net (I skipped/modified some of the changes that I think just made things more confusing) CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/09 18:13:19 Modified files: sys/conf : files sys/dev/pci : files.pci share/man/man4 : Makefile eisa.4 isa.4 pci.4 sys/dev/eisa : files.eisa Removed files: sys/dev/pci : dpt_pci.c share/man/man4 : dpt.4 sys/dev/eisa : dpt_eisa.c sys/dev/ic : dpt.c dptreg.h dptvar.h Log message: remove dpt(4) driver for DPT EATA SCSI RAID Not built since 2006, and a mail from 2004 mentions no one having hardware. Unsurprisingly it does not build with clang. ok mlarkin@ krw@ deraadt@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/09 19:03:08 Modified files: sys/dev/pci/drm/amd/amdgpu: df_v3_6.c Log message: drm/amdgpu: add check before enabling/disabling broadcast mode From Guchun Chen 3517664ad07ce796d786082b1f890fcad5e7af47 in linux 4.19.y/4.19.94 6e807535dae5dbbd53bcc5e81047a20bf5eb08ea in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/09 19:06:17 Modified files: sys/dev/pci/drm/amd/amdgpu: gfx_v8_0.c Log message: drm/amdgpu: add cache flush workaround to gfx8 emit_fence From Pierre-Eric Pelloux-Prayer a073ae477701fd19e73e4285199cfc419ebd94b8 in linux 4.19.y/4.19.94 bf26da927a1cd57c9deb2db29ae8cf276ba8b17b in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/09 19:08:51 Modified files: sys/dev/pci/drm/amd/display/dc/core: dc_link.c Log message: drm/amd/display: Fixed kernel panic when booting with DP-to-HDMI dongle From David Galiffi 12fefecbcb4dfefd62995fd0e4cf8f30edd64926 in linux 4.19.y/4.19.94 a51d9f8fe756beac51ce26ef54195da00a260d13 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/09 19:10:59 Modified files: sys/dev/pci/drm: drm_property.c Log message: drm: limit to INT_MAX in create_blob ioctl From Daniel Vetter 85b1e127aa577f7035b998b8c712bb6a36f02b14 in linux 4.19.y/4.19.94 5bf8bec3f4ce044a223c40cbce92590d938f0e9c in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/09 19:13:23 Modified files: sys/dev/pci/drm: drm_dp_mst_topology.c Log message: drm/mst: Fix MST sideband up-reply failure handling From Imre Deak efa13b328e6a0138b1d5d9655c0f00a1dcb17bcd in linux 4.19.y/4.19.94 d8fd3722207f154b53c80eee2cf4977c3fc25a92 in mainline linux CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/01/09 21:10:15 Modified files: sys/dev/ic : pluart.c Log message: pluart(4): timeout_add(9) -> timeout_add_sec(9); ok jsg@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/01/09 21:13:31 Modified files: sys/arch/macppc/dev: xlights.c Log message: xlights(4): timeout_add(9) -> timeout_add_msec(9) There are no units noted here, but macppc is a 100hz platform so it's safe to just assume 2500 milliseconds here. ok jsg@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2020/01/09 23:18:28 Modified files: share/man/man4 : uvideo.4 Log message: Logitech Webcam C920 Pro works fine as tested by a friend of mine. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/09 23:45:27 Modified files: sys/arch/armv7/exynos: exuart.c Log message: timeout_add(9) -> timeout_add_sec(9) ok cheloha@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2020/01/10 01:16:17 Modified files: net/oicb : Makefile distinfo Log message: Update to oicb-1.1.3: another day, another bunch of tweaks. Input from kn@ and krw@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/10 01:37:31 Modified files: distrib/notes/arm64: prep Log message: mention U-Boot files and offsets for Rockchip RK33xx CVSROOT: /cvs Module name: src Changes by: gerhard@cvs.openbsd.org 2020/01/10 02:25:51 Modified files: sys/dev/usb : if_bwfm_usb.c Log message: usbd_request_async() already frees 'xfer' in case of an error ok patrick@ CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2020/01/10 03:04:31 Modified files: net/mattermost-server: Makefile distinfo net/mattermost-server/pkg: PLIST Log message: Update mattermost-server 5.18.0 -> 5.18.1 Changelog: https://docs.mattermost.com/administration/changelog.html CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/01/10 03:33:35 Modified files: sys/kern : vfs_subr.c vfs_syscalls.c sys/nfs : nfs_subs.c nfs_vfsops.c sys/sys : mount.h vnode.h usr.sbin/pstat : pstat.c Log message: Convert the vnode list at the mount point into a tailq. During unmount this list is traversed and the dirty vnodes are flushed to disk. Forced unmount expects that the list is empty after flushing, otherwise the kernel panics with "dangling vnode". As the write to disk can sleep, new vnodes may be inserted. If softdep is enabled, resolving the dependencies creates new dirty vnodes and inserts them to the list. To fix the panic, let insmntque() insert new vnodes at the tail of the list. Then vflush() will still catch them while traversing the list in forward direction. OK tedu@ millert@ visa@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/01/10 04:19:33 Modified files: graphics/libraw: Makefile graphics/libraw/patches: patch-libraw_pc_in Added files: graphics/libraw/patches: patch-libraw_r_pc_in Log message: Avoid bogus linking with libstdc++ Patch libraw_r.pc, used by at least ImageMagick. Amend libraw.pc while here not to include trailing whitespace. Spotted in a report by Pekka Niiranen. ok rsadowski@ (maintainer) on a previous version, debug help, input & ok sthen@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/01/10 04:54:05 Modified files: share/man/man7 : eqn.7 Log message: Document the "delim" syntax and its usage. Closing a gap reported by bentley@, who also sent a patch, but i'm explaining it somewhat differently. While here, remove duplicate information from the text. OK bentley@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/01/10 05:53:50 Modified files: usr.bin/mandoc : cgi.c Log message: Switch off the useless and annoying "autocomplete" feature; issue reported by Tim Baumgard . landry@ and florian@ agree with the general direction. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/01/10 06:22:26 Modified files: usr.sbin/bgpd : rde.c Log message: 'export default-route' still requires an output filter rule to announce the prefix. When reloading the config the export needs to be redone as part of softreconfig out else fixing the filters has no effect and a session reset is required. Note: changing the export setting still needs a session reset OK benno@ CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2020/01/10 06:26:14 ports/math/py-tables Update of /cvs/ports/math/py-tables In directory cvs.openbsd.org:/tmp/cvs-serv90471/py-tables Log Message: Directory /cvs/ports/math/py-tables added to the repository CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2020/01/10 06:28:09 ports/math/py-tables/pkg Update of /cvs/ports/math/py-tables/pkg In directory cvs.openbsd.org:/tmp/cvs-serv58388/pkg Log Message: Directory /cvs/ports/math/py-tables/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2020/01/10 06:30:41 Modified files: math : Makefile Added files: math/py-tables : Makefile distinfo math/py-tables/pkg: DESCR PLIST Log message: Add py-tables 3.6.1, a Python package for managing hierarchical datasets and designed to efficiently and easily cope with extremely large amounts of data. py-tables 3.6.1 is python3 only input and OK sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/10 06:37:47 Modified files: telephony/pjsua: Makefile distinfo telephony/pjsua/pkg: PLIST-main Added files: telephony/pjsua/patches: patch-build_mak_in patch-pjsip_build_Makefile Log message: - update to pjsip/pjsua 2.9 - stop using CC -lstdc++ to link, use CXX instead CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/10 06:39:26 Modified files: www/nginx : Makefile Added files: www/nginx/patches: patch-auto_lib_libgd_conf Log message: - unbreak nginx on ld.bfd arches - gd library detection was failing in configure (another place where it can't find required libraries in /usr/X11R6/lib) - remove bogus LIB_DEPENDS-rtmp, there are no WANTLIB, check-lib-depends is happy ok robert@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/01/10 07:07:06 Modified files: graphics/ImageMagick: Makefile Log message: Bump to force updates after the removal of -lstdc++ in libraw_r.pc ok sthen@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/01/10 07:40:54 Modified files: sysutils/bfs : Makefile distinfo Log message: Update to bfs-1.5.2 Changelog: https://github.com/tavianator/bfs/releases/tag/1.5.2 Add debug packages while here CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/01/10 07:44:53 Modified files: games/julius : Makefile distinfo games/julius/pkg: PLIST Removed files: games/julius/patches: patch-src_platform_julius_c Log message: Update to julius-1.2.0 Changelog: https://github.com/bvschaik/julius/releases/tag/v1.2.0 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/01/10 07:52:57 Modified files: usr.sbin/bgpd : rde_rib.c Log message: Reorder assignements a bit so that all hashed values are together and the refcnt, hash and flags are also grouped. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/01/10 08:01:15 Modified files: misc/feathernotes: Makefile distinfo Log message: Update to feathernotes-0.5.1 Changelog: https://github.com/tsujan/FeatherNotes/releases/tag/V0.5.1 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/01/10 08:03:23 Modified files: math/bcal : Makefile distinfo math/bcal/patches: patch-Makefile patch-bcal_1 Removed files: math/bcal/patches: patch-src_bcal_c Log message: Update to bcal-2.2 Changelog: https://github.com/jarun/bcal/releases/tag/v2.2 CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/01/10 08:20:49 Modified files: usr.bin/mandoc : cgi.c Log message: autocapitalize=none; also from Tim Baumgard CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/01/10 08:49:37 Modified files: sys/kern : kern_event.c sys/sys : eventvar.h Log message: Use atomic operations with kq_refs, to nudge the code toward MP-safety. While here, adjust the IPL of kqueue-related pools to IPL_MPFLOOR. OK bluhm@, anton@, mpi@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/01/10 09:13:08 Modified files: usr.sbin/bind/bin/dig: dig.1 dig.c Log message: Handle documentation of the remaining, more complicated defaults of query options: * Add some missing information and improve some wordings. * List the supported opcodes. * Mention that +nosubnet is valid. * Stop documenting the confusing +noednsflags because it does the same as +ednsflags. Using feedback from florian@ and wording help from jmc@; OK jmc@. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/10 10:25:24 Modified files: net/pure-ftpd : Makefile Log message: bump CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2020/01/10 10:37:36 Modified files: audio : Makefile databases : Makefile devel : Makefile graphics : Makefile net : Makefile security : Makefile sysutils : Makefile textproc : Makefile www : Makefile x11 : Makefile Log message: Build ruby27 FLAVORs of ruby gem ext ports by default CVSROOT: /cvs Module name: src Changes by: jeremy@cvs.openbsd.org 2020/01/10 10:38:58 Modified files: share/man/man5 : ruby-module.5 Log message: Document ruby27 FLAVOR CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2020/01/10 12:01:55 Modified files: usr.bin/sndiod : dev.c Log message: Unbreak channel duplication (aka -j option). Fix from Peter Piwowarski with few tweaks from me. Thanks. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/01/10 13:07:06 Modified files: distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2020/01/10 13:17:45 Modified files: sys/dev : midivar.h Log message: Remove unused MIDI_MAXWRITE macro CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/01/10 16:09:23 Modified files: sys/dev/pci : ubsec.c ubsecvar.h Log message: ubsec(4): timeout_add(9) -> timeout_add_msec(9) The code here caps the polling interval at 10ms. So, rename "sc_rnghz" to the (now) more apt "sc_rngms", set it to 10ms, and replace the timeout_add(9) calls with timeout_add_msec(9) calls. ok bluhm@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/01/10 16:10:38 Modified files: math/kst : Makefile math/kst/patches: patch-src_libkst_math_kst_h Log message: kst: improve the previous fix by adding only functions we need in the global scope. Impacts !clang archs only. Safety REVISION bump needed as kst has been built at least on powerpc (confirmed by sthen@, thanks!). OK rsadowski@ and pirofti@ (who proposed the change) CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/10 16:43:26 Modified files: usr.bin/ssh : ssh-sk-client.c ssh-sk-helper.c ssh-sk.h Log message: pass the log-on-stderr flag and log level through to ssh-sk-helper, making debugging a bit easier. ok markus@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/10 17:56:38 Modified files: sys/dev/pci : files.pci share/man/man4 : Makefile pci.4 sys/conf : files Removed files: sys/dev/pci : sli_pci.c share/man/man4 : sli.4 sys/dev/ic : sli.c slireg.h slivar.h Log message: remove sli(4) This driver was never completed. It only mapped memory and established an interrupt. ok krw@ mlarkin@ dlg@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/01/10 18:18:29 Modified files: sys/dev/fdt : sximmc.c Log message: sximmc(4): tsleep(9) -> tsleep_nsec(9) mpi@ missed this one in the prior commit. probably ok bluhm@ CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2020/01/10 22:45:09 Modified files: lang/rust : Makefile distinfo Log message: lang/rust: update sparc64 bootstrap to use 1.40.0 version CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/01/11 00:26:00 Modified files: net/weechat : Makefile distinfo net/weechat/patches: patch-doc_CMakeLists_txt patch-src_plugins_lua_CMakeLists_txt patch-src_plugins_ruby_CMakeLists_txt patch-tests_CMakeLists_txt net/weechat/pkg: PLIST-lua PLIST-main PLIST-python PLIST-ruby PLIST-tcl Added files: net/weechat/patches: patch-CMakeLists_txt Log message: Update weechat to 2.7 and add some Makefile tweaks Changelog: https://weechat.org/news/108/20191208-Version-2.7 ok abieber zhuk CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/11 00:29:35 Modified files: x11/gnome/desktop: Makefile distinfo Log message: Update to gnome-desktop-3.34.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/11 00:29:53 Modified files: meta/gnome : Makefile Log message: Welcome GNOME 3.34.3! CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/01/11 01:01:09 Modified files: devel/cmake : Makefile distinfo devel/cmake/patches: patch-Modules_CMakeDetermineJavaCompiler_cmake patch-Modules_Compiler_GNU_cmake patch-Modules_FindJNI_cmake patch-Modules_FindOpenMP_cmake patch-Modules_FindPythonInterp_cmake patch-Modules_FindPythonLibs_cmake patch-Source_cmArchiveWrite_cxx patch-Source_cmComputeLinkInformation_cxx patch-Source_cmComputeLinkInformation_h patch-Source_cmGeneratorTarget_cxx patch-Source_cmGlobalGenerator_cxx patch-Source_cmInstallCommand_cxx patch-Source_cmMessenger_cxx patch-Source_cmSystemTools_cxx patch-Source_cmTarget_cxx devel/cmake/pkg: PLIST Removed files: devel/cmake/patches: patch-Modules_FindGTK2_cmake Log message: Update CMake to 3.16.2 CMake 3.16 Release Notes: https://cmake.org/cmake/help/v3.16/release/3.16.html Passed amd64 bulk build by naddy@, thanks! CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/01/11 01:16:18 Modified files: sys/dev/ic : acx.c Log message: acx(4): tsleep(9) -> tsleep_nsec(9); ok claudio@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/01/11 01:23:05 Modified files: sys/dev/pcmcia : if_malo.c Log message: pcmcia(4): malo(4): tsleep(9) -> tsleep_nsec(9) This command response sleep has no units, but in practice it is a 5 second timeout on 100hz platforms. claudio@ notes that waiting 5 seconds for a command response from this hardware is excessive and that the "500" was probably meant to be in milliseconds. But absent a problem he suggests leaving the sleep as-is, so we're keeping the 5 seconds. ok claudio@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/01/11 01:24:08 Modified files: sys/dev/pci/bktr: bktr_tuner.c Log message: bktr(4): one more tsleep(9) -> tsleep_nsec(9) conversion; ok ratchov@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/01/11 02:08:39 Modified files: sys/dev/pci : autri.c Log message: autri(4): tsleep(9) -> tsleep_nsec(9); ok ratchov@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/01/11 02:09:09 Modified files: sys/dev/pci : eap.c Log message: eap(4): tsleep(9) -> tsleep_nsec(9); ok ratchov@ CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2020/01/11 03:13:28 Modified files: net/oicb : Makefile distinfo Log message: Feature update: * Implemented private chat nicknames history. See manpage for details. * Fixed printing of current state upon Ctrl+T. * Private chats are now sticky, allowing to paste multiple lines of text. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/01/11 03:32:16 Modified files: sys/dev/fdt : rkemmcphy.c Log message: The eMMC on my firefly-rk3399 doesn't work reliably when the output tap delay is enabled. So leave those bits alone and use whatever the bootloader set them to. ok patrick@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/01/11 04:30:47 Modified files: sys/dev/i2c : i2c_io.h Log message: Add constants to support block mode. Needed to support SMBus block read and write. ok claudio@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/01/11 04:40:46 Modified files: regress/usr.sbin/ldapd: Makefile Log message: fix .END to not return an error, so that make can actually NOT ignore the error. okay bluhm@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2020/01/11 05:27:39 Modified files: math/graphviz : Makefile Log message: bump after previous CVSROOT: /cvs Module name: src Changes by: cwen@cvs.openbsd.org 2020/01/11 05:43:12 Modified files: share/man/man5 : bsd.port.mk.5 Log message: bsd.port.mk(5): substitute mentions of the retired gcc-4.9 with the current gcc-8.3. OK espie@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/01/11 05:49:46 Modified files: lang/gcc/8 : Makefile Log message: gcc/8: add a comment about syncing bsd.port.mk(5) when ports-gcc version changes. Reworded by and OK espie@, OK pascal@ (maintainer) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/01/11 06:46:39 Modified files: usr.sbin/pkg_add/OpenBSD: AddCreateDelete.pm AddDelete.pm Log message: debug-> pkg-debug defines It's only used for debugging pkgtools, it shouldn't interfere with possible flavors in pkg_create CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/01/11 07:30:24 Modified files: sys/kern : subr_extent.c subr_log.c tty_pty.c Log message: Convert infinite sleeps to tsleep_nsec(9). ok bluhm@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/01/11 09:02:48 Modified files: usr.bin/mandoc : tree.c Log message: Print more tbl(7) details to help debugging: column numbers, options, layout rows, cell types, cell modifiers. CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2020/01/11 09:23:11 Modified files: usr.bin/ssh : sshconnect.c Log message: revise the fix for reversed arguments on expand_proxy_command() Always put 'host' before 'host_arg' for consistency. ok markus@ djm@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/01/11 09:24:33 Modified files: usr.bin/mandoc : tbl_term.c Log message: Fix a logic error: When both the first and the third column are spans, do not use the number of columns of the span starting in column two for the span starting in column zero. With afl, Jan Schreiber found cases where this caused NULL pointer accesses because too many layout cells were consumed. While here, make the code more similar at the three places that iterate over data cells. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/01/11 09:41:30 Modified files: sys/arch/arm64/arm64: copystr.S Log message: fix dup #include from alex naumov CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/11 09:52:27 Log message: import ports/sysutils/perp, from maintainer Jan-Piet Mens, ok kn@ The perp package provides a set of daemons and utilities to reliably start, monitor, log, and control a collection of persistent processes. A "persistent process" is any program intended to be long-running, highly available, and purpose critical. Also known and often described as a "service", a persistent process normally provides some essential, on-demand system service. Programs that serve email, domain name queries, and http requests are all examples of services that are normally run as persistent processes. These are the programs that you want to start at system boot, and to continue running for as long as the system itself. These are the programs you need running in uninterrupted service, day and night, forever and ever. perp helps make sure that they do. Status: Vendor Tag: sthen Release Tags: sthen_20200111 N ports/sysutils/perp/Makefile N ports/sysutils/perp/distinfo N ports/sysutils/perp/pkg/DESCR N ports/sysutils/perp/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/11 09:52:54 Modified files: sysutils : Makefile Log message: +perp CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2020/01/11 10:37:19 Modified files: usr.sbin/ocspcheck: http.c Log message: Set "Content-Type: application/ocsp-request" in ocspcheck(1)'s POSTs, it is required by the RFC and some CAs require it (e.g. sectigo). From daharmasterkor at gmail com, ok jca@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/01/11 11:28:35 Modified files: sysutils/coreutils: Makefile sysutils/coreutils/pkg: PLIST Log message: Add debug packages ok jca@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/01/11 11:35:11 Modified files: www/libmicrohttpd: Makefile distinfo www/libmicrohttpd/pkg: PLIST Log message: Update to libmicrohttpd-0.9.69 ok rsadowski@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/01/11 11:51:54 Modified files: sys/dev : ipmi.c Log message: Make sure we use signed types in the sensor value calculation; 'char' is unsigned on some of our hardware platforms! ok deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/01/11 12:02:15 Modified files: distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/01/11 13:07:40 Modified files: sys/dev/ic : dwiic.c Log message: Implement block mode. Tweak an error message while there. ok claudio@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/11 13:34:15 Modified files: www/chromium : Tag: OPENBSD_6_6 Makefile distinfo www/chromium/patches: Tag: OPENBSD_6_6 patch-chrome_browser_about_flags_cc patch-chrome_browser_flag_descriptions_cc patch-chrome_browser_flag_descriptions_h patch-chrome_browser_ui_views_frame_browser_view_cc patch-ui_compositor_compositor_cc Added files: www/chromium/patches: Tag: OPENBSD_6_6 patch-chrome_browser_memory_details_linux_cc Log message: MFC chromium updates: - unbreak chrome://system by not trying to get the amount of used file descriptors through the metrics code so that a pledge violation is avoided if the sandbox is enabled (which is the default) - update to 79.0.3945.117 (skipping U2F because it needs libfido2 which wasn't in base in 6.6) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/01/11 13:41:34 Modified files: sys/dev/i2c : ipmi_i2c.c Log message: Use block mode for smbus access as required by the IPMI standard and implement multi-block transfers. ok claudio@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/01/11 13:48:13 Modified files: usr.bin/mandoc : tbl_data.c Log message: When autogenerating one layout cell from a data cell just beyond the last layout cell that was explicitly specified, properly initialize the spacing attribute to indicate that the default is to be used. Failing to do so and leaving the spacing at zero in this case caused misformatting when another row further down the table had even more explicitly specified cells. Bug found while trying to write regression tests for tbl_term.c rev. 1.61. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/01/11 13:56:26 Modified files: regress/usr.bin/mandoc/tbl/layout: Makefile shortlines.in shortlines.out_ascii Added files: regress/usr.bin/mandoc/tbl/layout: badspan.in badspan.out_ascii badspan.out_lint Log message: test tbl_term.c rev. 1.61 and tbl_data.c rev. 1.40: incomplete short layout lines followed by longer lines, and spans at the beginning of layout lines CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/01/11 14:30:00 Modified files: sys/dev/pv : xenstore.c Log message: xenstore: *sleep(9) -> *sleep_nsec(9); ok mikeb@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/01/11 14:34:04 Modified files: sys/dev/pci : hifn7751.c hifn7751var.h Log message: hifn(4): timeout_add(9) -> timeout_add_msec(9) The idea here is to poll no faster than 100 times a second. So rename "sc_rnghz" to "sc_rngms" and set it to 10ms, then switch from timeout_add(9) to timeout_add_msec(9). ok bluhm@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/01/11 14:38:11 Modified files: sys/dev/ic : ami.c Log message: ami(4): msleep(9) -> msleep_nsec(9); ok kn@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/01/11 14:53:01 Modified files: emulators/ppsspp: Makefile Log message: ppsspp does not support big endian archs, add appropriate NOT_FOR_ARCHS. Future ppsspp version may provide some powerpc support at least. OK jca@, OK bentley@ (maintainer) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/01/11 15:31:25 Modified files: sys/dev/usb : usbdevs Log message: add SIERRA MC7700 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/01/11 15:37:50 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/01/11 15:43:15 Modified files: sys/dev/usb : umsm.c Log message: MC7700 works as umsm CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/11 16:21:09 Modified files: www/youtube-dl : Makefile distinfo Log message: update to youtube-dl 2020.01.01, fixes soundcloud CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2020/01/11 16:44:13 Modified files: net/oicb : Makefile distinfo Log message: Update to 1.2.1, history-related fixes CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/01/11 17:01:12 Modified files: sys/kern : kern_synch.c share/man/man9 : tsleep.9 Log message: *sleep_nsec(9): sleep *at least* the given number of nanoseconds The *sleep(9) interfaces are challenging to use when one needs to sleep for a given minimum duration: the programmer needs to account for both the current tick and any integer division when converting an interval to a count of ticks. This sort of input conversion is complicated and ugly at best and error-prone at worst. This patch consolidates this conversion logic into the *sleep_nsec(9) functions themselves. This will allow us to use the functions at the syscall layer and elsewhere in the kernel where guaranteeing a minimum sleep duration is of vital importance. With input from bluhm@, guenther@, ratchov@, tedu@, and kettenis@. Requested by mpi@ and kettenis@. Conversion algorithm from mpi@. ok mpi@, kettenis@, deraadt@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/01/11 23:59:31 Modified files: net/hexchat : Makefile distinfo net/hexchat/pkg: PLIST Removed files: net/hexchat/patches: patch-src_common_meson_build Log message: Update to hexchat-2.14.3 Changelog: https://hexchat.readthedocs.io/en/latest/changelog.html kn@: "Go for it" CVSROOT: /cvs Module name: src Changes by: inoguchi@cvs.openbsd.org 2020/01/12 00:11:13 Modified files: lib/libcrypto/evp: p5_crpt.c Log message: Avoid leak in error path of PKCS5_PBE_keyivgen ok jsing@ tb@ CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2020/01/12 02:16:57 Modified files: sys/kern : sys_pipe.c Log message: Get rid of redundant parenthesis. ok millert@ ratchov@ visa@ CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2020/01/12 02:18:39 Modified files: sys/kern : sys_pipe.c Log message: condense comment CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2020/01/12 02:19:54 Modified files: sys/sys : pipe.h Log message: tweak locking comment CVSROOT: /cvs Module name: src Changes by: cwen@cvs.openbsd.org 2020/01/12 04:34:33 Modified files: share/man/man5 : bsd.port.mk.5 Log message: bsd.port.mk(5): remove ports-gcc minor version, it's enough to differentiate it from base-gcc, and we won't have to change the manpage for every ports-gcc minor update. Proposed by and OK sthen@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/01/12 04:37:28 Modified files: lang/gcc : Makefile lang/gcc/8 : Makefile Log message: gcc: move comment about syncing bsd.port.mk(5) when the ports-gcc major version changes from gcc/8/Makefile to gcc/Makefile. Proposed by and OK sthen@ CVSROOT: /cvs Module name: ports Changes by: mglocker@cvs.openbsd.org 2020/01/12 04:59:17 Log message: import ports/devel/64tass, ok juanfra@ 64tass is a cross-assembler which is nearly 100% compatible with the original `Turbo Assembler', targeting the 65xx series of micro processors. It supports most of the features of the original `Turbo Assembler Macro'. Features: - Open source portable C with minimal dependencies. - Familiar syntax to Omicron TASS and TASM. - Supports 6502, 65C02, R65C02, W65C02, 65CE02, 65816, DTV, 65EL02, 4510. - Arbitrary-precision integers and bit strings, double precision floating point numbers. - Character and byte strings, array arithmetic. - Handles UTF-8, UTF-16 and 8 bit RAW encoded source files, Unicode character strings. - Supports Unicode identifiers with compatibility normalization and optional case insensitivity. - Built-in "linker" with section support. - Various memory models, binary targets and text output formats (also Hex/S-record). - Assembly and label listings available for debugging or exporting. - Conditional compilation, macros, structures, unions, scopes. Status: Vendor Tag: mglocker Release Tags: mglocker_20200112 N ports/devel/64tass/distinfo N ports/devel/64tass/Makefile N ports/devel/64tass/pkg/PLIST N ports/devel/64tass/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/01/12 09:55:00 Modified files: sys/arch/arm/arm: cpu.c sys/arch/arm/include: cpu.h Log message: Implement cpu_kick() and cpu_unidle(). CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/01/12 10:25:37 Modified files: security/scrypt: Makefile Added files: security/scrypt/patches: patch-lib_util_memlimit_c Log message: Do not allow scrypt to ignore RLIMIT_DATA scrypt estimates the amount of available RAM, and ignores RLIMIT_DATA on systems which have mmap. From tedu@ (http://mail.tarsnap.com/scrypt/msg00263.html): "...this is the wrong thing to do for OpenBSD. On OpenBSD, rlimit_data is applied to anonymous mmap (since that's now the heap) for consistency. RLIMIT_RSS is a vestigal do nothing define." Issue is fixed by reverting https://github.com/Tarsnap/scrypt/commit/2b478e7ce590a6564d89417ddad4f3dd4bbdcaf6 While here set COMPILER and COMPILER_LANGS to fix building on sparc64 and powerpc (from kmos@, and tested by kmos@ and cwen@). OK cwen@, "patch looks good to me" tedu@ CVSROOT: /cvs Module name: ports Changes by: mglocker@cvs.openbsd.org 2020/01/12 11:11:43 Modified files: devel : Makefile Log message: +64tass CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/01/12 13:20:20 Modified files: usr.bin/tmux : tty-keys.c Log message: Loop over all DA features, don't skip the first. CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2020/01/12 13:51:08 Modified files: usr.bin/systat : engine.c engine.h main.c systat.1 Log message: Add support for human readable numbers where applicable. OK stsp@ and bluhm@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/01/12 14:07:07 Modified files: usr.bin/tmux : format.c tmux.1 tmux.h tty-keys.c tty-term.c tty.c Log message: The terminal type was never as much use as I expected so remove it in favour of a couple of flags for the features used (DECSLRM and DECFRA). Also rename the flag for no xenl to be more obvious while here. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/01/12 15:00:20 Modified files: usr.bin/tmux : tty-keys.c tty.c Log message: Detect iTerm2 and enable DECSLRM. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/01/12 15:00:23 Modified files: sys/dev/fdt : amlclock.c Log message: Add thermal sensor clock. CVSROOT: /cvs Module name: ports Changes by: zhuk@cvs.openbsd.org 2020/01/12 16:50:55 Modified files: net/oicb : Makefile distinfo Log message: Update to 1.2.2 (hopefully, for long time now); changes are: * Allow non-alphanumeric command names, e.g. '/?'. * Fix group list formatting. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/01/13 00:51:56 Modified files: usr.bin/tmux : cmd-send-keys.c input-keys.c tmux.h window.c Log message: Treat plausible but invalid keys (like C-BSpace) as literal like any other unrecognised string passed to send-keys. Reported by Anthony Sottile in GitHub issue 2049. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/01/13 01:12:53 Modified files: usr.bin/tmux : tmux.h tty-keys.c tty.c Log message: Be more specific in the DSR we are looking for so it doesn't get confused with mouse sequences. Also set a flag and don't bother checking for it if we have already seen it (same for DA), and don't check if we never asked for it. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2020/01/13 01:20:51 Modified files: x11/libxdg-basedir: Makefile x11/libxdg-basedir/patches: patch-src_basedir_c Log message: Backport an overflow fix from upstream. This fixes crashes in some consumers such as openttd (vm.malloc_conf=S). CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/01/13 02:29:41 Modified files: usr.sbin/ldomctl: ldom.conf.5 Log message: Add BUGS section for hypervisor memory requirement The hypervisor transparently allocates memory it needs, but the specific amount is machine dependent and not always documented or known. Mention these details to prevent users from overcommitting memroy in their configuration. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/01/13 02:51:52 Modified files: sys/kern : kern_timeout.c Log message: Raise ipl of the softclock thread to IPL_SOFTCLOCK. This prevent the soft-interrupt to run in-between of timeouts executed in a thread context. ok kettenis@, visa@ CVSROOT: /cvs Module name: src Changes by: phessler@cvs.openbsd.org 2020/01/13 02:57:25 Modified files: sys/net80211 : ieee80211_ioctl.c Log message: When we change attributes for a join essid, we should apply the change immediately instead of waiting to (randomly) switch away and switch back. Found by martijn@ OK stsp@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/01/13 03:01:24 Modified files: sys/dev/usb : uthum.c Log message: Convert to tsleep_nsec(9). ok kettenis@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/01/13 03:17:09 Modified files: sys/arch/armv7/stand/efiboot: conf.c disk.h efiboot.c efidev.c efidev.h Log message: Add the capability to boot from another block device than the one that efiboot was loaded from. Code taken from arm64 with softraid support dropped for now. ok jsg@ CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2020/01/13 03:32:33 Modified files: sysutils/u-boot: Makefile sysutils/u-boot/patches: patch-configs_firefly-rk3399_defconfig Log message: Enable reading the cpuid from e-fuse on firefly-rk3399, which in turn enables the code that assigns a (static) MAC address to the ethernet interface. To be submitted upstream. ok jsg@, kurt@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/13 04:27:09 Modified files: mail/thunderbird-i18n: Makefile.inc distinfo mail/mozilla-thunderbird: Makefile distinfo Removed files: mail/mozilla-thunderbird/patches: patch-third_party_rust_bindgen_src_ir_analysis_has_vtable_rs patch-third_party_rust_bindgen_src_ir_analysis_sizedness_rs patch-third_party_rust_bindgen_src_ir_derive_rs Log message: Update to thunderbird 68.4.1. See https://www.thunderbird.net/en-US/thunderbird/68.4.1/releasenotes/ Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2020-04/ CVSROOT: /cvs Module name: www Changes by: pamela@cvs.openbsd.org 2020/01/13 04:46:52 Modified files: . : hackathons.html Added files: images/hackathons: u2k20-s.gif u2k20.gif Log message: u2k20 hackathon begins CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/01/13 04:59:21 Modified files: usr.bin/tmux : tmux.h tty.c Log message: Stop handling DA and DSR after a second (they should be the first thing sent) so this should be plenty. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/01/13 06:11:31 Modified files: usr.sbin/pkg_add/OpenBSD: PkgCreate.pm Log message: nit, use "fatal" with parameters as intended CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/01/13 06:27:25 Modified files: sys/arch/armv7/exynos: exiic.c Log message: Kill dead code. ok patrick@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/01/13 06:28:40 Modified files: sys/dev/fdt : imxiic.c Log message: Kill dead code. ok patrick@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/01/13 06:30:00 Modified files: sys/dev/fdt : imxesdhc.c Log message: Timeouts are all specified in multiple of `hz' so define them in term of seconds and use tsleep_nsec(9). ok patrick@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/01/13 06:30:42 Modified files: sys/arch/armv7/omap: ommmc.c Log message: Timeouts are all specified in multiple of `hz' so define them in term of seconds and use tsleep_nsec(9). ok patrick@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/01/13 06:32:17 Modified files: sys/arch/armv7/omap: ti_iic.c Log message: Convert to tsleep_nsec(9), while here fix a bug where the value specified in ticks was meant to be in msecs. Pointed out by and ok patrick@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/01/13 06:48:20 Modified files: usr.bin/make : gnode.h parse.c Log message: document special values. unconfuse type/special field (first commit of a large patch that was ok'd tb@, millert@) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/01/13 06:50:41 Modified files: usr.bin/make : parse.c targ.c targ.h Log message: tweak special node creation to be simpler: nodes created for special keywords are created exactly once, so they don't need to be looked up to check whether they exist or not. Go thru a Targ_mk_node internal with all the special fields, and note the special nodes are the only one with special values in there CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/01/13 06:54:44 Modified files: usr.bin/make : arch.c buf.c buf.h parse.c Log message: introduce a "Buf_Reinit" function for handling static buffers that can be reused throughout running make. Instead of recreating buffers of dubious appropriate size, have one single buffer for various stages of parsing. CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/01/13 06:57:19 Modified files: sys/kern : kern_event.c Log message: Allocate kqueue instance outside fdplock to avoid sleeping with the lock held. This also shortens the critical section. Prompted by and OK anton@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/01/13 06:59:24 Modified files: usr.bin/make : gnode.h parse.c Log message: a lot of special keywors (.INCLUDE/.LIBRARIES) were removed a few releases ago. Document what's actually going on with special keywords (mostly .PATH has special semantics) and document that SPECIAL_NOTHING corresponds to ignoring former keywords. CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/01/13 07:01:18 Modified files: sys/kern : syscalls.master Log message: Unlock a tiny part of the kqueue subsystem: kqueue(2). Tested by and OK anton@ OK mpi@, kettenis@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/01/13 07:02:24 Modified files: sys/kern : init_sysent.c syscalls.c sys/sys : syscall.h syscallargs.h Log message: regen CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/01/13 07:03:12 Modified files: usr.bin/make : parse.c suff.c suff.h Log message: move documentation around to be more specific to suff.c Rename Suff_ClearSuffixes to the more explicit Suff_DisableAllSuffixes which describes accurately what this function actually does. remove outdated comments about .INCLUDE/.LIBS CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/01/13 07:05:21 Modified files: usr.bin/make : Makefile make.c suff.c suff.h Added files: usr.bin/make : expandchildren.c expandchildren.h Log message: move a large chunk of suff.c into its own file (independent functions which are not really directly related to suffix handling), so that I can eventually understand how this whole thing works. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/01/13 07:07:35 Modified files: usr.bin/make : dump.c gnode.h parse.c suff.c Log message: concept borrowed from netbsd: turns out SPECIAL_SOURCE/TARGET is no longer needed, because if we're special it's a target, if we have special_op, it's a source. There's just SPECIAL_WAIT which requires funny handling anyhow CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/01/13 07:14:24 Modified files: usr.bin/make : engine.c job.c Log message: move expensive heuristics a bit and explain better why we do that in that error case. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/01/13 07:15:21 Modified files: usr.bin/make : engine.c Log message: and actually comment about it CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/13 07:25:51 Modified files: www/py-httpie : Makefile distinfo www/py-httpie/pkg: PLIST Log message: update to httpie 2.0.0, from wen heping, ok Paco Esteban (maintainer) use MODPY_PYTEST CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/01/13 07:51:50 Modified files: usr.bin/make : engine.c extern.h job.c job.h main.c main.h parse.c Log message: simplify the way we account for different jobs: - have a simple variable "sequential" that counts whether we are running more than one job (for the expensive heuristics) - don't expose various things globally, just have a set_noparallel() for the parser - preallocate exactly enough job structures and record them in availableJobs - keep one job on the side for .INTERRUPT CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/01/13 07:57:00 Modified files: usr.bin/make : engine.c engine.h job.c Log message: better name for function CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/01/13 07:58:38 Modified files: regress/lib/libc/setjmp-fpu: Makefile _setjmp.c setjmp-fpu.c setjmp.c sigsetjmp.c Removed files: regress/lib/libc/setjmp-fpu: main.c Log message: Split setjmp-fpu regress into separate tests. Use errx(3) to explain potential problems. Regress still failing on amd64. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/01/13 08:00:59 Modified files: usr.bin/make : job.c Log message: remove_job no longer pulls its weight CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/01/13 08:05:18 Modified files: usr.bin/make : job.c Log message: zap more unneeded indirection, may_continue_job is enough CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/01/13 08:08:08 Modified files: usr.bin/make : engine.h Log message: cleanup header CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/01/13 08:12:58 Modified files: usr.bin/make : engine.c engine.h job.c Log message: introduce a JOB_KEEPERROR flag so that the logic for moving jobs to availableJobs/errorJobs happens just once CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/01/13 08:15:17 Modified files: usr.bin/make : engine.c make.c make.h Log message: less confusing function name CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/01/13 08:19:04 Modified files: usr.bin/make : job.c job.h main.c Log message: make things more complex so that they can become simpler: in the compatMake case, we still get into handle_all_running_jobs in case of a fatal signal and at the end. Pass compatMake around to job.c so that it will *not* run parallel make code in the sequential make case, thus actually making sure both engines are separate. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/01/13 08:24:31 Modified files: usr.bin/make : compat.c engine.c job.c job.h make.c Log message: unify compat mode and parallelmode a bit: there's no longer a need for handle_one_job, always go thru Job_Make now. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/01/13 08:35:57 Modified files: regress/lib/libc: Makefile regress/lib/libc/locale: Makefile Log message: Link forgotten libc tests to the build. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/01/13 08:41:53 Modified files: usr.bin/make : Makefile compat.c compat.h job.c job.h main.c make.c make.h suff.c targ.c targ.h Added files: usr.bin/make : enginechoice.c enginechoice.h Log message: make the choice of engine explicit simplify the running of .BEGIN/.END so that they pass through the engine first (so they can now have dependencies). Error out properly if .BEGIN/.END fails. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/01/13 08:53:14 Modified files: usr.bin/make : job.c Log message: forgot gc'ing one function CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/01/13 08:55:57 Modified files: usr.bin/make : job.c Log message: proper prototype CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/01/13 09:01:47 Modified files: usr.bin/make : job.h Log message: forgot to remove Job_Begin/Job_End CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/01/13 09:03:44 Modified files: usr.bin/make : job.c Log message: move function around to minimize conflicts CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/01/13 09:17:33 Modified files: sys/dev/usb : xhci.c Log message: Ensure XHCI_SCTX_DCI() always contains a valid number, i.e. the DCI of the highest active endpoint context. Don't zap other fields when setting XHCI_SCTX_DCI(). Fixes (at least) Etron EJ168 USB 3.0 Host Controllers vs USB 2 devices. Inspired by hselasky FreeBSD revision 243780. Feedback from kn@, ok beck@ (previous iteration) patrick@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/01/13 09:51:04 Modified files: regress/lib/libc/wprintf: wfp.c Log message: Fix printf compiler warnings in wfp regress. Convert wchar to a printable error message when failing. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/01/13 10:06:56 Modified files: regress/lib/libc/sys: Makefile Log message: Make clean should not require SUDO. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/01/13 10:53:32 Modified files: sysutils/nnn : Makefile distinfo sysutils/nnn/pkg: PLIST Removed files: sysutils/nnn/patches: patch-nlay Log message: Update to nnn-2.8.1 Changelog: https://github.com/jarun/nnn/blob/v2.8.1/CHANGELOG From Martin Ziemer who also takes MAINTAINER. Thank you! CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2020/01/13 11:05:10 Modified files: lib/libc/stdlib: getopt_long.3 Log message: Document how to make getopt_long(3) process arguments in order and stop at the first non-option argument. I had to read source code to figure it out. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/01/13 12:31:41 Modified files: editors/featherpad: Makefile distinfo editors/featherpad/pkg: PLIST Log message: Update to featherpad-0.12.1 Changelog: https://github.com/tsujan/FeatherPad/releases/tag/V0.12.1 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/01/13 12:55:52 Modified files: net/litecoin : Makefile net/litecoin/pkg: DESCR PLIST Log message: Add no_x11 documentation and remove unnecessary debug flavor. Spotted by espie@ Thanks CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/01/13 12:56:39 Modified files: net : Makefile Log message: Hook litecoin,no_x11 CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/01/13 12:57:20 Modified files: sys/dev/pci : mpii.c Log message: Unifdef WWN quirk I committed the last revision under #ifdef sparc64 to make extra sure not to break platforms/setups I couldn't test. Now that deraadt and kettenis both expressed how this should really be MI and noone came up with a good reason to keep this sparc64 specific, I'm confident enough to remove the #ifdef. OK kettenis CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/01/13 12:59:26 Modified files: net/bitcoin : Makefile distinfo net/bitcoin/patches: patch-configure_ac patch-src_wallet_db_cpp net/bitcoin/pkg: DESCR PLIST Log message: Update bitcoin to 0.19.0.1 - Add no_x11 documentation and remove unnecessary debug flavor. - Changelog: https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.19.0.1.md CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/13 15:31:02 Modified files: mail/mutt : Makefile distinfo Removed files: mail/mutt/patches: patch-mutt_ssl_c patch-mutt_ssl_gnutls_c Log message: update to mutt-1.13.3 CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2020/01/13 19:48:51 Modified files: lib/libcrypto : opensslv.h Log message: bump to 3.1.0 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/13 23:44:38 Modified files: geo/py-owslib : Makefile distinfo Log message: Update to py-owslib 0.19.0, adds support for WFS3/OGC API Features CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/13 23:50:42 Modified files: x11/xfce4/xfce4-settings: Makefile distinfo Log message: Update to xfce4-settings 4.14.2. See https://mail.xfce.org/pipermail/xfce-announce/2020-January/000813.html CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/13 23:51:07 Modified files: x11/xfce4/xfce4-session: Makefile distinfo Log message: Update to xfce4-session 4.14.1. See https://mail.xfce.org/pipermail/xfce-announce/2020-January/000812.html CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/13 23:51:45 Modified files: x11/xfce4/xfce4-panel: Makefile distinfo x11/xfce4/xfce4-panel/pkg: PLIST Log message: Update to xfce4-panel 4.14.3. See https://mail.xfce.org/pipermail/xfce-announce/2020-January/000814.html and https://mail.xfce.org/pipermail/xfce-announce/2020-January/000815.html CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/13 23:52:10 Modified files: x11/xfce4/xfdesktop: Makefile distinfo x11/xfce4/xfdesktop/pkg: PLIST Log message: Update to xfdesktop 4.14.2. See https://mail.xfce.org/pipermail/xfce-announce/2020-January/000816.html CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/13 23:54:15 Modified files: security/nss : Makefile distinfo Log message: Update to nss 3.49.1. See https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.49.1_release_notes Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1606992 CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/01/14 01:17:09 Modified files: sys/ufs/ffs : ffs_softdep.c Log message: Convert custom semaphores to tsleep_nsec(9). ok bluhm@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/01/14 01:52:18 Modified files: sys/kern : kern_sig.c sys_futex.c kern_synch.c sys/sys : time.h Log message: Introduce TIMESPEC_TO_NSEC() and use it to convert userland facing tsleep(9) to tsleep_nsec(9). ok bluhm@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/01/14 02:56:35 Modified files: math/p5-Math-GMP: Makefile distinfo math/p5-Math-GMP/patches: patch-Makefile_PL math/p5-Math-GMP/pkg: PLIST Log message: Update to p5-Math-GMP-2.19, from wen heping. CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/01/14 04:06:26 src/regress/sbin/iked/live Update of /cvs/src/regress/sbin/iked/live In directory cvs.openbsd.org:/tmp/cvs-serv57631/live Log Message: Directory /cvs/src/regress/sbin/iked/live added to the repository CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/01/14 04:16:36 Added files: regress/sbin/iked/live: Makefile iked.in Log message: Add live test for simple ikev2 handshake and encrypted ping between two remote hosts. The hosts must be specified with SSHRIGHT and SSHLEFT, the IPsec gateway IPs with the LEFTGW and RIGHTGW environment variables. ok bluhm@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/14 04:39:41 Modified files: devel/meson : Makefile distinfo meson.port.mk devel/meson/patches: patch-mesonbuild_build_py devel/meson/pkg: PLIST Removed files: devel/meson/patches: patch-mesonbuild_compilers_compilers_py Log message: Update to meson-0.53.0. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/14 04:41:11 Modified files: graphics/ImageMagick: Makefile distinfo graphics/ImageMagick/pkg: PLIST Log message: update to ImageMagick-6.9.10-86 CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2020/01/14 06:57:21 Modified files: security/sqlmap: Makefile distinfo Log message: Update for SQLMap to 1.4 diff from som at nom dot dynu dot net Thanks CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/14 07:05:23 Modified files: geo/gdal : Makefile distinfo geo/gdal/pkg : PLIST-main PLIST-perl PLIST-python Log message: Update to gdal 3.0.3. See https://github.com/OSGeo/gdal/blob/v3.0.3/gdal/NEWS While here annotate PLIST with @so/@static-lib CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2020/01/14 08:07:30 Modified files: usr.bin/ssh : ssh-keygen.1 ssh-keygen.c Log message: sync ssh-keygen.1 and ssh-keygen's usage() with each other and reality ok markus@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/01/14 08:59:28 Modified files: print/htmldoc : Makefile distinfo print/htmldoc/patches: patch-Makedefs_in Removed files: print/htmldoc/patches: patch-htmldoc_htmlsep_cxx Log message: Update to htmldoc-1.9.7. CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2020/01/14 09:28:56 Modified files: x11/xdotool : Makefile Log message: debug package for x11/xdotool CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2020/01/14 09:50:13 Modified files: www/ruby-unicorn: Makefile distinfo www/ruby-unicorn/pkg: PLIST Log message: Update to unicorn 5.5.2 Update HOMEPAGE. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/01/14 09:56:32 Modified files: sys/arch/arm64/conf: GENERIC sys/dev/fdt : files.fdt Added files: sys/dev/fdt : amltemp.c Log message: Add amltemp(4), a driver for the temperature sensors on various Amlogic SoCs. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/01/14 10:00:36 Modified files: share/man/man4 : Makefile Added files: share/man/man4 : amltemp.4 Log message: amltemp(4) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/01/14 10:41:34 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/01/14 10:53:05 Modified files: www/mozilla-firefox: Tag: OPENBSD_6_6 Makefile distinfo www/mozilla-firefox/files: Tag: OPENBSD_6_6 all-openbsd.js www/mozilla-firefox/patches: Tag: OPENBSD_6_6 patch-storage_mozStorageConnection_cpp www/mozilla-firefox/pkg: Tag: OPENBSD_6_6 PLIST README Added files: www/mozilla-firefox/files: Tag: OPENBSD_6_6 pledge.content pledge.gpu pledge.main unveil.content unveil.gpu unveil.main www/mozilla-firefox/patches: Tag: OPENBSD_6_6 patch-nsprpub_pr_src_linking_prlink_c patch-security_nss_lib_freebl_pqg_c patch-taskcluster_docker_firefox-snap_firefox_desktop patch-third_party_rust_slice-deque_src_mirrored_linux_rs patch-third_party_rust_slice-deque_src_mirrored_mod_rs patch-toolkit_modules_subprocess_subprocess_worker_unix_js Removed files: www/mozilla-firefox/files: Tag: OPENBSD_6_6 firefox.desktop www/mozilla-firefox/patches: Tag: OPENBSD_6_6 patch-gfx_skia_skia_src_core_SkCpu_cpp patch-js_src_jit_ProcessExecutableMemory_cpp patch-old-configure Log message: Update to firefox-72.0.1 tested by many on amd64, thank you hints from sthen@ help and "ok if it works" from landry@ CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2020/01/14 12:00:28 Modified files: devel/got : Makefile distinfo Log message: update to got 0.25 - fix suspending and resuming tog with Ctrl-Z and fg (reported by naddy@) - fix 'tog tree' usage displayed in error case (patch by naddy@) - support Git-style "lightweight" tags as arguments for 'got diff' - handle Git-style "lightweight" tags in got tag -l - make got and tog accept a --version argument (prompted by tedu@) - add -E option to 'got checkout' allowing use of a non-empty work tree path - make 'tog log PATH' fail when a non-existent path is specified - fix out of bounds access (patch by Martin ) - fix switching to tog's tree view when logging a path (reported by naddy@) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/01/14 13:43:20 Modified files: sys/arch/arm64/conf: GENERIC sys/dev/fdt : files.fdt Added files: sys/dev/fdt : amlsm.c Log message: Add amlsm(4), a driver for the "secure monitor" firmware interface. For now, this driver fetches the "chip id" and feeds this as entropy to the kernel's random subsystem. CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2020/01/14 13:48:57 Modified files: usr.sbin/httpd : server_http.c Log message: Pick the value for "max requests number" from the correct server {} section in the config, by moving the code down where the Host: header has been read and the correct server configuration selected. Note that it may not be that useful to have this option per server, because it is valid to send requests with different Host: headers over the same tcp connection. problem noted and diff from Tracey Emery, thanks! ok florian@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/01/14 13:49:01 Modified files: lib/libXt : COPYING ChangeLog Makefile.am Makefile.in aclocal.m4 compile config.h.in configure configure.ac test-driver lib/libXt/include/X11: ConvertI.h CreateI.h InitialI.h Intrinsic.h IntrinsicI.h IntrinsicP.h ShellP.h TranslateI.h lib/libXt/man : XtAddActions.man XtAddCallback.man XtAddEventHandler.man XtAddExposureToRegion.man XtAddGrab.man XtAddInput.man XtAllocateGC.man XtAppAddActionHook.man XtAppAddActions.man XtAppAddBlockHook.man XtAppAddConverter.man XtAppAddInput.man XtAppAddSignal.man XtAppAddTimeOut.man XtAppAddWorkProc.man XtAppCreateShell.man XtAppError.man XtAppErrorMsg.man XtAppGetErrorDatabase.man XtAppGetSelectionTimeout.man XtAppInitialize.man XtAppLock.man XtAppNextEvent.man XtAppReleaseCacheRefs.man XtAppSetExitFlag.man XtAppSetFallbackResources.man XtAppSetTypeConverter.man XtBuildEventMask.man XtCallAcceptFocus.man XtCallActionProc.man XtCallCallbacks.man XtClass.man XtConfigureWidget.man XtConvert.man XtConvertAndStore.man XtCreateApplicationContext.man XtCreateApplicationShell.man XtCreatePopupShell.man XtCreateSelectionRequest.man XtCreateWidget.man XtCreateWindow.man XtDisplay.man XtDisplayInitialize.man XtDisplayStringConversionWarning.man XtDisplayToApplicationContext.man XtError.man XtErrorMsg.man XtFindFile.man XtGetActionKeysym.man XtGetActionList.man XtGetApplicationNameAndClass.man XtGetApplicationResources.man XtGetClassExtension.man XtGetDisplays.man XtGetErrorDatabase.man XtGetGC.man XtGetKeyboardFocusWidget.man XtGetKeysymTable.man XtGetResourceList.man XtGetSelectionParameters.man XtGetSelectionRequest.man XtGetSelectionTimeout.man XtGetSelectionValue.man XtGetSelectionValueIncremental.man XtGetSubresources.man XtGrabKey.man XtHooksOfDisplay.man XtInitialize.man XtInitializeWidgetClass.man XtInsertEventTypeHandler.man XtLastEventProcessed.man XtMakeGeometryRequest.man XtMalloc.man XtManageChildren.man XtMapWidget.man XtName.man XtNameToWidget.man XtNextEvent.man XtOffset.man XtOpenApplication.man XtOwnSelection.man XtParent.man XtParseAcceleratorTable.man XtParseTranslationTable.man XtPopdown.man XtPopup.man XtProcessLock.man XtQueryGeometry.man XtRealizeWidget.man XtRegisterDrawable.man XtRegisterGrabAction.man XtReservePropertyAtom.man XtResolvePathname.man XtSessionGetToken.man XtSetArg.man XtSetKeyTranslator.man XtSetKeyboardFocus.man XtSetLanguageProc.man XtSetMultiClickTime.man XtSetSelectionParameters.man XtSetSensitive.man XtSetValues.man XtSetWMColormapWindows.man XtStringConversionWarning.man XtToolkitThreadInitialize.man XtTranslateCoords.man XtVaCreateArgsList.man lib/libXt/specs: CH01.xml CH02.xml CH03.xml CH04.xml CH05.xml CH06.xml CH07.xml CH08.xml CH09.xml CH10.xml CH11.xml CH12.xml CH13.xml Makefile.in acknowledgement.xml appA.xml appB.xml appC.xml appD.xml appE.xml appF.xml intrinsics.xml preface.xml lib/libXt/src : ActionHook.c Alloc.c Callback.c Composite.c Convert.c Converters.c Core.c Create.c Destroy.c Display.c Error.c Event.c EventUtil.c Functions.c GCManager.c Geometry.c GetResList.c GetValues.c Hooks.c Initialize.c Intrinsic.c Keyboard.c Makefile.am Makefile.in Manage.c NextEvent.c Object.c PassivGrab.c Pointer.c Popup.c ResConfig.c Resources.c Selection.c SetSens.c SetValues.c Shell.c TMaction.c TMgrab.c TMkey.c TMparse.c TMprint.c TMstate.c Threads.c VarCreate.c VarGet.c Varargs.c lib/libXt/util : Makefile.am Makefile.in makestrs.c Added files: lib/libXt : README.md lib/libXt/specs: libXt.ent.in Removed files: lib/libXt : README Log message: Update to libXt 1.2.0. Tested by tb@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/01/14 13:49:33 Modified files: app/xauth : ChangeLog Makefile.am Makefile.in aclocal.m4 compile config.h.in configure configure.ac process.c test-driver Added files: app/xauth : README.md Removed files: app/xauth : README Log message: Update to xauth 1.1 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/01/14 13:50:06 Modified files: app/xhost : ChangeLog Makefile.am Makefile.in aclocal.m4 config.h.in configure configure.ac xhost.c Added files: app/xhost : README.md Removed files: app/xhost : README Log message: Update to xhost 1.0.8 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/01/14 13:51:25 Modified files: app/viewres : ChangeLog Makefile.am Makefile.in aclocal.m4 configure configure.ac viewres.c Added files: app/viewres : README.md Removed files: app/viewres : README Log message: Update to viewres 1.0.6 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/01/14 13:52:17 Modified files: app/fonttosfnt : ChangeLog Makefile.am Makefile.in compile configure configure.ac fonttosfnt.c read.c struct.c util.c app/fonttosfnt/man: fonttosfnt.man Added files: app/fonttosfnt : README.md Removed files: app/fonttosfnt : README Log message: Update to fonttosfnt 1.1.0 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/01/14 13:53:02 Modified files: share/man/man4 : Makefile Added files: share/man/man4 : amlsm.4 Log message: amlsm(4) CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/01/14 13:58:32 Modified files: lib/libXmu : ChangeLog Makefile.am Makefile.in aclocal.m4 compile config.h.in configure configure.ac lib/libXmu/src : Atoms.c Makefile.am Makefile.in RdBitF.c ShapeWidg.c StrToCurs.c StrToWidg.c Added files: lib/libXmu : README.md Removed files: lib/libXmu : README Log message: Update to libXmu 1.1.3 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/01/14 14:01:32 Modified files: lib/libXmu/src : CvtStdSel.c Log message: Remove support for XA_IP_ADDRESS from XmuConvertStandardSelection() This cause problems with pledged applications like xterm, as reported by Benjamin Baier and also lacks support for IPv6 as shown in Xorg bug #7611 https://bugs.freedesktop.org/show_bug.cgi?id=7611 Discussed with jca@ and deraadt@ and submitted upstreams CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/01/14 14:18:04 Modified files: lib/libXmu/src : CvtStdSel.c Log message: Oops fix previous. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/01/14 14:28:50 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2020/01/14 14:33:50 Modified files: devel/git : Makefile distinfo devel/git/patches: patch-gitweb_gitweb_perl devel/git/pkg : PLIST-main Log message: Update to git 2.25.0 OK benoit CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/01/14 14:38:02 Modified files: sys/nfs : nfs_subs.c Log message: In nfs_clearcommit() the loops over mnt_vnodelist and v_dirtyblkhd do not delete anything. So the safe variant of foreach is not necessary. OK mpi@ millert@ tedu@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/01/14 14:49:36 Modified files: sys/dev/acpi : acpivout.c Log message: Fix screen brightness adjustment through function keys Not all machines provide levels that scale linearly, e.g. an ThinkPad X230 has 16 levels of exponential scale that end with [50, 67, 100]. Make acpivout_find_brightness() return the BCL's index instead of its value such that acpivout_brightness_step() is able to fall back to the lower next value by index in case the 5% heuristic fails. Tested by Tracey Emery with an T470s OK patrick jcs CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/14 15:20:30 Modified files: lang/squeak/vm : Makefile lang/squeak/vm/patches: patch-platforms_unix_npsqueak_Makefile patch-platforms_unix_vm_sqUnixMain_c lang/squeak/vm/pkg: PLIST Added files: lang/squeak/vm/patches: patch-platforms_unix_config_Makefile patch-platforms_unix_config_acinclude_m4 patch-platforms_unix_config_configure_ac patch-platforms_unix_src_vm_intplugins_SoundPlugin_SoundPlugin_c patch-platforms_unix_vm-sound-sndio_Makefile_inc patch-platforms_unix_vm-sound-sndio_acinclude_m4 patch-platforms_unix_vm-sound-sndio_sqUnixSoundSndio_c Removed files: lang/squeak/vm/patches: patch-platforms_unix_config_configure Log message: Add a sndio backend to squeak, from Mark Hesselink who has tested it with Scratch. OK espie@ (maintainer). CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/01/14 15:28:29 Modified files: sbin/iked : iked.8 iked.c iked.h pfkey.c types.h Log message: Remove IPsec flow blocking unencrypted IPv6 traffic which was meant to prevent VPN leakage but repeatedly broke people's setups. The -6 flag which used to disable the blocking flow is now ignored and prints a deprecation warning. ok kn@ bluhm@ phessler@ CVSROOT: /cvs Module name: www Changes by: tobhe@cvs.openbsd.org 2020/01/14 15:38:42 Modified files: faq : current.html Log message: Removed IPv6 blocking in iked(8). If desired, the blocking flow can explicitly be set in ipsec.conf. from sthen@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/01/14 17:14:47 Modified files: sys/dev/mii : mii_physubr.c Log message: mii(4): tsleep(9) -> tlseep_nsec(9); ok mpi@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/01/14 17:17:21 Modified files: sys/dev/pci : qle.c Log message: qle(4): tsleep(9) -> tsleep_nsec(9) These sleeps doesn't have any units, though on 100hz platforms they are effectively 1 second sleeps. jmatthew@ says 1 second is fine, so we'll keep them that way. ok jmatthew@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/01/14 17:19:41 Modified files: etc : netstart Log message: Do not redirect already quiet stdout for IPv6 reject routes "route -q" already silences all standard output; if it still prints something, that's a bug to fix in route. OK bluhm CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/14 18:36:11 Modified files: sys/dev/pci/drm: drm_fb_helper.c Log message: drm/fb-helper: Round up bits_per_pixel if possible From Geert Uytterhoeven 779f5790fa47d8175b7346449a036f37f5717778 in linux 4.19.y/4.19.96 f30e27779d3031a092c2a177b7fb76adccc45241 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/14 18:39:00 Modified files: sys/dev/pci/drm: drm_dp_mst_topology.c Log message: drm/dp_mst: correct the shifting in DP_REMOTE_I2C_READ From Wayne Lin ba4c2a719ee123c085e16888a448622aa24291b7 in linux 4.19.y/4.19.96 c4e4fccc5d52d881afaac11d3353265ef4eccb8b in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/14 18:43:06 Modified files: sys/dev/pci/drm/i915: intel_lrc.c Log message: drm/i915/gen9: Clear residual context state on context switch From Akeem G Abodunrin dd4f3b3508f65fe37975db223365216316da3998 in linux 4.19.y/4.19.96 bc8a76a152c5f9ef3b48104154a65a68a8b76946 in mainline linux CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/01/14 20:41:13 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/01/15 02:23:52 Modified files: security/py-ecdsa: Makefile distinfo security/py-ecdsa/pkg: PLIST Log message: Update to py-ecdsa-0.15. CVSROOT: /cvs Module name: src Changes by: phessler@cvs.openbsd.org 2020/01/15 02:34:27 Modified files: sys/net80211 : ieee80211_ioctl.c ieee80211_node.c ieee80211_node.h Log message: If join is connected to an AP, remove the node from the cache so we properly reconnect to the AP OK stsp@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2020/01/15 02:56:07 Modified files: sysutils/tarsnap-gui: Makefile distinfo Log message: Update for tarsnap-gui to 1.0.2 OK josh (maintainer) CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/01/15 03:26:25 Modified files: sbin/route : route.c Log message: Replace duplicate error message with gai_strerror(3) getaddrinfo(3) may fail for multiple reasons, but error message should be unique in general. OK bluhm CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2020/01/15 03:52:49 Modified files: sysutils/uefitool: Makefile distinfo Log message: Update to UEFITool 0.27.0 Added support for manual patches to UEFIPatch Fixed issues with explicit rebuild CVSROOT: /cvs Module name: src Changes by: sashan@cvs.openbsd.org 2020/01/15 04:52:50 Modified files: sbin/pfctl : pfctl.c pfctl.h pfctl_osfp.c pfctl_parser.h pfctl_table.c Log message: Enable pfctl(8) to recursively flush rules and tables from PF driver. The recursive operation ("pfctl -a '*' ...") works for '-s' option already. This change enables the same thing for '-F' option, so "pfctl -a '*' -Fa" will flush everything from PF driver. The idea was discussed with many on tech@ in spring 2019. OK kn@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/01/15 05:33:11 Modified files: regress/sbin/iked/live: Makefile iked.in Added files: regress/sbin/iked/live: crt.in Log message: Add automated certificate generation, psk and certificate authentication tests and fragmentation test. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/01/15 06:17:35 Modified files: sys/kern : uipc_socket.c uipc_socket2.c uipc_syscalls.c sys/nfs : nfs_socket.c nfs_syscalls.c sys/sys : socketvar.h time.h Log message: Keep socket timeout intervals in nsecs and use them with tsleep_nsec(9). Introduce and use TIMEVAL_TO_NSEC() to convert SO_RCVTIMEO/SO_SNDTIMEO specified values into nanoseconds. As a side effect it is now possible to specify a timeout larger that (USHRT_MAX / 100) seconds. To keep code simple `so_linger' now represents a number of seconds with 0 meaning no timeout or 'infinity'. Yes, the 0 -> INFSLP API change makes conversions complicated as many timeout holders are still memset()'d. Inputs from cheloha@ and bluhm@, ok bluhm@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/01/15 06:27:05 Modified files: regress/sbin/iked/live: Makefile iked.in Log message: Rename the environment variables for ssh hosts and addresses consistently with other tests. OK tobhe@ CVSROOT: /cvs Module name: src Changes by: sashan@cvs.openbsd.org 2020/01/15 06:42:38 Modified files: sbin/pfctl : pfctl.8 Log message: Recent change to pfctl(8) prompts for a minor update of manpage. OK kn@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/01/15 06:42:39 Modified files: sbin/pfctl : pfctl.c Log message: Print the main ruleset/anchor as "/" not "" for consistency OK sashan CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/01/15 07:01:19 Modified files: sys/dev/pci : pci.c Log message: pci(4): PCIOCSETVGA: tsleep(9) -> tsleep_nsec(9); ok mpi@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/01/15 07:02:37 Modified files: usr.bin/netstat: inet.c Log message: Print the correct field, sb_timeo has been replaced by sb_timeo_nsecs. Breakage reported by espie@, ok bluhm@ CVSROOT: /cvs Module name: src Changes by: phessler@cvs.openbsd.org 2020/01/15 07:08:26 Modified files: usr.sbin/vmd : vm.conf.5 Log message: Guest VMs require some resources that are managed outside of vmm(4), so try to document and enumerate them. This is most helpful when you try to assign the 5th interface to a guest, and are confused why vmd(8) won't start the guest when only 4 tap devices exist. OK jmc@, kn@, pamela@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/15 07:22:29 Modified files: net/py-cares : Makefile Log message: add a self-dependency for tests CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/01/15 07:23:28 Modified files: lang/quickjs : Makefile Log message: Reorder to match Makefile.template ok cwen@ bcallah@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/01/15 07:24:24 Modified files: lang/quickjs : Makefile Log message: Fix linking on powerpc and hppa (needs -latomic) from cwen@, ok bcallah@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/01/15 07:25:46 Added files: lang/quickjs/patches: patch-cutils_h Log message: Big endian fix: detect endianness using endian.h ok cwen@ bcallah@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/01/15 07:30:50 Modified files: lang/quickjs : Makefile Added files: lang/quickjs/patches: patch-libbf_h patch-quickjs_h Log message: Unbreak non-amd64: check __LP64__ to detect 64 bits host OS This fixes pointer truncation on sparc64 and probably mips64. Bump REVISION since quickjs previously built on arm64 but with different bignum sizing. ok cwen@ bcallah@ (maintainer) CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/01/15 07:39:41 Modified files: sbin/pfctl : pfctl.8 Log message: Further document recursive flush behaviour OK sashan CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2020/01/15 07:49:38 Modified files: usr.bin/ftp : fetch.c Log message: Move local file handling out of url_get() The code is mostly duplicated already, handling local files here just makes for more complex code. Split it out to its own function. This mechanically prevents redirections to local files. Positive feedback from Hiltjo Posthuma CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2020/01/15 08:32:50 Modified files: www/kcgi : Makefile distinfo www/kcgi/pkg : PLIST Log message: Update kcgi to 0.10.12 CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/01/15 08:45:49 Modified files: sbin/pfctl : pfctl_table.c Log message: Merge radix_perror() into simpler warnx()/errx() usage Less nesting for clearer code. OK sashan CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/01/15 09:15:08 Modified files: sbin/pfctl : pfctl_radix.c Log message: Refine error message While code in pf/pfctl confusingly uses either anchor or ruleset depending on the context, pfctl(8) (both manual and user interface) should be consistent. For users there are basically anchors only, so do not imply any difference between the two terminologies. OK sashan CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/01/15 09:43:13 Modified files: sys/dev/ic : lpt.c Log message: lpt(4): timeout_add(9) -> timeout_add_msec(9), tsleep(9) -> tsleep_nsec(9) The only tricky part in this driver is the "exponential backoff" loop. Rename "tic" to "msecs" and start with 10 milliseconds instead of 1 tick. ok mpi@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/15 09:45:13 Modified files: textproc/solr : Makefile distinfo textproc/solr/patches: patch-bin_solr Log message: update to solr-8.4.1 CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/01/15 09:50:29 Modified files: sys/dev/ic : aac.c Log message: aac(4): tsleep(9) -> tsleep_nsec(9) aac_wait_command() is odd. It accepts a timeout in terms of ticks and passes that to tsleep(9), but the comment above the function suggests the timeout itself is ignored. On top of that, aac_wait_command()'s only caller passes in a value from scsi_xfer.timeout, which is a count of milliseconds. krw@ says not to worry too much about these discrepencies and to just do what makes the most sense given the state of the code. So, change aac_wait_command()'s "timeout" to "msecs" and pass that tsleep_nsec(9). ok krw@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/01/15 10:16:28 Removed files: etc/signify : openbsd-64-base.pub openbsd-64-fw.pub openbsd-64-pkg.pub openbsd-64-syspatch.pub Log message: 6.4 keys not needed anymore CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/01/15 10:38:55 Modified files: sbin/iked : ca.c Log message: If we don't find a certificate signed by a trusted CA with subjectAltName matching srcid, try certificate with only matching subjectAltName. ok patrick@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/01/15 11:34:21 Modified files: regress/sbin/iked/live: Makefile Log message: Restructure certificate generation to utilize make's build deps. Add test with multiple CAs. CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2020/01/15 11:39:05 Modified files: geo/gdal : Makefile Log message: enable hdf5 and netcdf support input and OK landry@ CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2020/01/15 11:42:01 Modified files: devel/py-cffi : Makefile distinfo devel/py-cffi/pkg: PLIST Log message: update to 1.13.2 and give tests a chance to run input, further testing and OK sthen@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/01/15 12:15:11 Modified files: distrib/sets/lists/base: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/01/15 12:40:45 Modified files: sysutils/diffoscope: Makefile distinfo Log message: Update to diffoscope-135 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2020/01/15 13:12:35 Modified files: net/curl : Makefile distinfo net/curl/pkg : PLIST Log message: Maintenance update to 7.68.0. The security fix does not affect us. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/01/15 13:15:02 Modified files: math/ebc : Makefile distinfo math/ebc/pkg : PLIST Log message: Update to ebc-2.5.0 Changelog: https://github.com/gavinhoward/bc/releases/tag/2.5.0 CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2020/01/15 13:15:11 Modified files: . : errata65.html errata66.html Log message: release inteldrmctx errata. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/01/15 13:17:08 Modified files: sys/dev/pci : if_bwfm_pci.c Log message: Fix off-by-one in ringbuffer code. When we insert items faster than the hardware is processing them, the write index can catch up to the read index. We must make sure that our write index stays smaller than the hardware's read index, thus the difference between both has to be bigger than 1. ok tobhe@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2020/01/15 13:30:32 Modified files: sbin/iked : iked.c Log message: s/deprecated/ignored/ in the warning message if -6 is used; the option is ignored (the behaviour previously behind -6 is now the default so if this flag was used, it can happily be removed. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/15 13:31:11 Modified files: security/letsencrypt: Makefile.inc security/letsencrypt/client: distinfo security/letsencrypt/py-acme: distinfo Log message: update to certbot/py-acme 1.1.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/15 13:35:02 Modified files: audio/ncspot : Makefile Added files: audio/ncspot/patches: patch-modcargo-crates_openssl-sys-0_9_53_build_main_rs Log message: Patch the copy of openssl-sys used in audio/ncspot build to allow continued building against libressl now that the version number has been bumped to 3.1.0 (openssl-sys has a tight version check). Clue from semarie@, similar to patches already made in lang/rust, www/newsboat and www/zola. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/01/15 13:47:14 Modified files: regress/sys/kern/sosplice/scapy: Makefile regress/sys/net/pf_forward: Makefile regress/sys/net/pf_fragment: Makefile regress/sys/net/pf_state: Makefile regress/sys/netinet/ipsec: Makefile regress/sys/netinet/frag: Makefile regress/sys/netinet6/rh0: Makefile Log message: Do not create files as dependency of .BEGIN rule. Noticed by deraadt@ with make obj in regress. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/01/15 14:01:06 Modified files: sys/dev/pci/drm/i915: Tag: OPENBSD_6_6 intel_lrc.c Log message: drm/i915/gen9: Clear residual context state on context switch From Akeem G Abodunrin dd4f3b3508f65fe37975db223365216316da3998 in linux 4.19.y/4.19.96 bc8a76a152c5f9ef3b48104154a65a68a8b76946 in mainline linux from jsg@ this is errata 6.6/017_inteldrmctx.patch.sig CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/01/15 14:01:27 Modified files: sys/dev/pci/drm/i915: Tag: OPENBSD_6_5 intel_lrc.c Log message: drm/i915/gen9: Clear residual context state on context switch From Akeem G Abodunrin dd4f3b3508f65fe37975db223365216316da3998 in linux 4.19.y/4.19.96 bc8a76a152c5f9ef3b48104154a65a68a8b76946 in mainline linux from jsg@ this is errata 6.5/028_inteldrmctx.patch.sig CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/15 14:02:28 Removed files: comms/mgetty+sendfax/patches: patch-g3_g3cat_c patch-g3_pbm2g3_c Log message: completely remove the "static inline" mgetty patches, the change was already handled upstream in the 1.2.1 update. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/15 14:11:30 Modified files: games/dmagnetic: Makefile distinfo Log message: update to dMagnetic-0.20, from maintainer Thomas Dettbarn CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/15 14:13:54 Modified files: games/dmagnetic: Makefile Log message: add a simple "make test" target CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/01/15 14:41:02 Modified files: sys/dev/pci : if_bwfm_pci.c Log message: Some PCIe firmwares drop TX packets when the pktid is 0. Add an offset to make sure they start from 1. CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/01/15 14:47:57 Modified files: sbin/iked : ca.c Log message: Support multiple x509 extensions and extensions with multiple subjectAltName fields. The new parser code is inspired by tls_check_subject_altname() from libssl. ok markus@ CVSROOT: /cvs Module name: src Changes by: jan@cvs.openbsd.org 2020/01/15 15:06:59 Modified files: libexec/ftpd : extern.h ftpd.c popen.c Log message: Simplify globbing of ftpd(8)s list and nlst commands. Also avoid command option injection for ls(1). OK martijn@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/01/15 15:23:55 Modified files: sys/dev/pci : if_bwfm_pci.c Log message: Sprinkle splnet() around the ringbuffer accesses, otherwise the task and interrupt try to concurrently submit messages on the control ring. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/15 15:28:11 Modified files: x11/gnome/maps : Makefile Log message: Missing RDEP on x11/gnome/gfbgraph. from Jerome Pinot, thanks CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/01/15 15:31:51 Modified files: sbin/pfctl : pfctl.c pfctl_optimize.c pfctl_radix.c Log message: Unify error message for nonexisting anchors pf(4) returns EINVAL for DIOCGETRULE, DIOCGETRULES and DIOCGETRULESET if the specified anchor does not exist. Extend and rename {pfr -> pf}_strerror() to make error message more consistent. There are other occasions as well but those need additional tweaks; that's stuff for another diff. OK and rename from sashan CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/15 15:32:39 Modified files: net/exabgp : Makefile distinfo net/exabgp/patches: patch-etc_exabgp_example-healthcheck_conf patch-lib_exabgp_application_bgp_py patch-lib_exabgp_application_healthcheck_py patch-setup_py net/exabgp/pkg : PLIST Removed files: net/exabgp/patches: patch-qa_sbin_bgp Log message: update to exabgp-4.2.2 CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/01/15 15:38:31 Modified files: sbin/pfctl : parse.y pfctl.c pfctl.h pfctl_optimize.c pfctl_table.c Log message: Do the actual pfr_strerror() to pf_strerror() rename Missed in previous CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/01/15 15:47:24 Modified files: regress/sbin/iked/live: Makefile crt.in Log message: Add multiple altname fields and test for different subjectAltName formats and indices. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/01/15 18:02:21 Modified files: sbin/pfctl : pfctl.c Log message: Fail on missing anchor There is no reason to continue on anchor specific paths if the given anchor does not exist. OK sashan CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/01/16 00:40:29 Modified files: security/ophcrack: Makefile distinfo Added files: security/ophcrack/patches: patch-src_core_bswap_h patch-src_core_misc_c Removed files: security/ophcrack/patches: patch-configure patch-src_bswap_h patch-src_misc_c Log message: Update to ophcrack-3.8.0. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2020/01/16 02:46:58 Modified files: sysutils/gource: Makefile distinfo Log message: Update for Gource to 0.51: https://gource.io/ OK bentley@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2020/01/16 02:49:32 Modified files: net/py-zeroconf: Makefile distinfo net/py-zeroconf/pkg: PLIST Log message: Small update for py3-zeroconf to 0.24.4: https://pypi.org/project/zeroconf/0.24.4/ OK jung@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2020/01/16 02:51:58 Modified files: www/py-yarl : Makefile distinfo www/py-yarl/pkg: PLIST Log message: update for Yarl to 1.4.2: https://github.com/aio-libs/yarl/releases OK jung@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2020/01/16 02:53:39 Modified files: lang/bacon : Makefile distinfo lang/bacon/patches: patch-Makefile_in Log message: Update for Bacon to 3.9.3 "Si compila OK" juanfra@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2020/01/16 02:55:28 Modified files: www/wp-cli : Makefile distinfo Log message: Update for WP-Cli to 2.4.0: https://github.com/wp-cli/wp-cli/releases OK abieber@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/01/16 02:59:26 Modified files: sys/dev : video.c sys/dev/usb : uvideo.c Log message: Free data structures after closing the pseudo-device with vdevgone(9). Pseudo-drivers exposing a userland interface generally start & stop I/O in *_open() and *_close() respectively. So it isn't safe to detach such device while it is still open, because I/O might still be in flight. A more generic fix would be to detach children devices before the parents. Fix a race reported by Kevin Chadwick on bugs@. Discussed with Peter Stuge, tested by and ok zhuk@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/01/16 04:41:14 Modified files: regress/sbin/iked: Makefile Log message: Link iked live test to build. To operate it needs two remote machines specified in the environment. Otherwise it is skipped. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/16 05:43:26 Modified files: geo/gdal/pkg : PLIST-python Log message: Fix python3 flavor packaging, breakage reported by naddy@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/16 05:44:23 Modified files: geo/gdal : Makefile Log message: Bump libgdal minor, enabling hdf5/netcdf added symbols to the lib. Bump REVISION while here. discussed with martin@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/01/16 06:03:28 Modified files: sys/arch/sparc64/dev: vdsp.c Log message: Convert to tsleep_nsec(9). Tested by kn@, ok kettenis@, kn@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/01/16 06:03:43 Modified files: regress/lib/libc/setjmp-fpu: Makefile Log message: Check fpu functions without setjmp/longjmp before testing the latter. Use exit code 2 for setup failure and 1 for test fail. Unfortunately this regress is still failing. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/01/16 06:04:02 Modified files: regress/lib/libc/setjmp-fpu: setjmp-fpu.c Added files: regress/lib/libc/setjmp-fpu: fpu.c Log message: Check fpu functions without setjmp/longjmp before testing the latter. Use exit code 2 for setup failure and 1 for test fail. Unfortunately this regress is still failing. CVSROOT: /cvs Module name: ports Changes by: pamela@cvs.openbsd.org 2020/01/16 06:48:34 Log message: import py-fixtures Fixtures defines a Python contract for reusable state / support logic, primarily for unit testing. Helper and adaptation logic is included to make it easy to write your own fixtures using the fixtures contract. OK bket phessler Status: Vendor Tag: pamela Release Tags: pamela_20200116 N ports/devel/py-fixtures/Makefile N ports/devel/py-fixtures/distinfo N ports/devel/py-fixtures/pkg/DESCR N ports/devel/py-fixtures/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: pamela@cvs.openbsd.org 2020/01/16 06:53:02 Log message: import py-linecache2 A backport of linecache to older supported Pythons. The linecache module allows one to get any line from a Python source file, while attempting to optimize internally, using a cache, the common case where many lines are read from a single file. OK bket phessler Status: Vendor Tag: pamela Release Tags: pamela_20200116 N ports/devel/py-linecache2/Makefile N ports/devel/py-linecache2/distinfo N ports/devel/py-linecache2/pkg/DESCR N ports/devel/py-linecache2/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: pamela@cvs.openbsd.org 2020/01/16 06:55:48 Log message: import py-traceback2 A backport of traceback to older supported Pythons. This module provides a standard interface to extract, format and print stack traces of Python programs. It exactly mimics the behavior of the Python interpreter when it prints a stack trace. OK bket phessler Status: Vendor Tag: pamela Release Tags: pamela_20200116 N ports/devel/py-traceback2/Makefile N ports/devel/py-traceback2/distinfo N ports/devel/py-traceback2/pkg/DESCR N ports/devel/py-traceback2/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: pamela@cvs.openbsd.org 2020/01/16 06:57:29 Modified files: devel : Makefile Log message: + py-fixtures, + py-linecache2, + py-traceback2 CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/01/16 07:09:20 Modified files: graphics/grafx2: Makefile Added files: graphics/grafx2/patches: patch-fileformats_c Log message: Fix an issue when saving to png bket@ imported a patch from upstream to address to issue ok fcambus@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/01/16 07:55:19 Modified files: usr.sbin/ldomctl: ldomctl.8 ldomctl.c Log message: Implement "start -c" to automatically connect to the console Just like amd64 vmctl(8). Manual feedback schwarze OK kettenis CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/01/16 08:35:22 Modified files: sys/uvm : uvm_vnode.c Log message: Use list for freeing pages in uvn_flush() to optimize freeing chunks of contiguous pages. ok beck@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/01/16 09:07:18 Modified files: usr.bin/make : cmd_exec.c engine.c init.c job.c job.h Log message: turns out there WAS something fishy in signal handling in the "generic" reaper. Specifically, the sigprocmask/wait/sigsuspend dance is correct for the main process, BUT you have to remember to reset the signal mask to something sane for the child (this was a duh! moment, that bug is very stupid) Finally, bluhm@ saw the actual issue. Kudoes to him. The change to "unify" sequential and parallel make made the bug reproducible under some circumstances (because in the parallel make case, many things may happen in different successions, so you don't get the wrong signal mask that often, but the sequential case is reproducible, and using the "streamlined" reaper meant the fork would occur WITHIN the signal loop instead of OUTSIDE) So: - discover signal state early on through Sigset_init; - introduce reset_signal_mask to get back to the initial state; - call reset_signal_mask systematically after fork This organisation thanks to cmd_exec. SOME cmd_exec happens before Job_Init happens, some afterwards (variables are still lazy and both !!= and :sh will occur AFTER parsing), so both fork() need to be protected. okay bluhm@ thx to sthen@ and naddy@ and mpi@ for helping out. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/01/16 09:35:04 Modified files: sys/dev/pci/drm: drm_linux.c sys/kern : kern_sig.c kern_synch.c sys_generic.c vfs_sync.c sys/sys : proc.h Log message: Introduce wakeup_proc() a function to un-SSTOP/SSLEEP a thread. This moves most of the SCHED_LOCK() related to protecting the sleepqueue and its states to kern/kern_sync.c Name suggestion from jsg@, ok kettenis@, visa@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/01/16 09:46:47 Modified files: bin/mt : mt.1 bin/pax : tar.1 cpio.1 pax.1 bin/stty : stty.1 distrib/special/more: more.1 sbin/newfs : newfs.8 sbin/newfs_ext2fs: newfs_ext2fs.8 share/man/man7 : hier.7 usr.bin/ftp : ftp.1 usr.bin/hexdump: hexdump.1 od.1 usr.bin/printf : printf.1 usr.bin/sort : sort.1 usr.bin/systat : systat.1 usr.bin/telnet : telnet.1 usr.sbin/ldomctl: ldomctl.8 usr.sbin/zdump : zdump.8 Log message: Usually, -width Fl (which is 10n) is too wide and hence ugly. Change several instances, most of them to the usual -width Ds. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/16 10:53:08 Log message: Import py-flask-cors 3.0.8. A Flask extension for handling Cross Origin Resource Sharing (CORS), making cross-origin AJAX possible. ok kn@ Status: Vendor Tag: landry Release Tags: landryb_20200116 N ports/www/py-flask-cors/Makefile N ports/www/py-flask-cors/distinfo N ports/www/py-flask-cors/pkg/DESCR N ports/www/py-flask-cors/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/16 10:54:14 Modified files: www : Makefile Log message: link py-flask-cors to the build. Note that it defaults to py3 and doesnt provide a py2 flavor. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/16 10:57:04 Log message: Import pygeoapi 0.6.0. pygeoapi is a Python server implementation of the OGC API suite of standards, mostly the OGC API Features one previously known as WFS3. ok/tweaks kn@ Status: Vendor Tag: landry Release Tags: landry_20200116 N ports/geo/pygeoapi/Makefile N ports/geo/pygeoapi/distinfo N ports/geo/pygeoapi/pkg/DESCR N ports/geo/pygeoapi/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/16 10:57:43 Modified files: geo : Makefile Log message: +pygeoapi CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/16 11:08:47 Modified files: net/py-curl : Makefile distinfo net/py-curl/patches: patch-setup_py Log message: update to py-curl 7.43.0.4 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/16 11:09:14 Modified files: net/wireshark : Makefile distinfo Log message: update to wireshark-3.2.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/16 11:09:24 Modified files: net/wireshark : Tag: OPENBSD_6_6 Makefile distinfo Log message: update -stable to wireshark-3.0.8 CVSROOT: /cvs Module name: src Changes by: jan@cvs.openbsd.org 2020/01/16 12:01:50 Modified files: regress/libexec/ftpd: Makefile Log message: Add a file put sub test for ftpd(8) regression test. CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/01/16 13:05:00 Modified files: sbin/iked : config.c iked.8 iked.c iked.h ikev2.c ikev2_msg.c types.h Log message: Add '-p' command line option which allows to configure the UDP encapsulation port, similar to isakmpd's '-N' flag. Being able to change the UDP encapsulation port is useful in cases where ESP and UDP ports 500 and 4500 are blocked or rate limited. ok sthen@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/01/16 13:06:53 Modified files: regress/sbin/iked/live: Makefile Log message: Add test for custom udp encapsulation port with set with '-p'. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/01/16 13:21:16 Modified files: textproc/libxml++3: Makefile distinfo textproc/libxml++3/pkg: PLIST Log message: update to libxml++3-3.2.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/01/16 13:25:43 Modified files: textproc/libxml++: Makefile textproc/libxml++/pkg: PLIST Log message: provide a debug package CVSROOT: /cvs Module name: src Changes by: jan@cvs.openbsd.org 2020/01/16 14:00:11 Modified files: regress/libexec/ftpd: Makefile Log message: Add sub test for ftpd(8) that test delete of files. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/01/16 14:11:17 Modified files: regress/usr.bin/nc: Makefile Added files: regress/usr.bin/nc: client-tcp.c server-tcp.c util.c util.h Log message: Implement custom TCP client and server to test netcat corner cases. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/16 14:24:19 Modified files: telephony/asterisk: Makefile Log message: add a maintainer/debug convenience target to make it easier to adjust internal debug options via "make menuselect" (dep on configure, set user to _pbuild as needed) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/01/16 14:44:04 Modified files: usr.sbin/bgpctl: parser.c Log message: when parsing ASN, don't \0-split the original string, as it may be needed for error reporting. ok benno CVSROOT: /cvs Module name: src Changes by: jan@cvs.openbsd.org 2020/01/16 15:24:32 Modified files: regress/libexec/ftpd: Makefile Log message: Add ftpd(8) sub test for mkdir. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/16 15:28:53 Modified files: graphics/ipe : Makefile distinfo graphics/ipe/patches: patch-src_ipe_lua_prefs_lua patch-src_ipelib_ipeplatform_cpp Log message: update to ipe 7.2.12, from maintainer Alessandro De Laurenzis CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/16 15:32:48 Modified files: cad/abc : Makefile distinfo cad/abc/patches: patch-Makefile Added files: cad/abc/patches: patch-src_base_main_mainReal_c Log message: update to newer cad/abc checkout, from maintainer Alessandro De Laurenzis CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/16 15:33:54 Modified files: cad/abc : Makefile Log message: add a comment explaining pre-configure CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/01/17 00:44:21 Modified files: games/rocksndiamonds: Makefile distinfo Log message: Update to rocksndiamonds-4.1.4.1. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/17 01:35:50 Modified files: productivity/mcds: Makefile distinfo productivity/mcds/pkg: DESCR Log message: Update to mcds 1.6, from MAINTAINER/upstream Timothy Brown, thanks ! CVSROOT: /cvs Module name: src Changes by: sashan@cvs.openbsd.org 2020/01/17 02:07:36 Modified files: share/man/man5 : pf.conf.5 Log message: - pf.conf(5) should clearly state range match operator ':' does not work for uid/gid. OK @kn, OK @sthen CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2020/01/17 02:49:47 Modified files: usr.bin/snmp : snmp.1 snmpc.c Log message: Implement a -Cs option for snmp walk and bulkwalk. This option allows you to skip subsections of a tree and allows for faster walking with less (undesired) clutter on screen. OK florian@ jan@ Happy sounds from Michael W. Lucas CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2020/01/17 02:52:44 Modified files: usr.bin/snmp : smi.c snmp.h Log message: Add better support for exception contexts. Now we can see proper nosuchinstance and endofmibtree messages. OK jan@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/01/17 03:01:18 Modified files: regress/sbin/iked/live: Makefile Log message: Reset udpencap_port sysctl in cleanup in case the run-udpencap-port test fails. CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2020/01/17 03:03:39 Modified files: usr.bin/snmp : snmp.1 snmpc.c Log message: Implement a df subcommand, this outputs disk and memory information in a df(1) format. OK jan@ General positive sounds from the hackroom and Michael W Lucas CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2020/01/17 03:10:32 Modified files: usr.bin/snmp : snmp.1 snmpc.c Log message: Some minor usage() bits omitted in the original diffs. CVSROOT: /cvs Module name: src Changes by: inoguchi@cvs.openbsd.org 2020/01/17 03:40:03 Modified files: lib/libcrypto/rsa: rsa_lib.c Log message: Free pss in RSA_free ok bcook@ ok and "move it down two lines" jsing@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/01/17 03:50:20 Modified files: usr.sbin/ldomctl: ldomctl.c Log message: Fix usage: domain is not optional with start command Missed in previous commit CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2020/01/17 06:34:54 Added files: devel/ddd/patches: patch-ddd_exit_C Log message: fix build for C++-relevant type change in libXt 1.2.0; ok matthieu@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/01/17 06:35:55 Modified files: editors/focuswriter: Makefile distinfo Log message: Update to focuswriter-1.7.4 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/01/17 06:38:58 Modified files: math/ebc : Makefile distinfo Log message: Update to ebc-2.5.1 Changelog: https://github.com/gavinhoward/bc/releases/tag/2.5.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/17 06:52:41 Modified files: productivity/khard: Makefile productivity/khard/pkg: PLIST Log message: use standard dir for zsh completions, from Matthew Martin, ok maintainer CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/17 06:53:22 Modified files: multimedia/mpv : Makefile multimedia/mpv/pkg: PLIST Log message: use standard dir for zsh completions, from Matthew Martin, ok kn CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/17 06:53:54 Modified files: sysutils/exa : Makefile sysutils/exa/pkg: PLIST Log message: use standard dir for zsh completions, from Matthew Martin CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2020/01/17 06:56:37 Modified files: geo/pygeoapi : Makefile Log message: fix typo in variable name CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/17 07:13:51 Modified files: security/acme-client: Makefile Added files: security/acme-client/pkg: MESSAGE Log message: warn that this port only supports ACMEv1 which let's encrypt will stop supporting. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2020/01/17 07:24:42 Modified files: sysutils/u-boot: Makefile sysutils/u-boot/patches: patch-arch_arm_dts_rk3399-rockpro64_dts Log message: Enable pwm-fan on rockpro64. The cooling levels are tuned to the fan that comes with the rockpro64 NAS case. A gpu-theremal zone was not added because having two active cooling maps control one physical fan causes them to compete for the fan speed which results in erratic fan behavior. okay jsg@, kettenis@ CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2020/01/17 07:50:25 Modified files: . : arm64.html Log message: Add a few more "supported" boards. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/17 08:51:35 Modified files: distrib/notes/arm64: hardware Log message: sync machine list with arm64.html CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/01/17 12:13:19 Modified files: lang/rust : Makefile Added files: lang/rust/patches: patch-vendor_num_cpus_src_lib_rs Log message: Use hw.ncpuonline for num_cpus::get() This affects the number of jobs cargo will spawn which previously didn't take take into account whether or not hw.smt was set. Also implement num_cpus::get_num_physical_cpus() while here. Patch has been merged upstream already. ok semarie@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/01/17 12:15:21 Modified files: sysutils/py-pynetbox: Makefile distinfo Log message: update to py-pynetbox-4.2.4 CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2020/01/17 12:23:59 Modified files: share/man/man5 : port-modules.5 Log message: long overdue description of font.port.mk reminded by espie@ CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2020/01/17 13:13:47 Modified files: usr.bin/ssh : ssh-add.1 ssh-add.c Log message: Document loading of resident keys from a FIDO authenticator. * Rename -O to -K to keep "-O option" available. * Document -K. * Trim usage() message down to synopsis, like all other commands. ok markus@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/01/17 13:22:04 Modified files: www/logswan : Makefile distinfo Log message: Update logswan to 2.1.3. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/01/17 13:28:31 Modified files: textproc/ruby-rouge: Makefile distinfo textproc/ruby-rouge/pkg: PLIST Log message: Update ruby-rouge to 3.15.0. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/01/17 13:36:04 Modified files: graphics/libsixel: Makefile distinfo Log message: Update libsixel to 1.8.6. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2020/01/17 13:43:38 Modified files: www/chromium : Makefile distinfo Log message: update to 79.0.3945.130 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/01/17 13:45:50 Modified files: regress/usr.bin/nc: Makefile client-tcp.c server-tcp.c util.c util.h Log message: Test the netcat -N feature. The test program can send and receive messages, shutdown write, and wait for EOF in arbitray order. Since revision 1.211 of netcat.c some of the cases fail. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/17 15:19:46 Modified files: games/dmagnetic: Makefile Log message: check for actual expected output in dMagnetic's test target, suggested up Thomas Dettbarn CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/01/17 15:49:54 Modified files: usr.sbin/ldomctl: ldomctl.8 ldomctl.c Log message: Implement "panic -c" just like "start -c" Requested by Andrew Grillet OK kettenis CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/17 16:17:01 Modified files: sys/dev/pci/drm/i915: i915_gem_context.c Log message: drm/i915: Fix use-after-free when destroying GEM context From Tyler Hicks afb89cd5f2ba2d5d04b85b2692a9a3d86b6fabd7 in linux 4.19.y/4.19.97 7dc40713618c884bf07c030d1ab1f47a9dc1f310 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/17 16:20:14 Modified files: sys/dev/pci/drm/ttm: ttm_page_alloc.c Log message: drm/ttm: fix start page for huge page check in ttm_put_pages() From Christian Koenig 83a88fb92950ef34b9924c39ff7554ae92c9af69 in linux 4.19.y/4.19.97 ac1e516d5a4c56bf0cb4a3dfc0672f689131cfd4 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/17 16:22:15 Modified files: sys/dev/pci/drm/ttm: ttm_page_alloc.c Log message: drm/ttm: fix incrementing the page pointer for huge pages From Christian Koenig 8c2cdfb2c81bb533b9e6a3874ee5399102c4c580 in linux 4.19.y/4.19.97 453393369dc9806d2455151e329c599684762428 in mainline linux CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2020/01/17 17:18:36 Modified files: devel/jdk/11 : Makefile distinfo devel/jdk/11/pkg: PLIST Log message: Update to 11.0.6+10 GA: * Contains many upstream bug fixes and security fixes which can be found in the release notes here: https://adoptopenjdk.net/release_notes.html#jdk11_0_6 https://openjdk.java.net/groups/vulnerability/advisories/2020-01-14 * Disable building with debug on i386/aarch64 CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2020/01/17 17:31:05 Log message: import lang/haxe ok abieber@ DESCR: Haxe consists of a high-level, open source programming language and a compiler. It allows compilation of programs, written using an ECMAScript-oriented syntax, to multiple target languages. Employing proper abstraction, it is possible to maintain a single code-base which compiles to multiple targets. Haxe is strongly typed but the typing system can be subverted where required. Utilizing type information, the Haxe type system can detect errors at compile-time which would only be noticeable at run-time in the target language. Furthermore, type information can be used by the compiler to generate optimized and robust code. Status: Vendor Tag: thfr Release Tags: thfr_20200117 N ports/lang/haxe/Makefile N ports/lang/haxe/distinfo N ports/lang/haxe/patches/patch-libs_extc_process_stubs_c N ports/lang/haxe/patches/patch-src_compiler_main_ml N ports/lang/haxe/patches/patch-libs_extlib-leftovers_uTF8_ml N ports/lang/haxe/pkg/DESCR N ports/lang/haxe/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2020/01/17 17:33:12 Modified files: lang : Makefile Log message: +haxe CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/01/17 23:48:03 Modified files: net/lftp : Makefile distinfo net/lftp/patches: patch-configure patch-src_Makefile_in Log message: Bugfix update lftp to 4.9.1 CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/01/18 01:40:20 Modified files: sys/kern : vfs_syscalls.c sys/sys : mount.h Log message: Clear mount operation argument flags from mnt_flag after mount. OK bluhm@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/01/18 01:59:48 Modified files: sys/kern : kern_event.c Log message: Make klist_invalidate() more careful and general. Acquire knotes before changing them, to synchronize with kqueue_register() and kqueue_scan(). Detach the knotes from the original knote list, change the filterops to one that always indicates EOF condition, and activate in one-shot mode. The detaching allows the original knote list head to be deleted after klist_invalidate() returns. The knotes are activated to make the EOF condition visible to the event subscribers as soon as possible. As the knotes are detached from the list, klist_invalidate() does not have to wait for userspace to process them. The use of the special filterops minimizes the need to handle klist invalidation in actual implementations of filterops. Tested by Greg Steuck OK mpi@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/01/18 02:00:52 Modified files: sys/dev/usb : uhid.c Log message: Invalidate knote list of uhid(4) after device detach. This prevents a crash that can happen if a uhid(4) device is detached while kqueue still holds references to knotes that point to the device. The invalidation has to be done after vdevgone(). This order ensures that the file descriptors return an error or EOF when kevent(2) returns the EOF events. Crash reported and fix tested by Greg Steuck OK mpi@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/01/18 02:04:59 Modified files: graphics/opencv: Makefile distinfo graphics/opencv/patches: patch-cmake_OpenCVFindLibsGrfmt_cmake patch-modules_core_src_system_cpp graphics/opencv/pkg: PLIST-java PLIST-main Removed files: graphics/opencv/patches: patch-CMakeLists_txt patch-cmake_OpenCVFindLibsVideo_cmake Log message: Update opencv to 4.2 CMake renames like off to OFF and so one. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/01/18 02:05:20 Modified files: graphics/digikam: Makefile graphics/digikam/pkg: PLIST Added files: graphics/digikam/patches: patch-core_libs_facesengine_detection_opencvfacedetector_cpp patch-core_libs_facesengine_recognition_dlib-dnn_dnnface_dnn_base_cv_image_h Log message: Unbreak with opencv 4.2 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/01/18 02:05:40 Modified files: graphics/nomacs: Makefile Added files: graphics/nomacs/patches: patch-src_DkCore_DkImageStorage_cpp patch-src_DkCore_DkImageStorage_h Log message: Unbreak with opencv 4.2 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2020/01/18 03:28:25 Modified files: infrastructure/lib/DPB/Core: Init.pm Log message: repair call to unlock in the "dpb run as root" case. just use make_args to run make transparently CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2020/01/18 04:24:49 Added files: mail/isync/patches: patch-src_socket_c Log message: Add the bloody patch that used to be on the attic CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2020/01/18 04:34:34 Modified files: www/varnish : Makefile www/varnish/files: varnishreload varnishreload.1 Log message: Fix CVS revision marker in varnishreload Add missing comma to MAINTAINER while here. CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2020/01/18 04:51:13 Modified files: sysutils/fzf : Makefile distinfo sysutils/fzf/patches: patch-vendor_github_com_junegunn_fzf_src_protector_protector_openbsd_go sysutils/fzf/pkg: PLIST Added files: sysutils/fzf/pkg: README Log message: Update sysutils/fzf to version 0.20.0 and install shell support files. With input from sthen@, abieber@, Matthew Martin and Paco Esteban. OK abieber@. Thanks all! CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/01/18 04:59:03 Modified files: app/xterm : xtermcfg.h Log message: Disable PASTE64, TCAP_FKEYS and TCAP_QUERY explicitly. They got enabled in previous xterm update but we don't want those. PASTE64 issue and patch by deraadt@, discussed also with nicm@ CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2020/01/18 08:04:50 Modified files: www/gitea : Makefile distinfo Log message: Update gitea 1.10.2 -> 1.10.3 Release notes: https://github.com/go-gitea/gitea/releases/tag/v1.10.3 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2020/01/18 08:16:22 Log message: Import coreboot-utils coreboot is an extended firmware platform that delivers a lightning fast and secure boot experience on modern computers and embedded systems. As an Open Source project it provides auditability and maximum control over technology. While it is not (yet) possible to build coreboot firmware on OpenBSD, this package contains the following utilities to work with existing images: * cbmem CBMEM parser to read e.g. timestamps and console log * ectool Dumps the RAM of a laptop's Embedded/Environmental Controller (EC) * ifdtool Extract and dump Intel Firmware Descriptor information Feedback from landy OK benoit Status: Vendor Tag: kn Release Tags: kn_20200118 N ports/sysutils/coreboot-utils/Makefile N ports/sysutils/coreboot-utils/distinfo N ports/sysutils/coreboot-utils/pkg/DESCR N ports/sysutils/coreboot-utils/pkg/PLIST N ports/sysutils/coreboot-utils/patches/patch-util_cbmem_cbmem_c N ports/sysutils/coreboot-utils/patches/patch-util_ectool_ectool_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2020/01/18 08:17:36 Modified files: sysutils : Makefile Log message: + coreboot-utils CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/01/18 08:20:28 Modified files: . : 3RDPARTY Log message: update CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2020/01/18 08:45:41 Modified files: usr.bin/ssh : ssh-keygen.1 Log message: undo merge error and replace the term "security key" again CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2020/01/18 08:52:36 Modified files: net/mattermost-server: Makefile distinfo net/mattermost-server/pkg: PLIST Log message: Update mattermost-server 5.18.1 -> 5.19.0 Changelog: https://docs.mattermost.com/administration/changelog.html CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2020/01/18 09:22:27 Modified files: sysutils/dinit : Makefile distinfo sysutils/dinit/pkg: PLIST Log message: Update sysutils/dinit to version 0.8.1. OK sthen@, thanks. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/18 09:55:01 Modified files: usr.sbin/bind/lib/dns: Makefile.in byaddr.c dnssec.c lib.c masterdump.c message.c ncache.c nsec.c nsec3.c rdataset.c usr.sbin/bind/lib/dns/include/dns: Makefile.in byaddr.h dnssec.h masterdump.h message.h ncache.h nsec3.h rdataset.h Removed files: usr.sbin/bind/lib/dns: acache.c adb.c cache.c client.c clientinfo.c db.c dbiterator.c dbtable.c diff.c dispatch.c dlz.c dns64.c ecdb.c forward.c journal.c keytable.c lookup.c order.c peer.c portlist.c private.c rbtdb.c rbtdb.h rbtdb64.c rbtdb64.h rdatasetiter.c rdataslab.c request.c resolver.c rootns.c rpz.c rriterator.c rrl.c sdb.c sdlz.c spnego.asn1 spnego_asn1.c ssu.c ssu_external.c tcpmsg.c timer.c update.c validator.c view.c xfrin.c zone.c zone_p.h zonekey.c zt.c usr.sbin/bind/lib/dns/include/dns: acache.h adb.h cache.h client.h clientinfo.h db.h dbiterator.h dbtable.h diff.h dispatch.h dlz.h dlz_dlopen.h dns64.h ecdb.h forward.h journal.h keytable.h lookup.h order.h peer.h portlist.h private.h rdatasetiter.h rdataslab.h request.h resolver.h rootns.h rpz.h rriterator.h rrl.h sdb.h sdlz.h ssu.h tcpmsg.h timer.h update.h validator.h view.h xfrin.h zone.h zonekey.h zt.h Log message: Cleanup in lib/dns, mostly support bits to run a nameserver which we won't use in the tools. OK sthen CVSROOT: /cvs Module name: ports Changes by: schwarze@cvs.openbsd.org 2020/01/18 10:33:56 Modified files: textproc/groff/patches: patch-tmac_an-old_tmac patch-tmac_doc-common-u Log message: update comments after pushing patches upstream; no bump needed because the package does not change CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2020/01/18 10:42:58 Modified files: devel/jdk/1.8 : Makefile distinfo devel/jdk/1.8/pkg: PLIST Removed 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: Update to 8u242: * Contains many upstream bug fixes and security fixes which can be found in the release notes here: https://adoptopenjdk.net/release_notes.html#jdk8u242 https://openjdk.java.net/groups/vulnerability/advisories/2020-01-14 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/18 14:00:14 Modified files: graphics/ipe : Makefile distinfo graphics/ipe/patches: patch-src_common_mak patch-src_config_mak patch-src_ipe_lua_prefs_lua patch-src_ipelib_ipeplatform_cpp graphics/ipe/pkg: PLIST Log message: update to ipe-7.2.13, from maintainer Alessandro De Laurenzis CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/18 14:00:26 Modified files: graphics/xdot : Makefile distinfo graphics/xdot/pkg: PLIST Log message: update to xdot-1.1, from maintainer Alessandro De Laurenzis CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2020/01/18 14:16:43 Modified files: usr.bin/ssh : ssh-keygen.1 Log message: one more replacement "(security) key" -> "(FIDO) authenticator" CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/01/18 16:17:27 Modified files: graphics/libansilove: Makefile distinfo Log message: Update libansilove to 1.1.8. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/01/18 16:19:12 Modified files: graphics/ansilove: Makefile distinfo Log message: Update ansilove to 4.0.7. CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/01/18 16:53:12 Modified files: emulators/citra: Makefile Log message: Citra does not support big endian archs, add an appropriate NOT_FOR_ARCHS OK thfr@ (maintainer) CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/01/18 16:56:31 Modified files: usr.bin/kdump : kdump.c Log message: kdump(1): give timestamp types real names; ok schwarze@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/01/18 17:03:46 Modified files: sys/dev/pci : eso.c esovar.h Log message: eso(4): msleep(9) -> msleep_nsec(9) Ticks to milliseconds. ok ratchov@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/01/18 17:18:34 Modified files: sys/dev/pci : eso.c Log message: eso(4): do not retake audio_lock during drain We can pass PNORELOCK to msleep_nsec(9) and avoid retaking the lock for no reason during a drain. ok ratchov@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/18 17:58:09 Modified files: sysutils/polkit: Makefile Log message: pk-example => pk-example-frobnicate spotted by Alain CROS, thanks CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/18 22:58:20 ports/mail/opendkim/patches Update of /cvs/ports/mail/opendkim/patches In directory cvs.openbsd.org:/tmp/cvs-serv47219/patches Log Message: Directory /cvs/ports/mail/opendkim/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/18 22:58:51 Modified files: mail/opendkim : Makefile mail/opendkim/pkg: PLIST Added files: mail/opendkim/patches: patch-opendkim_opendkim-config_h Log message: --enable-replace_rules so opendkim can play well with MTA "masquerade" features. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/19 04:15:34 Modified files: fonts/cantarell-fonts: Makefile distinfo fonts/cantarell-fonts/pkg: PLIST Log message: Update to cantarell-fonts-0.201. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2020/01/19 05:02:53 Modified files: net/seafile/client: Makefile distinfo net/seafile/client/patches: patch-CMakeLists_txt net/seafile/seafile: Makefile distinfo net/seafile/seafile/patches: patch-daemon_Makefile_am Log message: update to seafile-7.0.4 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/01/19 05:56:21 Modified files: net/cppzmq : Makefile distinfo Log message: update to cppzmq-4.6.0 CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/01/19 09:16:33 Modified files: usr.bin/mandoc : libmandoc.h man_validate.c mandoc.1 mandoc.c mandoc.h mandoc_msg.c mdoc_macro.c mdoc_validate.c regress/usr.bin/mandoc/man/TH: baddate.out_lint emptydate.out_lint longdate.out_lint noTH.out_lint noarg.out_lint onearg.out_lint twoargs.out_lint regress/usr.bin/mandoc/mdoc/Dd: Makefile badarg.out_lint dupe.out_lint long.out_lint manarg.out_lint noarg.out_lint order.out_lint regress/usr.bin/mandoc/mdoc/Os: dupe.out_lint Added files: regress/usr.bin/mandoc/mdoc/Dd: noarg.out_ascii noarg.out_markdown Log message: Align to the new, sane behaviour of the groff_mdoc(7) .Dd macro: without an argument, use the empty string, and always concatenate all arguments, no matter their number. This allows reducing the number of arguments of mandoc_normdate() and some other simplifications, at the same time polishing some error messages by adding the name of the macro in question. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/01/19 09:36:47 Modified files: regress/usr.bin/mandoc/mdoc/Os: dupe.in dupe.out_ascii dupe.out_markdown Log message: update Mdocdate for a test that got broken by committing to the out_lint file CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/01/19 10:59:01 Modified files: share/man/man7 : mdoc.7 usr.bin/mandoc : html.c html.h mandoc.h mandoc_msg.c mdoc_html.c mdoc_macro.c mdoc_man.c mdoc_markdown.c mdoc_state.c mdoc_term.c mdoc_validate.c roff.c roff.h tag.c Log message: Introduce a new mdoc(7) macro .Tg ("tag") to explicitly mark a place as defining a term. Please only use it when automatic tagging does not work. Manual page authors will not be required to add the new macro; using it remains optional. HTML output is still rudimentary in this version and will be polished later. Thanks to kn@ for reminding me that i have been considering since BSDCan 2014 whether something like this might be useful. Given that possibilities of making automatic tagging better are running out and there are still several situations where automatic tagging cannot do the job, i think the time is now ripe. Feedback and no objection from millert@; OK espie@ inoguchi@ kn@. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/01/19 11:22:31 Modified files: sbin/route : route.8 Log message: add some explicit tagging macros; OK kn@ on a previous version CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/19 11:27:50 Modified files: devel/git : Makefile devel/git/pkg : PLIST-main PLIST-x11 Log message: devel/git fixes: set MODTK_VERSION=8.6 (git-gui requires this version - version mismatch error reported by Laurie Tratt). While there, fix-up the path to wish in git-gui--askpass, and move a Tcl file that crept into -main over to -x11. ok kn@ CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2020/01/19 11:52:55 Modified files: lang/haxe : Makefile Log message: mark BROKEN until dependencies have been addressed properly CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/01/19 13:37:36 Modified files: net/icinga/core2: Makefile Log message: icinga/core2: libatomic is needed on powerpc and hppa, add WANTLIB and LDFLAGS accordingly for these archs. While here, sthen@ asked to remove the related BROKEN-hppa line; if it's still broken, it's likely for another reason. OK sthen@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/01/19 13:41:36 Modified files: graphics/opencv: Makefile graphics/opencv/pkg: PLIST-main Log message: Upbreak opencv 4.2 - Remove deprecated option ENABLE_SSE3. - Disable ADE (gapi) support because this requires to download ADE during configure. Spotted my sthen@ and neddy@, thanks for your support CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2020/01/19 13:47:10 Log message: Import me_cleaner me_cleaner is a Python 3 script able to modify an Intel ME firmware image with the final purpose of reducing its ability to interact with the system. Feedback OK kmos OK benoit Status: Vendor Tag: kn Release Tags: kn_20200119 N ports/sysutils/me_cleaner/Makefile N ports/sysutils/me_cleaner/distinfo N ports/sysutils/me_cleaner/pkg/DESCR N ports/sysutils/me_cleaner/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2020/01/19 13:48:42 Modified files: sysutils : Makefile Log message: + me_cleaner CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2020/01/19 13:49:11 Modified files: sysutils/coreboot-utils: Makefile sysutils/coreboot-utils/pkg: DESCR Log message: Improve COMMENT and DESCR CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/19 14:35:24 Modified files: telephony/asterisk: Makefile telephony/asterisk/pkg: PLIST-main Added files: telephony/asterisk/patches: patch-main_utils_c telephony/asterisk/pkg: DESCR-kqueue PLIST-kqueue Log message: asterisk port tweaks: - use getthrid to record TID (this is displayed following the opaque thread id in "core show threads", and is useful to match against top -H output) - provide a -kqueue package for res_timing_kqueue (previously @comment'ed out). Normally a pthread-backed timer is used in the package; the kqueue-backed timer is built by default but has had problems on OpenBSD in the past so is @comment'ed out. I wouldn't consider this production ready on OpenBSD (lots of "kqueue_timer_ack: [18]: Missed 1" at least on a kernel with standard HZ) but I'd like to have it more easily available for experimentation, hence adding the package. CVSROOT: /cvs Module name: src Changes by: jan@cvs.openbsd.org 2020/01/19 17:49:55 Modified files: regress/libexec/ftpd: Makefile Log message: Add a sub regression test for the nlst command in ftpd(8). CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2020/01/19 17:50:49 Modified files: . : hackathons.html Added files: images/hackathons: a2k20-s.png a2k20.png Log message: a2k20 begins in hobart CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/19 22:55:49 Modified files: archivers/py-backports-lzma: Makefile Log message: Unbreak: needs archivers/xz and actual WANTLIBs. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/01/19 23:28:12 Modified files: security/keepassxc: Makefile distinfo security/keepassxc/pkg: PLIST Log message: Update keepassxc to 2.5.3 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/20 00:01:44 Modified files: sys/dev/pci : pcidevs Log message: add some more Intel NVMe devices CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/20 00:02:27 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/20 00:08:20 Modified files: sys/dev/usb : usbdevs Log message: add another Intel Bluetooth device CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/20 00:09:11 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/01/20 00:28:03 Modified files: sys/dev/ic : ciss.c Log message: ciss(4): de-indent polling logic Should make untangling the polling logic simpler. "Sure." krw@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/01/20 01:39:21 Modified files: lib/libtls : tls.c tls.h tls_config.c lib/libtls/man : tls_config_set_protocols.3 Log message: Add support for TLSv1.3 as a protocol to libtls. This makes tls_config_parse_protocols() recognise and handle "tlsv1.3". If TLSv1.3 is enabled libtls will also request libssl to enable it. ok beck@ tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/01/20 01:40:16 Modified files: regress/lib/libtls/config: configtest.c Log message: Update libtls config regress to include TLSv1.3. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/20 02:00:32 Modified files: x11/girara : Makefile distinfo x11/girara/pkg : PLIST Log message: Update to girara 0.3.4. Diff from Matthew Martin, with WANTLIB fixes on top. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/20 02:01:51 Modified files: textproc/zathura/core: Makefile distinfo textproc/zathura/core/pkg: PLIST Log message: Update to zathura 0.4.5. Diff from Matthew Martin with WANTLIB fixes on top, ok sthen@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/20 02:03:52 Modified files: textproc/zathura/plugins: Makefile.inc textproc/zathura/plugins/cb: Makefile textproc/zathura/plugins/cb/pkg: PLIST textproc/zathura/plugins/djvu: Makefile distinfo textproc/zathura/plugins/djvu/pkg: PLIST textproc/zathura/plugins/mupdf: Makefile distinfo textproc/zathura/plugins/mupdf/pkg: PLIST textproc/zathura/plugins/poppler: Makefile distinfo textproc/zathura/plugins/poppler/pkg: PLIST textproc/zathura/plugins/ps: Makefile textproc/zathura/plugins/ps/pkg: PLIST Removed files: textproc/zathura/plugins/mupdf/patches: patch-zathura-pdf-mupdf_search_c Log message: Update to zathura plugins: djvu 0.2.9 pdf-mupdf 0.3.5 (remove mupdf 1.16 compat patch from upstream) pdf-poppler 0.3.0 fix WANTLIB all around, use @so markers in PLISTs, factorize DISTNAME, MASTER_SITES & HOMEPAGE. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/20 02:05:41 Modified files: x11/xfce4/xfce4-whiskermenu: Makefile distinfo x11/xfce4/xfce4-whiskermenu/pkg: PLIST Log message: Update to xfce4-whiskermenu 2.3.5 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/20 02:09:06 Modified files: geo/mdal : Makefile distinfo Log message: Update to mdal 0.4.1 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/20 02:42:38 Modified files: geo/pygeoapi : Makefile Log message: Use a more 'standard' PKGNAME: py3-pygeoapi-0.6.0 - req'd by sthen@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2020/01/20 03:18:20 Modified files: usr.sbin/smtpd : mta_session.c Log message: opportunistic tls downgrade logic is more complex than it should and can in some cases lead to a sanity check fatal() being hit. rework the logic so it is simpler and makes the sanity check fatal() unreachable. ok eric@ millert@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/01/20 03:29:31 Modified files: usr.bin/mandoc : main.c man_term.c mdoc_term.c tag.c tag.h Log message: Make the code more readable by introducing symbolic constants for tagging priorities. This review also made me find a minor bug: do not upgrade TAG_FALLBACK to TAG_WEAK when there is trailing whitespace. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/01/20 06:10:37 Modified files: lib/libssl : Makefile tls13_client.c tls13_internal.h tls13_lib.c Added files: lib/libssl : tls13_error.c Log message: Provide an error framework for use with the TLSv1.3 code. This is based on the libtls error handling code, but adds machine readable codes and subcodes. We then map these codes back to libssl error codes. ok beck@ inoguchi@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2020/01/20 06:32:26 Modified files: databases/ports-readmes-dancer: Makefile distinfo Log message: fix two bugs in search, as reported by solene@, thanks CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/01/20 08:58:23 Modified files: sys/arch/amd64/amd64: db_trace.c sys/arch/arm64/arm64: db_trace.c sys/arch/hppa/hppa: db_interface.c sys/arch/i386/i386: db_trace.c sys/arch/mips64/mips64: trap.c sys/arch/sparc64/sparc64: db_trace.c sys/ddb : db_access.h db_output.c sys/kern : subr_witness.c Added files: sys/sys : stacktrace.h Log message: Separate the stack trace saving interface from ddb. The saving does not require the debugger on most architectures, and the separation makes the code easier to use from other subsystems. The function definitions are still conditional to DDB. However, that should not matter for now. OK deraadt@, mpi@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/01/20 10:16:14 Modified files: graphics/libansilove: Makefile distinfo Log message: Update libansilove to 1.1.9. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2020/01/20 10:42:06 Modified files: sysutils/ggrep : Makefile distinfo Log message: maintenance update to 3.4 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2020/01/20 10:49:05 Modified files: sysutils/ansible: Makefile distinfo sysutils/ansible/pkg: PLIST-html PLIST-main Log message: Update ansible 2.9.2 -> 2.9.3 Changelog: https://github.com/ansible/ansible/blob/stable-2.9/changelogs/CHANGELOG-v2.9.rst#v2-9-3 CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/01/20 11:10:23 Modified files: graphics/termtosvg: Makefile distinfo graphics/termtosvg/pkg: PLIST Log message: Update termtosvg to 1.1.0. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/20 11:39:24 Modified files: usr.sbin/bind/lib/dns: Makefile.in usr.sbin/bind/lib/dns/include/dns: Makefile.in usr.sbin/bind/lib/isccfg: Makefile.in usr.sbin/bind/lib/isccfg/include/isccfg: Makefile.in Removed files: usr.sbin/bind/lib/dns: acl.c iptable.c usr.sbin/bind/lib/dns/include/dns: acl.h iptable.h usr.sbin/bind/lib/isccfg: aclconf.c usr.sbin/bind/lib/isccfg/include/isccfg: aclconf.h Log message: Remove acl support OK millert CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/20 11:40:56 Modified files: usr.sbin/bind/bin/dig: dighost.c usr.sbin/bind/lib/dns: Makefile.in compress.c tsec.c tsig.c usr.sbin/bind/lib/dns/include/dns: Makefile.in tsig.h Removed files: usr.sbin/bind/lib/dns: rbt.c tkey.c usr.sbin/bind/lib/dns/include/dns: rbt.h tkey.h Log message: Reduce tsig support to what is needed by dig et al by removing the server side support and keyrings. This allows us to get rid of a red-black-tree implementation. OK millert CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/20 11:41:49 Modified files: usr.sbin/bind/bin/dig: dighost.c usr.sbin/bind/lib/lwres: lwconfig.c usr.sbin/bind/lib/lwres/include/lwres: lwres.h Log message: Fix a address family desynchronisation between lwres_conf and dig_serverlist. In one of the first shredding commits lwres unintentionally lost the ability to track if the user requested IPv4 only or IPv6 only operations. Parsing of /etc/resolv.conf would add all nameservers, ignoring their address family. When dig(1) later populated server_list it would pay attention to the address family. If /etc/resolv.conf contains only IPv4 nameservers and it has 3 or more and the user requests IPv6 only operations dig would fail with "add_nameserver failed". This happens because lwres_conf already contains 3 nameservers but server_list is empty so dig tries to add ::1 to lwres_conf. It feels like this is very convoluted but it restores previous behavoir the way it was implemented before. Thus sidestepping some refactoring. OK millert CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/20 11:43:22 Modified files: usr.sbin/bind/lib/isc: Makefile.in mem.c task.c usr.sbin/bind/lib/isc/include/isc: Makefile.in mem.h socket.h task.h usr.sbin/bind/lib/isc/unix: socket.c Removed files: usr.sbin/bind/lib/isc: httpd.c usr.sbin/bind/lib/isc/include/isc: httpd.h json.h xml.h Log message: We are not using json, xml nor httpd. OK millert CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/20 11:44:50 Modified files: usr.sbin/bind/lib/isc: Makefile.in usr.sbin/bind/lib/isc/include/isc: Makefile.in usr.sbin/bind/lib/isc/unix: time.c usr.sbin/bind/lib/isc/unix/include/isc: time.h Removed files: usr.sbin/bind/lib/isc: tm.c usr.sbin/bind/lib/isc/include/isc: tm.h Log message: Remove unused tm.c OK millert CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/20 11:45:29 Modified files: usr.sbin/bind/lib/isc: task.c timer.c usr.sbin/bind/lib/isc/unix: app.c socket.c Log message: unifdef threading related defines input & OK millert CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/20 11:46:57 Modified files: usr.sbin/bind : configure configure.in usr.sbin/bind/lib/dns: Makefile.in dst_result.c lib.c result.c usr.sbin/bind/lib/dns/include/dns: lib.h usr.sbin/bind/lib/isc: Makefile.in assertions.c commandline.c error.c lex.c lib.c log.c mem.c netaddr.c result.c sockaddr.c task.c timer.c usr.sbin/bind/lib/isc/include/isc: Makefile.in lib.h log.h msgs.h result.h types.h util.h usr.sbin/bind/lib/isc/unix: app.c net.c socket.c Removed files: usr.sbin/bind/lib/dns: dst_lib.c usr.sbin/bind/lib/dns/include/dst: lib.h usr.sbin/bind/lib/isc/include/isc: msgcat.h usr.sbin/bind/lib/isc/nls: Makefile.in msgcat.c Log message: Do not use a message catalog for error messages. It's not installed anyway. OK millert CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/20 11:48:27 Modified files: usr.sbin/bind/lib/isc: Makefile.in usr.sbin/bind/lib/isc/include/isc: Makefile.in Removed files: usr.sbin/bind/lib/isc: counter.c crc64.c lfsr.c pool.c portset.c quota.c radix.c ratelimiter.c taskpool.c usr.sbin/bind/lib/isc/include/isc: counter.h crc64.h lfsr.h pool.h portset.h quota.h radix.h ratelimiter.h taskpool.h Log message: Remove various unused lib/isc bits. OK millert CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/20 11:49:46 Modified files: usr.sbin/bind/bin/dig: dig.c dighost.c host.c nslookup.c usr.sbin/bind/lib/dns: byaddr.c compress.c dnssec.c dst_api.c dst_parse.c hmac_link.c keydata.c master.c masterdump.c message.c name.c nsec.c nsec3.c openssl_link.c opensslecdsa_link.c openssleddsa_link.c opensslgost_link.c opensslrsa_link.c rcode.c rdata.c time.c tsig.c ttl.c usr.sbin/bind/lib/dns/rdata/any_255: tsig_250.c usr.sbin/bind/lib/isc: Makefile.in aes.c base32.c base64.c buffer.c commandline.c hash.c heap.c hex.c hmacsha.c lex.c log.c mem.c netaddr.c netscope.c regex.c safe.c sha1.c sha2.c sockaddr.c symtab.c task.c usr.sbin/bind/lib/isc/include/isc: Makefile.in usr.sbin/bind/lib/isc/unix: app.c dir.c file.c net.c socket.c syslog.c time.c usr.sbin/bind/lib/isccfg: namedconf.c parser.c Removed files: usr.sbin/bind/lib/isc: string.c usr.sbin/bind/lib/isc/include/isc: string.h Log message: As millert@ points out we can replace isc_string_touint64 with strtoull(3) and then get rid of lib/isc/string.c OK millert CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/20 11:51:54 Modified files: usr.sbin/bind/bin/dig: dig.c dighost.c host.c nslookup.c usr.sbin/bind/bin/dig/include/dig: dig.h usr.sbin/bind/lib/dns: byaddr.c compress.c dnssec.c ds.c dst_api.c dst_internal.h dst_parse.c dst_parse.h gen.c hmac_link.c keydata.c lib.c master.c masterdump.c message.c name.c ncache.c nsec.c nsec3.c openssl_link.c opensslecdsa_link.c openssleddsa_link.c opensslgost_link.c opensslrsa_link.c rdata.c rdataset.c soa.c tsec.c tsig.c usr.sbin/bind/lib/dns/include/dns: compress.h dnssec.h keydata.h master.h masterdump.h message.h name.h nsec3.h rdata.h tsec.h tsig.h usr.sbin/bind/lib/dns/include/dst: dst.h usr.sbin/bind/lib/dns/rdata/any_255: tsig_250.c tsig_250.h usr.sbin/bind/lib/dns/rdata/ch_3: a_1.c a_1.h usr.sbin/bind/lib/dns/rdata/generic: afsdb_18.c afsdb_18.h avc_258.c avc_258.h caa_257.c caa_257.h cdnskey_60.c cds_59.c cert_37.c cert_37.h cname_5.c cname_5.h csync_62.c csync_62.h dlv_32769.c dname_39.c dname_39.h dnskey_48.c doa_259.c doa_259.h ds_43.c ds_43.h eui48_108.c eui64_109.c gpos_27.c gpos_27.h hinfo_13.c hinfo_13.h hip_55.c hip_55.h ipseckey_45.c ipseckey_45.h isdn_20.c isdn_20.h key_25.c key_25.h keydata_65533.c keydata_65533.h l32_105.c l64_106.c loc_29.c lp_107.c lp_107.h mb_7.c mb_7.h md_3.c md_3.h mf_4.c mf_4.h mg_8.c mg_8.h minfo_14.c minfo_14.h mr_9.c mr_9.h mx_15.c mx_15.h naptr_35.c naptr_35.h nid_104.c ninfo_56.c ns_2.c ns_2.h nsec3_50.c nsec3_50.h nsec3param_51.c nsec3param_51.h nsec_47.c nsec_47.h null_10.c null_10.h nxt_30.c nxt_30.h openpgpkey_61.c openpgpkey_61.h opt_41.c opt_41.h proforma.h ptr_12.c ptr_12.h rkey_57.c rp_17.c rp_17.h rrsig_46.c rrsig_46.h rt_21.c rt_21.h sig_24.c sig_24.h sink_40.c sink_40.h smimea_53.c soa_6.c soa_6.h spf_99.c spf_99.h sshfp_44.c sshfp_44.h ta_32768.c talink_58.c talink_58.h tkey_249.c tkey_249.h tlsa_52.c tlsa_52.h txt_16.c txt_16.h unspec_103.c unspec_103.h uri_256.c uri_256.h x25_19.c x25_19.h usr.sbin/bind/lib/dns/rdata/hs_4: a_1.c usr.sbin/bind/lib/dns/rdata/in_1: a6_38.c a6_38.h a_1.c aaaa_28.c apl_42.c apl_42.h dhcid_49.c dhcid_49.h kx_36.c kx_36.h nsap-ptr_23.c nsap-ptr_23.h nsap_22.c nsap_22.h px_26.c px_26.h srv_33.c srv_33.h wks_11.c wks_11.h usr.sbin/bind/lib/isc: Makefile.in app_api.c buffer.c event.c hash.c heap.c lex.c lib.c log.c socket_api.c symtab.c task.c timer.c usr.sbin/bind/lib/isc/include/isc: Makefile.in app.h buffer.h event.h file.h hash.h heap.h lex.h log.h socket.h symtab.h task.h timer.h types.h usr.sbin/bind/lib/isc/unix: app.c file.c socket.c strerror.c usr.sbin/bind/lib/isccfg: namedconf.c parser.c usr.sbin/bind/lib/isccfg/include/isccfg: cfg.h grammar.h Removed files: usr.sbin/bind/lib/isc: mem.c usr.sbin/bind/lib/isc/include/isc: mem.h Log message: Rip out custom memory allocator. OK otto CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2020/01/20 11:59:41 Modified files: textproc/elasticsearch: Makefile distinfo textproc/elasticsearch/pkg: PLIST Log message: Update elasticsearch 7.5.0 -> 7.5.1 Relase notes: https://www.elastic.co/guide/en/elasticsearch/reference/7.5/release-notes-7.5.1.html CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2020/01/20 12:00:40 Modified files: www/kibana : Makefile distinfo www/kibana/pkg : PLIST Log message: Update kibana 7.5.0 -> 7.5.1 Relase notes: https://www.elastic.co/guide/en/kibana/7.5/release-notes-7.5.1.html CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2020/01/20 12:04:04 Modified files: sysutils/beats/filebeat: Makefile distinfo Log message: Update filebeat 7.4.2 -> 7.5.1 Relase notes: https://www.elastic.co/guide/en/beats/libbeat/7.5/release-notes-7.5.1.html CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2020/01/20 12:04:48 Modified files: sysutils/logstash: Makefile distinfo sysutils/logstash/pkg: PLIST Log message: Update logstash 7.5.0 -> 7.5.1 Relase notes: https://www.elastic.co/guide/en/logstash/7.5/logstash-7-5-1.html CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/20 12:12:12 Modified files: usr.sbin/bind/lib/isc: Makefile.in usr.sbin/bind/lib/isc/include/isc: Makefile.in types.h Removed files: usr.sbin/bind/lib/isc: ondestroy.c usr.sbin/bind/lib/isc/include/isc: ondestroy.h Log message: With the custom memory allocator gone ondestroy is unused. CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2020/01/20 12:25:56 Modified files: textproc/py-elasticsearch: Makefile distinfo textproc/py-elasticsearch/pkg: PLIST Log message: Update py-elasticsearch 7.1.0 -> 7.5.1 Changelog: https://github.com/elastic/elasticsearch-py/blob/master/Changelog.rst CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/20 13:41:43 Modified files: sbin/unwind : resolver.c Log message: We can not share a cache between validating and resolving strategies. The resolving only strategies mess up the negative cache by claiming DNSSEC related records do not exist which confuses the validating strategies. Found the hard way by kn@ and analysed by otto@ OK kn@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/20 13:56:57 Modified files: usr.sbin/bind/bin/dig: dig.1 Log message: We no longer support "memory usage" debugging. CVSROOT: /cvs Module name: ports Changes by: anton@cvs.openbsd.org 2020/01/20 14:00:38 Modified files: mail/mdsort : Makefile distinfo Log message: Update to mdsort-5.1.0. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/01/20 14:03:35 Modified files: app/xterm : Makefile charproc.c menu.c Log message: Disable the print-immediate and print-on-error functions in xterm. They a causing a pledge violation when called, and we can live without them. ok millert, also discussed with deraadt@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/01/20 14:21:20 Modified files: sbin/dhclient : dhclient.c Log message: Move warning about DHO_STATIC_ROUTES (option 33) to debug. Continued emittance noticed by mlarkin@ ok florian@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/20 14:39:06 Modified files: net/dnscontrol : Makefile distinfo Log message: update to dnscontrol-2.10.0, from Karlis Mikelson, thanks Paco Esteban for tests/feedback CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/20 14:41:02 Modified files: net/dnscontrol : Makefile Log message: dnscontrol tweaks: - add aarch64 to ONLY_FOR_ARCHS now that it has golang - drop "MODGO_FLAGS= -tags nosystemd", it was only being passed in for tests which it didn't change, and didn't do anything else. - add the default MODGO_FLAGS from go.port.mk to the custom build commands, to honour MAKE_JOBS/debug settings, and display source files being built CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2020/01/20 15:04:17 Modified files: lib/libssl : tls13_handshake.c tls13_record_layer.c Log message: Add alerts to the tls 1.3 record layer and handshake layer ok jsing@, inoguchi@, tb@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2020/01/20 15:10:27 Modified files: usr.sbin/acme-client: http.c Log message: Remove the tls_close warnx in acme-client. Currently it very often reports a spurious "acme-client: tls_close: EOF without close notify" warning which is plain confusing - it is a warning only, doesn't block anything, but when people have some other failure (network problems, bad acme-challenge path in webserver, etc) they often see this message and think that it's relevant. The libtls warning is there to detect truncation attacks in protocols that don't have their own way to do so (e.g. HTTP/0.9). HTTP/1.0 or newer have methods to do this (Content-Length or chunked transfer encoding); acme-client doesn't check them yet and perhaps should. But that's a separate issue, the warnx doesn't really help with this anyway, and it's unlikely that a truncated json payload would be valid for acme-client parsing anyway. OK florian@ benno@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2020/01/20 16:21:01 Modified files: sys/arch/amd64/conf: GENERIC sys/arch/i386/conf: GENERIC sys/dev/pcmcia : files.pcmcia Removed files: sys/dev/pcmcia : esp_pcmcia.c Log message: remove esp at pcmcia attachment. it doesn't even compile. ok deraadt krw CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/01/20 16:21:57 Modified files: sys/isofs/cd9660: cd9660_extern.h cd9660_vnops.c sys/isofs/udf : udf_extern.h udf_vnops.c sys/kern : spec_vnops.c vfs_subr.c vfs_sync.c sys/miscfs/deadfs: dead_vnops.c sys/miscfs/fifofs: fifo_vnops.c sys/miscfs/fuse: fuse_vnops.c fusefs.h sys/msdosfs : msdosfs_denode.c msdosfs_vnops.c sys/nfs : nfs_node.c nfs_subs.c nfs_vnops.c sys/ntfs : ntfs.h ntfs_vnops.c sys/sys : vnode.h sys/tmpfs : tmpfs_fifoops.c tmpfs_specops.c tmpfs_vnops.c tmpfs_vnops.h sys/ufs/ext2fs : ext2fs_extern.h ext2fs_vnops.c sys/ufs/ffs : ffs_extern.h ffs_vnops.c sys/ufs/mfs : mfs_extern.h mfs_vnops.c sys/uvm : uvm_swap.c Log message: struct vops is not modified during runtime so use const which moves each into read-only data segment. OK deraadt@ tedu@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/01/20 16:23:04 Modified files: share/man/man9 : getnewvnode.9 vnode.9 Log message: Add const to struct vops. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/20 16:25:33 Modified files: sys/dev/pci : pcidevs Log message: add ids for Intel Comet Lake and Tiger Lake Ethernet CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/20 16:26:13 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/01/20 16:27:01 Modified files: sys/arch/amd64/conf: RAMDISK Log message: floppy is a bit tight right now, evict fxp temporarily until another space-saving candidate is found (this candidate selected by jsg and kettenis, don't blame the commiter) CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2020/01/20 16:30:06 ports/benchmarks/fio Update of /cvs/ports/benchmarks/fio In directory cvs.openbsd.org:/tmp/cvs-serv51322/fio Log Message: Directory /cvs/ports/benchmarks/fio added to the repository CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2020/01/20 16:30:22 ports/benchmarks/fio/pkg Update of /cvs/ports/benchmarks/fio/pkg In directory cvs.openbsd.org:/tmp/cvs-serv52025/pkg Log Message: Directory /cvs/ports/benchmarks/fio/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2020/01/20 16:32:01 Added files: benchmarks/fio : Makefile distinfo benchmarks/fio/pkg: DESCR PLIST Log message: fio is a IO benchmarking tool that can simulate various user defined workloads. fio will spawn a number of threads or processes doing a particular type of IO action as specified by the user. It takes a number of global parameters, each inherited by the thread unless other parameters given to them overriding that setting. The typical use of fio is to write a job file matching the IO load one wants to simulate. okay sthen@ CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2020/01/20 16:32:55 Modified files: cad/fritzing : Makefile Removed files: cad/fritzing/patches: patch-phoenix_pro Log message: Switch fritzing to qt5, original diff from rsadowski updates from me. OK rsadowski CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2020/01/20 16:33:08 Modified files: benchmarks : Makefile Log message: Add fio CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/20 16:45:03 Modified files: sys/dev/pci : if_em.c if_em_hw.c if_em_hw.h Log message: match on Intel Comet Lake and Tiger Lake Ethernet CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/01/20 17:14:43 Modified files: usr.sbin/bind : Makefile.in Removed files: usr.sbin/bind : CHANGES FAQ FAQ.xml HISTORY README Log message: remove top-level files no longer relevant CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/01/20 17:18:13 Modified files: sys/nfs : nfs_kq.c nfs_socket.c Log message: sys/nfs: misc. tsleep(9) -> tsleep_nsec(9); ok mpi@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/01/20 17:21:55 Modified files: sys/dev/ofw : ofw_misc.c ofw_misc.h Log message: Add the beginnings of an nvmem "framework". ok patrick@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2020/01/20 18:40:46 Modified files: sys/arch/amd64/conf: GENERIC Log message: remove a few disabled drivers that don't compile and seem unlikely to become interesting in the future. ok deraadt krw CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2020/01/20 18:41:47 Modified files: share/man/man4/man4.macppc: Makefile sys/arch/macppc/conf: GENERIC files.macppc Removed files: share/man/man4/man4.macppc: esp.4 sys/arch/macppc/dev: esp.c Log message: remove unfinished macppc esp driver. ok deraadt krw CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2020/01/20 19:01:50 Modified files: sys/arch/amd64/amd64: ipi.c Log message: Whitespace/style fixes. No code change. CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2020/01/20 19:59:37 Modified files: sys/arch/amd64/amd64: ipifuncs.c Log message: Remove some prototypes under #ifdef HIBERNATE that we don't use anymore. No functional change. CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2020/01/20 20:06:39 Modified files: sys/arch/amd64/amd64: trap.c Log message: Whitespace fixes. No code change. CVSROOT: /cvs Module name: ports Changes by: djm@cvs.openbsd.org 2020/01/20 20:33:47 Modified files: geo/openbsd-developers/files: OpenBSD Log message: make my location slightly less incorrect; spotted by Ross L Richardson CVSROOT: /cvs Module name: ports Changes by: djm@cvs.openbsd.org 2020/01/20 20:35:49 Modified files: geo/openbsd-developers: Makefile Log message: bump rev for previous CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2020/01/20 20:40:05 Modified files: lib/libssl : tls13_client.c tls13_handshake.c tls13_internal.h Log message: Add alert processing in tls client code, by adding alert to the tls13 context, and emiting the alert at the upper layers when the lower level code fails ok jsing@, tb@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/01/20 21:45:18 Modified files: lib/libssl : ssl_lib.c tls13_lib.c Log message: Clear and free the tls13_ctx that hangs off an SSL *s from SSL_{clear,free}(3). Make sure the handshake context is cleaned up completely: the hs_tls13 reacharound is taken care of by ssl3_{clear,free}(3). Add a missing tls13_handshake_msg_free() call to tls13_ctx_free(). ok beck jsing CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2020/01/20 22:02:53 Modified files: usr.bin/ftp : fetch.c Log message: Fix tls_handshake() usage which was added without checking return values correctly. This would break ftp when the handshake doesn't complete in one shot. (noticed when making tls 1.3 connections to cloudflare.cdn) ok jsing@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/01/20 22:19:02 Modified files: lib/libssl : ssl.h ssl_err.c tls13_lib.c Log message: Provide SSL_R_UNKNOWN. This allows us to indicate that the cause of the failure is unknown, rather than implying that it was an internal error when it was not. ok beck@ CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2020/01/20 22:27:19 Modified files: devel/cargo : cargo.port.mk devel/cbindgen : Makefile net/routinator : Makefile Log message: devel/cargo: use edition 2018 syntax by default for installing using cargo the syntax is compatible with older edition, and more crates are using the edition 2018 which require it. avoid using MODCARGO_INSTALL_ARGS just to pass "--path ." ok landry@ (some time ago, the diff was sleeping in my tree) CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/20 22:56:27 Modified files: usr.bin/ssh : sshconnect2.c Log message: a little more verbosity in sign_and_send_pubkey() debug messages CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/20 22:56:56 Modified files: usr.bin/ssh : sshkey.c Log message: fix ssh-keygen not displaying authenticator touch prompt; reported by jmc@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2020/01/20 23:09:56 Modified files: usr.bin/ssh : sshd_config.5 Log message: Document sntrup4591761x25519-sha512@tinyssh.org. Patch from jtesta@positronsecurity.com via github PR#151. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/01/20 23:22:17 Modified files: usr.sbin/bgpd : rde_peer.c Log message: Fix a comment CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/01/20 23:37:25 Modified files: sys/dev/pci : piixpm.c piixreg.h Log message: Fix support for additional I2C busses in piixpm(4) for older SB800 SMBus controllers. Devices where SB800_PMREG_SMB0SELEN returns 0 will only use the first port. Also clean up the PCI_PRODUCT_AMD_HUDSON2_SMB detection a bit more. The PCI ID 1022:780b is used by AMD Bolton FCH and AMD Family 16h model 30h-3fh. The problem is the former uses old register layout while the latter uses the new FCH layout. Make sure AMD Bolton FCH uses the old code path. Finally fix a confusion about the IRQ / SMI detection. The logic was reversed since if the bit is 0 then SMI is used. This should fix attaching sensors 4 times on old AMD machines. OK kettenis@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/01/20 23:59:25 Modified files: usr.sbin/bind/bin/dig: dig.c Log message: remove -m from usage(); CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/01/21 00:00:34 Modified files: usr.bin/snmp : snmp.1 Log message: remove trailing whitespace; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/01/21 00:02:45 Modified files: sbin/iked : iked.8 Log message: use an underscore for -p's argument, rather than hyphen: matches SYNOPSIS and usage(); CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/21 00:07:31 Modified files: usr.bin/ssh : ssh-sk-client.c Log message: check access(ssh-sk-helper, X_OK) to provide friendly error message for misconfigured helper paths CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/01/21 00:11:19 Modified files: share/man/man4/man4.macppc: macobio.4 Log message: remove entry for esp(4); CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2020/01/21 00:20:20 Modified files: sysutils/ansible: Makefile distinfo sysutils/ansible/pkg: PLIST-html Log message: Update ansible 2.9.3 -> 2.9.4 Changelog: https://github.com/ansible/ansible/blob/stable-2.9/changelogs/CHANGELOG-v2.9.rst#v2-9-4 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/21 00:43:48 Modified files: sys/dev/pci/drm/amd/amdgpu: soc15.c Log message: Enable mmhub power gating on picasso. Matches linux 4.20. mmhub on soc15 is a memory controller hub for sdma, uvd and vce. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2020/01/21 01:02:56 Modified files: www/honk : Makefile distinfo www/honk/pkg : DESCR PLIST Log message: Update for Honk to 0.8.6. Initial update from me with Horia (maintainer) tweaks. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/21 01:06:27 Modified files: regress/usr.bin/ssh: integrity.sh test-exec.sh Log message: pass SSH_SK_HELPER explicitly past $SUDO to avoid it getting cleared; with dtucker@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/21 01:06:56 Modified files: usr.sbin/bind/lib/isccfg: Makefile.in namedconf.c parser.c usr.sbin/bind/lib/isccfg/include/isccfg: Makefile.in Removed files: usr.sbin/bind/lib/isccfg: log.c usr.sbin/bind/lib/isccfg/include/isccfg: log.h Log message: Get rid of isccfg/log.c by pulling in the tiny bits needed into parser.c. One less conflicting .o file generated. OK deraadt CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/01/21 01:07:08 ports/net/mlvpn/patches Update of /cvs/ports/net/mlvpn/patches In directory cvs.openbsd.org:/tmp/cvs-serv40032/patches Log Message: Directory /cvs/ports/net/mlvpn/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/01/21 01:14:03 Modified files: productivity/rednotebook: Makefile distinfo productivity/rednotebook/pkg: PLIST Log message: Update to rednotebook-2.15 CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/01/21 01:14:36 Modified files: net/gopher : Makefile distinfo net/gopher/pkg : PLIST Log message: Update to gopher-3.0.17 CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/01/21 01:15:19 Modified files: devel/help2man : Makefile distinfo Log message: Update to help2man-1.47.12 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2020/01/21 01:28:14 Modified files: devel/py-certifi: Makefile distinfo Log message: Update py-certifi 2019.9.11 -> 2019.11.28 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/21 02:22:35 Modified files: benchmarks/fio : Makefile benchmarks/fio/pkg: PLIST Log message: register conflict with py-fiona CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/21 02:35:58 Modified files: textproc/catfish: Makefile distinfo textproc/catfish/patches: patch-setup_py Log message: Update to catfish 1.4.13 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/21 02:54:01 Modified files: x11/xfce4/exo : Makefile distinfo Log message: Update to exo 0.12.11 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/01/21 03:11:09 Modified files: usr.sbin/bind/lib/isc: Makefile.in app_api.c socket_api.c task.c timer.c usr.sbin/bind/lib/isc/unix: app.c Removed files: usr.sbin/bind/lib/isc: bind9.c lib.c Log message: libisc has a global variable called "isc_bind9" that indicates the program-family (bind, dig, nslookup, host..) the library is being used by, this flag is cleared using a constructor-like mechanism in a .c file which is not compiled nor called. if the flag is cleared, the library acts differently in 40+ functions. Imagine if our libc had such a global variable?? delete all of that. ok florian CVSROOT: /cvs Module name: src Changes by: inoguchi@cvs.openbsd.org 2020/01/21 03:18:52 Modified files: lib/libcrypto/pkcs7: pk7_lib.c Log message: Remove redundant ASN1_INTEGER_set call in PKCS7_set_type ok bcook@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/21 03:22:24 Modified files: geo/py-fiona : Makefile geo/py-fiona/pkg: PLIST Log message: register conflict with benchmarks/fio, only for the py2 version without MODPY_SUFFIX on the script name. uses ${MODPY_2ONLY} to @comment out in the plist which is used elsewhere (e.g. py-ldap) which is probably generally useful enough to factor out into python.port.mk but ENOTIME now. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/21 03:51:50 Modified files: x11/xfce4 : xfce4.port.mk x11/xfce4/xfce4-settings: Makefile x11/xfce4/exo : Makefile x11/xfce4/garcon: Makefile x11/xfce4/thunar: Makefile Log message: Set limitw:1,even for PORTROACH variable on all XFCE_PROJECTs. will avoid pestering me about 4.15 devel releases i'm already aware of anyway.. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/21 03:56:11 Modified files: www/mozilla-firefox: Makefile distinfo www/firefox-i18n: Makefile.inc distinfo Log message: Update to firefox 72.0.2. See https://www.mozilla.org/en-US/firefox/72.0.2/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/21 03:57:26 Modified files: www/firefox-esr: Makefile distinfo www/firefox-esr-i18n: Makefile.inc distinfo Log message: Update to firefox-esr 68.4.2. See https://www.mozilla.org/en-US/firefox/68.4.2/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/21 03:59:33 Modified files: www/firefox-esr: Tag: OPENBSD_6_6 Makefile distinfo Log message: MFC: update to firefox-esr 68.4.2. See https://www.mozilla.org/en-US/firefox/68.4.2/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/21 04:00:48 Modified files: www/mozilla-firefox: Tag: OPENBSD_6_6 Makefile distinfo Log message: MFC: update to firefox 72.0.2. See https://www.mozilla.org/en-US/firefox/72.0.2/releasenotes/ (thx solene@ for backporting 72.0.1 to make my life easier.. and note that it might be hard to backport 73 as it requires newer cbindgen) CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/21 04:06:09 Modified files: usr.bin/ssh : ssh-keygen.c Log message: don't #ifdef out the KRL code when compiling without libcrypto support; it works just fine and disabling it breaks a few tests. ok dtucker@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/01/21 04:06:47 Modified files: usr.sbin/bind : Makefile.bsd-wrapper usr.sbin/bind/lib/dns: dst_openssl.h opensslgost_link.c opensslrsa_link.c usr.sbin/bind/lib/isc: aes.c hmacsha.c sha1.c sha2.c usr.sbin/bind/lib/isc/include/isc: hmacsha.h sha1.h sha2.h Log message: Set --enable-openssl-hash to use digests from libcrypto instead of the isc-provided ones. Get rid of most LIBRESSL_VERSION_NUMBER checks in the C code to avoid hacky workarounds that were implemented for old LibreSSL versions. ok florian CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/01/21 04:10:24 Modified files: usr.sbin/bgpd : bgpd.h Log message: Add some additional cease error subcodes as defined by iana. OK denis@ deraadt@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/01/21 04:11:42 Modified files: usr.sbin/bind/lib/dns: opensslrsa_link.c Log message: Whack last remaining LIBRESSL_VERSION_NUMBER check in the C code. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/01/21 04:12:06 Modified files: usr.sbin/bgpd : session.c session.h Log message: Add last_rcvd_errcode and last_rcvd_suberr to the peer_stats so that not only sent errors can be reported but also received ones. OK denis@ deraadt@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/01/21 04:14:26 Modified files: usr.sbin/bgpctl: bgpctl.c Log message: Update get_errstr() to report errors like log_notification() in bgpd. With this suberrors of cease will be reported which is very helpful. OK denis@ deraadt@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/01/21 04:16:35 Modified files: usr.sbin/bgpctl: output.c Log message: Report sent or received errors (normally not both at the same time). With this the last notfication causing a session teardown will be shown in bgpctl show neighbor output. OK denis@ deraadt@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/01/21 05:08:04 Modified files: lib/libssl : tls13_client.c tls13_internal.h tls13_record_layer.c Log message: Correct legacy fallback for TLSv1.3 client. When falling back to the legacy TLS client, in the case where a server has sent a TLS record that contains more than one handshake message, we also need to stash the unprocessed record data for later processing. Otherwise we end up with missing handshake data. ok beck@ tb@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/01/21 05:13:21 Modified files: usr.bin/signify: signify.1 signify.c Log message: In -C mode, the public key is optional since it can be deduced from the untrusted comment. In this case, don't ignore -t but rather make it work as expected. ok tedu CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2020/01/21 05:40:04 Modified files: usr.bin/ssh : ssh_config.5 Log message: document the default value of the ControlPersist option; ok dtucker@ djm@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/21 05:50:46 Modified files: geo/qgis : Makefile distinfo geo/qgis/patches: patch-src_core_CMakeLists_txt geo/qgis/pkg : PLIST Log message: Update to qgis 3.10.2 CVSROOT: /cvs Module name: ports Changes by: pirofti@cvs.openbsd.org 2020/01/21 07:08:11 Modified files: www/youtube-dl : Makefile distinfo www/youtube-dl/pkg: PLIST Log message: youtube-dl-2020.01.15 CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2020/01/21 07:36:55 Modified files: devel/py-country: Makefile Log message: Tweak tests to just need PYTHONPATH and not require a self-install CVSROOT: /cvs Module name: src Changes by: denis@cvs.openbsd.org 2020/01/21 08:17:13 Modified files: usr.sbin/ospf6d: rde.c rde.h rde_lsdb.c Log message: No need to pass peerid to lsa_snap() OK remi@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/01/21 08:20:47 Modified files: sys/kern : kern_fork.c kern_synch.c syscalls.master sys/sys : proc.h Log message: Make __thrsleep(2) and __thrwakeup(2) MP-safe Threads in __thrsleep(2) are tracked using queues, one queue per each process for synchronization between threads of a process, and one system-wide queue for the special ident -1 handling. Each of these queues has an associated rwlock that serializes access. The queue lock is released when calling copyin() and copyout() in thrsleep(). This preserves the existing behaviour where a blocked copy operation does not prevent other threads from making progress. Tested by anton@, claudio@ OK anton@, claudio@, tedu@, mpi@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/01/21 08:21:42 Modified files: sys/kern : init_sysent.c syscalls.c sys/sys : syscall.h syscallargs.h Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2020/01/21 08:50:03 Modified files: app/cwm : kbfunc.c Log message: Ensure the pointer stays within client bounds after a window 'snap' (to edge). reported by Stefan Hagen. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/01/21 09:15:46 src/sys/dev/dt Update of /cvs/src/sys/dev/dt In directory cvs.openbsd.org:/tmp/cvs-serv80812/sys/dev/dt Log Message: Directory /cvs/src/sys/dev/dt added to the repository CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/01/21 09:16:23 Modified files: sys/arch/amd64/amd64: conf.c sys/arch/arm/arm: conf.c sys/arch/arm64/arm64: conf.c sys/arch/i386/i386: conf.c sys/arch/landisk/landisk: conf.c sys/arch/loongson/loongson: conf.c sys/arch/luna88k/luna88k: conf.c sys/arch/macppc/macppc: conf.c sys/arch/octeon/octeon: conf.c sys/arch/sgi/sgi: conf.c sys/arch/sparc64/sparc64: conf.c sys/conf : GENERIC files sys/kern : kern_clock.c kern_sched.c kern_synch.c sched_bsd.c sys/sys : conf.h syscall_mi.h Added files: sys/dev/dt : dt_dev.c dt_prov_profile.c dt_prov_static.c dt_prov_syscall.c dtvar.h sys/sys : tracepoint.h Log message: Import dt(4) a driver and framework for Dynamic Profiling. The design is fairly simple: events, in the form of descriptors on a ring, are being produced in any kernel context and being consumed by a userland process reading /dev/dt. Code and hooks are all guarded under '#if NDT > 0' so this commit shouldn't introduce any change as long as dt(4) is disable in GENERIC. ok kettenis@, visa@, jasper@, deraadt@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/01/21 09:18:28 Modified files: share/man/man4 : Makefile Added files: share/man/man4 : dt.4 Log message: Manual for dt(4). CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/01/21 09:20:44 Modified files: etc : MAKEDEV.common etc/etc.amd64 : MAKEDEV.md etc/etc.arm64 : MAKEDEV.md etc/etc.armv7 : MAKEDEV.md etc/etc.i386 : MAKEDEV.md etc/etc.landisk: MAKEDEV.md etc/etc.loongson: MAKEDEV.md etc/etc.luna88k: MAKEDEV.md etc/etc.macppc : MAKEDEV.md etc/etc.octeon : MAKEDEV.md etc/etc.sgi : MAKEDEV.md etc/etc.sparc64: MAKEDEV.md Log message: Add /dev/dt CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/01/21 09:21:40 Modified files: etc/etc.amd64 : MAKEDEV etc/etc.arm64 : MAKEDEV etc/etc.armv7 : MAKEDEV etc/etc.i386 : MAKEDEV etc/etc.landisk: MAKEDEV etc/etc.loongson: MAKEDEV etc/etc.luna88k: MAKEDEV etc/etc.macppc : MAKEDEV etc/etc.octeon : MAKEDEV etc/etc.sgi : MAKEDEV etc/etc.sparc64: MAKEDEV Log message: regen CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/01/21 09:22:19 src/usr.sbin/btrace Update of /cvs/src/usr.sbin/btrace In directory cvs.openbsd.org:/tmp/cvs-serv47405/btrace Log Message: Directory /cvs/src/usr.sbin/btrace added to the repository CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/01/21 09:24:55 Added files: usr.sbin/btrace: Makefile bt.5 bt_parse.y bt_parser.h btrace.8 btrace.c btrace.h ksyms.c map.c printf.c Log message: Import a bug tracer, companion of dt(4), that speaks the bt(5) language. ok kettenis@, visa@, jasper@, deraadt@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/01/21 09:25:41 src/regress/usr.sbin/btrace Update of /cvs/src/regress/usr.sbin/btrace In directory cvs.openbsd.org:/tmp/cvs-serv23234/btrace Log Message: Directory /cvs/src/regress/usr.sbin/btrace added to the repository CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/01/21 09:27:18 Added files: regress/usr.sbin/btrace: Makefile arithm.bt arithm.ok beginend.bt beginend.ok comments.bt comments.ok delete.bt exit.bt exit.ok map.bt map.ok maxoperand.bt maxoperand.ok multismts.bt multismts.ok nsecs+var.bt nsecs+var.ok Log message: Regression tests for btrace(8). CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/01/21 09:32:54 Added files: usr.sbin/btrace: TODO Log message: Some remaining items for the curious. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/01/21 10:30:21 Modified files: textproc/fzy : Makefile Log message: Add missing HOMEPAGE. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/01/21 10:34:32 Modified files: astro/ansiweather: Makefile distinfo Log message: Update ansiweather to 1.16.0. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/01/21 12:18:41 Modified files: www/p5-Test-HTTP-LocalServer: Makefile distinfo Log message: update p5-Test-HTTP-LocalServer to 0.71 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/01/21 12:27:58 Modified files: textproc/p5-XML-LibXSLT: Makefile distinfo textproc/p5-XML-LibXSLT/pkg: PLIST Log message: update p5-XML-LibXSLT to 1.99 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/21 13:31:15 Modified files: www/py-pylons : Makefile www/py-pylons/pkg: DESCR Log message: Update py-pylons HOMEPAGE, add a note to DESCR that it is in maintenance-only mode upstream. (The port is also outdated, there is a 1.0.3 release). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/21 13:33:40 Modified files: www/py-pylons : Makefile distinfo www/py-pylons/pkg: PLIST Log message: update to py-pylons 1.0.3; only minimal changes to 1.0.2 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/01/21 13:34:40 Modified files: textproc/p5-XML-LibXML: Makefile distinfo Log message: update p5-XML-LibXML to 2.0202 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/21 13:38:01 Modified files: databases/py-sqlobject: Makefile distinfo databases/py-sqlobject/pkg: PLIST Log message: update to py-sqlobject 3.8.0 CVSROOT: /cvs Module name: src Changes by: remi@cvs.openbsd.org 2020/01/21 13:38:52 Modified files: usr.sbin/ospf6d: ospf6d.h parse.y printconf.c usr.sbin/ospfd : ospfd.c ospfd.h parse.y printconf.c Log message: Allow the interface setting "type p2p" to be configured globallz or per area. Most of the other interface settings allow this. ok denis@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/21 14:05:45 Modified files: net/exabgp : Makefile distinfo Log message: update to exabgp-4.2.4 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/21 14:40:46 Modified files: www/squid : Makefile distinfo www/squid/patches: patch-bootstrap_sh patch-src_squid_8_in Log message: update to squid-4.10 CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/21 15:39:57 Modified files: usr.bin/ssh : sshd.c Log message: expose the number of currently-authenticating connections along with the MaxStartups limit in the proctitle; suggestion from Philipp Marek, w/ feedback from Craig Miskell ok dtucker@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/01/21 15:47:39 Modified files: regress/usr.bin/nc: Makefile server-tcp.c Log message: Connect netcat client to server and close stdin. Then netcat waits for the other side to terminate. Check that netcat is sleeping and does not run in a busy loop. Add tests for TCP, TLS, and UDP. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2020/01/21 16:59:20 Modified files: usr.sbin/bind/bin/dig: dighost.c usr.sbin/bind/lib/dns: lib.c master.c openssl_link.c usr.sbin/bind/lib/dns/rdata/in_1: wks_11.c usr.sbin/bind/lib/isc: Makefile.in app_api.c hash.c log.c refcount.c result.c socket_api.c task.c timer.c usr.sbin/bind/lib/isc/include/isc: Makefile.in queue.h refcount.h util.h usr.sbin/bind/lib/isc/nothreads/include/isc: Makefile.in condition.h usr.sbin/bind/lib/isc/unix: app.c socket.c strerror.c Removed files: usr.sbin/bind/lib/isc: mutexblock.c usr.sbin/bind/lib/isc/include/isc: mutexblock.h usr.sbin/bind/lib/isc/nothreads: mutex.c usr.sbin/bind/lib/isc/nothreads/include/isc: mutex.h Log message: remove mutex.h etc. since this code is now unthreaded. ok florian CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/01/21 17:17:46 Modified files: sys/scsi : scsi_base.c Log message: scsi_delay(): sleep without lbolt If we want to sleep for a multiple of seconds we can do that without involving lbolt. This may cause some paths to sleep longer than they have on average, as sleeping on lbolt wakes you up within one second, not after one second. If this is a problem we will need to shorten the intervals given to scsi_delay(). With insight from deraadt@. ok krw@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/01/21 18:02:28 Modified files: lib/libssl : tls13_internal.h tls13_lib.c tls13_record_layer.c Log message: Implement close-notify and SSL_shutdown() handling for the TLSv1.3 client. ok beck@ inoguchi@ tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/01/21 18:21:43 Modified files: lib/libssl : Makefile ssl.h ssl_methods.c Log message: Split the TLSv1.3 guards into separate client and server guards. ok beck@ tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/01/21 19:01:11 Modified files: regress/usr.sbin/bgpd/integrationtests: Makefile Added files: regress/usr.sbin/bgpd/integrationtests: bgpd.maxprefix.rdomain1.conf bgpd.maxprefix.rdomain2.conf maxprefix.sh Log message: Add a simple regress test to check that max-prefix works CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/01/21 19:02:31 Modified files: sys/dev/pv : xbf.c Log message: xbf(4): tsleep(9) -> tsleep_nsec(9); ok mikeb@ CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2020/01/21 19:14:05 Log message: Import Mesa 19.2.8 Status: Vendor Tag: mesa Release Tags: mesa-19_2_8 N xenocara/lib/mesa/.dir-locals.el N xenocara/lib/mesa/.editorconfig N xenocara/lib/mesa/.mailmap N xenocara/lib/mesa/.travis.yml N xenocara/lib/mesa/Android.common.mk N xenocara/lib/mesa/Android.mk N xenocara/lib/mesa/CleanSpec.mk N xenocara/lib/mesa/README.rst N xenocara/lib/mesa/REVIEWERS C xenocara/lib/mesa/SConstruct C xenocara/lib/mesa/VERSION N xenocara/lib/mesa/appveyor.yml C xenocara/lib/mesa/common.py U xenocara/lib/mesa/meson.build U xenocara/lib/mesa/meson_options.txt N xenocara/lib/mesa/bin/.cherry-ignore N xenocara/lib/mesa/bin/.editorconfig N xenocara/lib/mesa/bin/__init__.py N xenocara/lib/mesa/bin/gen_release_notes.py N xenocara/lib/mesa/bin/gen_release_notes_test.py N xenocara/lib/mesa/bin/get-extra-pick-list.sh N xenocara/lib/mesa/bin/get-pick-list.sh U xenocara/lib/mesa/bin/git_sha1_gen.py U xenocara/lib/mesa/bin/install_megadrivers.py N xenocara/lib/mesa/bin/meson-cmd-extract.py N xenocara/lib/mesa/bin/meson-options.py U xenocara/lib/mesa/bin/meson.build U xenocara/lib/mesa/bin/meson_get_version.py N xenocara/lib/mesa/bin/perf-annotate-jit.py N xenocara/lib/mesa/bin/post_version.py N xenocara/lib/mesa/bin/symbols-check.py U xenocara/lib/mesa/build-support/conftest.dyn U xenocara/lib/mesa/build-support/conftest.map U xenocara/lib/mesa/docs/ARB_color_buffer_float.txt U xenocara/lib/mesa/docs/README.UVD U xenocara/lib/mesa/docs/README.VCE U xenocara/lib/mesa/docs/README.WIN32 U xenocara/lib/mesa/docs/VERSIONS C xenocara/lib/mesa/docs/application-issues.html C xenocara/lib/mesa/docs/bugs.html C xenocara/lib/mesa/docs/codingstyle.html U xenocara/lib/mesa/docs/conform.html C xenocara/lib/mesa/docs/contents.html U xenocara/lib/mesa/docs/debugging.html C xenocara/lib/mesa/docs/developers.html C xenocara/lib/mesa/docs/devinfo.html U xenocara/lib/mesa/docs/dispatch.html C xenocara/lib/mesa/docs/download.html C xenocara/lib/mesa/docs/egl.html C xenocara/lib/mesa/docs/envvars.html U xenocara/lib/mesa/docs/extensions.html C xenocara/lib/mesa/docs/faq.html U xenocara/lib/mesa/docs/favicon.ico U xenocara/lib/mesa/docs/favicon.png C xenocara/lib/mesa/docs/features.txt U xenocara/lib/mesa/docs/gears.png C xenocara/lib/mesa/docs/helpwanted.html C xenocara/lib/mesa/docs/index.html C xenocara/lib/mesa/docs/install.html C xenocara/lib/mesa/docs/intro.html U xenocara/lib/mesa/docs/libGL.txt C xenocara/lib/mesa/docs/license.html C xenocara/lib/mesa/docs/lists.html C xenocara/lib/mesa/docs/llvmpipe.html U xenocara/lib/mesa/docs/mesa.css U xenocara/lib/mesa/docs/meson.html C xenocara/lib/mesa/docs/opengles.html U xenocara/lib/mesa/docs/osmesa.html U xenocara/lib/mesa/docs/perf.html C xenocara/lib/mesa/docs/postprocess.html C xenocara/lib/mesa/docs/precompiled.html C xenocara/lib/mesa/docs/release-calendar.html C xenocara/lib/mesa/docs/releasing.html C xenocara/lib/mesa/docs/relnotes.html C xenocara/lib/mesa/docs/repository.html C xenocara/lib/mesa/docs/shading.html C xenocara/lib/mesa/docs/sourcedocs.html C xenocara/lib/mesa/docs/sourcetree.html C xenocara/lib/mesa/docs/submittingpatches.html C xenocara/lib/mesa/docs/systems.html C xenocara/lib/mesa/docs/thanks.html C xenocara/lib/mesa/docs/utilities.html U xenocara/lib/mesa/docs/versions.html C xenocara/lib/mesa/docs/viewperf.html C xenocara/lib/mesa/docs/vmware-guest.html U xenocara/lib/mesa/docs/webmaster.html C xenocara/lib/mesa/docs/xlibdriver.html U xenocara/lib/mesa/docs/relnotes/10.0.1.html U xenocara/lib/mesa/docs/relnotes/10.0.2.html U xenocara/lib/mesa/docs/relnotes/10.0.3.html U xenocara/lib/mesa/docs/relnotes/10.0.4.html U xenocara/lib/mesa/docs/relnotes/10.0.5.html U xenocara/lib/mesa/docs/relnotes/10.0.html U xenocara/lib/mesa/docs/relnotes/10.1.1.html U xenocara/lib/mesa/docs/relnotes/10.1.2.html U xenocara/lib/mesa/docs/relnotes/10.1.3.html U xenocara/lib/mesa/docs/relnotes/10.1.4.html U xenocara/lib/mesa/docs/relnotes/10.1.5.html U xenocara/lib/mesa/docs/relnotes/10.1.6.html U xenocara/lib/mesa/docs/relnotes/10.1.html U xenocara/lib/mesa/docs/relnotes/10.2.1.html U xenocara/lib/mesa/docs/relnotes/10.2.2.html U xenocara/lib/mesa/docs/relnotes/10.2.3.html U xenocara/lib/mesa/docs/relnotes/10.2.4.html U xenocara/lib/mesa/docs/relnotes/10.2.5.html U xenocara/lib/mesa/docs/relnotes/10.2.6.html U xenocara/lib/mesa/docs/relnotes/10.2.7.html U xenocara/lib/mesa/docs/relnotes/10.2.8.html U xenocara/lib/mesa/docs/relnotes/10.2.9.html U xenocara/lib/mesa/docs/relnotes/10.2.html U xenocara/lib/mesa/docs/relnotes/3.1 U xenocara/lib/mesa/docs/relnotes/10.3.1.html U xenocara/lib/mesa/docs/relnotes/10.3.2.html U xenocara/lib/mesa/docs/relnotes/10.3.3.html U xenocara/lib/mesa/docs/relnotes/10.3.4.html U xenocara/lib/mesa/docs/relnotes/10.3.5.html U xenocara/lib/mesa/docs/relnotes/10.3.6.html U xenocara/lib/mesa/docs/relnotes/10.3.7.html U xenocara/lib/mesa/docs/relnotes/10.3.html U xenocara/lib/mesa/docs/relnotes/10.4.1.html U xenocara/lib/mesa/docs/relnotes/10.4.2.html U xenocara/lib/mesa/docs/relnotes/10.4.3.html U xenocara/lib/mesa/docs/relnotes/10.4.4.html U xenocara/lib/mesa/docs/relnotes/10.4.5.html U xenocara/lib/mesa/docs/relnotes/10.4.6.html U xenocara/lib/mesa/docs/relnotes/10.4.7.html U xenocara/lib/mesa/docs/relnotes/10.4.html U xenocara/lib/mesa/docs/relnotes/10.5.0.html U xenocara/lib/mesa/docs/relnotes/10.5.1.html U xenocara/lib/mesa/docs/relnotes/10.5.2.html U xenocara/lib/mesa/docs/relnotes/10.5.3.html U xenocara/lib/mesa/docs/relnotes/10.5.4.html U xenocara/lib/mesa/docs/relnotes/10.5.5.html U xenocara/lib/mesa/docs/relnotes/10.5.6.html U xenocara/lib/mesa/docs/relnotes/10.5.7.html U xenocara/lib/mesa/docs/relnotes/10.5.8.html U xenocara/lib/mesa/docs/relnotes/3.2 U xenocara/lib/mesa/docs/relnotes/10.5.9.html U xenocara/lib/mesa/docs/relnotes/10.6.0.html U xenocara/lib/mesa/docs/relnotes/10.6.1.html U xenocara/lib/mesa/docs/relnotes/10.6.2.html U xenocara/lib/mesa/docs/relnotes/10.6.3.html U xenocara/lib/mesa/docs/relnotes/10.6.4.html U xenocara/lib/mesa/docs/relnotes/10.6.5.html U xenocara/lib/mesa/docs/relnotes/10.6.6.html U xenocara/lib/mesa/docs/relnotes/10.6.7.html U xenocara/lib/mesa/docs/relnotes/10.6.8.html U xenocara/lib/mesa/docs/relnotes/10.6.9.html U xenocara/lib/mesa/docs/relnotes/11.0.0.html U xenocara/lib/mesa/docs/relnotes/11.0.1.html U xenocara/lib/mesa/docs/relnotes/11.0.2.html U xenocara/lib/mesa/docs/relnotes/11.0.3.html U xenocara/lib/mesa/docs/relnotes/11.0.4.html U xenocara/lib/mesa/docs/relnotes/11.0.5.html U xenocara/lib/mesa/docs/relnotes/11.0.6.html U xenocara/lib/mesa/docs/relnotes/11.0.7.html U xenocara/lib/mesa/docs/relnotes/11.0.8.html U xenocara/lib/mesa/docs/relnotes/11.0.9.html U xenocara/lib/mesa/docs/relnotes/11.1.0.html U xenocara/lib/mesa/docs/relnotes/11.1.1.html U xenocara/lib/mesa/docs/relnotes/11.1.2.html U xenocara/lib/mesa/docs/relnotes/11.1.3.html U xenocara/lib/mesa/docs/relnotes/3.3 U xenocara/lib/mesa/docs/relnotes/11.1.4.html U xenocara/lib/mesa/docs/relnotes/11.2.0.html U xenocara/lib/mesa/docs/relnotes/11.2.1.html U xenocara/lib/mesa/docs/relnotes/11.2.2.html U xenocara/lib/mesa/docs/relnotes/12.0.0.html U xenocara/lib/mesa/docs/relnotes/12.0.1.html U xenocara/lib/mesa/docs/relnotes/12.0.2.html U xenocara/lib/mesa/docs/relnotes/12.0.3.html C xenocara/lib/mesa/docs/relnotes/12.0.4.html C xenocara/lib/mesa/docs/relnotes/12.0.5.html C xenocara/lib/mesa/docs/relnotes/12.0.6.html U xenocara/lib/mesa/docs/relnotes/13.0.0.html U xenocara/lib/mesa/docs/relnotes/13.0.1.html U xenocara/lib/mesa/docs/relnotes/13.0.2.html U xenocara/lib/mesa/docs/relnotes/13.0.3.html U xenocara/lib/mesa/docs/relnotes/13.0.4.html U xenocara/lib/mesa/docs/relnotes/13.0.5.html C xenocara/lib/mesa/docs/relnotes/13.0.6.html C xenocara/lib/mesa/docs/relnotes/17.0.0.html C xenocara/lib/mesa/docs/relnotes/17.0.1.html C xenocara/lib/mesa/docs/relnotes/17.0.2.html C xenocara/lib/mesa/docs/relnotes/17.0.3.html C xenocara/lib/mesa/docs/relnotes/17.0.4.html C xenocara/lib/mesa/docs/relnotes/17.0.5.html C xenocara/lib/mesa/docs/relnotes/17.0.6.html U xenocara/lib/mesa/docs/relnotes/3.4 C xenocara/lib/mesa/docs/relnotes/17.0.7.html C xenocara/lib/mesa/docs/relnotes/17.1.0.html C xenocara/lib/mesa/docs/relnotes/17.1.1.html U xenocara/lib/mesa/docs/relnotes/17.1.10.html C xenocara/lib/mesa/docs/relnotes/17.1.2.html C xenocara/lib/mesa/docs/relnotes/17.1.3.html C xenocara/lib/mesa/docs/relnotes/17.1.4.html C xenocara/lib/mesa/docs/relnotes/17.1.5.html C xenocara/lib/mesa/docs/relnotes/17.1.6.html U xenocara/lib/mesa/docs/relnotes/17.1.7.html U xenocara/lib/mesa/docs/relnotes/17.1.8.html U xenocara/lib/mesa/docs/relnotes/17.1.9.html C xenocara/lib/mesa/docs/relnotes/17.2.0.html C xenocara/lib/mesa/docs/relnotes/17.2.1.html C xenocara/lib/mesa/docs/relnotes/17.2.2.html C xenocara/lib/mesa/docs/relnotes/17.2.3.html C xenocara/lib/mesa/docs/relnotes/17.2.4.html C xenocara/lib/mesa/docs/relnotes/17.2.5.html C xenocara/lib/mesa/docs/relnotes/17.2.6.html C xenocara/lib/mesa/docs/relnotes/17.2.7.html C xenocara/lib/mesa/docs/relnotes/17.2.8.html U xenocara/lib/mesa/docs/relnotes/17.3.0.html U xenocara/lib/mesa/docs/relnotes/17.3.1.html U xenocara/lib/mesa/docs/relnotes/17.3.2.html U xenocara/lib/mesa/docs/relnotes/17.3.3.html U xenocara/lib/mesa/docs/relnotes/17.3.4.html U xenocara/lib/mesa/docs/relnotes/17.3.5.html U xenocara/lib/mesa/docs/relnotes/17.3.6.html U xenocara/lib/mesa/docs/relnotes/17.3.7.html U xenocara/lib/mesa/docs/relnotes/17.3.8.html U xenocara/lib/mesa/docs/relnotes/17.3.9.html U xenocara/lib/mesa/docs/relnotes/18.0.0.html U xenocara/lib/mesa/docs/relnotes/18.0.1.html U xenocara/lib/mesa/docs/relnotes/18.0.2.html U xenocara/lib/mesa/docs/relnotes/18.0.3.html U xenocara/lib/mesa/docs/relnotes/18.0.4.html U xenocara/lib/mesa/docs/relnotes/18.0.5.html U xenocara/lib/mesa/docs/relnotes/18.1.0.html U xenocara/lib/mesa/docs/relnotes/18.1.1.html U xenocara/lib/mesa/docs/relnotes/18.1.2.html U xenocara/lib/mesa/docs/relnotes/18.1.3.html U xenocara/lib/mesa/docs/relnotes/18.1.4.html U xenocara/lib/mesa/docs/relnotes/18.1.5.html U xenocara/lib/mesa/docs/relnotes/18.1.6.html U xenocara/lib/mesa/docs/relnotes/18.1.7.html U xenocara/lib/mesa/docs/relnotes/18.1.8.html U xenocara/lib/mesa/docs/relnotes/18.1.9.html U xenocara/lib/mesa/docs/relnotes/18.2.0.html U xenocara/lib/mesa/docs/relnotes/18.2.1.html U xenocara/lib/mesa/docs/relnotes/18.2.2.html U xenocara/lib/mesa/docs/relnotes/3.5 U xenocara/lib/mesa/docs/relnotes/18.2.3.html U xenocara/lib/mesa/docs/relnotes/18.2.4.html U xenocara/lib/mesa/docs/relnotes/18.2.5.html U xenocara/lib/mesa/docs/relnotes/18.2.6.html U xenocara/lib/mesa/docs/relnotes/18.2.7.html U xenocara/lib/mesa/docs/relnotes/18.2.8.html U xenocara/lib/mesa/docs/relnotes/18.3.0.html U xenocara/lib/mesa/docs/relnotes/18.3.1.html U xenocara/lib/mesa/docs/relnotes/18.3.2.html C xenocara/lib/mesa/docs/relnotes/18.3.3.html C xenocara/lib/mesa/docs/relnotes/18.3.4.html C xenocara/lib/mesa/docs/relnotes/18.3.5.html N xenocara/lib/mesa/docs/relnotes/18.3.6.html U xenocara/lib/mesa/docs/relnotes/19.0.0.html U xenocara/lib/mesa/docs/relnotes/19.0.1.html U xenocara/lib/mesa/docs/relnotes/19.0.2.html U xenocara/lib/mesa/docs/relnotes/19.0.3.html U xenocara/lib/mesa/docs/relnotes/19.0.4.html U xenocara/lib/mesa/docs/relnotes/19.0.5.html U xenocara/lib/mesa/docs/relnotes/19.0.6.html U xenocara/lib/mesa/docs/relnotes/19.0.7.html U xenocara/lib/mesa/docs/relnotes/19.0.8.html N xenocara/lib/mesa/docs/relnotes/19.1.0.html N xenocara/lib/mesa/docs/relnotes/19.1.1.html N xenocara/lib/mesa/docs/relnotes/19.1.2.html U xenocara/lib/mesa/docs/relnotes/4.0 N xenocara/lib/mesa/docs/relnotes/19.1.3.html N xenocara/lib/mesa/docs/relnotes/19.1.4.html N xenocara/lib/mesa/docs/relnotes/19.2.0.html N xenocara/lib/mesa/docs/relnotes/19.2.1.html N xenocara/lib/mesa/docs/relnotes/19.2.2.html N xenocara/lib/mesa/docs/relnotes/19.2.3.html N xenocara/lib/mesa/docs/relnotes/19.2.4.html N xenocara/lib/mesa/docs/relnotes/19.2.5.html N xenocara/lib/mesa/docs/relnotes/19.2.6.html N xenocara/lib/mesa/docs/relnotes/19.2.7.html N xenocara/lib/mesa/docs/relnotes/19.2.8.html U xenocara/lib/mesa/docs/relnotes/3.2.1 U xenocara/lib/mesa/docs/relnotes/3.4.1 U xenocara/lib/mesa/docs/relnotes/3.4.2 U xenocara/lib/mesa/docs/relnotes/4.0.1 U xenocara/lib/mesa/docs/relnotes/4.0.2 U xenocara/lib/mesa/docs/relnotes/4.0.3 U xenocara/lib/mesa/docs/relnotes/4.1 U xenocara/lib/mesa/docs/relnotes/5.0 U xenocara/lib/mesa/docs/relnotes/5.0.1 U xenocara/lib/mesa/docs/relnotes/5.0.2 U xenocara/lib/mesa/docs/relnotes/5.1 U xenocara/lib/mesa/docs/relnotes/6.0 U xenocara/lib/mesa/docs/relnotes/6.0.1 U xenocara/lib/mesa/docs/relnotes/6.1 U xenocara/lib/mesa/docs/relnotes/6.2 U xenocara/lib/mesa/docs/relnotes/6.2.1 U xenocara/lib/mesa/docs/relnotes/6.3 U xenocara/lib/mesa/docs/relnotes/6.3.1 U xenocara/lib/mesa/docs/relnotes/6.3.2 U xenocara/lib/mesa/docs/relnotes/6.4 U xenocara/lib/mesa/docs/relnotes/6.4.1.html U xenocara/lib/mesa/docs/relnotes/6.4.2.html U xenocara/lib/mesa/docs/relnotes/6.4.html U xenocara/lib/mesa/docs/relnotes/6.5.1.html C xenocara/lib/mesa/docs/relnotes/6.5.2.html U xenocara/lib/mesa/docs/relnotes/6.5.3.html U xenocara/lib/mesa/docs/relnotes/6.5.html U xenocara/lib/mesa/docs/relnotes/7.0.1.html U xenocara/lib/mesa/docs/relnotes/7.0.2.html U xenocara/lib/mesa/docs/relnotes/7.0.3.html U xenocara/lib/mesa/docs/relnotes/7.0.4.html U xenocara/lib/mesa/docs/relnotes/7.0.html U xenocara/lib/mesa/docs/relnotes/7.1.html U xenocara/lib/mesa/docs/relnotes/7.10.1.html U xenocara/lib/mesa/docs/relnotes/7.10.2.html U xenocara/lib/mesa/docs/relnotes/7.10.3.html U xenocara/lib/mesa/docs/relnotes/7.10.html U xenocara/lib/mesa/docs/relnotes/7.11.1.html U xenocara/lib/mesa/docs/relnotes/7.11.2.html C xenocara/lib/mesa/docs/relnotes/7.11.html U xenocara/lib/mesa/docs/relnotes/7.2.html U xenocara/lib/mesa/docs/relnotes/7.3.html U xenocara/lib/mesa/docs/relnotes/7.4.1.html U xenocara/lib/mesa/docs/relnotes/7.4.2.html U xenocara/lib/mesa/docs/relnotes/7.4.3.html U xenocara/lib/mesa/docs/relnotes/7.4.4.html U xenocara/lib/mesa/docs/relnotes/7.4.html C xenocara/lib/mesa/docs/relnotes/7.5.1.html C xenocara/lib/mesa/docs/relnotes/7.5.2.html C xenocara/lib/mesa/docs/relnotes/7.5.html U xenocara/lib/mesa/docs/relnotes/7.6.1.html U xenocara/lib/mesa/docs/relnotes/7.6.html U xenocara/lib/mesa/docs/relnotes/7.7.1.html U xenocara/lib/mesa/docs/relnotes/7.7.html U xenocara/lib/mesa/docs/relnotes/7.8.1.html U xenocara/lib/mesa/docs/relnotes/7.8.2.html U xenocara/lib/mesa/docs/relnotes/7.8.3.html U xenocara/lib/mesa/docs/relnotes/7.8.html U xenocara/lib/mesa/docs/relnotes/7.9.1.html U xenocara/lib/mesa/docs/relnotes/7.9.2.html U xenocara/lib/mesa/docs/relnotes/7.9.html U xenocara/lib/mesa/docs/relnotes/8.0.1.html U xenocara/lib/mesa/docs/relnotes/8.0.2.html U xenocara/lib/mesa/docs/relnotes/8.0.3.html U xenocara/lib/mesa/docs/relnotes/8.0.4.html U xenocara/lib/mesa/docs/relnotes/8.0.5.html U xenocara/lib/mesa/docs/relnotes/8.0.html U xenocara/lib/mesa/docs/relnotes/9.0.1.html U xenocara/lib/mesa/docs/relnotes/9.0.2.html U xenocara/lib/mesa/docs/relnotes/9.0.3.html C xenocara/lib/mesa/docs/relnotes/9.0.html U xenocara/lib/mesa/docs/relnotes/9.1.1.html C xenocara/lib/mesa/docs/relnotes/9.1.2.html U xenocara/lib/mesa/docs/relnotes/9.1.3.html U xenocara/lib/mesa/docs/relnotes/9.1.4.html U xenocara/lib/mesa/docs/relnotes/9.1.5.html U xenocara/lib/mesa/docs/relnotes/9.1.6.html U xenocara/lib/mesa/docs/relnotes/9.1.7.html U xenocara/lib/mesa/docs/relnotes/9.1.html U xenocara/lib/mesa/docs/relnotes/9.2.1.html U xenocara/lib/mesa/docs/relnotes/9.2.2.html U xenocara/lib/mesa/docs/relnotes/9.2.3.html U xenocara/lib/mesa/docs/relnotes/9.2.4.html U xenocara/lib/mesa/docs/relnotes/9.2.5.html U xenocara/lib/mesa/docs/relnotes/9.2.html U xenocara/lib/mesa/docs/specs/EGL_MESA_device_software.txt U xenocara/lib/mesa/docs/specs/EGL_MESA_drm_image_formats.txt U xenocara/lib/mesa/docs/specs/EGL_MESA_platform_surfaceless.txt U xenocara/lib/mesa/docs/specs/EGL_MESA_query_driver.txt U xenocara/lib/mesa/docs/specs/EXT_shader_integer_mix.spec U xenocara/lib/mesa/docs/specs/EXT_shader_samples_identical.txt U xenocara/lib/mesa/docs/specs/INTEL_shader_atomic_float_minmax.txt U xenocara/lib/mesa/docs/specs/MESA_configless_context.spec U xenocara/lib/mesa/docs/specs/MESA_copy_sub_buffer.spec U xenocara/lib/mesa/docs/specs/MESA_drm_image.spec U xenocara/lib/mesa/docs/specs/MESA_framebuffer_flip_y.txt U xenocara/lib/mesa/docs/specs/MESA_image_dma_buf_export.txt U xenocara/lib/mesa/docs/specs/MESA_multithread_makecurrent.spec U xenocara/lib/mesa/docs/specs/MESA_pack_invert.spec U xenocara/lib/mesa/docs/specs/MESA_pixmap_colormap.spec U xenocara/lib/mesa/docs/specs/MESA_query_renderer.spec U xenocara/lib/mesa/docs/specs/MESA_release_buffers.spec U xenocara/lib/mesa/docs/specs/MESA_shader_debug.spec U xenocara/lib/mesa/docs/specs/MESA_shader_integer_functions.txt U xenocara/lib/mesa/docs/specs/MESA_swap_control.spec U xenocara/lib/mesa/docs/specs/MESA_swap_frame_usage.spec U xenocara/lib/mesa/docs/specs/MESA_texture_array.spec U xenocara/lib/mesa/docs/specs/MESA_texture_signed_rgba.spec U xenocara/lib/mesa/docs/specs/MESA_window_pos.spec U xenocara/lib/mesa/docs/specs/MESA_ycbcr_texture.spec U xenocara/lib/mesa/docs/specs/WL_bind_wayland_display.spec U xenocara/lib/mesa/docs/specs/WL_create_wayland_buffer_from_image.spec U xenocara/lib/mesa/docs/specs/enums.txt U xenocara/lib/mesa/docs/specs/OLD/EGL_MESA_screen_surface.txt U xenocara/lib/mesa/docs/specs/OLD/MESA_agp_offset.spec U xenocara/lib/mesa/docs/specs/OLD/MESA_packed_depth_stencil.spec U xenocara/lib/mesa/docs/specs/OLD/MESA_program_debug.spec U xenocara/lib/mesa/docs/specs/OLD/MESA_resize_buffers.spec U xenocara/lib/mesa/docs/specs/OLD/MESA_set_3dfx_mode.spec U xenocara/lib/mesa/docs/specs/OLD/MESA_sprite_point.spec U xenocara/lib/mesa/docs/specs/OLD/MESA_trace.spec N xenocara/lib/mesa/doxygen/.gitignore U xenocara/lib/mesa/doxygen/Makefile U xenocara/lib/mesa/doxygen/README U xenocara/lib/mesa/doxygen/common.doxy U xenocara/lib/mesa/doxygen/core_subset.doxy U xenocara/lib/mesa/doxygen/doxy.bat U xenocara/lib/mesa/doxygen/gallium.doc U xenocara/lib/mesa/doxygen/gallium.doxy U xenocara/lib/mesa/doxygen/gbm.doxy U xenocara/lib/mesa/doxygen/glapi.doxy U xenocara/lib/mesa/doxygen/glsl.doxy U xenocara/lib/mesa/doxygen/header.html U xenocara/lib/mesa/doxygen/header_subset.html U xenocara/lib/mesa/doxygen/i965.doxy U xenocara/lib/mesa/doxygen/main.doxy U xenocara/lib/mesa/doxygen/math.doxy U xenocara/lib/mesa/doxygen/math_subset.doxy U xenocara/lib/mesa/doxygen/nir.doxy U xenocara/lib/mesa/doxygen/radeon_subset.doxy U xenocara/lib/mesa/doxygen/swrast.doxy U xenocara/lib/mesa/doxygen/swrast_setup.doxy U xenocara/lib/mesa/doxygen/tnl.doxy U xenocara/lib/mesa/doxygen/tnl_dd.doxy U xenocara/lib/mesa/doxygen/vbo.doxy N xenocara/lib/mesa/include/c11_compat.h U xenocara/lib/mesa/include/c99_alloca.h C xenocara/lib/mesa/include/c99_compat.h U xenocara/lib/mesa/include/c99_math.h U xenocara/lib/mesa/include/meson.build U xenocara/lib/mesa/include/no_extern_c.h U xenocara/lib/mesa/include/CL/cl.h U xenocara/lib/mesa/include/CL/cl.hpp N xenocara/lib/mesa/include/CL/cl2.hpp C xenocara/lib/mesa/include/CL/cl_d3d10.h C xenocara/lib/mesa/include/CL/cl_d3d11.h C xenocara/lib/mesa/include/CL/cl_dx9_media_sharing.h N xenocara/lib/mesa/include/CL/cl_dx9_media_sharing_intel.h U xenocara/lib/mesa/include/CL/cl_egl.h C xenocara/lib/mesa/include/CL/cl_ext.h N xenocara/lib/mesa/include/CL/cl_ext_intel.h U xenocara/lib/mesa/include/CL/cl_gl.h C xenocara/lib/mesa/include/CL/cl_gl_ext.h C xenocara/lib/mesa/include/CL/cl_platform.h N xenocara/lib/mesa/include/CL/cl_va_api_media_sharing_intel.h N xenocara/lib/mesa/include/CL/cl_version.h C xenocara/lib/mesa/include/CL/opencl.h U xenocara/lib/mesa/include/D3D9/.editorconfig U xenocara/lib/mesa/include/D3D9/d3d9.h U xenocara/lib/mesa/include/D3D9/d3d9caps.h U xenocara/lib/mesa/include/D3D9/d3d9types.h C xenocara/lib/mesa/include/EGL/egl.h C xenocara/lib/mesa/include/EGL/eglext.h U xenocara/lib/mesa/include/EGL/eglextchromium.h U xenocara/lib/mesa/include/EGL/eglmesaext.h C xenocara/lib/mesa/include/EGL/eglplatform.h U xenocara/lib/mesa/include/GL/gl.h C xenocara/lib/mesa/include/GL/glcorearb.h C xenocara/lib/mesa/include/GL/glext.h U xenocara/lib/mesa/include/GL/glx.h U xenocara/lib/mesa/include/GL/glxext.h U xenocara/lib/mesa/include/GL/mesa_glinterop.h U xenocara/lib/mesa/include/GL/osmesa.h U xenocara/lib/mesa/include/GL/wglext.h C xenocara/lib/mesa/include/GL/internal/dri_interface.h U xenocara/lib/mesa/include/GLES/egl.h C xenocara/lib/mesa/include/GLES/gl.h C xenocara/lib/mesa/include/GLES/glext.h U xenocara/lib/mesa/include/GLES/glplatform.h C xenocara/lib/mesa/include/GLES2/gl2.h C xenocara/lib/mesa/include/GLES2/gl2ext.h U xenocara/lib/mesa/include/GLES2/gl2platform.h C xenocara/lib/mesa/include/GLES3/gl3.h C xenocara/lib/mesa/include/GLES3/gl31.h C xenocara/lib/mesa/include/GLES3/gl32.h U xenocara/lib/mesa/include/GLES3/gl3ext.h U xenocara/lib/mesa/include/GLES3/gl3platform.h U xenocara/lib/mesa/include/HaikuGL/GLRenderer.h U xenocara/lib/mesa/include/HaikuGL/GLView.h U xenocara/lib/mesa/include/HaikuGL/OpenGLKit.h U xenocara/lib/mesa/include/HaikuGL/README C xenocara/lib/mesa/include/KHR/khrplatform.h U xenocara/lib/mesa/include/c11/.editorconfig U xenocara/lib/mesa/include/c11/threads.h U xenocara/lib/mesa/include/c11/threads_posix.h U xenocara/lib/mesa/include/c11/threads_win32.h N xenocara/lib/mesa/include/d3dadapter/.editorconfig U xenocara/lib/mesa/include/d3dadapter/d3dadapter9.h U xenocara/lib/mesa/include/d3dadapter/drm.h U xenocara/lib/mesa/include/d3dadapter/present.h N xenocara/lib/mesa/include/drm-uapi/README C xenocara/lib/mesa/include/drm-uapi/drm.h C xenocara/lib/mesa/include/drm-uapi/drm_fourcc.h C xenocara/lib/mesa/include/drm-uapi/drm_mode.h N xenocara/lib/mesa/include/drm-uapi/etnaviv_drm.h C xenocara/lib/mesa/include/drm-uapi/i915_drm.h N xenocara/lib/mesa/include/drm-uapi/lima_drm.h N xenocara/lib/mesa/include/drm-uapi/msm_drm.h N xenocara/lib/mesa/include/drm-uapi/panfrost_drm.h U xenocara/lib/mesa/include/drm-uapi/tegra_drm.h U xenocara/lib/mesa/include/drm-uapi/v3d_drm.h U xenocara/lib/mesa/include/drm-uapi/vc4_drm.h U xenocara/lib/mesa/include/pci_ids/i810_pci_ids.h U xenocara/lib/mesa/include/pci_ids/i915_pci_ids.h C xenocara/lib/mesa/include/pci_ids/i965_pci_ids.h U xenocara/lib/mesa/include/pci_ids/r200_pci_ids.h U xenocara/lib/mesa/include/pci_ids/r300_pci_ids.h U xenocara/lib/mesa/include/pci_ids/r600_pci_ids.h U xenocara/lib/mesa/include/pci_ids/radeon_pci_ids.h C xenocara/lib/mesa/include/pci_ids/radeonsi_pci_ids.h U xenocara/lib/mesa/include/pci_ids/virtio_gpu_pci_ids.h U xenocara/lib/mesa/include/pci_ids/vmwgfx_pci_ids.h U xenocara/lib/mesa/include/vulkan/.editorconfig U xenocara/lib/mesa/include/vulkan/vk_android_native_buffer.h U xenocara/lib/mesa/include/vulkan/vk_icd.h N xenocara/lib/mesa/include/vulkan/vk_layer.h U xenocara/lib/mesa/include/vulkan/vk_platform.h C xenocara/lib/mesa/include/vulkan/vulkan.h U xenocara/lib/mesa/include/vulkan/vulkan_android.h U xenocara/lib/mesa/include/vulkan/vulkan_core.h U xenocara/lib/mesa/include/vulkan/vulkan_fuchsia.h N xenocara/lib/mesa/include/vulkan/vulkan_ggp.h U xenocara/lib/mesa/include/vulkan/vulkan_intel.h U xenocara/lib/mesa/include/vulkan/vulkan_ios.h U xenocara/lib/mesa/include/vulkan/vulkan_macos.h N xenocara/lib/mesa/include/vulkan/vulkan_metal.h U xenocara/lib/mesa/include/vulkan/vulkan_vi.h U xenocara/lib/mesa/include/vulkan/vulkan_wayland.h U xenocara/lib/mesa/include/vulkan/vulkan_win32.h U xenocara/lib/mesa/include/vulkan/vulkan_xcb.h U xenocara/lib/mesa/include/vulkan/vulkan_xlib.h U xenocara/lib/mesa/include/vulkan/vulkan_xlib_xrandr.h U xenocara/lib/mesa/scons/crossmingw.py C xenocara/lib/mesa/scons/custom.py U xenocara/lib/mesa/scons/dxsdk.py U xenocara/lib/mesa/scons/fixes.py C xenocara/lib/mesa/scons/gallium.py C xenocara/lib/mesa/scons/llvm.py U xenocara/lib/mesa/scons/source_list.py U xenocara/lib/mesa/scons/x11.py N xenocara/lib/mesa/scripts/get_reviewer.pl U xenocara/lib/mesa/src/SConscript U xenocara/lib/mesa/src/meson.build N xenocara/lib/mesa/src/amd/Android.addrlib.mk N xenocara/lib/mesa/src/amd/Android.common.mk N xenocara/lib/mesa/src/amd/Android.mk C xenocara/lib/mesa/src/amd/Makefile.sources U xenocara/lib/mesa/src/amd/meson.build U xenocara/lib/mesa/src/amd/addrlib/meson.build U xenocara/lib/mesa/src/amd/addrlib/inc/addrinterface.h U xenocara/lib/mesa/src/amd/addrlib/inc/addrtypes.h U xenocara/lib/mesa/src/amd/addrlib/src/addrinterface.cpp U xenocara/lib/mesa/src/amd/addrlib/src/amdgpu_asic_addr.h N xenocara/lib/mesa/src/amd/addrlib/src/chip/gfx10/gfx10_gb_reg.h U xenocara/lib/mesa/src/amd/addrlib/src/chip/gfx9/gfx9_gb_reg.h U xenocara/lib/mesa/src/amd/addrlib/src/chip/r800/si_gb_reg.h U xenocara/lib/mesa/src/amd/addrlib/src/core/addrcommon.h U xenocara/lib/mesa/src/amd/addrlib/src/core/addrelemlib.cpp U xenocara/lib/mesa/src/amd/addrlib/src/core/addrelemlib.h U xenocara/lib/mesa/src/amd/addrlib/src/core/addrlib.cpp U xenocara/lib/mesa/src/amd/addrlib/src/core/addrlib.h U xenocara/lib/mesa/src/amd/addrlib/src/core/addrlib1.cpp U xenocara/lib/mesa/src/amd/addrlib/src/core/addrlib1.h U xenocara/lib/mesa/src/amd/addrlib/src/core/addrlib2.cpp U xenocara/lib/mesa/src/amd/addrlib/src/core/addrlib2.h U xenocara/lib/mesa/src/amd/addrlib/src/core/addrobject.cpp U xenocara/lib/mesa/src/amd/addrlib/src/core/addrobject.h U xenocara/lib/mesa/src/amd/addrlib/src/core/coord.cpp U xenocara/lib/mesa/src/amd/addrlib/src/core/coord.h N xenocara/lib/mesa/src/amd/addrlib/src/gfx10/gfx10SwizzlePattern.h N xenocara/lib/mesa/src/amd/addrlib/src/gfx10/gfx10addrlib.cpp N xenocara/lib/mesa/src/amd/addrlib/src/gfx10/gfx10addrlib.h U xenocara/lib/mesa/src/amd/addrlib/src/gfx9/gfx9addrlib.cpp U xenocara/lib/mesa/src/amd/addrlib/src/gfx9/gfx9addrlib.h U xenocara/lib/mesa/src/amd/addrlib/src/r800/ciaddrlib.cpp U xenocara/lib/mesa/src/amd/addrlib/src/r800/ciaddrlib.h U xenocara/lib/mesa/src/amd/addrlib/src/r800/egbaddrlib.cpp U xenocara/lib/mesa/src/amd/addrlib/src/r800/egbaddrlib.h U xenocara/lib/mesa/src/amd/addrlib/src/r800/siaddrlib.cpp U xenocara/lib/mesa/src/amd/addrlib/src/r800/siaddrlib.h N xenocara/lib/mesa/src/amd/common/.editorconfig C xenocara/lib/mesa/src/amd/common/ac_binary.c C xenocara/lib/mesa/src/amd/common/ac_binary.h C xenocara/lib/mesa/src/amd/common/ac_debug.c C xenocara/lib/mesa/src/amd/common/ac_debug.h U xenocara/lib/mesa/src/amd/common/ac_exp_param.h C xenocara/lib/mesa/src/amd/common/ac_gpu_info.c C xenocara/lib/mesa/src/amd/common/ac_gpu_info.h C xenocara/lib/mesa/src/amd/common/ac_llvm_build.c C xenocara/lib/mesa/src/amd/common/ac_llvm_build.h N xenocara/lib/mesa/src/amd/common/ac_llvm_cull.c N xenocara/lib/mesa/src/amd/common/ac_llvm_cull.h C xenocara/lib/mesa/src/amd/common/ac_llvm_helper.cpp C xenocara/lib/mesa/src/amd/common/ac_llvm_util.c C xenocara/lib/mesa/src/amd/common/ac_llvm_util.h C xenocara/lib/mesa/src/amd/common/ac_nir_to_llvm.c U xenocara/lib/mesa/src/amd/common/ac_nir_to_llvm.h N xenocara/lib/mesa/src/amd/common/ac_rtld.c N xenocara/lib/mesa/src/amd/common/ac_rtld.h U xenocara/lib/mesa/src/amd/common/ac_shader_abi.h U xenocara/lib/mesa/src/amd/common/meson.build U xenocara/lib/mesa/src/amd/common/ac_shader_util.c U xenocara/lib/mesa/src/amd/common/ac_shader_util.h C xenocara/lib/mesa/src/amd/common/ac_surface.c C xenocara/lib/mesa/src/amd/common/ac_surface.h C xenocara/lib/mesa/src/amd/common/amd_family.h U xenocara/lib/mesa/src/amd/common/amd_kernel_code_t.h C xenocara/lib/mesa/src/amd/common/sid.h C xenocara/lib/mesa/src/amd/common/sid_tables.py N xenocara/lib/mesa/src/amd/registers/amdgfxregs.json N xenocara/lib/mesa/src/amd/registers/canonicalize.py N xenocara/lib/mesa/src/amd/registers/gfx10-rsrc.json N xenocara/lib/mesa/src/amd/registers/gfx10.json N xenocara/lib/mesa/src/amd/registers/makeregheader.py N xenocara/lib/mesa/src/amd/registers/mergedbs.py N xenocara/lib/mesa/src/amd/registers/parseheader.py N xenocara/lib/mesa/src/amd/registers/pkt3.json N xenocara/lib/mesa/src/amd/registers/regdb.py N xenocara/lib/mesa/src/amd/vulkan/.editorconfig N xenocara/lib/mesa/src/amd/vulkan/Android.mk C xenocara/lib/mesa/src/amd/vulkan/Makefile.sources N xenocara/lib/mesa/src/amd/vulkan/gfx10_format_table.py U xenocara/lib/mesa/src/amd/vulkan/meson.build U xenocara/lib/mesa/src/amd/vulkan/radv_android.c C xenocara/lib/mesa/src/amd/vulkan/radv_cmd_buffer.c N xenocara/lib/mesa/src/amd/vulkan/radv_constants.h C xenocara/lib/mesa/src/amd/vulkan/radv_cs.h U xenocara/lib/mesa/src/amd/vulkan/radv_debug.c C xenocara/lib/mesa/src/amd/vulkan/radv_debug.h C xenocara/lib/mesa/src/amd/vulkan/radv_descriptor_set.c C xenocara/lib/mesa/src/amd/vulkan/radv_descriptor_set.h C xenocara/lib/mesa/src/amd/vulkan/radv_device.c C xenocara/lib/mesa/src/amd/vulkan/radv_entrypoints_gen.py U xenocara/lib/mesa/src/amd/vulkan/radv_extensions.py C xenocara/lib/mesa/src/amd/vulkan/radv_formats.c U xenocara/lib/mesa/src/amd/vulkan/radv_icd.py C xenocara/lib/mesa/src/amd/vulkan/radv_image.c U xenocara/lib/mesa/src/amd/vulkan/radv_llvm_helper.cpp C xenocara/lib/mesa/src/amd/vulkan/radv_meta.c C xenocara/lib/mesa/src/amd/vulkan/radv_meta.h C xenocara/lib/mesa/src/amd/vulkan/radv_meta_blit.c C xenocara/lib/mesa/src/amd/vulkan/radv_meta_blit2d.c C xenocara/lib/mesa/src/amd/vulkan/radv_meta_buffer.c C xenocara/lib/mesa/src/amd/vulkan/radv_meta_bufimage.c C xenocara/lib/mesa/src/amd/vulkan/radv_meta_clear.c C xenocara/lib/mesa/src/amd/vulkan/radv_meta_copy.c C xenocara/lib/mesa/src/amd/vulkan/radv_meta_decompress.c C xenocara/lib/mesa/src/amd/vulkan/radv_meta_fast_clear.c U xenocara/lib/mesa/src/amd/vulkan/radv_meta_fmask_expand.c C xenocara/lib/mesa/src/amd/vulkan/radv_meta_resolve.c C xenocara/lib/mesa/src/amd/vulkan/radv_meta_resolve_cs.c C xenocara/lib/mesa/src/amd/vulkan/radv_meta_resolve_fs.c N xenocara/lib/mesa/src/amd/vulkan/radv_nir_lower_ycbcr_textures.c U xenocara/lib/mesa/src/amd/vulkan/radv_nir_to_llvm.c U xenocara/lib/mesa/src/amd/vulkan/radv_pass.c C xenocara/lib/mesa/src/amd/vulkan/radv_pipeline.c C xenocara/lib/mesa/src/amd/vulkan/radv_pipeline_cache.c C xenocara/lib/mesa/src/amd/vulkan/radv_private.h C xenocara/lib/mesa/src/amd/vulkan/radv_query.c C xenocara/lib/mesa/src/amd/vulkan/radv_radeon_winsys.h U xenocara/lib/mesa/src/amd/vulkan/radv_shader.c U xenocara/lib/mesa/src/amd/vulkan/radv_shader.h U xenocara/lib/mesa/src/amd/vulkan/radv_shader_helper.h U xenocara/lib/mesa/src/amd/vulkan/radv_shader_info.c U xenocara/lib/mesa/src/amd/vulkan/radv_util.c U xenocara/lib/mesa/src/amd/vulkan/radv_util.h C xenocara/lib/mesa/src/amd/vulkan/radv_wsi.c U xenocara/lib/mesa/src/amd/vulkan/radv_wsi_display.c U xenocara/lib/mesa/src/amd/vulkan/radv_wsi_wayland.c U xenocara/lib/mesa/src/amd/vulkan/radv_wsi_x11.c C xenocara/lib/mesa/src/amd/vulkan/si_cmd_buffer.c C xenocara/lib/mesa/src/amd/vulkan/vk_format.h U xenocara/lib/mesa/src/amd/vulkan/vk_format_layout.csv C xenocara/lib/mesa/src/amd/vulkan/vk_format_parse.py C xenocara/lib/mesa/src/amd/vulkan/vk_format_table.py C xenocara/lib/mesa/src/amd/vulkan/winsys/amdgpu/radv_amdgpu_bo.c U xenocara/lib/mesa/src/amd/vulkan/winsys/amdgpu/radv_amdgpu_bo.h C xenocara/lib/mesa/src/amd/vulkan/winsys/amdgpu/radv_amdgpu_cs.c U xenocara/lib/mesa/src/amd/vulkan/winsys/amdgpu/radv_amdgpu_cs.h C xenocara/lib/mesa/src/amd/vulkan/winsys/amdgpu/radv_amdgpu_surface.c U xenocara/lib/mesa/src/amd/vulkan/winsys/amdgpu/radv_amdgpu_surface.h C xenocara/lib/mesa/src/amd/vulkan/winsys/amdgpu/radv_amdgpu_winsys.c U xenocara/lib/mesa/src/amd/vulkan/winsys/amdgpu/radv_amdgpu_winsys.h U xenocara/lib/mesa/src/amd/vulkan/winsys/amdgpu/radv_amdgpu_winsys_public.h N xenocara/lib/mesa/src/broadcom/.editorconfig N xenocara/lib/mesa/src/broadcom/Android.cle.mk N xenocara/lib/mesa/src/broadcom/Android.genxml.mk N xenocara/lib/mesa/src/broadcom/Android.mk C xenocara/lib/mesa/src/broadcom/Makefile.sources U xenocara/lib/mesa/src/broadcom/meson.build C xenocara/lib/mesa/src/broadcom/cle/gen_pack_header.py U xenocara/lib/mesa/src/broadcom/cle/meson.build U xenocara/lib/mesa/src/broadcom/cle/v3d_decoder.c U xenocara/lib/mesa/src/broadcom/cle/v3d_decoder.h C xenocara/lib/mesa/src/broadcom/cle/v3d_packet_helpers.h U xenocara/lib/mesa/src/broadcom/cle/v3d_packet_v21.xml U xenocara/lib/mesa/src/broadcom/cle/v3d_packet_v33.xml U xenocara/lib/mesa/src/broadcom/cle/v3dx_pack.h U xenocara/lib/mesa/src/broadcom/clif/clif_dump.c U xenocara/lib/mesa/src/broadcom/clif/clif_dump.h U xenocara/lib/mesa/src/broadcom/clif/clif_private.h U xenocara/lib/mesa/src/broadcom/clif/v3dx_dump.c U xenocara/lib/mesa/src/broadcom/common/v3d_cpu_tiling.h U xenocara/lib/mesa/src/broadcom/common/v3d_debug.c U xenocara/lib/mesa/src/broadcom/common/v3d_debug.h N xenocara/lib/mesa/src/broadcom/common/v3d_device_info.c C xenocara/lib/mesa/src/broadcom/common/v3d_device_info.h U xenocara/lib/mesa/src/broadcom/common/v3d_limits.h U xenocara/lib/mesa/src/broadcom/common/v3d_macros.h U xenocara/lib/mesa/src/broadcom/compiler/meson.build U xenocara/lib/mesa/src/broadcom/compiler/nir_to_vir.c U xenocara/lib/mesa/src/broadcom/compiler/qpu_schedule.c U xenocara/lib/mesa/src/broadcom/compiler/qpu_validate.c U xenocara/lib/mesa/src/broadcom/compiler/v3d33_tex.c U xenocara/lib/mesa/src/broadcom/compiler/v3d33_vpm_setup.c U xenocara/lib/mesa/src/broadcom/compiler/v3d40_tex.c U xenocara/lib/mesa/src/broadcom/compiler/v3d_compiler.h U xenocara/lib/mesa/src/broadcom/compiler/v3d_nir_lower_image_load_store.c U xenocara/lib/mesa/src/broadcom/compiler/v3d_nir_lower_io.c N xenocara/lib/mesa/src/broadcom/compiler/v3d_nir_lower_logic_ops.c N xenocara/lib/mesa/src/broadcom/compiler/v3d_nir_lower_scratch.c U xenocara/lib/mesa/src/broadcom/compiler/v3d_nir_lower_txf_ms.c U xenocara/lib/mesa/src/broadcom/compiler/vir.c U xenocara/lib/mesa/src/broadcom/compiler/vir_dump.c U xenocara/lib/mesa/src/broadcom/compiler/vir_live_variables.c U xenocara/lib/mesa/src/broadcom/compiler/vir_opt_copy_propagate.c U xenocara/lib/mesa/src/broadcom/compiler/vir_opt_dead_code.c N xenocara/lib/mesa/src/broadcom/compiler/vir_opt_redundant_flags.c U xenocara/lib/mesa/src/broadcom/compiler/vir_opt_small_immediates.c U xenocara/lib/mesa/src/broadcom/compiler/vir_register_allocate.c U xenocara/lib/mesa/src/broadcom/compiler/vir_to_qpu.c N xenocara/lib/mesa/src/broadcom/drm-shim/README.md N xenocara/lib/mesa/src/broadcom/drm-shim/meson.build N xenocara/lib/mesa/src/broadcom/drm-shim/v3d.c N xenocara/lib/mesa/src/broadcom/drm-shim/v3d.h N xenocara/lib/mesa/src/broadcom/drm-shim/v3d_noop.c N xenocara/lib/mesa/src/broadcom/drm-shim/v3dx.c U xenocara/lib/mesa/src/broadcom/qpu/meson.build U xenocara/lib/mesa/src/broadcom/qpu/qpu_disasm.c U xenocara/lib/mesa/src/broadcom/qpu/qpu_disasm.h U xenocara/lib/mesa/src/broadcom/qpu/qpu_instr.c U xenocara/lib/mesa/src/broadcom/qpu/qpu_instr.h U xenocara/lib/mesa/src/broadcom/qpu/qpu_pack.c N xenocara/lib/mesa/src/broadcom/qpu/qpu_validate.c U xenocara/lib/mesa/src/broadcom/qpu/tests/qpu_disasm.c N xenocara/lib/mesa/src/compiler/Android.glsl.gen.mk N xenocara/lib/mesa/src/compiler/Android.glsl.mk N xenocara/lib/mesa/src/compiler/Android.mk N xenocara/lib/mesa/src/compiler/Android.nir.gen.mk N xenocara/lib/mesa/src/compiler/Android.nir.mk C xenocara/lib/mesa/src/compiler/Makefile.sources U xenocara/lib/mesa/src/compiler/SConscript U xenocara/lib/mesa/src/compiler/SConscript.glsl U xenocara/lib/mesa/src/compiler/SConscript.nir U xenocara/lib/mesa/src/compiler/SConscript.spirv U xenocara/lib/mesa/src/compiler/blob.c U xenocara/lib/mesa/src/compiler/blob.h U xenocara/lib/mesa/src/compiler/builtin_type_macros.h C xenocara/lib/mesa/src/compiler/glsl_types.cpp C xenocara/lib/mesa/src/compiler/glsl_types.h U xenocara/lib/mesa/src/compiler/meson.build C xenocara/lib/mesa/src/compiler/nir_types.cpp C xenocara/lib/mesa/src/compiler/nir_types.h C xenocara/lib/mesa/src/compiler/shader_enums.c C xenocara/lib/mesa/src/compiler/shader_enums.h C xenocara/lib/mesa/src/compiler/shader_info.h U xenocara/lib/mesa/src/compiler/glsl/README U xenocara/lib/mesa/src/compiler/glsl/TODO C xenocara/lib/mesa/src/compiler/glsl/ast.h C xenocara/lib/mesa/src/compiler/glsl/ast_array_index.cpp U xenocara/lib/mesa/src/compiler/glsl/ast_expr.cpp C xenocara/lib/mesa/src/compiler/glsl/ast_function.cpp C xenocara/lib/mesa/src/compiler/glsl/ast_to_hir.cpp C xenocara/lib/mesa/src/compiler/glsl/ast_type.cpp C xenocara/lib/mesa/src/compiler/glsl/builtin_functions.cpp U xenocara/lib/mesa/src/compiler/glsl/builtin_functions.h U xenocara/lib/mesa/src/compiler/glsl/builtin_int64.h C xenocara/lib/mesa/src/compiler/glsl/builtin_types.cpp C xenocara/lib/mesa/src/compiler/glsl/builtin_variables.cpp U xenocara/lib/mesa/src/compiler/glsl/float64.glsl U xenocara/lib/mesa/src/compiler/glsl/generate_ir.cpp U xenocara/lib/mesa/src/compiler/glsl/gl_nir.h U xenocara/lib/mesa/src/compiler/glsl/gl_nir_link_atomics.c N xenocara/lib/mesa/src/compiler/glsl/gl_nir_link_uniform_blocks.c C xenocara/lib/mesa/src/compiler/glsl/ir.cpp U xenocara/lib/mesa/src/compiler/glsl/gl_nir_link_xfb.c U xenocara/lib/mesa/src/compiler/glsl/gl_nir_link_uniform_initializers.c U xenocara/lib/mesa/src/compiler/glsl/gl_nir_link_uniforms.c U xenocara/lib/mesa/src/compiler/glsl/gl_nir_linker.c U xenocara/lib/mesa/src/compiler/glsl/gl_nir_linker.h U xenocara/lib/mesa/src/compiler/glsl/gl_nir_lower_atomics.c N xenocara/lib/mesa/src/compiler/glsl/gl_nir_lower_bindless_images.c N xenocara/lib/mesa/src/compiler/glsl/gl_nir_lower_buffers.c U xenocara/lib/mesa/src/compiler/glsl/gl_nir_lower_samplers.c U xenocara/lib/mesa/src/compiler/glsl/gl_nir_lower_samplers_as_deref.c N xenocara/lib/mesa/src/compiler/glsl/gl_nir_opt_access.c C xenocara/lib/mesa/src/compiler/glsl/glsl_lexer.ll C xenocara/lib/mesa/src/compiler/glsl/glsl_parser.yy C xenocara/lib/mesa/src/compiler/glsl/glsl_parser_extras.cpp C xenocara/lib/mesa/src/compiler/glsl/glsl_parser_extras.h U xenocara/lib/mesa/src/compiler/glsl/glsl_symbol_table.cpp N xenocara/lib/mesa/src/compiler/glsl/int64.glsl U xenocara/lib/mesa/src/compiler/glsl/glsl_symbol_table.h C xenocara/lib/mesa/src/compiler/glsl/glsl_to_nir.cpp C xenocara/lib/mesa/src/compiler/glsl/glsl_to_nir.h C xenocara/lib/mesa/src/compiler/glsl/hir_field_selection.cpp C xenocara/lib/mesa/src/compiler/glsl/ir.h U xenocara/lib/mesa/src/compiler/glsl/ir_array_refcount.cpp U xenocara/lib/mesa/src/compiler/glsl/ir_array_refcount.h U xenocara/lib/mesa/src/compiler/glsl/ir_basic_block.cpp U xenocara/lib/mesa/src/compiler/glsl/ir_basic_block.h U xenocara/lib/mesa/src/compiler/glsl/ir_builder.cpp U xenocara/lib/mesa/src/compiler/glsl/ir_builder.h C xenocara/lib/mesa/src/compiler/glsl/ir_builder_print_visitor.cpp U xenocara/lib/mesa/src/compiler/glsl/ir_builder_print_visitor.h U xenocara/lib/mesa/src/compiler/glsl/ir_clone.cpp C xenocara/lib/mesa/src/compiler/glsl/ir_constant_expression.cpp U xenocara/lib/mesa/src/compiler/glsl/ir_equals.cpp U xenocara/lib/mesa/src/compiler/glsl/ir_expression_flattening.cpp U xenocara/lib/mesa/src/compiler/glsl/ir_expression_flattening.h C xenocara/lib/mesa/src/compiler/glsl/ir_expression_operation.py U xenocara/lib/mesa/src/compiler/glsl/ir_function.cpp U xenocara/lib/mesa/src/compiler/glsl/ir_function_can_inline.cpp U xenocara/lib/mesa/src/compiler/glsl/ir_function_detect_recursion.cpp U xenocara/lib/mesa/src/compiler/glsl/ir_function_inlining.h U xenocara/lib/mesa/src/compiler/glsl/ir_hierarchical_visitor.cpp U xenocara/lib/mesa/src/compiler/glsl/ir_hierarchical_visitor.h U xenocara/lib/mesa/src/compiler/glsl/ir_hv_accept.cpp C xenocara/lib/mesa/src/compiler/glsl/ir_optimization.h C xenocara/lib/mesa/src/compiler/glsl/ir_print_visitor.cpp U xenocara/lib/mesa/src/compiler/glsl/ir_print_visitor.h U xenocara/lib/mesa/src/compiler/glsl/ir_reader.cpp U xenocara/lib/mesa/src/compiler/glsl/ir_reader.h U xenocara/lib/mesa/src/compiler/glsl/ir_rvalue_visitor.cpp U xenocara/lib/mesa/src/compiler/glsl/ir_rvalue_visitor.h U xenocara/lib/mesa/src/compiler/glsl/ir_set_program_inouts.cpp U xenocara/lib/mesa/src/compiler/glsl/ir_uniform.h C xenocara/lib/mesa/src/compiler/glsl/ir_validate.cpp U xenocara/lib/mesa/src/compiler/glsl/ir_variable_refcount.cpp U xenocara/lib/mesa/src/compiler/glsl/ir_variable_refcount.h U xenocara/lib/mesa/src/compiler/glsl/ir_visitor.h U xenocara/lib/mesa/src/compiler/glsl/link_atomics.cpp U xenocara/lib/mesa/src/compiler/glsl/link_functions.cpp C xenocara/lib/mesa/src/compiler/glsl/link_interface_blocks.cpp U xenocara/lib/mesa/src/compiler/glsl/link_uniform_block_active_visitor.cpp U xenocara/lib/mesa/src/compiler/glsl/link_uniform_block_active_visitor.h C xenocara/lib/mesa/src/compiler/glsl/link_uniform_blocks.cpp C xenocara/lib/mesa/src/compiler/glsl/link_uniform_initializers.cpp C xenocara/lib/mesa/src/compiler/glsl/link_uniforms.cpp C xenocara/lib/mesa/src/compiler/glsl/link_varyings.cpp C xenocara/lib/mesa/src/compiler/glsl/link_varyings.h C xenocara/lib/mesa/src/compiler/glsl/linker.cpp C xenocara/lib/mesa/src/compiler/glsl/linker.h U xenocara/lib/mesa/src/compiler/glsl/linker_util.cpp U xenocara/lib/mesa/src/compiler/glsl/linker_util.h C xenocara/lib/mesa/src/compiler/glsl/list.h U xenocara/lib/mesa/src/compiler/glsl/loop_analysis.cpp U xenocara/lib/mesa/src/compiler/glsl/loop_analysis.h U xenocara/lib/mesa/src/compiler/glsl/loop_unroll.cpp U xenocara/lib/mesa/src/compiler/glsl/lower_blend_equation_advanced.cpp C xenocara/lib/mesa/src/compiler/glsl/lower_buffer_access.cpp U xenocara/lib/mesa/src/compiler/glsl/lower_buffer_access.h U xenocara/lib/mesa/src/compiler/glsl/lower_const_arrays_to_uniforms.cpp U xenocara/lib/mesa/src/compiler/glsl/lower_cs_derived.cpp U xenocara/lib/mesa/src/compiler/glsl/lower_discard.cpp U xenocara/lib/mesa/src/compiler/glsl/lower_discard_flow.cpp U xenocara/lib/mesa/src/compiler/glsl/lower_distance.cpp U xenocara/lib/mesa/src/compiler/glsl/lower_if_to_cond_assign.cpp U xenocara/lib/mesa/src/compiler/glsl/lower_int64.cpp C xenocara/lib/mesa/src/compiler/glsl/lower_instructions.cpp U xenocara/lib/mesa/src/compiler/glsl/lower_jumps.cpp U xenocara/lib/mesa/src/compiler/glsl/lower_mat_op_to_vec.cpp U xenocara/lib/mesa/src/compiler/glsl/lower_named_interface_blocks.cpp U xenocara/lib/mesa/src/compiler/glsl/lower_noise.cpp U xenocara/lib/mesa/src/compiler/glsl/lower_offset_array.cpp U xenocara/lib/mesa/src/compiler/glsl/lower_output_reads.cpp C xenocara/lib/mesa/src/compiler/glsl/lower_packed_varyings.cpp U xenocara/lib/mesa/src/compiler/glsl/lower_packing_builtins.cpp U xenocara/lib/mesa/src/compiler/glsl/lower_shared_reference.cpp U xenocara/lib/mesa/src/compiler/glsl/lower_subroutine.cpp U xenocara/lib/mesa/src/compiler/glsl/lower_tess_level.cpp U xenocara/lib/mesa/src/compiler/glsl/lower_texture_projection.cpp C xenocara/lib/mesa/src/compiler/glsl/lower_ubo_reference.cpp U xenocara/lib/mesa/src/compiler/glsl/lower_variable_index_to_cond_assign.cpp U xenocara/lib/mesa/src/compiler/glsl/lower_vec_index_to_cond_assign.cpp U xenocara/lib/mesa/src/compiler/glsl/lower_vec_index_to_swizzle.cpp U xenocara/lib/mesa/src/compiler/glsl/lower_vector.cpp U xenocara/lib/mesa/src/compiler/glsl/lower_vector_derefs.cpp U xenocara/lib/mesa/src/compiler/glsl/lower_vector_insert.cpp U xenocara/lib/mesa/src/compiler/glsl/lower_vertex_id.cpp C xenocara/lib/mesa/src/compiler/glsl/main.cpp U xenocara/lib/mesa/src/compiler/glsl/meson.build U xenocara/lib/mesa/src/compiler/glsl/opt_add_neg_to_sub.h C xenocara/lib/mesa/src/compiler/glsl/opt_algebraic.cpp U xenocara/lib/mesa/src/compiler/glsl/opt_array_splitting.cpp U xenocara/lib/mesa/src/compiler/glsl/opt_conditional_discard.cpp U xenocara/lib/mesa/src/compiler/glsl/opt_constant_folding.cpp U xenocara/lib/mesa/src/compiler/glsl/opt_constant_propagation.cpp U xenocara/lib/mesa/src/compiler/glsl/opt_constant_variable.cpp U xenocara/lib/mesa/src/compiler/glsl/opt_dead_code.cpp U xenocara/lib/mesa/src/compiler/glsl/opt_copy_propagation_elements.cpp U xenocara/lib/mesa/src/compiler/glsl/opt_dead_builtin_variables.cpp U xenocara/lib/mesa/src/compiler/glsl/opt_dead_builtin_varyings.cpp U xenocara/lib/mesa/src/compiler/glsl/opt_dead_code_local.cpp U xenocara/lib/mesa/src/compiler/glsl/opt_dead_functions.cpp U xenocara/lib/mesa/src/compiler/glsl/opt_flatten_nested_if_blocks.cpp U xenocara/lib/mesa/src/compiler/glsl/opt_flip_matrices.cpp U xenocara/lib/mesa/src/compiler/glsl/opt_function_inlining.cpp U xenocara/lib/mesa/src/compiler/glsl/opt_if_simplification.cpp U xenocara/lib/mesa/src/compiler/glsl/opt_minmax.cpp U xenocara/lib/mesa/src/compiler/glsl/opt_rebalance_tree.cpp U xenocara/lib/mesa/src/compiler/glsl/opt_redundant_jumps.cpp C xenocara/lib/mesa/src/compiler/glsl/opt_structure_splitting.cpp U xenocara/lib/mesa/src/compiler/glsl/opt_swizzle.cpp U xenocara/lib/mesa/src/compiler/glsl/opt_vectorize.cpp U xenocara/lib/mesa/src/compiler/glsl/opt_tree_grafting.cpp U xenocara/lib/mesa/src/compiler/glsl/program.h U xenocara/lib/mesa/src/compiler/glsl/propagate_invariance.cpp U xenocara/lib/mesa/src/compiler/glsl/s_expression.cpp U xenocara/lib/mesa/src/compiler/glsl/s_expression.h U xenocara/lib/mesa/src/compiler/glsl/serialize.cpp U xenocara/lib/mesa/src/compiler/glsl/serialize.h C xenocara/lib/mesa/src/compiler/glsl/shader_cache.cpp U xenocara/lib/mesa/src/compiler/glsl/shader_cache.h C xenocara/lib/mesa/src/compiler/glsl/standalone.cpp C xenocara/lib/mesa/src/compiler/glsl/standalone.h C xenocara/lib/mesa/src/compiler/glsl/standalone_scaffolding.cpp C xenocara/lib/mesa/src/compiler/glsl/standalone_scaffolding.h U xenocara/lib/mesa/src/compiler/glsl/string_to_uint_map.cpp U xenocara/lib/mesa/src/compiler/glsl/string_to_uint_map.h U xenocara/lib/mesa/src/compiler/glsl/test.cpp U xenocara/lib/mesa/src/compiler/glsl/test_optpass.cpp U xenocara/lib/mesa/src/compiler/glsl/test_optpass.h U xenocara/lib/mesa/src/compiler/glsl/xxd.py U xenocara/lib/mesa/src/compiler/glsl/glcpp/README U xenocara/lib/mesa/src/compiler/glsl/glcpp/glcpp-lex.l C xenocara/lib/mesa/src/compiler/glsl/glcpp/glcpp-parse.y U xenocara/lib/mesa/src/compiler/glsl/glcpp/glcpp.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/glcpp.h U xenocara/lib/mesa/src/compiler/glsl/glcpp/meson.build U xenocara/lib/mesa/src/compiler/glsl/glcpp/pp.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/000-content-with-spaces.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/000-content-with-spaces.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/001-define.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/001-define.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/002-define-chain.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/002-define-chain.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/003-define-chain-reverse.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/003-define-chain-reverse.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/004-define-recursive.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/004-define-recursive.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/005-define-composite-chain.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/005-define-composite-chain.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/008-define-empty.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/006-define-composite-chain-reverse.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/006-define-composite-chain-reverse.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/007-define-composite-recursive.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/007-define-composite-recursive.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/008-define-empty.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/009-undef.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/009-undef.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/010-undef-re-define.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/010-undef-re-define.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/011-define-func-empty.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/011-define-func-empty.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/012-define-func-no-args.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/013-define-func-1-arg-unused.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/012-define-func-no-args.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/013-define-func-1-arg-unused.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/014-define-func-2-arg-unused.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/014-define-func-2-arg-unused.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/015-define-object-with-parens.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/015-define-object-with-parens.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/016-define-func-1-arg.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/016-define-func-1-arg.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/017-define-func-2-args.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/017-define-func-2-args.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/018-define-func-macro-as-parameter.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/021-define-func-compose.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/019-define-func-1-arg-multi.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/018-define-func-macro-as-parameter.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/019-define-func-1-arg-multi.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/020-define-func-2-arg-multi.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/020-define-func-2-arg-multi.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/021-define-func-compose.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/022-define-func-arg-with-parens.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/022-define-func-arg-with-parens.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/023-define-extra-whitespace.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/023-define-extra-whitespace.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/024-define-chain-to-self-recursion.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/024-define-chain-to-self-recursion.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/025-func-macro-as-non-macro.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/025-func-macro-as-non-macro.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/026-define-func-extra-newlines.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/026-define-func-extra-newlines.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/027-define-chain-obj-to-func.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/027-define-chain-obj-to-func.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/028-define-chain-obj-to-non-func.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/028-define-chain-obj-to-non-func.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/029-define-chain-obj-to-func-with-args.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/038-func-arg-with-commas.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/029-define-chain-obj-to-func-with-args.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/030-define-chain-obj-to-func-compose.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/030-define-chain-obj-to-func-compose.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/031-define-chain-func-to-func-compose.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/031-define-chain-func-to-func-compose.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/032-define-func-self-recurse.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/032-define-func-self-recurse.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/033-define-func-self-compose.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/033-define-func-self-compose.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/034-define-func-self-compose-non-func.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/034-define-func-self-compose-non-func.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/035-define-func-self-compose-non-func-multi-token-argument.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/035-define-func-self-compose-non-func-multi-token-argument.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/036-define-func-non-macro-multi-token-argument.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/036-define-func-non-macro-multi-token-argument.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/037-finalize-unexpanded-macro.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/037-finalize-unexpanded-macro.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/038-func-arg-with-commas.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/040-token-pasting.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/039-func-arg-obj-macro-with-comma.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/039-func-arg-obj-macro-with-comma.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/040-token-pasting.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/041-if-0.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/041-if-0.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/042-if-1.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/042-if-1.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/043-if-0-else.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/043-if-0-else.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/044-if-1-else.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/044-if-1-else.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/045-if-0-elif.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/045-if-0-elif.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/046-if-1-elsif.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/046-if-1-elsif.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/047-if-elif-else.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/047-if-elif-else.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/048-if-nested.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/048-if-nested.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/049-if-expression-precedence.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/049-if-expression-precedence.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/050-if-defined.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/050-if-defined.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/051-if-relational.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/051-if-relational.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/052-if-bitwise.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/052-if-bitwise.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/053-if-divide-and-shift.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/053-if-divide-and-shift.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/054-if-with-macros.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/054-if-with-macros.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/055-define-chain-obj-to-func-parens-in-text.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/055-define-chain-obj-to-func-parens-in-text.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/056-macro-argument-with-comma.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/056-macro-argument-with-comma.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/057-empty-arguments.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/057-empty-arguments.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/058-token-pasting-empty-arguments.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/058-token-pasting-empty-arguments.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/059-token-pasting-integer.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/059-token-pasting-integer.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/060-left-paren-in-macro-right-paren-in-text.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/060-left-paren-in-macro-right-paren-in-text.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/061-define-chain-obj-to-func-multi.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/061-define-chain-obj-to-func-multi.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/062-if-0-skips-garbage.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/062-if-0-skips-garbage.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/063-comments.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/063-comments.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/064-version.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/064-version.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/065-if-defined-parens.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/065-if-defined-parens.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/066-if-nospace-expression.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/066-if-nospace-expression.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/067-nested-ifdef-ifndef.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/067-nested-ifdef-ifndef.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/068-accidental-pasting.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/068-accidental-pasting.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/069-repeated-argument.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/069-repeated-argument.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/070-undefined-macro-in-expression.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/070-undefined-macro-in-expression.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/071-punctuator.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/071-punctuator.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/073-if-in-ifdef.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/072-token-pasting-same-line.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/072-token-pasting-same-line.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/073-if-in-ifdef.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/074-elif-undef.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/074-elif-undef.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/075-elif-elif-undef.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/075-elif-elif-undef.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/076-elif-undef-nested.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/076-elif-undef-nested.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/077-else-without-if.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/077-else-without-if.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/078-elif-without-if.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/078-elif-without-if.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/079-endif-without-if.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/079-endif-without-if.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/080-if-without-expression.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/080-if-without-expression.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/081-elif-without-expression.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/081-elif-without-expression.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/082-invalid-paste.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/082-invalid-paste.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/083-unterminated-if.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/083-unterminated-if.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/084-unbalanced-parentheses.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/084-unbalanced-parentheses.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/085-incorrect-argument-count.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/087-if-comments.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/085-incorrect-argument-count.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/086-reserved-macro-names.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/086-reserved-macro-names.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/087-if-comments.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/088-redefine-macro-legitimate.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/088-redefine-macro-legitimate.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/089-redefine-macro-error.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/089-redefine-macro-error.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/090-hash-error.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/090-hash-error.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/091-hash-line.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/091-hash-line.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/092-redefine-macro-error-2.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/092-redefine-macro-error-2.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/093-divide-by-zero.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/093-divide-by-zero.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/094-divide-by-zero-short-circuit.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/094-divide-by-zero-short-circuit.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/095-recursive-define.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/095-recursive-define.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/096-paste-twice.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/096-paste-twice.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/097-paste-with-non-function-macro.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/097-paste-with-non-function-macro.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/098-elif-undefined.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/099-c99-example.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/098-elif-undefined.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/099-c99-example.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/100-macro-with-colon.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/100-macro-with-colon.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/101-macros-used-twice.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/101-macros-used-twice.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/102-garbage-after-endif.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/102-garbage-after-endif.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/103-garbage-after-else-0.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/103-garbage-after-else-0.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/104-hash-line-followed-by-code.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/104-hash-line-followed-by-code.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/106-multiline-hash-if.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/105-multiline-hash-line.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/105-multiline-hash-line.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/106-multiline-hash-if.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/107-multiline-hash-elif.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/107-multiline-hash-elif.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/108-no-space-after-hash-version.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/108-no-space-after-hash-version.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/109-no-space-after-hash-line.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/109-no-space-after-hash-line.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/110-no-space-digits-after-hash-elif.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/110-no-space-digits-after-hash-elif.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/111-no-space-operator-after-hash-if.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/111-no-space-operator-after-hash-if.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/112-no-space-operator-after-hash-elif.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/112-no-space-operator-after-hash-elif.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/113-line-and-file-macros.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/113-line-and-file-macros.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/114-paste-integer-tokens.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/114-paste-integer-tokens.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/115-line-continuations.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/115-line-continuations.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/116-disable-line-continuations.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/116-disable-line-continuations.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/117-line-continuation-and-non-continuation-backslash.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/117-line-continuation-and-non-continuation-backslash.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/118-comment-becomes-space.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/118-comment-becomes-space.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/119-elif-after-else.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/119-elif-after-else.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/120-undef-builtin.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/120-undef-builtin.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/121-comment-bug-72686.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/121-comment-bug-72686.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/glcpp_test.py U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/122-redefine-whitespace.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/122-redefine-whitespace.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/123-garbage-after-else-1.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/123-garbage-after-else-1.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/124-preprocessing-numbers.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/124-preprocessing-numbers.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/125-es-short-circuit-undefined.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/125-es-short-circuit-undefined.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/126-garbage-after-directive.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/126-garbage-after-directive.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/127-pragma-empty.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/127-pragma-empty.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/128-space-before-hash.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/128-space-before-hash.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/129-define-non-identifier.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/129-define-non-identifier.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/130-define-comment.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/130-define-comment.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/131-eof-without-newline.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/131-eof-without-newline.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/132-eof-without-newline-define.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/132-eof-without-newline-define.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/133-eof-without-newline-comment.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/133-eof-without-newline-comment.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/134-hash-comment-directive.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/134-hash-comment-directive.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/135-duplicate-parameter.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/135-duplicate-parameter.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/136-plus-plus-and-minus-minus.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/136-plus-plus-and-minus-minus.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/137-expand-macro-after-period.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/137-expand-macro-after-period.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/138-multi-line-comment-in-if-0.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/138-multi-line-comment-in-if-0.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/139-define-without-macro-name.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/139-define-without-macro-name.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/140-null-directive.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/140-null-directive.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/141-pragma-and-__LINE__.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/141-pragma-and-__LINE__.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/142-defined-within-macro.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/142-defined-within-macro.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/143-multiple-else.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/143-multiple-else.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/144-implicit-version.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/144-implicit-version.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/145-version-first.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/145-version-first.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/146-version-first-hash.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/146-version-first-hash.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/147-define-macro-no-space.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/147-define-macro-no-space.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/147-undef-builtin-allowed.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/147-undef-builtin-allowed.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/148-legal-characters.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/148-legal-characters.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/149-hex-const-uppercase-prefix.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/149-hex-const-uppercase-prefix.c.expected U xenocara/lib/mesa/src/compiler/glsl/tests/array_refcount_test.cpp C xenocara/lib/mesa/src/compiler/glsl/tests/blob_test.c U xenocara/lib/mesa/src/compiler/glsl/tests/builtin_variable_test.cpp U xenocara/lib/mesa/src/compiler/glsl/tests/cache_test.c U xenocara/lib/mesa/src/compiler/glsl/tests/copy_constant_to_storage_tests.cpp C xenocara/lib/mesa/src/compiler/glsl/tests/general_ir_test.cpp U xenocara/lib/mesa/src/compiler/glsl/tests/invalidate_locations_test.cpp U xenocara/lib/mesa/src/compiler/glsl/tests/lower_int64_test.cpp U xenocara/lib/mesa/src/compiler/glsl/tests/lower_jump_cases.py U xenocara/lib/mesa/src/compiler/glsl/tests/meson.build U xenocara/lib/mesa/src/compiler/glsl/tests/opt_add_neg_to_sub_test.cpp U xenocara/lib/mesa/src/compiler/glsl/tests/optimization-test.sh U xenocara/lib/mesa/src/compiler/glsl/tests/optimization_test.py U xenocara/lib/mesa/src/compiler/glsl/tests/sampler_types_test.cpp U xenocara/lib/mesa/src/compiler/glsl/tests/sexps.py U xenocara/lib/mesa/src/compiler/glsl/tests/set_uniform_initializer_tests.cpp N xenocara/lib/mesa/src/compiler/glsl/tests/standalone_dump-builder.frag U xenocara/lib/mesa/src/compiler/glsl/tests/uniform_initializer_utils.cpp U xenocara/lib/mesa/src/compiler/glsl/tests/uniform_initializer_utils.h U xenocara/lib/mesa/src/compiler/glsl/tests/varyings_test.cpp U xenocara/lib/mesa/src/compiler/glsl/tests/warnings-test.sh U xenocara/lib/mesa/src/compiler/glsl/tests/warnings_test.py U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/000-basic-test.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/000-basic-test.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/001-use-undefined-then-define.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/001-use-undefined-then-define.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/002-loop.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/002-loop.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/003-less.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/003-less.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/004-greater.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/004-greater.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/005-lequal.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/005-lequal.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/006-gequal.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/006-gequal.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/007-test-mod.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/007-test-mod.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/008-mulassign.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/008-mulassign.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/009-div-assign.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/009-div-assign.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/010-add-assign.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/010-add-assign.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/011-sub-assign.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/011-sub-assign.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/012-modassign.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/012-modassign.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/013-lsassign.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/013-lsassign.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/014-rsassign.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/018-bitand.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/014-rsassign.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/015-andassign.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/015-andassign.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/016-orassign.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/016-orassign.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/017-xorassign.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/017-xorassign.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/018-bitand.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/019-array.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/019-array.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/020-array-length.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/020-array-length.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/021-lshift.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/021-lshift.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/022-rshift.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/022-rshift.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/023-switch.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/023-switch.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/024-shaderout.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/024-shaderout.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/025-function-parameters.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/025-function-parameters.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/026-out-function-parameter-shaderout.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/026-out-function-parameter-shaderout.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/027-inout-function-parameter-shaderout.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/027-inout-function-parameter-shaderout.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/028-conditional.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/028-conditional.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/029-fieldselection.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/029-fieldselection.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/030-array-as-function-parameter.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/030-array-as-function-parameter.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/031-__-in-function-name.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/031-__-in-function-name.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/032-__-in-function-name-pragma-disable.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/032-__-in-function-name-pragma-disable.vert.expected U xenocara/lib/mesa/src/compiler/nir/README U xenocara/lib/mesa/src/compiler/nir/meson.build C xenocara/lib/mesa/src/compiler/nir/nir.c C xenocara/lib/mesa/src/compiler/nir/nir.h C xenocara/lib/mesa/src/compiler/nir/nir_algebraic.py C xenocara/lib/mesa/src/compiler/nir/nir_builder.h U xenocara/lib/mesa/src/compiler/nir/nir_builder_opcodes_h.py U xenocara/lib/mesa/src/compiler/nir/nir_builtin_builder.c U xenocara/lib/mesa/src/compiler/nir/nir_builtin_builder.h C xenocara/lib/mesa/src/compiler/nir/nir_clone.c C xenocara/lib/mesa/src/compiler/nir/nir_constant_expressions.h C xenocara/lib/mesa/src/compiler/nir/nir_constant_expressions.py C xenocara/lib/mesa/src/compiler/nir/nir_control_flow.c U xenocara/lib/mesa/src/compiler/nir/nir_control_flow.h U xenocara/lib/mesa/src/compiler/nir/nir_control_flow_private.h U xenocara/lib/mesa/src/compiler/nir/nir_deref.c U xenocara/lib/mesa/src/compiler/nir/nir_deref.h U xenocara/lib/mesa/src/compiler/nir/nir_dominance.c N xenocara/lib/mesa/src/compiler/nir/nir_divergence_analysis.c U xenocara/lib/mesa/src/compiler/nir/nir_format_convert.h C xenocara/lib/mesa/src/compiler/nir/nir_from_ssa.c C xenocara/lib/mesa/src/compiler/nir/nir_gather_info.c N xenocara/lib/mesa/src/compiler/nir/nir_gather_ssa_types.c U xenocara/lib/mesa/src/compiler/nir/nir_gather_xfb_info.c U xenocara/lib/mesa/src/compiler/nir/nir_gs_count_vertices.c C xenocara/lib/mesa/src/compiler/nir/nir_inline_functions.c U xenocara/lib/mesa/src/compiler/nir/nir_instr_set.c U xenocara/lib/mesa/src/compiler/nir/nir_instr_set.h U xenocara/lib/mesa/src/compiler/nir/nir_intrinsics.py U xenocara/lib/mesa/src/compiler/nir/nir_intrinsics_c.py U xenocara/lib/mesa/src/compiler/nir/nir_intrinsics_h.py U xenocara/lib/mesa/src/compiler/nir/nir_linking_helpers.c U xenocara/lib/mesa/src/compiler/nir/nir_liveness.c C xenocara/lib/mesa/src/compiler/nir/nir_loop_analyze.c U xenocara/lib/mesa/src/compiler/nir/nir_loop_analyze.h C xenocara/lib/mesa/src/compiler/nir/nir_print.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_alpha_test.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_alu.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_alu_to_scalar.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_array_deref_of_vec.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_atomics_to_ssbo.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_bit_size.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_bitmap.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_bool_to_float.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_bool_to_int32.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_clamp_color_outputs.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_clip.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_clip_cull_distance_arrays.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_constant_initializers.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_double_ops.c N xenocara/lib/mesa/src/compiler/nir/nir_strip.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_drawpixels.c N xenocara/lib/mesa/src/compiler/nir/nir_lower_fb_read.c N xenocara/lib/mesa/src/compiler/nir/nir_lower_flrp.c N xenocara/lib/mesa/src/compiler/nir/nir_lower_fragcoord_wtrans.c N xenocara/lib/mesa/src/compiler/nir/nir_lower_frexp.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_global_vars_to_local.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_gs_intrinsics.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_idiv.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_indirect_derefs.c N xenocara/lib/mesa/src/compiler/nir/nir_lower_input_attachments.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_int64.c N xenocara/lib/mesa/src/compiler/nir/nir_lower_int_to_float.c N xenocara/lib/mesa/src/compiler/nir/nir_lower_interpolation.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_io.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_io_arrays_to_elements.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_io_to_scalar.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_io_to_temporaries.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_io_to_vector.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_load_const_to_scalar.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_locals_to_regs.c N xenocara/lib/mesa/src/compiler/nir/nir_lower_non_uniform_access.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_packing.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_passthrough_edgeflags.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_patch_vertices.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_phis_to_scalar.c N xenocara/lib/mesa/src/compiler/nir/nir_lower_point_size.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_regs_to_ssa.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_returns.c N xenocara/lib/mesa/src/compiler/nir/nir_lower_scratch.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_subgroups.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_system_values.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_tex.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_to_source_mods.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_two_sided_color.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_uniforms_to_ubo.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_var_copies.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_vars_to_ssa.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_vec_to_movs.c N xenocara/lib/mesa/src/compiler/nir/nir_lower_viewport_transform.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_wpos_center.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_wpos_ytransform.c U xenocara/lib/mesa/src/compiler/nir/nir_metadata.c U xenocara/lib/mesa/src/compiler/nir/nir_move_vec_src_uses_to_dest.c U xenocara/lib/mesa/src/compiler/nir/nir_normalize_cubemap_coords.c C xenocara/lib/mesa/src/compiler/nir/nir_opcodes.py C xenocara/lib/mesa/src/compiler/nir/nir_opcodes_c.py U xenocara/lib/mesa/src/compiler/nir/nir_opcodes_h.py C xenocara/lib/mesa/src/compiler/nir/nir_opt_algebraic.py N xenocara/lib/mesa/src/compiler/nir/nir_opt_combine_stores.c N xenocara/lib/mesa/src/compiler/nir/nir_opt_comparison_pre.c C xenocara/lib/mesa/src/compiler/nir/nir_opt_conditional_discard.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_constant_folding.c C xenocara/lib/mesa/src/compiler/nir/nir_opt_copy_prop_vars.c C xenocara/lib/mesa/src/compiler/nir/nir_opt_copy_propagate.c C xenocara/lib/mesa/src/compiler/nir/nir_opt_cse.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_dce.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_dead_cf.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_dead_write_vars.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_find_array_copies.c C xenocara/lib/mesa/src/compiler/nir/nir_opt_gcm.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_idiv_const.c C xenocara/lib/mesa/src/compiler/nir/nir_opt_if.c C xenocara/lib/mesa/src/compiler/nir/nir_opt_intrinsics.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_large_constants.c C xenocara/lib/mesa/src/compiler/nir/nir_opt_loop_unroll.c N xenocara/lib/mesa/src/compiler/nir/nir_opt_move.c C xenocara/lib/mesa/src/compiler/nir/nir_opt_peephole_select.c N xenocara/lib/mesa/src/compiler/nir/nir_opt_rematerialize_compares.c C xenocara/lib/mesa/src/compiler/nir/nir_opt_remove_phis.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_shrink_load.c N xenocara/lib/mesa/src/compiler/nir/nir_opt_sink.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_trivial_continues.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_undef.c N xenocara/lib/mesa/src/compiler/nir/nir_opt_vectorize.c C xenocara/lib/mesa/src/compiler/nir/nir_phi_builder.c U xenocara/lib/mesa/src/compiler/nir/nir_phi_builder.h C xenocara/lib/mesa/src/compiler/nir/nir_sweep.c U xenocara/lib/mesa/src/compiler/nir/nir_propagate_invariant.c N xenocara/lib/mesa/src/compiler/nir/nir_range_analysis.c N xenocara/lib/mesa/src/compiler/nir/nir_range_analysis.h U xenocara/lib/mesa/src/compiler/nir/nir_remove_dead_variables.c U xenocara/lib/mesa/src/compiler/nir/nir_repair_ssa.c C xenocara/lib/mesa/src/compiler/nir/nir_search.c C xenocara/lib/mesa/src/compiler/nir/nir_search.h C xenocara/lib/mesa/src/compiler/nir/nir_search_helpers.h U xenocara/lib/mesa/src/compiler/nir/nir_serialize.c U xenocara/lib/mesa/src/compiler/nir/nir_serialize.h U xenocara/lib/mesa/src/compiler/nir/nir_split_per_member_structs.c C xenocara/lib/mesa/src/compiler/nir/nir_split_var_copies.c U xenocara/lib/mesa/src/compiler/nir/nir_split_vars.c C xenocara/lib/mesa/src/compiler/nir/nir_to_lcssa.c C xenocara/lib/mesa/src/compiler/nir/nir_validate.c U xenocara/lib/mesa/src/compiler/nir/nir_vla.h U xenocara/lib/mesa/src/compiler/nir/nir_worklist.c U xenocara/lib/mesa/src/compiler/nir/nir_worklist.h U xenocara/lib/mesa/src/compiler/nir/nir_xfb_info.h U xenocara/lib/mesa/src/compiler/nir/tests/algebraic_parser_test.py U xenocara/lib/mesa/src/compiler/nir/tests/algebraic_parser_test.sh N xenocara/lib/mesa/src/compiler/nir/tests/comparison_pre_tests.cpp U xenocara/lib/mesa/src/compiler/nir/tests/control_flow_tests.cpp N xenocara/lib/mesa/src/compiler/nir/tests/negative_equal_tests.cpp U xenocara/lib/mesa/src/compiler/nir/tests/vars_tests.cpp U xenocara/lib/mesa/src/compiler/spirv/GLSL.ext.AMD.h U xenocara/lib/mesa/src/compiler/spirv/GLSL.std.450.h N xenocara/lib/mesa/src/compiler/spirv/OpenCL.std.h U xenocara/lib/mesa/src/compiler/spirv/gl_spirv.c U xenocara/lib/mesa/src/compiler/spirv/meson.build C xenocara/lib/mesa/src/compiler/spirv/nir_spirv.h C xenocara/lib/mesa/src/compiler/spirv/spirv.core.grammar.json C xenocara/lib/mesa/src/compiler/spirv/spirv.h C xenocara/lib/mesa/src/compiler/spirv/spirv2nir.c C xenocara/lib/mesa/src/compiler/spirv/spirv_info.h C xenocara/lib/mesa/src/compiler/spirv/spirv_info_c.py C xenocara/lib/mesa/src/compiler/spirv/spirv_to_nir.c C xenocara/lib/mesa/src/compiler/spirv/vtn_alu.c U xenocara/lib/mesa/src/compiler/spirv/vtn_amd.c C xenocara/lib/mesa/src/compiler/spirv/vtn_cfg.c U xenocara/lib/mesa/src/compiler/spirv/vtn_gather_types_c.py C xenocara/lib/mesa/src/compiler/spirv/vtn_glsl450.c N xenocara/lib/mesa/src/compiler/spirv/vtn_opencl.c C xenocara/lib/mesa/src/compiler/spirv/vtn_private.h U xenocara/lib/mesa/src/compiler/spirv/vtn_subgroup.c C xenocara/lib/mesa/src/compiler/spirv/vtn_variables.c N xenocara/lib/mesa/src/drm-shim/README.md N xenocara/lib/mesa/src/drm-shim/device.c N xenocara/lib/mesa/src/drm-shim/drm_shim.c N xenocara/lib/mesa/src/drm-shim/drm_shim.h N xenocara/lib/mesa/src/drm-shim/meson.build N xenocara/lib/mesa/src/egl/Android.mk C xenocara/lib/mesa/src/egl/Makefile.sources U xenocara/lib/mesa/src/egl/SConscript N xenocara/lib/mesa/src/egl/egl-entrypoint-check.py N xenocara/lib/mesa/src/egl/egl-glvnd-symbols.txt N xenocara/lib/mesa/src/egl/egl-symbols.txt U xenocara/lib/mesa/src/egl/meson.build C xenocara/lib/mesa/src/egl/drivers/dri2/egl_dri2.c C xenocara/lib/mesa/src/egl/drivers/dri2/egl_dri2.h C xenocara/lib/mesa/src/egl/drivers/dri2/egl_dri2_fallbacks.h C xenocara/lib/mesa/src/egl/drivers/dri2/platform_android.c N xenocara/lib/mesa/src/egl/drivers/dri2/platform_device.c C xenocara/lib/mesa/src/egl/drivers/dri2/platform_drm.c C xenocara/lib/mesa/src/egl/drivers/dri2/platform_surfaceless.c C xenocara/lib/mesa/src/egl/drivers/dri2/platform_wayland.c C xenocara/lib/mesa/src/egl/drivers/dri2/platform_x11.c C xenocara/lib/mesa/src/egl/drivers/dri2/platform_x11_dri3.c U xenocara/lib/mesa/src/egl/drivers/dri2/platform_x11_dri3.h U xenocara/lib/mesa/src/egl/drivers/haiku/.editorconfig C xenocara/lib/mesa/src/egl/drivers/haiku/egl_haiku.cpp U xenocara/lib/mesa/src/egl/generate/egl.xml U xenocara/lib/mesa/src/egl/generate/eglFunctionList.py U xenocara/lib/mesa/src/egl/generate/egl_other.xml U xenocara/lib/mesa/src/egl/generate/gen_egl_dispatch.py U xenocara/lib/mesa/src/egl/main/50_mesa.json U xenocara/lib/mesa/src/egl/main/README.txt U xenocara/lib/mesa/src/egl/main/egl.def C xenocara/lib/mesa/src/egl/main/eglapi.c C xenocara/lib/mesa/src/egl/main/eglapi.h U xenocara/lib/mesa/src/egl/main/eglarray.c U xenocara/lib/mesa/src/egl/main/eglarray.h C xenocara/lib/mesa/src/egl/main/eglconfig.c U xenocara/lib/mesa/src/egl/main/eglconfig.h C xenocara/lib/mesa/src/egl/main/eglcontext.c C xenocara/lib/mesa/src/egl/main/eglcontext.h C xenocara/lib/mesa/src/egl/main/eglcurrent.c U xenocara/lib/mesa/src/egl/main/eglcurrent.h U xenocara/lib/mesa/src/egl/main/egldefines.h U xenocara/lib/mesa/src/egl/main/egldevice.c U xenocara/lib/mesa/src/egl/main/egldevice.h U xenocara/lib/mesa/src/egl/main/egldispatchstubs.c U xenocara/lib/mesa/src/egl/main/egldispatchstubs.h C xenocara/lib/mesa/src/egl/main/egldisplay.c C xenocara/lib/mesa/src/egl/main/egldisplay.h U xenocara/lib/mesa/src/egl/main/egldriver.c U xenocara/lib/mesa/src/egl/main/egldriver.h U xenocara/lib/mesa/src/egl/main/eglentrypoint.h C xenocara/lib/mesa/src/egl/main/eglglobals.c U xenocara/lib/mesa/src/egl/main/eglglobals.h U xenocara/lib/mesa/src/egl/main/eglglvnd.c C xenocara/lib/mesa/src/egl/main/eglimage.c C xenocara/lib/mesa/src/egl/main/eglimage.h C xenocara/lib/mesa/src/egl/main/egllog.c U xenocara/lib/mesa/src/egl/main/egllog.h C xenocara/lib/mesa/src/egl/main/eglsurface.c C xenocara/lib/mesa/src/egl/main/eglsurface.h C xenocara/lib/mesa/src/egl/main/eglsync.c C xenocara/lib/mesa/src/egl/main/eglsync.h U xenocara/lib/mesa/src/egl/main/egltypedefs.h N xenocara/lib/mesa/src/egl/wayland/.editorconfig U xenocara/lib/mesa/src/egl/wayland/wayland-drm/meson.build U xenocara/lib/mesa/src/egl/wayland/wayland-drm/wayland-drm.c U xenocara/lib/mesa/src/egl/wayland/wayland-drm/wayland-drm.h C xenocara/lib/mesa/src/egl/wayland/wayland-drm/wayland-drm.xml N xenocara/lib/mesa/src/etnaviv/meson.build N xenocara/lib/mesa/src/etnaviv/drm/etnaviv_bo.c N xenocara/lib/mesa/src/etnaviv/drm/etnaviv_bo_cache.c N xenocara/lib/mesa/src/etnaviv/drm/etnaviv_cmd_stream.c N xenocara/lib/mesa/src/etnaviv/drm/etnaviv_device.c N xenocara/lib/mesa/src/etnaviv/drm/etnaviv_drmif.h N xenocara/lib/mesa/src/etnaviv/drm/etnaviv_gpu.c N xenocara/lib/mesa/src/etnaviv/drm/etnaviv_perfmon.c N xenocara/lib/mesa/src/etnaviv/drm/etnaviv_pipe.c N xenocara/lib/mesa/src/etnaviv/drm/etnaviv_priv.h N xenocara/lib/mesa/src/etnaviv/drm/meson.build N xenocara/lib/mesa/src/etnaviv/drm/tests/etnaviv_bo_cache_test.c N xenocara/lib/mesa/src/etnaviv/drm/tests/etnaviv_cmd_stream_test.c N xenocara/lib/mesa/src/etnaviv/drm/tests/meson.build N xenocara/lib/mesa/src/freedreno/.dir-locals.el N xenocara/lib/mesa/src/freedreno/.editorconfig N xenocara/lib/mesa/src/freedreno/Android.drm.mk N xenocara/lib/mesa/src/freedreno/Android.ir3.mk N xenocara/lib/mesa/src/freedreno/Android.mk N xenocara/lib/mesa/src/freedreno/Android.registers.mk U xenocara/lib/mesa/src/freedreno/Makefile.sources U xenocara/lib/mesa/src/freedreno/meson.build N xenocara/lib/mesa/src/freedreno/drm-shim/README.md N xenocara/lib/mesa/src/freedreno/drm-shim/freedreno_noop.c N xenocara/lib/mesa/src/freedreno/drm-shim/meson.build U xenocara/lib/mesa/src/freedreno/drm/freedreno_bo.c U xenocara/lib/mesa/src/freedreno/drm/freedreno_bo_cache.c U xenocara/lib/mesa/src/freedreno/drm/freedreno_device.c U xenocara/lib/mesa/src/freedreno/drm/freedreno_drmif.h U xenocara/lib/mesa/src/freedreno/drm/freedreno_pipe.c U xenocara/lib/mesa/src/freedreno/drm/freedreno_priv.h U xenocara/lib/mesa/src/freedreno/drm/freedreno_ringbuffer.c U xenocara/lib/mesa/src/freedreno/drm/freedreno_ringbuffer.h U xenocara/lib/mesa/src/freedreno/drm/meson.build U xenocara/lib/mesa/src/freedreno/drm/msm_bo.c U xenocara/lib/mesa/src/freedreno/drm/msm_device.c U xenocara/lib/mesa/src/freedreno/drm/msm_pipe.c U xenocara/lib/mesa/src/freedreno/drm/msm_priv.h U xenocara/lib/mesa/src/freedreno/drm/msm_ringbuffer.c U xenocara/lib/mesa/src/freedreno/drm/msm_ringbuffer_sp.c U xenocara/lib/mesa/src/freedreno/ir3/disasm-a3xx.c U xenocara/lib/mesa/src/freedreno/ir3/instr-a3xx.h U xenocara/lib/mesa/src/freedreno/ir3/ir3.c U xenocara/lib/mesa/src/freedreno/ir3/ir3.h N xenocara/lib/mesa/src/freedreno/ir3/ir3_a4xx.c N xenocara/lib/mesa/src/freedreno/ir3/ir3_a6xx.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_compiler.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_compiler.h U xenocara/lib/mesa/src/freedreno/ir3/ir3_compiler_nir.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_context.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_context.h U xenocara/lib/mesa/src/freedreno/ir3/ir3_cp.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_depth.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_group.c N xenocara/lib/mesa/src/freedreno/ir3/ir3_image.c N xenocara/lib/mesa/src/freedreno/ir3/ir3_image.h U xenocara/lib/mesa/src/freedreno/ir3/ir3_legalize.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_nir.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_nir.h N xenocara/lib/mesa/src/freedreno/ir3/ir3_nir_analyze_ubo_ranges.c N xenocara/lib/mesa/src/freedreno/ir3/ir3_nir_imul.py N xenocara/lib/mesa/src/freedreno/ir3/ir3_nir_lower_io_offsets.c N xenocara/lib/mesa/src/freedreno/ir3/ir3_nir_lower_load_barycentric_at_offset.c N xenocara/lib/mesa/src/freedreno/ir3/ir3_nir_lower_load_barycentric_at_sample.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_nir_lower_tg4_to_tex.c N xenocara/lib/mesa/src/freedreno/ir3/ir3_nir_move_varying_inputs.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_nir_trig.py U xenocara/lib/mesa/src/freedreno/ir3/ir3_print.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_ra.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_sched.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_shader.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_shader.h N xenocara/lib/mesa/src/freedreno/ir3/ir3_sun.c U xenocara/lib/mesa/src/freedreno/ir3/meson.build N xenocara/lib/mesa/src/freedreno/registers/a2xx.xml N xenocara/lib/mesa/src/freedreno/registers/a3xx.xml N xenocara/lib/mesa/src/freedreno/registers/a4xx.xml N xenocara/lib/mesa/src/freedreno/registers/a5xx.xml N xenocara/lib/mesa/src/freedreno/registers/a6xx.xml N xenocara/lib/mesa/src/freedreno/registers/adreno_common.xml N xenocara/lib/mesa/src/freedreno/registers/adreno_pm4.xml N xenocara/lib/mesa/src/freedreno/registers/freedreno_copyright.xml N xenocara/lib/mesa/src/freedreno/registers/gen_header.py N xenocara/lib/mesa/src/freedreno/registers/meson.build N xenocara/lib/mesa/src/freedreno/registers/update-headers.sh N xenocara/lib/mesa/src/freedreno/vulkan/.clang-format N xenocara/lib/mesa/src/freedreno/vulkan/TODO N xenocara/lib/mesa/src/freedreno/vulkan/meson.build N xenocara/lib/mesa/src/freedreno/vulkan/tu_android.c N xenocara/lib/mesa/src/freedreno/vulkan/tu_cmd_buffer.c N xenocara/lib/mesa/src/freedreno/vulkan/tu_cs.c N xenocara/lib/mesa/src/freedreno/vulkan/tu_cs.h N xenocara/lib/mesa/src/freedreno/vulkan/tu_descriptor_set.c N xenocara/lib/mesa/src/freedreno/vulkan/tu_descriptor_set.h N xenocara/lib/mesa/src/freedreno/vulkan/tu_device.c N xenocara/lib/mesa/src/freedreno/vulkan/tu_drm.c N xenocara/lib/mesa/src/freedreno/vulkan/tu_entrypoints_gen.py N xenocara/lib/mesa/src/freedreno/vulkan/tu_extensions.py N xenocara/lib/mesa/src/freedreno/vulkan/tu_fence.c N xenocara/lib/mesa/src/freedreno/vulkan/tu_formats.c N xenocara/lib/mesa/src/freedreno/vulkan/tu_icd.py N xenocara/lib/mesa/src/freedreno/vulkan/tu_image.c N xenocara/lib/mesa/src/freedreno/vulkan/tu_meta_blit.c N xenocara/lib/mesa/src/freedreno/vulkan/tu_meta_buffer.c N xenocara/lib/mesa/src/freedreno/vulkan/tu_meta_clear.c N xenocara/lib/mesa/src/freedreno/vulkan/tu_pass.c N xenocara/lib/mesa/src/freedreno/vulkan/tu_meta_copy.c N xenocara/lib/mesa/src/freedreno/vulkan/tu_meta_resolve.c N xenocara/lib/mesa/src/freedreno/vulkan/tu_pipeline.c N xenocara/lib/mesa/src/freedreno/vulkan/tu_pipeline_cache.c N xenocara/lib/mesa/src/freedreno/vulkan/tu_private.h N xenocara/lib/mesa/src/freedreno/vulkan/tu_query.c N xenocara/lib/mesa/src/freedreno/vulkan/tu_shader.c N xenocara/lib/mesa/src/freedreno/vulkan/tu_util.c N xenocara/lib/mesa/src/freedreno/vulkan/tu_util.h N xenocara/lib/mesa/src/freedreno/vulkan/tu_wsi.c N xenocara/lib/mesa/src/freedreno/vulkan/tu_wsi_wayland.c N xenocara/lib/mesa/src/freedreno/vulkan/vk_format.h N xenocara/lib/mesa/src/freedreno/vulkan/vk_format_layout.csv N xenocara/lib/mesa/src/freedreno/vulkan/vk_format_parse.py N xenocara/lib/mesa/src/freedreno/vulkan/vk_format_table.py N xenocara/lib/mesa/src/gallium/Android.common.mk N xenocara/lib/mesa/src/gallium/Android.mk U xenocara/lib/mesa/src/gallium/README.portability U xenocara/lib/mesa/src/gallium/SConscript U xenocara/lib/mesa/src/gallium/meson.build N xenocara/lib/mesa/src/gallium/auxiliary/Android.mk C xenocara/lib/mesa/src/gallium/auxiliary/Makefile.sources U xenocara/lib/mesa/src/gallium/auxiliary/SConscript U xenocara/lib/mesa/src/gallium/auxiliary/meson.build U xenocara/lib/mesa/src/gallium/auxiliary/cso_cache/cso_cache.c U xenocara/lib/mesa/src/gallium/auxiliary/cso_cache/cso_cache.h U xenocara/lib/mesa/src/gallium/auxiliary/cso_cache/cso_context.c U xenocara/lib/mesa/src/gallium/auxiliary/cso_cache/cso_context.h U xenocara/lib/mesa/src/gallium/auxiliary/cso_cache/cso_hash.c U xenocara/lib/mesa/src/gallium/auxiliary/cso_cache/cso_hash.h U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_cliptest_tmp.h C xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_context.c C xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_context.h U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_decompose_tmp.h U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_fs.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_fs.h U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_gs.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_gs.h U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_gs_tmp.h C xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_llvm.c C xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_llvm.h U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_llvm_sample.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe.h U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_aaline.c C xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_aapoint.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_clip.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_cull.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_flatshade.c C xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_private.h U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_offset.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_pstipple.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_stipple.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_twoside.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_unfilled.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_util.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_validate.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_vbuf.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_wide_line.c C xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_wide_point.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_prim_assembler.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_prim_assembler.h U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_prim_assembler_tmp.h C xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pt.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pt.h U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pt_decompose.h U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_vbuf.h U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pt_emit.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pt_fetch.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pt_fetch_emit.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pt_fetch_shade_emit.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline.c C xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline_llvm.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pt_post_vs.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pt_so_emit.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pt_util.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pt_vsplit.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pt_vsplit_tmp.h U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_so_emit_tmp.h U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_split_tmp.h U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_vertex.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_vertex.h U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_vs.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_vs.h C xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_vs_exec.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_vs_llvm.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_vs_variant.c U xenocara/lib/mesa/src/gallium/auxiliary/driver_ddebug/dd_context.c U xenocara/lib/mesa/src/gallium/auxiliary/driver_ddebug/dd_draw.c U xenocara/lib/mesa/src/gallium/auxiliary/driver_ddebug/dd_pipe.h U xenocara/lib/mesa/src/gallium/auxiliary/driver_ddebug/dd_public.h U xenocara/lib/mesa/src/gallium/auxiliary/driver_ddebug/dd_screen.c U xenocara/lib/mesa/src/gallium/auxiliary/driver_ddebug/dd_util.h U xenocara/lib/mesa/src/gallium/auxiliary/driver_noop/noop_pipe.c U xenocara/lib/mesa/src/gallium/auxiliary/driver_noop/noop_public.h U xenocara/lib/mesa/src/gallium/auxiliary/driver_noop/noop_state.c U xenocara/lib/mesa/src/gallium/auxiliary/driver_rbug/README U xenocara/lib/mesa/src/gallium/auxiliary/driver_rbug/rbug_context.c U xenocara/lib/mesa/src/gallium/auxiliary/driver_rbug/rbug_context.h U xenocara/lib/mesa/src/gallium/auxiliary/driver_rbug/rbug_core.c U xenocara/lib/mesa/src/gallium/auxiliary/driver_rbug/rbug_objects.c U xenocara/lib/mesa/src/gallium/auxiliary/driver_rbug/rbug_objects.h U xenocara/lib/mesa/src/gallium/auxiliary/driver_rbug/rbug_public.h U xenocara/lib/mesa/src/gallium/auxiliary/driver_rbug/rbug_screen.c U xenocara/lib/mesa/src/gallium/auxiliary/driver_rbug/rbug_screen.h U xenocara/lib/mesa/src/gallium/auxiliary/driver_trace/README U xenocara/lib/mesa/src/gallium/auxiliary/driver_trace/tr_context.c U xenocara/lib/mesa/src/gallium/auxiliary/driver_trace/tr_context.h U xenocara/lib/mesa/src/gallium/auxiliary/driver_trace/tr_dump.c U xenocara/lib/mesa/src/gallium/auxiliary/driver_trace/tr_dump.h U xenocara/lib/mesa/src/gallium/auxiliary/driver_trace/tr_dump_defines.h U xenocara/lib/mesa/src/gallium/auxiliary/driver_trace/tr_dump_state.c U xenocara/lib/mesa/src/gallium/auxiliary/driver_trace/tr_dump_state.h U xenocara/lib/mesa/src/gallium/auxiliary/driver_trace/tr_public.h U xenocara/lib/mesa/src/gallium/auxiliary/driver_trace/tr_screen.c U xenocara/lib/mesa/src/gallium/auxiliary/driver_trace/tr_screen.h U xenocara/lib/mesa/src/gallium/auxiliary/driver_trace/tr_texture.c U xenocara/lib/mesa/src/gallium/auxiliary/driver_trace/tr_texture.h U xenocara/lib/mesa/src/gallium/auxiliary/driver_trace/trace.xsl N xenocara/lib/mesa/src/gallium/auxiliary/gallivm/f.cpp U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld.h C xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_arit.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_arit.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_arit_overflow.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_arit_overflow.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_assert.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_assert.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_bitarit.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_bitarit.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_const.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_const.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_conv.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_conv.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_debug.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_flow.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_flow.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_format.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_format.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_format_aos.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_format_aos_array.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_format_float.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_format_s3tc.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_format_soa.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_format_srgb.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_format_yuv.c C xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_gather.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_gather.h C xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_init.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_init.h C xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_intr.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_intr.h C xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_limits.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_logic.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_logic.h C xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp C xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_misc.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_pack.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_pack.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_printf.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_printf.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_quad.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_quad.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_sample.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_sample.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_sample_aos.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_sample_aos.h C xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_sample_soa.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_struct.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_struct.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_swizzle.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_swizzle.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi.c C xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi_action.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi_action.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi_aos.c C xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi_info.c C xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_type.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_type.h U xenocara/lib/mesa/src/gallium/auxiliary/hud/font.c U xenocara/lib/mesa/src/gallium/auxiliary/hud/font.h C xenocara/lib/mesa/src/gallium/auxiliary/hud/hud_context.c U xenocara/lib/mesa/src/gallium/auxiliary/hud/hud_context.h C xenocara/lib/mesa/src/gallium/auxiliary/hud/hud_cpu.c C xenocara/lib/mesa/src/gallium/auxiliary/hud/hud_cpufreq.c C xenocara/lib/mesa/src/gallium/auxiliary/hud/hud_diskstat.c U xenocara/lib/mesa/src/gallium/auxiliary/hud/hud_driver_query.c U xenocara/lib/mesa/src/gallium/auxiliary/hud/hud_fps.c C xenocara/lib/mesa/src/gallium/auxiliary/hud/hud_nic.c U xenocara/lib/mesa/src/gallium/auxiliary/hud/hud_private.h C xenocara/lib/mesa/src/gallium/auxiliary/hud/hud_sensors_temp.c U xenocara/lib/mesa/src/gallium/auxiliary/indices/u_indices.c U xenocara/lib/mesa/src/gallium/auxiliary/indices/u_indices.h C xenocara/lib/mesa/src/gallium/auxiliary/indices/u_indices_gen.py U xenocara/lib/mesa/src/gallium/auxiliary/indices/u_indices_priv.h U xenocara/lib/mesa/src/gallium/auxiliary/indices/u_primconvert.c U xenocara/lib/mesa/src/gallium/auxiliary/indices/u_primconvert.h U xenocara/lib/mesa/src/gallium/auxiliary/indices/u_unfilled_gen.py U xenocara/lib/mesa/src/gallium/auxiliary/indices/u_unfilled_indices.c C xenocara/lib/mesa/src/gallium/auxiliary/nir/tgsi_to_nir.c U xenocara/lib/mesa/src/gallium/auxiliary/nir/tgsi_to_nir.h U xenocara/lib/mesa/src/gallium/auxiliary/os/os_mman.h C xenocara/lib/mesa/src/gallium/auxiliary/os/os_process.c U xenocara/lib/mesa/src/gallium/auxiliary/os/os_process.h U xenocara/lib/mesa/src/gallium/auxiliary/os/os_thread.h N xenocara/lib/mesa/src/gallium/auxiliary/pipe-loader/Android.mk U xenocara/lib/mesa/src/gallium/auxiliary/pipe-loader/Makefile.sources U xenocara/lib/mesa/src/gallium/auxiliary/pipe-loader/SConscript U xenocara/lib/mesa/src/gallium/auxiliary/pipe-loader/driinfo_gallium.h U xenocara/lib/mesa/src/gallium/auxiliary/pipe-loader/meson.build C xenocara/lib/mesa/src/gallium/auxiliary/pipe-loader/pipe_loader.c C xenocara/lib/mesa/src/gallium/auxiliary/pipe-loader/pipe_loader.h C xenocara/lib/mesa/src/gallium/auxiliary/pipe-loader/pipe_loader_drm.c C xenocara/lib/mesa/src/gallium/auxiliary/pipe-loader/pipe_loader_priv.h C xenocara/lib/mesa/src/gallium/auxiliary/pipe-loader/pipe_loader_sw.c U xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_buffer.h C xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c U xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.h U xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr.h U xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_cache.c C xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_debug.c C xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_mm.c C xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_slab.c U xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_cache.c U xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_cache.h U xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_slab.c U xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_slab.h U xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_validate.c U xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_validate.h U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/ADDING U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/filters.h U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/postprocess.h U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/pp_celshade.c U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/pp_celshade.h U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/pp_colors.c U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/pp_colors.h U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/pp_filters.h U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/pp_init.c U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/pp_mlaa.c U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/pp_mlaa.h U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/pp_mlaa_areamap.h U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/pp_private.h U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/pp_program.c U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/pp_run.c U xenocara/lib/mesa/src/gallium/auxiliary/rbug/README U xenocara/lib/mesa/src/gallium/auxiliary/rbug/rbug.h U xenocara/lib/mesa/src/gallium/auxiliary/rbug/rbug_connection.c U xenocara/lib/mesa/src/gallium/auxiliary/rbug/rbug_connection.h U xenocara/lib/mesa/src/gallium/auxiliary/rbug/rbug_context.c U xenocara/lib/mesa/src/gallium/auxiliary/rbug/rbug_context.h U xenocara/lib/mesa/src/gallium/auxiliary/rbug/rbug_core.c U xenocara/lib/mesa/src/gallium/auxiliary/rbug/rbug_core.h U xenocara/lib/mesa/src/gallium/auxiliary/rbug/rbug_demarshal.c U xenocara/lib/mesa/src/gallium/auxiliary/rbug/rbug_internal.h U xenocara/lib/mesa/src/gallium/auxiliary/rbug/rbug_proto.h U xenocara/lib/mesa/src/gallium/auxiliary/rbug/rbug_shader.c U xenocara/lib/mesa/src/gallium/auxiliary/rbug/rbug_shader.h C xenocara/lib/mesa/src/gallium/auxiliary/rbug/rbug_texture.c U xenocara/lib/mesa/src/gallium/auxiliary/rbug/rbug_texture.h U xenocara/lib/mesa/src/gallium/auxiliary/renderonly/renderonly.c U xenocara/lib/mesa/src/gallium/auxiliary/renderonly/renderonly.h U xenocara/lib/mesa/src/gallium/auxiliary/rtasm/rtasm_cpu.c U xenocara/lib/mesa/src/gallium/auxiliary/rtasm/rtasm_cpu.h U xenocara/lib/mesa/src/gallium/auxiliary/rtasm/rtasm_execmem.c U xenocara/lib/mesa/src/gallium/auxiliary/rtasm/rtasm_execmem.h U xenocara/lib/mesa/src/gallium/auxiliary/rtasm/rtasm_x86sse.c U xenocara/lib/mesa/src/gallium/auxiliary/rtasm/rtasm_x86sse.h C xenocara/lib/mesa/src/gallium/auxiliary/target-helpers/drm_helper.h C xenocara/lib/mesa/src/gallium/auxiliary/target-helpers/drm_helper_public.h U xenocara/lib/mesa/src/gallium/auxiliary/target-helpers/inline_debug_helper.h U xenocara/lib/mesa/src/gallium/auxiliary/target-helpers/inline_sw_helper.h U xenocara/lib/mesa/src/gallium/auxiliary/target-helpers/sw_helper.h U xenocara/lib/mesa/src/gallium/auxiliary/target-helpers/sw_helper_public.h U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_aa_point.c U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_aa_point.h U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_build.c U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_build.h C xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_dump.c U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_dump.h U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_emulate.c U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_emulate.h C xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_exec.c C xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_exec.h U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_from_mesa.c U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_from_mesa.h C xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_info.c U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_info.h U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_info_opcodes.h U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_iterate.c U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_iterate.h U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_lowering.c U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_lowering.h C xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_parse.c U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_parse.h U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_point_sprite.c U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_point_sprite.h U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_sanity.c U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_sanity.h C xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_scan.c C xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_scan.h C xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_strings.c U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_strings.h U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_text.c U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_text.h U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_transform.c U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_transform.h U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_two_side.c U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_two_side.h C xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_ureg.c U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_ureg.h U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_util.c U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_util.h U xenocara/lib/mesa/src/gallium/auxiliary/translate/translate.c U xenocara/lib/mesa/src/gallium/auxiliary/translate/translate.h U xenocara/lib/mesa/src/gallium/auxiliary/translate/translate_cache.c U xenocara/lib/mesa/src/gallium/auxiliary/translate/translate_cache.h U xenocara/lib/mesa/src/gallium/auxiliary/translate/translate_generic.c U xenocara/lib/mesa/src/gallium/auxiliary/translate/translate_sse.c U xenocara/lib/mesa/src/gallium/auxiliary/util/dbghelp.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_async_debug.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_async_debug.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_bitcast.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_bitmask.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_bitmask.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_blend.h C xenocara/lib/mesa/src/gallium/auxiliary/util/u_blit.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_blit.h C xenocara/lib/mesa/src/gallium/auxiliary/util/u_blitter.c C xenocara/lib/mesa/src/gallium/auxiliary/util/u_blitter.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_box.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_cache.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_cache.h N xenocara/lib/mesa/src/gallium/auxiliary/util/u_compute.c N xenocara/lib/mesa/src/gallium/auxiliary/util/u_compute.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_debug_describe.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_debug_describe.h C xenocara/lib/mesa/src/gallium/auxiliary/util/u_debug_flush.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_debug_flush.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_debug_gallium.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_dl.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_debug_gallium.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_debug_image.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_debug_image.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_debug_memory.c C xenocara/lib/mesa/src/gallium/auxiliary/util/u_debug_refcnt.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_debug_refcnt.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_debug_stack.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_debug_stack.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_debug_stack_android.cpp C xenocara/lib/mesa/src/gallium/auxiliary/util/u_debug_symbol.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_debug_symbol.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_dirty_flags.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_dirty_surfaces.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_dl.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_draw.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_draw.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_draw_quad.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_draw_quad.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_dual_blend.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_dump.h C xenocara/lib/mesa/src/gallium/auxiliary/util/u_dump_state.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_dump_defines.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_fifo.h N xenocara/lib/mesa/src/gallium/auxiliary/util/u_file.h C xenocara/lib/mesa/src/gallium/auxiliary/util/u_format.c C xenocara/lib/mesa/src/gallium/auxiliary/util/u_format.csv C xenocara/lib/mesa/src/gallium/auxiliary/util/u_format.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_format_bptc.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_format_bptc.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_format_etc.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_format_etc.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_format_latc.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_format_latc.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_format_other.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_format_other.h C xenocara/lib/mesa/src/gallium/auxiliary/util/u_format_pack.py U xenocara/lib/mesa/src/gallium/auxiliary/util/u_format_parse.py U xenocara/lib/mesa/src/gallium/auxiliary/util/u_format_rgtc.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_format_rgtc.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_format_s3tc.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_format_s3tc.h C xenocara/lib/mesa/src/gallium/auxiliary/util/u_format_table.py U xenocara/lib/mesa/src/gallium/auxiliary/util/u_format_tests.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_format_tests.h C xenocara/lib/mesa/src/gallium/auxiliary/util/u_format_yuv.c C xenocara/lib/mesa/src/gallium/auxiliary/util/u_format_yuv.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_format_zs.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_format_zs.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_framebuffer.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_framebuffer.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_gen_mipmap.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_gen_mipmap.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_half.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_handle_table.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_handle_table.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_hash_table.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_hash_table.h C xenocara/lib/mesa/src/gallium/auxiliary/util/u_helpers.c C xenocara/lib/mesa/src/gallium/auxiliary/util/u_helpers.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_idalloc.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_idalloc.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_index_modify.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_index_modify.h C xenocara/lib/mesa/src/gallium/auxiliary/util/u_inlines.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_linear.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_linear.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_log.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_log.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_mm.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_mm.h C xenocara/lib/mesa/src/gallium/auxiliary/util/u_network.c C xenocara/lib/mesa/src/gallium/auxiliary/util/u_network.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_pack_color.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_pointer.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_prim.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_prim.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_prim_restart.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_prim_restart.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_pstipple.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_pstipple.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_pwr8.h C xenocara/lib/mesa/src/gallium/auxiliary/util/u_range.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_rect.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_resource.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_resource.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_sampler.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_sampler.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_screen.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_screen.h C xenocara/lib/mesa/src/gallium/auxiliary/util/u_simple_shaders.c C xenocara/lib/mesa/src/gallium/auxiliary/util/u_simple_shaders.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_split_prim.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_sse.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_suballoc.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_suballoc.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_surface.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_surface.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_surfaces.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_surfaces.h C xenocara/lib/mesa/src/gallium/auxiliary/util/u_tests.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_tests.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_texture.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_texture.h C xenocara/lib/mesa/src/gallium/auxiliary/util/u_threaded_context.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_threaded_context.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_threaded_context_calls.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_tile.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_tile.h C xenocara/lib/mesa/src/gallium/auxiliary/util/u_vbuf.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_transfer.c C xenocara/lib/mesa/src/gallium/auxiliary/util/u_transfer.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_transfer_helper.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_transfer_helper.h C xenocara/lib/mesa/src/gallium/auxiliary/util/u_upload_mgr.c C xenocara/lib/mesa/src/gallium/auxiliary/util/u_upload_mgr.h C xenocara/lib/mesa/src/gallium/auxiliary/util/u_vbuf.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_video.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_viewport.h C xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_bicubic_filter.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_bicubic_filter.h C xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_compositor.c C xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_compositor.h N xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_compositor_cs.c N xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_compositor_cs.h N xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_compositor_gfx.c N xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_compositor_gfx.h U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_csc.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_csc.h U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_decoder.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_decoder.h U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_defines.h U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_deint_filter.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_deint_filter.h U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_idct.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_idct.h U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_matrix_filter.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_mc.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_matrix_filter.h U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_mc.h U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_median_filter.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_median_filter.h U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_mpeg12_bitstream.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_mpeg12_bitstream.h C xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_mpeg12_decoder.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_mpeg12_decoder.h U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_probs_table.h U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_rbsp.h U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_stubs.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_types.h U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_vertex_buffers.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_vertex_buffers.h C xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_video_buffer.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_video_buffer.h U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_vlc.h C xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_winsys.h U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_winsys_dri.c C xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_winsys_dri3.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_winsys_drm.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_zscan.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_zscan.h U xenocara/lib/mesa/src/gallium/docs/Makefile U xenocara/lib/mesa/src/gallium/docs/make.bat U xenocara/lib/mesa/src/gallium/docs/source/conf.py C xenocara/lib/mesa/src/gallium/docs/source/context.rst U xenocara/lib/mesa/src/gallium/docs/source/cso.rst U xenocara/lib/mesa/src/gallium/docs/source/debugging.rst U xenocara/lib/mesa/src/gallium/docs/source/distro.rst U xenocara/lib/mesa/src/gallium/docs/source/drivers.rst U xenocara/lib/mesa/src/gallium/docs/source/format.rst U xenocara/lib/mesa/src/gallium/docs/source/glossary.rst U xenocara/lib/mesa/src/gallium/docs/source/index.rst U xenocara/lib/mesa/src/gallium/docs/source/intro.rst U xenocara/lib/mesa/src/gallium/docs/source/pipeline.txt U xenocara/lib/mesa/src/gallium/docs/source/resources.rst C xenocara/lib/mesa/src/gallium/docs/source/screen.rst C xenocara/lib/mesa/src/gallium/docs/source/tgsi.rst U xenocara/lib/mesa/src/gallium/docs/source/cso/blend.rst U xenocara/lib/mesa/src/gallium/docs/source/cso/dsa.rst U xenocara/lib/mesa/src/gallium/docs/source/cso/rasterizer.rst U xenocara/lib/mesa/src/gallium/docs/source/cso/sampler.rst U xenocara/lib/mesa/src/gallium/docs/source/cso/shader.rst U xenocara/lib/mesa/src/gallium/docs/source/cso/velems.rst U xenocara/lib/mesa/src/gallium/docs/source/drivers/freedreno.rst U xenocara/lib/mesa/src/gallium/docs/source/drivers/openswr.rst U xenocara/lib/mesa/src/gallium/docs/source/drivers/freedreno/ir3-notes.rst U xenocara/lib/mesa/src/gallium/docs/source/drivers/openswr/faq.rst U xenocara/lib/mesa/src/gallium/docs/source/drivers/openswr/knobs.rst U xenocara/lib/mesa/src/gallium/docs/source/drivers/openswr/profiling.rst U xenocara/lib/mesa/src/gallium/docs/source/drivers/openswr/usage.rst U xenocara/lib/mesa/src/gallium/docs/source/exts/formatting.py N xenocara/lib/mesa/src/gallium/drivers/etnaviv/Android.mk C xenocara/lib/mesa/src/gallium/drivers/etnaviv/Makefile.sources U xenocara/lib/mesa/src/gallium/drivers/etnaviv/README C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_asm.c C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_asm.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_blend.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_blend.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_blt.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_blt.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_clear_blit.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_clear_blit.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_compiler.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_compiler_cmdline.c N xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_compiler_nir.c N xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_compiler_nir_emit.h N xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_compiler_tgsi.c C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_context.c C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_debug.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_context.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_disasm.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_disasm.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_emit.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_emit.h N xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_etc2.c N xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_etc2.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_fence.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_fence.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_format.c C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_format.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_internal.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_query.c C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_query.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_query_hw.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_query_hw.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_query_pm.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_query_pm.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_query_sw.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_query_sw.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_rasterizer.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_rasterizer.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_resource.c C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_resource.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_rs.c C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_rs.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_screen.c C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_screen.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_shader.c C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_shader.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_state.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_state.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_surface.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_surface.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_texture.c C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_texture.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_texture_state.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_texture_state.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_tiling.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_tiling.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_transfer.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_transfer.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_translate.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_uniforms.c C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_uniforms.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_util.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_zsa.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_zsa.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/meson.build C xenocara/lib/mesa/src/gallium/drivers/etnaviv/hw/cmdstream.xml.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/hw/common.xml.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/hw/common_3d.xml.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/hw/isa.xml.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/hw/state.xml.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/hw/state_3d.xml.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/hw/state_blt.xml.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/hw/texdesc_3d.xml.h N xenocara/lib/mesa/src/gallium/drivers/freedreno/.dir-locals.el N xenocara/lib/mesa/src/gallium/drivers/freedreno/.editorconfig N xenocara/lib/mesa/src/gallium/drivers/freedreno/Android.gen.mk N xenocara/lib/mesa/src/gallium/drivers/freedreno/Android.mk C xenocara/lib/mesa/src/gallium/drivers/freedreno/Makefile.sources U xenocara/lib/mesa/src/gallium/drivers/freedreno/disasm.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_batch.c C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_batch.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_batch_cache.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_batch_cache.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_blitter.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_blitter.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_context.c C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_context.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_draw.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_draw.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_fence.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/meson.build C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_fence.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_gmem.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_gmem.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_perfcntr.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_program.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_program.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_query.c C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_query.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_query_acc.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_query_acc.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_query_hw.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_query_hw.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_query_sw.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_query_sw.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_resource.c C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_resource.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_screen.c C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_screen.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_state.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_state.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_surface.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_surface.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_texture.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_texture.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_util.c C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_util.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/disasm-a2xx.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_blend.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_blend.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_context.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_context.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_draw.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_draw.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_emit.c C xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_emit.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_gmem.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_gmem.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_perfcntr.c C xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_program.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_program.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_query.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_query.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_rasterizer.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_rasterizer.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_resource.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_resource.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_screen.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/ir2.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_screen.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_texture.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_texture.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_util.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_util.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_zsa.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_zsa.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/instr-a2xx.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/ir2.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/ir2_assemble.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/ir2_cp.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/ir2_nir.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/ir2_private.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/ir2_ra.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_blend.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_blend.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_context.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_context.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_draw.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_draw.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_emit.c C xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_emit.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_format.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_format.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_gmem.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_gmem.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_program.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_program.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_query.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_query.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_rasterizer.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_rasterizer.h N xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_resource.c N xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_resource.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_screen.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_screen.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_texture.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_texture.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_zsa.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_zsa.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_blend.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_blend.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_context.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_context.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_draw.c C xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_draw.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_emit.c C xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_emit.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_format.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_format.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_gmem.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_gmem.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_program.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_program.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_query.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_query.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_rasterizer.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_rasterizer.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_screen.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_screen.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_texture.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_texture.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_zsa.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_zsa.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_blend.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_blend.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_blitter.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_blitter.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_compute.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_compute.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_context.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_context.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_draw.c C xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_draw.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_emit.c C xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_emit.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_format.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_format.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_gmem.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_gmem.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_image.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_image.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_perfcntr.c C xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_program.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_program.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_query.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_query.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_rasterizer.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_rasterizer.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_resource.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_resource.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_screen.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_screen.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_texture.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_texture.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_zsa.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_zsa.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_blend.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_blend.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_blitter.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_blitter.h N xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_compute.c N xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_compute.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_context.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_context.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_draw.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_draw.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_emit.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_emit.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_format.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_format.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_gmem.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_gmem.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_image.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_image.h N xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_perfcntr.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_program.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_program.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_query.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_query.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_rasterizer.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_rasterizer.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_resource.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_resource.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_screen.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_screen.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_texture.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_texture.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_zsa.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_zsa.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/ir3/ir3_cache.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/ir3/ir3_cache.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/ir3/ir3_cmdline.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/ir3/ir3_gallium.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/ir3/ir3_gallium.h N xenocara/lib/mesa/src/gallium/drivers/i915/Android.mk U xenocara/lib/mesa/src/gallium/drivers/i915/Makefile.sources U xenocara/lib/mesa/src/gallium/drivers/i915/TODO U xenocara/lib/mesa/src/gallium/drivers/i915/i915_batch.h U xenocara/lib/mesa/src/gallium/drivers/i915/i915_batchbuffer.h U xenocara/lib/mesa/src/gallium/drivers/i915/i915_blit.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_blit.h U xenocara/lib/mesa/src/gallium/drivers/i915/i915_clear.c C xenocara/lib/mesa/src/gallium/drivers/i915/i915_context.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_context.h U xenocara/lib/mesa/src/gallium/drivers/i915/i915_debug.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_debug.h U xenocara/lib/mesa/src/gallium/drivers/i915/i915_debug_fp.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_debug_private.h U xenocara/lib/mesa/src/gallium/drivers/i915/i915_flush.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_fpc.h U xenocara/lib/mesa/src/gallium/drivers/i915/i915_fpc_emit.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_fpc_optimize.c C xenocara/lib/mesa/src/gallium/drivers/i915/i915_fpc_translate.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_prim_emit.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_prim_vbuf.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_public.h U xenocara/lib/mesa/src/gallium/drivers/i915/i915_query.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_query.h U xenocara/lib/mesa/src/gallium/drivers/i915/i915_reg.h U xenocara/lib/mesa/src/gallium/drivers/i915/i915_resource.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_resource.h U xenocara/lib/mesa/src/gallium/drivers/i915/i915_resource_buffer.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_resource_texture.c C xenocara/lib/mesa/src/gallium/drivers/i915/i915_screen.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_screen.h C xenocara/lib/mesa/src/gallium/drivers/i915/i915_state.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_state.h U xenocara/lib/mesa/src/gallium/drivers/i915/i915_state_derived.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_state_dynamic.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_state_emit.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_state_fpc.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_state_immediate.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_state_inlines.h U xenocara/lib/mesa/src/gallium/drivers/i915/i915_state_sampler.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_state_static.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_surface.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_surface.h U xenocara/lib/mesa/src/gallium/drivers/i915/i915_winsys.h U xenocara/lib/mesa/src/gallium/drivers/i915/meson.build N xenocara/lib/mesa/src/gallium/drivers/iris/Android.mk N xenocara/lib/mesa/src/gallium/drivers/iris/Makefile.sources N xenocara/lib/mesa/src/gallium/drivers/iris/driinfo_iris.h N xenocara/lib/mesa/src/gallium/drivers/iris/iris_batch.c N xenocara/lib/mesa/src/gallium/drivers/iris/iris_batch.h N xenocara/lib/mesa/src/gallium/drivers/iris/iris_binder.c N xenocara/lib/mesa/src/gallium/drivers/iris/iris_binder.h N xenocara/lib/mesa/src/gallium/drivers/iris/iris_blit.c N xenocara/lib/mesa/src/gallium/drivers/iris/iris_blorp.c N xenocara/lib/mesa/src/gallium/drivers/iris/iris_border_color.c N xenocara/lib/mesa/src/gallium/drivers/iris/iris_bufmgr.c N xenocara/lib/mesa/src/gallium/drivers/iris/iris_bufmgr.h N xenocara/lib/mesa/src/gallium/drivers/iris/iris_clear.c N xenocara/lib/mesa/src/gallium/drivers/iris/iris_context.c N xenocara/lib/mesa/src/gallium/drivers/iris/iris_context.h N xenocara/lib/mesa/src/gallium/drivers/iris/iris_defines.h N xenocara/lib/mesa/src/gallium/drivers/iris/iris_disk_cache.c N xenocara/lib/mesa/src/gallium/drivers/iris/iris_draw.c N xenocara/lib/mesa/src/gallium/drivers/iris/iris_fence.c N xenocara/lib/mesa/src/gallium/drivers/iris/iris_pipe.h N xenocara/lib/mesa/src/gallium/drivers/iris/iris_fence.h N xenocara/lib/mesa/src/gallium/drivers/iris/iris_formats.c N xenocara/lib/mesa/src/gallium/drivers/iris/iris_genx_macros.h N xenocara/lib/mesa/src/gallium/drivers/iris/iris_genx_protos.h N xenocara/lib/mesa/src/gallium/drivers/iris/iris_monitor.c N xenocara/lib/mesa/src/gallium/drivers/iris/iris_monitor.h N xenocara/lib/mesa/src/gallium/drivers/iris/iris_pipe_control.c N xenocara/lib/mesa/src/gallium/drivers/iris/iris_program.c N xenocara/lib/mesa/src/gallium/drivers/iris/iris_program_cache.c N xenocara/lib/mesa/src/gallium/drivers/iris/iris_query.c N xenocara/lib/mesa/src/gallium/drivers/iris/iris_resolve.c N xenocara/lib/mesa/src/gallium/drivers/iris/iris_resource.c N xenocara/lib/mesa/src/gallium/drivers/iris/iris_resource.h N xenocara/lib/mesa/src/gallium/drivers/iris/iris_screen.c N xenocara/lib/mesa/src/gallium/drivers/iris/iris_screen.h N xenocara/lib/mesa/src/gallium/drivers/iris/iris_state.c N xenocara/lib/mesa/src/gallium/drivers/iris/meson.build N xenocara/lib/mesa/src/gallium/drivers/kmsro/Android.mk N xenocara/lib/mesa/src/gallium/drivers/kmsro/Makefile.sources N xenocara/lib/mesa/src/gallium/drivers/lima/Android.mk N xenocara/lib/mesa/src/gallium/drivers/lima/lima_bo.c N xenocara/lib/mesa/src/gallium/drivers/lima/lima_bo.h N xenocara/lib/mesa/src/gallium/drivers/lima/lima_context.c N xenocara/lib/mesa/src/gallium/drivers/lima/lima_context.h N xenocara/lib/mesa/src/gallium/drivers/lima/lima_draw.c N xenocara/lib/mesa/src/gallium/drivers/lima/lima_fence.c N xenocara/lib/mesa/src/gallium/drivers/lima/lima_fence.h N xenocara/lib/mesa/src/gallium/drivers/lima/lima_program.c N xenocara/lib/mesa/src/gallium/drivers/lima/lima_program.h N xenocara/lib/mesa/src/gallium/drivers/lima/lima_query.c N xenocara/lib/mesa/src/gallium/drivers/lima/lima_resource.c N xenocara/lib/mesa/src/gallium/drivers/lima/lima_resource.h N xenocara/lib/mesa/src/gallium/drivers/lima/lima_screen.c N xenocara/lib/mesa/src/gallium/drivers/lima/lima_screen.h N xenocara/lib/mesa/src/gallium/drivers/lima/lima_state.c N xenocara/lib/mesa/src/gallium/drivers/lima/lima_submit.c N xenocara/lib/mesa/src/gallium/drivers/lima/lima_submit.h N xenocara/lib/mesa/src/gallium/drivers/lima/lima_texture.c N xenocara/lib/mesa/src/gallium/drivers/lima/lima_texture.h N xenocara/lib/mesa/src/gallium/drivers/lima/lima_util.c N xenocara/lib/mesa/src/gallium/drivers/lima/lima_util.h N xenocara/lib/mesa/src/gallium/drivers/lima/meson.build N xenocara/lib/mesa/src/gallium/drivers/lima/ir/lima_ir.h N xenocara/lib/mesa/src/gallium/drivers/lima/ir/lima_nir_algebraic.py N xenocara/lib/mesa/src/gallium/drivers/lima/ir/lima_nir_lower_uniform_to_scalar.c N xenocara/lib/mesa/src/gallium/drivers/lima/ir/gp/codegen.c N xenocara/lib/mesa/src/gallium/drivers/lima/ir/gp/codegen.h N xenocara/lib/mesa/src/gallium/drivers/lima/ir/gp/disasm.c N xenocara/lib/mesa/src/gallium/drivers/lima/ir/gp/gpir.h N xenocara/lib/mesa/src/gallium/drivers/lima/ir/gp/instr.c N xenocara/lib/mesa/src/gallium/drivers/lima/ir/gp/lower.c N xenocara/lib/mesa/src/gallium/drivers/lima/ir/gp/nir.c N xenocara/lib/mesa/src/gallium/drivers/lima/ir/gp/node.c N xenocara/lib/mesa/src/gallium/drivers/lima/ir/gp/reduce_scheduler.c N xenocara/lib/mesa/src/gallium/drivers/lima/ir/gp/regalloc.c N xenocara/lib/mesa/src/gallium/drivers/lima/ir/gp/scheduler.c N xenocara/lib/mesa/src/gallium/drivers/lima/ir/pp/codegen.c N xenocara/lib/mesa/src/gallium/drivers/lima/ir/pp/codegen.h N xenocara/lib/mesa/src/gallium/drivers/lima/ir/pp/disasm.c N xenocara/lib/mesa/src/gallium/drivers/lima/ir/pp/instr.c N xenocara/lib/mesa/src/gallium/drivers/lima/ir/pp/lower.c N xenocara/lib/mesa/src/gallium/drivers/lima/ir/pp/nir.c N xenocara/lib/mesa/src/gallium/drivers/lima/ir/pp/node.c N xenocara/lib/mesa/src/gallium/drivers/lima/ir/pp/node_to_instr.c N xenocara/lib/mesa/src/gallium/drivers/lima/ir/pp/ppir.h N xenocara/lib/mesa/src/gallium/drivers/lima/ir/pp/regalloc.c N xenocara/lib/mesa/src/gallium/drivers/lima/ir/pp/scheduler.c N xenocara/lib/mesa/src/gallium/drivers/lima/standalone/glsl.cpp N xenocara/lib/mesa/src/gallium/drivers/lima/standalone/glsl.h N xenocara/lib/mesa/src/gallium/drivers/lima/standalone/lima_compiler_cmdline.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/Makefile.sources U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/SConscript U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_alpha.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_alpha.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_blend.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_blend.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_blend_aos.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_blend_logicop.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_depth.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_depth.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_interp.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_interp.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_clear.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_clear.h C xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_context.c C xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_context.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_debug.h C xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_draw_arrays.c C xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_fence.c C xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_fence.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_flush.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_flush.h C xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_jit.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_jit.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_limits.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_memory.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_memory.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_perf.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_perf.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_public.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_query.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_query.h C xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_rast.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_rast.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_rast_debug.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_rast_priv.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_rast_tri.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_rast_tri_tmp.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_scene.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_scene.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_scene_queue.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_scene_queue.h C xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_screen.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_screen.h C xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_setup.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_setup.h C xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_setup_context.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_setup_line.c C xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_setup_point.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_setup_tri.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_setup_vbuf.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_blend.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_clip.c C xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_derived.c C xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_fs.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_fs.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_gs.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_rasterizer.c C xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_sampler.c C xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_setup.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_setup.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_so.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_surface.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_vertex.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_vs.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_surface.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_surface.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_test.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_test_arit.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_test_blend.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_test_conv.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_test_format.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_test_main.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_test_printf.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_tex_sample.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_tex_sample.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_texture.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_texture.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/meson.build N xenocara/lib/mesa/src/gallium/drivers/nouveau/Android.mk U xenocara/lib/mesa/src/gallium/drivers/nouveau/Makefile.sources U xenocara/lib/mesa/src/gallium/drivers/nouveau/meson.build U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_buffer.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_buffer.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_compiler.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_context.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_debug.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_fence.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_fence.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_gldefs.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_heap.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_heap.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_mm.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_mm.h C xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_screen.c C xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_screen.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_video.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_video.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_vp3_video.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_vp3_video.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_vp3_video_bsp.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_vp3_video_vp.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_winsys.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv17_mpeg.xml.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv31_mpeg.xml.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv_m2mf.xml.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv_object.xml.h C xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir.cpp C xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_bb.cpp U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_build_util.cpp U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_build_util.h C xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_driver.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_emit_gk110.cpp U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_emit_gm107.cpp U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_emit_nv50.cpp U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_emit_nvc0.cpp N xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_from_common.cpp N xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_from_common.h N xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_from_nir.cpp C xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_graph.cpp U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_graph.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_inlines.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_gm107.cpp U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_gm107.h N xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_helper.cpp N xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_helper.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nv50.cpp C xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.cpp C xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.h C xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_peephole.cpp U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_print.cpp U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_ra.cpp U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_ssa.cpp U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_target.cpp U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_target.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_target_gm107.cpp U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_target_gm107.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_target_nv50.cpp U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_target_nv50.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_target_nvc0.cpp U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_target_nvc0.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_util.cpp U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/nv50_ir_util.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/unordered_set.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/lib/Makefile U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/lib/gf100.asm U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/lib/gf100.asm.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/lib/gk104.asm U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/lib/gk104.asm.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/lib/gk110.asm U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/lib/gk110.asm.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/lib/gm107.asm U xenocara/lib/mesa/src/gallium/drivers/nouveau/codegen/lib/gm107.asm.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv01_2d.xml.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30-40_3d.xml.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_clear.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_context.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_context.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_draw.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_format.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_format.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_fragprog.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_fragtex.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_miptree.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_push.c C xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_query.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_resource.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_resource.h C xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_screen.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_screen.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_state.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_state.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_texture.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_state_validate.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_transfer.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_transfer.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_vbo.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_vertprog.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_vertprog.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_winsys.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv40_vertprog.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv40_verttex.c C xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nvfx_fragprog.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nvfx_shader.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nvfx_vertprog.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/g80_defs.xml.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/g80_texture.xml.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_2d.xml.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_3d.xml.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_3ddefs.xml.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_blit.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_compute.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_compute.xml.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_context.c C xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_context.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_formats.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_miptree.c C xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_program.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_program.h C xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_push.c C xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_query.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_query.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_query_hw.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_query_hw.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_query_hw_sm.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_query_hw_metric.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_query_hw_metric.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_query_hw_sm.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_resource.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_resource.h C xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_screen.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_screen.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_shader_state.c C xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_state.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_state_validate.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_stateobj.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_stateobj_tex.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_surface.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_tex.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_transfer.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_transfer.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_vbo.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_winsys.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv84_video.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv84_video.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv84_video_bsp.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv84_video_vp.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv98_video.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv98_video.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv98_video_bsp.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv98_video_ppp.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv98_video_vp.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/gm107_texture.xml.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_3d.xml.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_compute.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_compute.xml.h C xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_context.c C xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_context.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_formats.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_m2mf.xml.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_macros.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_miptree.c C xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_program.c C xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_program.h C xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_query.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_query.h C xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_query_hw.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_query_hw.h C xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_query_hw_metric.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_query_hw_metric.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_tex.c C xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_query_hw_sm.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_query_hw_sm.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_query_sw.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_query_sw.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_resource.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_resource.h C xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_screen.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_shader_state.c C xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_state.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_state_validate.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_stateobj.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_surface.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_transfer.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_vbo.c C xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_vbo_translate.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_video.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_video.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_video_bsp.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_video_ppp.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_video_vp.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_winsys.h C xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nve4_compute.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nve4_compute.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nve4_compute.xml.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nve4_p2mf.xml.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/mme/Makefile C xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/mme/com9097.mme C xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/mme/com9097.mme.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/mme/com90c0.mme U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/mme/com90c0.mme.h N xenocara/lib/mesa/src/gallium/drivers/panfrost/.editorconfig N xenocara/lib/mesa/src/gallium/drivers/panfrost/meson.build N xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_afbc.c N xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_allocate.c N xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_allocate.h N xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_assemble.c N xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_blend.h N xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_blend_cso.c N xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_blend_shaders.c N xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_blend_shaders.h N xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_blending.c N xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_blending.h N xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_blit.c N xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_bo_cache.c N xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_compute.c N xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_context.c N xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_context.h N xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_drm.c N xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_format.c N xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_job.c N xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_format.h N xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_fragment.c N xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_instancing.c N xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_invocation.c N xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_job.h N xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_mfbd.c N xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_public.h N xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_resource.c N xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_resource.h N xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_scoreboard.c N xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_screen.c N xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_screen.h N xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_sfbd.c N xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_tiler.c N xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_tiler.h N xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_util.h N xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_varyings.c N xenocara/lib/mesa/src/gallium/drivers/panfrost/ci/arm.config N xenocara/lib/mesa/src/gallium/drivers/panfrost/ci/arm64.config N xenocara/lib/mesa/src/gallium/drivers/panfrost/ci/create-rootfs.sh N xenocara/lib/mesa/src/gallium/drivers/panfrost/ci/debian-install.sh N xenocara/lib/mesa/src/gallium/drivers/panfrost/ci/deqp-runner.sh N xenocara/lib/mesa/src/gallium/drivers/panfrost/ci/expected-failures.txt N xenocara/lib/mesa/src/gallium/drivers/panfrost/ci/generate_lava.py N xenocara/lib/mesa/src/gallium/drivers/panfrost/ci/gitlab-ci.yml N xenocara/lib/mesa/src/gallium/drivers/panfrost/ci/lava-deqp.yml.jinja2 N xenocara/lib/mesa/src/gallium/drivers/panfrost/nir/nir_clamp_psiz.c N xenocara/lib/mesa/src/gallium/drivers/panfrost/nir/nir_lower_blend.c N xenocara/lib/mesa/src/gallium/drivers/panfrost/nir/nir_lower_blend.h N xenocara/lib/mesa/src/gallium/drivers/panfrost/nir/nir_lower_framebuffer.c N xenocara/lib/mesa/src/gallium/drivers/panfrost/nir/nir_undef_to_zero.c N xenocara/lib/mesa/src/gallium/drivers/r300/.editorconfig N xenocara/lib/mesa/src/gallium/drivers/r300/Android.mk U xenocara/lib/mesa/src/gallium/drivers/r300/Makefile.sources U xenocara/lib/mesa/src/gallium/drivers/r300/meson.build C xenocara/lib/mesa/src/gallium/drivers/r300/r300_blit.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_cb.h U xenocara/lib/mesa/src/gallium/drivers/r300/r300_chipset.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_chipset.h U xenocara/lib/mesa/src/gallium/drivers/r300/r300_context.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_context.h U xenocara/lib/mesa/src/gallium/drivers/r300/r300_cs.h U xenocara/lib/mesa/src/gallium/drivers/r300/r300_debug.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_defines.h U xenocara/lib/mesa/src/gallium/drivers/r300/r300_emit.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_emit.h U xenocara/lib/mesa/src/gallium/drivers/r300/r300_flush.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_fs.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_fs.h U xenocara/lib/mesa/src/gallium/drivers/r300/r300_hyperz.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_public.h U xenocara/lib/mesa/src/gallium/drivers/r300/r300_reg.h C xenocara/lib/mesa/src/gallium/drivers/r300/r300_query.c C xenocara/lib/mesa/src/gallium/drivers/r300/r300_render.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_render_stencilref.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_render_translate.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_resource.c C xenocara/lib/mesa/src/gallium/drivers/r300/r300_screen.c C xenocara/lib/mesa/src/gallium/drivers/r300/r300_screen.h C xenocara/lib/mesa/src/gallium/drivers/r300/r300_screen_buffer.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_screen_buffer.h U xenocara/lib/mesa/src/gallium/drivers/r300/r300_shader_semantics.h U xenocara/lib/mesa/src/gallium/drivers/r300/r300_state.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_state_derived.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_state_inlines.h C xenocara/lib/mesa/src/gallium/drivers/r300/r300_texture.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_texture.h U xenocara/lib/mesa/src/gallium/drivers/r300/r300_texture_desc.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_texture_desc.h U xenocara/lib/mesa/src/gallium/drivers/r300/r300_tgsi_to_rc.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_tgsi_to_rc.h U xenocara/lib/mesa/src/gallium/drivers/r300/r300_transfer.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_transfer.h U xenocara/lib/mesa/src/gallium/drivers/r300/r300_vs.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_vs.h U xenocara/lib/mesa/src/gallium/drivers/r300/r300_vs_draw.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/memory_pool.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/memory_pool.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/r300_fragprog.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/r300_fragprog.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/r300_fragprog_emit.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/r300_fragprog_swizzle.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/r300_fragprog_swizzle.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/r3xx_fragprog.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/r3xx_vertprog.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/r3xx_vertprog_dump.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/r500_fragprog.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/r500_fragprog.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/r500_fragprog_emit.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_code.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_code.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_compiler.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_compiler.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_compiler_util.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_compiler_util.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_dataflow.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_dataflow.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_dataflow_deadcode.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_dataflow_swizzles.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_emulate_branches.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_emulate_branches.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_emulate_loops.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_emulate_loops.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_inline_literals.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_list.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_list.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_opcodes.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_opcodes.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_optimize.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_pair_dead_sources.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_pair_regalloc.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_pair_schedule.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_pair_translate.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_program.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_program.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_program_alu.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_program_alu.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_program_constants.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_program_pair.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_program_pair.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_program_print.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_program_tex.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_program_tex.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_regalloc.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_remove_constants.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_remove_constants.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_rename_regs.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_rename_regs.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_swizzle.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_variable.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_variable.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_vert_fc.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/tests/omod_two_writers.test U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/tests/r300_compiler_tests.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/tests/r300_compiler_tests.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/tests/radeon_compiler_optimize_tests.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/tests/radeon_compiler_regalloc_tests.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/tests/radeon_compiler_util_tests.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/tests/rc_test_helpers.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/tests/rc_test_helpers.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/tests/regalloc_tex_1d_swizzle.test U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/tests/unit_test.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/tests/unit_test.h N xenocara/lib/mesa/src/gallium/drivers/r600/.dir-locals.el N xenocara/lib/mesa/src/gallium/drivers/r600/.editorconfig N xenocara/lib/mesa/src/gallium/drivers/r600/Android.mk U xenocara/lib/mesa/src/gallium/drivers/r600/Makefile.sources U xenocara/lib/mesa/src/gallium/drivers/r600/cayman_msaa.c U xenocara/lib/mesa/src/gallium/drivers/r600/compute_memory_pool.c U xenocara/lib/mesa/src/gallium/drivers/r600/compute_memory_pool.h U xenocara/lib/mesa/src/gallium/drivers/r600/eg_asm.c U xenocara/lib/mesa/src/gallium/drivers/r600/eg_debug.c U xenocara/lib/mesa/src/gallium/drivers/r600/eg_sq.h U xenocara/lib/mesa/src/gallium/drivers/r600/egd_tables.py C xenocara/lib/mesa/src/gallium/drivers/r600/evergreen_compute.c U xenocara/lib/mesa/src/gallium/drivers/r600/evergreen_compute.h C xenocara/lib/mesa/src/gallium/drivers/r600/evergreen_compute_internal.h U xenocara/lib/mesa/src/gallium/drivers/r600/evergreen_hw_context.c C xenocara/lib/mesa/src/gallium/drivers/r600/evergreen_state.c U xenocara/lib/mesa/src/gallium/drivers/r600/evergreend.h U xenocara/lib/mesa/src/gallium/drivers/r600/meson.build U xenocara/lib/mesa/src/gallium/drivers/r600/r600_asm.c U xenocara/lib/mesa/src/gallium/drivers/r600/r600_asm.h C xenocara/lib/mesa/src/gallium/drivers/r600/r600_blit.c U xenocara/lib/mesa/src/gallium/drivers/r600/r600_buffer_common.c U xenocara/lib/mesa/src/gallium/drivers/r600/r600_cs.h U xenocara/lib/mesa/src/gallium/drivers/r600/r600_formats.h U xenocara/lib/mesa/src/gallium/drivers/r600/r600_gpu_load.c C xenocara/lib/mesa/src/gallium/drivers/r600/r600_hw_context.c U xenocara/lib/mesa/src/gallium/drivers/r600/r600_isa.c U xenocara/lib/mesa/src/gallium/drivers/r600/r600_isa.h U xenocara/lib/mesa/src/gallium/drivers/r600/r600_opcodes.h U xenocara/lib/mesa/src/gallium/drivers/r600/r600_perfcounter.c C xenocara/lib/mesa/src/gallium/drivers/r600/r600_pipe.c C xenocara/lib/mesa/src/gallium/drivers/r600/r600_pipe.h U xenocara/lib/mesa/src/gallium/drivers/r600/r600_pipe_common.c U xenocara/lib/mesa/src/gallium/drivers/r600/r600_pipe_common.h U xenocara/lib/mesa/src/gallium/drivers/r600/r600_public.h U xenocara/lib/mesa/src/gallium/drivers/r600/r600_query.c U xenocara/lib/mesa/src/gallium/drivers/r600/r600_query.h U xenocara/lib/mesa/src/gallium/drivers/r600/r600_shader.c U xenocara/lib/mesa/src/gallium/drivers/r600/r600_shader.h U xenocara/lib/mesa/src/gallium/drivers/r600/r600d.h U xenocara/lib/mesa/src/gallium/drivers/r600/r600_sq.h C xenocara/lib/mesa/src/gallium/drivers/r600/r600_state.c C xenocara/lib/mesa/src/gallium/drivers/r600/r600_state_common.c U xenocara/lib/mesa/src/gallium/drivers/r600/r600_streamout.c U xenocara/lib/mesa/src/gallium/drivers/r600/r600_test_dma.c U xenocara/lib/mesa/src/gallium/drivers/r600/r600_texture.c U xenocara/lib/mesa/src/gallium/drivers/r600/r600_uvd.c U xenocara/lib/mesa/src/gallium/drivers/r600/r600_viewport.c U xenocara/lib/mesa/src/gallium/drivers/r600/r600d_common.h U xenocara/lib/mesa/src/gallium/drivers/r600/r700_asm.c U xenocara/lib/mesa/src/gallium/drivers/r600/r700_sq.h U xenocara/lib/mesa/src/gallium/drivers/r600/radeon_uvd.c U xenocara/lib/mesa/src/gallium/drivers/r600/radeon_uvd.h U xenocara/lib/mesa/src/gallium/drivers/r600/radeon_vce.c U xenocara/lib/mesa/src/gallium/drivers/r600/radeon_vce.h U xenocara/lib/mesa/src/gallium/drivers/r600/radeon_video.c U xenocara/lib/mesa/src/gallium/drivers/r600/radeon_video.h U xenocara/lib/mesa/src/gallium/drivers/r600/sb/notes.markdown U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_bc.h U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_bc_builder.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_bc_decoder.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_bc_dump.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_bc_finalize.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_bc_fmt_def.inc U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_bc_parser.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_context.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_core.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_dce_cleanup.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_def_use.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_dump.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_expr.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_expr.h U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_gcm.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_gvn.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_if_conversion.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_ir.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_ir.h U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_pass.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_liveness.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_pass.h U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_peephole.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_psi_ops.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_public.h U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_ra_checker.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_ra_coalesce.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_ra_init.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_sched.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_sched.h U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_shader.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_shader.h U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_ssa_builder.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_valtable.cpp N xenocara/lib/mesa/src/gallium/drivers/radeon/.dir-locals.el N xenocara/lib/mesa/src/gallium/drivers/radeon/.editorconfig C xenocara/lib/mesa/src/gallium/drivers/radeon/radeon_uvd.c U xenocara/lib/mesa/src/gallium/drivers/radeon/radeon_uvd.h U xenocara/lib/mesa/src/gallium/drivers/radeon/radeon_uvd_enc.c U xenocara/lib/mesa/src/gallium/drivers/radeon/radeon_uvd_enc.h U xenocara/lib/mesa/src/gallium/drivers/radeon/radeon_uvd_enc_1_1.c C xenocara/lib/mesa/src/gallium/drivers/radeon/radeon_vce.c U xenocara/lib/mesa/src/gallium/drivers/radeon/radeon_vce.h U xenocara/lib/mesa/src/gallium/drivers/radeon/radeon_vce_40_2_2.c U xenocara/lib/mesa/src/gallium/drivers/radeon/radeon_vce_50.c C xenocara/lib/mesa/src/gallium/drivers/radeon/radeon_vce_52.c C xenocara/lib/mesa/src/gallium/drivers/radeon/radeon_vcn_dec.c C xenocara/lib/mesa/src/gallium/drivers/radeon/radeon_vcn_dec.h U xenocara/lib/mesa/src/gallium/drivers/radeon/radeon_vcn_dec_jpeg.c U xenocara/lib/mesa/src/gallium/drivers/radeon/radeon_vcn_enc.c U xenocara/lib/mesa/src/gallium/drivers/radeon/radeon_vcn_enc.h C xenocara/lib/mesa/src/gallium/drivers/radeon/radeon_video.c U xenocara/lib/mesa/src/gallium/drivers/radeon/radeon_vcn_enc_1_2.c N xenocara/lib/mesa/src/gallium/drivers/radeon/radeon_vcn_enc_2_0.c U xenocara/lib/mesa/src/gallium/drivers/radeon/radeon_video.h C xenocara/lib/mesa/src/gallium/drivers/radeon/radeon_winsys.h N xenocara/lib/mesa/src/gallium/drivers/radeonsi/.dir-locals.el N xenocara/lib/mesa/src/gallium/drivers/radeonsi/.editorconfig N xenocara/lib/mesa/src/gallium/drivers/radeonsi/Android.mk C xenocara/lib/mesa/src/gallium/drivers/radeonsi/Makefile.sources C xenocara/lib/mesa/src/gallium/drivers/radeonsi/cik_sdma.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/driinfo_radeonsi.h N xenocara/lib/mesa/src/gallium/drivers/radeonsi/gfx10_format_table.py N xenocara/lib/mesa/src/gallium/drivers/radeonsi/gfx10_query.c N xenocara/lib/mesa/src/gallium/drivers/radeonsi/gfx10_shader_ngg.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/meson.build C xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_blit.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_buffer.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_build_pm4.h U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_clear.c C xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_compute.c C xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_compute.h U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_compute_blit.c N xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_compute_prim_discard.c C xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_cp_dma.c C xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_debug.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_debug_options.h C xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_descriptors.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_dma.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_dma_cs.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_fence.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_get.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_gfx_cs.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_gpu_load.c C xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_perfcounter.c C xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_pipe.c C xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_pipe.h C xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_pm4.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_pm4.h C xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_public.h U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_query.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_query.h C xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_shader.c C xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_shader.h C xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_shader_internal.h U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_shader_nir.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_shader_tgsi_alu.c C xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_shader_tgsi_mem.c C xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_shader_tgsi_setup.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_shaderlib_tgsi.c C xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_state.c C xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_state.h U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_state_binning.c C xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_state_draw.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_state_msaa.c C xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_state_shaders.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_state_streamout.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_state_viewport.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_test_dma.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_test_dma_perf.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_texture.c C xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_uvd.c N xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/HOW_TO_RUN N xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/Makefile N xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/amdgcn_glslc.c N xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/bitcount.glsl N xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/bitfield_extract.glsl N xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/bitfield_insert.glsl N xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/div.glsl N xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/exp2.glsl N xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/fma.glsl N xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/fract.glsl N xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/frexp.glsl N xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/ldexp.glsl N xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/lit.cfg N xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/log2.glsl N xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/minmax.f32.glsl N xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/minmax.f64.glsl N xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/minmax.i32.glsl N xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/minmax.u32.glsl N xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/pack_unpack_half.glsl N xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/pow.glsl N xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/sqrt.glsl N xenocara/lib/mesa/src/gallium/drivers/softpipe/Android.mk U xenocara/lib/mesa/src/gallium/drivers/softpipe/Makefile.sources U xenocara/lib/mesa/src/gallium/drivers/softpipe/SConscript U xenocara/lib/mesa/src/gallium/drivers/softpipe/meson.build U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_buffer.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_buffer.h U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_clear.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_clear.h U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_compute.c C xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_context.c C xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_context.h C xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_draw_arrays.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_fence.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_fence.h C xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_flush.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_flush.h U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_fs.h U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_fs_exec.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_image.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_image.h U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_limits.h U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_prim_vbuf.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_prim_vbuf.h U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_public.h U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_quad.h U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_quad_blend.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_quad_depth_test.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_quad_depth_test_tmp.h U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_quad_fs.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_quad_pipe.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_quad_pipe.h U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_quad_stipple.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_query.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_query.h C xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_screen.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_screen.h U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_setup.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_setup.h U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_state.h U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_state_blend.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_state_clip.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_state_derived.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_state_image.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_state_rasterizer.c C xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_state_sampler.c C xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_state_shader.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_state_so.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_state_surface.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_state_vertex.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_surface.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_surface.h C xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_tex_sample.c C xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_tex_sample.h U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_tex_tile_cache.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_tex_tile_cache.h C xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_texture.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_texture.h U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_tile_cache.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_tile_cache.h N xenocara/lib/mesa/src/gallium/drivers/svga/Android.mk U xenocara/lib/mesa/src/gallium/drivers/svga/Makefile.sources U xenocara/lib/mesa/src/gallium/drivers/svga/SConscript U xenocara/lib/mesa/src/gallium/drivers/svga/meson.build U xenocara/lib/mesa/src/gallium/drivers/svga/svga_cmd.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_cmd.h U xenocara/lib/mesa/src/gallium/drivers/svga/svga_cmd_vgpu10.c C xenocara/lib/mesa/src/gallium/drivers/svga/svga_context.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_context.h U xenocara/lib/mesa/src/gallium/drivers/svga/svga_debug.h C xenocara/lib/mesa/src/gallium/drivers/svga/svga_draw.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_draw.h U xenocara/lib/mesa/src/gallium/drivers/svga/svga_draw_arrays.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_draw_elements.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_draw_private.h C xenocara/lib/mesa/src/gallium/drivers/svga/svga_format.c C xenocara/lib/mesa/src/gallium/drivers/svga/svga_format.h U xenocara/lib/mesa/src/gallium/drivers/svga/svga_hw_reg.h U xenocara/lib/mesa/src/gallium/drivers/svga/svga_link.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_link.h U xenocara/lib/mesa/src/gallium/drivers/svga/svga_mksstats.h U xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_blend.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_blit.c C xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_clear.c C xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_constants.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_depthstencil.c C xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_draw.c C xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_flush.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_fs.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_gs.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_misc.c C xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_query.c C xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_rasterizer.c C xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_sampler.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_streamout.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_vertex.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_vs.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_public.h C xenocara/lib/mesa/src/gallium/drivers/svga/svga_resource.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_resource.h C xenocara/lib/mesa/src/gallium/drivers/svga/svga_resource_buffer.c C xenocara/lib/mesa/src/gallium/drivers/svga/svga_resource_buffer.h C xenocara/lib/mesa/src/gallium/drivers/svga/svga_resource_buffer_upload.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_resource_buffer_upload.h C xenocara/lib/mesa/src/gallium/drivers/svga/svga_resource_texture.c C xenocara/lib/mesa/src/gallium/drivers/svga/svga_resource_texture.h C xenocara/lib/mesa/src/gallium/drivers/svga/svga_sampler_view.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_sampler_view.h C xenocara/lib/mesa/src/gallium/drivers/svga/svga_screen.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_screen.h C xenocara/lib/mesa/src/gallium/drivers/svga/svga_screen_cache.c C xenocara/lib/mesa/src/gallium/drivers/svga/svga_screen_cache.h C xenocara/lib/mesa/src/gallium/drivers/svga/svga_shader.c C xenocara/lib/mesa/src/gallium/drivers/svga/svga_shader.h U xenocara/lib/mesa/src/gallium/drivers/svga/svga_state.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_state.h U xenocara/lib/mesa/src/gallium/drivers/svga/svga_state_constants.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_state_framebuffer.c C xenocara/lib/mesa/src/gallium/drivers/svga/svga_state_fs.c C xenocara/lib/mesa/src/gallium/drivers/svga/svga_state_gs.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_state_need_swtnl.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_state_rss.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_state_sampler.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_state_tgsi_transform.c C xenocara/lib/mesa/src/gallium/drivers/svga/svga_state_tss.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_state_vdecl.c C xenocara/lib/mesa/src/gallium/drivers/svga/svga_state_vs.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_streamout.h C xenocara/lib/mesa/src/gallium/drivers/svga/svga_surface.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_surface.h C xenocara/lib/mesa/src/gallium/drivers/svga/svga_swtnl.h C xenocara/lib/mesa/src/gallium/drivers/svga/svga_swtnl_backend.c C xenocara/lib/mesa/src/gallium/drivers/svga/svga_swtnl_draw.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_swtnl_state.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_swtnl_private.h U xenocara/lib/mesa/src/gallium/drivers/svga/svga_tgsi.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_tgsi.h U xenocara/lib/mesa/src/gallium/drivers/svga/svga_tgsi_decl_sm30.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_tgsi_emit.h C xenocara/lib/mesa/src/gallium/drivers/svga/svga_tgsi_insn.c C xenocara/lib/mesa/src/gallium/drivers/svga/svga_tgsi_vgpu10.c C xenocara/lib/mesa/src/gallium/drivers/svga/svga_winsys.h U xenocara/lib/mesa/src/gallium/drivers/svga/include/README U xenocara/lib/mesa/src/gallium/drivers/svga/include/VGPU10ShaderTokens.h U xenocara/lib/mesa/src/gallium/drivers/svga/include/includeCheck.h U xenocara/lib/mesa/src/gallium/drivers/svga/include/svga3d_caps.h U xenocara/lib/mesa/src/gallium/drivers/svga/include/svga3d_cmd.h U xenocara/lib/mesa/src/gallium/drivers/svga/include/svga3d_devcaps.h U xenocara/lib/mesa/src/gallium/drivers/svga/include/svga3d_dx.h U xenocara/lib/mesa/src/gallium/drivers/svga/include/svga3d_limits.h U xenocara/lib/mesa/src/gallium/drivers/svga/include/svga3d_reg.h U xenocara/lib/mesa/src/gallium/drivers/svga/include/svga3d_shaderdefs.h U xenocara/lib/mesa/src/gallium/drivers/svga/include/svga3d_surfacedefs.h U xenocara/lib/mesa/src/gallium/drivers/svga/include/svga3d_types.h U xenocara/lib/mesa/src/gallium/drivers/svga/include/svga_escape.h U xenocara/lib/mesa/src/gallium/drivers/svga/include/svga_overlay.h U xenocara/lib/mesa/src/gallium/drivers/svga/include/svga_reg.h U xenocara/lib/mesa/src/gallium/drivers/svga/include/svga_types.h U xenocara/lib/mesa/src/gallium/drivers/svga/include/vmware_pack_begin.h U xenocara/lib/mesa/src/gallium/drivers/svga/include/vmware_pack_end.h U xenocara/lib/mesa/src/gallium/drivers/svga/svgadump/svga_dump.c U xenocara/lib/mesa/src/gallium/drivers/svga/svgadump/svga_dump.h U xenocara/lib/mesa/src/gallium/drivers/svga/svgadump/svga_dump.py U xenocara/lib/mesa/src/gallium/drivers/svga/svgadump/svga_shader.h U xenocara/lib/mesa/src/gallium/drivers/svga/svgadump/svga_shader_dump.c U xenocara/lib/mesa/src/gallium/drivers/svga/svgadump/svga_shader_dump.h U xenocara/lib/mesa/src/gallium/drivers/svga/svgadump/svga_shader_op.c U xenocara/lib/mesa/src/gallium/drivers/svga/svgadump/svga_shader_op.h N xenocara/lib/mesa/src/gallium/drivers/swr/.clang-format C xenocara/lib/mesa/src/gallium/drivers/swr/Makefile.sources C xenocara/lib/mesa/src/gallium/drivers/swr/SConscript U xenocara/lib/mesa/src/gallium/drivers/swr/meson.build C xenocara/lib/mesa/src/gallium/drivers/swr/swr_clear.cpp C xenocara/lib/mesa/src/gallium/drivers/swr/swr_context.cpp C xenocara/lib/mesa/src/gallium/drivers/swr/swr_context.h U xenocara/lib/mesa/src/gallium/drivers/swr/swr_draw.cpp C xenocara/lib/mesa/src/gallium/drivers/swr/swr_fence.cpp C xenocara/lib/mesa/src/gallium/drivers/swr/swr_fence.h U xenocara/lib/mesa/src/gallium/drivers/swr/swr_fence_work.cpp U xenocara/lib/mesa/src/gallium/drivers/swr/swr_fence_work.h C xenocara/lib/mesa/src/gallium/drivers/swr/swr_loader.cpp C xenocara/lib/mesa/src/gallium/drivers/swr/swr_memory.h U xenocara/lib/mesa/src/gallium/drivers/swr/swr_public.h C xenocara/lib/mesa/src/gallium/drivers/swr/swr_query.cpp U xenocara/lib/mesa/src/gallium/drivers/swr/swr_query.h C xenocara/lib/mesa/src/gallium/drivers/swr/swr_resource.h U xenocara/lib/mesa/src/gallium/drivers/swr/swr_scratch.cpp U xenocara/lib/mesa/src/gallium/drivers/swr/swr_scratch.h C xenocara/lib/mesa/src/gallium/drivers/swr/swr_screen.cpp C xenocara/lib/mesa/src/gallium/drivers/swr/swr_screen.h C xenocara/lib/mesa/src/gallium/drivers/swr/swr_shader.cpp U xenocara/lib/mesa/src/gallium/drivers/swr/swr_shader.h C xenocara/lib/mesa/src/gallium/drivers/swr/swr_state.cpp C xenocara/lib/mesa/src/gallium/drivers/swr/swr_state.h C xenocara/lib/mesa/src/gallium/drivers/swr/swr_tex_sample.cpp U xenocara/lib/mesa/src/gallium/drivers/swr/swr_tex_sample.h N xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/.dir-locals.el N xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/_clang-format C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/archrast/archrast.cpp C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/archrast/archrast.h U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/archrast/eventmanager.h C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/archrast/events.proto U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/archrast/events_private.proto C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/codegen/gen_archrast.py U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/codegen/gen_backends.py U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/codegen/gen_common.py U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/codegen/gen_knobs.py C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/codegen/gen_llvm_ir_macros.py U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/codegen/gen_llvm_types.py C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/codegen/knob_defs.py U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/codegen/meson.build C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/codegen/templates/gen_ar_event.cpp C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/codegen/templates/gen_ar_event.hpp C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/codegen/templates/gen_ar_eventhandler.hpp C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/codegen/templates/gen_ar_eventhandlerfile.hpp U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/codegen/templates/gen_backend.cpp C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/codegen/templates/gen_builder.hpp U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/codegen/templates/gen_header_init.hpp C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/codegen/templates/gen_knobs.cpp U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/codegen/templates/gen_knobs.h U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/codegen/templates/gen_llvm.hpp U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/codegen/templates/gen_rasterizer.cpp U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/common/formats.cpp U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/common/formats.h U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/common/intrin.h U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/common/isa.hpp U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/common/os.cpp C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/common/os.h U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/common/rdtsc_buckets.cpp U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/common/rdtsc_buckets.h U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/common/rdtsc_buckets_shared.h C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/common/simd16intrin.h C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/common/simdintrin.h C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/common/simdlib.hpp C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/common/simdlib_128_avx.inl C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/common/simdlib_128_avx2.inl C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/common/simdlib_128_avx512.inl U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/common/simdlib_128_avx512_core.inl U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/common/simdlib_128_avx512_knights.inl C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/common/simdlib_256_avx.inl C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/common/simdlib_256_avx2.inl C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/common/simdlib_256_avx512.inl U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/common/simdlib_256_avx512_core.inl U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/common/simdlib_256_avx512_knights.inl C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/common/simdlib_512_avx512.inl U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/common/simdlib_512_avx512_core.inl U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/common/simdlib_512_avx512_knights.inl U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/common/simdlib_512_avx512_masks.inl U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/common/simdlib_512_avx512_masks_core.inl U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/common/simdlib_512_avx512_masks_knights.inl C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/common/simdlib_512_emu.inl U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/common/simdlib_512_emu_masks.inl C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/common/simdlib_interface.hpp C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/common/simdlib_types.hpp U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/common/swr_assert.cpp C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/common/swr_assert.h C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/core/api.cpp C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/core/api.h U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/core/arena.h C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/core/backend.cpp C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/core/backend.h C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/core/backend_clear.cpp C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/core/backend_impl.h C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/core/backend_sample.cpp C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/core/backend_singlesample.cpp C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/core/binner.cpp U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/core/binner.h U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/core/blend.h C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/core/clip.cpp C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/core/clip.h U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/core/conservativeRast.h C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/core/context.h U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/core/depthstencil.h U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/core/fifo.hpp C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/core/format_conversion.h U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/core/format_traits.h C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/core/format_types.h C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/core/format_utils.h C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/core/frontend.cpp C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/core/frontend.h C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/core/knobs.h U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/core/knobs_init.h U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/core/multisample.h C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/core/pa.h U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/core/pa_avx.cpp C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/core/rasterizer.cpp U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/core/rasterizer.h C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/core/rasterizer_impl.h U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/core/rdtsc_core.cpp U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/core/rdtsc_core.h U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/core/ringbuffer.h C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/core/state.h U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/core/state_funcs.h U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/core/tessellator.h C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/core/threads.cpp U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/core/threads.h C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/core/tilemgr.cpp C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/core/tilemgr.h U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/core/tileset.h C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/core/utils.h U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/core/backends/meson.build C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/jitter/JitManager.cpp C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/jitter/JitManager.h U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/jitter/blend_jit.cpp U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/jitter/blend_jit.h C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/jitter/builder.cpp C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/jitter/builder.h U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/jitter/builder_gfx_mem.cpp U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/jitter/builder_gfx_mem.h U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/jitter/builder_math.h U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/jitter/builder_mem.cpp U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/jitter/builder_mem.h C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/jitter/builder_misc.cpp C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/jitter/builder_misc.h C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/jitter/fetch_jit.cpp U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/jitter/fetch_jit.h C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/jitter/jit_api.h U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/jitter/jit_pch.hpp U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/jitter/meson.build C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/jitter/streamout_jit.cpp U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/jitter/streamout_jit.h U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/lower_x86.cpp U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/passes.h U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/jitter/shader_lib/DebugOutput.cpp N xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/jitter/shader_lib/Scatter.cpp U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/memory/ClearTile.cpp U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/memory/Convert.h U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/memory/InitMemory.cpp U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/memory/InitMemory.h U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/memory/LoadTile.cpp C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/memory/LoadTile.h U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/memory/LoadTile_Linear.cpp U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/memory/LoadTile_TileX.cpp U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/memory/LoadTile_TileY.cpp U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/memory/StoreTile.cpp C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/memory/StoreTile.h U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/memory/StoreTile_Linear.cpp U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/memory/StoreTile_Linear2.cpp U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/memory/StoreTile_TileW.cpp U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/memory/StoreTile_TileX.cpp U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/memory/StoreTile_TileX2.cpp U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/memory/StoreTile_TileY.cpp U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/memory/StoreTile_TileY2.cpp N xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/memory/SurfaceState.h C xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/memory/TilingFunctions.h U xenocara/lib/mesa/src/gallium/drivers/swr/rasterizer/memory/tilingtraits.h U xenocara/lib/mesa/src/gallium/drivers/tegra/Makefile.sources U xenocara/lib/mesa/src/gallium/drivers/tegra/meson.build U xenocara/lib/mesa/src/gallium/drivers/tegra/tegra_context.c U xenocara/lib/mesa/src/gallium/drivers/tegra/tegra_context.h U xenocara/lib/mesa/src/gallium/drivers/tegra/tegra_resource.h U xenocara/lib/mesa/src/gallium/drivers/tegra/tegra_screen.c U xenocara/lib/mesa/src/gallium/drivers/tegra/tegra_screen.h N xenocara/lib/mesa/src/gallium/drivers/v3d/.editorconfig U xenocara/lib/mesa/src/gallium/drivers/v3d/Makefile.sources N xenocara/lib/mesa/src/gallium/drivers/v3d/driinfo_v3d.h U xenocara/lib/mesa/src/gallium/drivers/v3d/meson.build U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_blit.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_bufmgr.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_bufmgr.h U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_cl.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_cl.h U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_context.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_context.h U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_fence.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_format_table.h U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_formats.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_job.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_program.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_query.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_resource.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_resource.h U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_screen.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_screen.h U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_simulator.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_simulator_wrapper.cpp U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_simulator_wrapper.h U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_tiling.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_tiling.h U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_uniforms.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3dx_context.h U xenocara/lib/mesa/src/gallium/drivers/v3d/v3dx_draw.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3dx_emit.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3dx_format_table.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3dx_job.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3dx_rcl.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3dx_simulator.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3dx_state.c N xenocara/lib/mesa/src/gallium/drivers/vc4/.dir-locals.el N xenocara/lib/mesa/src/gallium/drivers/vc4/.editorconfig N xenocara/lib/mesa/src/gallium/drivers/vc4/Android.mk U xenocara/lib/mesa/src/gallium/drivers/vc4/Makefile.sources U xenocara/lib/mesa/src/gallium/drivers/vc4/meson.build U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_blit.c C xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_bufmgr.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_bufmgr.h U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_cl.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_cl.h U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_cl_dump.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_cl_dump.h U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_context.c C xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_context.h C xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_draw.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_emit.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_fence.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_formats.c C xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_job.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_nir_lower_blend.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_qir.c C xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_nir_lower_io.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_nir_lower_txf_ms.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_opt_algebraic.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_opt_coalesce_ff_writes.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_opt_constant_folding.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_opt_copy_propagation.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_opt_dead_code.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_opt_peephole_sf.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_opt_small_immediates.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_opt_vpm.c C xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_program.c C xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_qir.h U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_qir_emit_uniform_stream_resets.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_qir_live_variables.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_qir_lower_uniforms.c C xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_qir_schedule.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_qir_validate.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_qpu.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_qpu.h U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_qpu_defines.h U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_qpu_disasm.c C xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_qpu_emit.c C xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_qpu_schedule.c C xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_qpu_validate.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_query.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_register_allocate.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_reorder_uniforms.c C xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_resource.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_resource.h C xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_screen.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_screen.h U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_simulator.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_simulator_validate.h U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_state.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_tiling.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_tiling.h U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_tiling_lt.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_tiling_lt_neon.c C xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_uniforms.c N xenocara/lib/mesa/src/gallium/drivers/vc4/kernel/.dir-locals.el N xenocara/lib/mesa/src/gallium/drivers/vc4/kernel/.editorconfig U xenocara/lib/mesa/src/gallium/drivers/vc4/kernel/README U xenocara/lib/mesa/src/gallium/drivers/vc4/kernel/vc4_drv.h U xenocara/lib/mesa/src/gallium/drivers/vc4/kernel/vc4_gem.c U xenocara/lib/mesa/src/gallium/drivers/vc4/kernel/vc4_packet.h U xenocara/lib/mesa/src/gallium/drivers/vc4/kernel/vc4_render_cl.c U xenocara/lib/mesa/src/gallium/drivers/vc4/kernel/vc4_validate.c U xenocara/lib/mesa/src/gallium/drivers/vc4/kernel/vc4_validate_shaders.c N xenocara/lib/mesa/src/gallium/drivers/virgl/Android.mk U xenocara/lib/mesa/src/gallium/drivers/virgl/Makefile.sources U xenocara/lib/mesa/src/gallium/drivers/virgl/meson.build U xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_buffer.c C xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_context.c C xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_context.h N xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_driinfo.h.in C xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_encode.c C xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_encode.h U xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_hw.h U xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_protocol.h U xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_public.h C xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_query.c U xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_resource.c U xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_resource.h C xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_screen.c U xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_screen.h N xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_staging_mgr.c N xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_staging_mgr.h U xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_streamout.c U xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_texture.c C xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_tgsi.c N xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_transfer_queue.c N xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_transfer_queue.h U xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_winsys.h N xenocara/lib/mesa/src/gallium/drivers/virgl/tests/meson.build N xenocara/lib/mesa/src/gallium/drivers/virgl/tests/virgl_staging_mgr_test.cpp U xenocara/lib/mesa/src/gallium/include/pipe/p_compiler.h C xenocara/lib/mesa/src/gallium/include/pipe/p_config.h C xenocara/lib/mesa/src/gallium/include/pipe/p_context.h C xenocara/lib/mesa/src/gallium/include/pipe/p_defines.h C xenocara/lib/mesa/src/gallium/include/pipe/p_format.h C xenocara/lib/mesa/src/gallium/include/pipe/p_screen.h C xenocara/lib/mesa/src/gallium/include/pipe/p_shader_tokens.h C xenocara/lib/mesa/src/gallium/include/pipe/p_state.h U xenocara/lib/mesa/src/gallium/include/pipe/p_video_codec.h U xenocara/lib/mesa/src/gallium/include/pipe/p_video_enums.h C xenocara/lib/mesa/src/gallium/include/pipe/p_video_state.h U xenocara/lib/mesa/src/gallium/include/state_tracker/drisw_api.h C xenocara/lib/mesa/src/gallium/include/state_tracker/drm_driver.h U xenocara/lib/mesa/src/gallium/include/state_tracker/graw.h U xenocara/lib/mesa/src/gallium/include/state_tracker/opencl_interop.h C xenocara/lib/mesa/src/gallium/include/state_tracker/st_api.h U xenocara/lib/mesa/src/gallium/include/state_tracker/sw_driver.h U xenocara/lib/mesa/src/gallium/include/state_tracker/sw_winsys.h U xenocara/lib/mesa/src/gallium/include/state_tracker/vdpau_dmabuf.h U xenocara/lib/mesa/src/gallium/include/state_tracker/vdpau_funcs.h U xenocara/lib/mesa/src/gallium/include/state_tracker/vdpau_interop.h U xenocara/lib/mesa/src/gallium/include/state_tracker/winsys_handle.h U xenocara/lib/mesa/src/gallium/include/state_tracker/xlibsw_api.h U xenocara/lib/mesa/src/gallium/state_trackers/README U xenocara/lib/mesa/src/gallium/state_trackers/clover/Doxyfile U xenocara/lib/mesa/src/gallium/state_trackers/clover/Makefile.sources U xenocara/lib/mesa/src/gallium/state_trackers/clover/meson.build U xenocara/lib/mesa/src/gallium/state_trackers/clover/api/context.cpp C xenocara/lib/mesa/src/gallium/state_trackers/clover/api/device.cpp C xenocara/lib/mesa/src/gallium/state_trackers/clover/api/dispatch.cpp C xenocara/lib/mesa/src/gallium/state_trackers/clover/api/dispatch.hpp U xenocara/lib/mesa/src/gallium/state_trackers/clover/api/event.cpp U xenocara/lib/mesa/src/gallium/state_trackers/clover/api/interop.cpp U xenocara/lib/mesa/src/gallium/state_trackers/clover/api/kernel.cpp U xenocara/lib/mesa/src/gallium/state_trackers/clover/api/memory.cpp C xenocara/lib/mesa/src/gallium/state_trackers/clover/api/platform.cpp C xenocara/lib/mesa/src/gallium/state_trackers/clover/api/program.cpp U xenocara/lib/mesa/src/gallium/state_trackers/clover/api/queue.cpp U xenocara/lib/mesa/src/gallium/state_trackers/clover/api/sampler.cpp U xenocara/lib/mesa/src/gallium/state_trackers/clover/api/transfer.cpp U xenocara/lib/mesa/src/gallium/state_trackers/clover/api/util.hpp U xenocara/lib/mesa/src/gallium/state_trackers/clover/core/context.cpp U xenocara/lib/mesa/src/gallium/state_trackers/clover/core/context.hpp C xenocara/lib/mesa/src/gallium/state_trackers/clover/core/device.cpp C xenocara/lib/mesa/src/gallium/state_trackers/clover/core/device.hpp U xenocara/lib/mesa/src/gallium/state_trackers/clover/core/error.hpp U xenocara/lib/mesa/src/gallium/state_trackers/clover/core/event.cpp U xenocara/lib/mesa/src/gallium/state_trackers/clover/core/event.hpp U xenocara/lib/mesa/src/gallium/state_trackers/clover/core/format.cpp U xenocara/lib/mesa/src/gallium/state_trackers/clover/core/format.hpp C xenocara/lib/mesa/src/gallium/state_trackers/clover/core/kernel.cpp U xenocara/lib/mesa/src/gallium/state_trackers/clover/core/kernel.hpp U xenocara/lib/mesa/src/gallium/state_trackers/clover/core/memory.cpp U xenocara/lib/mesa/src/gallium/state_trackers/clover/core/memory.hpp U xenocara/lib/mesa/src/gallium/state_trackers/clover/core/module.cpp U xenocara/lib/mesa/src/gallium/state_trackers/clover/core/module.hpp U xenocara/lib/mesa/src/gallium/state_trackers/clover/core/object.hpp U xenocara/lib/mesa/src/gallium/state_trackers/clover/core/platform.cpp U xenocara/lib/mesa/src/gallium/state_trackers/clover/core/platform.hpp C xenocara/lib/mesa/src/gallium/state_trackers/clover/core/program.cpp U xenocara/lib/mesa/src/gallium/state_trackers/clover/core/program.hpp U xenocara/lib/mesa/src/gallium/state_trackers/clover/core/property.hpp U xenocara/lib/mesa/src/gallium/state_trackers/clover/core/queue.cpp U xenocara/lib/mesa/src/gallium/state_trackers/clover/core/queue.hpp U xenocara/lib/mesa/src/gallium/state_trackers/clover/core/resource.cpp U xenocara/lib/mesa/src/gallium/state_trackers/clover/core/resource.hpp U xenocara/lib/mesa/src/gallium/state_trackers/clover/core/sampler.cpp U xenocara/lib/mesa/src/gallium/state_trackers/clover/core/sampler.hpp U xenocara/lib/mesa/src/gallium/state_trackers/clover/core/timestamp.cpp U xenocara/lib/mesa/src/gallium/state_trackers/clover/core/timestamp.hpp U xenocara/lib/mesa/src/gallium/state_trackers/clover/llvm/codegen.hpp C xenocara/lib/mesa/src/gallium/state_trackers/clover/llvm/compat.hpp U xenocara/lib/mesa/src/gallium/state_trackers/clover/llvm/invocation.cpp U xenocara/lib/mesa/src/gallium/state_trackers/clover/llvm/invocation.hpp U xenocara/lib/mesa/src/gallium/state_trackers/clover/llvm/metadata.hpp U xenocara/lib/mesa/src/gallium/state_trackers/clover/llvm/util.hpp U xenocara/lib/mesa/src/gallium/state_trackers/clover/llvm/codegen/bitcode.cpp C xenocara/lib/mesa/src/gallium/state_trackers/clover/llvm/codegen/common.cpp U xenocara/lib/mesa/src/gallium/state_trackers/clover/llvm/codegen/native.cpp U xenocara/lib/mesa/src/gallium/state_trackers/clover/util/adaptor.hpp U xenocara/lib/mesa/src/gallium/state_trackers/clover/util/algebra.hpp U xenocara/lib/mesa/src/gallium/state_trackers/clover/util/algorithm.hpp U xenocara/lib/mesa/src/gallium/state_trackers/clover/util/factor.hpp U xenocara/lib/mesa/src/gallium/state_trackers/clover/util/functional.hpp U xenocara/lib/mesa/src/gallium/state_trackers/clover/util/lazy.hpp U xenocara/lib/mesa/src/gallium/state_trackers/clover/util/pointer.hpp U xenocara/lib/mesa/src/gallium/state_trackers/clover/util/range.hpp U xenocara/lib/mesa/src/gallium/state_trackers/clover/util/tuple.hpp N xenocara/lib/mesa/src/gallium/state_trackers/dri/Android.mk U xenocara/lib/mesa/src/gallium/state_trackers/dri/Makefile.sources U xenocara/lib/mesa/src/gallium/state_trackers/dri/SConscript C xenocara/lib/mesa/src/gallium/state_trackers/dri/dri2.c U xenocara/lib/mesa/src/gallium/state_trackers/dri/dri_context.c U xenocara/lib/mesa/src/gallium/state_trackers/dri/dri_context.h C xenocara/lib/mesa/src/gallium/state_trackers/dri/dri_drawable.c U xenocara/lib/mesa/src/gallium/state_trackers/dri/dri_drawable.h U xenocara/lib/mesa/src/gallium/state_trackers/dri/dri_helpers.c U xenocara/lib/mesa/src/gallium/state_trackers/dri/dri_helpers.h U xenocara/lib/mesa/src/gallium/state_trackers/dri/dri_query_renderer.c U xenocara/lib/mesa/src/gallium/state_trackers/dri/dri_query_renderer.h C xenocara/lib/mesa/src/gallium/state_trackers/dri/dri_screen.c C xenocara/lib/mesa/src/gallium/state_trackers/dri/dri_screen.h C xenocara/lib/mesa/src/gallium/state_trackers/dri/drisw.c U xenocara/lib/mesa/src/gallium/state_trackers/dri/meson.build U xenocara/lib/mesa/src/gallium/state_trackers/glx/xlib/Makefile.sources U xenocara/lib/mesa/src/gallium/state_trackers/glx/xlib/SConscript U xenocara/lib/mesa/src/gallium/state_trackers/glx/xlib/glx_api.c U xenocara/lib/mesa/src/gallium/state_trackers/glx/xlib/glx_getproc.c U xenocara/lib/mesa/src/gallium/state_trackers/glx/xlib/glx_usefont.c U xenocara/lib/mesa/src/gallium/state_trackers/glx/xlib/meson.build U xenocara/lib/mesa/src/gallium/state_trackers/glx/xlib/xm_api.c U xenocara/lib/mesa/src/gallium/state_trackers/glx/xlib/xm_api.h U xenocara/lib/mesa/src/gallium/state_trackers/glx/xlib/xm_public.h C xenocara/lib/mesa/src/gallium/state_trackers/glx/xlib/xm_st.c U xenocara/lib/mesa/src/gallium/state_trackers/glx/xlib/xm_st.h U xenocara/lib/mesa/src/gallium/state_trackers/hgl/.editorconfig U xenocara/lib/mesa/src/gallium/state_trackers/hgl/SConscript U xenocara/lib/mesa/src/gallium/state_trackers/hgl/bitmap_wrapper.cpp U xenocara/lib/mesa/src/gallium/state_trackers/hgl/bitmap_wrapper.h C xenocara/lib/mesa/src/gallium/state_trackers/hgl/hgl.c C xenocara/lib/mesa/src/gallium/state_trackers/hgl/hgl_context.h U xenocara/lib/mesa/src/gallium/state_trackers/hgl/meson.build N xenocara/lib/mesa/src/gallium/state_trackers/nine/.editorconfig U xenocara/lib/mesa/src/gallium/state_trackers/nine/Makefile.sources U xenocara/lib/mesa/src/gallium/state_trackers/nine/README C xenocara/lib/mesa/src/gallium/state_trackers/nine/adapter9.c C xenocara/lib/mesa/src/gallium/state_trackers/nine/adapter9.h U xenocara/lib/mesa/src/gallium/state_trackers/nine/authenticatedchannel9.c U xenocara/lib/mesa/src/gallium/state_trackers/nine/authenticatedchannel9.h U xenocara/lib/mesa/src/gallium/state_trackers/nine/basetexture9.c C xenocara/lib/mesa/src/gallium/state_trackers/nine/basetexture9.h C xenocara/lib/mesa/src/gallium/state_trackers/nine/buffer9.c C xenocara/lib/mesa/src/gallium/state_trackers/nine/buffer9.h U xenocara/lib/mesa/src/gallium/state_trackers/nine/cryptosession9.c U xenocara/lib/mesa/src/gallium/state_trackers/nine/cryptosession9.h U xenocara/lib/mesa/src/gallium/state_trackers/nine/cubetexture9.c U xenocara/lib/mesa/src/gallium/state_trackers/nine/cubetexture9.h C xenocara/lib/mesa/src/gallium/state_trackers/nine/device9.c C xenocara/lib/mesa/src/gallium/state_trackers/nine/device9.h C xenocara/lib/mesa/src/gallium/state_trackers/nine/device9ex.c U xenocara/lib/mesa/src/gallium/state_trackers/nine/device9ex.h U xenocara/lib/mesa/src/gallium/state_trackers/nine/device9video.c U xenocara/lib/mesa/src/gallium/state_trackers/nine/guid.c U xenocara/lib/mesa/src/gallium/state_trackers/nine/device9video.h U xenocara/lib/mesa/src/gallium/state_trackers/nine/guid.h U xenocara/lib/mesa/src/gallium/state_trackers/nine/indexbuffer9.c U xenocara/lib/mesa/src/gallium/state_trackers/nine/indexbuffer9.h U xenocara/lib/mesa/src/gallium/state_trackers/nine/iunknown.c U xenocara/lib/mesa/src/gallium/state_trackers/nine/iunknown.h U xenocara/lib/mesa/src/gallium/state_trackers/nine/meson.build U xenocara/lib/mesa/src/gallium/state_trackers/nine/nine_buffer_upload.c U xenocara/lib/mesa/src/gallium/state_trackers/nine/nine_buffer_upload.h U xenocara/lib/mesa/src/gallium/state_trackers/nine/nine_csmt_helper.h C xenocara/lib/mesa/src/gallium/state_trackers/nine/nine_debug.c U xenocara/lib/mesa/src/gallium/state_trackers/nine/nine_debug.h U xenocara/lib/mesa/src/gallium/state_trackers/nine/nine_defines.h U xenocara/lib/mesa/src/gallium/state_trackers/nine/nine_dump.c U xenocara/lib/mesa/src/gallium/state_trackers/nine/nine_dump.h C xenocara/lib/mesa/src/gallium/state_trackers/nine/nine_ff.c C xenocara/lib/mesa/src/gallium/state_trackers/nine/nine_ff.h U xenocara/lib/mesa/src/gallium/state_trackers/nine/nine_flags.h U xenocara/lib/mesa/src/gallium/state_trackers/nine/nine_helpers.c U xenocara/lib/mesa/src/gallium/state_trackers/nine/nine_helpers.h U xenocara/lib/mesa/src/gallium/state_trackers/nine/nine_limits.h U xenocara/lib/mesa/src/gallium/state_trackers/nine/nine_lock.c U xenocara/lib/mesa/src/gallium/state_trackers/nine/nine_lock.h U xenocara/lib/mesa/src/gallium/state_trackers/nine/nine_pdata.h C xenocara/lib/mesa/src/gallium/state_trackers/nine/nine_pipe.c U xenocara/lib/mesa/src/gallium/state_trackers/nine/nine_pipe.h U xenocara/lib/mesa/src/gallium/state_trackers/nine/nine_queue.c U xenocara/lib/mesa/src/gallium/state_trackers/nine/nine_queue.h U xenocara/lib/mesa/src/gallium/state_trackers/nine/nine_quirk.c U xenocara/lib/mesa/src/gallium/state_trackers/nine/nine_quirk.h C xenocara/lib/mesa/src/gallium/state_trackers/nine/nine_shader.c C xenocara/lib/mesa/src/gallium/state_trackers/nine/nine_shader.h C xenocara/lib/mesa/src/gallium/state_trackers/nine/nine_state.c C xenocara/lib/mesa/src/gallium/state_trackers/nine/nine_state.h U xenocara/lib/mesa/src/gallium/state_trackers/nine/nineexoverlayextension.c U xenocara/lib/mesa/src/gallium/state_trackers/nine/nineexoverlayextension.h C xenocara/lib/mesa/src/gallium/state_trackers/nine/pixelshader9.c C xenocara/lib/mesa/src/gallium/state_trackers/nine/pixelshader9.h U xenocara/lib/mesa/src/gallium/state_trackers/nine/query9.c U xenocara/lib/mesa/src/gallium/state_trackers/nine/query9.h U xenocara/lib/mesa/src/gallium/state_trackers/nine/resource9.c U xenocara/lib/mesa/src/gallium/state_trackers/nine/resource9.h C xenocara/lib/mesa/src/gallium/state_trackers/nine/stateblock9.c U xenocara/lib/mesa/src/gallium/state_trackers/nine/stateblock9.h C xenocara/lib/mesa/src/gallium/state_trackers/nine/surface9.c C xenocara/lib/mesa/src/gallium/state_trackers/nine/surface9.h C xenocara/lib/mesa/src/gallium/state_trackers/nine/swapchain9.c U xenocara/lib/mesa/src/gallium/state_trackers/nine/swapchain9.h U xenocara/lib/mesa/src/gallium/state_trackers/nine/swapchain9ex.c U xenocara/lib/mesa/src/gallium/state_trackers/nine/swapchain9ex.h U xenocara/lib/mesa/src/gallium/state_trackers/nine/texture9.c U xenocara/lib/mesa/src/gallium/state_trackers/nine/texture9.h U xenocara/lib/mesa/src/gallium/state_trackers/nine/threadpool.c U xenocara/lib/mesa/src/gallium/state_trackers/nine/threadpool.h U xenocara/lib/mesa/src/gallium/state_trackers/nine/vertexbuffer9.c U xenocara/lib/mesa/src/gallium/state_trackers/nine/vertexbuffer9.h U xenocara/lib/mesa/src/gallium/state_trackers/nine/vertexdeclaration9.c U xenocara/lib/mesa/src/gallium/state_trackers/nine/vertexdeclaration9.h C xenocara/lib/mesa/src/gallium/state_trackers/nine/vertexshader9.c C xenocara/lib/mesa/src/gallium/state_trackers/nine/vertexshader9.h C xenocara/lib/mesa/src/gallium/state_trackers/nine/volume9.c C xenocara/lib/mesa/src/gallium/state_trackers/nine/volume9.h U xenocara/lib/mesa/src/gallium/state_trackers/nine/volumetexture9.c U xenocara/lib/mesa/src/gallium/state_trackers/nine/volumetexture9.h U xenocara/lib/mesa/src/gallium/state_trackers/omx/Makefile.sources U xenocara/lib/mesa/src/gallium/state_trackers/omx/meson.build U xenocara/lib/mesa/src/gallium/state_trackers/omx/vid_dec_common.c U xenocara/lib/mesa/src/gallium/state_trackers/omx/vid_dec_common.h U xenocara/lib/mesa/src/gallium/state_trackers/omx/vid_dec_h264_common.c U xenocara/lib/mesa/src/gallium/state_trackers/omx/vid_dec_h264_common.h U xenocara/lib/mesa/src/gallium/state_trackers/omx/vid_enc_common.c U xenocara/lib/mesa/src/gallium/state_trackers/omx/vid_enc_common.h U xenocara/lib/mesa/src/gallium/state_trackers/omx/vid_omx_common.c U xenocara/lib/mesa/src/gallium/state_trackers/omx/vid_omx_common.h U xenocara/lib/mesa/src/gallium/state_trackers/omx/bellagio/Makefile.sources U xenocara/lib/mesa/src/gallium/state_trackers/omx/bellagio/entrypoint.c U xenocara/lib/mesa/src/gallium/state_trackers/omx/bellagio/entrypoint.h U xenocara/lib/mesa/src/gallium/state_trackers/omx/bellagio/vid_dec.c U xenocara/lib/mesa/src/gallium/state_trackers/omx/bellagio/vid_dec.h U xenocara/lib/mesa/src/gallium/state_trackers/omx/bellagio/vid_dec_h264.c U xenocara/lib/mesa/src/gallium/state_trackers/omx/bellagio/vid_dec_h265.c U xenocara/lib/mesa/src/gallium/state_trackers/omx/bellagio/vid_dec_mpeg12.c U xenocara/lib/mesa/src/gallium/state_trackers/omx/bellagio/vid_enc.c U xenocara/lib/mesa/src/gallium/state_trackers/omx/bellagio/vid_enc.h U xenocara/lib/mesa/src/gallium/state_trackers/omx/tizonia/Makefile.sources U xenocara/lib/mesa/src/gallium/state_trackers/omx/tizonia/entrypoint.c U xenocara/lib/mesa/src/gallium/state_trackers/omx/tizonia/entrypoint.h U xenocara/lib/mesa/src/gallium/state_trackers/omx/tizonia/h264d.c U xenocara/lib/mesa/src/gallium/state_trackers/omx/tizonia/h264d.h U xenocara/lib/mesa/src/gallium/state_trackers/omx/tizonia/h264dinport.c U xenocara/lib/mesa/src/gallium/state_trackers/omx/tizonia/h264dinport.h U xenocara/lib/mesa/src/gallium/state_trackers/omx/tizonia/h264dinport_decls.h U xenocara/lib/mesa/src/gallium/state_trackers/omx/tizonia/h264dprc.c U xenocara/lib/mesa/src/gallium/state_trackers/omx/tizonia/h264dprc.h U xenocara/lib/mesa/src/gallium/state_trackers/omx/tizonia/h264e.c U xenocara/lib/mesa/src/gallium/state_trackers/omx/tizonia/h264e.h U xenocara/lib/mesa/src/gallium/state_trackers/omx/tizonia/h264einport.c U xenocara/lib/mesa/src/gallium/state_trackers/omx/tizonia/h264einport.h U xenocara/lib/mesa/src/gallium/state_trackers/omx/tizonia/h264einport_decls.h U xenocara/lib/mesa/src/gallium/state_trackers/omx/tizonia/h264eoutport.c U xenocara/lib/mesa/src/gallium/state_trackers/omx/tizonia/h264eoutport.h U xenocara/lib/mesa/src/gallium/state_trackers/omx/tizonia/h264eoutport_decls.h U xenocara/lib/mesa/src/gallium/state_trackers/omx/tizonia/h264eprc.c U xenocara/lib/mesa/src/gallium/state_trackers/omx/tizonia/h264eprc.h U xenocara/lib/mesa/src/gallium/state_trackers/omx/tizonia/names.h U xenocara/lib/mesa/src/gallium/state_trackers/osmesa/Makefile.sources U xenocara/lib/mesa/src/gallium/state_trackers/osmesa/SConscript U xenocara/lib/mesa/src/gallium/state_trackers/osmesa/meson.build C xenocara/lib/mesa/src/gallium/state_trackers/osmesa/osmesa.c U xenocara/lib/mesa/src/gallium/state_trackers/va/Makefile.sources U xenocara/lib/mesa/src/gallium/state_trackers/va/buffer.c U xenocara/lib/mesa/src/gallium/state_trackers/va/config.c C xenocara/lib/mesa/src/gallium/state_trackers/va/context.c U xenocara/lib/mesa/src/gallium/state_trackers/va/display.c C xenocara/lib/mesa/src/gallium/state_trackers/va/image.c U xenocara/lib/mesa/src/gallium/state_trackers/va/meson.build U xenocara/lib/mesa/src/gallium/state_trackers/va/picture.c U xenocara/lib/mesa/src/gallium/state_trackers/va/picture_h264.c U xenocara/lib/mesa/src/gallium/state_trackers/va/picture_h264_enc.c U xenocara/lib/mesa/src/gallium/state_trackers/va/picture_hevc.c U xenocara/lib/mesa/src/gallium/state_trackers/va/picture_hevc_enc.c U xenocara/lib/mesa/src/gallium/state_trackers/va/picture_mjpeg.c U xenocara/lib/mesa/src/gallium/state_trackers/va/picture_mpeg12.c U xenocara/lib/mesa/src/gallium/state_trackers/va/picture_mpeg4.c U xenocara/lib/mesa/src/gallium/state_trackers/va/picture_vc1.c U xenocara/lib/mesa/src/gallium/state_trackers/va/picture_vp9.c C xenocara/lib/mesa/src/gallium/state_trackers/va/postproc.c U xenocara/lib/mesa/src/gallium/state_trackers/va/subpicture.c C xenocara/lib/mesa/src/gallium/state_trackers/va/surface.c C xenocara/lib/mesa/src/gallium/state_trackers/va/va_private.h U xenocara/lib/mesa/src/gallium/state_trackers/vdpau/Makefile.sources U xenocara/lib/mesa/src/gallium/state_trackers/vdpau/bitmap.c U xenocara/lib/mesa/src/gallium/state_trackers/vdpau/decode.c C xenocara/lib/mesa/src/gallium/state_trackers/vdpau/device.c U xenocara/lib/mesa/src/gallium/state_trackers/vdpau/ftab.c U xenocara/lib/mesa/src/gallium/state_trackers/vdpau/htab.c U xenocara/lib/mesa/src/gallium/state_trackers/vdpau/meson.build C xenocara/lib/mesa/src/gallium/state_trackers/vdpau/mixer.c U xenocara/lib/mesa/src/gallium/state_trackers/vdpau/output.c U xenocara/lib/mesa/src/gallium/state_trackers/vdpau/preemption.c U xenocara/lib/mesa/src/gallium/state_trackers/vdpau/presentation.c C xenocara/lib/mesa/src/gallium/state_trackers/vdpau/query.c U xenocara/lib/mesa/src/gallium/state_trackers/vdpau/surface.c U xenocara/lib/mesa/src/gallium/state_trackers/vdpau/vdpau_private.h U xenocara/lib/mesa/src/gallium/state_trackers/wgl/Makefile.sources U xenocara/lib/mesa/src/gallium/state_trackers/wgl/SConscript U xenocara/lib/mesa/src/gallium/state_trackers/wgl/opengl32.def U xenocara/lib/mesa/src/gallium/state_trackers/wgl/opengl32.mingw.def U xenocara/lib/mesa/src/gallium/state_trackers/wgl/stw_context.c U xenocara/lib/mesa/src/gallium/state_trackers/wgl/stw_context.h C xenocara/lib/mesa/src/gallium/state_trackers/wgl/stw_device.c U xenocara/lib/mesa/src/gallium/state_trackers/wgl/stw_device.h U xenocara/lib/mesa/src/gallium/state_trackers/wgl/stw_ext_context.c U xenocara/lib/mesa/src/gallium/state_trackers/wgl/stw_ext_context.h U xenocara/lib/mesa/src/gallium/state_trackers/wgl/stw_ext_extensionsstring.c U xenocara/lib/mesa/src/gallium/state_trackers/wgl/stw_ext_pbuffer.c C xenocara/lib/mesa/src/gallium/state_trackers/wgl/stw_ext_pixelformat.c U xenocara/lib/mesa/src/gallium/state_trackers/wgl/stw_ext_rendertexture.c U xenocara/lib/mesa/src/gallium/state_trackers/wgl/stw_ext_swapinterval.c U xenocara/lib/mesa/src/gallium/state_trackers/wgl/stw_framebuffer.c U xenocara/lib/mesa/src/gallium/state_trackers/wgl/stw_framebuffer.h U xenocara/lib/mesa/src/gallium/state_trackers/wgl/stw_icd.h U xenocara/lib/mesa/src/gallium/state_trackers/wgl/stw_getprocaddress.c U xenocara/lib/mesa/src/gallium/state_trackers/wgl/stw_nopfuncs.c U xenocara/lib/mesa/src/gallium/state_trackers/wgl/stw_nopfuncs.h U xenocara/lib/mesa/src/gallium/state_trackers/wgl/stw_pixelformat.c U xenocara/lib/mesa/src/gallium/state_trackers/wgl/stw_pixelformat.h C xenocara/lib/mesa/src/gallium/state_trackers/wgl/stw_st.c U xenocara/lib/mesa/src/gallium/state_trackers/wgl/stw_st.h U xenocara/lib/mesa/src/gallium/state_trackers/wgl/stw_tls.c U xenocara/lib/mesa/src/gallium/state_trackers/wgl/stw_tls.h U xenocara/lib/mesa/src/gallium/state_trackers/wgl/stw_wgl.c U xenocara/lib/mesa/src/gallium/state_trackers/wgl/stw_wgl.h U xenocara/lib/mesa/src/gallium/state_trackers/wgl/stw_winsys.h N xenocara/lib/mesa/src/gallium/state_trackers/xa/.editorconfig U xenocara/lib/mesa/src/gallium/state_trackers/xa/Makefile.sources U xenocara/lib/mesa/src/gallium/state_trackers/xa/README U xenocara/lib/mesa/src/gallium/state_trackers/xa/meson.build U xenocara/lib/mesa/src/gallium/state_trackers/xa/xa-indent.sh U xenocara/lib/mesa/src/gallium/state_trackers/xa/xa_composite.c U xenocara/lib/mesa/src/gallium/state_trackers/xa/xa_composite.h U xenocara/lib/mesa/src/gallium/state_trackers/xa/xa_context.c U xenocara/lib/mesa/src/gallium/state_trackers/xa/xa_context.h U xenocara/lib/mesa/src/gallium/state_trackers/xa/xa_priv.h U xenocara/lib/mesa/src/gallium/state_trackers/xa/xa_renderer.c U xenocara/lib/mesa/src/gallium/state_trackers/xa/xa_tgsi.c U xenocara/lib/mesa/src/gallium/state_trackers/xa/xa_tracker.c U xenocara/lib/mesa/src/gallium/state_trackers/xa/xa_tracker.h.in U xenocara/lib/mesa/src/gallium/state_trackers/xa/xa_yuv.c U xenocara/lib/mesa/src/gallium/state_trackers/xvmc/Makefile.sources U xenocara/lib/mesa/src/gallium/state_trackers/xvmc/attributes.c U xenocara/lib/mesa/src/gallium/state_trackers/xvmc/block.c U xenocara/lib/mesa/src/gallium/state_trackers/xvmc/context.c U xenocara/lib/mesa/src/gallium/state_trackers/xvmc/meson.build U xenocara/lib/mesa/src/gallium/state_trackers/xvmc/subpicture.c U xenocara/lib/mesa/src/gallium/state_trackers/xvmc/surface.c U xenocara/lib/mesa/src/gallium/state_trackers/xvmc/xvmc_private.h U xenocara/lib/mesa/src/gallium/state_trackers/xvmc/tests/test_blocks.c U xenocara/lib/mesa/src/gallium/state_trackers/xvmc/tests/test_context.c U xenocara/lib/mesa/src/gallium/state_trackers/xvmc/tests/test_rendering.c U xenocara/lib/mesa/src/gallium/state_trackers/xvmc/tests/test_subpicture.c U xenocara/lib/mesa/src/gallium/state_trackers/xvmc/tests/test_surface.c U xenocara/lib/mesa/src/gallium/state_trackers/xvmc/tests/testlib.c U xenocara/lib/mesa/src/gallium/state_trackers/xvmc/tests/testlib.h U xenocara/lib/mesa/src/gallium/state_trackers/xvmc/tests/xvmc_bench.c U xenocara/lib/mesa/src/gallium/targets/dri-vdpau.dyn N xenocara/lib/mesa/src/gallium/targets/d3dadapter9/.editorconfig U xenocara/lib/mesa/src/gallium/targets/d3dadapter9/d3dadapter9.sym U xenocara/lib/mesa/src/gallium/targets/d3dadapter9/description.c C xenocara/lib/mesa/src/gallium/targets/d3dadapter9/drm.c U xenocara/lib/mesa/src/gallium/targets/d3dadapter9/getproc.c U xenocara/lib/mesa/src/gallium/targets/d3dadapter9/meson.build N xenocara/lib/mesa/src/gallium/targets/dri/Android.mk U xenocara/lib/mesa/src/gallium/targets/dri/SConscript U xenocara/lib/mesa/src/gallium/targets/dri/dri.sym U xenocara/lib/mesa/src/gallium/targets/dri/meson.build C xenocara/lib/mesa/src/gallium/targets/dri/target.c U xenocara/lib/mesa/src/gallium/targets/graw-gdi/SConscript U xenocara/lib/mesa/src/gallium/targets/graw-gdi/graw_gdi.c U xenocara/lib/mesa/src/gallium/targets/graw-null/SConscript U xenocara/lib/mesa/src/gallium/targets/graw-null/graw_null.c U xenocara/lib/mesa/src/gallium/targets/graw-null/graw_util.c U xenocara/lib/mesa/src/gallium/targets/graw-null/meson.build U xenocara/lib/mesa/src/gallium/targets/graw-xlib/SConscript U xenocara/lib/mesa/src/gallium/targets/graw-xlib/graw_xlib.c U xenocara/lib/mesa/src/gallium/targets/graw-xlib/meson.build U xenocara/lib/mesa/src/gallium/targets/haiku-softpipe/.editorconfig C xenocara/lib/mesa/src/gallium/targets/haiku-softpipe/GalliumContext.cpp U xenocara/lib/mesa/src/gallium/targets/haiku-softpipe/GalliumContext.h U xenocara/lib/mesa/src/gallium/targets/haiku-softpipe/SConscript U xenocara/lib/mesa/src/gallium/targets/haiku-softpipe/SoftwareRenderer.cpp U xenocara/lib/mesa/src/gallium/targets/haiku-softpipe/SoftwareRenderer.h U xenocara/lib/mesa/src/gallium/targets/haiku-softpipe/SoftwareRenderer.rdef U xenocara/lib/mesa/src/gallium/targets/haiku-softpipe/meson.build U xenocara/lib/mesa/src/gallium/targets/libgl-gdi/SConscript U xenocara/lib/mesa/src/gallium/targets/libgl-gdi/libgl_gdi.c U xenocara/lib/mesa/src/gallium/targets/libgl-xlib/SConscript U xenocara/lib/mesa/src/gallium/targets/libgl-xlib/libgl-xlib.sym U xenocara/lib/mesa/src/gallium/targets/libgl-xlib/meson.build U xenocara/lib/mesa/src/gallium/targets/libgl-xlib/xlib.c U xenocara/lib/mesa/src/gallium/targets/omx/meson.build U xenocara/lib/mesa/src/gallium/targets/omx/omx.sym U xenocara/lib/mesa/src/gallium/targets/omx/target.c U xenocara/lib/mesa/src/gallium/targets/opencl/mesa.icd.in U xenocara/lib/mesa/src/gallium/targets/opencl/meson.build U xenocara/lib/mesa/src/gallium/targets/opencl/opencl.sym U xenocara/lib/mesa/src/gallium/targets/osmesa/SConscript U xenocara/lib/mesa/src/gallium/targets/osmesa/meson.build U xenocara/lib/mesa/src/gallium/targets/osmesa/osmesa.def U xenocara/lib/mesa/src/gallium/targets/osmesa/osmesa.mingw.def U xenocara/lib/mesa/src/gallium/targets/osmesa/osmesa.sym U xenocara/lib/mesa/src/gallium/targets/osmesa/target.c U xenocara/lib/mesa/src/gallium/targets/pipe-loader/meson.build U xenocara/lib/mesa/src/gallium/targets/pipe-loader/pipe.sym C xenocara/lib/mesa/src/gallium/targets/pipe-loader/pipe_i915.c C xenocara/lib/mesa/src/gallium/targets/pipe-loader/pipe_msm.c C xenocara/lib/mesa/src/gallium/targets/pipe-loader/pipe_nouveau.c C xenocara/lib/mesa/src/gallium/targets/pipe-loader/pipe_r300.c C xenocara/lib/mesa/src/gallium/targets/pipe-loader/pipe_r600.c C xenocara/lib/mesa/src/gallium/targets/pipe-loader/pipe_radeonsi.c U xenocara/lib/mesa/src/gallium/targets/pipe-loader/pipe_swrast.c C xenocara/lib/mesa/src/gallium/targets/pipe-loader/pipe_vmwgfx.c U xenocara/lib/mesa/src/gallium/targets/va/meson.build U xenocara/lib/mesa/src/gallium/targets/va/target.c U xenocara/lib/mesa/src/gallium/targets/va/va.sym U xenocara/lib/mesa/src/gallium/targets/vdpau/meson.build U xenocara/lib/mesa/src/gallium/targets/vdpau/target.c U xenocara/lib/mesa/src/gallium/targets/vdpau/vdpau.sym U xenocara/lib/mesa/src/gallium/targets/xa/meson.build U xenocara/lib/mesa/src/gallium/targets/xa/target.c U xenocara/lib/mesa/src/gallium/targets/xa/xa.sym U xenocara/lib/mesa/src/gallium/targets/xvmc/meson.build U xenocara/lib/mesa/src/gallium/targets/xvmc/target.c U xenocara/lib/mesa/src/gallium/targets/xvmc/xvmc.sym U xenocara/lib/mesa/src/gallium/tests/meson.build U xenocara/lib/mesa/src/gallium/tests/graw/SConscript U xenocara/lib/mesa/src/gallium/tests/graw/clear.c U xenocara/lib/mesa/src/gallium/tests/graw/disasm.c U xenocara/lib/mesa/src/gallium/tests/graw/fs-fragcoord.c U xenocara/lib/mesa/src/gallium/tests/graw/fs-frontface.c U xenocara/lib/mesa/src/gallium/tests/graw/fs-test.c U xenocara/lib/mesa/src/gallium/tests/graw/fs-write-z.c U xenocara/lib/mesa/src/gallium/tests/graw/graw_util.h U xenocara/lib/mesa/src/gallium/tests/graw/gs-test.c U xenocara/lib/mesa/src/gallium/tests/graw/meson.build C xenocara/lib/mesa/src/gallium/tests/graw/occlusion-query.c U xenocara/lib/mesa/src/gallium/tests/graw/quad-sample.c U xenocara/lib/mesa/src/gallium/tests/graw/quad-tex.c U xenocara/lib/mesa/src/gallium/tests/graw/shader-leak.c U xenocara/lib/mesa/src/gallium/tests/graw/tex-srgb.c U xenocara/lib/mesa/src/gallium/tests/graw/tex-swizzle.c U xenocara/lib/mesa/src/gallium/tests/graw/tgsi_dump.gdb U xenocara/lib/mesa/src/gallium/tests/graw/tri-gs.c U xenocara/lib/mesa/src/gallium/tests/graw/tri-instanced.c U xenocara/lib/mesa/src/gallium/tests/graw/tri-large.c U xenocara/lib/mesa/src/gallium/tests/graw/tri.c U xenocara/lib/mesa/src/gallium/tests/graw/vs-test.c U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-abs.sh U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-add.sh U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-cb-1d.sh U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-cb-2d.sh U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-dp3.sh U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-dp4.sh U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-dst.sh U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-ex2.sh U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-face.sh U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-flr.sh U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-frc.sh U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-kil.sh U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-lg2.sh U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-lit.sh U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-lrp.sh U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-mad-immx.sh U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-mad.sh U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-max.sh U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-min.sh U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-mov.sh U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-mul.sh U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-rcp.sh U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-rsq.sh U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-sge.sh U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-slt.sh U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-srcmod-abs.sh U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-srcmod-absneg.sh U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-srcmod-neg.sh U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-srcmod-swz.sh U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-sub.sh U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-tempx.sh U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-ucmp.sh U xenocara/lib/mesa/src/gallium/tests/graw/fragment-shader/frag-xpd.sh U xenocara/lib/mesa/src/gallium/tests/graw/geometry-shader/add-mix.txt U xenocara/lib/mesa/src/gallium/tests/graw/geometry-shader/add.txt U xenocara/lib/mesa/src/gallium/tests/graw/geometry-shader/line.txt U xenocara/lib/mesa/src/gallium/tests/graw/geometry-shader/mov-cb-2d.txt U xenocara/lib/mesa/src/gallium/tests/graw/geometry-shader/mov.txt U xenocara/lib/mesa/src/gallium/tests/graw/geometry-shader/multi-line.txt U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-abs.sh U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-add.sh U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-arl.sh U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-arr.sh U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-cb-1d.sh U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-cb-2d.sh U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-dp3.sh U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-dp4.sh U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-dst.sh U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-ex2.sh U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-flr.sh U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-frc.sh U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-imul_hi.sh U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-lg2.sh U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-lit.sh U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-lrp.sh U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-mad.sh U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-max.sh U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-min.sh U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-mov.sh U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-mul.sh U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-rcp.sh U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-rsq.sh U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-sge.sh U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-slt.sh U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-srcmod-abs.sh U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-srcmod-absneg.sh U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-srcmod-neg.sh U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-srcmod-swz.sh U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-sub.sh U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-uadd.sh U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-umul_hi.sh U xenocara/lib/mesa/src/gallium/tests/graw/vertex-shader/vert-xpd.sh U xenocara/lib/mesa/src/gallium/tests/python/tests/regress/fragment-shader/frag-cmp.sh U xenocara/lib/mesa/src/gallium/tests/trivial/compute.c U xenocara/lib/mesa/src/gallium/tests/trivial/meson.build U xenocara/lib/mesa/src/gallium/tests/trivial/quad-tex.c U xenocara/lib/mesa/src/gallium/tests/trivial/tri.c U xenocara/lib/mesa/src/gallium/tests/unit/SConscript U xenocara/lib/mesa/src/gallium/tests/unit/meson.build U xenocara/lib/mesa/src/gallium/tests/unit/pipe_barrier_test.c U xenocara/lib/mesa/src/gallium/tests/unit/translate_test.c U xenocara/lib/mesa/src/gallium/tests/unit/u_cache_test.c U xenocara/lib/mesa/src/gallium/tests/unit/u_format_compatible_test.c U xenocara/lib/mesa/src/gallium/tests/unit/u_format_test.c U xenocara/lib/mesa/src/gallium/tests/unit/u_half_test.c N xenocara/lib/mesa/src/gallium/tests/unit/u_prim_verts_test.c U xenocara/lib/mesa/src/gallium/tools/addr2line.sh U xenocara/lib/mesa/src/gallium/tools/trace/README.txt U xenocara/lib/mesa/src/gallium/tools/trace/TODO.txt U xenocara/lib/mesa/src/gallium/tools/trace/diff_state.py U xenocara/lib/mesa/src/gallium/tools/trace/dump.py U xenocara/lib/mesa/src/gallium/tools/trace/dump_state.py U xenocara/lib/mesa/src/gallium/tools/trace/format.py U xenocara/lib/mesa/src/gallium/tools/trace/model.py U xenocara/lib/mesa/src/gallium/tools/trace/parse.py U xenocara/lib/mesa/src/gallium/tools/trace/tracediff.sh N xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/Android.mk U xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/Makefile.sources C xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/amdgpu_bo.c C xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/amdgpu_bo.h C xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/amdgpu_cs.c C xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/amdgpu_cs.h U xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/amdgpu_public.h C xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/amdgpu_surface.c C xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/amdgpu_winsys.c C xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/amdgpu_winsys.h U xenocara/lib/mesa/src/gallium/winsys/amdgpu/drm/meson.build N xenocara/lib/mesa/src/gallium/winsys/etnaviv/drm/Android.mk U xenocara/lib/mesa/src/gallium/winsys/etnaviv/drm/Makefile.sources U xenocara/lib/mesa/src/gallium/winsys/etnaviv/drm/etnaviv_drm_public.h U xenocara/lib/mesa/src/gallium/winsys/etnaviv/drm/etnaviv_drm_winsys.c U xenocara/lib/mesa/src/gallium/winsys/etnaviv/drm/meson.build N xenocara/lib/mesa/src/gallium/winsys/freedreno/drm/.editorconfig N xenocara/lib/mesa/src/gallium/winsys/freedreno/drm/Android.mk U xenocara/lib/mesa/src/gallium/winsys/freedreno/drm/Makefile.sources U xenocara/lib/mesa/src/gallium/winsys/freedreno/drm/freedreno_drm_public.h U xenocara/lib/mesa/src/gallium/winsys/freedreno/drm/freedreno_drm_winsys.c U xenocara/lib/mesa/src/gallium/winsys/freedreno/drm/meson.build N xenocara/lib/mesa/src/gallium/winsys/i915/drm/Android.mk U xenocara/lib/mesa/src/gallium/winsys/i915/drm/Makefile.sources U xenocara/lib/mesa/src/gallium/winsys/i915/drm/i915_drm_batchbuffer.c U xenocara/lib/mesa/src/gallium/winsys/i915/drm/i915_drm_buffer.c U xenocara/lib/mesa/src/gallium/winsys/i915/drm/i915_drm_fence.c U xenocara/lib/mesa/src/gallium/winsys/i915/drm/i915_drm_public.h U xenocara/lib/mesa/src/gallium/winsys/i915/drm/i915_drm_winsys.c U xenocara/lib/mesa/src/gallium/winsys/i915/drm/i915_drm_winsys.h U xenocara/lib/mesa/src/gallium/winsys/i915/drm/meson.build N xenocara/lib/mesa/src/gallium/winsys/iris/drm/Android.mk N xenocara/lib/mesa/src/gallium/winsys/iris/drm/Makefile.sources N xenocara/lib/mesa/src/gallium/winsys/iris/drm/iris_drm_public.h N xenocara/lib/mesa/src/gallium/winsys/iris/drm/iris_drm_winsys.c N xenocara/lib/mesa/src/gallium/winsys/iris/drm/meson.build N xenocara/lib/mesa/src/gallium/winsys/kmsro/drm/Android.mk U xenocara/lib/mesa/src/gallium/winsys/kmsro/drm/Makefile.sources U xenocara/lib/mesa/src/gallium/winsys/kmsro/drm/kmsro_drm_public.h U xenocara/lib/mesa/src/gallium/winsys/kmsro/drm/kmsro_drm_winsys.c U xenocara/lib/mesa/src/gallium/winsys/kmsro/drm/meson.build N xenocara/lib/mesa/src/gallium/winsys/lima/drm/Android.mk N xenocara/lib/mesa/src/gallium/winsys/lima/drm/lima_drm_public.h N xenocara/lib/mesa/src/gallium/winsys/lima/drm/lima_drm_winsys.c N xenocara/lib/mesa/src/gallium/winsys/lima/drm/meson.build N xenocara/lib/mesa/src/gallium/winsys/nouveau/drm/.editorconfig N xenocara/lib/mesa/src/gallium/winsys/nouveau/drm/Android.mk U xenocara/lib/mesa/src/gallium/winsys/nouveau/drm/Makefile.sources U xenocara/lib/mesa/src/gallium/winsys/nouveau/drm/meson.build U xenocara/lib/mesa/src/gallium/winsys/nouveau/drm/nouveau_drm_public.h U xenocara/lib/mesa/src/gallium/winsys/nouveau/drm/nouveau_drm_winsys.c N xenocara/lib/mesa/src/gallium/winsys/panfrost/drm/Android.mk N xenocara/lib/mesa/src/gallium/winsys/panfrost/drm/Makefile.sources N xenocara/lib/mesa/src/gallium/winsys/panfrost/drm/meson.build N xenocara/lib/mesa/src/gallium/winsys/panfrost/drm/panfrost_drm_public.h N xenocara/lib/mesa/src/gallium/winsys/panfrost/drm/panfrost_drm_winsys.c N xenocara/lib/mesa/src/gallium/winsys/radeon/.dir-locals.el N xenocara/lib/mesa/src/gallium/winsys/radeon/drm/.editorconfig N xenocara/lib/mesa/src/gallium/winsys/radeon/drm/Android.mk U xenocara/lib/mesa/src/gallium/winsys/radeon/drm/Makefile.sources U xenocara/lib/mesa/src/gallium/winsys/radeon/drm/meson.build C xenocara/lib/mesa/src/gallium/winsys/radeon/drm/radeon_drm_bo.c U xenocara/lib/mesa/src/gallium/winsys/radeon/drm/radeon_drm_bo.h C xenocara/lib/mesa/src/gallium/winsys/radeon/drm/radeon_drm_cs.c U xenocara/lib/mesa/src/gallium/winsys/radeon/drm/radeon_drm_cs.h U xenocara/lib/mesa/src/gallium/winsys/radeon/drm/radeon_drm_public.h C xenocara/lib/mesa/src/gallium/winsys/radeon/drm/radeon_drm_surface.c C xenocara/lib/mesa/src/gallium/winsys/radeon/drm/radeon_drm_winsys.c C xenocara/lib/mesa/src/gallium/winsys/radeon/drm/radeon_drm_winsys.h N xenocara/lib/mesa/src/gallium/winsys/svga/drm/Android.mk U xenocara/lib/mesa/src/gallium/winsys/svga/drm/Makefile.sources U xenocara/lib/mesa/src/gallium/winsys/svga/drm/SConscript U xenocara/lib/mesa/src/gallium/winsys/svga/drm/meson.build U xenocara/lib/mesa/src/gallium/winsys/svga/drm/pb_buffer_simple_fenced.c U xenocara/lib/mesa/src/gallium/winsys/svga/drm/svga_drm_public.h U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_buffer.c U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_buffer.h C xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_context.c U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_context.h U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_fence.c U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_fence.h U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_msg.c U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_msg.h U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_query.c U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_query.h C xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_screen.c C xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_screen.h U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_screen_dri.c C xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_screen_ioctl.c U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_screen_pools.c C xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_screen_svga.c U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_shader.c U xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_shader.h C xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_surface.c C xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmw_surface.h C xenocara/lib/mesa/src/gallium/winsys/svga/drm/vmwgfx_drm.h N xenocara/lib/mesa/src/gallium/winsys/sw/dri/Android.mk U xenocara/lib/mesa/src/gallium/winsys/sw/dri/Makefile.sources U xenocara/lib/mesa/src/gallium/winsys/sw/dri/SConscript C xenocara/lib/mesa/src/gallium/winsys/sw/dri/dri_sw_winsys.c U xenocara/lib/mesa/src/gallium/winsys/sw/dri/dri_sw_winsys.h U xenocara/lib/mesa/src/gallium/winsys/sw/dri/meson.build U xenocara/lib/mesa/src/gallium/winsys/sw/gdi/SConscript U xenocara/lib/mesa/src/gallium/winsys/sw/gdi/gdi_sw_winsys.c U xenocara/lib/mesa/src/gallium/winsys/sw/gdi/gdi_sw_winsys.h U xenocara/lib/mesa/src/gallium/winsys/sw/hgl/.editorconfig U xenocara/lib/mesa/src/gallium/winsys/sw/hgl/SConscript C xenocara/lib/mesa/src/gallium/winsys/sw/hgl/hgl_sw_winsys.c U xenocara/lib/mesa/src/gallium/winsys/sw/hgl/hgl_sw_winsys.h U xenocara/lib/mesa/src/gallium/winsys/sw/hgl/meson.build N xenocara/lib/mesa/src/gallium/winsys/sw/kms-dri/Android.mk U xenocara/lib/mesa/src/gallium/winsys/sw/kms-dri/Makefile.sources U xenocara/lib/mesa/src/gallium/winsys/sw/kms-dri/kms_dri_sw_winsys.c U xenocara/lib/mesa/src/gallium/winsys/sw/kms-dri/kms_dri_sw_winsys.h U xenocara/lib/mesa/src/gallium/winsys/sw/kms-dri/meson.build U xenocara/lib/mesa/src/gallium/winsys/sw/null/Makefile.sources U xenocara/lib/mesa/src/gallium/winsys/sw/null/SConscript U xenocara/lib/mesa/src/gallium/winsys/sw/null/meson.build U xenocara/lib/mesa/src/gallium/winsys/sw/null/null_sw_winsys.c U xenocara/lib/mesa/src/gallium/winsys/sw/null/null_sw_winsys.h U xenocara/lib/mesa/src/gallium/winsys/sw/wrapper/Makefile.sources U xenocara/lib/mesa/src/gallium/winsys/sw/wrapper/SConscript U xenocara/lib/mesa/src/gallium/winsys/sw/wrapper/meson.build U xenocara/lib/mesa/src/gallium/winsys/sw/wrapper/wrapper_sw_winsys.c U xenocara/lib/mesa/src/gallium/winsys/sw/wrapper/wrapper_sw_winsys.h U xenocara/lib/mesa/src/gallium/winsys/sw/xlib/Makefile.sources U xenocara/lib/mesa/src/gallium/winsys/sw/xlib/SConscript U xenocara/lib/mesa/src/gallium/winsys/sw/xlib/meson.build C xenocara/lib/mesa/src/gallium/winsys/sw/xlib/xlib_sw_winsys.c U xenocara/lib/mesa/src/gallium/winsys/sw/xlib/xlib_sw_winsys.h U xenocara/lib/mesa/src/gallium/winsys/tegra/drm/Makefile.sources U xenocara/lib/mesa/src/gallium/winsys/tegra/drm/meson.build U xenocara/lib/mesa/src/gallium/winsys/tegra/drm/tegra_drm_public.h U xenocara/lib/mesa/src/gallium/winsys/tegra/drm/tegra_drm_winsys.c N xenocara/lib/mesa/src/gallium/winsys/v3d/drm/Android.mk U xenocara/lib/mesa/src/gallium/winsys/v3d/drm/Makefile.sources U xenocara/lib/mesa/src/gallium/winsys/v3d/drm/meson.build U xenocara/lib/mesa/src/gallium/winsys/v3d/drm/v3d_drm_public.h U xenocara/lib/mesa/src/gallium/winsys/v3d/drm/v3d_drm_winsys.c N xenocara/lib/mesa/src/gallium/winsys/vc4/drm/Android.mk U xenocara/lib/mesa/src/gallium/winsys/vc4/drm/Makefile.sources U xenocara/lib/mesa/src/gallium/winsys/vc4/drm/meson.build C xenocara/lib/mesa/src/gallium/winsys/vc4/drm/vc4_drm_public.h C xenocara/lib/mesa/src/gallium/winsys/vc4/drm/vc4_drm_winsys.c N xenocara/lib/mesa/src/gallium/winsys/virgl/common/Android.mk N xenocara/lib/mesa/src/gallium/winsys/virgl/common/Makefile.sources N xenocara/lib/mesa/src/gallium/winsys/virgl/common/meson.build N xenocara/lib/mesa/src/gallium/winsys/virgl/common/virgl_resource_cache.c N xenocara/lib/mesa/src/gallium/winsys/virgl/common/virgl_resource_cache.h N xenocara/lib/mesa/src/gallium/winsys/virgl/drm/Android.mk U xenocara/lib/mesa/src/gallium/winsys/virgl/drm/Makefile.sources U xenocara/lib/mesa/src/gallium/winsys/virgl/drm/meson.build U xenocara/lib/mesa/src/gallium/winsys/virgl/drm/virgl_drm_public.h C xenocara/lib/mesa/src/gallium/winsys/virgl/drm/virgl_drm_winsys.c C xenocara/lib/mesa/src/gallium/winsys/virgl/drm/virgl_drm_winsys.h U xenocara/lib/mesa/src/gallium/winsys/virgl/drm/virtgpu_drm.h N xenocara/lib/mesa/src/gallium/winsys/virgl/vtest/Android.mk U xenocara/lib/mesa/src/gallium/winsys/virgl/vtest/Makefile.sources U xenocara/lib/mesa/src/gallium/winsys/virgl/vtest/meson.build U xenocara/lib/mesa/src/gallium/winsys/virgl/vtest/virgl_vtest_public.h U xenocara/lib/mesa/src/gallium/winsys/virgl/vtest/virgl_vtest_socket.c C xenocara/lib/mesa/src/gallium/winsys/virgl/vtest/virgl_vtest_winsys.c C xenocara/lib/mesa/src/gallium/winsys/virgl/vtest/virgl_vtest_winsys.h U xenocara/lib/mesa/src/gallium/winsys/virgl/vtest/vtest_protocol.h N xenocara/lib/mesa/src/gbm/Android.mk U xenocara/lib/mesa/src/gbm/Makefile.sources N xenocara/lib/mesa/src/gbm/gbm-symbols.txt U xenocara/lib/mesa/src/gbm/meson.build C xenocara/lib/mesa/src/gbm/backends/dri/gbm_dri.c U xenocara/lib/mesa/src/gbm/backends/dri/gbm_driint.h U xenocara/lib/mesa/src/gbm/main/backend.c U xenocara/lib/mesa/src/gbm/main/backend.h C xenocara/lib/mesa/src/gbm/main/gbm.c U xenocara/lib/mesa/src/gbm/main/gbm.h U xenocara/lib/mesa/src/gbm/main/gbmint.h U xenocara/lib/mesa/src/getopt/.editorconfig U xenocara/lib/mesa/src/getopt/SConscript U xenocara/lib/mesa/src/getopt/getopt.h U xenocara/lib/mesa/src/getopt/getopt_long.c U xenocara/lib/mesa/src/glx/SConscript U xenocara/lib/mesa/src/glx/XF86dri.c U xenocara/lib/mesa/src/glx/applegl_glx.c U xenocara/lib/mesa/src/glx/clientattrib.c U xenocara/lib/mesa/src/glx/clientinfo.c U xenocara/lib/mesa/src/glx/compsize.c U xenocara/lib/mesa/src/glx/create_context.c U xenocara/lib/mesa/src/glx/dri2.c U xenocara/lib/mesa/src/glx/dri2.h C xenocara/lib/mesa/src/glx/dri2_glx.c U xenocara/lib/mesa/src/glx/dri2_priv.h C xenocara/lib/mesa/src/glx/dri3_glx.c U xenocara/lib/mesa/src/glx/dri3_priv.h C xenocara/lib/mesa/src/glx/dri_common.c U xenocara/lib/mesa/src/glx/dri_common.h U xenocara/lib/mesa/src/glx/dri_common_interop.c U xenocara/lib/mesa/src/glx/dri_common_query_renderer.c U xenocara/lib/mesa/src/glx/dri_glx.c U xenocara/lib/mesa/src/glx/dri_sarea.h C xenocara/lib/mesa/src/glx/drisw_glx.c U xenocara/lib/mesa/src/glx/drisw_priv.h U xenocara/lib/mesa/src/glx/driwindows_glx.c U xenocara/lib/mesa/src/glx/eval.c C xenocara/lib/mesa/src/glx/g_glxglvnddispatchfuncs.c U xenocara/lib/mesa/src/glx/g_glxglvnddispatchindices.h U xenocara/lib/mesa/src/glx/glx_error.c U xenocara/lib/mesa/src/glx/glx_error.h U xenocara/lib/mesa/src/glx/glx_pbuffer.c U xenocara/lib/mesa/src/glx/glx_query.c C xenocara/lib/mesa/src/glx/glxclient.h C xenocara/lib/mesa/src/glx/glxcmds.c C xenocara/lib/mesa/src/glx/glxconfig.c U xenocara/lib/mesa/src/glx/glxconfig.h U xenocara/lib/mesa/src/glx/glxcurrent.c U xenocara/lib/mesa/src/glx/glxext.c U xenocara/lib/mesa/src/glx/glxextensions.c C xenocara/lib/mesa/src/glx/glxextensions.h C xenocara/lib/mesa/src/glx/glxglvnd.c U xenocara/lib/mesa/src/glx/glxglvnd.h U xenocara/lib/mesa/src/glx/glxglvnddispatchfuncs.h U xenocara/lib/mesa/src/glx/glxhash.c U xenocara/lib/mesa/src/glx/glxhash.h U xenocara/lib/mesa/src/glx/indirect_glx.c U xenocara/lib/mesa/src/glx/indirect_init.h U xenocara/lib/mesa/src/glx/indirect_texture_compression.c U xenocara/lib/mesa/src/glx/indirect_transpose_matrix.c U xenocara/lib/mesa/src/glx/indirect_vertex_array.c U xenocara/lib/mesa/src/glx/indirect_vertex_array.h U xenocara/lib/mesa/src/glx/indirect_vertex_array_priv.h U xenocara/lib/mesa/src/glx/indirect_vertex_program.c U xenocara/lib/mesa/src/glx/indirect_window_pos.c U xenocara/lib/mesa/src/glx/meson.build U xenocara/lib/mesa/src/glx/packrender.h U xenocara/lib/mesa/src/glx/packsingle.h U xenocara/lib/mesa/src/glx/pixel.c U xenocara/lib/mesa/src/glx/pixelstore.c U xenocara/lib/mesa/src/glx/query_renderer.c U xenocara/lib/mesa/src/glx/render2.c U xenocara/lib/mesa/src/glx/renderpix.c U xenocara/lib/mesa/src/glx/single2.c U xenocara/lib/mesa/src/glx/singlepix.c U xenocara/lib/mesa/src/glx/vertarr.c U xenocara/lib/mesa/src/glx/xf86dri.h U xenocara/lib/mesa/src/glx/xf86dristr.h U xenocara/lib/mesa/src/glx/xfont.c U xenocara/lib/mesa/src/glx/apple/RELEASE_NOTES U xenocara/lib/mesa/src/glx/apple/TODO U xenocara/lib/mesa/src/glx/apple/apple_cgl.c U xenocara/lib/mesa/src/glx/apple/apple_cgl.h U xenocara/lib/mesa/src/glx/apple/apple_glapi.c U xenocara/lib/mesa/src/glx/apple/apple_glx.c U xenocara/lib/mesa/src/glx/apple/apple_glx.h U xenocara/lib/mesa/src/glx/apple/apple_glx_context.c U xenocara/lib/mesa/src/glx/apple/apple_glx_context.h U xenocara/lib/mesa/src/glx/apple/apple_glx_drawable.c U xenocara/lib/mesa/src/glx/apple/apple_glx_drawable.h U xenocara/lib/mesa/src/glx/apple/apple_glx_log.c U xenocara/lib/mesa/src/glx/apple/apple_glx_log.h U xenocara/lib/mesa/src/glx/apple/apple_glx_pbuffer.c U xenocara/lib/mesa/src/glx/apple/apple_glx_pixmap.c U xenocara/lib/mesa/src/glx/apple/apple_glx_surface.c U xenocara/lib/mesa/src/glx/apple/apple_visual.c U xenocara/lib/mesa/src/glx/apple/apple_visual.h U xenocara/lib/mesa/src/glx/apple/apple_xgl_api.h U xenocara/lib/mesa/src/glx/apple/appledri.c U xenocara/lib/mesa/src/glx/apple/apple_xgl_api_read.c U xenocara/lib/mesa/src/glx/apple/apple_xgl_api_stereo.c U xenocara/lib/mesa/src/glx/apple/apple_xgl_api_viewport.c U xenocara/lib/mesa/src/glx/apple/appledri.h U xenocara/lib/mesa/src/glx/apple/appledristr.h U xenocara/lib/mesa/src/glx/apple/glx_empty.c U xenocara/lib/mesa/src/glx/apple/meson.build U xenocara/lib/mesa/src/glx/tests/clientinfo_unittest.cpp U xenocara/lib/mesa/src/glx/tests/create_context_unittest.cpp U xenocara/lib/mesa/src/glx/tests/dispatch-index-check U xenocara/lib/mesa/src/glx/tests/enum_sizes.cpp U xenocara/lib/mesa/src/glx/tests/fake_glx_screen.cpp U xenocara/lib/mesa/src/glx/tests/fake_glx_screen.h U xenocara/lib/mesa/src/glx/tests/indirect_api.cpp U xenocara/lib/mesa/src/glx/tests/meson.build U xenocara/lib/mesa/src/glx/tests/mock_xdisplay.h U xenocara/lib/mesa/src/glx/tests/query_renderer_implementation_unittest.cpp U xenocara/lib/mesa/src/glx/tests/query_renderer_unittest.cpp U xenocara/lib/mesa/src/glx/windows/meson.build U xenocara/lib/mesa/src/glx/windows/wgl.c U xenocara/lib/mesa/src/glx/windows/wgl.h U xenocara/lib/mesa/src/glx/windows/windows_drawable.c U xenocara/lib/mesa/src/glx/windows/windowsdriconst.h U xenocara/lib/mesa/src/glx/windows/windowsdristr.h U xenocara/lib/mesa/src/glx/windows/windowsgl.c U xenocara/lib/mesa/src/glx/windows/windowsgl.h U xenocara/lib/mesa/src/glx/windows/windowsgl_internal.h U xenocara/lib/mesa/src/glx/windows/xwindowsdri.c U xenocara/lib/mesa/src/glx/windows/xwindowsdri.h N xenocara/lib/mesa/src/gtest/.editorconfig U xenocara/lib/mesa/src/gtest/meson.build U xenocara/lib/mesa/src/gtest/include/gtest/gtest-death-test.h U xenocara/lib/mesa/src/gtest/include/gtest/gtest-message.h U xenocara/lib/mesa/src/gtest/include/gtest/gtest-param-test.h U xenocara/lib/mesa/src/gtest/include/gtest/gtest-param-test.h.pump U xenocara/lib/mesa/src/gtest/include/gtest/gtest-printers.h U xenocara/lib/mesa/src/gtest/include/gtest/gtest-spi.h U xenocara/lib/mesa/src/gtest/include/gtest/gtest-test-part.h U xenocara/lib/mesa/src/gtest/include/gtest/gtest-typed-test.h U xenocara/lib/mesa/src/gtest/include/gtest/gtest.h U xenocara/lib/mesa/src/gtest/include/gtest/gtest_pred_impl.h U xenocara/lib/mesa/src/gtest/include/gtest/gtest_prod.h U xenocara/lib/mesa/src/gtest/include/gtest/internal/gtest-death-test-internal.h U xenocara/lib/mesa/src/gtest/include/gtest/internal/gtest-filepath.h U xenocara/lib/mesa/src/gtest/include/gtest/internal/gtest-internal.h U xenocara/lib/mesa/src/gtest/include/gtest/internal/gtest-linked_ptr.h U xenocara/lib/mesa/src/gtest/include/gtest/internal/gtest-param-util-generated.h U xenocara/lib/mesa/src/gtest/include/gtest/internal/gtest-param-util-generated.h.pump U xenocara/lib/mesa/src/gtest/include/gtest/internal/gtest-param-util.h U xenocara/lib/mesa/src/gtest/include/gtest/internal/gtest-port-arch.h U xenocara/lib/mesa/src/gtest/include/gtest/internal/gtest-port.h U xenocara/lib/mesa/src/gtest/include/gtest/internal/gtest-string.h U xenocara/lib/mesa/src/gtest/include/gtest/internal/gtest-tuple.h U xenocara/lib/mesa/src/gtest/include/gtest/internal/gtest-tuple.h.pump U xenocara/lib/mesa/src/gtest/include/gtest/internal/gtest-type-util.h U xenocara/lib/mesa/src/gtest/include/gtest/internal/gtest-type-util.h.pump U xenocara/lib/mesa/src/gtest/include/gtest/internal/custom/gtest-port.h U xenocara/lib/mesa/src/gtest/include/gtest/internal/custom/gtest-printers.h U xenocara/lib/mesa/src/gtest/include/gtest/internal/custom/gtest.h U xenocara/lib/mesa/src/gtest/src/gtest-all.cc U xenocara/lib/mesa/src/gtest/src/gtest-death-test.cc U xenocara/lib/mesa/src/gtest/src/gtest-filepath.cc U xenocara/lib/mesa/src/gtest/src/gtest-internal-inl.h U xenocara/lib/mesa/src/gtest/src/gtest-port.cc U xenocara/lib/mesa/src/gtest/src/gtest-printers.cc U xenocara/lib/mesa/src/gtest/src/gtest-test-part.cc U xenocara/lib/mesa/src/gtest/src/gtest-typed-test.cc U xenocara/lib/mesa/src/gtest/src/gtest.cc U xenocara/lib/mesa/src/gtest/src/gtest_main.cc U xenocara/lib/mesa/src/hgl/.editorconfig U xenocara/lib/mesa/src/hgl/GLDispatcher.cpp U xenocara/lib/mesa/src/hgl/GLDispatcher.h U xenocara/lib/mesa/src/hgl/GLRenderer.cpp U xenocara/lib/mesa/src/hgl/GLRendererRoster.cpp U xenocara/lib/mesa/src/hgl/GLRendererRoster.h U xenocara/lib/mesa/src/hgl/GLView.cpp U xenocara/lib/mesa/src/hgl/SConscript U xenocara/lib/mesa/src/hgl/meson.build N xenocara/lib/mesa/src/imgui/LICENSE.txt N xenocara/lib/mesa/src/imgui/README N xenocara/lib/mesa/src/imgui/imconfig.h N xenocara/lib/mesa/src/imgui/imgui.cpp N xenocara/lib/mesa/src/imgui/imgui.h N xenocara/lib/mesa/src/imgui/imgui_draw.cpp N xenocara/lib/mesa/src/imgui/imgui_internal.h N xenocara/lib/mesa/src/imgui/imgui_memory_editor.h N xenocara/lib/mesa/src/imgui/imgui_widgets.cpp N xenocara/lib/mesa/src/imgui/imstb_rectpack.h N xenocara/lib/mesa/src/imgui/imstb_textedit.h N xenocara/lib/mesa/src/imgui/imstb_truetype.h N xenocara/lib/mesa/src/imgui/meson.build N xenocara/lib/mesa/src/intel/Android.blorp.mk N xenocara/lib/mesa/src/intel/Android.common.mk N xenocara/lib/mesa/src/intel/Android.compiler.mk N xenocara/lib/mesa/src/intel/Android.dev.mk N xenocara/lib/mesa/src/intel/Android.genxml.mk N xenocara/lib/mesa/src/intel/Android.isl.mk N xenocara/lib/mesa/src/intel/Android.mk N xenocara/lib/mesa/src/intel/Android.perf.mk N xenocara/lib/mesa/src/intel/Android.vulkan.mk N xenocara/lib/mesa/src/intel/Makefile.perf.am C xenocara/lib/mesa/src/intel/Makefile.sources U xenocara/lib/mesa/src/intel/meson.build U xenocara/lib/mesa/src/intel/blorp/TODO C xenocara/lib/mesa/src/intel/blorp/blorp.c C xenocara/lib/mesa/src/intel/blorp/blorp.h C xenocara/lib/mesa/src/intel/blorp/blorp_blit.c C xenocara/lib/mesa/src/intel/blorp/blorp_clear.c C xenocara/lib/mesa/src/intel/blorp/blorp_genX_exec.h C xenocara/lib/mesa/src/intel/blorp/blorp_nir_builder.h C xenocara/lib/mesa/src/intel/blorp/blorp_priv.h U xenocara/lib/mesa/src/intel/blorp/meson.build U xenocara/lib/mesa/src/intel/common/gen_batch_decoder.c U xenocara/lib/mesa/src/intel/common/gen_clflush.h C xenocara/lib/mesa/src/intel/common/gen_decoder.c C xenocara/lib/mesa/src/intel/common/gen_decoder.h U xenocara/lib/mesa/src/intel/common/gen_defines.h U xenocara/lib/mesa/src/intel/common/gen_disasm.c U xenocara/lib/mesa/src/intel/common/gen_disasm.h U xenocara/lib/mesa/src/intel/common/gen_gem.h N xenocara/lib/mesa/src/intel/common/gen_guardband.h U xenocara/lib/mesa/src/intel/common/gen_l3_config.c U xenocara/lib/mesa/src/intel/common/gen_l3_config.h N xenocara/lib/mesa/src/intel/common/gen_mi_builder.h U xenocara/lib/mesa/src/intel/common/gen_sample_positions.h U xenocara/lib/mesa/src/intel/common/gen_urb_config.c U xenocara/lib/mesa/src/intel/common/intel_log.c U xenocara/lib/mesa/src/intel/common/intel_log.h U xenocara/lib/mesa/src/intel/common/meson.build N xenocara/lib/mesa/src/intel/common/tests/gen_mi_builder_test.cpp N xenocara/lib/mesa/src/intel/common/tests/gentest.xml N xenocara/lib/mesa/src/intel/common/tests/genxml_test.c C xenocara/lib/mesa/src/intel/compiler/brw_cfg.cpp U xenocara/lib/mesa/src/intel/compiler/brw_cfg.h U xenocara/lib/mesa/src/intel/compiler/brw_clip.h U xenocara/lib/mesa/src/intel/compiler/brw_clip_line.c U xenocara/lib/mesa/src/intel/compiler/brw_clip_point.c U xenocara/lib/mesa/src/intel/compiler/brw_clip_tri.c U xenocara/lib/mesa/src/intel/compiler/brw_clip_unfilled.c U xenocara/lib/mesa/src/intel/compiler/brw_clip_util.c C xenocara/lib/mesa/src/intel/compiler/brw_compile_clip.c C xenocara/lib/mesa/src/intel/compiler/brw_compile_sf.c C xenocara/lib/mesa/src/intel/compiler/brw_compiler.c C xenocara/lib/mesa/src/intel/compiler/brw_compiler.h U xenocara/lib/mesa/src/intel/compiler/brw_dead_control_flow.cpp U xenocara/lib/mesa/src/intel/compiler/brw_dead_control_flow.h N xenocara/lib/mesa/src/intel/compiler/brw_debug_recompile.c C xenocara/lib/mesa/src/intel/compiler/brw_disasm.c U xenocara/lib/mesa/src/intel/compiler/brw_disasm_info.c U xenocara/lib/mesa/src/intel/compiler/brw_disasm_info.h C xenocara/lib/mesa/src/intel/compiler/brw_eu.c C xenocara/lib/mesa/src/intel/compiler/brw_eu.h C xenocara/lib/mesa/src/intel/compiler/brw_eu_compact.c C xenocara/lib/mesa/src/intel/compiler/brw_eu_defines.h C xenocara/lib/mesa/src/intel/compiler/brw_eu_emit.c U xenocara/lib/mesa/src/intel/compiler/brw_eu_util.c C xenocara/lib/mesa/src/intel/compiler/brw_eu_validate.c C xenocara/lib/mesa/src/intel/compiler/brw_fs.cpp C xenocara/lib/mesa/src/intel/compiler/brw_fs.h U xenocara/lib/mesa/src/intel/compiler/brw_fs_bank_conflicts.cpp C xenocara/lib/mesa/src/intel/compiler/brw_fs_builder.h C xenocara/lib/mesa/src/intel/compiler/brw_fs_cmod_propagation.cpp C xenocara/lib/mesa/src/intel/compiler/brw_fs_combine_constants.cpp C xenocara/lib/mesa/src/intel/compiler/brw_fs_copy_propagation.cpp C xenocara/lib/mesa/src/intel/compiler/brw_fs_cse.cpp C xenocara/lib/mesa/src/intel/compiler/brw_fs_dead_code_eliminate.cpp C xenocara/lib/mesa/src/intel/compiler/brw_fs_generator.cpp C xenocara/lib/mesa/src/intel/compiler/brw_fs_nir.cpp C xenocara/lib/mesa/src/intel/compiler/brw_fs_live_variables.cpp U xenocara/lib/mesa/src/intel/compiler/brw_fs_live_variables.h U xenocara/lib/mesa/src/intel/compiler/brw_fs_lower_pack.cpp U xenocara/lib/mesa/src/intel/compiler/brw_fs_lower_regioning.cpp C xenocara/lib/mesa/src/intel/compiler/brw_fs_reg_allocate.cpp U xenocara/lib/mesa/src/intel/compiler/brw_fs_register_coalesce.cpp C xenocara/lib/mesa/src/intel/compiler/brw_fs_saturate_propagation.cpp U xenocara/lib/mesa/src/intel/compiler/brw_fs_sel_peephole.cpp U xenocara/lib/mesa/src/intel/compiler/brw_fs_validate.cpp C xenocara/lib/mesa/src/intel/compiler/brw_fs_visitor.cpp C xenocara/lib/mesa/src/intel/compiler/brw_inst.h C xenocara/lib/mesa/src/intel/compiler/brw_interpolation_map.c U xenocara/lib/mesa/src/intel/compiler/brw_ir_allocator.h C xenocara/lib/mesa/src/intel/compiler/brw_ir_fs.h U xenocara/lib/mesa/src/intel/compiler/brw_ir_vec4.h C xenocara/lib/mesa/src/intel/compiler/brw_nir.c C xenocara/lib/mesa/src/intel/compiler/brw_nir.h C xenocara/lib/mesa/src/intel/compiler/brw_nir_analyze_boolean_resolves.c C xenocara/lib/mesa/src/intel/compiler/brw_nir_analyze_ubo_ranges.c C xenocara/lib/mesa/src/intel/compiler/brw_nir_attribute_workarounds.c N xenocara/lib/mesa/src/intel/compiler/brw_nir_lower_conversions.c U xenocara/lib/mesa/src/intel/compiler/brw_nir_lower_cs_intrinsics.c U xenocara/lib/mesa/src/intel/compiler/brw_nir_lower_image_load_store.c U xenocara/lib/mesa/src/intel/compiler/brw_nir_lower_mem_access_bit_sizes.c C xenocara/lib/mesa/src/intel/compiler/brw_nir_opt_peephole_ffma.c U xenocara/lib/mesa/src/intel/compiler/brw_nir_tcs_workarounds.c C xenocara/lib/mesa/src/intel/compiler/brw_nir_trig_workarounds.py U xenocara/lib/mesa/src/intel/compiler/brw_packed_float.c C xenocara/lib/mesa/src/intel/compiler/brw_predicated_break.cpp U xenocara/lib/mesa/src/intel/compiler/brw_reg.h U xenocara/lib/mesa/src/intel/compiler/brw_reg_type.c U xenocara/lib/mesa/src/intel/compiler/brw_reg_type.h C xenocara/lib/mesa/src/intel/compiler/brw_schedule_instructions.cpp C xenocara/lib/mesa/src/intel/compiler/brw_shader.cpp C xenocara/lib/mesa/src/intel/compiler/brw_shader.h C xenocara/lib/mesa/src/intel/compiler/brw_vec4.cpp C xenocara/lib/mesa/src/intel/compiler/brw_vec4.h U xenocara/lib/mesa/src/intel/compiler/brw_vec4_builder.h U xenocara/lib/mesa/src/intel/compiler/brw_vec4_cmod_propagation.cpp C xenocara/lib/mesa/src/intel/compiler/brw_vec4_copy_propagation.cpp U xenocara/lib/mesa/src/intel/compiler/brw_vec4_cse.cpp U xenocara/lib/mesa/src/intel/compiler/brw_vec4_dead_code_eliminate.cpp C xenocara/lib/mesa/src/intel/compiler/brw_vec4_generator.cpp C xenocara/lib/mesa/src/intel/compiler/brw_vec4_gs_nir.cpp C xenocara/lib/mesa/src/intel/compiler/brw_vec4_gs_visitor.cpp U xenocara/lib/mesa/src/intel/compiler/brw_vec4_gs_visitor.h U xenocara/lib/mesa/src/intel/compiler/brw_vec4_live_variables.cpp U xenocara/lib/mesa/src/intel/compiler/brw_vec4_live_variables.h C xenocara/lib/mesa/src/intel/compiler/brw_vec4_nir.cpp U xenocara/lib/mesa/src/intel/compiler/brw_vec4_reg_allocate.cpp C xenocara/lib/mesa/src/intel/compiler/brw_vec4_surface_builder.cpp C xenocara/lib/mesa/src/intel/compiler/brw_vec4_surface_builder.h C xenocara/lib/mesa/src/intel/compiler/brw_vec4_tcs.cpp U xenocara/lib/mesa/src/intel/compiler/brw_vec4_tcs.h C xenocara/lib/mesa/src/intel/compiler/brw_vec4_tes.cpp U xenocara/lib/mesa/src/intel/compiler/brw_vec4_tes.h C xenocara/lib/mesa/src/intel/compiler/brw_vec4_visitor.cpp C xenocara/lib/mesa/src/intel/compiler/brw_vec4_vs.h C xenocara/lib/mesa/src/intel/compiler/brw_vec4_vs_visitor.cpp C xenocara/lib/mesa/src/intel/compiler/brw_vue_map.c C xenocara/lib/mesa/src/intel/compiler/brw_wm_iz.cpp U xenocara/lib/mesa/src/intel/compiler/gen6_gs_visitor.cpp U xenocara/lib/mesa/src/intel/compiler/gen6_gs_visitor.h U xenocara/lib/mesa/src/intel/compiler/meson.build U xenocara/lib/mesa/src/intel/compiler/test_eu_compact.cpp C xenocara/lib/mesa/src/intel/compiler/test_eu_validate.cpp C xenocara/lib/mesa/src/intel/compiler/test_fs_cmod_propagation.cpp U xenocara/lib/mesa/src/intel/compiler/test_fs_copy_propagation.cpp C xenocara/lib/mesa/src/intel/compiler/test_fs_saturate_propagation.cpp U xenocara/lib/mesa/src/intel/compiler/test_vec4_cmod_propagation.cpp U xenocara/lib/mesa/src/intel/compiler/test_vec4_copy_propagation.cpp U xenocara/lib/mesa/src/intel/compiler/test_vec4_dead_code_eliminate.cpp U xenocara/lib/mesa/src/intel/compiler/test_vec4_register_coalesce.cpp U xenocara/lib/mesa/src/intel/compiler/test_vf_float_conversions.cpp N xenocara/lib/mesa/src/intel/dev/gen_debug.c N xenocara/lib/mesa/src/intel/dev/gen_debug.h C xenocara/lib/mesa/src/intel/dev/gen_device_info.c U xenocara/lib/mesa/src/intel/dev/gen_device_info.h N xenocara/lib/mesa/src/intel/dev/gen_device_info_test.c U xenocara/lib/mesa/src/intel/dev/meson.build U xenocara/lib/mesa/src/intel/genxml/README C xenocara/lib/mesa/src/intel/genxml/gen10.xml U xenocara/lib/mesa/src/intel/genxml/gen11.xml C xenocara/lib/mesa/src/intel/genxml/gen4.xml C xenocara/lib/mesa/src/intel/genxml/gen45.xml C xenocara/lib/mesa/src/intel/genxml/gen5.xml C xenocara/lib/mesa/src/intel/genxml/gen6.xml C xenocara/lib/mesa/src/intel/genxml/gen7.xml C xenocara/lib/mesa/src/intel/genxml/gen75.xml C xenocara/lib/mesa/src/intel/genxml/gen8.xml C xenocara/lib/mesa/src/intel/genxml/gen9.xml U xenocara/lib/mesa/src/intel/genxml/genX_pack.h C xenocara/lib/mesa/src/intel/genxml/gen_bits_header.py U xenocara/lib/mesa/src/intel/genxml/gen_macros.h C xenocara/lib/mesa/src/intel/genxml/gen_pack_header.py N xenocara/lib/mesa/src/intel/genxml/gen_sort_tags.py U xenocara/lib/mesa/src/intel/genxml/gen_zipped_file.py U xenocara/lib/mesa/src/intel/genxml/meson.build N xenocara/lib/mesa/src/intel/genxml/sort_xml.sh U xenocara/lib/mesa/src/intel/isl/README U xenocara/lib/mesa/src/intel/isl/gen_format_layout.py C xenocara/lib/mesa/src/intel/isl/isl.c C xenocara/lib/mesa/src/intel/isl/isl.h C xenocara/lib/mesa/src/intel/isl/isl_drm.c U xenocara/lib/mesa/src/intel/isl/isl_emit_depth_stencil.c C xenocara/lib/mesa/src/intel/isl/isl_format.c U xenocara/lib/mesa/src/intel/isl/isl_format_layout.csv U xenocara/lib/mesa/src/intel/isl/isl_gen4.c U xenocara/lib/mesa/src/intel/isl/isl_gen4.h U xenocara/lib/mesa/src/intel/isl/isl_gen6.c U xenocara/lib/mesa/src/intel/isl/isl_gen6.h U xenocara/lib/mesa/src/intel/isl/isl_gen7.c U xenocara/lib/mesa/src/intel/isl/isl_gen7.h U xenocara/lib/mesa/src/intel/isl/isl_gen8.c U xenocara/lib/mesa/src/intel/isl/isl_gen8.h U xenocara/lib/mesa/src/intel/isl/isl_gen9.c U xenocara/lib/mesa/src/intel/isl/isl_gen9.h U xenocara/lib/mesa/src/intel/isl/isl_genX_priv.h U xenocara/lib/mesa/src/intel/isl/isl_priv.h U xenocara/lib/mesa/src/intel/isl/isl_storage_image.c U xenocara/lib/mesa/src/intel/isl/meson.build C xenocara/lib/mesa/src/intel/isl/isl_surface_state.c U xenocara/lib/mesa/src/intel/isl/isl_tiled_memcpy.c U xenocara/lib/mesa/src/intel/isl/isl_tiled_memcpy_normal.c U xenocara/lib/mesa/src/intel/isl/isl_tiled_memcpy_sse41.c C xenocara/lib/mesa/src/intel/isl/tests/isl_surf_get_image_offset_test.c N xenocara/lib/mesa/src/intel/perf/gen_perf.c N xenocara/lib/mesa/src/intel/perf/gen_perf.h N xenocara/lib/mesa/src/intel/perf/gen_perf.py N xenocara/lib/mesa/src/intel/perf/gen_perf_mdapi.c N xenocara/lib/mesa/src/intel/perf/gen_perf_mdapi.h N xenocara/lib/mesa/src/intel/perf/meson.build N xenocara/lib/mesa/src/intel/perf/oa-bdw.xml N xenocara/lib/mesa/src/intel/perf/oa-bxt.xml N xenocara/lib/mesa/src/intel/perf/oa-cflgt2.xml N xenocara/lib/mesa/src/intel/perf/oa-cflgt3.xml N xenocara/lib/mesa/src/intel/perf/oa-chv.xml N xenocara/lib/mesa/src/intel/perf/oa-cnl.xml N xenocara/lib/mesa/src/intel/perf/oa-glk.xml N xenocara/lib/mesa/src/intel/perf/oa-hsw.xml N xenocara/lib/mesa/src/intel/perf/oa-icl.xml N xenocara/lib/mesa/src/intel/perf/oa-kblgt2.xml N xenocara/lib/mesa/src/intel/perf/oa-kblgt3.xml N xenocara/lib/mesa/src/intel/perf/oa-sklgt2.xml N xenocara/lib/mesa/src/intel/perf/oa-sklgt3.xml N xenocara/lib/mesa/src/intel/perf/oa-sklgt4.xml C xenocara/lib/mesa/src/intel/tools/aub_mem.c U xenocara/lib/mesa/src/intel/tools/aub_mem.h U xenocara/lib/mesa/src/intel/tools/aub_read.c U xenocara/lib/mesa/src/intel/tools/aub_read.h U xenocara/lib/mesa/src/intel/tools/aub_write.c U xenocara/lib/mesa/src/intel/tools/aub_write.h C xenocara/lib/mesa/src/intel/tools/aubinator.c C xenocara/lib/mesa/src/intel/tools/aubinator_error_decode.c U xenocara/lib/mesa/src/intel/tools/aubinator_viewer.cpp U xenocara/lib/mesa/src/intel/tools/aubinator_viewer.h U xenocara/lib/mesa/src/intel/tools/aubinator_viewer_decoder.cpp U xenocara/lib/mesa/src/intel/tools/aubinator_viewer_urb.h U xenocara/lib/mesa/src/intel/tools/error2aub.c U xenocara/lib/mesa/src/intel/tools/gen10_context.h U xenocara/lib/mesa/src/intel/tools/gen8_context.h U xenocara/lib/mesa/src/intel/tools/gen_context.h N xenocara/lib/mesa/src/intel/tools/i965_asm.c N xenocara/lib/mesa/src/intel/tools/i965_asm.h U xenocara/lib/mesa/src/intel/tools/i965_disasm.c N xenocara/lib/mesa/src/intel/tools/i965_gram.y N xenocara/lib/mesa/src/intel/tools/i965_lex.l U xenocara/lib/mesa/src/intel/tools/intel_aub.h U xenocara/lib/mesa/src/intel/tools/intel_dump_gpu.c U xenocara/lib/mesa/src/intel/tools/intel_dump_gpu.in U xenocara/lib/mesa/src/intel/tools/intel_sanitize_gpu.c U xenocara/lib/mesa/src/intel/tools/intel_sanitize_gpu.in U xenocara/lib/mesa/src/intel/tools/meson.build U xenocara/lib/mesa/src/intel/tools/imgui/imgui_impl_gtk3.cpp U xenocara/lib/mesa/src/intel/tools/imgui/imgui_impl_gtk3.h U xenocara/lib/mesa/src/intel/tools/imgui/imgui_impl_opengl3.cpp U xenocara/lib/mesa/src/intel/tools/imgui/imgui_impl_opengl3.h U xenocara/lib/mesa/src/intel/tools/imgui/meson.build N xenocara/lib/mesa/src/intel/tools/tests/run-test.sh N xenocara/lib/mesa/src/intel/tools/tests/gen11/rol.asm N xenocara/lib/mesa/src/intel/tools/tests/gen11/rol.expected N xenocara/lib/mesa/src/intel/tools/tests/gen11/ror.asm N xenocara/lib/mesa/src/intel/tools/tests/gen11/ror.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/add.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/add.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/and.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/and.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/asr.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/asr.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/break.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/break.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/cmp.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/cmp.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/cont.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/cont.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/do.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/do.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/dp2.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/dp2.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/dp3.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/dp3.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/dp4.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/dp4.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/dph.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/dph.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/else.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/else.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/endif.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/endif.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/frc.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/frc.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/if.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/if.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/iff.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/iff.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/jmpi.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/jmpi.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/mach.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/mach.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/mov.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/mov.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/mul.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/mul.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/not.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/not.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/or.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/or.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/pln.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/pln.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/rndd.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/rndd.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/sel.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/sel.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/send.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/send.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/shl.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/shl.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/shr.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/shr.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/while.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/while.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/xor.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4.5/xor.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4/add.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4/add.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4/and.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4/and.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4/asr.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4/asr.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4/break.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4/break.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4/cmp.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4/cmp.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4/cont.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4/cont.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4/do.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4/do.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4/dp2.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4/dp2.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4/dp3.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4/dp3.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4/dp4.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4/dp4.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4/dph.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4/dph.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4/else.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4/else.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4/endif.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4/endif.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4/frc.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4/frc.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4/if.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4/if.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4/iff.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4/iff.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4/jmpi.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4/jmpi.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4/line.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4/line.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4/mac.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4/mac.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4/mach.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4/mach.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4/mov.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4/mov.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4/mul.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4/mul.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4/not.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4/not.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4/or.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4/or.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4/rndd.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4/rndd.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4/sel.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4/sel.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4/send.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4/send.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4/shl.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4/shl.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4/shr.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4/shr.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4/while.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4/while.expected N xenocara/lib/mesa/src/intel/tools/tests/gen4/xor.asm N xenocara/lib/mesa/src/intel/tools/tests/gen4/xor.expected N xenocara/lib/mesa/src/intel/tools/tests/gen5/add.asm N xenocara/lib/mesa/src/intel/tools/tests/gen5/add.expected N xenocara/lib/mesa/src/intel/tools/tests/gen5/and.asm N xenocara/lib/mesa/src/intel/tools/tests/gen5/and.expected N xenocara/lib/mesa/src/intel/tools/tests/gen5/asr.asm N xenocara/lib/mesa/src/intel/tools/tests/gen5/asr.expected N xenocara/lib/mesa/src/intel/tools/tests/gen5/break.asm N xenocara/lib/mesa/src/intel/tools/tests/gen5/break.expected N xenocara/lib/mesa/src/intel/tools/tests/gen5/cmp.asm N xenocara/lib/mesa/src/intel/tools/tests/gen5/cmp.expected N xenocara/lib/mesa/src/intel/tools/tests/gen5/do.asm N xenocara/lib/mesa/src/intel/tools/tests/gen5/do.expected N xenocara/lib/mesa/src/intel/tools/tests/gen5/dp3.asm N xenocara/lib/mesa/src/intel/tools/tests/gen5/dp3.expected N xenocara/lib/mesa/src/intel/tools/tests/gen5/dp4.asm N xenocara/lib/mesa/src/intel/tools/tests/gen5/dp4.expected N xenocara/lib/mesa/src/intel/tools/tests/gen5/dph.asm N xenocara/lib/mesa/src/intel/tools/tests/gen5/dph.expected N xenocara/lib/mesa/src/intel/tools/tests/gen5/else.asm N xenocara/lib/mesa/src/intel/tools/tests/gen5/else.expected N xenocara/lib/mesa/src/intel/tools/tests/gen5/endif.asm N xenocara/lib/mesa/src/intel/tools/tests/gen5/endif.expected N xenocara/lib/mesa/src/intel/tools/tests/gen5/frc.asm N xenocara/lib/mesa/src/intel/tools/tests/gen5/frc.expected N xenocara/lib/mesa/src/intel/tools/tests/gen5/if.asm N xenocara/lib/mesa/src/intel/tools/tests/gen5/if.expected N xenocara/lib/mesa/src/intel/tools/tests/gen5/iff.asm N xenocara/lib/mesa/src/intel/tools/tests/gen5/iff.expected N xenocara/lib/mesa/src/intel/tools/tests/gen5/jmpi.asm N xenocara/lib/mesa/src/intel/tools/tests/gen5/jmpi.expected N xenocara/lib/mesa/src/intel/tools/tests/gen5/mach.asm N xenocara/lib/mesa/src/intel/tools/tests/gen5/mach.expected N xenocara/lib/mesa/src/intel/tools/tests/gen5/mov.asm N xenocara/lib/mesa/src/intel/tools/tests/gen5/mov.expected N xenocara/lib/mesa/src/intel/tools/tests/gen5/mul.asm N xenocara/lib/mesa/src/intel/tools/tests/gen5/mul.expected N xenocara/lib/mesa/src/intel/tools/tests/gen5/not.asm N xenocara/lib/mesa/src/intel/tools/tests/gen5/not.expected N xenocara/lib/mesa/src/intel/tools/tests/gen5/or.asm N xenocara/lib/mesa/src/intel/tools/tests/gen5/or.expected N xenocara/lib/mesa/src/intel/tools/tests/gen5/pln.asm N xenocara/lib/mesa/src/intel/tools/tests/gen5/pln.expected N xenocara/lib/mesa/src/intel/tools/tests/gen5/rndd.asm N xenocara/lib/mesa/src/intel/tools/tests/gen5/rndd.expected N xenocara/lib/mesa/src/intel/tools/tests/gen5/sel.asm N xenocara/lib/mesa/src/intel/tools/tests/gen5/sel.expected N xenocara/lib/mesa/src/intel/tools/tests/gen5/send.asm N xenocara/lib/mesa/src/intel/tools/tests/gen5/send.expected N xenocara/lib/mesa/src/intel/tools/tests/gen5/shl.asm N xenocara/lib/mesa/src/intel/tools/tests/gen5/shl.expected N xenocara/lib/mesa/src/intel/tools/tests/gen5/shr.asm N xenocara/lib/mesa/src/intel/tools/tests/gen5/shr.expected N xenocara/lib/mesa/src/intel/tools/tests/gen5/while.asm N xenocara/lib/mesa/src/intel/tools/tests/gen5/while.expected N xenocara/lib/mesa/src/intel/tools/tests/gen6/add.asm N xenocara/lib/mesa/src/intel/tools/tests/gen6/add.expected N xenocara/lib/mesa/src/intel/tools/tests/gen6/and.asm N xenocara/lib/mesa/src/intel/tools/tests/gen6/and.expected N xenocara/lib/mesa/src/intel/tools/tests/gen6/asr.asm N xenocara/lib/mesa/src/intel/tools/tests/gen6/asr.expected N xenocara/lib/mesa/src/intel/tools/tests/gen6/break.asm N xenocara/lib/mesa/src/intel/tools/tests/gen6/break.expected N xenocara/lib/mesa/src/intel/tools/tests/gen6/cmp.asm N xenocara/lib/mesa/src/intel/tools/tests/gen6/cmp.expected N xenocara/lib/mesa/src/intel/tools/tests/gen6/cont.asm N xenocara/lib/mesa/src/intel/tools/tests/gen6/cont.expected N xenocara/lib/mesa/src/intel/tools/tests/gen6/dp2.asm N xenocara/lib/mesa/src/intel/tools/tests/gen6/dp2.expected N xenocara/lib/mesa/src/intel/tools/tests/gen6/dp3.asm N xenocara/lib/mesa/src/intel/tools/tests/gen6/dp3.expected N xenocara/lib/mesa/src/intel/tools/tests/gen6/dp4.asm N xenocara/lib/mesa/src/intel/tools/tests/gen6/dp4.expected N xenocara/lib/mesa/src/intel/tools/tests/gen6/dph.asm N xenocara/lib/mesa/src/intel/tools/tests/gen6/dph.expected N xenocara/lib/mesa/src/intel/tools/tests/gen6/else.asm N xenocara/lib/mesa/src/intel/tools/tests/gen6/else.expected N xenocara/lib/mesa/src/intel/tools/tests/gen6/endif.asm N xenocara/lib/mesa/src/intel/tools/tests/gen6/frc.asm N xenocara/lib/mesa/src/intel/tools/tests/gen6/endif.expected N xenocara/lib/mesa/src/intel/tools/tests/gen6/frc.expected N xenocara/lib/mesa/src/intel/tools/tests/gen6/halt.asm N xenocara/lib/mesa/src/intel/tools/tests/gen6/halt.expected N xenocara/lib/mesa/src/intel/tools/tests/gen6/if.asm N xenocara/lib/mesa/src/intel/tools/tests/gen6/if.expected N xenocara/lib/mesa/src/intel/tools/tests/gen6/lrp.asm N xenocara/lib/mesa/src/intel/tools/tests/gen6/lrp.expected N xenocara/lib/mesa/src/intel/tools/tests/gen6/lzd.asm N xenocara/lib/mesa/src/intel/tools/tests/gen6/lzd.expected N xenocara/lib/mesa/src/intel/tools/tests/gen6/mach.asm N xenocara/lib/mesa/src/intel/tools/tests/gen6/mach.expected N xenocara/lib/mesa/src/intel/tools/tests/gen6/mad.asm N xenocara/lib/mesa/src/intel/tools/tests/gen6/mad.expected N xenocara/lib/mesa/src/intel/tools/tests/gen6/math.asm N xenocara/lib/mesa/src/intel/tools/tests/gen6/math.expected N xenocara/lib/mesa/src/intel/tools/tests/gen6/mov.asm N xenocara/lib/mesa/src/intel/tools/tests/gen6/mov.expected N xenocara/lib/mesa/src/intel/tools/tests/gen6/mul.asm N xenocara/lib/mesa/src/intel/tools/tests/gen6/mul.expected N xenocara/lib/mesa/src/intel/tools/tests/gen6/not.asm N xenocara/lib/mesa/src/intel/tools/tests/gen6/not.expected N xenocara/lib/mesa/src/intel/tools/tests/gen6/or.asm N xenocara/lib/mesa/src/intel/tools/tests/gen6/or.expected N xenocara/lib/mesa/src/intel/tools/tests/gen6/pln.asm N xenocara/lib/mesa/src/intel/tools/tests/gen6/pln.expected N xenocara/lib/mesa/src/intel/tools/tests/gen6/rndd.asm N xenocara/lib/mesa/src/intel/tools/tests/gen6/rndd.expected N xenocara/lib/mesa/src/intel/tools/tests/gen6/rnde.asm N xenocara/lib/mesa/src/intel/tools/tests/gen6/rnde.expected N xenocara/lib/mesa/src/intel/tools/tests/gen6/rndz.asm N xenocara/lib/mesa/src/intel/tools/tests/gen6/rndz.expected N xenocara/lib/mesa/src/intel/tools/tests/gen6/sel.asm N xenocara/lib/mesa/src/intel/tools/tests/gen6/sel.expected N xenocara/lib/mesa/src/intel/tools/tests/gen6/send.asm N xenocara/lib/mesa/src/intel/tools/tests/gen6/send.expected N xenocara/lib/mesa/src/intel/tools/tests/gen6/sendc.asm N xenocara/lib/mesa/src/intel/tools/tests/gen6/sendc.expected N xenocara/lib/mesa/src/intel/tools/tests/gen6/shl.asm N xenocara/lib/mesa/src/intel/tools/tests/gen6/shl.expected N xenocara/lib/mesa/src/intel/tools/tests/gen6/shr.asm N xenocara/lib/mesa/src/intel/tools/tests/gen6/shr.expected N xenocara/lib/mesa/src/intel/tools/tests/gen6/while.asm N xenocara/lib/mesa/src/intel/tools/tests/gen6/while.expected N xenocara/lib/mesa/src/intel/tools/tests/gen6/xor.asm N xenocara/lib/mesa/src/intel/tools/tests/gen6/xor.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/add.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/add.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/and.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/and.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/asr.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/asr.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/bfe.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/bfe.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/bfi1.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/bfi1.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/bfi2.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/bfi2.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/bfrev.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/bfrev.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/break.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/break.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/cbit.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/cbit.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/cmp.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/cmp.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/cont.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/cont.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/dim.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/dim.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/dp2.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/dp2.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/dp3.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/dp3.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/dp4.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/dp4.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/dph.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/dph.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/else.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/else.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/endif.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/endif.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/f16to32.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/f16to32.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/f32to16.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/f32to16.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/fbh.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/fbh.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/fbl.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/fbl.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/frc.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/frc.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/halt.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/halt.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/if.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/if.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/lrp.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/lrp.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/lzd.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/lzd.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/mach.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/mach.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/mad.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/mad.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/math.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/math.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/mov.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/mov.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/mul.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/mul.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/not.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/not.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/or.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/or.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/pln.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/pln.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/rndd.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/rndd.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/rnde.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/rnde.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/rndz.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/rndz.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/sel.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/sel.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/send.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/send.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/sendc.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/sendc.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/shl.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/shl.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/shr.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/shr.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/wait.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/wait.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/while.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/while.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/xor.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7.5/xor.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7/add.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7/add.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7/and.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7/and.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7/asr.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7/asr.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7/bfe.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7/bfe.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7/bfi1.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7/bfi1.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7/bfi2.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7/bfi2.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7/bfrev.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7/bfrev.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7/break.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7/break.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7/cbit.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7/cbit.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7/cmp.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7/cmp.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7/dp2.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7/dp2.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7/dp3.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7/dp3.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7/dp4.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7/dp4.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7/dph.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7/dph.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7/else.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7/else.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7/endif.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7/endif.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7/f16to32.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7/f16to32.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7/f32to16.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7/f32to16.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7/fbh.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7/fbh.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7/fbl.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7/fbl.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7/frc.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7/frc.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7/halt.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7/halt.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7/if.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7/if.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7/lrp.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7/lrp.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7/lzd.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7/lzd.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7/mach.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7/mach.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7/mad.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7/mad.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7/math.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7/math.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7/mov.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7/mov.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7/mul.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7/mul.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7/not.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7/not.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7/or.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7/or.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7/pln.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7/pln.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7/rndd.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7/rndd.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7/rnde.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7/rnde.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7/rndz.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7/sel.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7/rndz.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7/sel.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7/send.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7/send.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7/sendc.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7/sendc.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7/shl.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7/shl.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7/shr.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7/shr.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7/wait.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7/wait.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7/while.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7/while.expected N xenocara/lib/mesa/src/intel/tools/tests/gen7/xor.asm N xenocara/lib/mesa/src/intel/tools/tests/gen7/xor.expected N xenocara/lib/mesa/src/intel/tools/tests/gen8/add.asm N xenocara/lib/mesa/src/intel/tools/tests/gen8/add.expected N xenocara/lib/mesa/src/intel/tools/tests/gen8/and.asm N xenocara/lib/mesa/src/intel/tools/tests/gen8/and.expected N xenocara/lib/mesa/src/intel/tools/tests/gen8/asr.asm N xenocara/lib/mesa/src/intel/tools/tests/gen8/asr.expected N xenocara/lib/mesa/src/intel/tools/tests/gen8/bfe.asm N xenocara/lib/mesa/src/intel/tools/tests/gen8/bfe.expected N xenocara/lib/mesa/src/intel/tools/tests/gen8/bfi1.asm N xenocara/lib/mesa/src/intel/tools/tests/gen8/bfi1.expected N xenocara/lib/mesa/src/intel/tools/tests/gen8/bfi2.asm N xenocara/lib/mesa/src/intel/tools/tests/gen8/bfi2.expected N xenocara/lib/mesa/src/intel/tools/tests/gen8/bfrev.asm N xenocara/lib/mesa/src/intel/tools/tests/gen8/bfrev.expected N xenocara/lib/mesa/src/intel/tools/tests/gen8/break.asm N xenocara/lib/mesa/src/intel/tools/tests/gen8/break.expected N xenocara/lib/mesa/src/intel/tools/tests/gen8/cbit.asm N xenocara/lib/mesa/src/intel/tools/tests/gen8/cbit.expected N xenocara/lib/mesa/src/intel/tools/tests/gen8/cmp.asm N xenocara/lib/mesa/src/intel/tools/tests/gen8/cmp.expected N xenocara/lib/mesa/src/intel/tools/tests/gen8/cont.asm N xenocara/lib/mesa/src/intel/tools/tests/gen8/cont.expected N xenocara/lib/mesa/src/intel/tools/tests/gen8/csel.asm N xenocara/lib/mesa/src/intel/tools/tests/gen8/csel.expected N xenocara/lib/mesa/src/intel/tools/tests/gen8/else.asm N xenocara/lib/mesa/src/intel/tools/tests/gen8/else.expected N xenocara/lib/mesa/src/intel/tools/tests/gen8/endif.asm N xenocara/lib/mesa/src/intel/tools/tests/gen8/endif.expected N xenocara/lib/mesa/src/intel/tools/tests/gen8/fbh.asm N xenocara/lib/mesa/src/intel/tools/tests/gen8/fbh.expected N xenocara/lib/mesa/src/intel/tools/tests/gen8/fbl.asm N xenocara/lib/mesa/src/intel/tools/tests/gen8/fbl.expected N xenocara/lib/mesa/src/intel/tools/tests/gen8/frc.asm N xenocara/lib/mesa/src/intel/tools/tests/gen8/frc.expected N xenocara/lib/mesa/src/intel/tools/tests/gen8/halt.asm N xenocara/lib/mesa/src/intel/tools/tests/gen8/halt.expected N xenocara/lib/mesa/src/intel/tools/tests/gen8/if.asm N xenocara/lib/mesa/src/intel/tools/tests/gen8/if.expected N xenocara/lib/mesa/src/intel/tools/tests/gen8/lrp.asm N xenocara/lib/mesa/src/intel/tools/tests/gen8/lrp.expected N xenocara/lib/mesa/src/intel/tools/tests/gen8/lzd.asm N xenocara/lib/mesa/src/intel/tools/tests/gen8/lzd.expected N xenocara/lib/mesa/src/intel/tools/tests/gen8/mach.asm N xenocara/lib/mesa/src/intel/tools/tests/gen8/mach.expected N xenocara/lib/mesa/src/intel/tools/tests/gen8/mad.asm N xenocara/lib/mesa/src/intel/tools/tests/gen8/mad.expected N xenocara/lib/mesa/src/intel/tools/tests/gen8/mov.asm N xenocara/lib/mesa/src/intel/tools/tests/gen8/math.asm N xenocara/lib/mesa/src/intel/tools/tests/gen8/math.expected N xenocara/lib/mesa/src/intel/tools/tests/gen8/mov.expected N xenocara/lib/mesa/src/intel/tools/tests/gen8/mul.asm N xenocara/lib/mesa/src/intel/tools/tests/gen8/mul.expected N xenocara/lib/mesa/src/intel/tools/tests/gen8/nop.asm N xenocara/lib/mesa/src/intel/tools/tests/gen8/nop.expected N xenocara/lib/mesa/src/intel/tools/tests/gen8/not.asm N xenocara/lib/mesa/src/intel/tools/tests/gen8/not.expected N xenocara/lib/mesa/src/intel/tools/tests/gen8/or.asm N xenocara/lib/mesa/src/intel/tools/tests/gen8/or.expected N xenocara/lib/mesa/src/intel/tools/tests/gen8/pln.asm N xenocara/lib/mesa/src/intel/tools/tests/gen8/pln.expected N xenocara/lib/mesa/src/intel/tools/tests/gen8/rndd.asm N xenocara/lib/mesa/src/intel/tools/tests/gen8/rndd.expected N xenocara/lib/mesa/src/intel/tools/tests/gen8/rnde.asm N xenocara/lib/mesa/src/intel/tools/tests/gen8/rnde.expected N xenocara/lib/mesa/src/intel/tools/tests/gen8/rndz.asm N xenocara/lib/mesa/src/intel/tools/tests/gen8/rndz.expected N xenocara/lib/mesa/src/intel/tools/tests/gen8/sel.asm N xenocara/lib/mesa/src/intel/tools/tests/gen8/sel.expected N xenocara/lib/mesa/src/intel/tools/tests/gen8/send.asm N xenocara/lib/mesa/src/intel/tools/tests/gen8/send.expected N xenocara/lib/mesa/src/intel/tools/tests/gen8/sendc.asm N xenocara/lib/mesa/src/intel/tools/tests/gen8/sendc.expected N xenocara/lib/mesa/src/intel/tools/tests/gen8/shl.asm N xenocara/lib/mesa/src/intel/tools/tests/gen8/shl.expected N xenocara/lib/mesa/src/intel/tools/tests/gen8/shr.asm N xenocara/lib/mesa/src/intel/tools/tests/gen8/shr.expected N xenocara/lib/mesa/src/intel/tools/tests/gen8/wait.asm N xenocara/lib/mesa/src/intel/tools/tests/gen8/wait.expected N xenocara/lib/mesa/src/intel/tools/tests/gen8/while.asm N xenocara/lib/mesa/src/intel/tools/tests/gen8/while.expected N xenocara/lib/mesa/src/intel/tools/tests/gen8/xor.asm N xenocara/lib/mesa/src/intel/tools/tests/gen8/xor.expected N xenocara/lib/mesa/src/intel/tools/tests/gen9/add.asm N xenocara/lib/mesa/src/intel/tools/tests/gen9/add.expected N xenocara/lib/mesa/src/intel/tools/tests/gen9/and.asm N xenocara/lib/mesa/src/intel/tools/tests/gen9/and.expected N xenocara/lib/mesa/src/intel/tools/tests/gen9/asr.asm N xenocara/lib/mesa/src/intel/tools/tests/gen9/asr.expected N xenocara/lib/mesa/src/intel/tools/tests/gen9/bfe.asm N xenocara/lib/mesa/src/intel/tools/tests/gen9/bfe.expected N xenocara/lib/mesa/src/intel/tools/tests/gen9/bfi1.asm N xenocara/lib/mesa/src/intel/tools/tests/gen9/bfi1.expected N xenocara/lib/mesa/src/intel/tools/tests/gen9/bfi2.asm N xenocara/lib/mesa/src/intel/tools/tests/gen9/bfi2.expected N xenocara/lib/mesa/src/intel/tools/tests/gen9/bfrev.asm N xenocara/lib/mesa/src/intel/tools/tests/gen9/bfrev.expected N xenocara/lib/mesa/src/intel/tools/tests/gen9/break.asm N xenocara/lib/mesa/src/intel/tools/tests/gen9/break.expected N xenocara/lib/mesa/src/intel/tools/tests/gen9/cbit.asm N xenocara/lib/mesa/src/intel/tools/tests/gen9/cbit.expected N xenocara/lib/mesa/src/intel/tools/tests/gen9/cmp.asm N xenocara/lib/mesa/src/intel/tools/tests/gen9/cmp.expected N xenocara/lib/mesa/src/intel/tools/tests/gen9/cont.asm N xenocara/lib/mesa/src/intel/tools/tests/gen9/cont.expected N xenocara/lib/mesa/src/intel/tools/tests/gen9/csel.asm N xenocara/lib/mesa/src/intel/tools/tests/gen9/csel.expected N xenocara/lib/mesa/src/intel/tools/tests/gen9/else.asm N xenocara/lib/mesa/src/intel/tools/tests/gen9/else.expected N xenocara/lib/mesa/src/intel/tools/tests/gen9/endif.asm N xenocara/lib/mesa/src/intel/tools/tests/gen9/endif.expected N xenocara/lib/mesa/src/intel/tools/tests/gen9/fbh.asm N xenocara/lib/mesa/src/intel/tools/tests/gen9/fbh.expected N xenocara/lib/mesa/src/intel/tools/tests/gen9/fbl.asm N xenocara/lib/mesa/src/intel/tools/tests/gen9/fbl.expected N xenocara/lib/mesa/src/intel/tools/tests/gen9/frc.asm N xenocara/lib/mesa/src/intel/tools/tests/gen9/frc.expected N xenocara/lib/mesa/src/intel/tools/tests/gen9/halt.asm N xenocara/lib/mesa/src/intel/tools/tests/gen9/halt.expected N xenocara/lib/mesa/src/intel/tools/tests/gen9/if.asm N xenocara/lib/mesa/src/intel/tools/tests/gen9/if.expected N xenocara/lib/mesa/src/intel/tools/tests/gen9/lrp.asm N xenocara/lib/mesa/src/intel/tools/tests/gen9/lrp.expected N xenocara/lib/mesa/src/intel/tools/tests/gen9/lzd.asm N xenocara/lib/mesa/src/intel/tools/tests/gen9/lzd.expected N xenocara/lib/mesa/src/intel/tools/tests/gen9/mach.asm N xenocara/lib/mesa/src/intel/tools/tests/gen9/mach.expected N xenocara/lib/mesa/src/intel/tools/tests/gen9/mad.asm N xenocara/lib/mesa/src/intel/tools/tests/gen9/mad.expected N xenocara/lib/mesa/src/intel/tools/tests/gen9/mov.asm N xenocara/lib/mesa/src/intel/tools/tests/gen9/math.asm N xenocara/lib/mesa/src/intel/tools/tests/gen9/math.expected N xenocara/lib/mesa/src/intel/tools/tests/gen9/mov.expected N xenocara/lib/mesa/src/intel/tools/tests/gen9/mul.asm N xenocara/lib/mesa/src/intel/tools/tests/gen9/mul.expected N xenocara/lib/mesa/src/intel/tools/tests/gen9/nop.asm N xenocara/lib/mesa/src/intel/tools/tests/gen9/nop.expected N xenocara/lib/mesa/src/intel/tools/tests/gen9/not.asm N xenocara/lib/mesa/src/intel/tools/tests/gen9/not.expected N xenocara/lib/mesa/src/intel/tools/tests/gen9/or.asm N xenocara/lib/mesa/src/intel/tools/tests/gen9/or.expected N xenocara/lib/mesa/src/intel/tools/tests/gen9/pln.asm N xenocara/lib/mesa/src/intel/tools/tests/gen9/pln.expected N xenocara/lib/mesa/src/intel/tools/tests/gen9/rndd.asm N xenocara/lib/mesa/src/intel/tools/tests/gen9/rndd.expected N xenocara/lib/mesa/src/intel/tools/tests/gen9/rnde.asm N xenocara/lib/mesa/src/intel/tools/tests/gen9/rnde.expected N xenocara/lib/mesa/src/intel/tools/tests/gen9/rndz.asm N xenocara/lib/mesa/src/intel/tools/tests/gen9/rndz.expected N xenocara/lib/mesa/src/intel/tools/tests/gen9/sel.asm N xenocara/lib/mesa/src/intel/tools/tests/gen9/sel.expected N xenocara/lib/mesa/src/intel/tools/tests/gen9/send.asm N xenocara/lib/mesa/src/intel/tools/tests/gen9/send.expected N xenocara/lib/mesa/src/intel/tools/tests/gen9/sendc.asm N xenocara/lib/mesa/src/intel/tools/tests/gen9/sendc.expected N xenocara/lib/mesa/src/intel/tools/tests/gen9/sends.asm N xenocara/lib/mesa/src/intel/tools/tests/gen9/sends.expected N xenocara/lib/mesa/src/intel/tools/tests/gen9/shl.asm N xenocara/lib/mesa/src/intel/tools/tests/gen9/shl.expected N xenocara/lib/mesa/src/intel/tools/tests/gen9/shr.asm N xenocara/lib/mesa/src/intel/tools/tests/gen9/shr.expected N xenocara/lib/mesa/src/intel/tools/tests/gen9/wait.asm N xenocara/lib/mesa/src/intel/tools/tests/gen9/wait.expected N xenocara/lib/mesa/src/intel/tools/tests/gen9/while.asm N xenocara/lib/mesa/src/intel/tools/tests/gen9/while.expected N xenocara/lib/mesa/src/intel/tools/tests/gen9/xor.asm N xenocara/lib/mesa/src/intel/tools/tests/gen9/xor.expected U xenocara/lib/mesa/src/intel/vulkan/TODO C xenocara/lib/mesa/src/intel/vulkan/anv_allocator.c U xenocara/lib/mesa/src/intel/vulkan/anv_android.c U xenocara/lib/mesa/src/intel/vulkan/anv_android.h U xenocara/lib/mesa/src/intel/vulkan/anv_android_stubs.c C xenocara/lib/mesa/src/intel/vulkan/anv_batch_chain.c C xenocara/lib/mesa/src/intel/vulkan/anv_blorp.c C xenocara/lib/mesa/src/intel/vulkan/anv_cmd_buffer.c C xenocara/lib/mesa/src/intel/vulkan/anv_descriptor_set.c C xenocara/lib/mesa/src/intel/vulkan/anv_device.c U xenocara/lib/mesa/src/intel/vulkan/anv_dump.c C xenocara/lib/mesa/src/intel/vulkan/anv_entrypoints_gen.py U xenocara/lib/mesa/src/intel/vulkan/anv_extensions.py U xenocara/lib/mesa/src/intel/vulkan/anv_extensions_gen.py C xenocara/lib/mesa/src/intel/vulkan/anv_formats.c C xenocara/lib/mesa/src/intel/vulkan/anv_gem.c C xenocara/lib/mesa/src/intel/vulkan/anv_gem_stubs.c C xenocara/lib/mesa/src/intel/vulkan/anv_genX.h U xenocara/lib/mesa/src/intel/vulkan/anv_icd.py C xenocara/lib/mesa/src/intel/vulkan/anv_image.c C xenocara/lib/mesa/src/intel/vulkan/anv_intel.c C xenocara/lib/mesa/src/intel/vulkan/anv_nir.h U xenocara/lib/mesa/src/intel/vulkan/anv_nir_add_base_work_group_id.c C xenocara/lib/mesa/src/intel/vulkan/anv_nir_apply_pipeline_layout.c C xenocara/lib/mesa/src/intel/vulkan/anv_nir_lower_multiview.c U xenocara/lib/mesa/src/intel/vulkan/anv_nir_lower_push_constants.c U xenocara/lib/mesa/src/intel/vulkan/anv_nir_lower_ycbcr_textures.c C xenocara/lib/mesa/src/intel/vulkan/anv_pass.c C xenocara/lib/mesa/src/intel/vulkan/anv_pipeline.c C xenocara/lib/mesa/src/intel/vulkan/anv_pipeline_cache.c C xenocara/lib/mesa/src/intel/vulkan/anv_private.h C xenocara/lib/mesa/src/intel/vulkan/anv_queue.c U xenocara/lib/mesa/src/intel/vulkan/anv_util.c C xenocara/lib/mesa/src/intel/vulkan/anv_wsi.c U xenocara/lib/mesa/src/intel/vulkan/anv_wsi_display.c U xenocara/lib/mesa/src/intel/vulkan/anv_wsi_wayland.c U xenocara/lib/mesa/src/intel/vulkan/anv_wsi_x11.c C xenocara/lib/mesa/src/intel/vulkan/gen7_cmd_buffer.c C xenocara/lib/mesa/src/intel/vulkan/gen8_cmd_buffer.c C xenocara/lib/mesa/src/intel/vulkan/genX_blorp_exec.c C xenocara/lib/mesa/src/intel/vulkan/genX_cmd_buffer.c C xenocara/lib/mesa/src/intel/vulkan/genX_gpu_memcpy.c C xenocara/lib/mesa/src/intel/vulkan/genX_pipeline.c C xenocara/lib/mesa/src/intel/vulkan/genX_query.c C xenocara/lib/mesa/src/intel/vulkan/genX_state.c U xenocara/lib/mesa/src/intel/vulkan/meson.build C xenocara/lib/mesa/src/intel/vulkan/vk_format_info.h N xenocara/lib/mesa/src/intel/vulkan/tests/block_pool_grow_first.c C xenocara/lib/mesa/src/intel/vulkan/tests/block_pool_no_free.c C xenocara/lib/mesa/src/intel/vulkan/tests/state_pool.c C xenocara/lib/mesa/src/intel/vulkan/tests/state_pool_free_list_only.c C xenocara/lib/mesa/src/intel/vulkan/tests/state_pool_no_free.c U xenocara/lib/mesa/src/intel/vulkan/tests/state_pool_padding.c U xenocara/lib/mesa/src/intel/vulkan/tests/state_pool_test_helper.h N xenocara/lib/mesa/src/loader/Android.mk U xenocara/lib/mesa/src/loader/Makefile.sources U xenocara/lib/mesa/src/loader/SConscript C xenocara/lib/mesa/src/loader/loader.c U xenocara/lib/mesa/src/loader/loader.h C xenocara/lib/mesa/src/loader/loader_dri3_helper.c U xenocara/lib/mesa/src/loader/loader_dri3_helper.h U xenocara/lib/mesa/src/loader/meson.build U xenocara/lib/mesa/src/loader/pci_id_driver_map.c U xenocara/lib/mesa/src/loader/pci_id_driver_map.h N xenocara/lib/mesa/src/mapi/Android.mk U xenocara/lib/mesa/src/mapi/Makefile.sources C xenocara/lib/mesa/src/mapi/entry.c U xenocara/lib/mesa/src/mapi/entry.h U xenocara/lib/mesa/src/mapi/entry_ppc64le_tls.h U xenocara/lib/mesa/src/mapi/entry_ppc64le_tsd.h U xenocara/lib/mesa/src/mapi/entry_x86-64_tls.h U xenocara/lib/mesa/src/mapi/entry_x86_tls.h U xenocara/lib/mesa/src/mapi/entry_x86_tsd.h C xenocara/lib/mesa/src/mapi/mapi_abi.py C xenocara/lib/mesa/src/mapi/mapi_glapi.c U xenocara/lib/mesa/src/mapi/mapi_tmp.h U xenocara/lib/mesa/src/mapi/meson.build U xenocara/lib/mesa/src/mapi/stub.c U xenocara/lib/mesa/src/mapi/stub.h U xenocara/lib/mesa/src/mapi/table.c U xenocara/lib/mesa/src/mapi/table.h C xenocara/lib/mesa/src/mapi/u_current.c C xenocara/lib/mesa/src/mapi/u_current.h U xenocara/lib/mesa/src/mapi/u_execmem.c U xenocara/lib/mesa/src/mapi/u_execmem.h N xenocara/lib/mesa/src/mapi/es1api/gles1-symbols.txt U xenocara/lib/mesa/src/mapi/es1api/meson.build N xenocara/lib/mesa/src/mapi/es2api/gles2-symbols.txt U xenocara/lib/mesa/src/mapi/es2api/meson.build U xenocara/lib/mesa/src/mapi/glapi/SConscript C xenocara/lib/mesa/src/mapi/glapi/glapi.c U xenocara/lib/mesa/src/mapi/glapi/glapi.h U xenocara/lib/mesa/src/mapi/glapi/glapi_dispatch.c U xenocara/lib/mesa/src/mapi/glapi/glapi_entrypoint.c U xenocara/lib/mesa/src/mapi/glapi/glapi_getproc.c U xenocara/lib/mesa/src/mapi/glapi/glapi_nop.c U xenocara/lib/mesa/src/mapi/glapi/glapi_priv.h U xenocara/lib/mesa/src/mapi/glapi/meson.build U xenocara/lib/mesa/src/mapi/glapi/gen/AMD_depth_clamp_separate.xml U xenocara/lib/mesa/src/mapi/glapi/gen/AMD_draw_buffers_blend.xml U xenocara/lib/mesa/src/mapi/glapi/gen/AMD_gpu_shader_int64.xml U xenocara/lib/mesa/src/mapi/glapi/gen/AMD_performance_monitor.xml U xenocara/lib/mesa/src/mapi/glapi/gen/APPLE_object_purgeable.xml U xenocara/lib/mesa/src/mapi/glapi/gen/APPLE_vertex_array_object.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_ES2_compatibility.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_ES3_compatibility.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_base_instance.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_bindless_texture.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_blend_func_extended.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_clear_buffer_object.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_clear_texture.xml U xenocara/lib/mesa/src/mapi/glapi/gen/GL3x.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_clip_control.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_color_buffer_float.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_compressed_texture_pixel_storage.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_compute_shader.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_compute_variable_group_size.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_copy_buffer.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_copy_image.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_debug_output.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_depth_buffer_float.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_depth_clamp.xml C xenocara/lib/mesa/src/mapi/glapi/gen/ARB_direct_state_access.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_draw_buffers.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_draw_buffers_blend.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_draw_indirect.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_draw_elements_base_vertex.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_draw_instanced.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_framebuffer_no_attachments.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_framebuffer_object.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_get_program_binary.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_get_texture_sub_image.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_gl_spirv.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_gpu_shader5.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_gpu_shader_fp64.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_gpu_shader_int64.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_indirect_parameters.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_instanced_arrays.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_internalformat_query.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_internalformat_query2.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_invalidate_subdata.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_map_buffer_range.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_multi_bind.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_pipeline_statistics_query.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_program_interface_query.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_robustness.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_sample_shading.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_sampler_objects.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_seamless_cube_map.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_separate_shader_objects.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_shader_atomic_counters.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_shader_image_load_store.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_shader_storage_buffer_object.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_sparse_buffer.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_shader_subroutine.xml N xenocara/lib/mesa/src/mapi/glapi/gen/ARB_spirv_extensions.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_sync.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_tessellation_shader.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_texture_barrier.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_texture_buffer_object.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_texture_buffer_range.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_texture_compression_rgtc.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_texture_cube_map_array.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_texture_float.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_texture_gather.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_texture_multisample.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_texture_rg.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_texture_rgb10_a2ui.xml U xenocara/lib/mesa/src/mapi/glapi/gen/GL4x.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_texture_storage.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_texture_storage_multisample.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_texture_view.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_uniform_buffer_object.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_vertex_array_object.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_vertex_attrib_64bit.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_vertex_attrib_binding.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_vertex_type_2_10_10_10_rev.xml U xenocara/lib/mesa/src/mapi/glapi/gen/ARB_viewport_array.xml N xenocara/lib/mesa/src/mapi/glapi/gen/EXT_direct_state_access.xml U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_draw_buffers2.xml U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_external_objects.xml U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_external_objects_fd.xml U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_framebuffer_object.xml U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_gpu_shader4.xml U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_multisampled_render_to_texture.xml U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_packed_depth_stencil.xml U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_provoking_vertex.xml U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_separate_shader_objects.xml N xenocara/lib/mesa/src/mapi/glapi/gen/EXT_shader_image_load_store.xml U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_texture_array.xml U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_texture_integer.xml U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_transform_feedback.xml U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_vertex_attrib_64bit.xml U xenocara/lib/mesa/src/mapi/glapi/gen/EXT_window_rectangles.xml U xenocara/lib/mesa/src/mapi/glapi/gen/GREMEDY_string_marker.xml U xenocara/lib/mesa/src/mapi/glapi/gen/INTEL_performance_query.xml U xenocara/lib/mesa/src/mapi/glapi/gen/KHR_debug.xml U xenocara/lib/mesa/src/mapi/glapi/gen/KHR_context_flush_control.xml U xenocara/lib/mesa/src/mapi/glapi/gen/KHR_robustness.xml U xenocara/lib/mesa/src/mapi/glapi/gen/KHR_robustness_es.xml U xenocara/lib/mesa/src/mapi/glapi/gen/KHR_texture_compression_astc.xml U xenocara/lib/mesa/src/mapi/glapi/gen/MESA_tile_raster_order.xml U xenocara/lib/mesa/src/mapi/glapi/gen/NV_conditional_render.xml U xenocara/lib/mesa/src/mapi/glapi/gen/NV_primitive_restart.xml U xenocara/lib/mesa/src/mapi/glapi/gen/NV_texture_barrier.xml U xenocara/lib/mesa/src/mapi/glapi/gen/NV_vdpau_interop.xml U xenocara/lib/mesa/src/mapi/glapi/gen/OES_EGL_image.xml U xenocara/lib/mesa/src/mapi/glapi/gen/OES_fixed_point.xml U xenocara/lib/mesa/src/mapi/glapi/gen/OES_single_precision.xml U xenocara/lib/mesa/src/mapi/glapi/gen/OES_texture_compression_astc.xml U xenocara/lib/mesa/src/mapi/glapi/gen/SConscript U xenocara/lib/mesa/src/mapi/glapi/gen/apiexec.py C xenocara/lib/mesa/src/mapi/glapi/gen/es_EXT.xml U xenocara/lib/mesa/src/mapi/glapi/gen/glX_API.xml U xenocara/lib/mesa/src/mapi/glapi/gen/glX_XML.py U xenocara/lib/mesa/src/mapi/glapi/gen/glX_proto_common.py U xenocara/lib/mesa/src/mapi/glapi/gen/glX_proto_recv.py U xenocara/lib/mesa/src/mapi/glapi/gen/glX_proto_send.py U xenocara/lib/mesa/src/mapi/glapi/gen/glX_proto_size.py U xenocara/lib/mesa/src/mapi/glapi/gen/glX_server_table.py U xenocara/lib/mesa/src/mapi/glapi/gen/gl_API.dtd C xenocara/lib/mesa/src/mapi/glapi/gen/gl_API.xml C xenocara/lib/mesa/src/mapi/glapi/gen/gl_SPARC_asm.py U xenocara/lib/mesa/src/mapi/glapi/gen/gl_XML.py U xenocara/lib/mesa/src/mapi/glapi/gen/gl_and_es_API.xml U xenocara/lib/mesa/src/mapi/glapi/gen/gl_and_glX_API.xml U xenocara/lib/mesa/src/mapi/glapi/gen/gl_apitemp.py U xenocara/lib/mesa/src/mapi/glapi/gen/gl_enums.py U xenocara/lib/mesa/src/mapi/glapi/gen/gl_genexec.py C xenocara/lib/mesa/src/mapi/glapi/gen/gl_gentable.py U xenocara/lib/mesa/src/mapi/glapi/gen/gl_marshal.py U xenocara/lib/mesa/src/mapi/glapi/gen/gl_marshal_h.py C xenocara/lib/mesa/src/mapi/glapi/gen/gl_procs.py U xenocara/lib/mesa/src/mapi/glapi/gen/gl_table.py C xenocara/lib/mesa/src/mapi/glapi/gen/gl_x86-64_asm.py C xenocara/lib/mesa/src/mapi/glapi/gen/gl_x86_asm.py U xenocara/lib/mesa/src/mapi/glapi/gen/license.py U xenocara/lib/mesa/src/mapi/glapi/gen/marshal_XML.py U xenocara/lib/mesa/src/mapi/glapi/gen/meson.build U xenocara/lib/mesa/src/mapi/glapi/gen/remap_helper.py C xenocara/lib/mesa/src/mapi/glapi/gen/static_data.py U xenocara/lib/mesa/src/mapi/glapi/gen/typeexpr.py C xenocara/lib/mesa/src/mapi/glapi/registry/gl.xml U xenocara/lib/mesa/src/mapi/glapi/tests/check_table.cpp U xenocara/lib/mesa/src/mapi/new/genCommon.py U xenocara/lib/mesa/src/mapi/new/gen_gldispatch_mapi.py U xenocara/lib/mesa/src/mapi/shared-glapi/SConscript N xenocara/lib/mesa/src/mapi/shared-glapi/glapi-symbols.txt U xenocara/lib/mesa/src/mapi/shared-glapi/meson.build U xenocara/lib/mesa/src/mapi/shared-glapi/tests/check_table.cpp N xenocara/lib/mesa/src/mesa/Android.gen.mk N xenocara/lib/mesa/src/mesa/Android.libmesa_dricore.mk N xenocara/lib/mesa/src/mesa/Android.libmesa_git_sha1.mk N xenocara/lib/mesa/src/mesa/Android.libmesa_glsl_utils.mk N xenocara/lib/mesa/src/mesa/Android.libmesa_sse41.mk N xenocara/lib/mesa/src/mesa/Android.libmesa_st_mesa.mk N xenocara/lib/mesa/src/mesa/Android.mk C xenocara/lib/mesa/src/mesa/Makefile.sources C xenocara/lib/mesa/src/mesa/SConscript U xenocara/lib/mesa/src/mesa/meson.build U xenocara/lib/mesa/src/mesa/drivers/SConscript U xenocara/lib/mesa/src/mesa/drivers/common/driverfuncs.c U xenocara/lib/mesa/src/mesa/drivers/common/driverfuncs.h C xenocara/lib/mesa/src/mesa/drivers/common/meta.c U xenocara/lib/mesa/src/mesa/drivers/common/meta.h C xenocara/lib/mesa/src/mesa/drivers/common/meta_blit.c U xenocara/lib/mesa/src/mesa/drivers/common/meta_generate_mipmap.c N xenocara/lib/mesa/src/mesa/drivers/dri/Android.mk N xenocara/lib/mesa/src/mesa/drivers/dri/gen-symbol-redefs.py U xenocara/lib/mesa/src/mesa/drivers/dri/meson.build N xenocara/lib/mesa/src/mesa/drivers/dri/common/Android.mk U xenocara/lib/mesa/src/mesa/drivers/dri/common/Makefile.sources U xenocara/lib/mesa/src/mesa/drivers/dri/common/SConscript C xenocara/lib/mesa/src/mesa/drivers/dri/common/dri_util.c U xenocara/lib/mesa/src/mesa/drivers/dri/common/dri_util.h U xenocara/lib/mesa/src/mesa/drivers/dri/common/megadriver_stub.c U xenocara/lib/mesa/src/mesa/drivers/dri/common/meson.build U xenocara/lib/mesa/src/mesa/drivers/dri/common/utils.c U xenocara/lib/mesa/src/mesa/drivers/dri/common/utils.h N xenocara/lib/mesa/src/mesa/drivers/dri/i915/Android.mk U xenocara/lib/mesa/src/mesa/drivers/dri/i915/Makefile.sources U xenocara/lib/mesa/src/mesa/drivers/dri/i915/i830_context.c U xenocara/lib/mesa/src/mesa/drivers/dri/i915/i830_context.h U xenocara/lib/mesa/src/mesa/drivers/dri/i915/i830_reg.h U xenocara/lib/mesa/src/mesa/drivers/dri/i915/i830_state.c U xenocara/lib/mesa/src/mesa/drivers/dri/i915/i830_texblend.c U xenocara/lib/mesa/src/mesa/drivers/dri/i915/i830_texstate.c U xenocara/lib/mesa/src/mesa/drivers/dri/i915/i830_vtbl.c C xenocara/lib/mesa/src/mesa/drivers/dri/i915/i915_context.c U xenocara/lib/mesa/src/mesa/drivers/dri/i915/i915_context.h U xenocara/lib/mesa/src/mesa/drivers/dri/i915/i915_debug.h U xenocara/lib/mesa/src/mesa/drivers/dri/i915/i915_debug_fp.c U xenocara/lib/mesa/src/mesa/drivers/dri/i915/i915_fragprog.c U xenocara/lib/mesa/src/mesa/drivers/dri/i915/i915_program.c U xenocara/lib/mesa/src/mesa/drivers/dri/i915/i915_program.h U xenocara/lib/mesa/src/mesa/drivers/dri/i915/i915_reg.h U xenocara/lib/mesa/src/mesa/drivers/dri/i915/i915_state.c U xenocara/lib/mesa/src/mesa/drivers/dri/i915/i915_tex_layout.c U xenocara/lib/mesa/src/mesa/drivers/dri/i915/i915_texstate.c U xenocara/lib/mesa/src/mesa/drivers/dri/i915/i915_vtbl.c U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_batchbuffer.c U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_batchbuffer.h U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_blit.c U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_blit.h U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_buffer_objects.c U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_buffer_objects.h U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_buffers.c U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_buffers.h U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_chipset.h U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_clear.c U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_clear.h C xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_context.c C xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_context.h U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_extensions.c U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_extensions.h U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_fbo.c U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_fbo.h U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_mipmap_tree.c U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_mipmap_tree.h U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_pixel.c U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_pixel.h U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_pixel_bitmap.c U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_pixel_copy.c U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_pixel_draw.c U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_pixel_read.c U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_reg.h C xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_regions.c U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_regions.h U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_render.c C xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_screen.c U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_screen.h U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_state.c U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_syncobj.c U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_tex.c U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_tex.h U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_tex_copy.c U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_tex_image.c U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_tex_layout.c U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_tex_layout.h U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_tex_obj.h U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_tex_subimage.c U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_tex_validate.c U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_tris.c U xenocara/lib/mesa/src/mesa/drivers/dri/i915/intel_tris.h U xenocara/lib/mesa/src/mesa/drivers/dri/i915/meson.build N xenocara/lib/mesa/src/mesa/drivers/dri/i965/Android.mk C xenocara/lib/mesa/src/mesa/drivers/dri/i965/Makefile.sources U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_binding_tables.c C xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_blorp.c U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_blorp.h C xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_bufmgr.c U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_bufmgr.h C xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_clear.c U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_clip.c U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_compute.c U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_conditional_render.c C xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_context.c C xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_context.h C xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_cs.c U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_cs.h C xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_curbe.c C xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_defines.h U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_disk_cache.c C xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_draw.c U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_draw.h U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_ff_gs.c U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_draw_upload.c U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_ff_gs.h U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_ff_gs_emit.c U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_formatquery.c U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_generate_mipmap.c C xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_gs.c C xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_gs.h U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_gs_surface_state.c C xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_link.cpp C xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_meta_util.c U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_meta_util.h C xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_misc_state.c U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_multisample_state.h C xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_nir_uniforms.cpp U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_object_purgeable.c C xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_performance_query.c C xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_pipe_control.c U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_pipe_control.h U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_reset.c U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_primitive_restart.c C xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_program.c C xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_program.h U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_program_binary.c C xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_program_cache.c C xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_queryobj.c U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_sf.c C xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_state.h C xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_state_upload.c U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_structs.h U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_surface_formats.c C xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_sync.c C xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_tcs.c U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_tcs_surface_state.c C xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_tes.c U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_tes_surface_state.c U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_urb.c U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_util.c U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_util.h C xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_vs.c C xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_vs.h U xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_vs_surface_state.c C xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_wm.c C xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_wm.h C xenocara/lib/mesa/src/mesa/drivers/dri/i965/brw_wm_surface_state.c U xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen4_blorp_exec.h U xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen6_clip_state.c U xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen6_constant_state.c U xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen6_multisample_state.c C xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen6_queryobj.c U xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen6_sampler_state.c C xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen6_sol.c U xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen6_urb.c U xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen7_l3_state.c U xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen7_sol_state.c U xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen7_urb.c U xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen8_depth_state.c U xenocara/lib/mesa/src/mesa/drivers/dri/i965/gen8_multisample_state.c C xenocara/lib/mesa/src/mesa/drivers/dri/i965/genX_blorp_exec.c U xenocara/lib/mesa/src/mesa/drivers/dri/i965/hsw_queryobj.c N xenocara/lib/mesa/src/mesa/drivers/dri/i965/genX_boilerplate.h N xenocara/lib/mesa/src/mesa/drivers/dri/i965/genX_pipe_control.c C xenocara/lib/mesa/src/mesa/drivers/dri/i965/genX_state_upload.c U xenocara/lib/mesa/src/mesa/drivers/dri/i965/hsw_sol.c C xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_batchbuffer.c U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_batchbuffer.h U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_blit.c U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_blit.h U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_buffer_objects.c U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_buffer_objects.h U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_buffers.c U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_buffers.h U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_copy_image.c C xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_extensions.c C xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_fbo.c U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_fbo.h C xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_image.h C xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_mipmap_tree.c U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_tex.c C xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_mipmap_tree.h U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_pixel.c U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_pixel.h U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_pixel_bitmap.c U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_pixel_copy.c U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_pixel_draw.c U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_pixel_read.c C xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_screen.c C xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_screen.h U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_state.c U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_tex.h U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_tex_copy.c C xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_tex_image.c U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_tex_obj.h C xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_tex_validate.c U xenocara/lib/mesa/src/mesa/drivers/dri/i965/intel_upload.c U xenocara/lib/mesa/src/mesa/drivers/dri/i965/libdrm_macros.h U xenocara/lib/mesa/src/mesa/drivers/dri/i965/meson.build N xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/.dir-locals.el N xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/.editorconfig U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/Makefile.sources U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/meson.build U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_array.c U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_array.h U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_bufferobj.c U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_bufferobj.h C xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_context.c U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_context.h U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_driver.c U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_driver.h U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_fbo.c U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_fbo.h U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_gldefs.h U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_local.h U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_render.h U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_render_t.c U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_scratch.c U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_scratch.h U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_screen.c U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_screen.h U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_span.c U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_state.c U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_state.h U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_surface.c U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_surface.h U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_swtnl_t.c U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_texture.c U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_texture.h U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_util.h U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nouveau_vbo_t.c U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv01_2d.xml.h U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv04_3d.xml.h U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv04_context.c U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv04_context.h U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv04_driver.h U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv04_render.c U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv04_state_fb.c U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv04_state_frag.c U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv04_state_raster.c U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv04_state_tex.c U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv04_surface.c U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv10_3d.xml.h U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv10_context.c U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv10_driver.h U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv10_render.c U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv10_state_fb.c U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv10_state_frag.c U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv10_state_polygon.c U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv10_state_raster.c U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv10_state_tex.c U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv10_state_tnl.c U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv20_3d.xml.h U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv20_context.c U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv20_driver.h U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv20_render.c U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv20_state_fb.c U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv20_state_frag.c U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv20_state_polygon.c U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv20_state_raster.c U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv20_state_tex.c U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv20_state_tnl.c U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv_m2mf.xml.h U xenocara/lib/mesa/src/mesa/drivers/dri/nouveau/nv_object.xml.h N xenocara/lib/mesa/src/mesa/drivers/dri/r200/Doxyfile U xenocara/lib/mesa/src/mesa/drivers/dri/r200/Makefile.sources U xenocara/lib/mesa/src/mesa/drivers/dri/r200/meson.build U xenocara/lib/mesa/src/mesa/drivers/dri/r200/r200_blit.c U xenocara/lib/mesa/src/mesa/drivers/dri/r200/r200_blit.h U xenocara/lib/mesa/src/mesa/drivers/dri/r200/r200_cmdbuf.c C xenocara/lib/mesa/src/mesa/drivers/dri/r200/r200_context.c C xenocara/lib/mesa/src/mesa/drivers/dri/r200/r200_context.h U xenocara/lib/mesa/src/mesa/drivers/dri/r200/r200_fragshader.c U xenocara/lib/mesa/src/mesa/drivers/dri/r200/r200_ioctl.c C xenocara/lib/mesa/src/mesa/drivers/dri/r200/r200_ioctl.h U xenocara/lib/mesa/src/mesa/drivers/dri/r200/r200_maos.c U xenocara/lib/mesa/src/mesa/drivers/dri/r200/r200_maos.h U xenocara/lib/mesa/src/mesa/drivers/dri/r200/r200_maos_arrays.c U xenocara/lib/mesa/src/mesa/drivers/dri/r200/r200_reg.h U xenocara/lib/mesa/src/mesa/drivers/dri/r200/r200_sanity.c U xenocara/lib/mesa/src/mesa/drivers/dri/r200/r200_sanity.h U xenocara/lib/mesa/src/mesa/drivers/dri/r200/r200_state.c U xenocara/lib/mesa/src/mesa/drivers/dri/r200/r200_state.h U xenocara/lib/mesa/src/mesa/drivers/dri/r200/r200_state_init.c U xenocara/lib/mesa/src/mesa/drivers/dri/r200/r200_tcl.c U xenocara/lib/mesa/src/mesa/drivers/dri/r200/r200_swtcl.c U xenocara/lib/mesa/src/mesa/drivers/dri/r200/r200_swtcl.h U xenocara/lib/mesa/src/mesa/drivers/dri/r200/r200_tcl.h U xenocara/lib/mesa/src/mesa/drivers/dri/r200/r200_tex.c U xenocara/lib/mesa/src/mesa/drivers/dri/r200/r200_tex.h U xenocara/lib/mesa/src/mesa/drivers/dri/r200/r200_texstate.c U xenocara/lib/mesa/src/mesa/drivers/dri/r200/r200_vertprog.c U xenocara/lib/mesa/src/mesa/drivers/dri/r200/r200_vertprog.h U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/Makefile.sources U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/meson.build U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_blit.c U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_blit.h U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_buffer_objects.c U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_buffer_objects.h U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_chipset.h U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_cmdbuf.h U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_common.c U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_common.h C xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_common_context.c U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_common_context.h C xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_context.c U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_context.h U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_debug.c U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_debug.h U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_dma.c U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_dma.h U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_fbo.c U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_fog.c U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_fog.h U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_ioctl.c U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_ioctl.h U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_maos.c U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_maos.h U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_maos_arrays.c U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_maos_vbtmp.h U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_maos_verts.c C xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_mipmap_tree.c U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_mipmap_tree.h U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_pixel_read.c C xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_queryobj.c U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_queryobj.h U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_sanity.c U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_sanity.h U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_screen.c U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_screen.h U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_span.c U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_span.h U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_state.c U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_state.h U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_state_init.c U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_swtcl.c U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_swtcl.h U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_tcl.c U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_tcl.h U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_tex.c U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_tex.h U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_tex_copy.c U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_texstate.c U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_texture.c U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_texture.h U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_tile.c U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/radeon_tile.h U xenocara/lib/mesa/src/mesa/drivers/dri/radeon/server/radeon_reg.h U xenocara/lib/mesa/src/mesa/drivers/dri/swrast/Makefile.sources U xenocara/lib/mesa/src/mesa/drivers/dri/swrast/meson.build C xenocara/lib/mesa/src/mesa/drivers/dri/swrast/swrast.c U xenocara/lib/mesa/src/mesa/drivers/dri/swrast/swrast_priv.h U xenocara/lib/mesa/src/mesa/drivers/osmesa/SConscript U xenocara/lib/mesa/src/mesa/drivers/osmesa/meson.build C xenocara/lib/mesa/src/mesa/drivers/osmesa/osmesa.c U xenocara/lib/mesa/src/mesa/drivers/osmesa/osmesa.def U xenocara/lib/mesa/src/mesa/drivers/x11/SConscript U xenocara/lib/mesa/src/mesa/drivers/x11/fakeglx.c C xenocara/lib/mesa/src/mesa/drivers/x11/glxapi.c U xenocara/lib/mesa/src/mesa/drivers/x11/glxapi.h U xenocara/lib/mesa/src/mesa/drivers/x11/glxheader.h U xenocara/lib/mesa/src/mesa/drivers/x11/meson.build U xenocara/lib/mesa/src/mesa/drivers/x11/xfonts.c U xenocara/lib/mesa/src/mesa/drivers/x11/xfonts.h C xenocara/lib/mesa/src/mesa/drivers/x11/xm_api.c C xenocara/lib/mesa/src/mesa/drivers/x11/xm_buffer.c U xenocara/lib/mesa/src/mesa/drivers/x11/xm_dd.c U xenocara/lib/mesa/src/mesa/drivers/x11/xm_line.c U xenocara/lib/mesa/src/mesa/drivers/x11/xm_tri.c U xenocara/lib/mesa/src/mesa/drivers/x11/xmesa.h U xenocara/lib/mesa/src/mesa/drivers/x11/xmesaP.h U xenocara/lib/mesa/src/mesa/drivers/x11/xmesa_x.h U xenocara/lib/mesa/src/mesa/main/accum.c U xenocara/lib/mesa/src/mesa/main/accum.h C xenocara/lib/mesa/src/mesa/main/api_arrayelt.c C xenocara/lib/mesa/src/mesa/main/api_arrayelt.h U xenocara/lib/mesa/src/mesa/main/api_exec.h U xenocara/lib/mesa/src/mesa/main/api_loopback.c U xenocara/lib/mesa/src/mesa/main/api_loopback.h U xenocara/lib/mesa/src/mesa/main/arbprogram.c U xenocara/lib/mesa/src/mesa/main/arbprogram.h C xenocara/lib/mesa/src/mesa/main/arrayobj.c C xenocara/lib/mesa/src/mesa/main/arrayobj.h C xenocara/lib/mesa/src/mesa/main/atifragshader.c U xenocara/lib/mesa/src/mesa/main/atifragshader.h C xenocara/lib/mesa/src/mesa/main/attrib.c U xenocara/lib/mesa/src/mesa/main/attrib.h U xenocara/lib/mesa/src/mesa/main/barrier.c U xenocara/lib/mesa/src/mesa/main/barrier.h U xenocara/lib/mesa/src/mesa/main/bbox.c U xenocara/lib/mesa/src/mesa/main/bbox.h U xenocara/lib/mesa/src/mesa/main/blend.c U xenocara/lib/mesa/src/mesa/main/blend.h U xenocara/lib/mesa/src/mesa/main/blit.c U xenocara/lib/mesa/src/mesa/main/blit.h C xenocara/lib/mesa/src/mesa/main/clear.c C xenocara/lib/mesa/src/mesa/main/bufferobj.c C xenocara/lib/mesa/src/mesa/main/bufferobj.h C xenocara/lib/mesa/src/mesa/main/buffers.c C xenocara/lib/mesa/src/mesa/main/buffers.h U xenocara/lib/mesa/src/mesa/main/clear.h U xenocara/lib/mesa/src/mesa/main/clip.c U xenocara/lib/mesa/src/mesa/main/clip.h U xenocara/lib/mesa/src/mesa/main/colormac.h U xenocara/lib/mesa/src/mesa/main/colortab.c U xenocara/lib/mesa/src/mesa/main/colortab.h U xenocara/lib/mesa/src/mesa/main/compiler.h U xenocara/lib/mesa/src/mesa/main/compute.c U xenocara/lib/mesa/src/mesa/main/compute.h U xenocara/lib/mesa/src/mesa/main/condrender.c U xenocara/lib/mesa/src/mesa/main/condrender.h U xenocara/lib/mesa/src/mesa/main/config.h U xenocara/lib/mesa/src/mesa/main/conservativeraster.c U xenocara/lib/mesa/src/mesa/main/conservativeraster.h C xenocara/lib/mesa/src/mesa/main/context.c C xenocara/lib/mesa/src/mesa/main/context.h U xenocara/lib/mesa/src/mesa/main/convolve.c U xenocara/lib/mesa/src/mesa/main/convolve.h U xenocara/lib/mesa/src/mesa/main/copyimage.c U xenocara/lib/mesa/src/mesa/main/copyimage.h C xenocara/lib/mesa/src/mesa/main/dd.h U xenocara/lib/mesa/src/mesa/main/cpuinfo.c U xenocara/lib/mesa/src/mesa/main/cpuinfo.h C xenocara/lib/mesa/src/mesa/main/debug.c U xenocara/lib/mesa/src/mesa/main/debug.h C xenocara/lib/mesa/src/mesa/main/debug_output.c U xenocara/lib/mesa/src/mesa/main/debug_output.h U xenocara/lib/mesa/src/mesa/main/depth.c U xenocara/lib/mesa/src/mesa/main/depth.h C xenocara/lib/mesa/src/mesa/main/dlist.c U xenocara/lib/mesa/src/mesa/main/dlist.h U xenocara/lib/mesa/src/mesa/main/draw.c U xenocara/lib/mesa/src/mesa/main/draw.h U xenocara/lib/mesa/src/mesa/main/draw_validate.c U xenocara/lib/mesa/src/mesa/main/draw_validate.h U xenocara/lib/mesa/src/mesa/main/drawpix.c U xenocara/lib/mesa/src/mesa/main/drawpix.h U xenocara/lib/mesa/src/mesa/main/drawtex.c U xenocara/lib/mesa/src/mesa/main/drawtex.h C xenocara/lib/mesa/src/mesa/main/enable.c U xenocara/lib/mesa/src/mesa/main/enable.h U xenocara/lib/mesa/src/mesa/main/enums.h C xenocara/lib/mesa/src/mesa/main/errors.c U xenocara/lib/mesa/src/mesa/main/errors.h U xenocara/lib/mesa/src/mesa/main/es1_conversion.c U xenocara/lib/mesa/src/mesa/main/es1_conversion.h U xenocara/lib/mesa/src/mesa/main/eval.c U xenocara/lib/mesa/src/mesa/main/eval.h U xenocara/lib/mesa/src/mesa/main/execmem.c U xenocara/lib/mesa/src/mesa/main/execmem.h U xenocara/lib/mesa/src/mesa/main/extensions.c U xenocara/lib/mesa/src/mesa/main/extensions.h U xenocara/lib/mesa/src/mesa/main/extensions_table.c C xenocara/lib/mesa/src/mesa/main/extensions_table.h U xenocara/lib/mesa/src/mesa/main/externalobjects.c U xenocara/lib/mesa/src/mesa/main/externalobjects.h C xenocara/lib/mesa/src/mesa/main/fbobject.c C xenocara/lib/mesa/src/mesa/main/fbobject.h U xenocara/lib/mesa/src/mesa/main/feedback.c U xenocara/lib/mesa/src/mesa/main/feedback.h C xenocara/lib/mesa/src/mesa/main/ff_fragment_shader.cpp C xenocara/lib/mesa/src/mesa/main/ffvertex_prog.c U xenocara/lib/mesa/src/mesa/main/ffvertex_prog.h U xenocara/lib/mesa/src/mesa/main/fog.c U xenocara/lib/mesa/src/mesa/main/fog.h U xenocara/lib/mesa/src/mesa/main/format_fallback.py C xenocara/lib/mesa/src/mesa/main/format_info.py U xenocara/lib/mesa/src/mesa/main/format_pack.h C xenocara/lib/mesa/src/mesa/main/format_pack.py U xenocara/lib/mesa/src/mesa/main/format_parser.py U xenocara/lib/mesa/src/mesa/main/format_unpack.h C xenocara/lib/mesa/src/mesa/main/format_unpack.py U xenocara/lib/mesa/src/mesa/main/format_utils.c U xenocara/lib/mesa/src/mesa/main/format_utils.h U xenocara/lib/mesa/src/mesa/main/formatquery.c U xenocara/lib/mesa/src/mesa/main/formatquery.h C xenocara/lib/mesa/src/mesa/main/formats.c U xenocara/lib/mesa/src/mesa/main/formats.csv C xenocara/lib/mesa/src/mesa/main/formats.h C xenocara/lib/mesa/src/mesa/main/framebuffer.c U xenocara/lib/mesa/src/mesa/main/framebuffer.h U xenocara/lib/mesa/src/mesa/main/genmipmap.c U xenocara/lib/mesa/src/mesa/main/genmipmap.h C xenocara/lib/mesa/src/mesa/main/get.c U xenocara/lib/mesa/src/mesa/main/get.h U xenocara/lib/mesa/src/mesa/main/get_hash_generator.py C xenocara/lib/mesa/src/mesa/main/get_hash_params.py C xenocara/lib/mesa/src/mesa/main/getstring.c C xenocara/lib/mesa/src/mesa/main/glformats.c U xenocara/lib/mesa/src/mesa/main/glformats.h U xenocara/lib/mesa/src/mesa/main/glheader.h U xenocara/lib/mesa/src/mesa/main/hash.c U xenocara/lib/mesa/src/mesa/main/glspirv.c U xenocara/lib/mesa/src/mesa/main/glspirv.h U xenocara/lib/mesa/src/mesa/main/glthread.c U xenocara/lib/mesa/src/mesa/main/glthread.h U xenocara/lib/mesa/src/mesa/main/hash.h U xenocara/lib/mesa/src/mesa/main/hint.c U xenocara/lib/mesa/src/mesa/main/hint.h U xenocara/lib/mesa/src/mesa/main/histogram.c U xenocara/lib/mesa/src/mesa/main/histogram.h U xenocara/lib/mesa/src/mesa/main/image.c U xenocara/lib/mesa/src/mesa/main/image.h C xenocara/lib/mesa/src/mesa/main/imports.c C xenocara/lib/mesa/src/mesa/main/imports.h U xenocara/lib/mesa/src/mesa/main/light.c U xenocara/lib/mesa/src/mesa/main/light.h U xenocara/lib/mesa/src/mesa/main/lines.c U xenocara/lib/mesa/src/mesa/main/lines.h U xenocara/lib/mesa/src/mesa/main/macros.h C xenocara/lib/mesa/src/mesa/main/marshal.c U xenocara/lib/mesa/src/mesa/main/marshal.h U xenocara/lib/mesa/src/mesa/main/matrix.c U xenocara/lib/mesa/src/mesa/main/matrix.h U xenocara/lib/mesa/src/mesa/main/menums.h U xenocara/lib/mesa/src/mesa/main/meson.build U xenocara/lib/mesa/src/mesa/main/mipmap.c U xenocara/lib/mesa/src/mesa/main/mipmap.h U xenocara/lib/mesa/src/mesa/main/mm.c U xenocara/lib/mesa/src/mesa/main/mm.h C xenocara/lib/mesa/src/mesa/main/mtypes.h U xenocara/lib/mesa/src/mesa/main/multisample.c U xenocara/lib/mesa/src/mesa/main/multisample.h U xenocara/lib/mesa/src/mesa/main/objectlabel.c U xenocara/lib/mesa/src/mesa/main/objectlabel.h U xenocara/lib/mesa/src/mesa/main/objectpurge.c U xenocara/lib/mesa/src/mesa/main/objectpurge.h U xenocara/lib/mesa/src/mesa/main/pack.c U xenocara/lib/mesa/src/mesa/main/pack.h U xenocara/lib/mesa/src/mesa/main/pbo.c U xenocara/lib/mesa/src/mesa/main/pbo.h U xenocara/lib/mesa/src/mesa/main/performance_monitor.c U xenocara/lib/mesa/src/mesa/main/performance_monitor.h C xenocara/lib/mesa/src/mesa/main/performance_query.c U xenocara/lib/mesa/src/mesa/main/performance_query.h C xenocara/lib/mesa/src/mesa/main/pipelineobj.c U xenocara/lib/mesa/src/mesa/main/pipelineobj.h U xenocara/lib/mesa/src/mesa/main/pixel.c U xenocara/lib/mesa/src/mesa/main/pixel.h U xenocara/lib/mesa/src/mesa/main/pixelstore.c U xenocara/lib/mesa/src/mesa/main/pixelstore.h U xenocara/lib/mesa/src/mesa/main/points.c U xenocara/lib/mesa/src/mesa/main/pixeltransfer.c U xenocara/lib/mesa/src/mesa/main/pixeltransfer.h U xenocara/lib/mesa/src/mesa/main/points.h U xenocara/lib/mesa/src/mesa/main/polygon.c U xenocara/lib/mesa/src/mesa/main/polygon.h U xenocara/lib/mesa/src/mesa/main/program_binary.c U xenocara/lib/mesa/src/mesa/main/program_binary.h C xenocara/lib/mesa/src/mesa/main/program_resource.c U xenocara/lib/mesa/src/mesa/main/program_resource.h U xenocara/lib/mesa/src/mesa/main/querymatrix.c U xenocara/lib/mesa/src/mesa/main/querymatrix.h C xenocara/lib/mesa/src/mesa/main/queryobj.c C xenocara/lib/mesa/src/mesa/main/queryobj.h U xenocara/lib/mesa/src/mesa/main/rastpos.c U xenocara/lib/mesa/src/mesa/main/rastpos.h U xenocara/lib/mesa/src/mesa/main/readpix.c U xenocara/lib/mesa/src/mesa/main/readpix.h U xenocara/lib/mesa/src/mesa/main/remap.c U xenocara/lib/mesa/src/mesa/main/remap.h U xenocara/lib/mesa/src/mesa/main/renderbuffer.c U xenocara/lib/mesa/src/mesa/main/renderbuffer.h U xenocara/lib/mesa/src/mesa/main/robustness.c U xenocara/lib/mesa/src/mesa/main/scissor.c U xenocara/lib/mesa/src/mesa/main/samplerobj.c U xenocara/lib/mesa/src/mesa/main/samplerobj.h U xenocara/lib/mesa/src/mesa/main/scissor.h C xenocara/lib/mesa/src/mesa/main/shader_query.cpp C xenocara/lib/mesa/src/mesa/main/shaderapi.c C xenocara/lib/mesa/src/mesa/main/shaderapi.h C xenocara/lib/mesa/src/mesa/main/shaderimage.c C xenocara/lib/mesa/src/mesa/main/shaderimage.h U xenocara/lib/mesa/src/mesa/main/shaderobj.c U xenocara/lib/mesa/src/mesa/main/shaderobj.h U xenocara/lib/mesa/src/mesa/main/shared.c U xenocara/lib/mesa/src/mesa/main/shared.h N xenocara/lib/mesa/src/mesa/main/spirv_extensions.c N xenocara/lib/mesa/src/mesa/main/spirv_extensions.h U xenocara/lib/mesa/src/mesa/main/sse_minmax.c U xenocara/lib/mesa/src/mesa/main/sse_minmax.h C xenocara/lib/mesa/src/mesa/main/state.c C xenocara/lib/mesa/src/mesa/main/state.h U xenocara/lib/mesa/src/mesa/main/stencil.c U xenocara/lib/mesa/src/mesa/main/stencil.h U xenocara/lib/mesa/src/mesa/main/syncobj.c U xenocara/lib/mesa/src/mesa/main/streaming-load-memcpy.c U xenocara/lib/mesa/src/mesa/main/streaming-load-memcpy.h U xenocara/lib/mesa/src/mesa/main/syncobj.h C xenocara/lib/mesa/src/mesa/main/texcompress.c U xenocara/lib/mesa/src/mesa/main/texcompress.h U xenocara/lib/mesa/src/mesa/main/texcompress_astc.cpp U xenocara/lib/mesa/src/mesa/main/texcompress_astc.h U xenocara/lib/mesa/src/mesa/main/texcompress_bptc.c U xenocara/lib/mesa/src/mesa/main/texcompress_bptc.h U xenocara/lib/mesa/src/mesa/main/texcompress_bptc_tmp.h U xenocara/lib/mesa/src/mesa/main/texcompress_cpal.c U xenocara/lib/mesa/src/mesa/main/texcompress_cpal.h U xenocara/lib/mesa/src/mesa/main/texcompress_etc.c U xenocara/lib/mesa/src/mesa/main/texcompress_etc.h U xenocara/lib/mesa/src/mesa/main/texcompress_etc_tmp.h U xenocara/lib/mesa/src/mesa/main/texcompress_fxt1.c U xenocara/lib/mesa/src/mesa/main/texcompress_fxt1.h U xenocara/lib/mesa/src/mesa/main/texcompress_rgtc.c U xenocara/lib/mesa/src/mesa/main/texcompress_rgtc.h U xenocara/lib/mesa/src/mesa/main/texcompress_s3tc.c U xenocara/lib/mesa/src/mesa/main/texcompress_s3tc.h U xenocara/lib/mesa/src/mesa/main/texcompress_s3tc_tmp.h C xenocara/lib/mesa/src/mesa/main/texenv.c U xenocara/lib/mesa/src/mesa/main/texenv.h U xenocara/lib/mesa/src/mesa/main/texenvprogram.h U xenocara/lib/mesa/src/mesa/main/texformat.c U xenocara/lib/mesa/src/mesa/main/texformat.h C xenocara/lib/mesa/src/mesa/main/texgen.c U xenocara/lib/mesa/src/mesa/main/texgen.h C xenocara/lib/mesa/src/mesa/main/texgetimage.c U xenocara/lib/mesa/src/mesa/main/texgetimage.h C xenocara/lib/mesa/src/mesa/main/teximage.c C xenocara/lib/mesa/src/mesa/main/teximage.h C xenocara/lib/mesa/src/mesa/main/texobj.c C xenocara/lib/mesa/src/mesa/main/texobj.h C xenocara/lib/mesa/src/mesa/main/texparam.c U xenocara/lib/mesa/src/mesa/main/texparam.h U xenocara/lib/mesa/src/mesa/main/texstate.c C xenocara/lib/mesa/src/mesa/main/texstate.h U xenocara/lib/mesa/src/mesa/main/texstorage.c U xenocara/lib/mesa/src/mesa/main/texstore.c U xenocara/lib/mesa/src/mesa/main/texstorage.h U xenocara/lib/mesa/src/mesa/main/texstore.h U xenocara/lib/mesa/src/mesa/main/texturebindless.c U xenocara/lib/mesa/src/mesa/main/texturebindless.h C xenocara/lib/mesa/src/mesa/main/textureview.c U xenocara/lib/mesa/src/mesa/main/textureview.h C xenocara/lib/mesa/src/mesa/main/transformfeedback.c C xenocara/lib/mesa/src/mesa/main/transformfeedback.h U xenocara/lib/mesa/src/mesa/main/uniform_query.cpp C xenocara/lib/mesa/src/mesa/main/uniforms.c U xenocara/lib/mesa/src/mesa/main/uniforms.h C xenocara/lib/mesa/src/mesa/main/varray.c C xenocara/lib/mesa/src/mesa/main/varray.h U xenocara/lib/mesa/src/mesa/main/vdpau.c U xenocara/lib/mesa/src/mesa/main/vdpau.h U xenocara/lib/mesa/src/mesa/main/version.c U xenocara/lib/mesa/src/mesa/main/version.h U xenocara/lib/mesa/src/mesa/main/viewport.c U xenocara/lib/mesa/src/mesa/main/viewport.h U xenocara/lib/mesa/src/mesa/main/vtxfmt.c U xenocara/lib/mesa/src/mesa/main/vtxfmt.h C xenocara/lib/mesa/src/mesa/main/tests/dispatch_sanity.cpp U xenocara/lib/mesa/src/mesa/main/tests/enum_strings.cpp U xenocara/lib/mesa/src/mesa/main/tests/mesa_extensions.cpp U xenocara/lib/mesa/src/mesa/main/tests/mesa_formats.cpp U xenocara/lib/mesa/src/mesa/main/tests/meson.build U xenocara/lib/mesa/src/mesa/main/tests/program_state_string.cpp U xenocara/lib/mesa/src/mesa/main/tests/stubs.cpp U xenocara/lib/mesa/src/mesa/math/m_clip_tmp.h U xenocara/lib/mesa/src/mesa/math/m_copy_tmp.h U xenocara/lib/mesa/src/mesa/math/m_debug.h U xenocara/lib/mesa/src/mesa/math/m_debug_clip.c U xenocara/lib/mesa/src/mesa/math/m_debug_norm.c U xenocara/lib/mesa/src/mesa/math/m_debug_util.h U xenocara/lib/mesa/src/mesa/math/m_debug_xform.c U xenocara/lib/mesa/src/mesa/math/m_dotprod_tmp.h U xenocara/lib/mesa/src/mesa/math/m_eval.c U xenocara/lib/mesa/src/mesa/math/m_eval.h U xenocara/lib/mesa/src/mesa/math/m_matrix.c U xenocara/lib/mesa/src/mesa/math/m_matrix.h U xenocara/lib/mesa/src/mesa/math/m_norm_tmp.h U xenocara/lib/mesa/src/mesa/math/m_trans_tmp.h U xenocara/lib/mesa/src/mesa/math/m_translate.c U xenocara/lib/mesa/src/mesa/math/m_translate.h U xenocara/lib/mesa/src/mesa/math/m_vector.c U xenocara/lib/mesa/src/mesa/math/m_vector.h N xenocara/lib/mesa/src/mesa/math/m_vector_asm.h U xenocara/lib/mesa/src/mesa/math/m_xform.c U xenocara/lib/mesa/src/mesa/math/m_xform.h U xenocara/lib/mesa/src/mesa/math/m_xform_tmp.h N xenocara/lib/mesa/src/mesa/program/Android.mk C xenocara/lib/mesa/src/mesa/program/arbprogparse.c U xenocara/lib/mesa/src/mesa/program/arbprogparse.h U xenocara/lib/mesa/src/mesa/program/dummy_errors.c C xenocara/lib/mesa/src/mesa/program/ir_to_mesa.cpp U xenocara/lib/mesa/src/mesa/program/ir_to_mesa.h U xenocara/lib/mesa/src/mesa/program/meson.build U xenocara/lib/mesa/src/mesa/program/prog_cache.c U xenocara/lib/mesa/src/mesa/program/prog_cache.h U xenocara/lib/mesa/src/mesa/program/prog_execute.c U xenocara/lib/mesa/src/mesa/program/prog_execute.h U xenocara/lib/mesa/src/mesa/program/prog_instruction.c U xenocara/lib/mesa/src/mesa/program/prog_instruction.h U xenocara/lib/mesa/src/mesa/program/prog_noise.c U xenocara/lib/mesa/src/mesa/program/prog_noise.h U xenocara/lib/mesa/src/mesa/program/prog_opt_constant_fold.c U xenocara/lib/mesa/src/mesa/program/prog_optimize.c U xenocara/lib/mesa/src/mesa/program/prog_optimize.h C xenocara/lib/mesa/src/mesa/program/prog_parameter.c C xenocara/lib/mesa/src/mesa/program/prog_parameter.h U xenocara/lib/mesa/src/mesa/program/prog_parameter_layout.c U xenocara/lib/mesa/src/mesa/program/prog_parameter_layout.h U xenocara/lib/mesa/src/mesa/program/prog_print.c U xenocara/lib/mesa/src/mesa/program/prog_print.h C xenocara/lib/mesa/src/mesa/program/prog_statevars.c U xenocara/lib/mesa/src/mesa/program/prog_statevars.h C xenocara/lib/mesa/src/mesa/program/prog_to_nir.c U xenocara/lib/mesa/src/mesa/program/prog_to_nir.h U xenocara/lib/mesa/src/mesa/program/program.c U xenocara/lib/mesa/src/mesa/program/program.h U xenocara/lib/mesa/src/mesa/program/program_lexer.l C xenocara/lib/mesa/src/mesa/program/program_parse.y U xenocara/lib/mesa/src/mesa/program/program_parse_extra.c U xenocara/lib/mesa/src/mesa/program/program_parser.h U xenocara/lib/mesa/src/mesa/program/programopt.c U xenocara/lib/mesa/src/mesa/program/programopt.h U xenocara/lib/mesa/src/mesa/program/symbol_table.c U xenocara/lib/mesa/src/mesa/program/symbol_table.h U xenocara/lib/mesa/src/mesa/sparc/norm.S U xenocara/lib/mesa/src/mesa/sparc/sparc.c U xenocara/lib/mesa/src/mesa/sparc/sparc.h U xenocara/lib/mesa/src/mesa/sparc/sparc_clip.S C xenocara/lib/mesa/src/mesa/sparc/sparc_matrix.h U xenocara/lib/mesa/src/mesa/sparc/xform.S U xenocara/lib/mesa/src/mesa/state_tracker/st_atifs_to_tgsi.c U xenocara/lib/mesa/src/mesa/state_tracker/st_atifs_to_tgsi.h C xenocara/lib/mesa/src/mesa/state_tracker/st_atom.c U xenocara/lib/mesa/src/mesa/state_tracker/st_atom.h C xenocara/lib/mesa/src/mesa/state_tracker/st_atom_array.c C xenocara/lib/mesa/src/mesa/state_tracker/st_atom_atomicbuf.c U xenocara/lib/mesa/src/mesa/state_tracker/st_atom_blend.c U xenocara/lib/mesa/src/mesa/state_tracker/st_atom_clip.c U xenocara/lib/mesa/src/mesa/state_tracker/st_atom_constbuf.c U xenocara/lib/mesa/src/mesa/state_tracker/st_atom_constbuf.h U xenocara/lib/mesa/src/mesa/state_tracker/st_atom_depth.c C xenocara/lib/mesa/src/mesa/state_tracker/st_atom_framebuffer.c U xenocara/lib/mesa/src/mesa/state_tracker/st_atom_image.c U xenocara/lib/mesa/src/mesa/state_tracker/st_atom_list.h C xenocara/lib/mesa/src/mesa/state_tracker/st_atom_msaa.c U xenocara/lib/mesa/src/mesa/state_tracker/st_atom_pixeltransfer.c C xenocara/lib/mesa/src/mesa/state_tracker/st_atom_rasterizer.c C xenocara/lib/mesa/src/mesa/state_tracker/st_atom_sampler.c C xenocara/lib/mesa/src/mesa/state_tracker/st_atom_scissor.c C xenocara/lib/mesa/src/mesa/state_tracker/st_atom_shader.c U xenocara/lib/mesa/src/mesa/state_tracker/st_atom_stipple.c C xenocara/lib/mesa/src/mesa/state_tracker/st_atom_storagebuf.c U xenocara/lib/mesa/src/mesa/state_tracker/st_atom_tess.c C xenocara/lib/mesa/src/mesa/state_tracker/st_atom_texture.c C xenocara/lib/mesa/src/mesa/state_tracker/st_atom_viewport.c C xenocara/lib/mesa/src/mesa/state_tracker/st_cb_bitmap.c U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_bitmap.h U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_bitmap_shader.c U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_blit.c U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_blit.h C xenocara/lib/mesa/src/mesa/state_tracker/st_cb_bufferobjects.c U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_bufferobjects.h C xenocara/lib/mesa/src/mesa/state_tracker/st_cb_clear.c U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_clear.h C xenocara/lib/mesa/src/mesa/state_tracker/st_cb_compute.c U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_compute.h U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_condrender.c U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_condrender.h U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_copyimage.c U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_copyimage.h C xenocara/lib/mesa/src/mesa/state_tracker/st_cb_drawpixels.c U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_drawpixels.h U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_drawpixels_shader.c C xenocara/lib/mesa/src/mesa/state_tracker/st_cb_drawtex.c U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_drawtex.h C xenocara/lib/mesa/src/mesa/state_tracker/st_cb_eglimage.c U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_eglimage.h C xenocara/lib/mesa/src/mesa/state_tracker/st_cb_fbo.c U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_fbo.h C xenocara/lib/mesa/src/mesa/state_tracker/st_cb_feedback.c U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_feedback.h U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_flush.c U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_flush.h U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_memoryobjects.c U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_memoryobjects.h U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_msaa.c U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_msaa.h C xenocara/lib/mesa/src/mesa/state_tracker/st_cb_perfmon.c U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_perfmon.h C xenocara/lib/mesa/src/mesa/state_tracker/st_cb_program.c U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_program.h C xenocara/lib/mesa/src/mesa/state_tracker/st_cb_queryobj.c U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_queryobj.h C xenocara/lib/mesa/src/mesa/state_tracker/st_cb_rasterpos.c U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_rasterpos.h C xenocara/lib/mesa/src/mesa/state_tracker/st_cb_readpixels.c U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_readpixels.h U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_semaphoreobjects.c U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_semaphoreobjects.h U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_strings.c U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_strings.h U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_syncobj.c U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_syncobj.h C xenocara/lib/mesa/src/mesa/state_tracker/st_cb_texture.c U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_texture.h C xenocara/lib/mesa/src/mesa/state_tracker/st_cb_texturebarrier.c U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_texturebarrier.h U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_viewport.c U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_viewport.h C xenocara/lib/mesa/src/mesa/state_tracker/st_cb_xformfb.c U xenocara/lib/mesa/src/mesa/state_tracker/st_cb_xformfb.h C xenocara/lib/mesa/src/mesa/state_tracker/st_context.c C xenocara/lib/mesa/src/mesa/state_tracker/st_context.h U xenocara/lib/mesa/src/mesa/state_tracker/st_copytex.c U xenocara/lib/mesa/src/mesa/state_tracker/st_copytex.h C xenocara/lib/mesa/src/mesa/state_tracker/st_debug.c U xenocara/lib/mesa/src/mesa/state_tracker/st_debug.h C xenocara/lib/mesa/src/mesa/state_tracker/st_draw.c U xenocara/lib/mesa/src/mesa/state_tracker/st_draw.h C xenocara/lib/mesa/src/mesa/state_tracker/st_draw_feedback.c C xenocara/lib/mesa/src/mesa/state_tracker/st_extensions.c U xenocara/lib/mesa/src/mesa/state_tracker/st_extensions.h C xenocara/lib/mesa/src/mesa/state_tracker/st_format.c U xenocara/lib/mesa/src/mesa/state_tracker/st_format.h C xenocara/lib/mesa/src/mesa/state_tracker/st_gen_mipmap.c U xenocara/lib/mesa/src/mesa/state_tracker/st_gen_mipmap.h U xenocara/lib/mesa/src/mesa/state_tracker/st_gl_api.h N xenocara/lib/mesa/src/mesa/state_tracker/st_glsl_to_ir.cpp N xenocara/lib/mesa/src/mesa/state_tracker/st_glsl_to_ir.h C xenocara/lib/mesa/src/mesa/state_tracker/st_glsl_to_nir.cpp C xenocara/lib/mesa/src/mesa/state_tracker/st_glsl_to_tgsi.cpp C xenocara/lib/mesa/src/mesa/state_tracker/st_glsl_to_tgsi.h U xenocara/lib/mesa/src/mesa/state_tracker/st_glsl_to_tgsi_array_merge.cpp U xenocara/lib/mesa/src/mesa/state_tracker/st_glsl_to_tgsi_array_merge.h U xenocara/lib/mesa/src/mesa/state_tracker/st_glsl_to_tgsi_private.cpp U xenocara/lib/mesa/src/mesa/state_tracker/st_glsl_to_tgsi_private.h U xenocara/lib/mesa/src/mesa/state_tracker/st_glsl_to_tgsi_temprename.cpp U xenocara/lib/mesa/src/mesa/state_tracker/st_glsl_to_tgsi_temprename.h C xenocara/lib/mesa/src/mesa/state_tracker/st_glsl_types.cpp U xenocara/lib/mesa/src/mesa/state_tracker/st_glsl_types.h C xenocara/lib/mesa/src/mesa/state_tracker/st_manager.c C xenocara/lib/mesa/src/mesa/state_tracker/st_manager.h U xenocara/lib/mesa/src/mesa/state_tracker/st_nir.h C xenocara/lib/mesa/src/mesa/state_tracker/st_mesa_to_tgsi.c U xenocara/lib/mesa/src/mesa/state_tracker/st_mesa_to_tgsi.h N xenocara/lib/mesa/src/mesa/state_tracker/st_nir_builtins.c U xenocara/lib/mesa/src/mesa/state_tracker/st_nir_lower_builtin.c U xenocara/lib/mesa/src/mesa/state_tracker/st_nir_lower_tex_src_plane.c C xenocara/lib/mesa/src/mesa/state_tracker/st_pbo.c U xenocara/lib/mesa/src/mesa/state_tracker/st_pbo.h C xenocara/lib/mesa/src/mesa/state_tracker/st_program.c C xenocara/lib/mesa/src/mesa/state_tracker/st_program.h C xenocara/lib/mesa/src/mesa/state_tracker/st_sampler_view.c C xenocara/lib/mesa/src/mesa/state_tracker/st_sampler_view.h U xenocara/lib/mesa/src/mesa/state_tracker/st_scissor.c U xenocara/lib/mesa/src/mesa/state_tracker/st_scissor.h C xenocara/lib/mesa/src/mesa/state_tracker/st_shader_cache.c U xenocara/lib/mesa/src/mesa/state_tracker/st_shader_cache.h U xenocara/lib/mesa/src/mesa/state_tracker/st_texture.c C xenocara/lib/mesa/src/mesa/state_tracker/st_texture.h N xenocara/lib/mesa/src/mesa/state_tracker/st_tgsi_lower_depth_clamp.c N xenocara/lib/mesa/src/mesa/state_tracker/st_util.h N xenocara/lib/mesa/src/mesa/state_tracker/st_tgsi_lower_depth_clamp.h U xenocara/lib/mesa/src/mesa/state_tracker/st_tgsi_lower_yuv.c U xenocara/lib/mesa/src/mesa/state_tracker/st_tgsi_lower_yuv.h U xenocara/lib/mesa/src/mesa/state_tracker/st_vdpau.c U xenocara/lib/mesa/src/mesa/state_tracker/st_vdpau.h U xenocara/lib/mesa/src/mesa/state_tracker/tests/meson.build N xenocara/lib/mesa/src/mesa/state_tracker/tests/st_format.c U xenocara/lib/mesa/src/mesa/state_tracker/tests/st_tests_common.cpp U xenocara/lib/mesa/src/mesa/state_tracker/tests/st_tests_common.h U xenocara/lib/mesa/src/mesa/state_tracker/tests/test_glsl_to_tgsi_array_merge.cpp U xenocara/lib/mesa/src/mesa/state_tracker/tests/test_glsl_to_tgsi_lifetime.cpp U xenocara/lib/mesa/src/mesa/swrast/NOTES U xenocara/lib/mesa/src/mesa/swrast/s_aaline.c U xenocara/lib/mesa/src/mesa/swrast/s_aaline.h U xenocara/lib/mesa/src/mesa/swrast/s_aalinetemp.h U xenocara/lib/mesa/src/mesa/swrast/s_aatriangle.c U xenocara/lib/mesa/src/mesa/swrast/s_aatriangle.h U xenocara/lib/mesa/src/mesa/swrast/s_aatritemp.h U xenocara/lib/mesa/src/mesa/swrast/s_alpha.c U xenocara/lib/mesa/src/mesa/swrast/s_alpha.h U xenocara/lib/mesa/src/mesa/swrast/s_atifragshader.c U xenocara/lib/mesa/src/mesa/swrast/s_atifragshader.h U xenocara/lib/mesa/src/mesa/swrast/s_bitmap.c U xenocara/lib/mesa/src/mesa/swrast/s_blend.c U xenocara/lib/mesa/src/mesa/swrast/s_blend.h U xenocara/lib/mesa/src/mesa/swrast/s_blit.c U xenocara/lib/mesa/src/mesa/swrast/s_chan.h U xenocara/lib/mesa/src/mesa/swrast/s_clear.c C xenocara/lib/mesa/src/mesa/swrast/s_context.c U xenocara/lib/mesa/src/mesa/swrast/s_context.h U xenocara/lib/mesa/src/mesa/swrast/s_copypix.c U xenocara/lib/mesa/src/mesa/swrast/s_depth.c U xenocara/lib/mesa/src/mesa/swrast/s_depth.h U xenocara/lib/mesa/src/mesa/swrast/s_drawpix.c U xenocara/lib/mesa/src/mesa/swrast/s_feedback.c U xenocara/lib/mesa/src/mesa/swrast/s_feedback.h U xenocara/lib/mesa/src/mesa/swrast/s_fog.c U xenocara/lib/mesa/src/mesa/swrast/s_fog.h C xenocara/lib/mesa/src/mesa/swrast/s_fragprog.c U xenocara/lib/mesa/src/mesa/swrast/s_fragprog.h U xenocara/lib/mesa/src/mesa/swrast/s_lines.c U xenocara/lib/mesa/src/mesa/swrast/s_lines.h U xenocara/lib/mesa/src/mesa/swrast/s_linetemp.h U xenocara/lib/mesa/src/mesa/swrast/s_logic.c U xenocara/lib/mesa/src/mesa/swrast/s_logic.h U xenocara/lib/mesa/src/mesa/swrast/s_masking.c U xenocara/lib/mesa/src/mesa/swrast/s_masking.h U xenocara/lib/mesa/src/mesa/swrast/s_points.c U xenocara/lib/mesa/src/mesa/swrast/s_points.h U xenocara/lib/mesa/src/mesa/swrast/s_renderbuffer.c U xenocara/lib/mesa/src/mesa/swrast/s_renderbuffer.h C xenocara/lib/mesa/src/mesa/swrast/s_span.c U xenocara/lib/mesa/src/mesa/swrast/s_span.h U xenocara/lib/mesa/src/mesa/swrast/s_stencil.c U xenocara/lib/mesa/src/mesa/swrast/s_stencil.h U xenocara/lib/mesa/src/mesa/swrast/s_texcombine.c U xenocara/lib/mesa/src/mesa/swrast/s_texture.c U xenocara/lib/mesa/src/mesa/swrast/s_texcombine.h U xenocara/lib/mesa/src/mesa/swrast/s_texfetch.c U xenocara/lib/mesa/src/mesa/swrast/s_texfetch.h U xenocara/lib/mesa/src/mesa/swrast/s_texfetch_tmp.h U xenocara/lib/mesa/src/mesa/swrast/s_texfilter.c U xenocara/lib/mesa/src/mesa/swrast/s_texfilter.h U xenocara/lib/mesa/src/mesa/swrast/s_texrender.c U xenocara/lib/mesa/src/mesa/swrast/s_triangle.c U xenocara/lib/mesa/src/mesa/swrast/s_triangle.h U xenocara/lib/mesa/src/mesa/swrast/s_tritemp.h U xenocara/lib/mesa/src/mesa/swrast/s_zoom.c U xenocara/lib/mesa/src/mesa/swrast/s_zoom.h U xenocara/lib/mesa/src/mesa/swrast/swrast.h U xenocara/lib/mesa/src/mesa/swrast_setup/NOTES U xenocara/lib/mesa/src/mesa/swrast_setup/ss_context.c U xenocara/lib/mesa/src/mesa/swrast_setup/ss_context.h U xenocara/lib/mesa/src/mesa/swrast_setup/ss_triangle.c U xenocara/lib/mesa/src/mesa/swrast_setup/ss_triangle.h U xenocara/lib/mesa/src/mesa/swrast_setup/ss_tritmp.h U xenocara/lib/mesa/src/mesa/swrast_setup/ss_vb.h U xenocara/lib/mesa/src/mesa/swrast_setup/swrast_setup.h U xenocara/lib/mesa/src/mesa/tnl/NOTES U xenocara/lib/mesa/src/mesa/tnl/t_context.c U xenocara/lib/mesa/src/mesa/tnl/t_context.h U xenocara/lib/mesa/src/mesa/tnl/t_draw.c U xenocara/lib/mesa/src/mesa/tnl/t_pipeline.c U xenocara/lib/mesa/src/mesa/tnl/t_pipeline.h U xenocara/lib/mesa/src/mesa/tnl/t_rebase.c U xenocara/lib/mesa/src/mesa/tnl/t_rebase.h U xenocara/lib/mesa/src/mesa/tnl/t_split.c U xenocara/lib/mesa/src/mesa/tnl/t_split.h U xenocara/lib/mesa/src/mesa/tnl/t_split_copy.c U xenocara/lib/mesa/src/mesa/tnl/t_split_inplace.c U xenocara/lib/mesa/src/mesa/tnl/t_vb_cliptmp.h U xenocara/lib/mesa/src/mesa/tnl/t_vb_fog.c U xenocara/lib/mesa/src/mesa/tnl/t_vb_light.c U xenocara/lib/mesa/src/mesa/tnl/t_vb_lighttmp.h U xenocara/lib/mesa/src/mesa/tnl/t_vb_normals.c U xenocara/lib/mesa/src/mesa/tnl/t_vb_points.c U xenocara/lib/mesa/src/mesa/tnl/t_vb_program.c U xenocara/lib/mesa/src/mesa/tnl/t_vb_render.c U xenocara/lib/mesa/src/mesa/tnl/t_vb_rendertmp.h U xenocara/lib/mesa/src/mesa/tnl/tnl.h U xenocara/lib/mesa/src/mesa/tnl/t_vb_texgen.c U xenocara/lib/mesa/src/mesa/tnl/t_vb_texmat.c U xenocara/lib/mesa/src/mesa/tnl/t_vb_vertex.c U xenocara/lib/mesa/src/mesa/tnl/t_vertex.c U xenocara/lib/mesa/src/mesa/tnl/t_vertex.h U xenocara/lib/mesa/src/mesa/tnl/t_vertex_generic.c U xenocara/lib/mesa/src/mesa/tnl/t_vertex_sse.c U xenocara/lib/mesa/src/mesa/tnl/t_vp_build.c U xenocara/lib/mesa/src/mesa/tnl/t_vp_build.h U xenocara/lib/mesa/src/mesa/tnl_dd/t_dd_dmatmp.h U xenocara/lib/mesa/src/mesa/tnl_dd/t_dd_dmatmp2.h U xenocara/lib/mesa/src/mesa/tnl_dd/t_dd_triemit.h U xenocara/lib/mesa/src/mesa/tnl_dd/t_dd_tritmp.h U xenocara/lib/mesa/src/mesa/tnl_dd/t_dd_unfilled.h U xenocara/lib/mesa/src/mesa/tnl_dd/t_dd_vertex.h U xenocara/lib/mesa/src/mesa/vbo/vbo.h U xenocara/lib/mesa/src/mesa/vbo/vbo_attrib.h C xenocara/lib/mesa/src/mesa/vbo/vbo_attrib_tmp.h C xenocara/lib/mesa/src/mesa/vbo/vbo_context.c C xenocara/lib/mesa/src/mesa/vbo/vbo_exec.c C xenocara/lib/mesa/src/mesa/vbo/vbo_exec.h C xenocara/lib/mesa/src/mesa/vbo/vbo_exec_api.c C xenocara/lib/mesa/src/mesa/vbo/vbo_exec_draw.c U xenocara/lib/mesa/src/mesa/vbo/vbo_exec_eval.c U xenocara/lib/mesa/src/mesa/vbo/vbo_minmax_index.c U xenocara/lib/mesa/src/mesa/vbo/vbo_noop.c U xenocara/lib/mesa/src/mesa/vbo/vbo_noop.h U xenocara/lib/mesa/src/mesa/vbo/vbo_primitive_restart.c U xenocara/lib/mesa/src/mesa/vbo/vbo_private.h U xenocara/lib/mesa/src/mesa/vbo/vbo_save.c U xenocara/lib/mesa/src/mesa/vbo/vbo_save.h C xenocara/lib/mesa/src/mesa/vbo/vbo_save_api.c U xenocara/lib/mesa/src/mesa/vbo/vbo_save_draw.c U xenocara/lib/mesa/src/mesa/vbo/vbo_save_loopback.c U xenocara/lib/mesa/src/mesa/x86-64/x86-64.c U xenocara/lib/mesa/src/mesa/x86-64/x86-64.h U xenocara/lib/mesa/src/mesa/x86-64/xform4.S U xenocara/lib/mesa/src/mesa/x86/3dnow.c U xenocara/lib/mesa/src/mesa/x86/3dnow.h U xenocara/lib/mesa/src/mesa/x86/3dnow_xform1.S U xenocara/lib/mesa/src/mesa/x86/3dnow_xform2.S U xenocara/lib/mesa/src/mesa/x86/3dnow_xform3.S U xenocara/lib/mesa/src/mesa/x86/3dnow_xform4.S U xenocara/lib/mesa/src/mesa/x86/assyntax.h U xenocara/lib/mesa/src/mesa/x86/clip_args.h U xenocara/lib/mesa/src/mesa/x86/common_x86.c U xenocara/lib/mesa/src/mesa/x86/common_x86_asm.S U xenocara/lib/mesa/src/mesa/x86/common_x86_asm.h U xenocara/lib/mesa/src/mesa/x86/common_x86_features.h U xenocara/lib/mesa/src/mesa/x86/mmx.h C xenocara/lib/mesa/src/mesa/x86/mmx_blend.S U xenocara/lib/mesa/src/mesa/x86/mmx_blendtmp.h U xenocara/lib/mesa/src/mesa/x86/norm_args.h C xenocara/lib/mesa/src/mesa/x86/read_rgba_span_x86.S U xenocara/lib/mesa/src/mesa/x86/sse.c U xenocara/lib/mesa/src/mesa/x86/sse.h U xenocara/lib/mesa/src/mesa/x86/sse_normal.S U xenocara/lib/mesa/src/mesa/x86/sse_xform1.S U xenocara/lib/mesa/src/mesa/x86/sse_xform2.S U xenocara/lib/mesa/src/mesa/x86/sse_xform3.S U xenocara/lib/mesa/src/mesa/x86/sse_xform4.S U xenocara/lib/mesa/src/mesa/x86/x86_cliptest.S U xenocara/lib/mesa/src/mesa/x86/x86_xform.c U xenocara/lib/mesa/src/mesa/x86/x86_xform.h U xenocara/lib/mesa/src/mesa/x86/x86_xform2.S U xenocara/lib/mesa/src/mesa/x86/x86_xform3.S U xenocara/lib/mesa/src/mesa/x86/x86_xform4.S U xenocara/lib/mesa/src/mesa/x86/xform_args.h U xenocara/lib/mesa/src/mesa/x86/rtasm/x86sse.c U xenocara/lib/mesa/src/mesa/x86/rtasm/x86sse.h N xenocara/lib/mesa/src/panfrost/Android.mk N xenocara/lib/mesa/src/panfrost/Android.shared.mk N xenocara/lib/mesa/src/panfrost/Makefile.sources N xenocara/lib/mesa/src/panfrost/meson.build N xenocara/lib/mesa/src/panfrost/bifrost/bifrost.h N xenocara/lib/mesa/src/panfrost/bifrost/bifrost_compile.c N xenocara/lib/mesa/src/panfrost/bifrost/bifrost_compile.h N xenocara/lib/mesa/src/panfrost/bifrost/bifrost_ops.h N xenocara/lib/mesa/src/panfrost/bifrost/bifrost_opts.c N xenocara/lib/mesa/src/panfrost/bifrost/bifrost_opts.h N xenocara/lib/mesa/src/panfrost/bifrost/bifrost_print.c N xenocara/lib/mesa/src/panfrost/bifrost/bifrost_print.h N xenocara/lib/mesa/src/panfrost/bifrost/bifrost_sched.c N xenocara/lib/mesa/src/panfrost/bifrost/bifrost_sched.h N xenocara/lib/mesa/src/panfrost/bifrost/cmdline.c N xenocara/lib/mesa/src/panfrost/bifrost/compiler_defines.h N xenocara/lib/mesa/src/panfrost/bifrost/disassemble.c N xenocara/lib/mesa/src/panfrost/bifrost/disassemble.h N xenocara/lib/mesa/src/panfrost/bifrost/meson.build N xenocara/lib/mesa/src/panfrost/include/panfrost-job.h N xenocara/lib/mesa/src/panfrost/include/panfrost-misc.h N xenocara/lib/mesa/src/panfrost/midgard/compiler.h N xenocara/lib/mesa/src/panfrost/midgard/cppwrap.cpp N xenocara/lib/mesa/src/panfrost/midgard/disassemble.c N xenocara/lib/mesa/src/panfrost/midgard/disassemble.h N xenocara/lib/mesa/src/panfrost/midgard/helpers.h N xenocara/lib/mesa/src/panfrost/midgard/meson.build N xenocara/lib/mesa/src/panfrost/midgard/midgard-parse.h N xenocara/lib/mesa/src/panfrost/midgard/midgard.h N xenocara/lib/mesa/src/panfrost/midgard/midgard_compile.c N xenocara/lib/mesa/src/panfrost/midgard/midgard_compile.h N xenocara/lib/mesa/src/panfrost/midgard/midgard_derivatives.c N xenocara/lib/mesa/src/panfrost/midgard/midgard_emit.c N xenocara/lib/mesa/src/panfrost/midgard/midgard_liveness.c N xenocara/lib/mesa/src/panfrost/midgard/midgard_nir.h N xenocara/lib/mesa/src/panfrost/midgard/midgard_nir_algebraic.py N xenocara/lib/mesa/src/panfrost/midgard/midgard_ops.c N xenocara/lib/mesa/src/panfrost/midgard/midgard_ops.h N xenocara/lib/mesa/src/panfrost/midgard/midgard_opt_copy_prop.c N xenocara/lib/mesa/src/panfrost/midgard/midgard_print.c N xenocara/lib/mesa/src/panfrost/midgard/midgard_opt_dce.c N xenocara/lib/mesa/src/panfrost/midgard/midgard_opt_invert.c N xenocara/lib/mesa/src/panfrost/midgard/midgard_opt_perspective.c N xenocara/lib/mesa/src/panfrost/midgard/midgard_ra.c N xenocara/lib/mesa/src/panfrost/midgard/midgard_ra_pipeline.c N xenocara/lib/mesa/src/panfrost/midgard/midgard_schedule.c N xenocara/lib/mesa/src/panfrost/midgard/mir.c N xenocara/lib/mesa/src/panfrost/midgard/mir_promote_uniforms.c N xenocara/lib/mesa/src/panfrost/pandecode/common.c N xenocara/lib/mesa/src/panfrost/pandecode/decode.c N xenocara/lib/mesa/src/panfrost/pandecode/decode.h N xenocara/lib/mesa/src/panfrost/pandecode/meson.build N xenocara/lib/mesa/src/panfrost/pandecode/pan_pretty_print.c N xenocara/lib/mesa/src/panfrost/pandecode/pan_pretty_print.h N xenocara/lib/mesa/src/panfrost/pandecode/public.h N xenocara/lib/mesa/src/panfrost/shared/meson.build N xenocara/lib/mesa/src/panfrost/shared/pan_tiling.c N xenocara/lib/mesa/src/panfrost/shared/pan_tiling.h U xenocara/lib/mesa/src/util/00-mesa-defaults.conf N xenocara/lib/mesa/src/util/Android.mk C xenocara/lib/mesa/src/util/Makefile.sources U xenocara/lib/mesa/src/util/SConscript N xenocara/lib/mesa/src/util/anon_file.c N xenocara/lib/mesa/src/util/anon_file.h U xenocara/lib/mesa/src/util/bigmath.h U xenocara/lib/mesa/src/util/bitscan.c U xenocara/lib/mesa/src/util/bitscan.h U xenocara/lib/mesa/src/util/bitset.h N xenocara/lib/mesa/src/util/bitset_test.cpp U xenocara/lib/mesa/src/util/build_id.c C xenocara/lib/mesa/src/util/build_id.h U xenocara/lib/mesa/src/util/crc32.c U xenocara/lib/mesa/src/util/crc32.h N xenocara/lib/mesa/src/util/dag.c N xenocara/lib/mesa/src/util/dag.h U xenocara/lib/mesa/src/util/debug.c U xenocara/lib/mesa/src/util/debug.h N xenocara/lib/mesa/src/util/detect_os.h C xenocara/lib/mesa/src/util/disk_cache.c U xenocara/lib/mesa/src/util/disk_cache.h U xenocara/lib/mesa/src/util/format_r11g11b10f.h U xenocara/lib/mesa/src/util/fast_idiv_by_const.c U xenocara/lib/mesa/src/util/fast_idiv_by_const.h N xenocara/lib/mesa/src/util/fast_urem_by_const.h U xenocara/lib/mesa/src/util/format_rgb9e5.h U xenocara/lib/mesa/src/util/format_srgb.h U xenocara/lib/mesa/src/util/format_srgb.py C xenocara/lib/mesa/src/util/futex.h U xenocara/lib/mesa/src/util/half_float.c U xenocara/lib/mesa/src/util/half_float.h C xenocara/lib/mesa/src/util/hash_table.c C xenocara/lib/mesa/src/util/hash_table.h C xenocara/lib/mesa/src/util/list.h C xenocara/lib/mesa/src/util/macros.h U xenocara/lib/mesa/src/util/merge_driinfo.py U xenocara/lib/mesa/src/util/mesa-sha1.c U xenocara/lib/mesa/src/util/mesa-sha1.h U xenocara/lib/mesa/src/util/mesa-sha1_test.c U xenocara/lib/mesa/src/util/meson.build N xenocara/lib/mesa/src/util/os_file.c N xenocara/lib/mesa/src/util/os_file.h U xenocara/lib/mesa/src/util/os_memory.h U xenocara/lib/mesa/src/util/os_misc.c U xenocara/lib/mesa/src/util/os_memory_aligned.h U xenocara/lib/mesa/src/util/os_memory_debug.h U xenocara/lib/mesa/src/util/os_memory_stdc.h U xenocara/lib/mesa/src/util/os_misc.h U xenocara/lib/mesa/src/util/os_time.c U xenocara/lib/mesa/src/util/os_time.h C xenocara/lib/mesa/src/util/ralloc.c C xenocara/lib/mesa/src/util/ralloc.h U xenocara/lib/mesa/src/util/rand_xor.c U xenocara/lib/mesa/src/util/rand_xor.h U xenocara/lib/mesa/src/util/rb_tree.c U xenocara/lib/mesa/src/util/rb_tree.h U xenocara/lib/mesa/src/util/register_allocate.c C xenocara/lib/mesa/src/util/register_allocate.h U xenocara/lib/mesa/src/util/rgtc.c U xenocara/lib/mesa/src/util/rgtc.h U xenocara/lib/mesa/src/util/roundeven_test.c U xenocara/lib/mesa/src/util/rounding.h C xenocara/lib/mesa/src/util/set.c U xenocara/lib/mesa/src/util/set.h U xenocara/lib/mesa/src/util/simple_list.h U xenocara/lib/mesa/src/util/simple_mtx.h C xenocara/lib/mesa/src/util/slab.c U xenocara/lib/mesa/src/util/slab.h U xenocara/lib/mesa/src/util/string_buffer.c U xenocara/lib/mesa/src/util/string_buffer.h U xenocara/lib/mesa/src/util/strndup.h U xenocara/lib/mesa/src/util/strtod.c U xenocara/lib/mesa/src/util/strtod.h U xenocara/lib/mesa/src/util/texcompress_rgtc_tmp.h N xenocara/lib/mesa/src/util/timespec.h U xenocara/lib/mesa/src/util/u_atomic.c C xenocara/lib/mesa/src/util/u_atomic.h U xenocara/lib/mesa/src/util/u_atomic_test.c U xenocara/lib/mesa/src/util/u_cpu_detect.c U xenocara/lib/mesa/src/util/u_cpu_detect.h U xenocara/lib/mesa/src/util/u_debug.c U xenocara/lib/mesa/src/util/u_debug.h N xenocara/lib/mesa/src/util/u_drm.h C xenocara/lib/mesa/src/util/u_dynarray.h U xenocara/lib/mesa/src/util/u_endian.h U xenocara/lib/mesa/src/util/u_math.c U xenocara/lib/mesa/src/util/u_math.h U xenocara/lib/mesa/src/util/u_memory.h U xenocara/lib/mesa/src/util/u_process.c U xenocara/lib/mesa/src/util/u_process.h C xenocara/lib/mesa/src/util/u_queue.c C xenocara/lib/mesa/src/util/u_queue.h C xenocara/lib/mesa/src/util/u_string.h C xenocara/lib/mesa/src/util/u_thread.h U xenocara/lib/mesa/src/util/u_vector.c C xenocara/lib/mesa/src/util/u_vector.h U xenocara/lib/mesa/src/util/vma.c U xenocara/lib/mesa/src/util/vma.h C xenocara/lib/mesa/src/util/xmlconfig.c U xenocara/lib/mesa/src/util/xmlconfig.h U xenocara/lib/mesa/src/util/xmlpool.h U xenocara/lib/mesa/src/util/sha1/README U xenocara/lib/mesa/src/util/sha1/sha1.c U xenocara/lib/mesa/src/util/sha1/sha1.h U xenocara/lib/mesa/src/util/tests/fast_idiv_by_const/fast_idiv_by_const_test.cpp U xenocara/lib/mesa/src/util/tests/fast_idiv_by_const/meson.build N xenocara/lib/mesa/src/util/tests/fast_urem_by_const/fast_urem_by_const_test.cpp N xenocara/lib/mesa/src/util/tests/fast_urem_by_const/meson.build U xenocara/lib/mesa/src/util/tests/hash_table/clear.c U xenocara/lib/mesa/src/util/tests/hash_table/collision.c U xenocara/lib/mesa/src/util/tests/hash_table/delete_and_lookup.c U xenocara/lib/mesa/src/util/tests/hash_table/delete_management.c U xenocara/lib/mesa/src/util/tests/hash_table/destroy_callback.c U xenocara/lib/mesa/src/util/tests/hash_table/insert_and_lookup.c U xenocara/lib/mesa/src/util/tests/hash_table/insert_many.c U xenocara/lib/mesa/src/util/tests/hash_table/meson.build U xenocara/lib/mesa/src/util/tests/hash_table/null_destroy.c U xenocara/lib/mesa/src/util/tests/hash_table/random_entry.c U xenocara/lib/mesa/src/util/tests/hash_table/remove_key.c U xenocara/lib/mesa/src/util/tests/hash_table/remove_null.c U xenocara/lib/mesa/src/util/tests/hash_table/replacement.c U xenocara/lib/mesa/src/util/tests/set/meson.build U xenocara/lib/mesa/src/util/tests/set/set_test.cpp U xenocara/lib/mesa/src/util/tests/string_buffer/meson.build U xenocara/lib/mesa/src/util/tests/string_buffer/string_buffer_test.cpp N xenocara/lib/mesa/src/util/tests/timespec/meson.build N xenocara/lib/mesa/src/util/tests/timespec/timespec_test.cpp U xenocara/lib/mesa/src/util/tests/vma/meson.build U xenocara/lib/mesa/src/util/tests/vma/vma_random_test.cpp N xenocara/lib/mesa/src/util/xmlpool/.gitignore U xenocara/lib/mesa/src/util/xmlpool/LINGUAS U xenocara/lib/mesa/src/util/xmlpool/POTFILES U xenocara/lib/mesa/src/util/xmlpool/SConscript U xenocara/lib/mesa/src/util/xmlpool/ca.po U xenocara/lib/mesa/src/util/xmlpool/de.po U xenocara/lib/mesa/src/util/xmlpool/es.po U xenocara/lib/mesa/src/util/xmlpool/fr.po U xenocara/lib/mesa/src/util/xmlpool/gen_xmlpool.py U xenocara/lib/mesa/src/util/xmlpool/meson.build U xenocara/lib/mesa/src/util/xmlpool/nl.po U xenocara/lib/mesa/src/util/xmlpool/sv.po U xenocara/lib/mesa/src/util/xmlpool/t_options.h N xenocara/lib/mesa/src/vulkan/Android.mk U xenocara/lib/mesa/src/vulkan/Makefile.sources U xenocara/lib/mesa/src/vulkan/meson.build N xenocara/lib/mesa/src/vulkan/vulkan-icd-symbols.txt N xenocara/lib/mesa/src/vulkan/overlay-layer/README N xenocara/lib/mesa/src/vulkan/overlay-layer/TODO N xenocara/lib/mesa/src/vulkan/overlay-layer/VkLayer_MESA_overlay.json N xenocara/lib/mesa/src/vulkan/overlay-layer/meson.build N xenocara/lib/mesa/src/vulkan/overlay-layer/overlay.cpp N xenocara/lib/mesa/src/vulkan/overlay-layer/overlay.frag N xenocara/lib/mesa/src/vulkan/overlay-layer/overlay.vert N xenocara/lib/mesa/src/vulkan/overlay-layer/overlay_params.c N xenocara/lib/mesa/src/vulkan/overlay-layer/overlay_params.h C xenocara/lib/mesa/src/vulkan/registry/vk.xml C xenocara/lib/mesa/src/vulkan/util/gen_enum_to_str.py U xenocara/lib/mesa/src/vulkan/util/meson.build U xenocara/lib/mesa/src/vulkan/util/vk_alloc.h U xenocara/lib/mesa/src/vulkan/util/vk_debug_report.c U xenocara/lib/mesa/src/vulkan/util/vk_debug_report.h U xenocara/lib/mesa/src/vulkan/util/vk_util.c C xenocara/lib/mesa/src/vulkan/util/vk_util.h U xenocara/lib/mesa/src/vulkan/wsi/meson.build U xenocara/lib/mesa/src/vulkan/wsi/wsi_common.c C xenocara/lib/mesa/src/vulkan/wsi/wsi_common.h U xenocara/lib/mesa/src/vulkan/wsi/wsi_common_display.c U xenocara/lib/mesa/src/vulkan/wsi/wsi_common_display.h U xenocara/lib/mesa/src/vulkan/wsi/wsi_common_private.h U xenocara/lib/mesa/src/vulkan/wsi/wsi_common_queue.h C xenocara/lib/mesa/src/vulkan/wsi/wsi_common_wayland.c U xenocara/lib/mesa/src/vulkan/wsi/wsi_common_wayland.h C xenocara/lib/mesa/src/vulkan/wsi/wsi_common_x11.c U xenocara/lib/mesa/src/vulkan/wsi/wsi_common_x11.h 1240 conflicts created by this import. Use the following command to help the merge: cvs checkout -jmesa:yesterday -jmesa xenocara/lib/mesa CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2020/01/21 19:21:05 Modified files: lib/libssl : tls13_client.c tls13_internal.h tls13_lib.c tls13_server.c Log message: Add minimal support for hello retry request for RFC conformance. We currently don't support sending a modified clienthello ok jsing@ tb@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/01/21 19:25:11 Modified files: sys/dev/usb : xhci.c Log message: Add a zero length TD, rather than adding a zero length TRB to the original TD, when a transfer is a multiple of the max packet size. The zero length TD will have a NULL xfer pointer. As a result "NULL xfer pointer" situations become perfectly normal. So change the log_warnx() that issues that verbiage to a log_debug(). Note that the original transfer will complete and report its result up the USB stack before the zero length transfer is executed. Fixes (at least) urtwn(4) interfaces. Feeback, cluebats, fixes and ok patrick@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/21 19:25:21 Modified files: usr.bin/ssh : sshsig.c Log message: factor out parsing of allowed-signers lines CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/01/21 19:34:39 Modified files: lib/libssl : ssl_methods.c Log message: Hook up the TLSv1.3 legacy shutdown code. Missed in an earlier commit. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/01/21 19:39:45 Modified files: lib/libssl : tls13_client.c tls13_handshake.c tls13_internal.h tls13_record_layer.c Log message: The legacy_record_version must be set to TLS1_2_VERSION except in the ClientHello where it may be set to TLS1_VERSION. Use the minimal supported version to decide whether we choose to do so or not. Use a sent hook to set it back TLS1_2_VERSION right after the ClientHello message is on the wire. ok beck jsing CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2020/01/21 19:49:53 Modified files: lib/mesa : Makefile.bsd-wrapper SConstruct VERSION common.py meson.build lib/mesa/docs : application-issues.html bugs.html codingstyle.html contents.html developers.html devinfo.html download.html egl.html envvars.html faq.html features.txt helpwanted.html index.html install.html intro.html license.html lists.html llvmpipe.html opengles.html postprocess.html precompiled.html release-calendar.html releasing.html relnotes.html repository.html shading.html sourcedocs.html sourcetree.html submittingpatches.html systems.html thanks.html utilities.html viewperf.html vmware-guest.html xlibdriver.html lib/mesa/docs/relnotes: 12.0.4.html 12.0.5.html 12.0.6.html 13.0.6.html 17.0.0.html 17.0.1.html 17.0.2.html 17.0.3.html 17.0.4.html 17.0.5.html 17.0.6.html 17.0.7.html 17.1.0.html 17.1.1.html 17.1.2.html 17.1.3.html 17.1.4.html 17.1.5.html 17.1.6.html 17.2.0.html 17.2.1.html 17.2.2.html 17.2.3.html 17.2.4.html 17.2.5.html 17.2.6.html 17.2.7.html 17.2.8.html 6.5.2.html 7.11.html 7.5.1.html 7.5.2.html 7.5.html 9.0.html 9.1.2.html lib/mesa/include: c99_compat.h lib/mesa/include/CL: cl_d3d10.h cl_d3d11.h cl_dx9_media_sharing.h cl_ext.h cl_gl_ext.h cl_platform.h opencl.h lib/mesa/include/EGL: egl.h eglext.h eglplatform.h lib/mesa/include/GL: glcorearb.h glext.h lib/mesa/include/GL/internal: dri_interface.h lib/mesa/include/GLES: gl.h glext.h lib/mesa/include/GLES2: gl2.h gl2ext.h lib/mesa/include/GLES3: gl3.h gl31.h gl32.h gl3ext.h lib/mesa/include/KHR: khrplatform.h lib/mesa/include/drm-uapi: drm.h drm_fourcc.h drm_mode.h i915_drm.h lib/mesa/include/pci_ids: i965_pci_ids.h radeonsi_pci_ids.h lib/mesa/include/vulkan: vulkan.h lib/mesa/scons : custom.py gallium.py llvm.py lib/mesa/src : meson.build lib/mesa/src/amd: Makefile.sources lib/mesa/src/amd/common: ac_binary.c ac_binary.h ac_debug.c ac_debug.h ac_gpu_info.c ac_gpu_info.h ac_llvm_build.c ac_llvm_build.h ac_llvm_helper.cpp ac_llvm_util.c ac_llvm_util.h ac_nir_to_llvm.c ac_surface.c ac_surface.h amd_family.h sid.h sid_tables.py lib/mesa/src/amd/vulkan: Makefile.sources radv_cmd_buffer.c radv_cs.h radv_debug.h radv_descriptor_set.c radv_descriptor_set.h radv_device.c radv_entrypoints_gen.py radv_formats.c radv_image.c radv_meta.c radv_meta.h radv_meta_blit.c radv_meta_blit2d.c radv_meta_buffer.c radv_meta_bufimage.c radv_meta_clear.c radv_meta_copy.c radv_meta_decompress.c radv_meta_fast_clear.c radv_meta_resolve.c radv_meta_resolve_cs.c radv_meta_resolve_fs.c radv_pipeline.c radv_pipeline_cache.c radv_private.h radv_query.c radv_radeon_winsys.h radv_wsi.c si_cmd_buffer.c vk_format.h vk_format_parse.py vk_format_table.py lib/mesa/src/amd/vulkan/winsys/amdgpu: radv_amdgpu_bo.c radv_amdgpu_cs.c radv_amdgpu_surface.c radv_amdgpu_winsys.c lib/mesa/src/broadcom: Makefile.sources lib/mesa/src/broadcom/cle: gen_pack_header.py v3d_packet_helpers.h lib/mesa/src/broadcom/common: v3d_device_info.h lib/mesa/src/compiler: Makefile.sources glsl_types.cpp glsl_types.h nir_types.cpp nir_types.h shader_enums.c shader_enums.h shader_info.h lib/mesa/src/compiler/glsl: ast.h ast_array_index.cpp ast_function.cpp ast_to_hir.cpp ast_type.cpp builtin_functions.cpp builtin_types.cpp builtin_variables.cpp glsl_lexer.ll glsl_parser.yy glsl_parser_extras.cpp glsl_parser_extras.h glsl_to_nir.cpp glsl_to_nir.h hir_field_selection.cpp ir.cpp ir.h ir_builder_print_visitor.cpp ir_constant_expression.cpp ir_expression_operation.py ir_optimization.h ir_print_visitor.cpp ir_validate.cpp link_interface_blocks.cpp link_uniform_blocks.cpp link_uniform_initializers.cpp link_uniforms.cpp link_varyings.cpp link_varyings.h linker.cpp linker.h list.h lower_buffer_access.cpp lower_instructions.cpp lower_packed_varyings.cpp lower_ubo_reference.cpp main.cpp opt_algebraic.cpp opt_structure_splitting.cpp shader_cache.cpp standalone.cpp standalone.h standalone_scaffolding.cpp standalone_scaffolding.h lib/mesa/src/compiler/glsl/glcpp: glcpp-parse.y lib/mesa/src/compiler/glsl/tests: blob_test.c general_ir_test.cpp lib/mesa/src/compiler/nir: nir.c nir.h nir_algebraic.py nir_builder.h nir_clone.c nir_constant_expressions.h nir_constant_expressions.py nir_control_flow.c nir_from_ssa.c nir_gather_info.c nir_inline_functions.c nir_loop_analyze.c nir_lower_alu_to_scalar.c nir_lower_bitmap.c nir_lower_clamp_color_outputs.c nir_lower_clip.c nir_lower_clip_cull_distance_arrays.c nir_lower_constant_initializers.c nir_lower_double_ops.c nir_lower_drawpixels.c nir_lower_idiv.c nir_lower_indirect_derefs.c nir_lower_int64.c nir_lower_io.c nir_lower_io_to_scalar.c nir_lower_io_to_temporaries.c nir_lower_load_const_to_scalar.c nir_lower_locals_to_regs.c nir_lower_regs_to_ssa.c nir_lower_system_values.c nir_lower_tex.c nir_lower_to_source_mods.c nir_lower_var_copies.c nir_lower_vars_to_ssa.c nir_lower_wpos_center.c nir_lower_wpos_ytransform.c nir_opcodes.py nir_opcodes_c.py nir_opt_algebraic.py nir_opt_conditional_discard.c nir_opt_copy_prop_vars.c nir_opt_copy_propagate.c nir_opt_cse.c nir_opt_gcm.c nir_opt_if.c nir_opt_intrinsics.c nir_opt_loop_unroll.c nir_opt_peephole_select.c nir_opt_remove_phis.c nir_phi_builder.c nir_print.c nir_search.c nir_search.h nir_search_helpers.h nir_split_var_copies.c nir_sweep.c nir_to_lcssa.c nir_validate.c lib/mesa/src/compiler/spirv: nir_spirv.h spirv.core.grammar.json spirv.h spirv2nir.c spirv_info.h spirv_info_c.py spirv_to_nir.c vtn_alu.c vtn_cfg.c vtn_glsl450.c vtn_private.h vtn_variables.c lib/mesa/src/egl: Makefile.sources lib/mesa/src/egl/drivers/dri2: egl_dri2.c egl_dri2.h egl_dri2_fallbacks.h platform_android.c platform_drm.c platform_surfaceless.c platform_wayland.c platform_x11.c platform_x11_dri3.c lib/mesa/src/egl/drivers/haiku: egl_haiku.cpp lib/mesa/src/egl/main: eglapi.c eglapi.h eglconfig.c eglcontext.c eglcontext.h eglcurrent.c egldisplay.c egldisplay.h eglglobals.c eglimage.c eglimage.h egllog.c eglsurface.c eglsurface.h eglsync.c eglsync.h lib/mesa/src/egl/wayland/wayland-drm: wayland-drm.xml lib/mesa/src/gallium/auxiliary: Makefile.sources lib/mesa/src/gallium/auxiliary/draw: draw_context.c draw_context.h draw_llvm.c draw_llvm.h draw_pipe_aapoint.c draw_pipe_wide_point.c draw_private.h draw_pt.c draw_pt_fetch_shade_pipeline_llvm.c draw_vs_exec.c lib/mesa/src/gallium/auxiliary/gallivm: lp_bld_arit.c lp_bld_gather.c lp_bld_init.c lp_bld_intr.c lp_bld_limits.h lp_bld_misc.cpp lp_bld_misc.h lp_bld_sample_soa.c lp_bld_tgsi.h lp_bld_tgsi_info.c lp_bld_tgsi_soa.c lib/mesa/src/gallium/auxiliary/hud: hud_context.c hud_cpu.c hud_cpufreq.c hud_diskstat.c hud_nic.c hud_sensors_temp.c lib/mesa/src/gallium/auxiliary/indices: u_indices_gen.py lib/mesa/src/gallium/auxiliary/nir: tgsi_to_nir.c lib/mesa/src/gallium/auxiliary/os: os_process.c lib/mesa/src/gallium/auxiliary/pipe-loader: pipe_loader.c pipe_loader.h pipe_loader_drm.c pipe_loader_priv.h pipe_loader_sw.c lib/mesa/src/gallium/auxiliary/pipebuffer: pb_buffer_fenced.c pb_bufmgr_debug.c pb_bufmgr_mm.c pb_bufmgr_slab.c lib/mesa/src/gallium/auxiliary/rbug: rbug_texture.c lib/mesa/src/gallium/auxiliary/target-helpers: drm_helper.h drm_helper_public.h lib/mesa/src/gallium/auxiliary/tgsi: tgsi_dump.c tgsi_exec.c tgsi_exec.h tgsi_info.c tgsi_opcode_tmp.h tgsi_scan.c tgsi_scan.h tgsi_strings.c tgsi_ureg.c lib/mesa/src/gallium/auxiliary/util: u_blit.c u_blitter.c u_blitter.h u_debug_flush.c u_debug_refcnt.c u_debug_symbol.c u_dump_state.c u_format.c u_format.csv u_format.h u_format_pack.py u_format_table.py u_format_yuv.c u_format_yuv.h u_helpers.c u_helpers.h u_inlines.h u_network.c u_network.h u_range.h u_simple_shaders.c u_simple_shaders.h u_tests.c u_threaded_context.c u_transfer.h u_upload_mgr.c u_upload_mgr.h u_vbuf.c u_vbuf.h lib/mesa/src/gallium/auxiliary/vl: vl_bicubic_filter.c vl_compositor.c vl_compositor.h vl_mpeg12_decoder.c vl_video_buffer.c vl_winsys.h vl_winsys_dri3.c lib/mesa/src/gallium/docs/source: context.rst screen.rst tgsi.rst lib/mesa/src/gallium/drivers/etnaviv: Makefile.sources etnaviv_asm.c etnaviv_asm.h etnaviv_blend.c etnaviv_clear_blit.c etnaviv_compiler.h etnaviv_context.c etnaviv_context.h etnaviv_debug.h etnaviv_disasm.c etnaviv_emit.c etnaviv_fence.c etnaviv_format.c etnaviv_format.h etnaviv_internal.h etnaviv_query.c etnaviv_query.h etnaviv_query_sw.c etnaviv_rasterizer.c etnaviv_resource.c etnaviv_resource.h etnaviv_rs.c etnaviv_rs.h etnaviv_screen.c etnaviv_screen.h etnaviv_shader.c etnaviv_shader.h etnaviv_state.c etnaviv_texture.c etnaviv_texture.h etnaviv_transfer.c etnaviv_translate.h etnaviv_uniforms.c etnaviv_uniforms.h lib/mesa/src/gallium/drivers/etnaviv/hw: cmdstream.xml.h common.xml.h isa.xml.h state.xml.h state_3d.xml.h lib/mesa/src/gallium/drivers/freedreno: Makefile.sources freedreno_batch.c freedreno_batch.h freedreno_batch_cache.c freedreno_context.c freedreno_context.h freedreno_draw.c freedreno_fence.c freedreno_fence.h freedreno_gmem.c freedreno_query.c freedreno_query.h freedreno_query_acc.c freedreno_query_hw.c freedreno_query_sw.c freedreno_resource.c freedreno_resource.h freedreno_screen.c freedreno_screen.h freedreno_state.c freedreno_util.h lib/mesa/src/gallium/drivers/freedreno/a2xx: fd2_draw.c fd2_emit.c fd2_emit.h fd2_program.c fd2_texture.c lib/mesa/src/gallium/drivers/freedreno/a3xx: fd3_context.c fd3_emit.c fd3_emit.h fd3_format.c fd3_gmem.c fd3_program.c lib/mesa/src/gallium/drivers/freedreno/a4xx: fd4_context.c fd4_draw.h fd4_emit.c fd4_emit.h fd4_gmem.c fd4_program.c lib/mesa/src/gallium/drivers/freedreno/a5xx: fd5_compute.c fd5_context.c fd5_draw.c fd5_draw.h fd5_emit.c fd5_emit.h fd5_gmem.c fd5_program.c fd5_screen.c fd5_texture.c lib/mesa/src/gallium/drivers/freedreno/ir3: ir3_cmdline.c lib/mesa/src/gallium/drivers/i915: i915_context.c i915_fpc_translate.c i915_screen.c i915_state.c lib/mesa/src/gallium/drivers/llvmpipe: lp_context.c lp_context.h lp_draw_arrays.c lp_fence.c lp_fence.h lp_jit.c lp_rast.c lp_screen.c lp_setup.c lp_setup_context.h lp_setup_point.c lp_state_derived.c lp_state_fs.c lp_state_sampler.c lp_state_setup.c lib/mesa/src/gallium/drivers/nouveau: nouveau_screen.c nouveau_screen.h lib/mesa/src/gallium/drivers/nouveau/codegen: nv50_ir.cpp nv50_ir.h nv50_ir_driver.h nv50_ir_from_tgsi.cpp nv50_ir_lowering_nvc0.cpp nv50_ir_lowering_nvc0.h nv50_ir_peephole.cpp lib/mesa/src/gallium/drivers/nouveau/nv30: nv30_query.c nv30_screen.c nvfx_fragprog.c lib/mesa/src/gallium/drivers/nouveau/nv50: nv50_context.h nv50_program.c nv50_push.c nv50_query.c nv50_screen.c nv50_state.c lib/mesa/src/gallium/drivers/nouveau/nvc0: nvc0_context.c nvc0_context.h nvc0_program.c nvc0_program.h nvc0_query.c nvc0_query_hw.c nvc0_query_hw_metric.c nvc0_query_hw_sm.c nvc0_screen.c nvc0_state.c nvc0_vbo_translate.c nve4_compute.c lib/mesa/src/gallium/drivers/nouveau/nvc0/mme: com9097.mme com9097.mme.h lib/mesa/src/gallium/drivers/r300: r300_blit.c r300_query.c r300_render.c r300_screen.c r300_screen.h r300_screen_buffer.c r300_texture.c lib/mesa/src/gallium/drivers/r600: evergreen_compute.c evergreen_compute_internal.h evergreen_state.c r600_blit.c r600_hw_context.c r600_pipe.c r600_pipe.h r600_state.c r600_state_common.c lib/mesa/src/gallium/drivers/radeon: radeon_uvd.c radeon_vce.c radeon_vce_52.c radeon_vcn_dec.c radeon_vcn_dec.h radeon_video.c radeon_winsys.h lib/mesa/src/gallium/drivers/radeonsi: Makefile.sources cik_sdma.c si_blit.c si_compute.c si_compute.h si_cp_dma.c si_debug.c si_descriptors.c si_perfcounter.c si_pipe.c si_pipe.h si_pm4.c si_public.h si_shader.c si_shader.h si_shader_internal.h si_shader_tgsi_mem.c si_shader_tgsi_setup.c si_state.c si_state.h si_state_draw.c si_state_shaders.c si_uvd.c lib/mesa/src/gallium/drivers/softpipe: sp_context.c sp_context.h sp_draw_arrays.c sp_flush.c sp_screen.c sp_state_sampler.c sp_state_shader.c sp_tex_sample.c sp_tex_sample.h sp_texture.c lib/mesa/src/gallium/drivers/svga: svga_context.c svga_draw.c svga_format.c svga_format.h svga_pipe_clear.c svga_pipe_constants.c svga_pipe_draw.c svga_pipe_flush.c svga_pipe_query.c svga_pipe_rasterizer.c svga_pipe_sampler.c svga_resource.c svga_resource_buffer.c svga_resource_buffer.h svga_resource_buffer_upload.c svga_resource_texture.c svga_resource_texture.h svga_sampler_view.c svga_screen.c svga_screen_cache.c svga_screen_cache.h svga_shader.c svga_shader.h svga_state_fs.c svga_state_gs.c svga_state_tss.c svga_state_vs.c svga_surface.c svga_swtnl.h svga_swtnl_backend.c svga_swtnl_draw.c svga_tgsi_insn.c svga_tgsi_vgpu10.c svga_winsys.h lib/mesa/src/gallium/drivers/swr: Makefile.sources SConscript swr_clear.cpp swr_context.cpp swr_context.h swr_fence.cpp swr_fence.h swr_loader.cpp swr_memory.h swr_query.cpp swr_resource.h swr_screen.cpp swr_screen.h swr_shader.cpp swr_state.cpp swr_state.h swr_tex_sample.cpp lib/mesa/src/gallium/drivers/swr/rasterizer/archrast: archrast.cpp archrast.h events.proto lib/mesa/src/gallium/drivers/swr/rasterizer/codegen: gen_archrast.py gen_llvm_ir_macros.py knob_defs.py lib/mesa/src/gallium/drivers/swr/rasterizer/codegen/templates: gen_ar_event.cpp gen_ar_event.hpp gen_ar_eventhandler.hpp gen_ar_eventhandlerfile.hpp gen_builder.hpp gen_knobs.cpp lib/mesa/src/gallium/drivers/swr/rasterizer/common: os.h simd16intrin.h simdintrin.h simdlib.hpp simdlib_128_avx.inl simdlib_128_avx2.inl simdlib_128_avx512.inl simdlib_256_avx.inl simdlib_256_avx2.inl simdlib_256_avx512.inl simdlib_512_avx512.inl simdlib_512_emu.inl simdlib_interface.hpp simdlib_types.hpp swr_assert.h lib/mesa/src/gallium/drivers/swr/rasterizer/core: api.cpp api.h backend.cpp backend.h backend_clear.cpp backend_impl.h backend_sample.cpp backend_singlesample.cpp binner.cpp clip.cpp clip.h context.h format_conversion.h format_types.h format_utils.h frontend.cpp frontend.h knobs.h pa.h rasterizer.cpp rasterizer_impl.h state.h threads.cpp tilemgr.cpp tilemgr.h utils.h lib/mesa/src/gallium/drivers/swr/rasterizer/jitter: JitManager.cpp JitManager.h builder.cpp builder.h builder_misc.cpp builder_misc.h fetch_jit.cpp jit_api.h streamout_jit.cpp lib/mesa/src/gallium/drivers/swr/rasterizer/memory: LoadTile.h StoreTile.h TilingFunctions.h lib/mesa/src/gallium/drivers/vc4: vc4_bufmgr.c vc4_context.h vc4_draw.c vc4_job.c vc4_nir_lower_io.c vc4_program.c vc4_qir.h vc4_qir_schedule.c vc4_qpu_emit.c vc4_qpu_schedule.c vc4_qpu_validate.c vc4_resource.c vc4_screen.c vc4_uniforms.c lib/mesa/src/gallium/drivers/virgl: virgl_context.c virgl_context.h virgl_encode.c virgl_encode.h virgl_query.c virgl_screen.c virgl_tgsi.c lib/mesa/src/gallium/include/pipe: p_config.h p_context.h p_defines.h p_format.h p_screen.h p_shader_tokens.h p_state.h p_video_state.h lib/mesa/src/gallium/include/state_tracker: drm_driver.h st_api.h lib/mesa/src/gallium/state_trackers/clover/api: device.cpp dispatch.cpp dispatch.hpp platform.cpp program.cpp lib/mesa/src/gallium/state_trackers/clover/core: device.cpp device.hpp kernel.cpp program.cpp lib/mesa/src/gallium/state_trackers/clover/llvm: compat.hpp lib/mesa/src/gallium/state_trackers/clover/llvm/codegen: common.cpp lib/mesa/src/gallium/state_trackers/dri: dri2.c dri_drawable.c dri_screen.c dri_screen.h drisw.c lib/mesa/src/gallium/state_trackers/glx/xlib: xm_st.c lib/mesa/src/gallium/state_trackers/hgl: hgl.c hgl_context.h lib/mesa/src/gallium/state_trackers/nine: adapter9.c adapter9.h basetexture9.h buffer9.c buffer9.h device9.c device9.h device9ex.c nine_debug.c nine_ff.c nine_ff.h nine_pipe.c nine_shader.c nine_shader.h nine_state.c nine_state.h pixelshader9.c pixelshader9.h stateblock9.c surface9.c surface9.h swapchain9.c vertexshader9.c vertexshader9.h volume9.c volume9.h lib/mesa/src/gallium/state_trackers/osmesa: osmesa.c lib/mesa/src/gallium/state_trackers/va: context.c image.c postproc.c surface.c va_private.h lib/mesa/src/gallium/state_trackers/vdpau: device.c mixer.c query.c lib/mesa/src/gallium/state_trackers/wgl: stw_device.c stw_ext_pixelformat.c stw_st.c lib/mesa/src/gallium/targets/d3dadapter9: drm.c lib/mesa/src/gallium/targets/dri: target.c lib/mesa/src/gallium/targets/haiku-softpipe: GalliumContext.cpp lib/mesa/src/gallium/targets/pipe-loader: pipe_i915.c pipe_msm.c pipe_nouveau.c pipe_r300.c pipe_r600.c pipe_radeonsi.c pipe_vmwgfx.c lib/mesa/src/gallium/tests/graw: occlusion-query.c lib/mesa/src/gallium/winsys/amdgpu/drm: amdgpu_bo.c amdgpu_bo.h amdgpu_cs.c amdgpu_cs.h amdgpu_surface.c amdgpu_winsys.c amdgpu_winsys.h lib/mesa/src/gallium/winsys/radeon/drm: radeon_drm_bo.c radeon_drm_cs.c radeon_drm_surface.c radeon_drm_winsys.c radeon_drm_winsys.h lib/mesa/src/gallium/winsys/svga/drm: vmw_context.c vmw_screen.c vmw_screen.h vmw_screen_ioctl.c vmw_screen_svga.c vmw_surface.c vmw_surface.h vmwgfx_drm.h lib/mesa/src/gallium/winsys/sw/dri: dri_sw_winsys.c lib/mesa/src/gallium/winsys/sw/hgl: hgl_sw_winsys.c lib/mesa/src/gallium/winsys/sw/xlib: xlib_sw_winsys.c lib/mesa/src/gallium/winsys/vc4/drm: vc4_drm_public.h vc4_drm_winsys.c lib/mesa/src/gallium/winsys/virgl/drm: virgl_drm_winsys.c virgl_drm_winsys.h lib/mesa/src/gallium/winsys/virgl/vtest: virgl_vtest_winsys.c virgl_vtest_winsys.h lib/mesa/src/gbm: meson.build lib/mesa/src/gbm/backends/dri: gbm_dri.c lib/mesa/src/gbm/main: gbm.c lib/mesa/src/getopt: getopt.h getopt_long.c lib/mesa/src/glx: dri2_glx.c dri3_glx.c dri_common.c drisw_glx.c g_glxglvnddispatchfuncs.c glxclient.h glxcmds.c glxconfig.c glxextensions.h glxglvnd.c meson.build lib/mesa/src/intel: Makefile.perf.am Makefile.sources lib/mesa/src/intel/blorp: blorp.c blorp.h blorp_blit.c blorp_clear.c blorp_genX_exec.h blorp_nir_builder.h blorp_priv.h lib/mesa/src/intel/common: gen_decoder.c gen_decoder.h lib/mesa/src/intel/compiler: brw_cfg.cpp brw_compile_clip.c brw_compile_sf.c brw_compiler.c brw_compiler.h brw_disasm.c brw_eu.c brw_eu.h brw_eu_compact.c brw_eu_defines.h brw_eu_emit.c brw_eu_validate.c brw_fs.cpp brw_fs.h brw_fs_builder.h brw_fs_cmod_propagation.cpp brw_fs_combine_constants.cpp brw_fs_copy_propagation.cpp brw_fs_cse.cpp brw_fs_dead_code_eliminate.cpp brw_fs_generator.cpp brw_fs_live_variables.cpp brw_fs_nir.cpp brw_fs_reg_allocate.cpp brw_fs_saturate_propagation.cpp brw_fs_visitor.cpp brw_inst.h brw_interpolation_map.c brw_ir_fs.h brw_nir.c brw_nir.h brw_nir_analyze_boolean_resolves.c brw_nir_analyze_ubo_ranges.c brw_nir_attribute_workarounds.c brw_nir_opt_peephole_ffma.c brw_nir_trig_workarounds.py brw_predicated_break.cpp brw_schedule_instructions.cpp brw_shader.cpp brw_shader.h brw_vec4.cpp brw_vec4.h brw_vec4_copy_propagation.cpp brw_vec4_generator.cpp brw_vec4_gs_nir.cpp brw_vec4_gs_visitor.cpp brw_vec4_nir.cpp brw_vec4_surface_builder.cpp brw_vec4_surface_builder.h brw_vec4_tcs.cpp brw_vec4_tes.cpp brw_vec4_visitor.cpp brw_vec4_vs.h brw_vec4_vs_visitor.cpp brw_vue_map.c brw_wm_iz.cpp test_eu_validate.cpp test_fs_cmod_propagation.cpp test_fs_saturate_propagation.cpp lib/mesa/src/intel/dev: gen_device_info.c lib/mesa/src/intel/genxml: gen10.xml gen4.xml gen45.xml gen5.xml gen6.xml gen7.xml gen75.xml gen8.xml gen9.xml gen_bits_header.py gen_pack_header.py lib/mesa/src/intel/isl: isl.c isl.h isl_drm.c isl_format.c isl_surface_state.c lib/mesa/src/intel/isl/tests: isl_surf_get_image_offset_test.c lib/mesa/src/intel/tools: aub_mem.c aubinator.c aubinator_error_decode.c lib/mesa/src/intel/vulkan: anv_allocator.c anv_batch_chain.c anv_blorp.c anv_cmd_buffer.c anv_descriptor_set.c anv_device.c anv_entrypoints_gen.py anv_formats.c anv_gem.c anv_gem_stubs.c anv_genX.h anv_image.c anv_intel.c anv_nir.h anv_nir_apply_pipeline_layout.c anv_nir_lower_multiview.c anv_pass.c anv_pipeline.c anv_pipeline_cache.c anv_private.h anv_queue.c anv_wsi.c gen7_cmd_buffer.c gen8_cmd_buffer.c genX_blorp_exec.c genX_cmd_buffer.c genX_gpu_memcpy.c genX_pipeline.c genX_query.c genX_state.c vk_format_info.h lib/mesa/src/intel/vulkan/tests: block_pool_no_free.c state_pool.c state_pool_free_list_only.c state_pool_no_free.c lib/mesa/src/loader: loader.c loader_dri3_helper.c lib/mesa/src/mapi: entry.c mapi_abi.py mapi_glapi.c u_current.c u_current.h lib/mesa/src/mapi/glapi: glapi.c lib/mesa/src/mapi/glapi/gen: ARB_direct_state_access.xml es_EXT.xml gl_API.xml gl_SPARC_asm.py gl_gentable.py gl_procs.py gl_x86-64_asm.py gl_x86_asm.py static_data.py lib/mesa/src/mapi/glapi/registry: gl.xml lib/mesa/src/mesa: Makefile.sources SConscript lib/mesa/src/mesa/drivers/common: meta.c meta_blit.c lib/mesa/src/mesa/drivers/dri/common: dri_util.c lib/mesa/src/mesa/drivers/dri/i915: i915_context.c intel_context.c intel_context.h intel_regions.c intel_screen.c lib/mesa/src/mesa/drivers/dri/i965: Makefile.sources brw_blorp.c brw_bufmgr.c brw_clear.c brw_context.c brw_context.h brw_cs.c brw_curbe.c brw_defines.h brw_draw.c brw_gs.c brw_gs.h brw_link.cpp brw_meta_util.c brw_misc_state.c brw_nir_uniforms.cpp brw_performance_query.c brw_pipe_control.c brw_program.c brw_program.h brw_program_cache.c brw_queryobj.c brw_state.h brw_state_upload.c brw_sync.c brw_tcs.c brw_tes.c brw_vs.c brw_vs.h brw_wm.c brw_wm.h brw_wm_surface_state.c gen6_queryobj.c gen6_sol.c genX_blorp_exec.c genX_state_upload.c intel_batchbuffer.c intel_extensions.c intel_fbo.c intel_image.h intel_mipmap_tree.c intel_mipmap_tree.h intel_screen.c intel_screen.h intel_tex_image.c intel_tex_validate.c lib/mesa/src/mesa/drivers/dri/nouveau: nouveau_context.c lib/mesa/src/mesa/drivers/dri/r200: r200_context.c r200_context.h r200_ioctl.h lib/mesa/src/mesa/drivers/dri/radeon: radeon_common_context.c radeon_context.c radeon_mipmap_tree.c radeon_queryobj.c lib/mesa/src/mesa/drivers/dri/swrast: swrast.c lib/mesa/src/mesa/drivers/osmesa: osmesa.c lib/mesa/src/mesa/drivers/x11: glxapi.c xm_api.c lib/mesa/src/mesa/main: api_arrayelt.c api_arrayelt.h arrayobj.c arrayobj.h atifragshader.c attrib.c bufferobj.c bufferobj.h buffers.c buffers.h clear.c context.c context.h dd.h debug.c debug_output.c dlist.c enable.c errors.c extensions_table.h fbobject.c fbobject.h ff_fragment_shader.cpp ffvertex_prog.c format_info.py format_pack.py format_unpack.py formats.c formats.h framebuffer.c get.c get_hash_params.py getstring.c glformats.c imports.c imports.h marshal.c mtypes.h performance_query.c pipelineobj.c program_resource.c queryobj.c queryobj.h shader_query.cpp shaderapi.c shaderapi.h shaderimage.c shaderimage.h state.c state.h texcompress.c texenv.c texgen.c texgetimage.c teximage.c teximage.h texobj.c texobj.h texparam.c texstate.h textureview.c transformfeedback.c transformfeedback.h uniforms.c varray.c varray.h lib/mesa/src/mesa/main/tests: dispatch_sanity.cpp lib/mesa/src/mesa/program: arbprogparse.c ir_to_mesa.cpp prog_parameter.c prog_parameter.h prog_statevars.c prog_to_nir.c program_parse.y lib/mesa/src/mesa/sparc: sparc_matrix.h lib/mesa/src/mesa/state_tracker: st_atom.c st_atom_array.c st_atom_atomicbuf.c st_atom_framebuffer.c st_atom_msaa.c st_atom_rasterizer.c st_atom_sampler.c st_atom_scissor.c st_atom_shader.c st_atom_storagebuf.c st_atom_texture.c st_atom_viewport.c st_cb_bitmap.c st_cb_bufferobjects.c st_cb_clear.c st_cb_compute.c st_cb_drawpixels.c st_cb_drawtex.c st_cb_eglimage.c st_cb_fbo.c st_cb_feedback.c st_cb_perfmon.c st_cb_program.c st_cb_queryobj.c st_cb_rasterpos.c st_cb_readpixels.c st_cb_texture.c st_cb_texturebarrier.c st_cb_xformfb.c st_context.c st_context.h st_debug.c st_draw.c st_draw_feedback.c st_extensions.c st_format.c st_gen_mipmap.c st_glsl_to_nir.cpp st_glsl_to_tgsi.cpp st_glsl_to_tgsi.h st_glsl_types.cpp st_manager.c st_manager.h st_mesa_to_tgsi.c st_pbo.c st_program.c st_program.h st_sampler_view.c st_sampler_view.h st_shader_cache.c st_texture.h lib/mesa/src/mesa/swrast: s_context.c s_fragprog.c s_span.c lib/mesa/src/mesa/vbo: vbo_attrib_tmp.h vbo_context.c vbo_exec.c vbo_exec.h vbo_exec_api.c vbo_exec_draw.c vbo_save_api.c lib/mesa/src/mesa/x86: mmx_blend.S read_rgba_span_x86.S lib/mesa/src/util: Makefile.sources anon_file.c build_id.h disk_cache.c futex.h hash_table.c hash_table.h list.h macros.h os_misc.c os_misc.h ralloc.c ralloc.h register_allocate.h set.c slab.c u_atomic.h u_dynarray.h u_queue.c u_queue.h u_string.h u_thread.h u_vector.h xmlconfig.c lib/mesa/src/vulkan/registry: vk.xml lib/mesa/src/vulkan/util: gen_enum_to_str.py vk_util.h lib/mesa/src/vulkan/wsi: wsi_common.h wsi_common_wayland.c wsi_common_x11.c Added files: lib/mesa/docs/relnotes: 18.3.3.html 18.3.4.html 18.3.5.html lib/mesa/m4 : .gitignore lib/mesa/src/amd/common: amdgfxregs.h lib/mesa/src/amd/vulkan: gfx10_format_table.h lib/mesa/src/compiler/nir: nir_lower_uniforms_to_ubo.c lib/mesa/src/freedreno/ir3: ir3_nir_imul.c lib/mesa/src/gallium/drivers/radeonsi: gfx10_format_table.h lib/mesa/src/gallium/winsys/panfrost/drm: Makefile.am lib/mesa/src/intel/perf: gen_perf_metrics.c gen_perf_metrics.h Removed files: lib/mesa : Makefile.am Makefile.in aclocal.m4 autogen.sh configure configure.ac install-gallium-links.mk install-lib-links.mk lib/mesa/bin : ar-lib compile config.guess config.sub depcomp install-sh ltmain.sh missing test-driver lib/mesa/docs : autoconf.html mangling.html lib/mesa/include/GL: gl_mangle.h glx_mangle.h lib/mesa/include/vulkan: vulkan_xlib_randr.h lib/mesa/m4 : ax_check_compile_flag.m4 ax_check_gnu_make.m4 ax_check_python_mako_module.m4 ax_gcc_builtin.m4 ax_gcc_func_attribute.m4 ax_prog_bison.m4 ax_prog_flex.m4 ax_pthread.m4 libtool.m4 ltoptions.m4 ltsugar.m4 ltversion.m4 lt~obsolete.m4 lib/mesa/src : Makefile.am Makefile.in lib/mesa/src/amd: Makefile.addrlib.am Makefile.am Makefile.common.am Makefile.in lib/mesa/src/amd/common: gfx9d.h sid_tables.h lib/mesa/src/amd/vulkan: Makefile.am Makefile.in radv_entrypoints.c radv_entrypoints.h radv_extensions.c radv_extensions.h vk_format_table.c lib/mesa/src/broadcom: Makefile.am Makefile.cle.am Makefile.genxml.am Makefile.in Makefile.v3d.am lib/mesa/src/broadcom/cle: v3d_packet_v21_pack.h v3d_packet_v33_pack.h v3d_packet_v41_pack.h v3d_packet_v42_pack.h v3d_xml.h lib/mesa/src/broadcom/compiler: vir_lower_uniforms.c lib/mesa/src/compiler: Makefile.am Makefile.glsl.am Makefile.in Makefile.nir.am Makefile.spirv.am lib/mesa/src/compiler/glsl: float64_glsl.h glsl_lexer.cpp glsl_parser.cpp glsl_parser.h ir_expression_operation.h ir_expression_operation_constant.h ir_expression_operation_strings.h lib/mesa/src/compiler/glsl/glcpp: glcpp-lex.c glcpp-parse.c glcpp-parse.h lib/mesa/src/compiler/glsl/glcpp/tests: glcpp-test.sh lib/mesa/src/compiler/glsl/tests/.deps: array_refcount_test.Po blob_test.Po builtin_variable_test.Po cache_test-cache_test.Po copy_constant_to_storage_tests.Po general_ir_test.Po invalidate_locations_test.Po lower_int64_test.Po opt_add_neg_to_sub_test.Po sampler_types_test.Po set_uniform_initializer_tests.Po uniform_initializer_utils.Po varyings_test.Po lib/mesa/src/compiler/nir: nir_builder_opcodes.h nir_constant_expressions.c nir_intrinsics.c nir_intrinsics.h nir_move_load_const.c nir_opcodes.c nir_opcodes.h nir_opt_algebraic.c nir_opt_global_to_local.c nir_opt_move_comparisons.c nir_opt_move_load_ubo.c lib/mesa/src/compiler/nir/tests/.deps: control_flow_tests-control_flow_tests.Po vars_tests-vars_tests.Po lib/mesa/src/compiler/spirv: spirv_info.c vtn_gather_types.c lib/mesa/src/egl: Makefile.am Makefile.in egl-entrypoint-check egl-symbols-check g_egldispatchstubs.c g_egldispatchstubs.h lib/mesa/src/egl/main: egl.pc.in eglfallbacks.c lib/mesa/src/egl/wayland/wayland-drm: Makefile.am Makefile.in lib/mesa/src/freedreno: Makefile.am Makefile.in lib/mesa/src/freedreno/drm: msm_drm.h lib/mesa/src/freedreno/ir3: ir3_nir_trig.c lib/mesa/src/freedreno/registers: a2xx.xml.h a3xx.xml.h a4xx.xml.h a5xx.xml.h a6xx.xml.h adreno_common.xml.h adreno_pm4.xml.h lib/mesa/src/gallium: Automake.inc Makefile.am Makefile.in lib/mesa/src/gallium/auxiliary: Makefile.am Makefile.in lib/mesa/src/gallium/auxiliary/indices: u_indices_gen.c u_unfilled_gen.c lib/mesa/src/gallium/auxiliary/pipe-loader: Makefile.am Makefile.in lib/mesa/src/gallium/auxiliary/pipebuffer: pb_buffer_malloc.c pb_bufmgr_alt.c pb_bufmgr_ondemand.c pb_bufmgr_pool.c lib/mesa/src/gallium/auxiliary/util: u_format_table.c u_ringbuffer.c u_ringbuffer.h lib/mesa/src/gallium/drivers/etnaviv: Automake.inc Makefile.am Makefile.in etnaviv_compiler.c lib/mesa/src/gallium/drivers/freedreno: Automake.inc Makefile.am Makefile.in lib/mesa/src/gallium/drivers/freedreno/a2xx: ir2_nir_lower_scalar.c lib/mesa/src/gallium/drivers/i915: Automake.inc Makefile.am Makefile.in lib/mesa/src/gallium/drivers/kmsro: Automake.inc Makefile.am Makefile.in lib/mesa/src/gallium/drivers/llvmpipe: Automake.inc Makefile.am Makefile.in lib/mesa/src/gallium/drivers/nouveau: Automake.inc Makefile.am Makefile.in nouveau_statebuf.h lib/mesa/src/gallium/drivers/r300: Automake.inc Makefile.am Makefile.in lib/mesa/src/gallium/drivers/r600: Automake.inc Makefile.am Makefile.in lib/mesa/src/gallium/drivers/radeonsi: Automake.inc Makefile.am Makefile.in si_driinfo.h lib/mesa/src/gallium/drivers/softpipe: Automake.inc Makefile.am Makefile.in lib/mesa/src/gallium/drivers/svga: Automake.inc Makefile.am Makefile.in lib/mesa/src/gallium/drivers/swr: Automake.inc Makefile.am Makefile.in gen_swr_context_llvm.h lib/mesa/src/gallium/drivers/swr/rasterizer/archrast: gen_ar_event.cpp gen_ar_event.hpp gen_ar_eventhandler.hpp gen_ar_eventhandlerfile.hpp lib/mesa/src/gallium/drivers/swr/rasterizer/codegen: gen_knobs.cpp gen_knobs.h lib/mesa/src/gallium/drivers/swr/rasterizer/core/backends: gen_BackendPixelRate.hpp gen_BackendPixelRate0.cpp gen_BackendPixelRate1.cpp gen_BackendPixelRate2.cpp gen_BackendPixelRate3.cpp gen_rasterizer.hpp gen_rasterizer0.cpp gen_rasterizer1.cpp gen_rasterizer2.cpp gen_rasterizer3.cpp lib/mesa/src/gallium/drivers/swr/rasterizer/jitter: gen_builder.hpp gen_builder_intrin.hpp gen_builder_meta.hpp gen_state_llvm.h lib/mesa/src/gallium/drivers/tegra: Automake.inc Makefile.am Makefile.in lib/mesa/src/gallium/drivers/v3d: Automake.inc Makefile.am Makefile.in lib/mesa/src/gallium/drivers/vc4: Automake.inc Makefile.am Makefile.in lib/mesa/src/gallium/drivers/virgl: Automake.inc Makefile.am Makefile.in lib/mesa/src/gallium/state_trackers/clover: Makefile.am Makefile.in lib/mesa/src/gallium/state_trackers/clover/tgsi: compiler.cpp invocation.hpp lib/mesa/src/gallium/state_trackers/dri: Makefile.am Makefile.in lib/mesa/src/gallium/state_trackers/glx/xlib: Makefile.am Makefile.in lib/mesa/src/gallium/state_trackers/nine: Makefile.am Makefile.in lib/mesa/src/gallium/state_trackers/omx: Makefile.am Makefile.in lib/mesa/src/gallium/state_trackers/omx/bellagio: Makefile.am Makefile.in lib/mesa/src/gallium/state_trackers/omx/tizonia: Makefile.am Makefile.in lib/mesa/src/gallium/state_trackers/osmesa: Makefile.am Makefile.in lib/mesa/src/gallium/state_trackers/va: Makefile.am Makefile.in lib/mesa/src/gallium/state_trackers/vdpau: Makefile.am Makefile.in lib/mesa/src/gallium/state_trackers/xa: Makefile.am Makefile.in xa_tracker.h lib/mesa/src/gallium/state_trackers/xvmc: Makefile.am Makefile.in lib/mesa/src/gallium/targets/d3dadapter9: Makefile.am Makefile.in d3d.pc.in lib/mesa/src/gallium/targets/dri: Makefile.am Makefile.in lib/mesa/src/gallium/targets/libgl-xlib: Makefile.am Makefile.in lib/mesa/src/gallium/targets/omx: Makefile.am Makefile.in lib/mesa/src/gallium/targets/opencl: Makefile.am Makefile.in mesa.icd lib/mesa/src/gallium/targets/osmesa: Makefile.am Makefile.in osmesa.pc.in lib/mesa/src/gallium/targets/pipe-loader: Makefile.am Makefile.in lib/mesa/src/gallium/targets/va: Makefile.am Makefile.in lib/mesa/src/gallium/targets/vdpau: Makefile.am Makefile.in lib/mesa/src/gallium/targets/xa: Makefile.am Makefile.in xatracker.pc.in lib/mesa/src/gallium/targets/xvmc: Makefile.am Makefile.in lib/mesa/src/gallium/tests/trivial: Makefile.am Makefile.in lib/mesa/src/gallium/tests/unit: Makefile.am Makefile.in lib/mesa/src/gallium/winsys/amdgpu/drm: Makefile.am Makefile.in lib/mesa/src/gallium/winsys/etnaviv/drm: Makefile.am Makefile.in lib/mesa/src/gallium/winsys/freedreno/drm: Makefile.am Makefile.in lib/mesa/src/gallium/winsys/i915/drm: Makefile.am Makefile.in lib/mesa/src/gallium/winsys/kmsro/drm: Makefile.am Makefile.in lib/mesa/src/gallium/winsys/nouveau/drm: Makefile.am Makefile.in lib/mesa/src/gallium/winsys/radeon/drm: Makefile.am Makefile.in lib/mesa/src/gallium/winsys/svga/drm: Makefile.am Makefile.in lib/mesa/src/gallium/winsys/sw/dri: Makefile.am Makefile.in lib/mesa/src/gallium/winsys/sw/kms-dri: Makefile.am Makefile.in lib/mesa/src/gallium/winsys/sw/null: Makefile.am Makefile.in lib/mesa/src/gallium/winsys/sw/wrapper: Makefile.am Makefile.in lib/mesa/src/gallium/winsys/sw/xlib: Makefile.am Makefile.in lib/mesa/src/gallium/winsys/tegra/drm: Makefile.am Makefile.in lib/mesa/src/gallium/winsys/v3d/drm: Makefile.am Makefile.in lib/mesa/src/gallium/winsys/vc4/drm: Makefile.am Makefile.in lib/mesa/src/gallium/winsys/virgl/drm: Makefile.am Makefile.in lib/mesa/src/gallium/winsys/virgl/vtest: Makefile.am Makefile.in lib/mesa/src/gbm: Makefile.am Makefile.in gbm-symbols-check lib/mesa/src/gbm/main: gbm.pc.in lib/mesa/src/glx: Makefile.am Makefile.in indirect.c indirect.h indirect_init.c indirect_size.c indirect_size.h lib/mesa/src/glx/apple: Makefile.am Makefile.in lib/mesa/src/glx/tests: Makefile.am Makefile.in lib/mesa/src/glx/windows: Makefile.am Makefile.in windowsdriproto.pc.in lib/mesa/src/gtest: Makefile.am Makefile.in lib/mesa/src/intel: Makefile.am Makefile.blorp.am Makefile.common.am Makefile.compiler.am Makefile.dev.am Makefile.genxml.am Makefile.in Makefile.isl.am Makefile.tools.am Makefile.vulkan.am lib/mesa/src/intel/common: gen_debug.c gen_debug.h lib/mesa/src/intel/compiler: brw_fs_surface_builder.cpp brw_fs_surface_builder.h brw_nir_trig_workarounds.c lib/mesa/src/intel/genxml: gen10_pack.h gen11_pack.h gen45_pack.h gen4_pack.h gen5_pack.h gen6_pack.h gen75_pack.h gen7_pack.h gen8_pack.h gen9_pack.h genX_bits.h genX_xml.h lib/mesa/src/intel/isl: isl_format_layout.c lib/mesa/src/intel/tools/imgui: LICENSE.txt README imconfig.h imgui.cpp imgui.h imgui_demo.cpp imgui_draw.cpp imgui_internal.h imgui_memory_editor.h stb_rect_pack.h stb_textedit.h stb_truetype.h lib/mesa/src/intel/vulkan: anv_entrypoints.c anv_entrypoints.h anv_extensions.c anv_extensions.h anv_nir_lower_input_attachments.c lib/mesa/src/loader: Makefile.am Makefile.in lib/mesa/src/mapi: Makefile.am Makefile.in lib/mesa/src/mapi/es1api: ABI-check glapi_mapi_tmp.h glesv1_cm.pc.in lib/mesa/src/mapi/es2api: ABI-check glapi_mapi_tmp.h glesv2.pc.in lib/mesa/src/mapi/glapi: glapi_gentable.c glapi_mapi_tmp.h glapi_sparc.S glapi_x86-64.S glapi_x86.S glapitable.h glapitemp.h glprocs.h lib/mesa/src/mapi/glapi/gen: Makefile.am Makefile.in lib/mesa/src/mapi/shared-glapi: glapi_mapi_tmp.h lib/mesa/src/mesa: Makefile.am Makefile.in gl.pc.in lib/mesa/src/mesa/drivers/dri: Makefile.am Makefile.in dri.pc.in lib/mesa/src/mesa/drivers/dri/common: Makefile.am Makefile.in lib/mesa/src/mesa/drivers/dri/i915: Makefile.am Makefile.in lib/mesa/src/mesa/drivers/dri/i965: Makefile.am Makefile.in brw_oa.py brw_oa_bdw.xml brw_oa_bxt.xml brw_oa_cflgt2.xml brw_oa_cflgt3.xml brw_oa_chv.xml brw_oa_cnl.xml brw_oa_glk.xml brw_oa_hsw.xml brw_oa_kblgt2.xml brw_oa_kblgt3.xml brw_oa_metrics.c brw_oa_metrics.h brw_oa_sklgt2.xml brw_oa_sklgt3.xml brw_oa_sklgt4.xml brw_performance_query.h brw_performance_query_mdapi.c brw_performance_query_metrics.h lib/mesa/src/mesa/drivers/dri/nouveau: Makefile.am Makefile.in lib/mesa/src/mesa/drivers/dri/r200: Makefile.am Makefile.in radeon_buffer_objects.c radeon_buffer_objects.h radeon_chipset.h radeon_cmdbuf.h radeon_common.c radeon_common.h radeon_common_context.c radeon_common_context.h radeon_debug.c radeon_debug.h radeon_dma.c radeon_dma.h radeon_fbo.c radeon_fog.c radeon_fog.h radeon_mipmap_tree.c radeon_mipmap_tree.h radeon_pixel_read.c radeon_queryobj.c radeon_queryobj.h radeon_screen.c radeon_screen.h radeon_span.c radeon_span.h radeon_tex_copy.c radeon_texture.c radeon_texture.h radeon_tile.c radeon_tile.h lib/mesa/src/mesa/drivers/dri/r200/server: radeon_reg.h lib/mesa/src/mesa/drivers/dri/radeon: Makefile.am Makefile.in lib/mesa/src/mesa/drivers/dri/swrast: Makefile.am Makefile.in lib/mesa/src/mesa/drivers/osmesa: Makefile.am Makefile.in osmesa.pc.in lib/mesa/src/mesa/drivers/x11: Makefile.am Makefile.in lib/mesa/src/mesa/main: api_exec.c dispatch.h enums.c format_fallback.c format_info.h format_pack.c format_unpack.c get_hash.h marshal_generated.c marshal_generated.h remap_helper.h lib/mesa/src/mesa/main/tests: Makefile.am Makefile.in lib/mesa/src/mesa/program: lex.yy.c program_parse.tab.c program_parse.tab.h lib/mesa/src/mesa/state_tracker: st_atom_shader.h st_nir_lower_uniforms_to_ubo.c lib/mesa/src/mesa/state_tracker/tests: Makefile.am Makefile.in lib/mesa/src/mesa/x86: gen_matypes.c lib/mesa/src/util: Makefile.am Makefile.in format_srgb.c lib/mesa/src/util/tests/fast_idiv_by_const: Makefile.am Makefile.in lib/mesa/src/util/tests/hash_table: Makefile.am Makefile.in lib/mesa/src/util/tests/set: Makefile.am Makefile.in lib/mesa/src/util/tests/string_buffer: Makefile.am Makefile.in lib/mesa/src/util/tests/vma: Makefile.am Makefile.in lib/mesa/src/util/xmlpool: Makefile.am Makefile.in ca.gmo de.gmo es.gmo fr.gmo nl.gmo options.h sv.gmo lib/mesa/src/vulkan: Makefile.am Makefile.in lib/mesa/src/vulkan/util: vk_enum_to_str.c vk_enum_to_str.h Log message: Merge Mesa 19.2.8 CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2020/01/21 19:52:03 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 2020/01/21 19:54:22 Modified files: . : 3RDPARTY Log message: update CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2020/01/21 20:03:06 Modified files: lib/mesa/m4 : .gitignore lib/mesa/src/gallium/winsys/panfrost/drm: Makefile.am Added files: lib/mesa : Makefile.am Makefile.in aclocal.m4 autogen.sh configure configure.ac install-gallium-links.mk install-lib-links.mk lib/mesa/bin : ar-lib compile config.guess config.sub depcomp install-sh ltmain.sh missing lib/mesa/m4 : ax_check_compile_flag.m4 ax_check_gnu_make.m4 ax_check_python_mako_module.m4 ax_gcc_builtin.m4 ax_gcc_func_attribute.m4 ax_prog_bison.m4 ax_prog_flex.m4 ax_pthread.m4 libtool.m4 ltoptions.m4 ltsugar.m4 ltversion.m4 lt~obsolete.m4 lib/mesa/src : Makefile.am Makefile.in lib/mesa/src/amd: Makefile.addrlib.am Makefile.am Makefile.common.am Makefile.in lib/mesa/src/amd/vulkan: Makefile.am Makefile.in lib/mesa/src/broadcom: Makefile.am Makefile.cle.am Makefile.genxml.am Makefile.in Makefile.v3d.am lib/mesa/src/compiler: Makefile.am Makefile.glsl.am Makefile.in Makefile.nir.am Makefile.spirv.am lib/mesa/src/egl: Makefile.am Makefile.in lib/mesa/src/egl/main: egl.pc.in lib/mesa/src/egl/wayland/wayland-drm: Makefile.am Makefile.in lib/mesa/src/freedreno: Makefile.am Makefile.in lib/mesa/src/gallium: Automake.inc Makefile.am Makefile.in lib/mesa/src/gallium/auxiliary: Makefile.am Makefile.in lib/mesa/src/gallium/auxiliary/pipe-loader: Makefile.am Makefile.in lib/mesa/src/gallium/drivers/etnaviv: Automake.inc Makefile.am Makefile.in lib/mesa/src/gallium/drivers/freedreno: Automake.inc Makefile.am Makefile.in lib/mesa/src/gallium/drivers/i915: Automake.inc Makefile.am Makefile.in lib/mesa/src/gallium/drivers/kmsro: Automake.inc Makefile.am Makefile.in lib/mesa/src/gallium/drivers/llvmpipe: Automake.inc Makefile.am Makefile.in lib/mesa/src/gallium/drivers/nouveau: Automake.inc Makefile.am Makefile.in lib/mesa/src/gallium/drivers/r300: Automake.inc Makefile.am Makefile.in lib/mesa/src/gallium/drivers/r600: Automake.inc Makefile.am Makefile.in lib/mesa/src/gallium/drivers/radeonsi: Automake.inc Makefile.am Makefile.in lib/mesa/src/gallium/drivers/softpipe: Automake.inc Makefile.am Makefile.in lib/mesa/src/gallium/drivers/svga: Automake.inc Makefile.am Makefile.in lib/mesa/src/gallium/drivers/swr: Automake.inc Makefile.am Makefile.in lib/mesa/src/gallium/drivers/tegra: Automake.inc Makefile.am Makefile.in lib/mesa/src/gallium/drivers/v3d: Automake.inc Makefile.am Makefile.in lib/mesa/src/gallium/drivers/vc4: Automake.inc Makefile.am Makefile.in lib/mesa/src/gallium/drivers/virgl: Automake.inc Makefile.am Makefile.in lib/mesa/src/gallium/state_trackers/clover: Makefile.am Makefile.in lib/mesa/src/gallium/state_trackers/dri: Makefile.am Makefile.in lib/mesa/src/gallium/state_trackers/glx/xlib: Makefile.am Makefile.in lib/mesa/src/gallium/state_trackers/nine: Makefile.am Makefile.in lib/mesa/src/gallium/state_trackers/omx: Makefile.am Makefile.in lib/mesa/src/gallium/state_trackers/omx/bellagio: Makefile.am Makefile.in lib/mesa/src/gallium/state_trackers/omx/tizonia: Makefile.am Makefile.in lib/mesa/src/gallium/state_trackers/osmesa: Makefile.am Makefile.in lib/mesa/src/gallium/state_trackers/va: Makefile.am Makefile.in lib/mesa/src/gallium/state_trackers/vdpau: Makefile.am Makefile.in lib/mesa/src/gallium/state_trackers/xa: Makefile.am Makefile.in lib/mesa/src/gallium/state_trackers/xvmc: Makefile.am Makefile.in lib/mesa/src/gallium/targets/d3dadapter9: Makefile.am Makefile.in d3d.pc.in lib/mesa/src/gallium/targets/dri: Makefile.am Makefile.in lib/mesa/src/gallium/targets/libgl-xlib: Makefile.am Makefile.in lib/mesa/src/gallium/targets/omx: Makefile.am Makefile.in lib/mesa/src/gallium/targets/opencl: Makefile.am Makefile.in lib/mesa/src/gallium/targets/osmesa: Makefile.am Makefile.in osmesa.pc.in lib/mesa/src/gallium/targets/pipe-loader: Makefile.am Makefile.in lib/mesa/src/gallium/targets/va: Makefile.am Makefile.in lib/mesa/src/gallium/targets/vdpau: Makefile.am Makefile.in lib/mesa/src/gallium/targets/xa: Makefile.am Makefile.in xatracker.pc.in lib/mesa/src/gallium/targets/xvmc: Makefile.am Makefile.in lib/mesa/src/gallium/tests/trivial: Makefile.am Makefile.in lib/mesa/src/gallium/tests/unit: Makefile.am Makefile.in lib/mesa/src/gallium/winsys/amdgpu/drm: Makefile.am Makefile.in lib/mesa/src/gallium/winsys/etnaviv/drm: Makefile.am Makefile.in lib/mesa/src/gallium/winsys/freedreno/drm: Makefile.am Makefile.in lib/mesa/src/gallium/winsys/i915/drm: Makefile.am Makefile.in lib/mesa/src/gallium/winsys/kmsro/drm: Makefile.am Makefile.in lib/mesa/src/gallium/winsys/nouveau/drm: Makefile.am Makefile.in lib/mesa/src/gallium/winsys/radeon/drm: Makefile.am Makefile.in lib/mesa/src/gallium/winsys/svga/drm: Makefile.am Makefile.in lib/mesa/src/gallium/winsys/sw/dri: Makefile.am Makefile.in lib/mesa/src/gallium/winsys/sw/kms-dri: Makefile.am Makefile.in lib/mesa/src/gallium/winsys/sw/null: Makefile.am Makefile.in lib/mesa/src/gallium/winsys/sw/wrapper: Makefile.am Makefile.in lib/mesa/src/gallium/winsys/sw/xlib: Makefile.am Makefile.in lib/mesa/src/gallium/winsys/tegra/drm: Makefile.am Makefile.in lib/mesa/src/gallium/winsys/v3d/drm: Makefile.am Makefile.in lib/mesa/src/gallium/winsys/vc4/drm: Makefile.am Makefile.in lib/mesa/src/gallium/winsys/virgl/drm: Makefile.am Makefile.in lib/mesa/src/gallium/winsys/virgl/vtest: Makefile.am Makefile.in lib/mesa/src/gbm: Makefile.am Makefile.in lib/mesa/src/gbm/main: gbm.pc.in lib/mesa/src/glx: Makefile.am Makefile.in lib/mesa/src/glx/apple: Makefile.am Makefile.in lib/mesa/src/glx/tests: Makefile.am Makefile.in lib/mesa/src/glx/windows: Makefile.am Makefile.in windowsdriproto.pc.in lib/mesa/src/gtest: Makefile.am Makefile.in lib/mesa/src/intel: Makefile.am Makefile.blorp.am Makefile.common.am Makefile.compiler.am Makefile.dev.am Makefile.genxml.am Makefile.in Makefile.isl.am Makefile.tools.am Makefile.vulkan.am lib/mesa/src/loader: Makefile.am Makefile.in lib/mesa/src/mapi: Makefile.am Makefile.in lib/mesa/src/mapi/es1api: glesv1_cm.pc.in lib/mesa/src/mapi/es2api: glesv2.pc.in lib/mesa/src/mapi/glapi/gen: Makefile.am Makefile.in lib/mesa/src/mesa: Makefile.am Makefile.in gl.pc.in lib/mesa/src/mesa/drivers/dri: Makefile.am Makefile.in dri.pc.in lib/mesa/src/mesa/drivers/dri/common: Makefile.am Makefile.in lib/mesa/src/mesa/drivers/dri/i915: Makefile.am Makefile.in lib/mesa/src/mesa/drivers/dri/i965: Makefile.am Makefile.in lib/mesa/src/mesa/drivers/dri/nouveau: Makefile.am Makefile.in lib/mesa/src/mesa/drivers/dri/r200: Makefile.am Makefile.in lib/mesa/src/mesa/drivers/dri/radeon: Makefile.am Makefile.in lib/mesa/src/mesa/drivers/dri/swrast: Makefile.am Makefile.in lib/mesa/src/mesa/drivers/osmesa: Makefile.am Makefile.in osmesa.pc.in lib/mesa/src/mesa/drivers/x11: Makefile.am Makefile.in lib/mesa/src/mesa/main/tests: Makefile.am Makefile.in lib/mesa/src/mesa/state_tracker/tests: Makefile.am Makefile.in lib/mesa/src/util: Makefile.am Makefile.in lib/mesa/src/util/tests/fast_idiv_by_const: Makefile.am Makefile.in lib/mesa/src/util/tests/hash_table: Makefile.am Makefile.in lib/mesa/src/util/tests/set: Makefile.am Makefile.in lib/mesa/src/util/tests/string_buffer: Makefile.am Makefile.in lib/mesa/src/util/tests/vma: Makefile.am Makefile.in lib/mesa/src/util/xmlpool: Makefile.am Makefile.in lib/mesa/src/vulkan: Makefile.am Makefile.in Log message: add back autotools files removed upstream CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2020/01/21 20:07:53 Added files: lib/mesa/src/amd/common: sid_tables.h lib/mesa/src/amd/vulkan: radv_entrypoints.c radv_entrypoints.h radv_extensions.c radv_extensions.h vk_format_table.c lib/mesa/src/broadcom/cle: v3d_packet_v21_pack.h v3d_packet_v33_pack.h v3d_packet_v41_pack.h v3d_packet_v42_pack.h v3d_xml.h lib/mesa/src/compiler/glsl: float64_glsl.h glsl_lexer.cpp glsl_parser.cpp glsl_parser.h ir_expression_operation.h ir_expression_operation_constant.h ir_expression_operation_strings.h lib/mesa/src/compiler/glsl/glcpp: glcpp-lex.c glcpp-parse.c glcpp-parse.h lib/mesa/src/compiler/nir: nir_builder_opcodes.h nir_constant_expressions.c nir_intrinsics.c nir_intrinsics.h nir_opcodes.c nir_opcodes.h nir_opt_algebraic.c lib/mesa/src/compiler/spirv: spirv_info.c vtn_gather_types.c lib/mesa/src/egl: g_egldispatchstubs.c g_egldispatchstubs.h lib/mesa/src/freedreno/ir3: ir3_nir_trig.c lib/mesa/src/gallium/auxiliary/indices: u_indices_gen.c u_unfilled_gen.c lib/mesa/src/gallium/auxiliary/util: u_format_table.c lib/mesa/src/gallium/drivers/radeonsi: si_driinfo.h lib/mesa/src/gallium/state_trackers/xa: xa_tracker.h lib/mesa/src/glx: indirect.c indirect.h indirect_init.c indirect_size.c indirect_size.h lib/mesa/src/intel/compiler: brw_nir_trig_workarounds.c lib/mesa/src/intel/genxml: gen10_pack.h gen11_pack.h gen45_pack.h gen4_pack.h gen5_pack.h gen6_pack.h gen75_pack.h gen7_pack.h gen8_pack.h gen9_pack.h genX_bits.h genX_xml.h lib/mesa/src/intel/isl: isl_format_layout.c lib/mesa/src/intel/vulkan: anv_entrypoints.c anv_entrypoints.h anv_extensions.c anv_extensions.h lib/mesa/src/mapi/es1api: glapi_mapi_tmp.h lib/mesa/src/mapi/es2api: glapi_mapi_tmp.h lib/mesa/src/mapi/glapi: glapi_gentable.c glapi_mapi_tmp.h glapi_sparc.S glapi_x86-64.S glapi_x86.S glapitable.h glapitemp.h glprocs.h lib/mesa/src/mapi/shared-glapi: glapi_mapi_tmp.h lib/mesa/src/mesa/main: api_exec.c dispatch.h enums.c format_fallback.c format_info.h format_pack.c format_unpack.c get_hash.h marshal_generated.c marshal_generated.h remap_helper.h lib/mesa/src/mesa/program: lex.yy.c program_parse.tab.c program_parse.tab.h lib/mesa/src/util: format_srgb.c lib/mesa/src/util/xmlpool: options.h ca.gmo de.gmo es.gmo nl.gmo fr.gmo sv.gmo lib/mesa/src/vulkan/util: vk_enum_to_str.c vk_enum_to_str.h Log message: add files generated by python scripts which stopped being shipped with distfiles when upstream removed autotools CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2020/01/21 20:15:43 Modified files: lib/libssl : tls13_lib.c Log message: Don't add an extra unknown error if we got a fatal alert ok jsing@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/01/21 20:20:09 Modified files: lib/libssl : tls13_client.c Log message: Correctly set the legacy version when TLSv1.3 is building a client hello. The legacy version field is capped at TLSv1.2, however it may be lower than this if we are only choosing to use TLSv1.0 or TLSv1.1. ok beck@ tb@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/01/21 20:26:02 Modified files: sys/dev/ic : w83l518d_sdmmc.c Log message: wbsd(4): timeout_add(9) -> timeout_add_msec(9); ok deraadt@ CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2020/01/21 20:29:58 Modified files: sys/arch/amd64/include: vmmvar.h Log message: Remove trailing whitespace, no code change. CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2020/01/21 20:34:13 Modified files: lib/mesa/m4 : .gitignore lib/mesa/src/gallium/winsys/panfrost/drm: Makefile.am Added files: lib/mesa/src/mesa/drivers/dri/r200: radeon_buffer_objects.c radeon_buffer_objects.h radeon_chipset.h radeon_cmdbuf.h radeon_common.c radeon_common.h radeon_common_context.c radeon_common_context.h radeon_debug.c radeon_debug.h radeon_dma.c radeon_dma.h radeon_fbo.c radeon_fog.c radeon_fog.h radeon_mipmap_tree.c radeon_mipmap_tree.h radeon_pixel_read.c radeon_queryobj.c radeon_queryobj.h radeon_screen.c radeon_screen.h radeon_span.c radeon_span.h radeon_tex_copy.c radeon_texture.c radeon_texture.h radeon_tile.c radeon_tile.h lib/mesa/src/mesa/drivers/dri/r200/server: radeon_reg.h Log message: fix some things which got broken in merge CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/01/21 20:35:11 Modified files: distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/01/21 20:43:13 Modified files: sys/dev/usb : umass.c Log message: Some devices do not update the TRB transfer residual information as STALL'ing. So use the standard's recommended csw.dCSWDataResidue and copy data only on successful completion of the request. Fixes issue where N bytes are requested, M bytes are returned, and the device STALL's because it has no more data to give. Thus resulting in no data is copied to the user buffer but the claim being made that said buffer now contains M new bytes of valid data. e.g. when cdio(1) asks for 4096 bytes of media data and only 96 bytes are provided by the CDRW device. Feeback, cluebats, fixes and ok patrick@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/01/21 20:47:39 Modified files: usr.bin/awk : awk.1 Log message: claudio noticed that "exit" inside the main {} clause still runs the EXIT clause, this was poorly documented as "immediately", and "after the last line" which is inaccurate there are other causes. Explain this a bit better. ok millert claudio CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2020/01/21 21:04:39 Modified files: usr.bin/leave : leave.1 Log message: reword to avoid second person. ok cheloha deraadt CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/01/21 21:17:50 Modified files: sys/dev/pci/drm/ttm: ttm_bo.c Log message: Make ttm_bo_unmap_virtual_locked() actually unmap things. Fixes cursor issues and suspend/resume on amdgpu(4). Might help radeondrm(4) issues as well. tested by mortimer@, abieber@, krw@ ok jsg@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2020/01/21 21:35:21 Modified files: usr.sbin/bind/lib/isc/include/isc: Makefile.in Removed files: usr.sbin/bind/lib/isc/include/isc: queue.h Log message: florian points out that queue.h is unused CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/21 21:49:16 Modified files: usr.bin/ssh : msg.c Log message: some __func__ and strerror(errno) here; no functional change CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2020/01/21 21:51:48 Modified files: usr.bin/openssl: s_client.c Log message: Add -peekaboo option to s_client, to test SSL_peek peeks data before reading, compares to subsequent read. ok jsing@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/01/21 21:51:51 Modified files: usr.bin/ssh : ssh-keygen.c Log message: For ssh-keygen -lF only add a space after key fingerprint when there is a comment. This makes copy-paste of fingerprints into ssh easier. OK djm@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2020/01/21 21:58:23 Modified files: usr.bin/ssh : myproposal.h Log message: remove diffie-hellman-group14-sha1 from default kex to see what happens. general mostly ok CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/21 22:00:34 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py-botocore-1.14.7. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/21 22:00:59 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py-boto3-1.11.7. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/21 22:01:18 Modified files: net/py-s3transfer: Makefile distinfo Log message: Update to py-s3transfer-0.3.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/21 22:01:52 Modified files: sysutils/awscli: Makefile distinfo sysutils/awscli/pkg: PLIST Log message: Update to awscli-1.17.7. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2020/01/21 22:06:19 Modified files: share/man/man4 : Makefile sys/dev/isa : files.isa sys/arch/i386/conf: GENERIC Removed files: share/man/man4 : rtfps.4 sys/dev/isa : rtfps.c Log message: rm rtfps driver. disabled and man page doesn't inspire much confidence. ok deraadt CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/01/21 22:06:23 Modified files: lib/libssl : tls13_client.c tls13_internal.h tls13_record_layer.c tls13_server.c Log message: After the ClientHello has been sent or received and before the peer's Finished message has been received, a change cipher spec may be received and must be ignored. Add a flag to the record layer struct and set it at the appropriate moments during the handshake so that we will ignore it. ok jsing CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/21 22:15:58 Modified files: sysutils/terraform/terraform: Makefile distinfo Log message: Update to terraform-0.12.19. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/21 22:18:55 Modified files: sysutils/terraform/provider-alicloud: Makefile distinfo sysutils/terraform/provider-aws: Makefile distinfo sysutils/terraform/provider-azurerm: Makefile distinfo sysutils/terraform/provider-datadog: Makefile distinfo sysutils/terraform/provider-fastly: Makefile distinfo sysutils/terraform/provider-newrelic: Makefile distinfo sysutils/terraform/provider-ns1: Makefile distinfo sysutils/terraform/provider-opsgenie: Makefile distinfo sysutils/terraform/provider-ovh: Makefile distinfo sysutils/terraform/provider-rabbitmq: Makefile distinfo sysutils/terraform/provider-rancher: Makefile distinfo sysutils/terraform/provider-vault: Makefile distinfo Log message: Update terraform providers. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/21 22:19:24 Modified files: share/man/man4 : com.4 isa.4 Log message: remove references to rtfps CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/01/21 22:25:05 Modified files: sys/dev/fdt : simplefb.c Log message: The Pinebook Pro's u-boot seems to add a zero-length framebuffer node, which essentially means that there is none. Make sure we don't attach in that case, so that we don't panic while trying to map it. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/21 22:46:23 Modified files: security/py-secretstorage: Makefile x11/gnome/keyring: Makefile x11/gnome/libgnome-keyring: Makefile Log message: Tweak org.freedesktop.secrets comment; no change. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/21 22:47:36 Modified files: x11/gnome/libsecret: Makefile distinfo x11/gnome/libsecret/patches: patch-egg_egg-secure-memory_c x11/gnome/libsecret/pkg: PLIST Log message: Update to libsecret-0.20.0. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2020/01/21 22:53:02 Modified files: devel/py-country: Makefile distinfo devel/py-country/pkg: PLIST Log message: Update devel/py-country 18.12.8 -> 19.8.18 From Paco Esteban Input from sthen CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/01/21 23:23:00 Modified files: lib/libssl : tls13_internal.h tls13_lib.c tls13_record_layer.c Log message: Implement support for SSL_peek() in the TLSv1.3 record layer. ok beck@ tb@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2020/01/21 23:24:08 Modified files: sbin/ifconfig : brconfig.c sbin/kbd : kbd_wscons.c sbin/mount_nfs : mount_nfs.c sbin/nfsd : nfsd.c Log message: remove semicolons not needed after } statements. ok deraadt CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2020/01/21 23:24:43 Modified files: usr.sbin/acme-client: json.c Log message: set array length after allocation succeeds so free path doesn't deref null. ok deraadt CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/01/21 23:40:42 Modified files: usr.bin/openssl: s_client.c Log message: Simplify the peekaboo code. ok beck@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2020/01/21 23:44:02 Modified files: lib/libtls : tls.h Log message: Enable TLS version 1.3 in the default protocols for libtls. This will as yet not do anything, until we turn it on in the lower level libraries. ok jsing@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2020/01/21 23:46:34 Modified files: lib/libtls/man : tls_config_set_protocols.3 Log message: Note in the man page that the default protocols list includes 1.3 ok jsing@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/21 23:47:15 Modified files: usr.sbin/bind/lib/dns: ds.c dst_api.c dst_gost.h dst_internal.h dst_openssl.h hmac_link.c openssl_link.c openssldsa_link.c opensslecdsa_link.c opensslrsa_link.c usr.sbin/bind/lib/isc: aes.c hmacsha.c sha1.c sha2.c usr.sbin/bind/lib/isc/include/isc: hmacsha.h platform.h.in sha1.h sha2.h Removed files: usr.sbin/bind/lib/dns: openssleddsa_link.c opensslgost_link.c Log message: unifdef openssl, specifically with passing this to unifdef(1) and a bit of hand massaging: define HAVE_EVP_SHA256 define HAVE_EVP_SHA384 define HAVE_EVP_SHA512 undef HAVE_FIPS_MODE undef HAVE_OPENSSL_AES define HAVE_OPENSSL_ECDSA undef HAVE_OPENSSL_ED25519 undef HAVE_OPENSSL_ED448 define HAVE_OPENSSL_EVP_AES undef HAVE_OPENSSL_GOST define ISC_PLATFORM_OPENSSLHASH define OPENSSL_VERSION_NUMBER 0x20000000L define USE_EVP define ECDSA_R_RANDOM_NUMBER_GENERATION_FAILED define OPENSSL Guidance & OK tb CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/01/21 23:56:50 Modified files: lib/libcrypto : Makefile Log message: Simplify header installation by combining the HDRS and HDRS_GEN loops. ok beck@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/22 00:18:32 Modified files: usr.sbin/bind/lib/isc/unix: app.c Log message: Pretty sure we are not BSDI 3.1; remove a threading straggler CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2020/01/22 00:31:27 Modified files: regress/usr.bin/ssh: keyscan.sh Log message: Increase keyscan timeout from default. On slow hosts 3 concurrent keyscans can hit the default 5 second timeout, so increase to 15 seconds. CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2020/01/22 00:38:30 Modified files: usr.bin/ssh : sshconnect.c Log message: Ignore whitespace when checking explict fingerprint. When confirming a host key using the fingerprint itself, ignore leading and trailing whitespace. ok deraadt@ djm@ CVSROOT: /cvs Module name: ports Changes by: pirofti@cvs.openbsd.org 2020/01/22 00:45:46 Log message: Import yt-audio-0.1. A simple, configurable, cross-platform youtube-dl wrapper for downloading and managing youtube audio (with added features). OK landry@, sthen@ Status: Vendor Tag: pirofti Release Tags: pirofti_20200122 N ports/audio/yt-audio/Makefile N ports/audio/yt-audio/distinfo N ports/audio/yt-audio/pkg/DESCR N ports/audio/yt-audio/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/01/22 00:46:26 Modified files: usr.sbin/bind/lib/dns: Makefile.in usr.sbin/bind/lib/isc: Makefile.in usr.sbin/bind/lib/isccfg: Makefile.in Removed files: usr.sbin/bind/lib/dns: version.c usr.sbin/bind/lib/dns/include/dns: version.h usr.sbin/bind/lib/isc: version.c usr.sbin/bind/lib/isc/include/isc: version.h usr.sbin/bind/lib/isccfg: version.c usr.sbin/bind/lib/isccfg/include/isccfg: version.h Log message: delete version detailing in all libraries; ok tedu florian CVSROOT: /cvs Module name: ports Changes by: pirofti@cvs.openbsd.org 2020/01/22 00:49:02 Modified files: audio : Makefile Log message: Link yt-audio CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2020/01/22 00:49:33 Modified files: lib/libssl : ssl.h ssl_locl.h Log message: Move guards from public to internal headers, and fix not use values. reverts previous attempt which would have broken ports ok jsing@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/22 00:52:31 Modified files: sys/dev/pci/drm/include/linux: mm.h sys/dev/pci/drm/include/drm: drm_vma_manager.h Log message: Remove empty unmap_mapping_range() define and hide drm_vma_node_unmap(). Errors at compile time are preferred over being silently broken. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/01/22 00:52:38 Modified files: sys/kern : kern_unveil.c lib/libc/net : ip6opt.c regress/sys/kern/cmsgsize: cmsgsize.c sbin/iked : ikev2_msg.c sys/dev/fdt : rkclock.c sys/dev/sdmmc : sdhc.c usr.bin/pr : pr.c usr.sbin/bgpctl: parser.c usr.sbin/bgpd : rde_community.c usr.sbin/ldomctl: config.c Log message: delete wasteful ;; ok tedu CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/01/22 00:58:28 Modified files: lib/libcrypto : Makefile lib/libssl : Makefile lib/libtls : Makefile Log message: Add checks to ensure that lib{crypto,ssl,tls} public headers have actually been installed prior to building. Requested by and ok tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/01/22 01:00:46 Modified files: lib/libtls : Makefile Log message: Correct includes check for libtls. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2020/01/22 01:09:20 Modified files: www/nextcloud : Makefile distinfo www/nextcloud/pkg: PLIST Log message: Update for Nextcloud to 18.0.0 OK abieber@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2020/01/22 01:09:49 Modified files: www/nextcloud : Tag: OPENBSD_6_6 Makefile distinfo www/nextcloud/pkg: Tag: OPENBSD_6_6 PLIST Log message: Update for Nextcloud to 18.0.0 OK abieber@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/22 01:14:10 Modified files: usr.sbin/bind : config.h.in Log message: remove defines from config.h.in that are no longer checked in the code hilarious deraadt@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2020/01/22 01:17:01 Modified files: usr.sbin/bind/lib/isc: safe.c usr.sbin/bind/lib/isc/unix: stdio.c file.c Log message: unifdef a few features we have. ok florian CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/01/22 01:24:25 Modified files: lib/libssl : ssl_locl.h Log message: Enable the TLSv1.3 client in libssl. This also makes it available to clients that use libtls, including ftp(1) and nc(1). Note that this does not expose additional defines via public headers, which means that any code conditioning on defines like TLS1_3_VERSION or SSL_OP_NO_TLSv1_3 will not enable or use TLSv1.3. This approach is necessary since too many pieces of software assume that if TLS1_3_VERSION is available, other OpenSSL 1.1 API will also be available, which is not necessarily the case. ok beck@ tb@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/22 01:52:34 Modified files: devel/py-buildslave: Makefile distinfo devel/py-buildslave/pkg: PLIST devel/py-buildbot: Makefile.inc devel/py-buildbot/buildbot: distinfo devel/py-buildbot/buildbot/pkg: PLIST devel/py-buildbot/console-view: distinfo devel/py-buildbot/grid-view: distinfo devel/py-buildbot/pkg: distinfo devel/py-buildbot/waterfall-view: distinfo devel/py-buildbot/www: distinfo Log message: Update to buildbot 2.6.0. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2020/01/22 02:29:50 Modified files: usr.sbin/bind/lib/isc/unix: app.c socket.c Log message: eliminate many other possibilities in favor of just using select() here. ok florian CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/22 03:21:47 Modified files: security/suricata: Makefile security/suricata/pkg: PLIST Log message: Remove share/doc/suricata, the files it contains are all just a couple of lines redirecting readers to the website. ok gonzalo@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/01/22 03:28:49 Modified files: lib/libssl : ssl_tlsext.c Log message: Avoid modifying alert in the success path. ok beck jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/01/22 03:36:57 Modified files: lib/libssl : ssl_tlsext.c Log message: fix previous: alert_desc needs to be an int. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/01/22 03:38:11 Modified files: lib/libssl : ssl_tlsext.c Log message: Rename failure into alert_desc in tlsext_ocsp_server_parse(). CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2020/01/22 04:26:47 Modified files: lib/libssl : tls13_client.c Log message: Send alerts on certificate verification failures of server certs ok tb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/22 04:55:35 Modified files: x11/gnome/libsecret: Makefile x11/gnome/libsecret/pkg: PLIST Log message: Explicitely do *not* depend on gtk-doc; we don't care about the html documentation. breakage reported by pvk@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/01/22 04:56:41 Modified files: sys/dev/fdt : dwmmc.c Log message: Ack SDIO interrupts earlier on dwmmc(4). While handling an SDIO interrupt it is possible that the card immediately raises another one. Since the interrupt seems to be edge triggered, and we only acked it after said handling, it was possible we lose the next one. This heavily improves bwfm(4) on the Pinebook Pro. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/01/22 05:08:55 Modified files: sys/dev/sdmmc : if_bwfm_sdio.c Log message: Recognize BCM4345 rev 9, which requires a different firmware, as shipped with the Pinebook Pro as an AMPAK AP6256 module. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/01/22 05:38:39 Modified files: share/man/man8/man8.amd64: MAKEDEV.8 share/man/man8/man8.arm64: MAKEDEV.8 share/man/man8/man8.armv7: MAKEDEV.8 share/man/man8/man8.i386: MAKEDEV.8 share/man/man8/man8.landisk: MAKEDEV.8 share/man/man8/man8.loongson: MAKEDEV.8 share/man/man8/man8.luna88k: MAKEDEV.8 share/man/man8/man8.macppc: MAKEDEV.8 share/man/man8/man8.octeon: MAKEDEV.8 share/man/man8/man8.sgi: MAKEDEV.8 share/man/man8/man8.sparc64: MAKEDEV.8 Log message: regen CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/22 05:56:14 Modified files: usr.sbin/bind : config.h.in usr.sbin/bind/lib/isc/unix: net.c socket.c Log message: Spell out PORT_NONBLOCK as O_NONBLOCK and ISC_SOCKADDR_LEN_T as socklen_t. OK millert CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/22 05:57:22 Modified files: usr.sbin/bind : config.h.in usr.sbin/bind/lib/dns: message.c name.c usr.sbin/bind/lib/isc: hash.c safe.c usr.sbin/bind/lib/isc/include/isc: assertions.h error.h magic.h util.h Removed files: usr.sbin/bind/lib/isc/include/isc: likely.h Log message: get rid if ISC_{UN,}LIKELY it's in the way and not useful. OK millert CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/22 05:58:35 Modified files: usr.sbin/bind/bin/dig: dighost.c host.c usr.sbin/bind/lib/dns: gen-unix.h message.c usr.sbin/bind/lib/dns/include/dns: message.h usr.sbin/bind/lib/isc: lex.c usr.sbin/bind/lib/isc/unix: app.c net.c socket.c usr.sbin/bind/lib/isccfg: namedconf.c usr.sbin/bind/lib/lwres: lwconfig.c Log message: unifdef the last config.h bits OK millert CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/22 06:02:10 Modified files: usr.sbin/bind : configure configure.in usr.sbin/bind/bin/dig: dig.c dighost.c host.c nslookup.c usr.sbin/bind/lib/dns: byaddr.c callbacks.c compress.c dnssec.c ds.c dst_api.c dst_parse.c dst_result.c hmac_link.c key.c keydata.c lib.c log.c master.c masterdump.c message.c name.c ncache.c nsec.c nsec3.c openssl_link.c openssldh_link.c openssldsa_link.c opensslecdsa_link.c opensslrsa_link.c rcode.c rdata.c rdatalist.c rdataset.c result.c soa.c time.c tsec.c tsig.c ttl.c usr.sbin/bind/lib/isc: aes.c app_api.c assertions.c base32.c base64.c bitstring.c buffer.c bufferlist.c commandline.c error.c event.c hash.c heap.c hex.c hmacmd5.c hmacsha.c inet_aton.c iterated_hash.c lex.c log.c md5.c netaddr.c netscope.c parseint.c refcount.c regex.c region.c result.c rwlock.c safe.c serial.c sha1.c sha2.c sockaddr.c socket_api.c symtab.c task.c timer.c usr.sbin/bind/lib/isc/include/isc: Makefile.in aes.h assertions.h bind9.h commandline.h error.h hmacsha.h ipv6.h log.h refcount.h rwlock.h sha1.h sha2.h usr.sbin/bind/lib/isc/nothreads: condition.c thread.c usr.sbin/bind/lib/isc/unix: app.c dir.c errno.c errno2result.c file.c fsaccess.c ipv6.c net.c socket.c stdio.c stdtime.c strerror.c syslog.c time.c usr.sbin/bind/lib/isc/unix/include/isc: net.h usr.sbin/bind/lib/isccfg: dnsconf.c namedconf.c parser.c usr.sbin/bind/lib/lwres: lwconfig.c Removed files: usr.sbin/bind : acconfig.h config.h.in usr.sbin/bind/lib/isc/include/isc: platform.h.in Log message: config.h and platform.h are unused now CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/01/22 06:06:20 Modified files: lib/libssl : ssl_locl.h Log message: Fix things so that `make -DTLS1_3` works again. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/01/22 06:10:51 Modified files: lib/libssl : tls13_client.c tls13_handshake.c tls13_internal.h tls13_lib.c tls13_server.c Log message: Pass a handshake message content CBS to TLSv1.3 receive handlers. This avoids every receive handler from having to get the handshake message content itself. Additionally, pull the trailing data check up so that each receive handler does not have to implement it. This makes the code more readable and reduces duplication. ok beck@ tb@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2020/01/22 06:14:51 Modified files: etc/rc.d : sshd Log message: update pexp in rc.d/sshd to match the new setproctitle ('sshd: [listener] 1 of 10-100 startups'). "makes sense" deraadt@ Beware if you have multiple sshd processes (e.g. on different ports) and want to restart/stop just one - with the current proctitle there's no way to distinguish between these so rc.d/rcctl will match all of them. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/01/22 06:20:17 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/01/22 07:52:14 Modified files: sys/dev/pckbc : pms.c Log message: Unbreak !DIAGNOSTIC build. From Andrius V vezhlys (at) gmail, on bugs@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/01/22 08:47:22 Modified files: lib/libssl : ssl_locl.h ssl_methods.c tls13_server.c Log message: Wire up the TLSv1.3 server. This currently only has enough code to handle fallback to the legacy TLS stack for TLSv1.2 or earlier, however allows for further development and testing. ok beck@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/22 09:11:55 Modified files: net/isc-dhcp : Makefile distinfo net/isc-dhcp/patches: patch-bind_Makefile_in patch-client_Makefile_in net/isc-dhcp/pkg: PLIST-main PLIST-omapi Added files: net/isc-dhcp/patches: patch-keama_confparse_c patch-keama_data_c patch-keama_eval_c patch-keama_keama_c patch-keama_keama_h Removed files: net/isc-dhcp/patches: patch-common_socket_c Log message: update to isc-dhcp-4.4.2 and build the new "keama" tool (Kea migration assistant) CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2020/01/22 12:58:35 Modified files: app/cwm : calmwm.h screen.c xmalloc.c Log message: add, then use, xvasprintf, checking for appropriate return. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/22 14:39:07 Modified files: geo/traccar : Makefile distinfo geo/traccar/pkg: PLIST README Log message: Update to traccar-4.7, from Renaud Allard. First run after updating will be a little slower to start as it applies schema updates (adds a missing index that was responsible for slow reports). Point at login.conf fd limits in the pkg-readme, written by Renaud at my request (I discovered them the hard way ;) with a little tweak by me. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/22 15:03:30 Modified files: www/webkitgtk4 : Makefile distinfo Removed files: www/webkitgtk4/patches: patch-Source_WTF_wtf_URLHelpers_cpp patch-Source_WebCore_dom_Document_cpp Log message: Update to webkitgtk4-2.26.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/22 15:03:45 Modified files: www/webkitgtk4 : Tag: OPENBSD_6_6 Makefile distinfo Removed files: www/webkitgtk4/patches: Tag: OPENBSD_6_6 patch-Source_WTF_wtf_URLHelpers_cpp patch-Source_WebCore_dom_Document_cpp Log message: Bugfix update to webkitgtk4-2.26.3. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2020/01/22 15:25:22 Modified files: usr.sbin/acme-client: json.c Log message: use the correct length to allocate the right amount, broken by previous. noticed by Matthew Martin ok deraadt CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/01/22 15:56:07 Modified files: lib/libcrypto/man: EVP_EncryptInit.3 Log message: The length of the IV of EVP_chacha20 is currently 64 bits, not 96. ok beck CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/01/22 15:56:35 Modified files: sys/sys : mbuf.h sys/kern : uipc_mbuf.c Log message: add ml_hdatalen and mq_hdatalen as workalikes of ifq_hdatalen. this is so pppx(4) and the upcoming pppac(4) can give kq read data dn FIONREAD values that makes sense like the ones tun(4) and tap(4) provide with ifq_hdatalen. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/01/22 15:57:42 Modified files: share/man/man9 : ml_init.9 mq_init.9 Log message: document ml_hdatalen and mq_hdatalen CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/01/22 16:06:05 Modified files: sys/net : if_pppx.c sys/sys : conf.h Log message: add pppac(4) code for a dedicated PPP Access Concentrator interface. this is so we can pull the PIPEX code out of tun(4), which in turn will let us lock down tun(4) functionality and start moving the code around. ok claudio@ yasuoka@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/01/22 17:17:27 Modified files: usr.sbin/npppd/npppd: privsep.c Log message: allow npppd to use pppac(4) (once i wire it up) CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/01/22 17:30:59 Modified files: sys/dev/ic : ciss.c Log message: ciss(4): ciss_cmd: split polling loop into two loops There are really two loops here. One for SCSI_NOSLEEP and delay(9), the other for tsleep(9). The paths share a loop in the code but they shouldn't. They have different termination conditions and share little code. If we pull the conditional clause out of the for-loop and then give each path its own polling loop the logic should be easier to follow. ok krw@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/01/22 17:31:40 Modified files: share/man/man4 : pppx.4 Log message: the pppx(4) driver also provides pppac(4) interfaces CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2020/01/22 17:32:40 Modified files: net/wget : Makefile Added files: net/wget/patches: patch-src_openssl_c Log message: Fix wget with TLSv1.3. from beck CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/01/22 17:36:27 Modified files: textproc/gsed : Makefile distinfo textproc/gsed/pkg: PLIST Added files: textproc/gsed/patches: patch-Makefile_in Removed files: textproc/gsed/patches: patch-lib_Makefile_in patch-lib_regex_internal_h Log message: Update to gsed-4.8 Existing patches go away. A new patch is added because our makeinfo is too old to regen the info file but regeneration is unneccesary, so skip it. Use PORTHOME=${WRKDIR} to fix a broken test; from both sthen@ and cwen@ independently. Additional testing by cwen@ and Armin Wolfermann (MAINTAINER). ok cwen@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/01/22 17:36:56 Modified files: infrastructure/db: user.list net/iperf3 : Makefile net/iperf3/pkg : PLIST Added files: net/iperf3/pkg : iperf3.rc Log message: Implement an rc script for iperf3 that starts the server as a daemon. Add the _iperf3 user for this process. input kn@ ajacoutot@; OK sthen@ jca@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/01/22 18:02:34 Modified files: sys/kern : kern_pledge.c Log message: add /etc/protocols to the magic unveil whitelist that the dns pledge has "i get it" deraadt@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/01/22 18:22:59 Modified files: sys/net : if_pppx.c Log message: fix some ioctl/kq weirdness in the pppx(4) side of things. - pppx does not support FIOASYNC, so don't pretend it's fine. - have FIONREAD return the number of bytes that will be read. - have kevent data return the number of bytes to read instead of the number of packets on the svcq to read. CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/01/22 18:43:17 Modified files: sys/dev/ic : ciss.c Log message: ciss(4): tsleep(9) -> tsleep_nsec(9) "i" is a count of milliseconds. We convert it to a starting interval "ts" and determine our absolute timeout "end". Then we loop through until the poll is successful or "end" elapses. This could be simplified with an absolute timeout interface for tsleep(9) but alas, we don't have one yet. ok krw@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/01/22 19:24:38 Modified files: lib/libssl : tls13_client.c tls13_handshake.c tls13_internal.h tls13_server.c Log message: Pass a CBB to TLSv1.3 send handlers. This avoids the need for each send handler to call tls13_handshake_msg_start() and tls13_handshake_msg_finish(). ok beck@ tb@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/01/22 19:40:22 Modified files: sys/arch/alpha/alpha: conf.c sys/arch/amd64/amd64: conf.c sys/arch/arm/arm: conf.c sys/arch/arm64/arm64: conf.c sys/arch/hppa/hppa: conf.c sys/arch/i386/i386: conf.c sys/arch/landisk/landisk: conf.c sys/arch/loongson/loongson: conf.c sys/arch/luna88k/luna88k: conf.c sys/arch/macppc/macppc: conf.c sys/arch/octeon/octeon: conf.c sys/arch/sgi/sgi: conf.c sys/arch/sparc64/sparc64: conf.c Log message: wire up pppac(4) to some majors on each arch. i was lazy and just put them at the end of the existing set. fyi, i think major 51 is free on all archs if anyone is looking for another one. ok claudio@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/22 19:43:48 Modified files: usr.bin/ssh : ssh-keygen.1 ssh-keygen.c sshsig.c Log message: add a new signature operations "find-principal" to look up the principal associated with a signature from an allowed-signers file. Work by Sebastian Kinne; ok dtucker@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2020/01/22 19:46:49 Modified files: usr.bin/ssh : clientloop.c myproposal.h readconf.c readconf.h servconf.c sshconnect2.c Log message: Remove unsupported algorithms from list of defaults at run time and remove ifdef and distinct settings for OPENSSL=no case. This will make things much simpler for -portable where the exact set of algos depends on the configuration of both OpenSSH and the libcrypto it's linked against (if any). ok djm@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/01/22 19:47:29 Modified files: etc/etc.alpha : MAKEDEV.md etc/etc.amd64 : MAKEDEV.md etc/etc.arm64 : MAKEDEV.md etc/etc.armv7 : MAKEDEV.md etc/etc.hppa : MAKEDEV.md etc/etc.i386 : MAKEDEV.md etc/etc.landisk: MAKEDEV.md etc/etc.loongson: MAKEDEV.md etc/etc.luna88k: MAKEDEV.md etc/etc.macppc : MAKEDEV.md etc/etc.octeon : MAKEDEV.md etc/etc.sgi : MAKEDEV.md etc/etc.sparc64: MAKEDEV.md etc : MAKEDEV.common Log message: wire up pppac(4). with help from claudio@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/01/22 19:49:38 Modified files: lib/libssl : tls13_internal.h tls13_lib.c tls13_record_layer.c Log message: Add a TLS13_IO_ALERT return value so that we can explicitly signal when we sent or received a fatal alert. Pull the fatal_alert check up into tls13_legacy_error(). Also, if sending an alert resulted in EOF, do not propagate this back since we do not want to signal EOF to the caller (rather we want to indicate failure). ok beck@ tb@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/01/22 19:52:16 Modified files: etc/etc.alpha : MAKEDEV etc/etc.amd64 : MAKEDEV etc/etc.arm64 : MAKEDEV etc/etc.armv7 : MAKEDEV etc/etc.hppa : MAKEDEV etc/etc.i386 : MAKEDEV etc/etc.landisk: MAKEDEV etc/etc.loongson: MAKEDEV etc/etc.luna88k: MAKEDEV etc/etc.macppc : MAKEDEV etc/etc.octeon : MAKEDEV etc/etc.sgi : MAKEDEV etc/etc.sparc64: MAKEDEV Log message: regen after adding pppac CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/01/22 19:57:10 Modified files: sys/dev/ofw : ofw_misc.c ofw_misc.h Log message: Add an interface to read an nvmem "cell". ok patrick@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/01/22 19:59:25 Modified files: share/man/man8/man8.alpha: MAKEDEV.8 share/man/man8/man8.amd64: MAKEDEV.8 share/man/man8/man8.arm64: MAKEDEV.8 share/man/man8/man8.armv7: MAKEDEV.8 share/man/man8/man8.hppa: MAKEDEV.8 share/man/man8/man8.i386: MAKEDEV.8 share/man/man8/man8.landisk: MAKEDEV.8 share/man/man8/man8.loongson: MAKEDEV.8 share/man/man8/man8.luna88k: MAKEDEV.8 share/man/man8/man8.macppc: MAKEDEV.8 share/man/man8/man8.octeon: MAKEDEV.8 share/man/man8/man8.sgi: MAKEDEV.8 share/man/man8/man8.sparc64: MAKEDEV.8 Log message: regen for pppac(4) pointed out by deraadt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/01/22 20:00:00 Modified files: sys/dev/fdt : sxitemp.c Log message: Use information from nvmem (provided by sxisid(4)) to calibrate the temperature sensors. ok patrick@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/01/22 20:01:22 Modified files: usr.sbin/npppd/npppd: npppd.conf npppd.conf.5 Log message: use pppac(4) instead of tun(4) CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/01/22 20:10:18 Modified files: sys/net : if_tun.c Log message: remove PIPEX from tun(4) now that pppac(4) should be used instead. ok claudio@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/01/22 20:17:40 Modified files: lib/libssl : ssl_lib.c ssl_locl.h ssl_methods.c Log message: Switch back to a function pointer for ssl_pending. This will allow the TLSv1.3 stack to provide its own implementation. Nuke a completely bogus comment from SSL_pending() whilst here. ok beck@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2020/01/22 20:24:38 Modified files: regress/usr.bin/ssh: putty-kex.sh Log message: Also test PuTTY ecdh kex methods. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/01/22 20:27:56 Modified files: sys/dev/fdt : sxisid.c Log message: Hook sxisid(4) up to the nvmem "framework". ok patrick@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2020/01/22 20:35:07 Modified files: regress/usr.bin/ssh: putty-ciphers.sh Log message: Also test PuTTY chacha20. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2020/01/22 20:35:54 Modified files: usr.bin/openssl: s_client.c Log message: Make -peekaboo mode also use SSL_pending after peeking, to ensure SSL_pending implementation is correct. annoying jsing@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2020/01/22 20:40:18 Modified files: lib/libssl/man : SSL_pending.3 Log message: Remove lies from the SSL_pending man page, Our implementation never advances the record layer, it only reports internal state. ok jsing@ tb@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2020/01/22 20:42:41 Modified files: regress/usr.bin/ssh: test-exec.sh Log message: Check for and warn about StrictModes permission problems. ok tb@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/01/22 20:53:39 Modified files: usr.sbin/ocspcheck: ocspcheck.c Log message: The X509_LOOKUP code tries to grope around in /etc/ssl/cert/ to find CA certs it couldn't find otherwise. This may lead to a pledge rpath violation reported by Kor, son of Rynar. Unfortunately, providing certs inside a directory is common in linuxes, so we need to keep this functionality for portable. Check if /etc/ssl/cert.pem and /etc/ssl/cert exist and pledge accordingly. Add unveils to restrict this program further on a default OpenBSD install. Fix -C to look only inside the provided root bundle. Input from jsing and sthen, tests by sthen and Kor ok beck, jsing, sthen (after much back and forth) CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/22 21:33:54 Modified files: sys/dev/pci : pcidevs Log message: add ids for coffee lake and comet lake graphics with known marketing names CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/22 21:34:36 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/22 21:54:34 Modified files: usr.bin/ssh : sshsig.h Log message: missing header change from previous; spotted by dtucker@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/01/22 22:08:30 Modified files: lib/libssl : ssl_methods.c tls13_internal.h tls13_lib.c tls13_record_layer.c Log message: Implement pending for TLSv1.3. Makes `openssl s_client -peekaboo` work with TLSv1.3. ok beck@ tb@ CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2020/01/22 22:27:18 Modified files: usr.bin/sndiod : midi.c midi.h Log message: Accept MIDI clients that don't reset status during sysex messages. The MIDI protocol requires the status byte to be resent after common messages, including system exclusive messages. But, some MIDI clients forget to resend it; we workaround this restoring the status byte after sysex messages. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2020/01/22 22:40:09 Modified files: usr.bin/sndiod : fdpass.c fdpass.h miofile.c siofile.c utils.c utils.h Log message: When opening a device, loop over the alternate devices list in the worker process instead of the helper process. It is simpler this way and allows the worker to properly log which device is being used. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2020/01/22 22:46:44 Modified files: sys/dev/ata : wd.c Log message: we've been using LBA48 for < 137GB drives for 17 years, so perhaps we can remove the XXX now. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2020/01/22 23:15:44 Modified files: lib/libssl : ssl_locl.h tls13_client.c Log message: Save the legacy session id in the client, and enforce that it is returned the same from the server. ok jsing@ tb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/22 23:43:12 Modified files: multimedia/mpv : Makefile Log message: Enable libarchive support. from Brad CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2020/01/22 23:59:11 Modified files: lib/libssl : tls13_server.c Log message: Add code to build and send a server hello for tls 1.3 ok jsing@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2020/01/23 00:10:23 Modified files: usr.bin/ssh : auth.c auth2-pubkey.c clientloop.c misc.c misc.h monitor.c mux.c progressmeter.c readconf.c readpass.c scp.c serverloop.c session.c sftp.c ssh-agent.c ssh-sk-client.c ssh.c sshbuf.c sshconnect.c sshconnect2.c sshd.c Log message: Replace all calls to signal(2) with a wrapper around sigaction(2). This wrapper blocks all other signals during the handler preventing races between handlers, and sets SA_RESTART which should reduce the potential for short read/write operations. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/01/23 00:12:42 Modified files: share/man/man9 : ml_init.9 mq_init.9 Log message: punctuation fixes; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/01/23 00:16:38 Modified files: usr.bin/ssh : ssh-keygen.1 Log message: new sentence, new line; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/01/23 00:18:36 Modified files: usr.sbin/npppd/npppd: npppd.conf.5 Log message: do not Xr both pppx and pppac in SEE ALSO, since they are the same page; CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2020/01/23 00:30:55 Modified files: lib/libssl : tls13_client.c tls13_internal.h tls13_lib.c Log message: Add checking int the client to check the magic values which are set by a 1.3 server when it downgrades to tls 1.2 or 1.1 as per RFC 8446 section 4.1.3 ok jsing@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/23 00:46:27 Modified files: usr.sbin/bind/lib/dns: Makefile.in usr.sbin/bind/lib/dns/include/dns: Makefile.in Removed files: usr.sbin/bind/lib/dns: tsec.c usr.sbin/bind/lib/dns/include/dns: tsec.h Log message: unused CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/01/23 00:53:01 Modified files: sys/arch/luna88k/dev: spc.c sys/arch/macppc/dev: mesh.c sys/arch/sgi/hpc: wdsc.c sys/dev : vscsi.c sys/dev/ata : atascsi.c sys/dev/atapiscsi: atapiscsi.c sys/dev/ic : aac.c adv.c aic6250.c aic6360.c aic79xx_openbsd.c aic7xxx_openbsd.c ami.c cac.c gdt_common.c iha.c mfi.c mpi.c ncr53c9x.c nvme.c oosiop.c osiop.c qla.c qlw.c siop.c trm.c twe.c uha.c sys/dev/isa : wds.c sys/dev/pci : ips.c mfii.c mpii.c qle.c vmwpvs.c sys/dev/pv : vioscsi.c sys/dev/usb : umass_scsi.c sys/scsi : mpath.c Log message: Use a consistant idiom/format when declaring scsi_adapter structures in drivers. Terse one liners, NULLs instead of 0's, explicitly specify all members, etc. Nuke #ifdef notyet blocks related to the scsi_adapter in aic. No intentional functional change. ok tedu@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/23 00:54:04 Modified files: usr.bin/ssh : ssh-keygen.c Log message: remove trailing period characters from pub/priv key pathnames - they make them needlessly more difficult to cut and paste without error; ok markus@ & dtucker@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2020/01/23 01:04:50 Modified files: lib/libssl : ssl_srvr.c Log message: If we are building a legacy server hello, check to see if we are downgrading from TLS 1.3. If we are, set the last 8 bytes of the server_random value to the required values as per RFC 8446 section 4.1.3 indicating that we deliberately meant to downgrade. ok jsing@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/23 01:14:12 Modified files: usr.sbin/bind/bin/dig: dighost.c usr.sbin/bind/lib/isc/unix: net.c usr.sbin/bind/lib/isc/unix/include/isc: net.h Log message: We can always create IPv4 and IPv6 sockets. While here cleanup net.h. OK deraadt CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/23 01:15:04 Modified files: usr.sbin/bind/lib/isc: socket_api.c usr.sbin/bind/lib/isc/include/isc: socket.h usr.sbin/bind/lib/isc/unix: socket.c Log message: Remove socket types that we are not going to use, like AF_UNIX sockets. OK deraadt CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/23 01:16:02 Modified files: usr.sbin/bind/lib/isc/unix: socket.c Log message: Remove overly complicated set_rcvbuf. Very likely not needed in dig et al. OK deraadt CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/23 01:20:43 Log message: Import gpxsee 7.19. GPXSee is a GPS log file viewer and analyzer that supports all common GPS log file formats. * User-definable online maps (OpenStreetMap/Google tiles, WMTS, WMS, TMS,..) * Offline maps (OziExplorer maps, TrekBuddy maps/atlases, Garmin IMG & JNX maps, TwoNav RMaps, GeoTIFF images, MBTiles) * Elevation, speed, heart rate, cadence, power, temperature and gear ratio/shifts graphs * Support for POI files * Print/export to PDF * Multiple tracks in one view ok solene@ Status: Vendor Tag: landry Release Tags: landry_20200123 N ports/geo/gpxsee/Makefile N ports/geo/gpxsee/distinfo N ports/geo/gpxsee/patches/patch-src_map_albersequal_cpp N ports/geo/gpxsee/patches/patch-src_map_albersequal_h N ports/geo/gpxsee/patches/patch-src_map_krovak_cpp N ports/geo/gpxsee/patches/patch-src_map_krovak_h N ports/geo/gpxsee/pkg/PLIST N ports/geo/gpxsee/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/23 01:21:12 Modified files: geo : Makefile Log message: +gpxsee CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2020/01/23 01:44:31 Modified files: lib/libssl : tls13_server.c Log message: Build the encrypted extensions for the 1.3 server ok jsing@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/01/23 03:01:41 Modified files: sys/dev/fdt : axppmic.c Log message: Fix the mask that we applied when setting the voltage. ok jsg@, patrick@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2020/01/23 03:19:59 Modified files: regress/usr.bin/ssh: test-exec.sh Log message: When checking for unsafe directories, ignore non-directories (ie symlinks, where permissions are not relevant). CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2020/01/23 03:24:30 Modified files: usr.bin/ssh : Makefile.inc cipher.c cipher.h kex.c packet.c readconf.c servconf.c ssh.c sshconnect2.c usr.bin/ssh/ssh: Makefile usr.bin/ssh/ssh-keyscan: Makefile usr.bin/ssh/ssh-keysign: Makefile usr.bin/ssh/sshd: Makefile Log message: Make zlib optional. This adds a "ZLIB" build time option that allows building without zlib compression and associated options. With feedback from markus@, ok djm@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/01/23 03:40:59 Modified files: lib/libssl : s3_lib.c ssl_lib.c ssl_locl.h tls13_lib.c Log message: Correctly handle TLSv1.3 ciphers suites in ssl3_choose_cipher(). Currently, TLSv1.3 cipher suites are filtered out by the fact that they have authentication and key exchange algorithms that are not being set in ssl_set_cert_masks(). Fix this so that ssl3_choose_cipher() works for TLSv1.3, however we also now need to ensure that we filter out TLSv1.3 for non-TLSv1.3 and only select TLSv1.3 for TLSv1.3. ok beck@ tb@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2020/01/23 03:48:36 Modified files: lib/libssl : tls13_server.c Log message: Implement sending client certificate requests for 1.3 server ok jsing@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/01/23 03:48:37 Modified files: lib/libssl : d1_clnt.c ssl_both.c ssl_clnt.c ssl_locl.h ssl_methods.c ssl_srvr.c Log message: Remove the ssl_get_message function pointer from SSL_METHOD_INTERNAL. ssl_get_message is essentially a switch between ssl3_get_message and dtls1_get_message, both only used by the legacy stack. Instead, use SSL_IS_DTLS() in ssl3_get_message to call the DTLS function when necessary. ok beck@ inoguchi@ tb@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2020/01/23 03:53:04 Modified files: usr.bin/ssh : packet.c Log message: Fix typo in comment. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2020/01/23 04:06:59 Modified files: lib/libssl : tls13_client.c Log message: When certificate validation fails, we must send a DECRYPT_ERROR alert according to RFC8446. ok jsing@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2020/01/23 04:19:12 Modified files: regress/usr.bin/ssh: proxy-connect.sh putty-transfer.sh Log message: Handle zlib compression being disabled now that it's optional. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/01/23 04:47:13 Modified files: lib/libssl : tls13_server.c Log message: Correct several issues in the current TLSv1.3 server code. Correct the parsing of the client hello support versions extension. This has one or more values, rather than just the single selected version. Allocate an SSL_SESSION - this is unused currently, but is needed as soon as we start parsing extensions. Also, pull the cipher suites list off correctly - this is u16 prefixed, not u8. ok beck@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/01/23 04:57:20 Modified files: lib/libssl : tls13_internal.h tls13_lib.c tls13_server.c Log message: Implement client hello processing in the TLSv1.3 server. ok beck@ CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2020/01/23 06:42:12 Modified files: textproc/elasticsearch: Makefile distinfo textproc/elasticsearch/pkg: PLIST Log message: Update elasticsearch 7.5.1 -> 7.5.2 Relase notes: https://www.elastic.co/guide/en/elasticsearch/reference/7.5/release-notes-7.5.2.html CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2020/01/23 06:43:35 Modified files: www/kibana : Makefile distinfo www/kibana/pkg : PLIST Log message: Update kibana 7.5.1 -> 7.5.2 Relase notes: https://www.elastic.co/guide/en/kibana/7.5/release-notes-7.5.2.html CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/01/23 06:47:18 Modified files: fonts/public-sans: Makefile distinfo Log message: Update to public-sans-1.008 from George Rosamond, thanks. CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2020/01/23 06:49:37 Modified files: sysutils/logstash: Makefile distinfo sysutils/logstash/pkg: PLIST Log message: Update logstash 7.5.1 -> 7.5.2 Relase notes: https://www.elastic.co/guide/en/logstash/7.5/logstash-7-5-2.html CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2020/01/23 06:52:17 Modified files: sysutils/beats/filebeat: Makefile distinfo sysutils/beats/filebeat/patches: patch-filebeat_filebeat_yml Log message: Update filebeat 7.5.1 -> 7.5.2 Relase notes: https://www.elastic.co/guide/en/beats/libbeat/7.5/release-notes-7.5.2.html CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2020/01/23 06:54:49 Modified files: www/phpmyadmin : Makefile distinfo www/phpmyadmin/pkg: PLIST Log message: bugfix update to 4.9.4 CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/01/23 07:38:59 Modified files: sys/kern : subr_pool.c Log message: pool(9): pl_sleep(): drop unused timeout argument All sleeps have been indefinite since introduction of this interface ~5 years ago, so remove the timeout argument and make indefinite sleeps implicit. While here: *sleep(9) -> *sleep_nsec(9) "i don't think we're going to use timeouts [here]" tedu@, ok mpi@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2020/01/23 11:10:55 Modified files: sysutils/colortail: Makefile distinfo sysutils/colortail/patches: patch-TailFile_cc Removed files: sysutils/colortail/patches: patch-CfgFileParser_cc patch-CfgFileParser_h patch-ColorTail_cc patch-Colorizer_cc patch-Info_cc patch-OptionsParser_cc patch-TailFile_h patch-Usage_cc patch-main_cc Log message: update to 0.3.3; fixes aggressive malloc settings as well which were found by mlarkin@ and tedu@ CVSROOT: /cvs Module name: src Changes by: okan@cvs.openbsd.org 2020/01/23 11:19:24 Modified files: share/man/man7 : environ.7 Log message: /usr/local/sbin was added in at least 2014 to login.conf's 'path' entry in the 'default' class; also added to _PATH_DEFPATH in 2019. Update PATH accordingly. OK millert@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2020/01/23 12:06:43 Modified files: sysutils/colortail: Makefile Log message: remove MASTER_SITE because we are fetching from github CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/23 13:52:05 Modified files: net/isc-bind : Makefile distinfo Log message: update to BIND 9.14.10 CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2020/01/23 13:55:01 Modified files: usr.bin/sndiod : listen.c Log message: Remove unused sys/signal.h include. CVSROOT: /cvs Module name: src Changes by: okan@cvs.openbsd.org 2020/01/23 13:56:11 Modified files: etc/skel : dot.cshrc dot.profile Log message: Extend PATH from login(1)/setusercontext(3) instead of overriding. OK millert@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/23 14:21:04 Modified files: lang/php/7.2 : Makefile distinfo Log message: update to php-7.2.27 CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2020/01/23 14:21:08 Modified files: math/py-tables : Makefile Log message: - needs ports-gcc on at least sparc64 as suggested by sthen@ and confirmed by kmos@ - fix tests to run like upstream recommends CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/23 14:21:31 Modified files: lang/php/7.2 : Tag: OPENBSD_6_6 Makefile distinfo Log message: update to php-7.2.27 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/23 14:22:00 Modified files: lang/php/7.3 : Makefile distinfo Log message: update to php-7.3.14 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/23 14:22:09 Modified files: lang/php/7.3 : Tag: OPENBSD_6_6 Makefile distinfo Log message: update to php-7.3.14 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/23 15:08:08 Modified files: net/isc-bind : Makefile Added files: net/isc-bind/patches: patch-lib_dns_dst_openssl_h patch-lib_dns_openssldh_link_c patch-lib_dns_opensslrsa_link_c patch-lib_isc_aes_c Log message: get rid of some of bind's "|| defined(LIBRESSL_VERSION_NUMBER)" for things that libressl now has CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/01/23 15:27:18 Modified files: sys/net : if_tun.c Log message: don't prototype the cdev entrypoints, sys/conf.h already does it. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/01/23 15:32:07 Modified files: sys/net : if_tun.c Log message: mild whitespace massaging. no functional change. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/01/23 15:39:35 Modified files: sbin/dhclient : dhclient.c dhcpd.h Log message: Separate command line syntax parsing from semantic validation of command line contents. Display usage() when syntax is incorrect and relevant error messages when semantic checks fail. More akin to the way other commands handle the syntax/semantic split. Idea taken from a larger diff by kn@. ok kn@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2020/01/23 15:43:35 Modified files: www/youtube-dl : Makefile distinfo Log message: Update to 2020.01.24; unbreaks youtube. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/01/23 15:46:16 Modified files: devel/p5-FFI-CheckLib: Makefile distinfo Log message: update p5-FFI-CheckLib to 0.26 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/01/23 16:10:04 Modified files: sys/dev/fdt : sxitemp.c sys/dev/ofw : ofw_thermal.c ofw_thermal.h Log message: Make thermal framework support in sxitemp(4) interrupt driven such that it works with future Linux device trees. ok patrick@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/01/23 16:20:54 Modified files: sys/net : if_tun.c Log message: unify the tun and tap output and read behaviour. let tap use ether_output directly, and then cut back tun_output so it does the same things that ether_output does. specifically, this means tun_output now only prepends the packet with the "link" header, and no longer runs BPF for outgoing packets. running BPF for tun packets in output used to be needed because pipex used to get a chance to steal the packet at this point, but you would still want to see the packet in tcpdump output. now BPF is handled in tun_dev_read for both tun and tap. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/01/23 16:22:47 Modified files: sys/net : if_tun.c Log message: remove IFCAP_VLAN_MTU from tap(4). it's a lie. there's no magical extra space for tap to carry a VLAN tag up to userland, you need to put it in the packet, and it takes up space. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/01/23 16:30:41 Modified files: sys/net : if_tun.c Log message: provide a custom if_enqueue handler. tun and tap now queue a packet on output (for userland to read) on the if send queue, and then directly call tun_wakeup to tell userland about it. this bypasses calling the ifq serialiser machinery which then calls tun_start, which then calls tun_wakeup. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/23 16:31:52 Modified files: usr.bin/ssh : ssh-keygen.1 ssh-keygen.c sshsig.c sshsig.h Log message: ssh-keygen -Y find-principals fixes based on feedback from Markus: use "principals" instead of principal, as allowed_signers lines may list multiple. When the signing key is a certificate, emit only principals that match the certificate principal list. NB. the command -Y name changes: "find-principal" => "find-principals" ok markus@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/01/23 16:36:18 Modified files: sys/net : if_tun.c Log message: don't need to manage TUN_NBIO ourselves, we get IO_NDELAY for free. as long as we don't error when open/ioctl/read/write have IO_NDELAY set, the fd (vfs?) layer seems to keep track of it fine for us. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/01/23 16:43:49 Modified files: sys/net : if_tun.c Log message: simplify the uiomove loop in tun_dev_read. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/23 17:00:31 Modified files: usr.bin/ssh : ssh-keygen.c Log message: allow PEM export of DSA and ECDSA keys; bz3091, patch from Jakub Jelen ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/23 17:27:04 Modified files: usr.bin/ssh : ssh-keygen.c Log message: when signing a certificate with an RSA key, default to a safe signature algorithm (rsa-sha-512) if not is explicitly specified by the user; ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/23 17:28:57 Modified files: usr.bin/ssh : myproposal.h Log message: remove ssh-rsa (SHA1) from the list of allowed CA signature algorithms ok markus CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/01/23 17:54:16 Modified files: sbin/dhclient : dhclient.c Log message: Allow carp(4) interfaces to be configured via dhcp. Original diff & testing from dtucker@ ok beck@ dtucker@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/01/23 18:17:22 Modified files: sys/net : if_tun.c Log message: change tun_dev_write to allocate one mbuf and cluster for the whole packet. this is instead of possibly allocating a change of mbufs and MCLBYTE sized clusters, and doing uiomove in a loop. while here add max_linkhdr space to the front of the allocated mbuf to help if we're forwarding the frame out some other interface. CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2020/01/23 18:29:23 Modified files: regress/usr.bin/ssh: test-exec.sh Log message: Do not warn about permissions on symlinks. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/01/23 18:36:22 Modified files: sys/net : if_tun.c Log message: provide a tun_input() interface input handler for tun(4) packets. this makes tun(4) more like tap(4). it now relies on the network stack to set the rcvif, rdomain, count the packets, and lock appropriately. right now it also means we consistently use if input queues for both tun and tap, and return backpressure at the same points. the tun_input handler is then responsible for pulling the "link" header off the packet and shoving it it into the various protocol handlers as appropriate. a consequence of having the stack count the bytes before tun_input strips the header is ibytes now includes the 4 byte AF header. however, this makes tun input consistent with the accounting on tun output, which included those 4 bytes anyway. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/01/23 18:45:31 Modified files: sys/net : if_tun.c Log message: move to if_vinput() in tun_dev_write. this means tun doesn't queue the packet on input for the network stack to process, it's pushed through as part of the write into the kernel. discussed at length with claudio@ who agrees that avoiding a queue, and charging the writing process with the work associated with the packet, are both reasonable (good) things to do. CVSROOT: /cvs Module name: src Changes by: okan@cvs.openbsd.org 2020/01/23 19:09:51 Modified files: etc/skel : dot.cshrc dot.profile Log message: revert previous; guenther noted that the csh(1) part belongs in dot.login because each invocation will grow the path, but that exposed an interaction with loginShell:true in our dot.Xdefaults... CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2020/01/23 19:14:09 Modified files: sbin/isakmpd : monitor.c Log message: Fix isakmpd monitor process to use the exit status of main process when exiting. "make sense" deraadt CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2020/01/23 19:15:17 Modified files: www/ruby-passenger: Makefile Log message: This won't build on any but i386, amd64, arm, and aarch64. We've already marked nginx-passenger ONLY_FOR_ARCHES. Do the same for www/ruby-passenger itself. ok jeremy@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/01/23 19:56:35 Modified files: distrib/sets/lists/comp: mi sys/conf : files Log message: Nuke references to zaurus zombies. ok tedu@ jsg@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/01/23 20:01:11 Removed files: sys/dev : flash.c flashvar.h Log message: Double tap the actual Zaurus zombies. ok tedu@ jsg@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2020/01/23 20:05:14 Modified files: sys/conf : files Removed files: sys/dev/ic : ncr5380reg.h ncr5380sbc.c ncr5380var.h Log message: remove unreferenced ncr5380 driver files ok jsg CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2020/01/23 20:29:55 Modified files: sys/dev/pci : auixp.c cs4280.c if_alcreg.h pciide.c plx9060var.h Log message: remove some ifdef notyet code that doesn't seem to be moving forward... some ok ratchov CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2020/01/23 20:49:34 Modified files: sys/msdosfs : msdosfs_vfsops.c Log message: remove a notyet that remains more not than yet after 25 years. ok krw CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/01/23 21:03:11 Modified files: sys/dev/i2c : ihidev.c Log message: ihidev(4): tsleep(9) -> tsleep_nsec(9); ok mpi@ jcs@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2020/01/23 21:36:29 Modified files: lib/libssl : tls13_internal.h tls13_lib.c tls13_record_layer.c Log message: Fix breakage in SSL_connect, SSL_accept, etc. by not propagating new retry conditions from the record layer all the way up to the callers. Instead we catch them at the top of the record layer and retry the operations, unless we actually got a retry indicated from actual IO operations. ok jsing@ tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/01/23 21:38:12 Modified files: lib/libssl : ssl_ciph.c Log message: Add strings for SSL_aTLS1_3 and SSL_kTLS1_3 to SSL_CIPHER_description(). Mkaes `openssl ciphers -v` print au and kx values for TLSv1.3 cipher suites. ok beck@ tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/01/23 21:39:44 Modified files: lib/libssl : tls13_lib.c Log message: Enable SSL_ENC_FLAG_SIGALGS on TLSv1_3_enc_data. This means that we actually try to process and use signature algorithms. ok beck@ tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/01/23 21:43:09 Modified files: lib/libssl : tls13_handshake.c tls13_internal.h tls13_server.c Log message: Switch to encrypted records in the TLSv1.3 server. This adds code to perform key derivation and set the traffic keys once the ServerHello message has been sent, enabling encrypted records. ok beck@ tb@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/01/23 21:44:14 Modified files: distrib/sets/lists/man: mi share/man/man4/man4.macppc: Makefile macobio.4 sys/arch/macppc/conf: GENERIC RAMDISK files.macppc Log message: mesh(4) is old world and only new world macppc hardware is supported. ok tedu@ jsg@ CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2020/01/23 21:46:10 Modified files: . : macppc.html Log message: we probably don't really support old world macs, remove mention. ok krw CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/01/23 21:47:09 Removed files: sys/arch/macppc/dev: mesh.c share/man/man4/man4.macppc: mesh.4 Log message: mesh(4) is old world and only new world macppc hardware is supported. ok tedu@ jsg@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/01/23 21:47:14 Modified files: lib/libssl : tls13_server.c Log message: Store the legacy session identifier from the ClientHello so we can actually echo it. ok beck@ tb@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2020/01/23 21:53:37 Modified files: net/wget : Makefile Removed files: net/wget/patches: patch-src_openssl_c Log message: Revert previous. No longer needed. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/23 22:08:02 Modified files: share/man/man4 : bmtphy.4 icsphy.4 inphy.4 lxtphy.4 nsphy.4 nsphyter.4 qsphy.4 sqphy.4 Log message: "high-performance Ethernet" -> "Ethernet" ok tedu@ kettenis@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2020/01/23 22:11:34 Modified files: usr.sbin : Makefile Log message: unlink rebound. its future is quite limited. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2020/01/23 22:11:34 Modified files: lib/libssl : tls13_lib.c Log message: Permit 0 length writes, because openssl s_client is special ok jsing@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/23 22:14:52 Modified files: sys/arch/amd64/amd64: conf.c sys/arch/i386/i386: conf.c sys/conf : files sys/dev/gpio : files.gpio sys/dev/isa : files.isa sys/dev/pv : files.pv pvbus.c sys/dev/usb : files.usb sys/net : if.c if_enc.c if_mpe.c sys/netmpls : mpls_input.c sys/scsi : files.scsi Log message: cleanup unused headers generated by config ok tedu@ krw@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/01/23 22:20:37 Modified files: audio/audacity : Makefile distinfo audio/audacity/patches: patch-configure_ac patch-lib-src_FileDialog_Makefile_am patch-src_AudacityApp_cpp patch-src_AudioIO_cpp audio/audacity/pkg: PLIST Removed files: audio/audacity/patches: patch-src_MemoryX_h Log message: Update to audacity-2.3.3 Changes: https://github.com/audacity/audacity/releases/tag/Audacity-2.3.3 OK solene@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/01/23 22:27:32 Modified files: sys/arch/amd64/amd64: efifb.c locore0.S machdep.c pmap.c sys/arch/amd64/include: pmap.h Log message: Machines have started to appear that have the framebuffer at an address > 4GB. On these machines we can't use the direct map since early on during boot the direct map only covers the first 4GB of memory. Instead, use a special (and temporary) mapping until we remap the framebuffer near the start of autoconf. With lots of help from mlarkin@ tested by yasuoka@ ok mlarkin@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/23 22:33:01 Modified files: usr.bin/ssh : ssh-keygen.c Log message: minor tweaks to ssh-keygen -Y find-principals: emit matched principals one per line to stdout rather than as comma- separated and with a free-text preamble (easy confusion opportunity) emit "not found" error to stderr fix up argument testing for -Y operations and improve error message for unsupported operations CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2020/01/23 22:38:33 Modified files: sys/dev : audio.c Log message: Rename audio_mixer_{read,write} to audio_mixer_{get,set}. The audio_mixer_{read,write} names are misleading: these functions are not the methods of the read and write syscalls. No object change. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/01/23 22:44:05 Modified files: usr.sbin/bgpd : bgpd.conf.5 bgpd.h parse.y printconf.c rde.c rde.h rde_peer.c rde_update.c session.c session.h Log message: Implement 'max-prefix NUM out' to limit the number of announced prefixes. This is an easy safety switch to not leak full tables to upstreams and peers. If the limit is hit a Cease notification is sent and the session is closed. This implements most of https://tools.ietf.org/html/draft-sa-idr-maxprefix-00 OK job@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/01/23 22:46:00 Modified files: usr.sbin/bgpctl: bgpctl.c output.c Log message: Extend 'bgpctl show neighbor' to include the received and sent prefix count. Also show the max-prefix out limit if one is set. OK job@ CVSROOT: /cvs Module name: www Changes by: kmos@cvs.openbsd.org 2020/01/23 22:59:53 Modified files: . : macppc.html Log message: lofn(4) has been gone for 5 years. Let's take it off the list of hardware supported for macppc. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2020/01/23 23:15:36 Modified files: regress/usr.sbin: Makefile Removed files: regress/usr.sbin/rebound: Makefile cache.sh localhost.sh rebound-ns.c record.sh reload.sh run.sh Log message: re{move,bound,gress} CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2020/01/23 23:16:48 Modified files: share/man/man5 : resolv.conf.5 Log message: re{move,bound,ference} CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2020/01/23 23:17:38 Modified files: etc : Makefile group master.passwd rc rc.conf etc/mail : aliases Removed files: etc/rc.d : rebound Log message: retire rebound etc bits to the attic CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2020/01/23 23:19:01 Removed files: usr.sbin/rebound: Makefile https.c randomid.c rebound.8 rebound.c Log message: progress on rebound has been stalled long enough it's time to fade away. CVSROOT: /cvs Module name: www Changes by: tedu@cvs.openbsd.org 2020/01/23 23:27:10 Modified files: faq : current.html Log message: note the retirement of rebound CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/01/23 23:31:17 Modified files: sys/kern : subr_pool.c Log message: pool(9): replace custom TAILQ concatenation loops with TAILQ_CONCAT(3) TAILQ_CONCAT(3) apparently wasn't in-tree when this code was written. Using it leaves us with less code *and* better performance. ok tedu@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/23 23:42:13 Modified files: sys/net : if_pppx.c Log message: add pf.h include for NPF > 0 use added in rev 1.71 ok dlg@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/01/23 23:45:09 Modified files: lib/libssl : tls13_handshake.c Log message: Preserve the TLS transcript at additional points. This is needed for the TLSv1.3 server and will also be needed for client certificate authentication. Note that we preserve on receive but before recording the new handshake message, whereas we preserve on send after recording the new handshake message. ok tb@ CVSROOT: /cvs Module name: www Changes by: kmos@cvs.openbsd.org 2020/01/23 23:52:29 Modified files: . : sparc64.html Log message: Also remove the 5-years-gone lofn(4) from the sparc64 hardware compatibility list. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/24 01:02:36 Modified files: geo/gpxsee/patches: patch-src_map_albersequal_cpp patch-src_map_albersequal_h patch-src_map_krovak_cpp patch-src_map_krovak_h Log message: Add link to upstream issue/fix CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/01/24 01:03:49 Modified files: fonts/overpass : Makefile distinfo fonts/overpass/pkg: PLIST Log message: Update to overpass-3.0.4 from George Rosamond, thanks. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/01/24 01:18:53 Modified files: sysutils/sslmate: Makefile distinfo Log message: Update to sslmate-1.7.1 from George Rosamond, thanks. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/01/24 01:21:24 Modified files: lib/libssl : tls13_handshake.c tls13_internal.h tls13_server.c Log message: Complete the initial TLSv1.3 implementation. ok beck@ tb@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/24 01:32:29 Modified files: x11/xfce4/xfce4-weather: Makefile Added files: x11/xfce4/xfce4-weather/patches: patch-panel-plugin_weather_c patch-panel-plugin_weather_h Log message: Add patches to fix met.no API deprecation warnings from upstream (https://bugzilla.xfce.org/show_bug.cgi?id=16268) & fix WANTLIB while here. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/24 02:04:48 Modified files: usr.sbin/bind : Makefile.bsd-wrapper configure configure.in usr.sbin/bind/bin/dig: Makefile.in usr.sbin/bind/lib/dns: Makefile.in usr.sbin/bind/lib/isc: Makefile.in usr.sbin/bind/lib/isc/unix: Makefile.in usr.sbin/bind/lib/isccfg: Makefile.in usr.sbin/bind/make: rules.in Log message: Since we are no longer using config.h we can remove a lot of feature checks from configure. Work started by tedu, I tossed a bunch more. "go ahead" tedu This is not comprehensive but returns where diminishing in terms of saved build time. The next step would probably be to remove configure entirely. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/01/24 02:42:32 Modified files: usr.bin/openssl: s_cb.c Log message: Teach openssl s_client a bit about TLSv1.3. ok beck jsing CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2020/01/24 03:08:17 Modified files: regress/usr.bin/ssh: connect.sh Log message: Add a connection test for proxycommand. This would have caught the problem caused by ssh.c rev 1.507 wherein Host and Hostname were swapped. Prompted by beck@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/24 03:36:41 Modified files: mail/mu : Makefile Log message: - build mail/mu with ports-gcc on !base-clang arches, from Xiyue Deng, ok maintainer - regen PLIST, fix license marker CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/24 03:55:44 Modified files: net/isc-dhcp : Makefile Log message: new isc-dhcp doesn't build with base-gcc; use ports-gcc on !base-clang arches. found by kmos@ CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2020/01/24 04:07:41 Modified files: sys/sys : pipe.h Log message: no fields are protected by the kernel lock anymore CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2020/01/24 05:31:44 Modified files: multimedia/handbrake: Makefile Log message: fix build: force gtk's configure to pick up our mkdir which is perfectly thread-safe instead of an errant coreutils's gmkdir CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2020/01/24 05:43:02 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2020/01/24 06:01:29 Modified files: sys/ufs/ffs : ffs_vnops.c Log message: Improve small random read ffs performance: Only call bread_cluster if either the previously read ffs block is adjacent to the current block or if the current read request exceeds the current ffs block. This effectively turns off read-ahead for random reads that fall within one ffs block. okay beck@, mpi@, visa@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/24 06:25:03 Modified files: www/ruby-passenger: Makefile Log message: fix typo to unbreak bulks CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/01/24 06:29:42 Modified files: net/samba : Makefile distinfo Log message: SECURITY update to samba-4.9.18 Fixes for: o CVE-2019-14902: The implementation of ACL inheritance in the Samba AD DC was not complete, and so absent a 'full-sync' replication, ACLs could get out of sync between domain controllers. o CVE-2019-14907: When processing untrusted string input Samba can read past the end of the allocated buffer when printing a "Conversion error" message to the logs. o CVE-2019-19344: During DNS zone scavenging (of expired dynamic entries) there is a read of memory after it has been freed. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/01/24 06:30:25 Modified files: net/samba : Tag: OPENBSD_6_6 Makefile distinfo Log message: SECURITY update to samba-4.9.18 Fixes for: o CVE-2019-14902: The implementation of ACL inheritance in the Samba AD DC was not complete, and so absent a 'full-sync' replication, ACLs could get out of sync between domain controllers. o CVE-2019-14907: When processing untrusted string input Samba can read past the end of the allocated buffer when printing a "Conversion error" message to the logs. o CVE-2019-19344: During DNS zone scavenging (of expired dynamic entries) there is a read of memory after it has been freed. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/01/24 07:00:32 Modified files: sys/dev/dt : dt_dev.c sys/kern : kern_sysctl.c sys/sys : sysctl.h Log message: New `kern.allowdt' button must be set to open(2) /dev/dt. dt(4) exposes kernel internals, addresses and content of states to userland. As such its interface shouldn't be available without enabling it consciously. ok millert@, deraadt@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/01/24 07:11:01 Modified files: etc/etc.alpha : MAKEDEV.md etc/etc.hppa : MAKEDEV.md sys/arch/alpha/alpha: conf.c sys/arch/hppa/hppa: conf.c Log message: Use major 32 for dt(4). ok visa@, kettenis@, deraadt@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/01/24 07:14:45 Modified files: etc/etc.alpha : MAKEDEV etc/etc.hppa : MAKEDEV share/man/man8/man8.alpha: MAKEDEV.8 share/man/man8/man8.hppa: MAKEDEV.8 Log message: regen CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/01/24 08:17:16 Modified files: share/man/man4 : dt.4 lib/libc/sys : sysctl.2 Log message: Document `kern.allowdt' button. sysctl.2 bits from benno@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/01/24 08:32:24 Modified files: sysutils/nnn : Makefile distinfo sysutils/nnn/pkg: PLIST Added files: sysutils/nnn/patches: patch-src_nnn_c Log message: Update to nnn-2.9 Changelog: https://github.com/jarun/nnn/blob/v2.9/CHANGELOG From MAINTAINER with some input from me. CVSROOT: /cvs Module name: www Changes by: solene@cvs.openbsd.org 2020/01/24 08:32:27 Modified files: faq : current.html Log message: Add instructions for people disabling pledge on 6.6 because they will have to disable it differently in 6.7, and also explain unveil have been added and where to thing explanations for disabling it. ok kmos@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2020/01/24 08:34:40 Modified files: net/p5-Net-Whois-Raw: Makefile distinfo Log message: bugfix update to 2.99026 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2020/01/24 08:35:16 Modified files: www/chromium : Makefile Added files: www/chromium/patches: patch-ui_base_x_x11_software_bitmap_presenter_cc patch-ui_base_x_x11_software_bitmap_presenter_h Log message: merge two upstream commits that should fix the issue where a long directory listing eats up the CPU while the tab is sluggish or stuck https://chromium.googlesource.com/chromium/src.git/+/37078f9468a5a3ca90a29bcf2bd714824ae90a3f https://chromium.googlesource.com/chromium/src/+/cc007f73137623795e01102fe6175a39e4d18b81 CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/01/24 08:58:33 Modified files: sys/kern : kern_synch.c Log message: *sleep_nsec(9): log process name and pid when nsecs == 0 We included DIAGNOSTIC in *sleep_nsec(9) when they were first committed to help us sniff out divison-to-zero bugs when converting *sleep(9) callers to the new interfaces. Recently we exposed the new interface to userland callers. This has yielded some warnings. This diff adds a process name and pid to the warnings to help determine the source of the zero-length sleeps. ok mpi@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2020/01/24 09:01:19 Modified files: news/tin : Makefile distinfo news/tin/patches: patch-configure_in patch-src_Makefile_in patch-src_misc_c patch-src_rfc2047_c patch-src_sigfile_c Log message: bugfix update to 2.4.4 CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/24 09:19:36 Modified files: usr.sbin/bind/lib/isc/unix: socket.c Log message: Oops, one break too many removed; unbreak +tcp. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/01/24 11:51:45 Modified files: sbin/mountd : mountd.c Log message: simplify, no need to make a copy of the filename, pointer is fine okay millert@ schwarze@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2020/01/24 12:53:56 Modified files: net/ruby-macaddr: Makefile distinfo net/ruby-macaddr/pkg: PLIST Log message: Update to macaddr 1.7.2 From George Rosamond CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2020/01/24 13:58:20 Modified files: net/toot : Makefile distinfo Log message: Update to toot 0.25.2 * TUI: Fall back to username when display_name is unset * Show character count when composing * Fix searching by hashtag which include the '#' * Upgrade search to v2 CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/01/24 14:10:46 Modified files: usr.sbin/pkg_add: pkg_add.1 pkg_info.1 Log message: Add FILES sections; OK espie@ solene@. Triggered because Claus Assmann observed on ports@ that the pkg_add(1) manual page didn't mention pkg-readmes. CVSROOT: /cvs Module name: src Changes by: procter@cvs.openbsd.org 2020/01/24 15:46:37 Modified files: usr.sbin/tcpdump: print-arp.c print-atalk.c print-atm.c print-bootp.c print-decnet.c print-domain.c print-ether.c print-fddi.c print-frag6.c print-gre.c print-icmp.c print-icmp6.c print-igrp.c print-ike.c print-ip.c print-ip6.c print-ip6opts.c print-ipsec.c print-ipx.c print-isoclns.c print-krb.c print-llc.c print-mobile.c print-nfs.c print-ntp.c print-ospf.c print-ospf6.c print-pim.c print-ppp.c print-radius.c print-rip.c print-rt6.c print-snmp.c print-tcp.c print-tftp.c print-timed.c print-udp.c print-udpencap.c tcpdump.c util.c Log message: - (void)printf() -> printf(); the cast adds clutter for little value. - fprintf(stdout, ...) -> printf() - fputs(x, stdout) -> printf(); for consistency. fputs is twice as fast on atom x5-Z8300@1.44GHz but Amdahl sees a pure printf tcpdump only 2% slower than a pure fputs (for constant strings) tcpdump to /dev/null across a 20MB/~170k packet pcap file. ok dlg@ for fputs and ok tedu@ krw@ deraadt@ a2k19 for the rest CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2020/01/24 16:16:05 Modified files: . : innovations.html Log message: Tedu rebound(8) entry because tedu@ says he prefers having it tedued outright over only having it marked as tedued. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/24 16:54:40 Modified files: usr.bin/ssh : misc.c misc.h Log message: add xextendf() to extend a string with a format (reallocating as necessary). ok aja@ as part of a larger diff CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/24 16:56:01 Modified files: usr.bin/ssh : sshd.c Log message: tweak proctitle to include sshd arguments, as these are frequently used to distinguish between multiple independent instances of the server. New proctitle looks like this: $ pgrep -lf sshd 12844 sshd: /usr/sbin/sshd -f /etc/ssh/sshd_config [listener] 0 of 10-100 startups requested by sthen@ and aja@; ok aja@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/24 17:03:37 Modified files: usr.bin/ssh : ssh-agent.c ssh-keygen.c ssh-pkcs11-client.c ssh-pkcs11-helper.c ssh-pkcs11.c ssh-pkcs11.h ssh.c Log message: expose PKCS#11 key labels/X.509 subjects as comments Extract the key label or X.509 subject string when PKCS#11 keys are retrieved from the token and plumb this through to places where it may be used as a comment. based on https://github.com/openssh/openssh-portable/pull/138 by Danielle Church feedback and ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/24 17:06:48 Modified files: usr.bin/ssh : ssh-agent.c Log message: process security key provider via realpath() in agent, avoids malicious client from being able to cause agent to load arbitrary libraries into ssh-sk-helper. reported by puck AT puckipedia.com; ok markus CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/24 17:21:08 Modified files: usr.bin/ssh : clientloop.c hostfile.c ssh.c Log message: allow UpdateKnownHosts=yes to function when multiple known_hosts files are in use. When updating host keys, ssh will now search subsequent known_hosts files, but will add new/changed host keys to the first specified file only. bz#2738 ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/24 17:22:31 Modified files: usr.bin/ssh : readconf.c Log message: set UpdateKnownHosts=ask by default; bz#2894; ok markus@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2020/01/24 17:27:56 Modified files: regress/usr.bin/ssh: multiplex.sh Log message: Wait a bit longer for the multiplex master to become ready since on very slow hosts the current delay is not sufficient and the test will fail. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/01/24 18:28:38 Modified files: sys/kern : exec_elf.c Log message: The ELF NOTE parser would only inspect the first NOTE for 'OpenBSD'. Furthermore the parser was unaware a NOTE could contain multiple records. The scanner has been rewritten. Another bonus bug: if the binary was labelled as OPENBSD ABI, NOTE parsing was completely skipped so WXNEEDED wasn't learned either... Now that NOTEs are scanned correctly, search for the 'Go' NOTE. (During this work found the Go linker produces slightly broken NOTEs - Go team will probably fix that). Work is happening for our Go dynamic-binaries to use libc syscall stubs, but the change isn't ready. Go (and reportedly free-pascal also?) binaries are the only dynamic programs which require syscalls in the main-program. Since Go binaries are now identifiable, we can disable syscalls in all other regular dynamic-main-programs, gaining the strict enforcement we want. When the the Go-libc-stub change arrives we'll delete the Go NOTE scan and treat Go binaries same as regular binaries. This change probably breaks free-pascal, a lower priority item to repair. some discussion with jsing, ok kettenis CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/01/24 19:02:06 Modified files: sysutils/diffoscope: Makefile distinfo sysutils/diffoscope/pkg: PLIST Log message: Update to diffoscope-136 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/01/24 19:39:16 Modified files: games/wtf : Makefile distinfo Log message: Update to wtf-20200110 CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2020/01/24 19:57:53 Modified files: regress/usr.bin/ssh: connect.sh multiplex.sh test-exec.sh Log message: Move setting $NC into test-exec since it's now used by multiple tests, and in -portable we use our own local copy to avoid portability problems. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/24 21:48:26 Modified files: usr.bin/ssh : serverloop.c Log message: unrevert this: > revision 1.217 > date: 2019/11/27 03:34:04; author: dtucker; state: Exp; lines: +5 -7; commitid: wkiMn49XJyjzoJIs; > 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@ Darren was right the first time; ok dtucker@ "agreed" markus@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/01/24 22:02:27 Modified files: regress/lib/libssl/server: servertest.c Log message: Ensure that TLSv1.0 and TLSv1.1 are enabled before running SSLv2 client hello tests. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/01/24 22:05:18 Modified files: comms : Makefile Removed files: comms/qtserialport: Makefile distinfo comms/qtserialport/pkg: DESCR PLIST Log message: Remove qtserialport (qt4) After cad/fritzing is updated there are no consumers. Ok jca@, abieber@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/01/24 22:09:08 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register qtserialport (qt4) removal. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/01/24 22:10:53 Modified files: sys/net : if_tun.c Log message: rework the driver to better manage lifetimes and device lifetimes. i want to make tun_dev_read and tun_dev_write safe to run without the kernel lock. the problem with that is you need a way to prevent the tun_softc from going away while it's being used by those syscall paths rather than relying on the big lock to serialise them. blocking reads sleep, and this was coped with by checking if the interface went away or changed by looking up the ifindex after every sleep and seeing if the ifp changed. i wanted to simplify this by just refusing to let an interface get destroyed while the device side is open. everyone i asked at a2k20 about whether this was acceptable said this is wrong and i was a terrible person for trying to make my life easier for myself. so i ended up going down this rabbit hole. the code now keeps track of the actual device node (ie, both the major and minor) which is open, and when the interface is destroyed it calls VOP_REVOKE against it. this basically calls tun_dev_close immediately, and wires the fd/vfs stuff up against some deadfs thing which makes subsequent operations fail as if the device was pulled. this is good. previously if a tun/tap interface was destroyed while it was open, and then got recreated, userland wouldnt notice and would just go ahead and use the newly created device as if it always had it open. now it actually has access revoked, and access to a newly created tun/tap interface has to have a new tun_dev_open call against it. im putting this in now so people can have a go at it. claudio@ and i have been hitting it pretty hard, but more testing is welcome. ok claudio@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/01/24 22:24:49 Modified files: regress/lib/libssl: Makefile Log message: Disable the client hello message regress test for now. The golden values have changed due to TLSv1.3 and will likely change more in the near future. This will be updated and re-enabled when things settle. Discussed with beck@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/01/24 22:26:19 Modified files: devel : Makefile Removed files: devel/tmake : Makefile distinfo devel/tmake/patches: patch-bin_tmake patch-lib_openbsd-g++_tmake_conf patch-lib_unix_generic_t devel/tmake/pkg: DESCR PLIST Log message: Remove tmake "No consumer, released in 2004, long before C++11, clang in base and qt5 in ports. NO_TEST=Yes means we can't even know whether it works." - jca Thanks and OK jca@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/01/24 22:28:31 Modified files: sys/net : if_tun.c Log message: use SMRs to find the right tun_softc on syscall entries. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/01/24 22:28:48 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register tmake removal. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/01/24 22:29:10 Modified files: usr.bin/openssl: s_cb.c Log message: add a couple of XXX for future cleanup CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/01/24 22:32:11 Modified files: databases : Makefile Removed files: databases/qt3-sqlite3-plugin: Makefile distinfo databases/qt3-sqlite3-plugin/pkg: DESCR PLIST Log message: Remove qt3-sqlite3-plugin No consumers present in the tree, looks quite useless. Ok jca@ kmos@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/01/24 22:34:01 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register qt3-sqlite3 removal. CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2020/01/24 22:38:02 Modified files: sys/dev/pci : mfii.c Log message: use SMR rather than SRP to protect the device handle array ok dlg@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/24 22:41:38 Modified files: graphics/py-cairo: Makefile Log message: Add a note that we cannot update this for now because newer versions do not support python2 anymore. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/24 22:42:15 Modified files: devel/meson : Makefile distinfo meson.port.mk Log message: Update to meson-0.53.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/24 22:45:15 Modified files: multimedia/py-chromecast: Makefile distinfo Log message: Update to py3-chromecast-4.1.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/24 22:54:20 Modified files: converters/libpst: Makefile distinfo converters/libpst/pkg: PLIST-main PLIST-python Log message: Update to libpst-0.6.74. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/24 22:55:20 Modified files: net/gnugk : Makefile distinfo net/gnugk/patches: patch-configure Log message: Update to gnugk-5.4. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/24 23:03:11 Modified files: usr.bin/ssh : sshd.8 sshd_config.5 Log message: mention that permitopen=/PermitOpen do no name to address translation; prompted by bz3099 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/01/24 23:09:03 Modified files: graphics : Makefile Removed files: graphics/digikam-kde4: Makefile distinfo graphics/digikam-kde4/patches: patch-core_cmake_modules_MacroOpenCV_cmake patch-core_libs_3rdparty_kmemoryinfo_kmemoryinfo_backend_cpp patch-core_libs_dimg_dimg_cpp patch-core_libs_dimg_filters_lens_lensfuniface_h patch-core_libs_dmetadata_dmetadata_cpp patch-extra_kipi-plugins_CMakeLists_txt patch-extra_kipi-plugins_acquireimages_CMakeLists_txt patch-extra_kipi-plugins_cmake_modules_MacroOpenCV_cmake patch-extra_kipi-plugins_common_libkipiplugins_CMakeLists_txt patch-extra_kipi-plugins_dlnaexport_extra_hupnp_src_socket_hmulticast_socket_cpp patch-extra_kipi-plugins_gpssync_CMakeLists_txt patch-extra_kipi-plugins_panorama_plugin_panorama_cpp patch-extra_kipi-plugins_sendimages_CMakeLists_txt patch-extra_kipi-plugins_tests_multithreading_CMakeLists_txt patch-extra_libkface_cmake_modules_MacroOpenCV_cmake patch-extra_libkgeomap_CMakeLists_txt patch-extra_libkgeomap_libkgeomap_CMakeLists_txt Log message: Remove digikam-kde4 (Qt5) It's marked as broken and nobody is yelling that we should fix it. This opens the door for us to remove more old KDE4 stuff in the tree. OK sthen, jca, zhuk CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/01/24 23:14:39 Removed files: graphics/opencv2: Makefile distinfo graphics/opencv2/patches: patch-CMakeLists_txt patch-cmake_OpenCVFindLibsVideo_cmake patch-cmake_OpenCVPCHSupport_cmake patch-cmake_OpenCVUtils_cmake patch-data_CMakeLists_txt patch-modules_core_include_opencv2_core_operations_hpp patch-modules_core_src_system_cpp patch-modules_highgui_src_cap_ffmpeg_impl_hpp patch-modules_java_CMakeLists_txt patch-modules_python_src2_cv2_cv_hpp patch-modules_ts_CMakeLists_txt graphics/opencv2/pkg: DESCR PLIST Log message: Remove opencv2 After the digikam-kde4 port is erased, we don't need it anymore. No hook Makefile adjustment necessary. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/24 23:24:42 Modified files: sysutils/govmomi: Makefile distinfo Log message: Update to govc-0.22.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/24 23:26:38 Modified files: security/p11-kit: Makefile distinfo security/p11-kit/pkg: PLIST Log message: Update to p11-kit-0.23.19. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/01/24 23:31:32 Modified files: sys/net : if_tun.c ifq.c ifq.h Log message: tweaks sleeping for an mbuf so it's more mpsafe. the stack puts an mbuf on the tun ifq, and ifqs protect themselves with a mutex. rather than invent another lock that tun can wrap these ifq ops with and also coordinate it's conditionals (reading and dying) with, try and reuse the ifq mtx for the tun stuff too. because ifqs are more special than tun, this adds a special ifq_deq_sleep to ifq code that tun can call. tun just passes the reading and dying variables to ifq to check, but the tricky stuff about ifqs are kept in the right place. with this, tun_dev_read should be callable without the kernel lock. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2020/01/24 23:37:31 Modified files: lib/libssl : tls13_handshake.c Log message: Correct backwards test so that we may accept a certificate requst from the server. ok jsing@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/24 23:38:37 Modified files: x11/dbus-python: Makefile distinfo Log message: Update to py-dbus-1.2.16. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/24 23:40:20 Modified files: usr.bin/ssh : channels.c Log message: the GatewayPorts vs -R listen address selection logic is still confusing people, so add another comment explaining the special handling of "localhost"; bz#3258 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/24 23:40:48 Modified files: sysutils/terraform/terraform: Makefile distinfo Log message: Update to terraform-0.12.20. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/24 23:49:49 Modified files: graphics/babl : Makefile distinfo Log message: Update to babl-0.1.74. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/24 23:50:35 Modified files: security/vault : Makefile distinfo Log message: Update to vault-1.3.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/24 23:57:45 Modified files: sysutils/terraform/provider-alicloud: Makefile distinfo sysutils/terraform/provider-aws: Makefile distinfo sysutils/terraform/provider-bitbucket: Makefile distinfo sysutils/terraform/provider-circonus: Makefile distinfo sysutils/terraform/provider-exoscale: Makefile distinfo sysutils/terraform/provider-fastly: Makefile distinfo sysutils/terraform/provider-github: Makefile distinfo sysutils/terraform/provider-google: Makefile distinfo sysutils/terraform/provider-newrelic: Makefile distinfo sysutils/terraform/provider-packet: Makefile distinfo sysutils/terraform/provider-vsphere: Makefile distinfo Log message: Update terraform providers. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/25 00:01:00 Modified files: usr.bin/ssh : ssh_config.5 Log message: weaken the language for what HashKnownHosts provides with regards to known_hosts name privacy, it's not practical for this option to offer any guarantee that hostnames cannot be recovered from a disclosed known_hosts file (e.g. by brute force). CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/25 00:02:51 Modified files: usr.bin/ssh : ssh_config.5 Log message: reword HashKnownHosts description a little more; some people found the wording confusing (bz#2560) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/25 00:08:50 Modified files: sysutils/amazon-ssm-agent: Makefile distinfo Log message: Update to amazon-ssm-agent-2.3.814.0. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2020/01/25 00:09:14 Modified files: usr.bin/ssh : ssh_config.5 sshd_config.5 Log message: group14-sha1 is no longer a default algorithm CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/25 00:09:30 Modified files: graphics/gegl04: Makefile distinfo Removed files: graphics/gegl04/patches: patch-meson_build Log message: Update to gegl04-0.4.20. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/25 00:11:56 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py-botocore-1.14.9. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/25 00:12:09 Modified files: net/py-s3transfer: Makefile distinfo Log message: Update to py-s3transfer-0.3.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/25 00:12:21 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py-boto3-1.11.9. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/25 00:12:40 Modified files: sysutils/awscli: Makefile distinfo sysutils/awscli/pkg: PLIST Log message: Update to awscli-1.17.9. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/25 00:14:29 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-277.0.0. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/25 00:17:18 Modified files: usr.bin/ssh : sshconnect.c sshconnect.h Log message: when AddKeysToAgent=yes is set and the key contains no comment, add the key to the agent with the key's path as the comment. bz2564 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/25 00:25:40 Modified files: sysutils/consul-template: Makefile distinfo sysutils/consul-template/pkg: PLIST Log message: Update to consul-template-0.24.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/25 00:32:51 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.21.11. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/25 01:26:09 Modified files: sysutils/envconsul: Makefile distinfo Log message: Update to envconsul-0.9.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/25 01:39:17 Modified files: sysutils/consul-template: Makefile distinfo sysutils/terragrunt: Makefile distinfo Log message: Use "go mod" instead of dep. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/01/25 02:20:56 Modified files: lib/libssl : tls13_client.c tls13_internal.h tls13_record_layer.c Log message: It is possible to receive a pre-TLSv1.3 alert in response to a TLSv1.3 client hello. Allow pre-TLSv1.3 alerts (including warnings) to be received before the server hello message. Disallow pre-TLSv1.3 alerts as soon as we know that we are using TLSv1.3. Noticed by ajacoutot@ while connecting to www.openprinting.org. ok tb@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/01/25 03:42:50 Modified files: usr.sbin/bind/lib/isc/unix/include/isc: dir.h Log message: another chroot tendril CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/25 03:43:06 Modified files: usr.sbin/bind/lib/dns/include/dns: tsig.h usr.sbin/bind/lib/isc: Makefile.in usr.sbin/bind/lib/isc/include/isc: Makefile.in util.h Removed files: usr.sbin/bind/lib/isc: rwlock.c usr.sbin/bind/lib/isc/include/isc: rwlock.h Log message: we are not using rwlocks CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/25 03:44:27 Modified files: usr.sbin/bind/lib/dns: Makefile.in masterdump.c usr.sbin/bind/lib/dns/include/dns: Makefile.in Removed files: usr.sbin/bind/lib/dns: master.c usr.sbin/bind/lib/dns/include/dns: master.h Log message: dns/master is unused CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/25 03:45:23 Modified files: usr.sbin/bind/lib/isc: Makefile.in usr.sbin/bind/lib/isc/unix: Makefile.in usr.sbin/bind/lib/isc/unix/include/isc: Makefile.in Removed files: usr.sbin/bind/lib/isc/unix: syslog.c usr.sbin/bind/lib/isc/unix/include/isc: syslog.h Log message: isc/unix/syslog is unused CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/25 03:53:38 Modified files: usr.sbin/bind/bin/dig: dighost.c Log message: The config parser lets us know when the key file can't be found. Not need to check beforehand and enter a race. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/01/25 03:56:43 Modified files: sys/net : if_tun.c Log message: move the SMR_LIST_REMOVE and smr_barrier up in tun_clone_destroy. without this the tun_softc is still available on the list for the syscalls to get to, even though the device is dead and should no longer be referenced. by leaving it in the list after the refcnt_finalize, it was still be found and was used. found by claudio@ jmatthew@ agrees with the change CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/01/25 03:58:21 Modified files: usr.sbin/bind/lib/isc/include/isc: file.h usr.sbin/bind/lib/isc/unix: file.c Log message: isc_file_isdirwritable is not used (and besides, it uses access() which hints all possible uses are TOCTOU) CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/25 03:59:19 Modified files: usr.sbin/bind/bin/dig: dig.c dighost.c host.c nslookup.c usr.sbin/bind/bin/dig/include/dig: dig.h Log message: unifdef sigchase. It is deprecated and never enabled on openbsd. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/25 04:28:06 Modified files: x11/gnome/amtk : Makefile distinfo x11/gnome/amtk/pkg: PLIST Log message: Update to amtk-5.0.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/25 04:29:06 Modified files: textproc/gspell: Makefile distinfo textproc/gspell/pkg: PLIST Log message: Update to gspell-1.8.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/25 04:49:08 Modified files: print/cups-filters: Makefile distinfo Log message: Update to cups-filters-1.26.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/25 04:57:02 Modified files: net/bro : Makefile Log message: Fix bogus bro symlink; reported by espie@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/25 05:01:09 Modified files: graphics/ipe/patches: patch-src_config_mak patch-src_ipe6upgrade_Makefile patch-src_ipeextract_Makefile patch-src_ipetoipe_Makefile Log message: regen patches to standard format, no content changes CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2020/01/25 05:05:08 Modified files: etc/rc.d : sshd Log message: sync rc.d/sshd with sshd proctitle change - listener has been modified to keep command-line arguments again; ok aja@ djm@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/01/25 05:06:54 Modified files: share/man/man4 : dt.4 Log message: correct sysctl name; ok mpi CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/01/25 05:07:28 Modified files: usr.sbin/bgpd : bgpd.conf.5 Log message: kill double .Pp; CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/25 05:21:41 ports/security/acme-client/patches Update of /cvs/ports/security/acme-client/patches In directory cvs.openbsd.org:/tmp/cvs-serv63879/patches Log Message: Directory /cvs/ports/security/acme-client/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/25 05:22:22 Modified files: security/acme-client: Makefile Added files: security/acme-client/patches: patch-http_c Log message: backport "tls_close: EOF without close notify" suppression to ports acme-client CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/01/25 05:31:43 Modified files: lib/libssl : ssl_tlsext.c Log message: Only send an RI extension for pre-TLSv1.3 versions. ok beck@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/01/25 05:37:06 Modified files: lib/libssl : ssl_tlsext.c Log message: Only discard the extension block for client hello and server hello messages. TLSv1.3 messages that include extensions need a length prefixed field with zero bytes, rather than no data at all. ok beck@ tb@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/01/25 05:52:10 Modified files: sys/arch/arm64/conf: GENERIC Log message: Enable umt(4) CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/01/25 05:58:27 Modified files: lib/libssl : ssl_tlsext.h Log message: Correct value for SSL_TLSEXT_MSG_HRR. ok beck@ tb@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/01/25 06:11:20 Modified files: lib/libssl : tls13_handshake.c tls13_internal.h tls13_lib.c Log message: Support legacy message callbacks. First step for SSL_set_msg_callback(3) support. Makes openssl s_client -msg work for handshake messages. ok beck jsing CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2020/01/25 06:21:52 Modified files: lib/libssl : tls13_handshake.c Log message: Preserve the transcript hash for the client finished message, and correct the message type for certificate request. ok jsing@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/01/25 07:23:27 Modified files: lib/libssl : tls13_client.c Log message: Only perform the downgrade check if our max version is less than TLSv1.3. Issue noticed by kn@ when talking to a TLSv1.3 capable mail server, but with smtpd capping max version to TLSv1.2. ok beck@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/01/25 07:29:49 Modified files: graphics/asymptote: Makefile Log message: asymptote: add missing build depend after texlive update This fixes the build on gcc archs. jca@ proposed to either update or remove the port, as the build is broken on clang archs, but after 14 days there is no reply. OK jca@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/01/25 07:43:41 Modified files: devel/physfs : Makefile Added files: devel/physfs/patches: patch-src_physfs_internal_h Log message: physfs: use to detect endianness instead of an incorrect list of architectures. This fixes at least zipfiles loading on powerpc. OK thfr@ (maintainer) CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/01/25 08:06:17 Modified files: lib/libssl : tls13_handshake.c Log message: Revert change to certificate request check from r1.45. This code was correct, it was the entry in the table that was incorrect. ok beck@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/01/25 09:01:43 Modified files: regress/lib/libssl/interop/session: Makefile Log message: Disable session regress for libressl client talking to openssl11 server. This is now talking over TLSv1.3 and needs session support. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/01/25 09:03:31 Modified files: regress/lib/libssl/interop/netcat: Makefile Log message: Accept both TLSv1.2 and TLSv1.3 protocols for netcat. This can potentially be improved by adding knowledge about which libraries support which versions and handle differences between clients and servers. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/01/25 09:08:25 Modified files: regress/lib/libssl/interop: Makefile Log message: Disable the cipher interop tests. These make far too many assumptions about cipher suites - TLSv1.3 cipher suites can only be used with TLSv1.3 and there is tests using TLSv1.3 cipher suites with TLSv1.2 will not work. Likewise, expecting TLSv1.2 cipher suites to work with TLSv1.3 is futile. Additionally, eopenssl11 lists TLSv1.3 cipher suites with different names to libressl. Futher work will be necessary before this can be re-enabled. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/01/25 09:09:05 Modified files: regress/lib/libssl/interop: Makefile Log message: Actually disable cipher interop tests. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/01/25 09:10:32 Modified files: regress/lib/libssl/interop: Makefile Log message: Disable cert interop tests for now. The libressl TLSv1.3 client and server currently lack client certificate authentication support and this test expects all clients can auth with all servers. We can likely turn this back on in the near future. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/01/25 09:40:32 Modified files: usr.bin/tmux : tmux.1 Log message: Mention swap-window -d, GitHub issue 2068. CVSROOT: /cvs Module name: ports Changes by: schwarze@cvs.openbsd.org 2020/01/25 09:44:51 Log message: import scdoc-1.10.0 to convert scdoc text files to man(7) pages; based on work of Raymond E. Pasco and abieber@ using feedback from and sthen@; OK sthen@ Status: Vendor Tag: schwarze Release Tags: schwarze_20200125 N ports/textproc/scdoc/Makefile N ports/textproc/scdoc/distinfo N ports/textproc/scdoc/pkg/DESCR N ports/textproc/scdoc/pkg/PLIST N ports/textproc/scdoc/patches/patch-test_preamble N ports/textproc/scdoc/patches/patch-Makefile No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: schwarze@cvs.openbsd.org 2020/01/25 09:55:32 Modified files: textproc : Makefile Log message: + scdoc CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/01/25 10:08:34 Modified files: share/man/man5 : netgroup.5 Log message: add EXAMPLES and polish the wording and the order a bit; patch from espie@ tweaked by me; OK espie@, and millert@ agrees with the direction CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2020/01/25 10:17:31 Modified files: usr.bin/snmp : snmpc.c Log message: Remove a sleep call that I used for some testing that slipped in during the import of the df subcommand. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/25 10:40:29 Modified files: emulators/qemu : Makefile distinfo emulators/qemu/patches: patch-audio_Makefile_objs patch-audio_audio_c patch-audio_audio_template_h patch-audio_sndioaudio_c patch-configure patch-qapi_audio_json patch-util_cacheinfo_c emulators/qemu/pkg: PLIST Added files: emulators/qemu/patches: patch-qemu-doc_texi Log message: Update to qemu-4.2.0. sndio backend updated for QEMU API changes by ratchov@. from Brad (maintainer) CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2020/01/25 11:02:22 Modified files: usr.sbin/apmd : apmd.8 Log message: With -d, messages are now printed on stderr Missed when I changed this in apmd.c rev 1.91. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/01/25 11:06:04 Modified files: driver/xf86-video-wildcatfb/src: wildcatfb_driver.c Log message: Fix for removal of the shadowDamage() macro in xserver 1.20. Problem nocited by David Savolainen. Thanks. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/01/25 11:31:11 Modified files: audio/mscore : Makefile distinfo audio/mscore/patches: patch-CMakeLists_txt patch-mscore_CMakeLists_txt Added files: audio/mscore/patches: patch-main_CMakeLists_txt Log message: Update to musescore-3.4.1 Changelogs: https://musescore.org/en/handbook/developers-handbook/release-notes/release-notes-musescore-3x/release-notes-musescore-34x-2 https://musescore.org/en/handbook/developers-handbook/release-notes/release-notes-musescore-3x/release-notes-musescore-34x-3 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/01/25 12:01:43 Modified files: lib/libssl : tls13_internal.h Log message: Add an underbar for consistency. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/01/25 12:31:34 Modified files: lang/mawk : Makefile distinfo Log message: Update to mawk-1.3.4-20200120 CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/01/25 14:24:51 Modified files: net/unifi : Makefile.inc Log message: A message was displayed to suggest building with FETCH_PACKAGES=Yes but it reports an error as the new correct syntax is FETCH_PACKAGES= issue reported on irc by pi94 CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/01/25 14:35:11 Modified files: net/unifi : Makefile.inc Log message: Only display a tip about using FETCH_PACKAGES only if it's set to the default value No, so it works if it's not set or set to -Dsnap CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/01/25 14:40:35 Modified files: sys/scsi : cd.c sd.c st.c Log message: Ensure scsi_minphys() is always called on the physio() path. Will allow simplification of individual driver *minphys() functions. ok jmatthew@ as part of larger diff CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/01/25 14:48:43 Modified files: sys/dev : softraid.c sys/dev/atapiscsi: atapiscsi.c sys/dev/ic : adv.c adw.c aic79xx_openbsd.c aic7xxx_openbsd.c ami.c cac.c ciss.c gdt_common.c iha.c mfi.c mpi.c oosiop.c osiop.c siop_common.c trm.c twe.c uha.c sys/dev/isa : wds.c sys/dev/pci : arc.c sys/dev/sdmmc : sdmmc_scsi.c sys/dev/usb : umass_scsi.c Log message: Drivers that implement their own *minphys() don't need to call the system minphys(). scsi_minphys() will do that and cd/sd/st will call scsi_minphys(). ok jmatthew@ as part of larger diff CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/01/25 14:56:49 Modified files: sys/kern : kern_physio.c Log message: physio() just needs to check for b_bcount overflow. Let the provided minphys() function check for MAXPHYS. Feedback from tedu@ kettenis@ dlg@ ok cheloha@, robert@, jmatthew@ as part of larger diff CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/25 15:03:23 Modified files: net/unifi : Makefile.inc net/unifi/lts : Makefile net/unifi/stable: Makefile net/unifi/testing: Makefile Log message: - switch unifi MODJAVA_VER back to 1.8, it sort-of works with 11 but not supported upstream and there have been some problems. - update comment about snappy-java to better explain the situation ;) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/25 15:27:00 Modified files: sysutils/reposync: Makefile distinfo Log message: use BatchMode=yes on reposync ssh commands CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/25 15:36:22 Modified files: usr.bin/ssh : sshd_config.5 Log message: clarify order of AllowUsers/DenyUsers vs AllowGroups/DenyGroups; bz1690, ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/25 15:41:01 Modified files: usr.bin/ssh : serverloop.c sshd_config.5 Log message: make sshd_config:ClientAliveCountMax=0 disable the connection killing behaviour, rather than killing the connection after sending the first liveness test probe (regardless of whether the client was responsive) bz2627; ok markus CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/25 15:49:38 Modified files: usr.bin/ssh : channels.h Log message: add a comment describing the ranges of channel IDs that we use; requested by markus@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/01/25 15:53:42 Modified files: games/nblood : Makefile Log message: nblood: requires atomics on powerpc and hppa OK jsg@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/01/25 15:57:56 Modified files: archivers : Makefile archivers/quazip: Makefile distinfo archivers/quazip/pkg: PLIST games/chessx : Makefile geo/merkaartor : Makefile graphics/krita : Makefile graphics/nomacs: Makefile Log message: Update to quazip-0.8.1 Remove the qt5 FLAVOR; qt5 is the only supported/used version these days. Disable the tests; they've not been updated for qt5 and aren't accessible from the standard cmake build system. Update all dependent ports to cope with the FLAVOR removal. Requested by rsadowski@; improvements by sthen@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/01/25 15:59:14 Modified files: usr.bin/mandoc : mandocdb.c Log message: Minor cleanup, no functional change: Do not abuse strstr(3) to check whether one long string starts with another long string. Instead, use strncmp(3) with the proper length. In set_basedir(), also reset *basedir in the error brances for extra safety. While here, invert some more Yoda conditions in the neighbourhood. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/25 16:02:14 Modified files: usr.bin/ssh : Makefile.inc authfile.c authfile.h krl.c ssh-add.c ssh-keygen.c sshbuf-misc.c sshbuf.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-keysign: Makefile usr.bin/ssh/sshd: Makefile Added files: usr.bin/ssh : sshbuf-io.c Log message: factor out reading/writing sshbufs to dedicated functions; feedback and ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/25 16:13:09 Modified files: usr.bin/ssh : PROTOCOL.u2f sk-api.h sk-usbhid.c ssh-keygen.c ssh-sk-helper.c ssh-sk.c ssherr.c ssherr.h Log message: improve the error message for u2f enrollment errors by making ssh-keygen be solely responsible for printing the error message and convertint some more common error responses from the middleware to a useful ssherr.h status code. more detail remains visible via -v of course. also remove indepedent copy of sk-api.h declarations in sk-usbhid.c and just include it. feedback & ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/25 16:28:06 Modified files: usr.bin/ssh : sshbuf-io.c sshbuf-misc.c Log message: tidy headers; some junk snuck into sshbuf-misc.c and sshbuf-io.c doesn't need SSHBUF_INTERNAL set CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/25 16:33:27 Modified files: usr.bin/ssh : ssh_config.5 Log message: clarify that BatchMode applies to all interactive prompts (e.g. host key confirmation) and not just password prompts. CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2020/01/25 16:53:44 Modified files: games/nblood : Makefile distinfo games/nblood/patches: patch-source_blood_src_blood_cpp patch-source_exhumed_src_exhumed_cpp patch-source_rr_src_game_cpp Log message: update nblood to a more recent snapshot and take maintainer CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/01/25 16:54:21 Modified files: usr.sbin/bgpd : rde_rib.c Log message: In nexthop_update() only add a nexthop to the nexthop_runners queue if there is actual work to do (nh->next_prefix != NULL). If next_prefix is NULL there is a possibility that nexthop_unref() is called before the nexthop is removed from the nexthop_runners queue resulting in a use-after-free access in nexthop_runner(). For consistency add a debug message in nexthop_unlink() if the nexthop is removed from the nexthop_runners queue because the last prefix is gone. OK procter@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/25 17:09:50 Modified files: regress/usr.bin/ssh/misc/kexfuzz: Makefile kexfuzz.c 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/sshbuf: Makefile regress/usr.bin/ssh/unittests/sshkey: Makefile common.c Log message: unbreak unittests for recent API / source file changes CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/25 17:11:42 Modified files: sys/dev/acpi : amdgpio.c Log message: In amdgpio_pin_intr() disable pins a pending interrupt is seen for which have no interrupt handler registered. Avoids interrupt storm on Matebook D reported by brynet@ From James Hastings. ok kettenis@ brynet@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/25 17:13:20 Modified files: usr.bin/ssh : clientloop.c Log message: downgrade error() for missing subsequent known_hosts files to debug() as it was intended to be; spotted by dtucker@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/25 17:14:45 Modified files: usr.bin/ssh : clientloop.c Log message: for UpdateHostKeys, don't report errors for unsupported key types - just ignore them. spotted by and ok dtucker@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/01/25 17:53:31 Modified files: sys/arch/sparc64/dev: vdsk.c sys/dev/ata : atascsi.c sys/dev/ic : adv.c adw.c ami.c cac.c ciss.c gdt_common.c gdtvar.h iha.c mfi.c trm.c twe.c twevar.h uha.c sys/dev/isa : wds.c sys/dev/pv : hvs.c vioblk.c xbf.c sys/dev/sdmmc : sdmmc_scsi.c sys/dev/usb : umass_scsi.c sys/scsi : cd.c mpath.c scsiconf.h sd.c st.c Log message: Shuffle some names around to make reading the code less headache inducing. Rename scsi_adapter member 'scsi_minphys' to 'dev_minphys' to reflect what it is supposed to do. Use consistent naming convention (_minphys) for the actual device functions. No functional change. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/01/25 17:54:47 Modified files: regress/usr.sbin/bgpd/integrationtests: Makefile Added files: regress/usr.sbin/bgpd/integrationtests: bgpd.maxprefixout.rdomain1.conf bgpd.maxprefixout.rdomain2.conf maxprefixout.sh Log message: Also test maxprefix out. Based on maxprefix test added a few days ago. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/01/25 18:11:19 Modified files: sys/arch/arm64/arm64: vm_machdep.c Log message: Fix spacing issue. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/01/25 18:11:50 Modified files: sys/arch/arm64/arm64: syscall.c Log message: Fix comment. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/01/25 19:19:44 Modified files: lib/csu/aarch64: md_init.h lib/libc/arch/aarch64: SYS.h libexec/ld.so/aarch64: SYS.h rtld_machine.c Log message: Insert two nop instructions after each svc #0 instruction in userland. The will be replaced by a speculation barrier as soon as we teach the kernel to skip over these two instructions when returning from a system call. ok patrick@, deraadt@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/01/25 19:39:58 Modified files: lib/libcrypto/evp: e_chacha.c Log message: Adjust EVP_chacha20()'s behavior to match OpenSSL's semantics: The new IV is 128 bit long and is actually the 64 bit counter followed by 64 the bit initialization vector. This is needed by an upcoming change in OpenSSH and is a breaking change for all current callers. There are language bindings for Node.js, Rust and Erlang, but none of our ports use them. Note that EVP_chacha20() was first introduced in LibreSSL on May 1, 2014 while the entirely incompatible version in OpenSSL was committed on Dec 9, 2015. Initial diff from djm and myself, further refinements by djm. Ports grepping by sthen ok jsing CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2020/01/25 19:45:27 Modified files: lib/libssl : tls13_client.c tls13_internal.h tls13_lib.c tls13_server.c Log message: Move pad and verify context into tls13_lib.c ok jsing@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/01/25 19:46:26 Modified files: regress/lib/libcrypto/evp: evptest.c evptests.txt Log message: Adjust tests to match the change in EVP_chacha20(). Test vectors taken from OpenSSL 1.1.1d (under OpenSSL's old license). CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2020/01/25 20:24:36 Modified files: regress/lib/libssl/tlsext: tlsexttest.c Log message: server sigalgs test is now bogus, disable for now CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2020/01/25 20:29:30 Modified files: lib/libssl : ssl_tlsext.c Log message: Add sigalgs for server side to enable client certificate processing in tls 1.3 Will be used in a follow on commit to enable tls1.3 client certificates ok jsing@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/01/25 20:31:40 Modified files: regress/lib/libcrypto/evp: evptests.txt Log message: Add back the tests that were deleted in previous but not contained in OpenSSL's test suite. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2020/01/25 20:38:24 Modified files: lib/libssl : tls13_client.c tls13_server.c Log message: Add client certificate support for tls 1.3 ok jsing@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2020/01/25 20:55:22 Modified files: lib/libssl : tls13_server.c Log message: Add server side support for requesting client certificates in tls 1.3 ok jsing@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/25 21:03:04 Modified files: emulators/qemu/patches: patch-configure Log message: Improvements to the sndio probing. from Brad (maintainer) CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2020/01/25 21:22:37 Modified files: sys/kern : vfs_bio.c Log message: invert some if logic to shortcircuit some loops and reduce nesting. no function change. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2020/01/25 21:23:55 Modified files: sys/arch/sparc64/dev: vdsk.c Log message: vsdk -> vdsk in a panic message CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2020/01/25 21:26:46 Modified files: etc/etc.macppc : Makefile.inc sys/arch/macppc/stand: Makefile Log message: try disconnecting old world boot.mac bootloader for a bit CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2020/01/25 21:28:18 Modified files: sys/kern : syscalls.master vfs_syscalls.c Log message: add a new __tmpfd system call that creates a new unnamed file in /tmp. intended for shm/fd passing, but for programs that may otherwise like filesystem access. ok beck deraadt kettenis CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2020/01/25 21:29:17 Modified files: sys/kern : init_sysent.c syscalls.c sys/sys : syscall.h syscallargs.h Log message: regen CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/01/25 23:20:30 Modified files: sys/dev/fdt : files.fdt sys/arch/arm64/conf: GENERIC Added files: sys/dev/fdt : simplepanel.c Log message: Add simplepanel(4), a driver for simple display panels. This one is good enough to enable the Pinebook Pro's panel. It would be nice to make use of the DRM's BSD-licensed panel code, which has an extensive list of panels and its settings. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2020/01/25 23:31:51 Modified files: lib/libssl : tls13_record_layer.c Log message: Fix basement bug where record layer would not correctly deal with traffic retries when not yet encrypting. ok jsing@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/01/25 23:55:17 Modified files: lib/libssl : tls13_client.c tls13_server.c Log message: When switching back to a legacy client or server, ensure we reset the handshake function pointer. Fixes an isssue found by jca@ with OpenVPN. ok beck@ tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/01/26 00:24:47 Modified files: lib/libssl : ssl_lib.c Log message: When an SSL method is set, bump the max version back to that of the incoming method if it is a client. This addresses the case where TLS_method() is used to initialise a SSL_CTX, then a TLS_client_method() is then set, resulting in TLSv1.2 being used instead of TLSv1.3. This is observable in smtpd. ok beck@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/01/26 00:30:15 Modified files: math/eigen3 : Makefile Log message: Remove Qt4 dependency. It was only necessary for the test suite but was installed as run dependency. No need to drag this heavyweight port along. Diff from and OK jca@ CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2020/01/26 00:31:53 Modified files: sysutils/pciutils: Makefile distinfo sysutils/pciutils/patches: patch-lib_names-net_c sysutils/pciutils/pkg: PLIST Log message: update to pciutils 3.6.3 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/01/26 00:34:05 Modified files: lib/libcrypto/evp: e_chacha.c Log message: Improve the comment explaining why the previous change matches OpenSSL's behavior. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/01/26 00:36:43 Modified files: lib/libcrypto/man: EVP_EncryptInit.3 Log message: Document the change in EVP_chacha20(3). Discussed with jsing CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/01/26 00:39:56 Modified files: x11/kde4/plasma-addons: Makefile x11/kde4/plasma-addons/pkg: PLIST Log message: Remove plasma-wallpaper-mandelbrot to disable Eigen2 This is required to delete math/eigen2. OK zhuk@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/01/26 00:41:10 Modified files: math : Makefile Removed files: math/eigen : Makefile distinfo math/eigen/pkg : DESCR PLIST math/eigen2 : Makefile distinfo math/eigen2/patches: patch-Eigen_src_Array_BooleanRedux_h patch-test_runtest_sh math/eigen2/pkg: DESCR PLIST Log message: Remove math/{eigen,eigen2} No more customer available. OK zhuk@, sthen@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/01/26 00:44:10 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register eigen and eigen2 removal. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/01/26 00:47:26 Modified files: lib/libcrypto/evp: e_chacha.c Log message: typo CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/01/26 01:00:31 Modified files: lib/libcrypto/man: EVP_EncryptInit.3 Log message: tweak previous; ok tb CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/01/26 01:03:37 Modified files: sys/dev/pci/drm: drm_bridge.c Log message: Pull in drm_bridge.c from linux 4.19.y. ok jsg@ CVSROOT: /cvs Module name: ports Changes by: jsing@cvs.openbsd.org 2020/01/26 01:14:01 Modified files: lang/go : Makefile distinfo Log message: Update lang/go to 1.13.6. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/26 02:39:36 Modified files: sys/netinet : ip.h Log message: add define for IPTOS_DSCP_LE; "low effort" DSCP codepoint standardised in RFC8622; ok job@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/26 03:21:28 Modified files: sysutils/flashrom: Makefile Log message: bump flashrom REVISION (static-linked special build of pciutils which was updated). fix deps, uses libftdi1 instead of libftdi if present. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/01/26 03:31:03 Modified files: sbin/dhclient : dhclient.c Log message: Don't validate '-c' with S_ISREG(). The install script uses /dev/stdin. Noticed by sebastia@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/01/26 03:47:07 Modified files: distrib/miniroot: install.sub Log message: No need to specify "initial-interval 1;" in the dhclient.conf used during installation. This is the default value. CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2020/01/26 04:11:39 Modified files: share/man/man5 : port-modules.5 Log message: - sprinkle some Fn for function names and Pa for paths - reword MODKDE4_FIX_GETTEXT text to make it easier to read with and ok schwarze@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/01/26 04:14:34 Modified files: archivers/luazlib: Makefile archivers/zipios: Makefile astro/wmmoonclock: Makefile astro/wmspaceweather: Makefile astro/wmsun : Makefile astro/xephem : Makefile audio/cuetools : Makefile audio/libofa : Makefile audio/metronome: Makefile audio/moc : Makefile audio/swh-plugins: Makefile audio/xmcd : Makefile benchmarks/xengine: Makefile biology/emboss : Makefile comms/birda : Makefile comms/owx : Makefile comms/spisniffer: Makefile comms/wy60 : Makefile comms/xdx : Makefile comms/xlog : Makefile converters/libpst: Makefile converters/pflogx: Makefile devel/cmockery : Makefile devel/dissy : Makefile devel/gmc4cc : Makefile devel/liboop : Makefile devel/libxsvf : Makefile devel/lua-cmsgpack: Makefile devel/mm : Makefile devel/mono-gdata: Makefile devel/msp430 : Makefile.inc devel/pyrex : Makefile devel/radare2/main: Makefile devel/shunit2 : Makefile devel/smpeg : Makefile devel/stm32loader: Makefile devel/ucpp : Makefile editors/nedit : Makefile education/dvorak7min: Makefile emulators/BasiliskII: Makefile fonts/freefarsi-ttf: Makefile fonts/inconsolata-font: Makefile fonts/profont : Makefile fonts/spranq-ecofont-ttf: Makefile games/circuit : Makefile games/sudoku : Makefile geo/gimgtools : Makefile geo/gmapcatcher: Makefile graphics/delaboratory: Makefile graphics/fyre : Makefile graphics/gfract: Makefile graphics/indexpage: Makefile graphics/libcaca: Makefile inputmethods/ibus: Makefile inputmethods/ibus-anthy: Makefile japanese/mecab : Makefile lang/arena : Makefile lang/eagle : Makefile lang/intel2gas : Makefile lang/swi-prolog: Makefile mail/opensmtpd-filters/dkimsign: Makefile mail/opensmtpd-filters/dnsbl: Makefile mail/opensmtpd-filters/libopensmtpd: Makefile mail/smtpclient: Makefile misc/deco : Makefile misc/hfsplus : Makefile misc/p5-Umph-Prompt: Makefile multimedia/libmp4v2: Makefile multimedia/oggconvert: Makefile net/bing : Makefile net/libnet/1.1 : Makefile net/tclcurl : Makefile net/udns : Makefile net/ytalk : Makefile news/nn : Makefile productivity/when: Makefile productivity/xinvest: Makefile productivity/xquote: Makefile security/erl-bcrypt: Makefile sysutils/cl-launch: Makefile sysutils/crashme: Makefile sysutils/dmassage: Makefile sysutils/superscript: Makefile sysutils/wmmon : Makefile textproc/iso12083: Makefile textproc/libxslt: Makefile textproc/rxp : Makefile textproc/stringtemplate: Makefile textproc/vgrind: Makefile x11/driconf : Makefile x11/gnustep/imageviewer: Makefile x11/gtk2-rezlooks-engine: Makefile x11/gtk3-unico-engine: Makefile x11/osd_clock : Makefile x11/xglobe : Makefile x11/xtu : Makefile Log message: update MASTER_SITES where distfiles.nl was used CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/01/26 04:15:49 Modified files: usr.bin/mandoc : mandocdb.c Log message: Fix incorrect file type tests. This bug caused sockets and character special devices to be accepted as manual pages if they appeared inside manpaths, and it caused incorrect file names to be entered into the database when the manpath or one of its parent directories was a symbolic link. This fixes the issues reported by on ports@, but additional issues remain when symbolic links are contained in a manpath that involves another symbolic link. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/26 04:21:58 Modified files: usr.sbin/bind/lib/isc: log.c usr.sbin/bind/lib/isc/include/isc: log.h Log message: Remove unused logging to file. OK jca, tedu CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/26 04:22:33 Modified files: usr.sbin/bind/lib/dns: dst_api.c dst_parse.c dst_parse.h hmac_link.c opensslecdsa_link.c opensslrsa_link.c Log message: We are not going to write keys to disk. OK jca, tedu CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/26 04:23:42 Modified files: usr.sbin/bind/bin/dig: dighost.c usr.sbin/bind/lib/dns: dst_api.c dst_parse.c masterdump.c usr.sbin/bind/lib/isc: Makefile.in lex.c log.c regex.c usr.sbin/bind/lib/isc/include/isc: Makefile.in usr.sbin/bind/lib/isc/unix: Makefile.in Removed files: usr.sbin/bind/lib/isc: fsaccess.c usr.sbin/bind/lib/isc/include/isc: file.h fsaccess.h usr.sbin/bind/lib/isc/unix: file.c fsaccess.c Log message: Remove now unused unix/file.c and unix/fsaccess.c OK jca, tedu CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/26 04:24:19 Modified files: usr.sbin/bind/lib/dns: dst_result.c lib.c result.c usr.sbin/bind/lib/isc: hash.c result.c Log message: Switch once to isc_boolean_t in preparation of nothreads removal OK tedu, jca CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/26 04:25:30 Modified files: usr.sbin/bind : configure configure.in usr.sbin/bind/lib/dns: dst_api.c name.c openssl_link.c usr.sbin/bind/lib/isc: Makefile.in task.c timer.c usr.sbin/bind/lib/isc/include/isc: util.h usr.sbin/bind/lib/isc/unix: app.c socket.c Removed files: usr.sbin/bind/lib/isc/nothreads: Makefile.in condition.c thread.c usr.sbin/bind/lib/isc/nothreads/include: Makefile.in usr.sbin/bind/lib/isc/nothreads/include/isc: Makefile.in condition.h once.h thread.h Log message: get rid of lib/isc/nothreads OK tedu CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/26 04:26:30 Modified files: usr.sbin/bind/lib/isc/include/isc: stdio.h usr.sbin/bind/lib/isc/unix: stdio.c Log message: reduce isc/stdio to what is used OK tedu CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/26 04:26:54 Modified files: usr.sbin/bind/lib/isc: socket_api.c usr.sbin/bind/lib/isc/include/isc: socket.h usr.sbin/bind/lib/isc/unix: socket.c Log message: Remove unused code from socket.c OK tedu CVSROOT: /cvs Module name: src Changes by: inoguchi@cvs.openbsd.org 2020/01/26 04:49:21 Modified files: lib/libcrypto/cast: cast_lcl.h Log message: Avoid 32 bit right shift with unsigned int in crypto/cast/cast_lcl.h ok tb@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/01/26 05:35:57 Modified files: usr.bin/make : compat.c Log message: simplify logic in compat engine, we can set ABORTED directly instead of waiting for the father to do so. okay millert@ CVSROOT: /cvs Module name: src Changes by: inoguchi@cvs.openbsd.org 2020/01/26 05:37:07 Modified files: regress/usr.bin/openssl: appstest.sh Log message: Restrict to use up to TLSv1.2 for test_server_client in appstest.sh Currently, only s_client has TLSv1.3 and s_server does not. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/01/26 05:37:47 Modified files: usr.bin/make : gnode.h parse.c Log message: deprecate old keywords, some already removed, some now hitting the bitbucket. okay on principle from millert@/schwarze@ The rationale is that those aren't even documented (apart from .MADE) and the corresponding code has never been maintained (just untouched when changing other things, so it probably doesn't work right if it ever did) This went through a full release/bulk to make sure nobody was using that stuff. okay millert@ CVSROOT: /cvs Module name: src Changes by: inoguchi@cvs.openbsd.org 2020/01/26 05:39:16 Modified files: lib/libssl : ssl_ciph.c Log message: Fix SSL_CIPHER_description ok jsing@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/01/26 05:40:50 Modified files: usr.bin/make : make.1 Log message: remove documentation for .MADE CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/01/26 05:41:21 Modified files: usr.bin/make : compat.c dump.c engine.c expandchildren.c gnode.h make.c parse.c targ.c Log message: remove OP_* for deprecated keywords (document that :: still uses OP_INVISIBLE) okay millert@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/26 05:48:36 Modified files: devel/libiscsi : Makefile distinfo devel/libiscsi/pkg: PLIST Log message: Update to libiscsi-1.19.0. from Brad (maintainer) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/01/26 05:50:17 Modified files: usr.sbin/pkg_add/OpenBSD: PkgCreate.pm Log message: give pkg_create knowledge of WRKOBJDIR, so it can error out if a symlink points in there. okay aja@ sthen@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2020/01/26 05:51:48 Modified files: infrastructure/mk: bsd.port.mk Log message: pass WRKOBJDIR thru so that pkg_create can holler on some mistakes CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/26 06:02:32 Modified files: infrastructure/lib/DPB/Core: Distant.pm Log message: set BatchMode=yes on DPB ssh connections. ok espie CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/26 06:07:07 Modified files: infrastructure/lib/OpenBSD: FS2.pm Log message: recognize .otb (OpenType bitmap) as a valid font suffix. ok espie CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/01/26 06:45:50 Modified files: dist/libepoxy : configure.ac meson.build dist/libepoxy/registry: README.md egl.xml gl.xml glx.xml wgl.xml dist/libepoxy/src: dispatch_common.c dispatch_common.h gen_dispatch.py meson.build dist/libepoxy/test: Makefile.am egl_epoxy_api.c egl_has_extension_nocontext.c meson.build lib/libepoxy : Makefile config.h shlib_version lib/libepoxy/generated/include/epoxy: egl_generated.h gl_generated.h glx_generated.h lib/libepoxy/generated/src: egl_generated_dispatch.c gl_generated_dispatch.c glx_generated_dispatch.c Added files: dist/libepoxy/test: cgl_core.c cgl_epoxy_api.c gl_version.c Log message: Update to libepoxy 1.5.4. ok jsg@ CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2020/01/26 06:48:15 Modified files: databases/py-sql: Makefile distinfo Log message: update databases/py-sql to 1.1.0 Announce: https://discuss.tryton.org/t/release-1-1-0-of-python-sql ok sthen@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/01/26 06:48:56 Modified files: xserver : ChangeLog aclocal.m4 configure configure.ac xserver/Xi : xipassivegrab.c xserver/glamor : glamor.c glamor.h glamor_egl.c xserver/hw/dmx : dmxinit.c xserver/hw/kdrive/ephyr: ephyrinit.c xserver/hw/vfb : InitOutput.c xserver/hw/xfree86/common: xf86Init.c xf86Module.h xserver/hw/xfree86/drivers/modesetting: dri2.c driver.c drmmode_display.c vblank.c xserver/hw/xfree86/modes: xf86Rotate.c xserver/hw/xfree86/os-support: xf86_OSproc.h xserver/hw/xfree86/os-support/bsd: bsd_init.c xserver/hw/xfree86/os-support/hurd: hurd_init.c xserver/hw/xfree86/os-support/linux: lnx_init.c xserver/hw/xfree86/os-support/solaris: sun_vid.c xserver/hw/xnest: Init.c xserver/hw/xwayland: xwayland-present.c xwayland.c xserver/hw/xwin: InitOutput.c xserver/include: dix-config.h.in do-not-use-config.h.in os.h xserver/os : inputthread.c ospoll.c Log message: Update to xserver 1.20.7 plus 2 extra fixes from upstream. ok jsg@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/01/26 06:49:27 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/01/26 07:01:43 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: ports Changes by: semarie@cvs.openbsd.org 2020/01/26 07:21:55 Modified files: productivity/tryton/5.2/account: Makefile distinfo productivity/tryton/5.2/account_invoice: Makefile distinfo productivity/tryton/5.2/account_invoice_history: Makefile distinfo productivity/tryton/5.2/account_invoice_history/pkg: PLIST productivity/tryton/5.2/sao: Makefile distinfo productivity/tryton/5.2/sao/pkg: PLIST productivity/tryton/5.2/timesheet: Makefile distinfo productivity/tryton/5.2/tryton: Makefile distinfo productivity/tryton/5.2/trytond: Makefile distinfo Removed files: productivity/tryton/5.2/sao/files: sao-dependencies.sh Log message: tryton 5.2: maintenance update CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2020/01/26 07:41:19 Modified files: productivity/tryton/5.0/account: Makefile distinfo productivity/tryton/5.0/account_invoice: Makefile distinfo productivity/tryton/5.0/account_invoice_history: Makefile distinfo productivity/tryton/5.0/sao: Makefile distinfo productivity/tryton/5.0/sao/pkg: PLIST productivity/tryton/5.0/timesheet: Makefile distinfo productivity/tryton/5.0/tryton: Makefile distinfo Removed files: productivity/tryton/5.0/sao/files: sao-dependencies.sh Log message: tryton 5.0: maintenance update CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2020/01/26 07:50:47 Modified files: usr.sbin/bind/bin/dig: dig.c host.c nslookup.c usr.sbin/bind/lib/isc/unix: socket.c Log message: Support for queries on ports != 53 - dig(1) -p now works, as already supported by dig(1) from ports/net/isc-bind thanks to sthen@ - "set port=..." also works in nslookup(1) - host(1) has no support for alternate destination ports This adds "inet" to the pledge promises of all three programs, a compromise deemed reasonable and suggested by deraadt@; instead of slightly more complicated patches by myself and florian@ to avoid "inet" in the general case. Suggested by deraadt@, ok florian@ sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/26 08:47:59 Modified files: infrastructure/db: network.conf Log message: Prepend https://download.gnome.org/ to MASTER_SITE_GNOME. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/26 09:58:57 Log message: Import py3-odfpy-1.4.1. Odfpy is a library to read and write OpenDocument v.1.2 files. <...> Since it's a new import I am not even bothering with python2 and only provide MODPY_DEFAULT_VERSION_3. ok robert@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20200126 N ports/textproc/py-odfpy/Makefile N ports/textproc/py-odfpy/distinfo N ports/textproc/py-odfpy/pkg/DESCR N ports/textproc/py-odfpy/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/26 09:59:37 Modified files: textproc : Makefile Log message: +py-odfpy CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/01/26 10:36:50 Modified files: net/libmygpo-qt: Makefile distinfo net/libmygpo-qt/pkg: PLIST Log message: Update libmygpo-qt to 1.1.0 Upstream switched from Qt4 to Qt5. OK cwen@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/01/26 10:36:57 Modified files: audio/liblastfm: Makefile distinfo audio/liblastfm/pkg: PLIST Log message: Update liblastfm to 1.1.0 Upstream switched from Qt4 to Qt5. OK cwen@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/01/26 10:37:08 Modified files: audio/clementine: Makefile distinfo audio/clementine/patches: patch-3rdparty_libprojectm_CMakeLists_txt patch-ext_libclementine-common_CMakeLists_txt patch-ext_libclementine-common_core_logging_cpp patch-src_CMakeLists_txt patch-src_core_utilities_cpp patch-src_devices_giolister_cpp patch-src_library_groupbydialog_h patch-tests_CMakeLists_txt patch-tests_closure_test_cpp audio/clementine/pkg: PLIST Added files: audio/clementine/patches: patch-src_ripper_ripper_h Removed files: audio/clementine/patches: patch-3rdparty_libechonest_CMakeLists_txt patch-CMakeLists_txt patch-src_config_h_in patch-src_core_mergedproxymodel_h patch-src_engines_gstenginepipeline_cpp patch-src_internet_spotifyblobdownloader_cpp patch-src_musicbrainz_chromaprinter_cpp patch-tests_concurrentrun_test_cpp Log message: Update clementine to 1.4.0rc1 Upstream switched from Qt4 to Qt5. OK cwen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/26 10:37:33 ports/x11/gnome/ocrfeeder/files Update of /cvs/ports/x11/gnome/ocrfeeder/files In directory cvs.openbsd.org:/tmp/cvs-serv45008/files Log Message: Directory /cvs/ports/x11/gnome/ocrfeeder/files added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/26 10:38:20 Modified files: x11/gnome/ocrfeeder: Makefile distinfo x11/gnome/ocrfeeder/patches: patch-src_ocrfeeder_util_constants_py_in x11/gnome/ocrfeeder/pkg: PLIST Added files: x11/gnome/ocrfeeder/files: org.gnome.OCRFeeder.appdata.xml.in.in Log message: Update to ocrfeeder-0.8.2. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/01/26 12:14:15 Modified files: graphics/py-seaborn: Makefile distinfo graphics/py-seaborn/pkg: PLIST Log message: Update to py3-seaborn-0.10.0 Release notes can be found at https://github.com/mwaskom/seaborn/releases/tag/v0.10.0. python3 only now, so drop the FLAVOR. OK kmos@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/01/26 12:15:13 Modified files: graphics : Makefile Log message: -py-seaborn,python3 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/01/26 12:23:40 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Add entry for dropped python2 flavor of graphics/py-seaborn CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/01/26 13:35:30 Modified files: sysutils/p5-Filesys-Notify-Simple: Makefile distinfo sysutils/p5-Filesys-Notify-Simple/pkg: DESCR Log message: Update sysutils/p5-Filesys-Notify-Simple to 0.14 From wen heping Looks good to me, Abel Abraham Camarillo Ojeda (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/01/26 14:01:14 Modified files: www/p5-Plack-Middleware-ReverseProxy: Makefile distinfo Log message: Update www/p5-Plack-Middleware-ReverseProxy to 0.16 From wen heping CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/01/26 14:24:58 Modified files: usr.bin/mandoc : mandocdb.c Log message: Repair more of the issues that i found in filescan() while investigating the report from on ports@: For a symlink, use the first of the following names that is available: 1. In -t mode, the symlink itself (unchanged). 2. When the (unresolved) symlink already resides inside the manpath, just strip the manpath and use the rest (unchanged). 3. When prefix(es) of the unresolved symlink point to the manpath, strip the longest such prefix and use the rest (new); this fixes situations where the manpath or one of its parent directories is a symlink and at the same time contains symlinks to manual pages. 4. Fall back to the fully resolved symlink, with the manpath stripped (new); this may for example happen when the command line passes symlinks from outside the manpath that point to manual pages inside the manpath, or if manual page trees contain symlinks to symlinks and not all of them are given on the command line. The fallback (4) isn't perfect. You can construct symlink spaghetti in such a way that this algorithm will not enter all manual page names into the database that a human would be able to deduce. But i do not expect such spaghetti to actually occur in practice (not even in ports), and a full fix would require re-implementing realpath(3) in terms of step-by-step readlink(2) calls, repeating the complicated algorithm (3) after each step. While here, also stop using PATH_MAX as the size of a static buffer in filescan(); on some systems, it can be unreasonably large. Instead, allocate path strings dynamically. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/01/26 14:30:55 Removed files: graphics/digikam-kde4/pkg: DESCR-dcraw DESCR-face DESCR-kipi DESCR-libkipi DESCR-main DESCR-mediawiki DESCR-sane PLIST-dcraw PLIST-face PLIST-kipi PLIST-libkipi PLIST-main PLIST-mediawiki PLIST-sane Log message: Forgotten to remove pkg/* Spotted by cwen@, thanks! CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/26 15:04:28 Modified files: emulators/qemu : Makefile Log message: qemu just uses the sphinx-build script from py-sphinx, not the python module. switch the dependency to py2 so it can find it (py3-sphinx has sphinx-build-3). maybe we'll change things around with this sometime, but for now unbreak builds. ok aja@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2020/01/26 15:08:36 Modified files: usr.sbin/sysupgrade: sysupgrade.sh Log message: Log the old kernel version before doing the upgrade. Makes it easier to figure out what version you were tunning before the upgrade when you hit a bug/problem after the upgrade. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2020/01/26 15:10:06 Modified files: multimedia/gstreamer-0.10/plugins-base: Makefile Added files: multimedia/gstreamer-0.10/plugins-base/patches: patch-common_gst-glib-gen_mak Log message: Fix for \# backward-incompatibility in upcoming gmake 4.3. Switch to autoreconf since the fragment is propagated to a dozen Makefiles by automake. Use the included autogen.sh because it performs additional required surgery on the autotools output. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2020/01/26 15:11:18 Modified files: devel/libfirm/patches: patch-Makefile Log message: fix for \# backward-incompatibility in upcoming gmake 4.3; ok bcallah@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/01/26 15:38:05 Modified files: devel/etl : Makefile Added files: devel/etl/patches: patch-ETL__pen_h Log message: etl: fix consumers' build on !clang archs by not discarding some qualifiers. OK kmos@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/01/26 16:04:41 Modified files: sys/dev/fdt : pwmbl.c Log message: The enable-gpios property is an optional property, so don't error out if it's not there. This allows pwmbl(4) to attach and work on the Pinebook Pro. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/01/26 16:05:47 Modified files: sys/dev/fdt : pwmbl.c Log message: Set the default brightness level upon attach. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/01/26 16:06:39 Modified files: sys/kern : kern_physio.c Log message: Use long for temporary variables handling b_bcount values in physio(). Add a KASSERTMSG() to check that strategy functions didn't screw b_resid up too much. ok beck@ tedu@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/01/26 16:39:10 Modified files: lang/cparser/patches: patch-Makefile Log message: Fix for \# backward incompatibility in upcoming gmake 4.3; ok naddy@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2020/01/26 16:47:57 Modified files: usr.bin/nc : netcat.c Log message: revert previous nc loop refactor from 1.211, breaks bluhm's stuff will attempt again later, now that there is new regress CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2020/01/26 16:48:50 Modified files: regress/usr.bin/nc: Makefile Log message: make regress pass, since these new tests now pass CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/01/26 17:38:00 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: Some of the test vectors that were added in the upstream commit 4672ff74d68766e7785c2cac4c597effccef2c5c have a zero byte prepended. Run the secp224k1 ECDH tests and adjust this if needed. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2020/01/26 18:05:28 Modified files: usr.bin/leave : leave.c Log message: in hhmm mode, check that len(time) is 4 to avoid confusion. feedback cheloha deraadt CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/01/26 19:02:28 Modified files: sys/dev/ic : twevar.h Log message: Prototypes should not name the parameters. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/01/26 20:35:05 Modified files: sys/dev/ic : mpi.c Log message: Prototypes should not name the parameters. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/01/26 21:54:55 Modified files: multimedia : Makefile Removed files: multimedia/qt-gstreamer: Makefile distinfo multimedia/qt-gstreamer/patches: patch-CMakeLists_txt patch-cmake_modules_FindGStreamer_cmake patch-elements_gstqtvideosink_delegates_basedelegate_cpp patch-elements_gstqtvideosink_delegates_qwidgetvideosinkdelegate_cpp patch-elements_gstqtvideosink_gstqtvideosinkbase_cpp patch-src_QGlib_CMakeLists_txt patch-src_QGlib_connect_cpp patch-src_QGlib_connect_h patch-src_QGlib_connectimpl_h patch-src_QGlib_global_h patch-src_QGlib_refpointer_h patch-src_QGlib_type_h patch-src_QGlib_value_h patch-src_QGst_CMakeLists_txt patch-src_QGst_caps_cpp patch-src_QGst_element_h multimedia/qt-gstreamer/pkg: DESCR PLIST Log message: Remove qt-gstreamer Nothing uses it anymore. Qt4 deadbeef OK kn kmos CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/01/26 21:57:19 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register qt-gstreamer removal. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/01/27 00:10:01 Modified files: productivity/homebank: Makefile distinfo productivity/homebank/patches: patch-po_POTFILES_in productivity/homebank/pkg: PLIST Log message: Update homebank to 5.3 Changelog can find here: http://homebank.free.fr/ChangeLog Taken second maintainership ok pea@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/01/27 00:16:14 Modified files: productivity/homebank: Makefile distinfo Log message: Bugfix update homebank to 5.3.1 CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/01/27 00:41:02 Modified files: sys/scsi : cd.c st.c Log message: Make the commonalities of cdminphys, sdminphys and stminphys more obvious by consistently using the variable names and idiom of sdminphys. No functional change. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/27 01:14:21 Modified files: mail/thunderbird-i18n: Makefile.inc distinfo mail/mozilla-thunderbird: Makefile distinfo Log message: Update to thunderbird 68.4.2. See https://www.thunderbird.net/en-US/thunderbird/68.4.2/releasenotes/ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/01/27 01:23:42 Modified files: usr.bin/tmux : cmd-parse.y Log message: Change so that assignments may be specified alone - a command isn't required. GitHub issue 2062. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/01/27 01:53:13 Modified files: usr.bin/tmux : cmd-bind-key.c cmd-command-prompt.c cmd-list-keys.c key-bindings.c status.c tmux.1 tmux.h Log message: Add support for adding a note to a key binding (with bind-key -N) and use this to add descriptions to the default key bindings. A new -N flag to list-keys shows key bindings with notes rather than the default bind-key command used to create them. Change the default ? binding to use this to show a readable summary of keys. Also extend command-prompt to return the name of the key pressed and add a default binding (/) to show the note for the next key pressed Suggested by Alex Tremblay in GitHub issue 2000. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/01/27 02:04:47 Modified files: usr.bin/tmux : tmux.1 Log message: Expand description of start-server. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2020/01/27 02:10:54 Modified files: . : hackathons.html Log message: tweak CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/01/27 03:30:10 Modified files: x11/py-qt5 : Makefile x11/py-qt5/pkg : PLIST Log message: Regenerate PLIST (@so tags) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/01/27 03:31:00 Modified files: devel/py-sip : Makefile devel/py-sip/pkg: PLIST Log message: Regenerate PLIST (@so tags) CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/01/27 04:00:44 Modified files: sys/net : if_tun.c Log message: add some comments to tun_destroy, and try be a bit more paranoid. CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2020/01/27 04:04:18 Modified files: sys/dev/acpi : acpisbs.c Log message: Send APM_POWER_CHANGE events to userland after refreshing battery info Tested by and ok jcs@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2020/01/27 06:11:02 Modified files: sys/dev/ic : adv.c Log message: Rename advminphys function to adv_minphys. The prototype and one usage were changed in r1.40 but the function itself was missed. Unbreaks i386 build - no other arch enables adv(4). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/27 06:48:45 Modified files: mail/fetchmail : Makefile distinfo mail/fetchmail/patches: patch-Makefile_in mail/fetchmail/pkg: PLIST Removed files: mail/fetchmail/patches: patch-config_h_in patch-configure_ac patch-socket_c Log message: update to fetchmail-6.4.1 CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/01/27 07:15:25 Modified files: usr.sbin/btrace: TODO bt.5 bt_parse.y bt_parser.h btrace.c Log message: Implement builtin time() function. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2020/01/27 08:41:42 Modified files: sys/dev/usb : usbdevs Log message: add USB device ID for tp-link tl-wn823n CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2020/01/27 08:42:23 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2020/01/27 08:44:55 Modified files: sys/dev/usb : if_urtwn.c Log message: Make urtwn(4) attach to tp-link tl-wn823n (RTL8192EU). Tested by me; Hardware provided by Titus Richartz and Theo Richartz, thanks! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/27 09:29:11 Modified files: print/qpdf : Makefile distinfo print/qpdf/pkg : PLIST Log message: Update to qpdf-9.1.1. CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/01/27 10:13:33 Modified files: sys/dev/dt : dt_dev.c Log message: Improve use of SMR in dt(4) by changing the time when smr_barrier() is invoked. This enables threads to continue gathering events without interruption when another thread starts or stops recording. OK mpi@ CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2020/01/27 12:16:43 Modified files: sys/net : bpf.c Log message: update bpf_iflist in bpfsdetach instead of bpfdetach as some drivers like USB only use the former and bpf_iflist was otherwise retaining references to a freed bpf_if. ok sashan CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2020/01/27 13:27:11 Modified files: net/rsync : Makefile Added files: net/rsync/patches: patch-zlib_crc32_c patch-zlib_inffast_c patch-zlib_inflate_c patch-zlib_inftrees_c Log message: fix a few nasty bugs in rsync, made aware of it by Moritz Buhl Those are registered as CVE-2016-9843, CVE-2016-9842, CVE-2016-9841, CVE-2016-9840, but judging from the code, it's not even clear how to build an exploit from this (mostly underspecified C behavior, plus it's deep within zlib's streams). So, don't get too alarmed about this. Okay sthen@, naddy@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2020/01/27 13:51:32 Modified files: usr.bin/ssh : ssh.c Log message: disable UpdateHostKeys=ask if command is specified; ok djm@ sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/27 13:51:46 Modified files: net/dhcpcd : Makefile distinfo Log message: update to dhcpcd-8.1.6 CVSROOT: /cvs Module name: ports Changes by: gkoehler@cvs.openbsd.org 2020/01/27 14:05:19 Modified files: mail/sylpheed : Makefile Added files: mail/sylpheed/patches: patch-libsylph_ssl_c Log message: Use SNI; fixes TLSv1.3 to imap.gmail.com ok kn@ tb@ sthen@ "go ahead" Amit Kulkarni (maintainer) CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2020/01/27 16:49:12 Modified files: devel/git : Makefile devel/git/pkg : PLIST-main PLIST-svn Log message: Install the git perl libs into locations perl looks at. Also stop shipping the FromCPAN stuff as its functionality is covered by the RUN_DEPS. This fixes tools like git-credential-netrc and git-mw. OK and tweaks from sthen@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2020/01/27 17:16:29 Modified files: faq : current.html Log message: - move new firefox entry to end of file, mention the package version in which the change occurred, suggest that unveil can be widened not just disabled. - standardise date formats CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/27 18:49:36 Modified files: usr.bin/ssh : misc.c ssh_config.5 sshd_config.5 Log message: make IPTOS_DSCP_LE available via IPQoS directive; bz2986, based on patch by veegish AT cyberstorm.mu CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/27 19:24:49 Modified files: sys/dev/pci/drm: drm_dp_mst_topology.c Log message: drm/dp_mst: Skip validating ports during destruction, just ref From Lyude Paul 035e304f95c3b3ed11ef8a0de48269ef4faad2e7 in linux 4.19.y/4.19.99 c54c7374ff44de5e609506aca7c0deae4703b6d1 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/27 19:28:41 Modified files: sys/dev/pci/drm: drm_fb_helper.c Log message: drm/fb-helper: generic: Fix setup error path From Noralf Tronnes 66779aa306b37b3789e7acae0b60017b7c3a51d3 in linux 4.19.y/4.19.99 6e1490cf439aa86b104e5124c36275b964238e1f in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/27 19:30:47 Modified files: sys/dev/pci/drm: drm_fb_helper.c Log message: drm/fb-helper: generic: Call drm_client_add() after setup is done From Noralf Tronnes 6c5df6f63e8f98fe89c41c879385105bd0952248 in linux 4.19.y/4.19.99 6e3f17ee73f7e3c2ef0e2c8fd8624b2ece8ef2c9 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/27 19:33:18 Modified files: sys/dev/pci/drm/include/drm: drm_panel.h Log message: drm/panel: make drm_panel.h self-contained From Jani Nikula e34d8d2b2e2f49d1aa933a1e5f15d3e9ee9aa54b in linux 4.19.y/4.19.99 bf3f5e98559360661a3d2af340d46522512c0b00 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/01/27 19:37:20 Modified files: sys/dev/pci/drm/radeon: cik.c r600.c si.c Log message: drm/radeon: fix bad DMA from INTERRUPT_CNTL2 From Sam Bobroff 6fab6dbff4a5843b8f44f87a2454450961c1f0bc in linux 4.19.y/4.19.99 62d91dd2851e8ae2ca552f1b090a3575a4edf759 in mainline linux CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2020/01/27 23:19:36 Modified files: games/vkquake : Makefile distinfo Removed files: games/vkquake/patches: patch-Quake_r_brush_c patch-Quake_r_world_c Log message: update to vkQuake 1.04.1 ok thfr@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/28 00:24:15 Modified files: usr.bin/ssh : ssh.c Log message: disable UpdateHostKeys=ask when in quiet mode; "work for me" matthieu@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/28 01:01:34 Modified files: usr.bin/ssh : PROTOCOL.u2f sk-usbhid.c ssh-keygen.1 ssh-keygen.c ssh-sk.c Log message: changes to support FIDO attestation Allow writing to disk the attestation certificate that is generated by the FIDO token at key enrollment time. These certificates may be used by an out-of-band workflow to prove that a particular key is held in trustworthy hardware. Allow passing in a challenge that will be sent to the card during key enrollment. These are needed to build an attestation workflow that resists replay attacks. ok markus@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/01/28 01:06:11 Modified files: usr.bin/tmux : resize.c server-client.c tmux.h window-client.c Log message: Add a define for flags meaning a client is not attached, and fix unattached counter, reported by Thomas Sattler. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/28 01:42:34 Modified files: security/nss : Makefile distinfo Log message: Update to nss 3.49.2. See https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.49.2_release_notes CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2020/01/28 02:21:24 Modified files: mail/fdm : Makefile Log message: debug package for mail/fdm; ok sthen@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/01/28 03:21:21 Modified files: usr.bin/tmux : spawn.c Log message: Set up working directory before killing the existing pane on respawn. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/01/28 03:24:00 Modified files: usr.sbin/btrace: bt_parse.y Log message: Parse '==' without error in filters. From Benjamin Baier. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/01/28 03:44:30 Modified files: usr.bin/tmux : format.c proc.c tmux.1 tmux.c tmux.h Log message: Reduce a difference with portable tmux by adding the -V flag and #{version} format; on OpenBSD these just report the OpenBSD version. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/01/28 03:59:29 Modified files: usr.bin/tmux : input.c tty-keys.c Log message: Add support for the iTerm2 DSR 1337 sequence to get the terminal version. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/01/28 04:25:44 Modified files: usr.sbin/pkg_add/OpenBSD: PackageInfo.pm Log message: match opendir with closedir... not that important as the thing was most probably GC'd. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/01/28 04:31:31 Modified files: usr.bin/tmux : tmux.c Log message: -V also needs to go in usage. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/01/28 04:39:51 Modified files: usr.bin/tmux : tmux.h tty-keys.c tty-term.c tty.c Log message: If we can identify the terminal as iTerm2 or as tmux, we can be sure they support 256 and RGB colours, so set those flags too. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2020/01/28 04:43:29 Modified files: faq : current.html Log message: use , from Raf Czlonka CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/01/28 05:07:12 Modified files: regress/usr.sbin/btrace: Makefile map.bt map.ok Added files: regress/usr.sbin/btrace: delete.ok Log message: Tests for delete(@map[key]) and printf("%d\n", @map[key]) CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/01/28 05:09:19 Modified files: usr.sbin/btrace: bt_parse.y Log message: Rename *_concat() into *_append() to match reality. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/01/28 05:13:49 Modified files: usr.sbin/btrace: TODO bt_parse.y bt_parser.h btrace.c btrace.h map.c Log message: Implement delete() and @map[key] access. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/28 06:05:01 Modified files: x11/py-qt5 : Makefile x11/py-qt5/pkg : PLIST Log message: unbreak previous CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/01/28 06:10:14 Modified files: usr.bin/tmux : cmd-parse.y Log message: Ignore empty commands rather than adding them to the command list rather than trying to skip them later, fixes problem reported by M Kelly. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/28 06:16:47 Modified files: x11/py-qt5/pkg : PLIST Log message: ...and unbreak some more CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/01/28 06:23:24 Modified files: usr.bin/tmux : resize.c tmux.h Log message: If ALL clients are readonly, allow them to affect the size, suggested by Thomas Sattler. CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2020/01/28 06:50:08 Modified files: devel/openmpi : Makefile devel/openmpi/pkg: PLIST Added files: devel/openmpi/pkg: README Log message: - reenable fortran support - switch COMPILER to ports-gcc only, due to limitations in the build system, MODULES=fortran requires ports-gcc anyway. If problems with C++ ever show up, we might make a version with fortran disabled and base-clang only. Compiling mpi applications with base-clang is still possible. - adjust SHARED_LIBS accordingly, add @so lib markers while there - add a simple README with example code joint effort with j@bitminer.ca CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/01/28 07:06:16 Modified files: sys/dev/acpi : acpivout.c Log message: Make acpivout(4) call ws_[gs]et_param instead of directly calling the ACPI methods. On some machines, like my X395, those ACPI methods don't allow changing the brightness, so this allows acpivout(4) to e.g. use amdgpu(4)'s code. In comparison to the previously committed and backed out version we now schedule the brightness change on the ACPI task queue so that we don't run into any recursive locking issues. Additionally the diff has been modified according to the recent commit where we make sure that a 5% brightness change does not result in the same brightness level. ok jcs@ kn@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/01/28 07:09:31 Modified files: sys/dev/fdt : pwmbl.c Log message: The default-brightness-level property actually contains an index into the brightness-levels array. CVSROOT: /cvs Module name: xenocara Changes by: jca@cvs.openbsd.org 2020/01/28 07:25:30 Modified files: lib/mesa/include: c11_compat.h Log message: Avoid _Static_assert in Mesa/libEGL on non-clang archs Temporary workaround while we find a better solution. Linking errors in ports reported by cwen@, "Please commit" jsg@ CVSROOT: /cvs Module name: src Changes by: bket@cvs.openbsd.org 2020/01/28 08:40:35 Modified files: sbin/pfctl : parse.y pfctl_optimize.c Log message: sbin/pfctl: replace TAILQ concatenation loop with TAILQ_CONCAT OK kn@, sashan@, florian@ CVSROOT: /cvs Module name: src Changes by: bket@cvs.openbsd.org 2020/01/28 08:42:10 Modified files: usr.sbin/snmpd : control.c Log message: usr.sbin/snmpd: replace TAILQ concatenation loop with TAILQ_CONCAT OK florian@, martijn@. reads ok benno@ CVSROOT: /cvs Module name: src Changes by: bket@cvs.openbsd.org 2020/01/28 08:44:13 Modified files: sbin/unwind : frontend.c resolver.c Log message: sbin/unwind: replace TAILQ concatenation loop with TAILQ_CONCAT OK florian@. reads ok benno@ CVSROOT: /cvs Module name: src Changes by: bket@cvs.openbsd.org 2020/01/28 08:45:46 Modified files: usr.sbin/bgpd : config.c Log message: usr.sbin/bgpd: replace TAILQ concatenation loop with TAILQ_CONCAT OK florian@, benno@ CVSROOT: /cvs Module name: src Changes by: bket@cvs.openbsd.org 2020/01/28 08:51:26 Modified files: usr.sbin/ldapd : search.c Log message: usr.sbin/ldapd: replace TAILQ concatenation loop with TAILQ_CONCAT OK florian@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/01/28 09:00:12 Modified files: usr.sbin/btrace: bt_parse.y Log message: Simplify statement rules by using an optional new line. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/01/28 09:00:24 Modified files: usr.sbin/pkg_add/OpenBSD: State.pm Log message: banish implicit return CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/01/28 09:02:28 Modified files: usr.sbin/btrace: bt_parse.y Log message: Use %left to prevent S/R conflicts, arithmetic precedence is still broken. CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/01/28 09:26:10 Modified files: sys/net : if_pppx.c if_tun.c switchctl.c Log message: Simplify filterops routines where klist_invalidate() is used. klist_invalidate() detaches knotes from the list and rewires them synchronously so that the original filterops routines do not get called after the invalidation. OK anton@, mpi@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/01/28 09:39:51 Modified files: regress/usr.sbin/btrace: Makefile usr.sbin/btrace: TODO bt_parse.y bt_parser.h btrace.c btrace.h map.c Added files: regress/usr.sbin/btrace: min+max+sum.bt min+max+sum.ok Log message: Implement map functions min(), max() and sum(). For the moment map values are currently limited to integers. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/28 09:46:06 Modified files: print/cups-filters: Makefile distinfo Log message: Update to cups-filters-1.27.0. CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2020/01/28 09:51:03 Modified files: etc : group Log message: sort CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/28 10:09:03 Modified files: usr.sbin/bind/lib/isccfg: Makefile.in namedconf.c parser.c usr.sbin/bind/lib/isccfg/include/isccfg: Makefile.in cfg.h grammar.h namedconf.h Removed files: usr.sbin/bind/lib/isccfg: dnsconf.c usr.sbin/bind/lib/isccfg/include/isccfg: dnsconf.h Log message: We only need to be able to parse tsig key files, rip out all the rest from the parser. OK sthen CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/28 10:17:06 Modified files: usr.sbin/bind/bin/dig: dig.c dighost.c host.c nslookup.c usr.sbin/bind/bin/dig/include/dig: dig.h usr.sbin/bind/lib/dns: byaddr.c dnssec.c ds.c keydata.c message.c ncache.c nsec.c nsec3.c rdata.c soa.c tsig.c usr.sbin/bind/lib/dns/include/dns: keydata.h nsec3.h rdataset.h types.h usr.sbin/bind/lib/dns/rdata/generic: cds_59.c dlv_32769.c ds_43.c Added files: usr.sbin/bind : Makefile usr.sbin/bind/bin/dig: Makefile.inc usr.sbin/bind/lib/dns: Makefile.inc dns_log.c dns_result.c dns_time.c usr.sbin/bind/lib/isc: Makefile.inc usr.sbin/bind/lib/isc/unix: Makefile.inc usr.sbin/bind/lib/isccfg: Makefile.inc usr.sbin/bind/lib/lwres: Makefile.inc Removed files: usr.sbin/bind/lib/dns: dst_gost.h log.c result.c time.c usr.sbin/bind/lib/isc: bitstring.c usr.sbin/bind/lib/isc/unix: ipv6.c Log message: Switch to Makefile based builds. Delete a bunch of files that were no longer built but still lying around. Since there are no subdirectories below obj any more we need to prefix dns/{log,time,result}.c with dns_ to not conflict with the same names used by lib/isc/. OK sthen CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/28 10:20:05 Removed files: usr.sbin/bind : Makefile.bsd-wrapper Makefile.in aclocal.m4 bind.keys bind.keys.h config.guess config.sub configure configure.in install-sh ltmain.sh mkinstalldirs version usr.sbin/bind/bin: Makefile.in usr.sbin/bind/bin/dig: Makefile.in usr.sbin/bind/lib: Makefile.in usr.sbin/bind/lib/dns: Makefile.in usr.sbin/bind/lib/dns/include: Makefile.in usr.sbin/bind/lib/dns/include/dns: Makefile.in usr.sbin/bind/lib/dns/include/dst: Makefile.in usr.sbin/bind/lib/isc: Makefile.in usr.sbin/bind/lib/isc/include: Makefile.in usr.sbin/bind/lib/isc/include/isc: Makefile.in usr.sbin/bind/lib/isc/unix: Makefile.in usr.sbin/bind/lib/isc/unix/include: Makefile.in usr.sbin/bind/lib/isc/unix/include/isc: Makefile.in usr.sbin/bind/lib/isccfg: Makefile.in usr.sbin/bind/lib/isccfg/include: Makefile.in usr.sbin/bind/lib/isccfg/include/isccfg: Makefile.in usr.sbin/bind/lib/lwres: Makefile.in usr.sbin/bind/libtool.m4.dir: libtool.m4 ltoptions.m4 ltsugar.m4 ltversion.m4 lt~obsolete.m4 usr.sbin/bind/make: Makefile.in includes.in mkdep.in rules.in usr.sbin/bind/util: bindkeys.pl Log message: Nuke autohell from orbit. It's the only way to be sure. OK sthen CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/28 10:23:05 Removed files: x11/gnome/ocrfeeder/patches: patch-configure Log message: Forgot to cvs rm. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/28 10:37:35 Modified files: graphics/gegl04/patches: patch-gegl_meson_build Added files: graphics/gegl04/patches: patch-meson_build Log message: Remove dependency on devel/libexecinfo. spotted by naddy@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2020/01/28 11:46:09 Modified files: sbin/disklabel : disklabel.8 Log message: Sync with table in editor.c; from Martin CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/01/28 12:25:45 Modified files: regress/usr.bin/nc: Makefile Log message: With nc -NU netcat can probe if a UNIX stream socket is listening. Add a test for this. Use case needed by florian@. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/01/28 13:24:29 Modified files: net/wireguard-tools: Makefile distinfo Log message: update to wireguard-tools-1.0.20200121v0 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2020/01/28 13:32:50 Modified files: lang/fpc : Makefile Log message: Mark BROKEN. Instead of going through the libc stub, Free Pascal issues system calls from the main program. This is no longer allowed starting with sys/kern/exec_elf.c rev 1.154. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2020/01/28 13:41:46 ports/benchmarks/fio/patches Update of /cvs/ports/benchmarks/fio/patches In directory cvs.openbsd.org:/tmp/cvs-serv91981/patches Log Message: Directory /cvs/ports/benchmarks/fio/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2020/01/28 13:45:01 Modified files: benchmarks/fio : Makefile Added files: benchmarks/fio/patches: patch-gettime_c patch-os_os-openbsd_h Log message: Fix build on sparc64: * Fix undefined var tv_tls_key * Fix use of bswap{16|32|64} okay kmos@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/01/28 13:49:52 Modified files: sysutils/tmuxinator: Makefile Removed files: sysutils/tmuxinator/patches: patch-lib_tmuxinator_config_rb Log message: remove patch now that tmux in our tree has support for -V CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/01/28 14:11:06 Modified files: sbin/unwind : resolver.c Log message: We are not correctly upgrading from "UNKNOWN" to "VALIDATING" resulting in a "fatal in resolver: wrong unified cache set on resolver". I believe this happens because we are using an UNKNOWN resolving strategy to resolve queries. Disable the upgrade logic for now and always construct a fresh resolver context and set the unified context on it before any cache gets allocated. This causes a bit of memory churn on startup and when changing networks, but better than a crashing unwind. First observed by deraadt CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2020/01/28 14:30:52 Modified files: . : errata65.html errata66.html Log message: release smtpd errata. CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2020/01/28 14:35:00 Modified files: usr.sbin/smtpd : smtp_session.c Log message: Fix a security vulnerability discovered by Qualys which can lead to a privileges escalation on mbox deliveries and unprivileged code execution on lmtp deliveries, due to a logic issue causing a sanity check to be missed. ok eric@, millert@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2020/01/28 14:36:28 Modified files: usr.sbin/smtpd : Tag: OPENBSD_6_5 mta_session.c Log message: this is errata 6.5/029_smtpd_tls.patch.sig CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2020/01/28 14:37:29 Modified files: usr.sbin/smtpd : Tag: OPENBSD_6_6 mta_session.c Log message: this is errata 6.6/018_smtpd_tls.patch.sig CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2020/01/28 14:38:28 Modified files: usr.sbin/smtpd : Tag: OPENBSD_6_5 smtp_session.c Log message: this is errata 6.5/030_smtpd_exec.patch.sig CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2020/01/28 14:39:20 Modified files: usr.sbin/smtpd : Tag: OPENBSD_6_6 smtp_session.c Log message: this is errata 6.6/019_smtpd_exec.patch.sig CVSROOT: /cvs Module name: www Changes by: gilles@cvs.openbsd.org 2020/01/28 15:02:38 Modified files: opensmtpd : index.html Log message: OpenSMTPD 6.6.2 released to address vulnerability discovered by Qualys CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/28 19:16:44 Modified files: databases/mariadb: Makefile distinfo databases/mariadb/patches: patch-libmariadb_libmariadb_CMakeLists_txt patch-scripts_mysql_install_db_sh patch-sql_CMakeLists_txt patch-storage_connect_reldef_cpp databases/mariadb/pkg: PLIST-server PLIST-tests Log message: update to MariaDB 10.4.12, from Brad. CVE-2020-2574 - client DoS CVSROOT: /cvs Module name: www Changes by: dlg@cvs.openbsd.org 2020/01/28 20:28:49 Modified files: faq : current.html Log message: pppac(4) replaces tun(4) in npppd(8) and npppd.conf(5) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/01/28 21:49:07 Modified files: security/yubico/yubikey-personalization-gui: Makefile Log message: Switch yubikey-personalization-gui from Qt4 to Qt5 OK sthen@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/01/28 21:51:17 Modified files: devel/qgit : Makefile distinfo devel/qgit/pkg : PLIST Log message: Update qgit to 2.9 (Switch Qt4 to Qt5) Final diff and OK jca@ (Thanks) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/01/28 21:54:58 Modified files: security : Makefile Removed files: security/kqoauth: Makefile distinfo security/kqoauth/pkg: DESCR PLIST Log message: Remove kqoauth Qt4 OAuth support library with no consumers, last update 2013. OK bket@ jca@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/01/28 21:57:24 Modified files: net : Makefile Removed files: net/qsynergy : Makefile distinfo net/qsynergy/pkg: DESCR PLIST Log message: Remove qsynergy Qt4 synergy application, last update 2010, upstream dead. OK solene@ bket@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/01/28 22:02:22 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register qsynergy and kqoauth removal CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2020/01/28 23:04:06 Modified files: sys/dev : audio.c Log message: Add support for notifications about audio(4) controls changes. Whenever a "mixer" control is changed by a program or with volume keys, its index may be read from the /dev/audioctlN device using the read(2) syscall. Only one reader at a time is allowed. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/28 23:50:59 Modified files: x11/gnome/libsecret: Makefile distinfo Log message: Update to libsecret-0.20.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/28 23:52:21 Modified files: multimedia/mpv : Makefile distinfo multimedia/mpv/patches: patch-libmpv_client_h multimedia/mpv/pkg: PLIST Log message: Update to mpv-0.32.0. from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/28 23:56:10 Modified files: x11/gnome/orca : Makefile distinfo Log message: Update to orca-3.34.2. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2020/01/29 00:46:51 ports/misc/dtcltiny/patches Update of /cvs/ports/misc/dtcltiny/patches In directory cvs.openbsd.org:/tmp/cvs-serv25015/patches Log Message: Directory /cvs/ports/misc/dtcltiny/patches added to the repository CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/29 00:51:30 Modified files: usr.bin/ssh : clientloop.c Log message: give more context to UpdateHostKeys messages, mentioning that the changes are validated by the existing trusted host key. Prompted by espie@ feedback and ok markus@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/29 01:13:30 Modified files: sysutils/exoscale-cli: Makefile distinfo Log message: Update to exoscale-cli-1.10.0. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/29 01:17:49 Modified files: usr.bin/ssh : clientloop.c Log message: markus suggests a simplification to previous CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/01/29 01:28:17 Modified files: usr.bin/tmux : tmux.1 Log message: Remove extra Pp (from jmc) and add a missing word. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/01/29 02:38:25 Modified files: misc/nyancat : Makefile Log message: Add HOMEPAGE. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/01/29 03:00:50 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-278.0.0. CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/01/29 04:02:07 Modified files: security/ophcrack: Makefile security/ophcrack/patches: patch-src_gui_main_cpp security/ophcrack/pkg: DESCR Added files: security/ophcrack/patches: patch-src_samdump2_Makefile_in Log message: ophcrack: fix include path on big endian archs While here, regen an unrelated patch and remove trailing whitespaces in DESCR. OK kmos@, benoit@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/01/29 04:17:30 Modified files: devel/libiscsi : Makefile Added files: devel/libiscsi/patches: patch-lib_login_c Log message: libiscsi: fix data segment length comparison to unsigned long This allows libiscsi to be built on macppc and i386. Also,don't build with `-Werror'. Hints by sthen@ and jca@ (thanks!). OK sthen@, "go ahead" Brad (maintainer) CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/01/29 06:44:42 Modified files: lib/libssl : tls13_handshake.c Log message: Remove unused stub implementation of tls13_accept(). The correct and used version is in tls13_server.c. ok inoguchi jsing CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/29 07:59:28 Modified files: security/py-josepy: Makefile distinfo Log message: update to py-josepy-1.3.0 CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/01/29 08:07:49 Modified files: usr.bin/tmux : input.c tty.c Log message: Do not send DA and DSR again if already have a response. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/01/29 09:22:32 Modified files: usr.bin/tmux : client.c Log message: Warn if a message type that is no longer used is received. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/01/29 10:03:58 Modified files: lib/libssl : tls13_client.c tls13_lib.c tls13_server.c Log message: If the TLSv1.3 code has not recorded an error and something already exists on the error stack, refrain from pushing an 'unknown' error on the stack. This should allow libcrypto errors (including bio) to be visible, where we have nothing better to offer. ok tb@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/01/29 10:06:51 Modified files: usr.bin/make : job.c Log message: in the very strange case where make's child gets ptrace'd by its own infant (hi mpi@) we may wish to ignore WIFSTOPPED so that other bugs elsewhere may get found. Also give more information in "can't happen" case to speed up figuring problems out. okay millert@, mpi@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/01/29 10:08:50 Modified files: lib/libssl : ssl_locl.h Log message: Remove dead prototypes. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/01/29 10:20:39 Modified files: www/pound : Makefile Log message: Fix dead HOMEPAGE, update MASTER_SITES CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/29 12:12:14 Modified files: databases/mariadb: Tag: OPENBSD_6_6 Makefile distinfo databases/mariadb/patches: Tag: OPENBSD_6_6 patch-libmariadb_libmariadb_CMakeLists_txt patch-sql_CMakeLists_txt patch-storage_connect_reldef_cpp databases/mariadb/pkg: Tag: OPENBSD_6_6 PLIST-server PLIST-tests Log message: update -stable to MariaDB 10.3.22, from Brad (maintainer). https://mariadb.com/kb/en/mariadb-10321-release-notes/ https://mariadb.com/kb/en/mariadb-10322-release-notes/ including CVE-2020-2574 (client DoS) CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2020/01/29 13:29:21 Modified files: emulators/mame : Makefile Added files: emulators/mame/patches: patch-3rdparty_genie_src_actions_make_make_cpp_lua Log message: Fix for '+=' backward-incompatibility in upcoming gmake 4.3. The affected *.make files are produced by the genie build tool. The genie bootstrap build uses pre-generated sources and does not pick up the patched file. We add a pre-build target that first builds genie, then runs genie to regenerate the source files. The main build will then create a fixed genie. ok fcambus@ CVSROOT: /cvs Module name: www Changes by: gilles@cvs.openbsd.org 2020/01/29 14:43:06 Modified files: opensmtpd : security.html Log message: update security.html page of opensmtpd.org to reflect last advisory CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2020/01/29 15:39:09 Modified files: devel/boost : Makefile devel/boost/pkg: PLIST-main PLIST-md Log message: Fix devel/boost python3 bindings From Nam Nguyen With input from rsadowski and sthen Reworked by sthen Tested by myself and sthen ok sthen CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2020/01/29 18:42:34 Modified files: devel/boost : Makefile Added files: devel/boost/patches: patch-libs_python_src_converter_builtin_converters_cpp Log message: Adding patch I forgot to add when committing update earlier. Bump REVISION-main again while here. Pointed out by Nam Nguyen. Thank you. CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/01/29 20:38:38 Modified files: www/p5-Dancer2-Plugin-DBIC: Makefile distinfo www/p5-Dancer2-Plugin-DBIC/pkg: DESCR Log message: Update www/p5-Dancer2-Plugin-DBIC to 0.0100 From wen heping OK cwen@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2020/01/29 20:45:45 Modified files: www/p5-Dancer2 : Makefile distinfo www/p5-Dancer2/pkg: PLIST Log message: Update www/p5-Dancer2 to 0.208001 From wen heping OK cwen@ CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2020/01/29 22:17:07 Modified files: usr.bin/audioctl: audioctl.c Log message: Don't open the device for reading. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2020/01/30 00:15:08 Modified files: security/opensc: Makefile distinfo security/opensc/patches: patch-configure_ac patch-doc_tools_Makefile_am patch-src_pkcs11_Makefile_am security/opensc/pkg: PLIST Log message: Update to OpenSC 0.20.0 Lots of new support, improvements but also CVE fixes, see https://github.com/OpenSC/OpenSC/wiki#news Testing and version string fix from Gabriel Kihlman, thanks! OK rsadowski CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/01/30 00:18:25 Modified files: textproc/highlight: Makefile distinfo textproc/highlight/patches: patch-man_highlight_1 patch-src_makefile Log message: Update to highlight-3.55. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/01/30 00:19:45 Modified files: share/man/man5 : bsd.port.mk.5 Log message: Clarify unit for show-*size targets OK espie CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/30 00:20:05 Modified files: usr.bin/ssh : packet.c Log message: have sshpkt_fatal() save/restore errno before we potentially call strerror() (via ssh_err()); ok dtucker CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/30 00:20:57 Modified files: usr.bin/ssh : clientloop.c Log message: check the return value of ssh_packet_write_poll() and call sshpkt_fatal() if it fails; avoid potential busy-loop under some circumstances. Based on patch by Mike Frysinger; ok dtucker@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/30 00:21:38 Modified files: usr.bin/ssh : serverloop.c Log message: use sshpkt_fatal() instead of plain fatal() for ssh_packet_write_poll() failures here too as the former yields better error messages; ok dtucker@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2020/01/30 00:32:19 Modified files: security/pcsc-lite: Makefile distinfo Log message: Update to pcsc-lite 1.8.26 OK rsadowski CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/01/30 00:52:29 Modified files: lang/kawa : Makefile distinfo Log message: Update kawa to 3.1.1 From Timo Myyrä (maintainer CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2020/01/30 00:54:00 Modified files: mail/p5-Mail-SpamAssassin: Makefile distinfo Log message: Update to 3.4.4 fixes CVE-2020-1930 and CVE-2020-1931 CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/01/30 01:02:25 Modified files: usr.bin/tmux : cmd-bind-key.c Log message: Remove bind-key -c which doesn't do anything and is undocumented. CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2020/01/30 01:20:31 Modified files: mail/p5-Mail-SpamAssassin: Tag: OPENBSD_6_6 Makefile distinfo mail/p5-Mail-SpamAssassin/pkg: Tag: OPENBSD_6_6 MESSAGE Log message: Update to 3.4.4 fixes CVE-2020-1930 and CVE-2020-1931 CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/01/30 01:22:30 Modified files: regress/lib/libc/sys: Makefile README macros.h t_ptrace.c Log message: Enable t_ptrace with an errno change compared to NetBSD. Note that the last test triggers a kernel bug related to waitpid(9) and ptraced processes. This is now visible thanks to recent make(1) changes. guenther@ suggests to look at the logic behind `p_orphan' in FreeBSD to fix this bug. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/01/30 01:51:27 Modified files: sys/arch/sparc64/sparc64: db_interface.c sys/dev/pci/drm/i915: intel_breadcrumbs.c sys/kern : kern_fork.c kern_proc.c kern_sched.c kern_sig.c kern_synch.c sched_bsd.c sys/sys : proc.h sysctl.h Log message: Split `p_priority' into `p_runpri' and `p_slppri'. Using different fields to remember in which runqueue or sleepqueue threads currently are will make it easier to split the SCHED_LOCK(). With this change, the (potentially boosted) sleeping priority is no longer overwriting the thread priority. This let us get rids of the logic required to synchronize `p_priority' with `p_usrpri'. Tested by many, ok visa@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/01/30 01:54:52 Modified files: converters/p5-Sereal-Decoder: Makefile distinfo Log message: Update p5-Sereal-Decoder to 4.008. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/01/30 01:56:16 Modified files: converters/p5-Sereal-Encoder: Makefile distinfo Log message: Update p5-Sereal-Encoder to 4.008. CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2020/01/30 05:06:54 Modified files: share/man/man4 : dt.4 Log message: format "SEE ALSO" consistent with other manpages ok mpi@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/01/30 05:40:47 Modified files: net/py-eapi : Makefile distinfo Log message: update to py-eapi-0.8.3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/01/30 05:43:44 Modified files: sysutils/py-ghmi: Makefile distinfo Log message: update to py-ghmi-1.5.5 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/01/30 06:03:46 Modified files: regress/usr.sbin/ospfd: Client.pm Makefile Ospfd.pm Log message: For debugging set KTRACE=ktrace environment. Then client.ktrace and syslogd.ktrace show the communiation over the tap device. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/01/30 06:08:26 Modified files: textproc : Makefile textproc/py-natsort: Makefile distinfo textproc/py-natsort/pkg: PLIST Log message: update to py3-natsort-7.0.1 (drops python2 support) CVSROOT: /cvs Module name: src Changes by: solene@cvs.openbsd.org 2020/01/30 06:10:07 Modified files: usr.sbin/smtpd : smtpd.h Log message: Bump smtpd version after recent changes ok gilles@ CVSROOT: /cvs Module name: xenocara Changes by: jca@cvs.openbsd.org 2020/01/30 06:21:13 Modified files: lib/mesa/include: c11_compat.h Log message: Better checks for static_assert availability When not in c++ or c11 mode: - check for _Static_assert support in clang with __has_extension - gcc implements _Static_assert starting with 4.6.0 - as a fallback, use a forward decl instead of ((void)0) so that static_assert can be used at file scope (scope issue pointed out by guenther@) ok jsg@ CVSROOT: /cvs Module name: xenocara Changes by: jca@cvs.openbsd.org 2020/01/30 06:52:30 Modified files: lib/mesa/include: c11_compat.h Log message: Zap stray #warning introduced in last commit Grrr, sorry about that. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/30 07:13:47 Modified files: audio/lmms : Makefile audio/lmms/pkg : PLIST Log message: set DEBUG_PACKAGES, regen plist CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/30 07:24:19 Modified files: security/yubico/yubikey-manager: Makefile distinfo Removed files: security/yubico/yubikey-manager/patches: patch-ykman_cli___main___py Log message: update to yubikey-manager-3.1.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/30 07:29:15 Modified files: devel/boost : Makefile Log message: oops, I missed bumping REVISION-md for the plist change CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/01/30 08:24:06 Modified files: sys/kern : syscalls.master Log message: Unlock close*(2) and dup*(2). Tested by krw@, anton@ OK mpi@, anton@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/01/30 08:24:55 Modified files: sys/kern : init_sysent.c syscalls.c sys/sys : syscall.h syscallargs.h Log message: regen CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/01/30 08:33:04 Modified files: sys/sys : filedesc.h Log message: Update lock annotations of struct filedesc. Requested by and OK mpi@ OK anton@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/01/30 08:36:11 Modified files: sys/kern : vfs_syscalls.c Log message: Acquire fdplock when updating fd_cmask. This moves the code toward MP-safety. OK mpi@, anton@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2020/01/30 08:55:41 Modified files: usr.sbin/ntpd : client.c ntp.h util.c Log message: Properly determine era 0 or era 1, making it possible to move past the ntp timestamp wrapping in 2036. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/01/30 09:05:14 Modified files: usr.bin/du : du.1 Log message: add a short EXAMPLES section; wording from jmc@, example command tweaked by me, based on a wordier patch from that used an idea from danj@ answering a question from millert@ triggered by a completely different patch from David Goerger; OK jmc@ danj@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/01/30 09:25:09 Modified files: lib/libssl : Makefile ssl_clnt.c ssl_locl.h ssl_srvr.c Added files: lib/libssl : ssl_kex.c Log message: Factor out/rewrite the ECDHE EC point key exchange code. This reduces replication between the existing TLS client/server and allows the code to soon be reused for TLSv1.3. With feedback from inoguchi@ and tb@ ok inoguchi@ tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/01/30 10:09:23 Modified files: lib/libssl : Makefile s3_lib.c ssl_locl.h ssl_tlsext.c tls13_client.c tls13_internal.h tls13_server.c Added files: lib/libssl : tls13_key_share.c Log message: Provide struct/functions for handling TLSv1.3 key shares. Pull out the key share handling code and provide a clean/self contained interface. This will make it easier to support groups other than X25519. ok beck@ inoguchi@ tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/01/30 10:10:04 Modified files: regress/lib/libssl/tlsext: tlsexttest.c Log message: Revise for TLSv1.3 key share changes. CVSROOT: /cvs Module name: ports Changes by: jsing@cvs.openbsd.org 2020/01/30 10:11:08 Modified files: lang/go : Makefile distinfo Log message: Update lang/go to 1.13.7. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/01/30 10:54:31 Modified files: usr.bin/du : du.1 Log message: add missing command prompt in the example; requested by jmc@ CVSROOT: /cvs Module name: www Changes by: florian@cvs.openbsd.org 2020/01/30 11:31:00 Modified files: . : events.html Added files: papers : fosdem2020_unwind.pdf Log message: add my fosdem slides, they are probably done CVSROOT: /cvs Module name: ports Changes by: millert@cvs.openbsd.org 2020/01/30 11:47:11 Modified files: security/sudo : Makefile distinfo Log message: Update sudo to 1.8.31: * Fixed CVE-2019-18634, a buffer overflow when the "pwfeedback" sudoers option is enabled on systems with uni-directional pipes. * The "sudoedit_checkdir" option now treats a user-owned directory as writable, even if it does not have the write bit set at the time of check. Symbolic links will no longer be followed by sudoedit in any user-owned directory. Bug #912 * Fixed sudoedit on macOS 10.15 and above where the root file system is mounted read-only. Bug #913. * Fixed a crash introduced in sudo 1.8.30 when suspending sudo at the password prompt. Bug #914. * Fixed compilation on systems where the mmap MAP_ANON flag is not available. Bug #915. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2020/01/30 12:51:56 Modified files: infrastructure/bin: update-plist Log message: be slightly more stringent in checks. In particular, don't allow PORTSDIR to be the default if we're called from bsd.port.mk CVSROOT: /cvs Module name: ports Changes by: jung@cvs.openbsd.org 2020/01/30 14:13:23 Modified files: x11/sct : Makefile distinfo Log message: update to 0.5 release CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/01/30 14:17:59 Modified files: sys/net : if_tun.c Log message: device poll handlers should return POLL flags, not errnos. this restores restores returning POLLERR when the device is gone. ENXIO doesn't make much sense as part of a pollfd revents field. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/01/30 14:18:54 Modified files: textproc : Makefile Log message: natsort has gone python3-only, fix this Makefile accordingly spotted by naddy@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/01/30 14:19:42 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: register py-natsort removal CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2020/01/30 14:24:29 Modified files: net/qbittorrent: Makefile.inc Log message: mark "nojunk" since qmake picks up gcrypt.h even though it's not used CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/30 14:24:41 Modified files: net/kea : Makefile distinfo net/kea/pkg : PLIST Log message: update to kea-1.7.4 CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/30 15:19:32 Modified files: usr.bin/ssh : readconf.c Log message: enable UpdateKnownHosts=yes if the configuration specifies only the default known_hosts files, otherwise select UpdateKnownHosts=ask; ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/30 15:25:34 Modified files: usr.bin/ssh : ssh_config.5 Log message: document changed default for UpdateHostKeys CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/01/30 15:27:17 Modified files: x11/worker : Makefile distinfo x11/worker/pkg : PLIST Log message: Update to worker-4.3.0 Changelog: http://www.boomerangsworld.de/cms/worker/news.html CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/30 15:37:59 Modified files: net/freeradius3: Makefile net/freeradius3/pkg: PLIST-main Log message: remove extraunexec lines for now, fully working pkg_delete -c is less important than users not getting bogus bad advice when updating CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/30 16:03:27 Modified files: security/sudo : Tag: OPENBSD_6_6 Makefile distinfo Log message: Update to sudo-1.8.31 in -stable, ok millert Changes include: * Fixed CVE-2019-18634, a buffer overflow when the "pwfeedback" sudoers option is enabled on systems with uni-directional pipes. * The "sudoedit_checkdir" option now treats a user-owned directory as writable, even if it does not have the write bit set at the time of check. Symbolic links will no longer be followed by sudoedit in any user-owned directory. Bug #912 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/30 16:19:33 Modified files: security/xca : Makefile distinfo security/xca/patches: patch-Makefile patch-doc_Makefile patch-misc_Makefile security/xca/pkg: PLIST Added files: security/xca/patches: patch-configure patch-lib_ipvalidator_h Log message: update to xca-2.2.1 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/01/30 17:47:00 Modified files: multimedia/streamlink: Makefile distinfo Log message: Update to streamlink-1.3.1 Changelog: https://github.com/streamlink/streamlink/releases/tag/1.3.1 CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2020/01/30 18:51:27 Modified files: sys/arch/amd64/amd64: vmm.c Log message: Remove an unused function. Noticed and reported by Adam Steen. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/01/30 19:58:28 Modified files: sys/net : if_tun.c Log message: actually set the link state down when the /dev entry is closed. this means a route message is sent when the interface is closed and goes down, but also causes another route message to be sent when the interface comes up on the next open. this is important for things like ospfd and the ospfd regress test because they want to know when link comes up. the regression was pointed out by bluhm, who also helped me isolate the problem. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/01/30 21:14:43 Modified files: security/polarssl: Makefile distinfo security/polarssl/patches: patch-include_mbedtls_config_h security/polarssl/pkg: PLIST Log message: Update to mbedtls-2.16.4 This release fixes a side channel attack on ECDSA (CVE-2019-18222). Release notes can be found at https://tls.mbed.org/tech-updates/releases/mbedtls-2.16.4-and-2.7.13-released Minor of libmbedcrypto has been bumped as a symbol has been added. OK rsadowski@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/01/30 21:18:04 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Update CVE entry for security/polarssl CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/01/30 21:22:42 Modified files: security/polarssl: Tag: OPENBSD_6_6 Makefile distinfo security/polarssl/patches: Tag: OPENBSD_6_6 patch-include_mbedtls_config_h patch-tests_suites_host_test_function Log message: Update to mbedtls-2.16.4 This release fixes a side channel attack on ECDSA (CVE-2019-18222). Release notes can be found at https://tls.mbed.org/tech-updates/releases/mbedtls-2.16.4-and-2.7.13-released Minor of libmbedcrypto has been bumped as a symbol has been added. OK rsadowski@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/01/30 21:24:47 Modified files: devel/quirks : Tag: OPENBSD_6_6 Makefile devel/quirks/files: Tag: OPENBSD_6_6 Quirks.pm Log message: Update CVE entry for security/polarssl CVSROOT: /cvs Module name: www Changes by: gilles@cvs.openbsd.org 2020/01/31 03:01:02 Modified files: opensmtpd : security.html Log message: new grammar was introduced with 6.4.0, not 6.0.0 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2020/01/31 03:28:54 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Add CVE entry for security/opensc CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2020/01/31 05:18:14 Modified files: infrastructure/bin: proot Log message: XXX comment something that's not obvious at all in retrospect. the chicken&egg issue was clear when I wrote the code, but it's easy to lose track CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/31 07:29:11 Modified files: x11/xfce4/thunar: Makefile distinfo x11/xfce4/thunar/pkg: PLIST Removed files: x11/xfce4/thunar/patches: patch-thunar_thunar-standard-view_c Log message: Update to thunar 1.8.12 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/01/31 10:47:07 Modified files: productivity/mcds: Makefile Log message: Add missing RUN/BUILD_DEPENDS on gnupg2, spotted by naddy@ from upstream Timothy Brown CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/01/31 11:32:28 Modified files: devel/quirks/files: Quirks.pm Log message: Sort $cvs CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/01/31 11:38:32 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: CVE quirk for mariadb, p5-Mail-SpamAssassin, rsync, samba, sudo OK espie jca bket CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/01/31 11:48:34 Modified files: net : Makefile Removed files: net/dclib : Makefile distinfo net/dclib/patches: patch-dclib_core_cssl_cpp net/dclib/pkg : DESCR PLIST net/valknut : Makefile distinfo net/valknut/patches: patch-valknut_dciconloader_h net/valknut/pkg: DESCR PLIST Log message: Remove: net/{dclib,valknut} (Direct-Connect) The project and the vulknut DC looks quit dead upstream. Time to leave the ports tree. OK cwen sthen CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/01/31 11:52:53 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register dclib, valknut removal CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/01/31 11:58:43 Modified files: productivity/mcds: Makefile Log message: mcds: fix typo in Makefile -- s/RUN_DEPEBDS/RUN_DEPENDS CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/01/31 14:15:27 Modified files: databases/openldap: Makefile distinfo databases/openldap/pkg: PLIST-main Removed files: databases/openldap/patches: patch-build_openldap_m4 Log message: update to openldap-2.4.49 CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2020/01/31 15:01:20 Modified files: usr.sbin/smtpd : parse.y smtpd-defines.h smtpd.c smtpd.h usr.sbin/smtpd/smtpd: Makefile Added files: usr.sbin/smtpd : mda_mbox.c Log message: introduce mda_mbox() to handle mbox delivery in its own code path, and make it use execle() since we know all parameters and don't need command line to be parsed. ok millert@ and jung@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/01/31 15:25:59 Modified files: usr.bin/ssh : ssh_config.5 Log message: spelling fix; CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/31 15:42:45 Modified files: usr.bin/ssh : auth.c servconf.c servconf.h sshd.c sshd_config.5 Log message: Add a sshd_config "Include" directive to allow inclusion of files. This has sensible semantics wrt Match blocks and accepts glob(3) patterns to specify the included files. Based on patch by Jakub Jelen in bz2468; feedback and ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/31 16:08:08 Modified files: usr.bin/ssh : sshd.c Log message: mistake in previous: filling the incorrect buffer CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/31 16:11:25 Modified files: usr.bin/ssh : sshd.c Log message: force early logging to stderr if debug_flag (-d) is set; avoids missing messages from re-exec config passing CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/31 16:13:04 Modified files: usr.bin/ssh : sshd.c Log message: whitespace CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/01/31 16:25:08 Modified files: regress/usr.bin/ssh: Makefile test-exec.sh Added files: regress/usr.bin/ssh: servcfginclude.sh Log message: regress test for sshd_config Include directive; from Jakub Jelen CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2020/01/31 16:32:54 Log message: Import net/barrier a fork of synergy from the 1.9 code base. OK rsadowski@, tweaks from Paco Esteban Status: Vendor Tag: abieber Release Tags: abieber_20200131 N ports/net/barrier/Makefile N ports/net/barrier/distinfo N ports/net/barrier/patches/patch-CMakeLists_txt N ports/net/barrier/patches/patch-src_gui_CMakeLists_txt N ports/net/barrier/pkg/DESCR N ports/net/barrier/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2020/01/31 16:34:42 Modified files: net : Makefile Log message: +barrier CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2020/01/31 17:44:18 Modified files: . : anoncvs.html build : mirrors.dat Log message: Add reposync rsync://anoncvs.comstyle.com/cvs/, from Brad. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/01/31 18:03:51 Modified files: multimedia/handbrake: Makefile distinfo multimedia/handbrake/patches: patch-gtk_configure_ac patch-libhb_fifo_c Log message: Update to handbrake-1.3.1 Changelog: https://github.com/HandBrake/HandBrake/releases/tag/1.3.1 ok rsadowski@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/01/31 19:43:48 Modified files: math/ebc : Makefile distinfo Log message: Update to ebc-2.5.3 Changelog: https://github.com/gavinhoward/bc/releases/tag/2.5.3 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/01/31 23:53:12 Modified files: usr.bin/ssh : sshd_config.5 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/02/01 00:08:16 Modified files: usr.bin/units : units.lib Log message: update currency exchange rates; CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2020/02/01 01:57:27 Modified files: sys/kern : kern_descrip.c sys_generic.c sys/sys : file.h sysctl.h Log message: Make writes to the f_flag field of `struct file' MP-safe using atomic operations. Since the type of f_flag must change in order to use the atomic(9) API, reorder the struct in order to avoid padding; as pointed out by tedu@. ok mpi@ visa@ CVSROOT: /cvs Module name: ports Changes by: anton@cvs.openbsd.org 2020/02/01 02:18:17 Modified files: mail/mdsort : Makefile distinfo Log message: Update to mdsort-5.2.0. CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2020/02/01 03:27:41 Modified files: sys/net : if_vlan.c Log message: replace vlan instance SRP lists with SMR_SLISTs As vlan instances obtained from the lists are passed to if_vinput(), which may sleep (with PF locking enabled), we only traverse the vlan lists inside the SMR critical section, and keep the existing reference counting in place. ok visa@ sashan@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/02/01 04:38:35 Modified files: lib/libssl : ssl_locl.h Log message: Disable TLSv1.3 client while some known issues are being addressed. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/02/01 05:41:58 Modified files: lib/libssl : ssl_tlsext.c tls13_key_share.c Log message: Correctly unpack client key shares. Even if we're not processing/using the peer public key from the key share, we still need to unpack it in order to parse the TLS extension correctly. Resolves issues with TLSv1.3 clients talking to TLSv1.2 server. ok tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/02/01 05:42:40 Modified files: regress/lib/libssl/tlsext: tlsexttest.c Log message: Tweak regress to match change made to tls13_key_share_peer_public(). CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2020/02/01 05:54:38 Modified files: usr.sbin/smtpd : smtpd.c Log message: condition to enter mda_mbox() is too strict, if user have commands in their forward file they're not supposed to enter that code path. CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/02/01 06:19:23 Modified files: games/eduke32 : Makefile Log message: eduke32: needs atomics on powerpc and hppa "Looks good to me" Ryan Freeman (maintainer) CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/02/01 08:00:20 Modified files: share/man/man4 : rdomain.4 Log message: Use -rdomain to reset rdomain Properly reflect the "delete" semantic; better than the implicit "reassign". OK jca CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2020/02/01 08:04:27 Modified files: multimedia/gstreamer-0.10/plugins-bad: Makefile multimedia/gstreamer-0.10/plugins-good: Makefile Added files: multimedia/gstreamer-0.10/plugins-bad/patches: patch-common_gst-glib-gen_mak multimedia/gstreamer-0.10/plugins-good/patches: patch-common_gst-glib-gen_mak Log message: Fix for \# backward-incompatibility in upcoming gmake 4.3. Switch to autoreconf since the fragment is propagated to a dozen Makefiles by automake. Use the included autogen.sh because it performs additional required surgery on the autotools output. ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2020/02/01 08:06:21 Modified files: sys/kern : kern_sig.c sys_pipe.c Log message: Grab the kernel lock in pgsigio() as it's strictly needed while operating on the process structure and issuing signals. This is similar to what sigio_setown() already does. With this in place, the pipe subsystem is no longer required to grab the kernel lock before calling pgsigio(). ok visa@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2020/02/01 08:06:24 Added files: devel/jdk/11/patches: patch-make_common_MakeBase_gmk Log message: upstream fix for changed handling of include file open failures in upcoming gmake 4.3; ok kurt@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2020/02/01 08:29:25 Modified files: devel/gmake : Makefile distinfo devel/gmake/patches: patch-Makefile_in patch-tests_scripts_features_archives devel/gmake/pkg: PLIST Added files: devel/gmake/patches: patch-doc_make_1 patch-src_makeint_h Removed files: devel/gmake/patches: patch-job_c patch-job_h patch-main_c patch-make_1 patch-makeint_h patch-posixos_c patch-read_c patch-remote-cstms_c patch-tests_run_make_tests_pl patch-tests_scripts_misc_close_stdout Log message: Update to 4.3. This includes two documented backward-incompatibilities affecting the handling of \# and +=. See the release announcement for details. https://lists.gnu.org/archive/html/bug-make/2020-01/msg00057.html A tree sweep for fallout from the changes has been completed. Bits from bcallah@ who independently worked on the same update. CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2020/02/01 08:33:46 Modified files: usr.sbin/smtpd : smtp_session.c Log message: be much stricter about ORCPT, it isn't in the code path of local delivery and doesn't have an associated context variable, but let's be paranoid. ok millert@ CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2020/02/01 08:52:34 Modified files: sys/kern : kern_sig.c sys_pipe.c Log message: Back out previous. Nothing wrong with the diff per se but I should have asked for more oks; my bad! CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2020/02/01 10:52:40 Modified files: security/keybase: Makefile distinfo Log message: Update to keybase 5.2.0. Change to release tarball and OK abieber@ (MAINTAINER). CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2020/02/01 11:06:19 Modified files: usr.bin/audioctl: audioctl.c Log message: Move commands processing into it's own routine. Makes the code more readable and easier to tweak; no bahavior change. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2020/02/01 11:07:49 Modified files: usr.bin/audioctl: audioctl.c Log message: Rename print_names flag to show_names. Avoids confusion with print_xxx routines; no object change. CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/02/01 12:25:13 Modified files: audio/mscore : Makefile Log message: mscore: do not build with telemetry support This fixes the build on ld.bfd archs, tested by kmos@ (thanks!) on sparc64, and me on macppc. Note that the telemetry was disabled by default at runtime. OK bcallah@ (maintainer), kmos@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/02/01 12:48:20 Modified files: x11/icewm : Makefile distinfo x11/icewm/patches: patch-man_icewm-preferences_pod patch-src_default_h patch-src_icesh_cc patch-src_yapp_cc Log message: Update to icewm-1.6.4 Release notes can be found at https://github.com/ice-wm/icewm/releases/ OK cwen@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/02/01 13:35:32 Modified files: textproc/libxml: Makefile textproc/libxml/pkg: PLIST-main PLIST-python Added files: textproc/libxml/patches: patch-parser_c Log message: Fix CVE-2020-7595 in libxml2. from Moritz Buhl CVSROOT: /cvs Module name: ports Changes by: jung@cvs.openbsd.org 2020/02/01 13:44:16 Modified files: www/kcaldav : Makefile www/kcaldav/patches: patch-Makefile www/kcaldav/pkg: PLIST Log message: disable LOGFILE reverting back to earlier port versions behaviour and avoid silent HTTP 505 error responses in initial setups (e.g. following README) with hint and testing from mikolaj kucharski maintainer timeout CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/02/01 13:45:26 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.39 This is a security fix release, which addresses an issue that affects 32-bit arches when dnscrypt-proxy's DNS over HTTPS (DoH) feature is used. It was fixed in Go 1.13.7 (now available in ports) and in the version of golang.org/x/crypto specified in {WRKSRC}/go.mod. Release notes: https://github.com/DNSCrypt/dnscrypt-proxy/releases From Nam Nguyen (MAINTAINER). CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/02/01 13:48:34 Modified files: devel/p5-Test2-Suite: Makefile distinfo Log message: update Test2-Suite to 0.000129 from wen heping CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/02/01 16:09:46 Modified files: sys/arch/arm64/arm64: locore.S Log message: Also insert two nop instructions after svc instructions for SYS_exit and SYS_sigreturn in the sigtramp. As these control-flow into a jump or process termination, we never do the +8 dance over the instructions, however the speculation prevention (once these nops are replaced with a speculation barrier) is required. oversight noticed by Anthony Steinhauser. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/02/01 17:11:34 Modified files: archivers/libzip: Makefile distinfo Removed files: archivers/libzip/patches: patch-src_ziptool_c Log message: Update to libzip-1.6.0 Changelog: https://libzip.org/news/release-1.6.0.html ok bket@ cwen@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/02/01 17:49:06 Modified files: usr.sbin/ldomctl: ldomctl.c Log message: Fix MD in "ldomctl dump" Commit below merged duplicate code into hv_config() but forgot to call the helper function from dump(). Noticed by "ldomctl dump" returning zero, dumping both MD and PRI but leaving the former empty, sorry. revision 1.32 date: 2020/01/03 19:45:51; author: kn; state: Exp; lines: +69 -46; Move code into new hv_config(), defer to commands needing it CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/02/01 20:08:37 Modified files: share/man/man9 : style.9 Log message: stop worrying about compilers that do not support ANSI C89; OK deraadt@ millert@ jung@ jca@ CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2020/02/01 22:21:15 Modified files: usr.bin/audioctl: audioctl.c Log message: Rename {print,parse}_val() functions to {print,parse}_field() No object change. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2020/02/01 22:25:41 Modified files: usr.bin/audioctl: audioctl.c Log message: Drop 'mixer' variable whose value is not used. It was introduced by mistake in r1.39. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/02/01 23:52:39 Modified files: productivity/fet: Makefile distinfo productivity/fet/pkg: PLIST Removed files: productivity/fet/patches: patch-src_engine_generate_cpp patch-src_interface_constraintstudentsactivitytagmaxhourscontinuouslyform_h patch-src_interface_constraintstudentsactivitytagmaxhoursdailyform_h patch-src_interface_timetablegenerateform_cpp patch-src_interface_timetablegeneratemultipleform_cpp Log message: Update fet to 5.42.3 HTTPS tweak and OK cwen@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/02/02 00:36:50 Modified files: usr.bin/ssh : ssh-keygen.1 Log message: shuffle the challenge keyword to keep the -O list sorted; CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2020/02/02 02:22:22 Modified files: usr.bin/ssh : clientloop.c Log message: Prevent possible null pointer deref of ip_str in debug. CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2020/02/02 02:45:34 Modified files: usr.bin/ssh : clientloop.c Log message: Output (none) in debug in the case in the CheckHostIP=no case as suggested by markus@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2020/02/02 04:16:54 Modified files: net/munin : Makefile distinfo net/munin/patches: patch-Makefile patch-node_sbin_munin-run net/munin/pkg : PLIST-main Added files: net/munin/patches: patch-node__bin_munin-get_in Log message: update to munin-2.0.54. munin-get needs more love so it was disabled. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2020/02/02 04:28:22 Modified files: net/seafile/client: Makefile distinfo net/seafile/seafile: Makefile distinfo Log message: update seafile to 7.0.5 CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2020/02/02 07:26:18 Modified files: print/py-relatorio: Makefile distinfo Log message: update py-relatorio to 0.9.1 Announce: https://discuss.tryton.org/t/release-of-relatorio-0-9-1/ ok kmos@ sthen@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/02/02 08:22:42 Modified files: productivity/homebank: Makefile Log message: homebank: build with `-std=gnu99' for all compilers Initial declaration in for loops requires to explicitly use C99 with base-gcc. OK rsadowski@ (maintainer), kmos@ (who also tested on sparc64) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/02 08:28:01 Modified files: mail/evolution-rss: Makefile distinfo mail/evolution-rss/pkg: PLIST Removed files: mail/evolution-rss/patches: patch-Makefile_in patch-configure_ac patch-evolution-rss_metainfo_xml_in patch-src_e-mail-formatter-evolution-rss_c patch-src_rss-config-factory_c patch-src_rss_c Log message: Update to evolution-rss-0.3.96. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/02 08:33:23 Modified files: net/ircd-hybrid: Makefile distinfo net/ircd-hybrid/patches: patch-doc_Makefile_in patch-doc_reference_conf patch-src_ircd_c net/ircd-hybrid/pkg: PLIST Log message: Update to ircd-hybrid-8.2.28. from Brad CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/02/02 09:06:13 Modified files: audio/audacious-plugins: Makefile distinfo audio/audacious-plugins/patches: patch-buildsys_mk_in patch-configure audio/audacious-plugins/pkg: PLIST Log message: Update to audacious-plugins-3.10.1 This update is needed for an update of audacious. OK cwen@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/02/02 09:06:41 Modified files: audio/audacious: Makefile distinfo audio/audacious/patches: patch-buildsys_mk_in patch-src_libaudcore_Makefile audio/audacious/pkg: PLIST Log message: Update to audacious-3.10.1 Release notes can be found at https://audacious-media-player.org/news/43-audacious-3-10-released. Symbols have been removed from libaudcore, so bump major. OK cwen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/02 09:31:01 Modified files: x11/gnome/librsvg: Makefile distinfo Log message: Update to librsvg-2.47.3. CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2020/02/02 11:01:39 Modified files: sys/arch/arm64/arm64: locore.S Log message: Back out previous "insert two nop instructions after svc instructions for SYS_exit and SYS_sigreturn in the sigtramp"; init has trouble spawning processes. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/02/02 11:55:47 Modified files: sys/arch/arm64/arm64: locore.S Log message: Reapply post-svc-sled in a repaired fashion. The SYS_sigreturn-related sigcoderet label must point directly after the svc instruction, because the sigreturn() checks it as SROP mitigation, so place the sled after the label. tested by naddy CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/02/02 13:18:17 Modified files: regress/lib/libc/sys: Makefile t_ptrace.c Log message: Add missing new line to printf. Make clean should not require SUDO. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/02/02 13:33:52 Modified files: distrib/miniroot: install.sub sbin/dhclient : clparse.c Log message: Tweak dhclient(8) timing defaults depending on SMALL rather than using /dev/stdin to fake a dhclient.conf file during install. Simplifies and shortens install.sub code. Allows further restrictions to be applied to '-c' specified files. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/02/02 14:01:53 Modified files: regress/sys/net/pf_forward: Makefile Log message: Since OpenBSD has switched to the strict host model, this regress needs IP forwarding enabled on the packet source machine. Otherwise the pf reply-to test fails. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2020/02/02 14:44:42 Modified files: build : mirrors.dat Log message: give mirror.planetunix.net one more try, requested by mirror operator Brian Brombacher. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2020/02/02 14:45:39 Modified files: . : ftp.html ftplist httpslist openbgpd : ftp.html openssh : ftp.html portable.html openntpd : portable.html Log message: sync CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2020/02/02 15:13:48 Modified files: usr.sbin/smtpd : mail.lmtp.c mda_unpriv.c parse.y Log message: add SENDER to mda environment and teach lmtp to use that instead of command line parameter. this allows simplifying lmtp command line and it would have prevented the unpriv command exec for LMTP in recent advisory. ok millert@ and jung@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2020/02/02 16:17:09 Modified files: libexec/mail.local: locking.c mail.local.c mail.local.h Log message: Allow mail.local to be run as non-root. If mail.local is invoked by a non-root user, open a pipe to lockspool(1) for file locking. It is only possible to delivery to a pre-existing mail spool when running mail.local as non-root. OK gilles@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/02/02 21:08:53 Modified files: sysutils/rclone: Makefile distinfo Removed files: sysutils/rclone/files: rclone.bash rclone.zsh Log message: Update to rclone-1.51.0 Changelog: https://rclone.org/changelog/ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/02/02 22:35:06 Modified files: databases/sqlite3: Makefile databases/p5-DBD-SQLite: Makefile databases/p5-DBD-SQLite/patches: patch-Makefile_PL Log message: Enable column metadata in sqlite3 OK sthen@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/02/03 01:15:37 Modified files: usr.bin/ssh : ssh-keygen.1 Log message: use better markup for challenge and write-attestation, and rejig the challenge text a little; ok djm CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/02/03 01:40:11 Modified files: geo/gdal : Makefile distinfo Log message: Update to gdal 3.0.4 CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/02/03 03:29:08 Modified files: x11/xdesktopwaves: Makefile distinfo x11/xdesktopwaves/patches: patch-Makefile Log message: xdesktopwaves: update to 1.4 That version introduces an emergency exit button, that you can disable by providing the `-nxb' option to xdesktopwaves. OK bket@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/03 05:07:19 Modified files: astro/py-metar : Makefile distinfo astro/py-metar/patches: patch-setup_py astro/py-metar/pkg: DESCR PLIST Log message: Update to py-metar-1.1 from wen heping, thanks. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2020/02/03 05:40:23 Modified files: misc/dtcltiny : Makefile distinfo misc/dtcltiny/pkg: PLIST Added files: misc/dtcltiny/patches: patch-src_srcpmessage_cpp Log message: @rsadowski pointed out the version we have in ports is old, even it has a much higher version number than current ones, don't know where that came from. This updates to the recent version, now using Qt5. comments and OK rsadowski@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/02/03 05:44:41 Modified files: converters/p5-Sereal-Decoder: Makefile distinfo converters/p5-Sereal-Decoder/pkg: PLIST Log message: Update p5-Sereal-Decoder to 4.009. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/02/03 05:46:44 Modified files: converters/p5-Sereal-Encoder: Makefile distinfo converters/p5-Sereal-Encoder/pkg: PLIST Log message: Update p5-Sereal-Encoder to 4.009. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/02/03 06:46:27 Modified files: usr.bin/tmux : cmd-select-pane.c input.c screen.c tmux.h Log message: Instead of passing titles through vis() which doubles backslashes, just ignore any containing control characters or invalid UTF-8. GitHub issue 2070. CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2020/02/03 08:41:22 Modified files: usr.sbin/smtpd : mda_mbox.c parse.y smtpd.c smtpd.h Log message: now that mail.local(8) relies on lockspool(1) for mailbox locking, have the mailbox created by smtpd for mbox before privileges are dropped then we can call mail.local(8) with the recipient privileges. ok millert@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2020/02/03 08:53:52 Modified files: usr.sbin/smtpd : mta_session.c smtp_session.c Log message: ORCPT addresses are prefixed with an address type, the stricter check cause the prefix to be rejected as it contains a character not allowed in address reported by Scott Vanderbilt CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2020/02/03 09:18:16 Modified files: net/py-minimalmodbus: Makefile distinfo net/py-minimalmodbus/pkg: PLIST Removed files: net/py-minimalmodbus/patches: patch-setup_py Log message: Update to py-minimalmodbus-1.0.2 CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2020/02/03 09:38:03 Modified files: app/cwm : conf.c cwmrc.5 xevents.c Log message: Map ('5') and allow mod5mask (altgr) as a modifier. From Artturi Alm (though changed from 'm' to '5') CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2020/02/03 12:03:03 Modified files: databases/ruby-mysql2: Makefile distinfo databases/ruby-mysql2/pkg: PLIST Log message: Update to mysql2 0.5.3 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2020/02/03 12:03:27 Modified files: databases/ruby-sqlite3: Makefile distinfo databases/ruby-sqlite3/pkg: PLIST Log message: Update to ruby-sqlite3 1.4.2 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2020/02/03 12:04:05 Modified files: devel/ruby-ffi : Makefile distinfo devel/ruby-ffi/pkg: PLIST Log message: Update to ruby-ffi 1.12.1 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2020/02/03 12:13:41 Modified files: net/zabbix : Makefile distinfo net/zabbix/patches: patch-src_zabbix_agent_cpustat_c net/zabbix/pkg : PLIST-web Log message: update to 4.0.17; from Mark Patruck CVSROOT: /cvs Module name: ports Changes by: awolk@cvs.openbsd.org 2020/02/03 12:42:54 Modified files: graphics/fotowall: Makefile distinfo Added files: graphics/fotowall/patches: patch-3rdparty_enricomath_h patch-Shared_PropertyEditors_h Log message: graphics/fotowall: update to 1.0 OK rsadowski@ Port changes: - Ported from qt4 to qt5. - Using tarball instead of Google code. - WANTLIB/*DEPEND* cleanups. - Patch to use our sincos(3) instead of compat. - Patch qstrcpy with strlcpy since our qt5 does not export and use qstrcpy. Tweaks from rsadowski@: - reorder MODULES, _DEPENDS - fix tabs/ spaces - use EXTRACT_SUFX = -RETRO.tar.bz2 Upstream changelog: https://github.com/enricoros/fotowall/releases/tag/v1.0 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/02/03 13:28:57 Modified files: devel/p5-File-Find-Object: Makefile distinfo Log message: update p5-File-Find-Object to 0.3.5 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/02/03 13:32:54 Modified files: devel/p5-File-Find-Object-Rule: Makefile distinfo Log message: update p5-File-Find-Object-Rule to 0.0312 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/03 13:36:05 Modified files: mail/pear-Mail-Mime: Makefile distinfo mail/pear-Mail-Mime/pkg: PLIST Log message: update to pear-Mail_Mime-1.10.5 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/03 13:40:41 Modified files: archivers/lz4 : Makefile archivers/lzo2 : Makefile audio/beets : Makefile audio/gsm : Makefile audio/py-mutagen: Makefile audio/quodlibet: Makefile audio/rgain : Makefile audio/squeezelite: Makefile books/wndw : Makefile comms/smstools : Makefile databases/libhiredis: Makefile databases/p5-DBD-Sybase: Makefile devel/py-parsedatetime: Makefile devel/py-tz : Makefile graphics/ImageMagick: Makefile graphics/darktable: Makefile graphics/libexif: Makefile graphics/libpano13: Makefile graphics/openjp2: Makefile graphics/openjpeg: Makefile graphics/ufraw : Makefile mail/mailgraph : Makefile mail/p5-Email-Address: Makefile mail/p5-Email-Address-XS: Makefile mail/pear-Mail-Mime: Makefile mail/rmilter : Makefile misc/wordnet : Makefile multimedia/atomicparsley: Makefile multimedia/minidlna: Makefile net/irrtoolset : Makefile net/libbind : Makefile net/mac-telnet : Makefile net/mirmon : Makefile net/mtr : Makefile net/nagios/nsca-ng: Makefile net/nagios/p5-Nagios-Plugin: Makefile net/nfdump : Makefile net/nfsen : Makefile net/noVNC : Makefile net/openconnect: Makefile net/pear-Net-SMTP: Makefile net/pear-Net-Sieve: Makefile net/php-weathermap: Makefile net/radcli : Makefile net/rtg : Makefile net/ssvnc : Makefile net/vpnc-scripts: Makefile news/slrn : Makefile security/acme-client: Makefile security/letsencrypt/acme-tiny: Makefile security/letsencrypt/client: Makefile security/letsencrypt/py-acme: Makefile security/libsrtp: Makefile security/oath-toolkit: Makefile security/openssl/1.0.2: Makefile security/openssl/1.1: Makefile security/p5-Chipcard-PCSC: Makefile security/pcsc-tools: Makefile security/pecl-mcrypt: Makefile security/py-bcrypt: Makefile security/py-josepy: Makefile security/sslsplit: Makefile sysutils/bacula: Makefile sysutils/nut : Makefile sysutils/od1000_firmware: Makefile textproc/pecl-yaml: Makefile textproc/podofo: Makefile textproc/pugixml: Makefile www/squidclamav: Makefile Log message: drop maintainer CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/02/03 13:42:49 Modified files: devel/p5-YAML-Syck: Makefile distinfo devel/p5-YAML-Syck/pkg: PLIST Log message: update p5-YAML-Syck to 1.32 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/02/03 14:44:28 ports/devel/p5-File-Attributes/patches Update of /cvs/ports/devel/p5-File-Attributes/patches In directory cvs.openbsd.org:/tmp/cvs-serv65709/patches Log Message: Directory /cvs/ports/devel/p5-File-Attributes/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/02/03 14:48:19 Modified files: devel/p5-File-Attributes: Makefile Added files: devel/p5-File-Attributes/patches: patch-t_lib_File_Attributes_Test_pm Log message: Use patch from rt.cpan.org to fix test with current Perl. Cleanup dependencies. Take maintainer. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/02/03 14:51:12 Modified files: fonts/amigafonts: Makefile distinfo Log message: Update amigafonts to 1.02. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/02/03 15:00:01 Modified files: emulators/mame : Makefile distinfo emulators/mame/patches: patch-makefile patch-scripts_genie_lua emulators/mame/pkg: PLIST Log message: Update mame to 0.218. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/03 15:21:57 Modified files: cad/qrouter : Makefile distinfo cad/qrouter/patches: patch-Makefile_in patch-configure_in patch-qrouter_h cad/qrouter/pkg: PLIST Removed files: cad/qrouter/patches: patch-maze_c patch-node_c patch-point_c patch-qconfig_c Log message: update to qrouter-1.4.74, from maintainer Alessandro De Laurenzis CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/02/03 15:33:04 Modified files: share/man/man9 : style.9 Log message: 1. To avoid confusion, when showing a function definition, call it a definition rather than a declaration, even though every definition is of course also a declaration. 2. Prototype functions used from other files in include files; stop restricting that advice to kernel code. 3. Drop some duplicate content. OK jca@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/02/03 15:42:36 Modified files: converters/lua-iconv: Makefile converters/lua-utf8: Makefile devel/lua-compat53: Makefile devel/lua-tz : Makefile net/lua-mmdb : Makefile net/lua-psl : Makefile textproc/lua-cosmo: Makefile textproc/lua-lunamark: Makefile textproc/lua-lustache: Makefile textproc/lua-markdown: Makefile Log message: Drop maintainership for Lua modules. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/02/03 16:47:57 Modified files: usr.bin/ssh : readconf.c Log message: revert enabling UpdateHostKeys by default - there are still corner cases we need to address; ok markus CVSROOT: /cvs Module name: src Changes by: kevlo@cvs.openbsd.org 2020/02/03 18:01:09 Modified files: sys/arch/arm64/conf: GENERIC RAMDISK Log message: Enable rge(4). Tested on rockpro64. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/02/03 18:44:05 Modified files: archivers/libzip: Makefile distinfo archivers/libzip/pkg: PLIST Log message: Update to libzip-1.6.1 Fixes a double-free in zipcmp(1) during cleanup. Also adds an extra manual page link. No library changes. CVSROOT: /cvs Module name: src Changes by: bket@cvs.openbsd.org 2020/02/03 21:09:11 Modified files: sys/ufs/ffs : ffs_softdep.c Log message: Replace TAILQ concatenation loop with TAILQ_CONCAT OK florian@, bluhm@, visa@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/02/03 23:09:02 Modified files: math/cgal : Makefile distinfo math/cgal/patches: patch-CMakeLists_txt math/cgal/pkg : PLIST Removed files: math/cgal/patches: patch-include_CGAL_config_h Log message: Update CGAL to 4.14.2 (Switch from Qt4 to Qt5) OK cwen@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/02/03 23:09:04 Modified files: graphics/opencsg: Makefile distinfo graphics/opencsg/patches: patch-src_src_pro Log message: Update OpenCSG to 1.4.2 (Switch from Qt4 to Qt5) OK cwen@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/02/03 23:09:13 Modified files: cad/openscad : Makefile cad/openscad/pkg: PLIST Log message: Switch from Qt4 to Qt5 after all dependencies have been updated OK cwen@, Tested by paco@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/02/03 23:20:54 Modified files: databases : Makefile Removed files: databases/luma : Makefile distinfo databases/luma/patches: patch-luma_base_backend_SmartDataObject_py patch-luma_base_gui_Dialog_py patch-luma_plugins_browser_gui_BrowserDialogs_py patch-setup_py databases/luma/pkg: DESCR PLIST Log message: Remove luma, dead upstream, py-qt4 as dependency. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/02/03 23:22:52 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register luma removal CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/02/03 23:26:27 Modified files: productivity : Makefile Removed files: productivity/qhacc: Makefile distinfo productivity/qhacc/patches: patch-configure patch-contrib_Makefile_in patch-docs_Makefile_in patch-lib_qhacc_cpp patch-plugins_graphs_grapher_cpp patch-qm_Makefile_in patch-src_Makefile_in patch-src_qhacc_in productivity/qhacc/pkg: DESCR PLIST Log message: Remove qhacc Dead upstream qt3 application. We have much more feature-rich, stable, easy to use accounting tools for web,qt,gtk,cli in the tree. OK kn (mostly for Qt3 reasons), "I guess it can go" (Maintainer) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/02/03 23:29:37 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register qhacc removal CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/02/04 01:11:27 Modified files: sysutils/entr : Makefile distinfo Log message: entr: update to 4.4 MASTER_SITES tweak and OK bket@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/02/04 02:47:34 Modified files: net/telepathy/folks: Makefile distinfo net/telepathy/folks/pkg: PLIST Log message: update to folks-0.13.2 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/04 02:50:59 Modified files: devel/p5-Cache-FastMmap: Makefile distinfo devel/p5-Cache-FastMmap/pkg: DESCR PLIST Log message: Update to p5-Cache-FastMmap-1.48 from wen heping, thanks. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/02/04 02:58:04 Modified files: usr.bin/ssh : ssh-keygen.1 ssh-keygen.c Log message: require FIDO application strings to start with "ssh:"; ok markus@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/02/04 03:09:37 Modified files: sys/kern : kern_pledge.c Log message: allow reading of sysctl kern.somaxconn in "inet", due to operational behaviour of "go" which is not unreasonable from Jimmy Brush CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/02/04 03:56:15 Modified files: sys/dev/dt : dt_dev.c Log message: Replace msleep(9) by sleep_setup/setup_signal/finish() dance. This handrolled cond_wait() dealing with signals prevents a lock ordering problem when executing probes inside the scheduler code. That means we stop relying on a mutex for synchronisation and instead rely on the sleep_* internals, currently the SCHED_LOCK(). From kettenis@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/02/04 03:59:24 Modified files: sys/dev/pci : if_em.c if_em_hw.c if_em_hw.h if_em_osdep.h Log message: Refactoring to prepare multi-queues support, no intended behavior change: - Abstract the allocation/freeing of TX/RX ring into em_dma_malloc(). This will ease the introduction of multiple rings. - Split the 82576 variant out of 82575. The distinction is necessary when it comes to setting multiple queues. - Change multiple TX/RX related macro to take an index argument corresponding to a ring. Currently only the index 0 and 1 are used. - Gather and print more stats counters - Switch to using a function, like FreeBSD, to translate 82542 registers and get rid of a set of defines. Tested by many, thanks! ok mlarkin@, jmatthew@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/04 04:02:16 Removed files: usr.sbin/bind/lib/dns: Atffile api usr.sbin/bind/lib/isc: Atffile api usr.sbin/bind/lib/isccfg: api Log message: Remove unused files. CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2020/02/04 04:28:03 Modified files: mail/extsmail : Makefile distinfo Log message: Update mail/extsmail to version 2.4. From MAINTAINER Laurence Tratt. OK sthen@. Thanks CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/02/04 04:53:28 Modified files: geo/viking : Makefile distinfo geo/viking/patches: patch-src_gpspoint_c patch-src_vikmapniklayer_c Added files: geo/viking/patches: patch-src_viklayer_c Log message: Update to viking 1.8 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/04 05:00:52 Modified files: audio/p5-MPEG-Audio-Frame: Makefile distinfo Log message: Update to p5-MPEG-Audio-Frame-0.10. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/04 05:18:27 Modified files: benchmarks/iozone: Makefile distinfo Log message: Update to iozone-3.489. CVSROOT: /cvs Module name: ports Changes by: jsing@cvs.openbsd.org 2020/02/04 10:22:42 Modified files: lang/go : Makefile Added files: lang/go/patches: patch-src_runtime_sys_openbsd_arm64_s patch-src_syscall_asm_openbsd_arm64_s Log message: Add two no op instructions following svc for Go on openbsd/arm64. All except some of the most recent arm64 processors have a speculative execution flaw that occurs across a syscall boundary, which cannot be mitigated in the kernel. In order to protect against this leak a speculation barrier needs to be placed after an svc instruction. In order to avoid the performance impact of these instructions, the kernel will soon start returning execution two instructions past the svc call. For now two hardware no ops are added, which allows syscalls to work with both old and new kernels. Once the kernel is cut over the no ops can be replaced with actual speculation barriers. Discussed at length with deraadt@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/02/04 11:00:30 Modified files: lib/libssl : tls13_client.c tls13_server.c Log message: Free the transcript as soon as we initialise the transcript hash. Unlike TLSv1.2 there is only a single hash in use, hence as soon as we know what the hash is and have initialised the transcript hash, we can free the transcript buffers. ok inoguchi@ tb@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/04 11:02:31 Modified files: usr.sbin/bind/lib/isc: Makefile.inc Removed files: usr.sbin/bind/lib/isc: aes.c usr.sbin/bind/lib/isc/include/isc: aes.h Log message: We are not using aes. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/02/04 11:06:26 Modified files: lib/libssl : tls13_key_share.c Log message: Add support for TLSv1.3 key shares with secp256r1 and secp384r1 groups. ok inoguchi@ tb@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/04 11:06:53 Removed files: usr.sbin/bind/lib/dns: mapapi Log message: unused CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/02/04 11:24:26 Modified files: audio/libmpdclient: Makefile distinfo Log message: Update to libmpdclient-2.18 Release notes: https://raw.githubusercontent.com/MusicPlayerDaemon/libmpdclient/v2.18/NEWS OK cwen@, "lgtm" landry@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/02/04 11:24:42 Modified files: audio/mpd : Makefile distinfo Log message: Update to mpd-0.21.19 Release notes: https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.19/NEWS OK cwen@, "lgtm" landry@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/02/04 11:25:00 Modified files: audio/ncmpc : Makefile distinfo Log message: Update to ncmpc-0.37 Release notes: https://raw.githubusercontent.com/MusicPlayerDaemon/ncmpc/v0.37/NEWS OK cwen@, "lgtm" landry@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/02/04 11:40:21 Modified files: lib/mesa/src/util: futex.h Log message: Fix absolute to relative timeout computation. ok jsg@, mpi@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/02/04 11:40:46 Modified files: . : 3RDPARTY Log message: update CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/04 11:41:04 Modified files: usr.sbin/bind/lib/dns: gen.c Removed files: usr.sbin/bind/lib/dns: gen-unix.h Log message: Use opendir(3) to not depend on lib/isc/unix/dir.c. No change in generated .h files in obj. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/04 11:42:51 Modified files: usr.sbin/bind/lib/dns: Makefile.inc message.c usr.sbin/bind/lib/dns/include/dns: message.h Removed files: usr.sbin/bind/lib/dns: dnssec.c usr.sbin/bind/lib/dns/include/dns: dnssec.h Log message: We are not going to generate sig0 records so we can rip out the sig0key which in turn lets us delete all of dnssec.c CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/04 11:45:08 Modified files: usr.sbin/bind/lib/dns: dst_api.c dst_parse.c usr.sbin/bind/lib/dns/include/dst: dst.h usr.sbin/bind/lib/isc: log.c usr.sbin/bind/lib/isc/unix: Makefile.inc usr.sbin/bind/lib/isccfg: parser.c Removed files: usr.sbin/bind/lib/isc/unix: dir.c usr.sbin/bind/lib/isc/unix/include/isc: dir.h Log message: Remove a bunch of unused functions who access the filesystem and then get rid of lib/isc/unix/dir.c CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/04 12:06:54 Modified files: usr.sbin/bind/bin/dig: host.c nslookup.c usr.sbin/bind/lib/isc: Makefile.inc Removed files: usr.sbin/bind/lib/isc: commandline.c usr.sbin/bind/lib/isc/include/isc: commandline.h Log message: Get rid of getopt(3) compat code. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/04 12:13:02 Modified files: usr.sbin/bind/bin/dig: nslookup.c usr.sbin/bind/lib/dns: masterdump.c usr.sbin/bind/lib/isc: safe.c usr.sbin/bind/lib/isc/include/isc: buffer.h hash.h log.h region.h serial.h types.h usr.sbin/bind/lib/isccfg: parser.c Removed files: usr.sbin/bind/lib/isc/include/isc: bind9.h usr.sbin/bind/lib/isc/unix/include/isc: offset.h Log message: Remove unused typedefs that got left behind in previous shreddings from types.h and get rid of offset.h while here by just using off_t in the one place where it's needed. However offset.h brought in limits.h and sys/types.h so sprinkle some includes over the tree to have various _MAX and intX_t defined. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/04 12:17:59 Modified files: usr.sbin/bind/bin/dig: dighost.c usr.sbin/bind/lib/dns/rdata/in_1: wks_11.c Removed files: usr.sbin/bind/lib/isc/unix/include/isc: netdb.h Log message: just use netdb.h directly CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/04 12:18:57 Modified files: usr.sbin/bind/lib/isc: log.c usr.sbin/bind/lib/isc/unix: stdio.c Removed files: usr.sbin/bind/lib/isc/unix/include/isc: stat.h Log message: isc/stat.h is unused CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/04 12:24:07 Modified files: usr.sbin/bind/lib/dns: Makefile.inc dst_api.c dst_parse.c usr.sbin/bind/lib/dns/include/dst: dst.h Removed files: usr.sbin/bind/lib/dns: openssldh_link.c openssldsa_link.c opensslecdsa_link.c opensslrsa_link.c Log message: dig(1) only needs tsig support so we can delete all non-HMAC crypto code. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/04 12:27:45 Modified files: usr.sbin/bind/lib/dns: Makefile.inc rdatalist.c Removed files: usr.sbin/bind/lib/dns: nsec.c nsec3.c usr.sbin/bind/lib/dns/include/dns: nsec.h nsec3.h Log message: We are not going to generate nsec or nsec3 RRsets. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/04 12:30:01 Modified files: usr.sbin/bind/lib/dns: Makefile.inc Removed files: usr.sbin/bind/lib/dns: soa.c usr.sbin/bind/lib/dns/include/dns: soa.h Log message: soa.c is unused. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/04 12:33:48 Modified files: usr.sbin/bind/lib/dns: Makefile.inc Removed files: usr.sbin/bind/lib/dns: keydata.c usr.sbin/bind/lib/dns/include/dns: keydata.h Log message: keydata.c is unused. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/04 12:34:39 Modified files: usr.sbin/bind/lib/dns: Makefile.inc usr.sbin/bind/lib/dns/include/dns: ds.h Removed files: usr.sbin/bind/lib/dns: ds.c Log message: dig is not generating DS records. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/04 12:38:54 Modified files: usr.sbin/bind/lib/dns: Makefile.inc masterdump.c rdataset.c usr.sbin/bind/lib/dns/include/dns: rdataset.h Removed files: usr.sbin/bind/lib/dns: ncache.c usr.sbin/bind/lib/dns/include/dns: ncache.h Log message: Nothing sets DNS_RDATASETATTR_NEGATIVE; remove code dealing with that and then remove ncache.c. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/04 12:40:01 Modified files: usr.sbin/bind/lib/lwres/include/lwres: lwres.h Removed files: usr.sbin/bind/lib/lwres/include/lwres: list.h Log message: lwres no longer deals with lists. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/04 12:41:10 Modified files: usr.sbin/bind/lib/dns: byaddr.c masterdump.c Removed files: usr.sbin/bind/lib/dns/include/dns: bit.h events.h Log message: bit.h and events.h are unused. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/04 12:42:25 Modified files: usr.sbin/bind/lib/dns/rdata/generic: nsec3_50.c nsec3_50.h nsec3param_51.c nsec3param_51.h usr.sbin/bind/lib/isc: Makefile.inc Removed files: usr.sbin/bind/lib/isc: iterated_hash.c usr.sbin/bind/lib/isc/include/isc: iterated_hash.h Log message: iterated_hash is unused CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/02/04 13:40:58 Modified files: sysutils/dateutils: Makefile distinfo sysutils/dateutils/pkg: PLIST Removed files: sysutils/dateutils/patches: patch-configure Log message: Update to dateutils-0.4.7 Several years of changelogs: https://github.com/hroptatyr/dateutils/releases Patch goes away; noted by sthen@ ok sthen@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/02/04 14:17:30 Modified files: converters/p5-Sereal-Decoder: Makefile converters/p5-Sereal-Encoder: Makefile devel/p5-bareword-filehandles: Makefile devel/p5-Data-IEEE754: Makefile devel/p5-Devel-Refcount: Makefile devel/p5-List-AllUtils: Makefile devel/p5-Mixin-Linewise: Makefile devel/p5-MooseX-StrictConstructor: Makefile devel/p5-MooX-StrictConstructor: Makefile devel/p5-Test-Bits: Makefile devel/p5-Test-Command-Simple: Makefile devel/p5-Test-HexDifferences: Makefile math/p5-Math-Int128: Makefile math/p5-Math-Int64: Makefile net/p5-Net-Works: Makefile textproc/p5-List-SomeUtils: Makefile textproc/p5-List-SomeUtils-XS: Makefile Log message: Drop maintainership for some Perl modules. CVSROOT: /cvs Module name: ports Changes by: gkoehler@cvs.openbsd.org 2020/02/04 15:50:04 Modified files: devel/p5-SDL : Makefile devel/p5-SDL/patches: patch-Build_PL patch-src_SDL_xs Log message: Unbreak p5-SDL on amd64, i386. Patch src/SDL.xs: it had been calling boot_SDL() without the required arguments, which doesn't work on all platforms. Also remove a dead HOMEPAGE and add c to WANTLIB. ok cwen@ afresh1@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/02/04 15:54:09 Modified files: games/frozen-bubble: Makefile Added files: games/frozen-bubble/patches: patch-c_stuff_fb_c_stuff_xs patch-c_stuff_lib_FBLE_pm patch-frozen-bubble Log message: Add various fixes to frozen-bubble: - allow building with base-clang (from gkoehler@, thanks!) - remove BROKEN-{amd64,i386} after gkoehler@'s p5-SDL fix - replace various use of my() in false conditionals, it's fatal with Perl 5.30 - deinterlace some PNGs to silence some libpng warnings OK gkoehler@ afresh1@ (who tested on sparc64 and i386) CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2020/02/04 16:15:01 Modified files: lang/janet : Makefile distinfo lang/janet/patches: patch-Makefile Log message: Update janet to 1.7.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/04 17:12:44 Modified files: devel/ccache : Makefile distinfo devel/ccache/patches: patch-Makefile_in Log message: update to ccache-3.7.7 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/02/04 23:12:43 Modified files: lib/libssl : tls13_handshake.c tls13_internal.h tls13_lib.c Log message: Rework tls13_legacy_handshake_message_{recv,sent}_cb() to use their own CBS as a preparation for upcoming HRR diffs. ok jsing CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/04 23:41:46 Modified files: usr.sbin/bind/bin/dig: host.c Log message: Replace atoi with strtonum for stricter and safer integer parsing. -N ndots: 0, INT_MAX The upper limit is a bit silly, everything bigger than a small number will force domain names to be interpretet as relative. -R retries INT_MIN, INT_MAX - 1 Specifically documented to accept negative numbers. -W wait 0, INT_MAX One could interpret the documentation as meaning that it accepts negative numbers but that failes later on with an error message from the timer code.. with deraadt, OK kn, input & OK tedu CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/02/05 00:26:15 Modified files: lib/mesa/src/util: futex.h Log message: Add sanity checks to futex_wait() - handle the NULL timeout pointer case - avoid negative cases. Suggested by cheloha@ ok cheloha@, jsg@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/05 00:36:01 Modified files: converters/p5-Convert-UUlib: Makefile distinfo converters/p5-Convert-UUlib/pkg: PLIST Log message: Update to p5-Convert-UUlib-1.5. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/05 01:41:28 Modified files: databases/p5-Data-Page: Makefile distinfo Log message: Update to p5-Data-Page-2.03. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/05 01:52:18 Modified files: devel/p5-Algorithm-Dependency: Makefile distinfo Log message: Update to p5-Algorithm-Dependency-1.111. CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2020/02/05 02:15:24 Modified files: devel/jadx : Makefile distinfo devel/jadx/pkg : PLIST Log message: update jadx to 1.1.0. CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2020/02/05 02:16:09 Modified files: devel/jd-gui : Makefile distinfo Log message: update to 1.6.6. CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2020/02/05 02:17:33 Modified files: security/oledump: Makefile distinfo security/oledump/pkg: PLIST Log message: update oledump to 0.0.44. CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2020/02/05 02:32:39 Modified files: devel/py-xlsxwriter: Makefile distinfo Log message: update xlsxwriter to 1.2.7 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/05 02:59:18 Modified files: devel/p5-autobox: Makefile distinfo devel/p5-autobox/pkg: PLIST Log message: Update to p5-autobox-2.86. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/05 03:11:01 Modified files: devel/p5-B-Hooks-OP-Check: Makefile distinfo devel/p5-B-Hooks-OP-Check/pkg: PLIST Log message: Update to p5-B-Hooks-OP-Check-0.22. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/02/05 03:12:38 Modified files: sys/kern : kern_sched.c Log message: Remove dead store, from Amit Kulkarni. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/02/05 03:19:19 Modified files: sys/dev/pci : pcidevs Log message: Add some more Gemini Lake IDs. from James Hastings CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/02/05 03:19:34 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/02/05 03:21:17 Modified files: sys/dev/ic : com.c Log message: Detach timeouts and the softint handler before freeing memory. As more and more teardown functions include barriers, or any kind of context change, it is unsafe to continue to assume that such code paths are atomic. So a good practise is to only free descriptor when we're sure that no other context can access them. Found while looking at visa@'s ttkqflush() replacement diff. The same pattern is present in many USB drivers as found with Peter Stuge. ok visa@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/05 03:29:18 Modified files: devel/p5-B-Keywords: Makefile distinfo Log message: Update to p5-B-Keywords-1.20. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/02/05 03:33:20 Modified files: sys/dev/pci : pcidevs Log message: Add Pericom PI7C9X2G404EL PCIe Packet Switch CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/02/05 03:34:01 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2020/02/05 03:40:37 Modified files: sys/kern : kern_pledge.c Log message: Allow programs with the "audio" promise to use the AUDIO_MIXER_xxx ioctls. ok semarie, deraadt CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/05 03:43:30 Modified files: devel/p5-Class-Inspector: Makefile distinfo Log message: Update to p5-Class-Inspector-1.36. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2020/02/05 03:44:25 Modified files: lib/libc/sys : pledge.2 Log message: Mention AUDIO_MIXER_{DEVINFO,READ,WRITE} in the "audio" section CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/02/05 04:26:52 Modified files: sys/dev/pci : pcidevs Log message: Add some more Apollo Lake PCI IDs. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/02/05 04:27:07 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/05 04:33:03 Modified files: devel/p5-Config-Grammar: Makefile distinfo Log message: Update to p5-Config-Grammar-1.13. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/05 04:39:19 Modified files: devel/p5-Data-Types: Makefile distinfo Log message: Update to p5-Data-Types-0.17. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/05 04:49:43 Modified files: devel/p5-Devel-Size: Makefile distinfo devel/p5-Devel-Size/pkg: PLIST Log message: Update to p5-Devel-Size-0.83 from wen heping, OK afresh1@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/05 04:54:09 Modified files: devel/p5-Devel-TraceUse: Makefile distinfo Log message: Update to p5-Devel-TraceUse-2.096. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/05 05:09:06 Modified files: devel/p5-File-Copy-Recursive: Makefile distinfo Log message: Update to p5-File-Copy-Recursive-0.45. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/05 05:18:14 Modified files: devel/p5-File-Slurp: Makefile distinfo Log message: Update to p5-File-Slurp-9999.28. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/05 05:28:23 Modified files: devel/p5-IO-All: Makefile distinfo Log message: Update to p5-IO-All-0.87. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/02/05 05:35:19 Modified files: lib/libc/gen : syslog.3 Log message: More precision regarding the openlog(3) *ident argument; direction suggested by Laurence Tratt , part of the wording from deraadt@. While here, add the missing STANDARDS section, correct HISTORY, drop redundant verbiage from RETURN VALUES, and garbage collect .Tn. OK sthen@ jmc@ millert@ and Laurence Tratt, and deraadt@ likes one line of the patch in particular. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/02/05 06:06:49 Modified files: usr.bin/tmux : screen.c tmux.1 Log message: Make list-keys description clearer in tmux.1 and remove an unused variable. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/02/05 06:23:02 Modified files: textproc/xxdiff: Makefile distinfo textproc/xxdiff/patches: patch-xxdiff_pro textproc/xxdiff/pkg: PLIST Log message: Update xxdiff to HEAD, which provides a QT5 version Includes a tweak from rsadowski@, thank you! OK landry@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/05 07:25:35 Modified files: devel/p5-IO-Lambda: Makefile distinfo devel/p5-IO-Lambda/pkg: PLIST Log message: Update to p5-IO-Lambda-1.30. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2020/02/05 07:26:26 Modified files: sys/dev/usb : uaudio.c Log message: Fix confusion between minimum and maximum samples-per-frame. This may fix rare stuttering caused by underruns in case device clock drifts with respect to the bus clock. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/05 07:39:18 Modified files: devel/p5-PAR : Makefile distinfo Log message: Update to p5-PAR-1.016. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/02/05 07:50:57 Modified files: sys/dev/pci : pcidevs Log message: Add some more Apollo Lake PCI IDs. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/02/05 07:51:29 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/05 07:51:48 Modified files: devel/p5-POSIX-strftime-Compiler: Makefile distinfo Log message: Update to p5-POSIX-strftime-Compiler-0.42. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/05 07:59:06 Modified files: devel/p5-Proc-PID-File: Makefile distinfo Log message: Update to p5-Proc-PID-File-1.29. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/05 08:45:05 Modified files: devel/p5-Return-MultiLevel: Makefile distinfo Log message: Update to p5-Return-MultiLevel-0.05. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/02/05 09:01:32 Modified files: sys/dev/usb : umsm.c Log message: Very old firmware umsm devices don't work as umb(4), so I made them work as umsm(4). But the discrimination in the driver match functions is obviously weak in some way, so skip this for now. We need to figure out how to identify the retrogrades better. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/02/05 09:29:30 Modified files: sys/arch/luna88k/dev: spc.c sys/arch/sgi/hpc: wdsc.c sys/arch/sparc64/dev: vdsk.c sys/dev : vscsi.c sys/dev/ata : atascsi.c sys/dev/ic : aac.c aic6250.c aic6360.c ncr53c9x.c nvme.c osiop.c qla.c qlw.c sys/dev/pci : ips.c mfii.c mpii.c qle.c vmwpvs.c sys/dev/pv : hvs.c vioblk.c vioscsi.c xbf.c sys/scsi : cd.c mpath.c scsiconf.c scsiconf.h sd.c sdvar.h st.c Log message: Nuke unnecessary abstraction 'scsi_minphys()' which just calls 'minphys()'. Just use & check for NULL instead, since 'minphys()' is always called on the code path ([cd|sd|st]minphys) that calls physio(). CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/02/05 09:42:29 Modified files: lib/libssl : tls13_handshake.c tls13_internal.h Log message: Pull the handshake message transcript code into its own function. This is soon going to be used in the TLSv1.3 client code. ok tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/02/05 09:47:34 Modified files: lib/libssl : ssl_locl.h ssl_transcript.c Log message: Provide tls1_transcript_unfreeze() to avoid the need for manual flags mangling. ok tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/02/05 10:01:44 Modified files: lib/libssl : tls13_client.c tls13_server.c Log message: Remove the hello retry request processing code that was previously added. This got added to the wrong functions (server side, not client) - swap the now unimplemented send/recv functions between client and server. ok tb@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/02/05 10:03:13 Modified files: sys/kern : kern_descrip.c kern_event.c Log message: Move kernel locking inside knote_fdclose() from finishdup() and fdrelease(). This makes the upper layer of file descriptor closing free of KERNEL_LOCK() when the process does not use kqueue. The kernel locking around fdremove() and knote_fdclose() is no longer needed because kqueue_register() checks if there has been a race with file descriptor close. Moreover, the locking became ineffective against these races when filterops callbacks were allowed to sleep. OK anton@, mpi@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/02/05 10:30:30 Modified files: lib/libssl : ssl_locl.h tls13_client.c Log message: Refactor the server hello processing code in the TLSv1.3 client. Use flags to signal the need to switch to the legacy client and to identify a hello retry request. This allows the caller to take appropriate action, rather than trying to do this in the parsing/processing code. Split the key deriviation and record protection engagement code into a separate function, both for readability and reuse. Change handshake states outside of the processing code. ok tb@ CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2020/02/05 10:31:09 Modified files: graphics/jpeg : Makefile graphics/jpeg/pkg: PLIST Log message: enable turbojpeg (wantlib sync included) ok sthen@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2020/02/05 10:54:03 Modified files: sysutils/u-boot: Makefile Added files: sysutils/u-boot/patches: patch-arch_arm_dts_rk3328-sdram-ddr4-666_dtsi patch-arch_arm_dts_rk3328-sdram-lpddr3-666_dtsi patch-drivers_ram_rockchip_sdram_rk3328_c Log message: Back-port fixes for rk3328 TPL memory training errors. okay jsg@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/02/05 11:06:42 Modified files: regress/lib/libssl/tlsext: tlsexttest.c Log message: Reset the key share so that we do not have an existing peer public key. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/02/05 12:22:26 Modified files: graphics/opencsg: Makefile Log message: Fix build MODQT_DEPS=No is too much here. Spotted by aja CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/05 12:43:09 Modified files: security/letsencrypt: Makefile.inc security/letsencrypt/acme-tiny: Makefile security/letsencrypt/client: Makefile distinfo security/letsencrypt/py-acme: Makefile distinfo Log message: update to certbot/py-acme 1.2.0 and actually drop maintainer this time CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2020/02/05 12:58:10 Modified files: editors/libreoffice: Makefile distinfo editors/libreoffice/patches: patch-RepositoryExternal_mk patch-basic_source_classes_sbxmod_cxx patch-basic_source_runtime_methods_cxx patch-bridges_Library_cpp_uno_mk patch-configure patch-desktop_source_app_app_cxx patch-external_libetonyek_ExternalPackage_libetonyek_mk patch-external_libfreehand_icu651_patch patch-external_liblangtag_ExternalPackage_liblangtag_mk patch-external_libmwaw_ExternalPackage_libmwaw_mk patch-external_libodfgen_ExternalPackage_libodfgen_mk patch-external_liborcus_ExternalPackage_liborcus_mk patch-external_librevenge_ExternalPackage_librevenge_mk patch-external_libwpd_ExternalPackage_libwpd_mk patch-external_libwpg_ExternalPackage_libwpg_mk patch-external_libwps_ExternalPackage_libwps_mk patch-sal_osl_unx_uunxapi_cxx patch-sdext_source_pdfimport_xpdfwrapper_pdfioutdev_gpl_cxx patch-sdext_source_pdfimport_xpdfwrapper_pdfioutdev_gpl_hxx patch-shell_source_unix_exec_shellexec_cxx patch-solenv_bin_ooinstall patch-solenv_gbuild_platform_com_GCC_defs_mk patch-solenv_gbuild_platform_unxgcc_mk patch-vcl_Library_vclplug_gen_mk patch-vcl_Library_vclplug_gtk3_kde5_mk patch-vcl_Library_vclplug_gtk3_mk patch-vcl_qt5_Qt5Instance_cxx patch-vcl_source_app_svapp_cxx patch-vcl_unx_generic_app_geninst_cxx patch-vcl_unx_generic_app_wmadaptor_cxx editors/libreoffice/pkg: PLIST-i18n-ar PLIST-i18n-bg PLIST-i18n-ca PLIST-i18n-de PLIST-i18n-es PLIST-i18n-fa PLIST-i18n-fi PLIST-i18n-fr PLIST-i18n-hu PLIST-i18n-it PLIST-i18n-kk PLIST-i18n-lt PLIST-i18n-lv PLIST-i18n-nl PLIST-i18n-pl PLIST-i18n-pt-br PLIST-i18n-ru PLIST-i18n-sl PLIST-i18n-sv PLIST-java PLIST-kde PLIST-main Added files: editors/libreoffice/patches: patch-vcl_Executable_visualbackendtest_mk patch-vcl_Library_vclplug_kf5_mk Removed files: editors/libreoffice/patches: patch-external_libfreehand_UnpackedTarball_libfreehand_mk patch-external_libqxp_UnpackedTarball_libqxp_mk patch-external_libqxp_fabs_patch patch-vcl_Library_vclplug_gtk_mk patch-vcl_Library_vclplug_kde5_mk patch-vcl_unx_kde5_KDE5SalInstance_cxx Log message: update to 6.4.0.3 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2020/02/05 13:00:34 Removed files: editors/libreoffice/patches: patch-vcl_source_salmain_salmain_cxx Log message: remove a patch that was missed from the previous commit CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/05 13:18:19 Modified files: www/lighttpd : Makefile distinfo www/lighttpd/pkg: PLIST Log message: update to lighttpd-1.4.55, from Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/05 13:43:13 Modified files: devel/py-robotframework: Makefile distinfo devel/py-robotframework/pkg: PLIST Log message: update to py-robotframework 3.1.2 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/02/05 13:46:51 Modified files: geo/pgrouting : Makefile Log message: Fix build, missing dependency devel/boost Spotted by naddy, thanks! CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/02/05 13:48:08 Modified files: emulators/gxemul: Makefile Log message: Update HOMEPAGE. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/02/05 13:55:29 Modified files: devel/uthash : Makefile Log message: Add missing HOMEPAGE. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/02/05 13:58:51 Modified files: sysutils/psftools: Makefile Log message: Switch HOMEPAGE and MASTER_SITES to HTTPS. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/02/05 14:01:06 Modified files: games/trader : Makefile Log message: Update HOMEPAGE. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2020/02/05 14:22:17 Modified files: security/pcsc-lite: Makefile Added files: security/pcsc-lite/patches: patch-src_debug_c patch-src_debuglog_c Log message: Disable colors by default "pcscd --debug" prints dark blue lines background, rendering them unreadable on dark background. The daemon has "-T" to enforce colored output, but no switch to disable colors on TTYs. Disable all detection logic such that "-T" is the only way to get colors. OK sthen CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/02/05 14:50:41 Modified files: sys/scsi : mpath.c Log message: Ooops. Missed a file in nuke of scsi_minphys. mpath_minphys() needs to check dev_minphys for NULL before calling it. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2020/02/05 17:36:12 Modified files: databases/postgresql: Makefile distinfo databases/postgresql/patches: patch-src_bin_scripts_vacuumdb_c patch-src_include_storage_s_lock_h databases/postgresql/pkg: PLIST-contrib PLIST-docs PLIST-main PLIST-plpython PLIST-server Log message: Major to PostgreSQL 12.1, dump/restore or pg_upgrade needed Most of the work from pea@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2020/02/05 17:36:28 Modified files: databases/postgresql-previous: Makefile distinfo databases/postgresql-previous/pkg: PLIST Log message: Update to PostgreSQL 11.6 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2020/02/05 17:36:47 Modified files: databases/postgresql-pllua: Makefile distinfo databases/postgresql-pllua/patches: patch-Makefile databases/postgresql-pllua/pkg: PLIST Log message: Update to pllua 2.0.4 to work with PostgreSQL 12 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2020/02/05 17:36:59 Modified files: databases/postgresql-plr: Makefile distinfo databases/postgresql-plr/patches: patch-Makefile databases/postgresql-plr/pkg: PLIST Log message: Update to plr 8.4 to work with PostgreSQL 12 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2020/02/05 17:37:14 Modified files: databases/citus: Makefile distinfo databases/citus/pkg: PLIST Log message: Update to citus 9.0.1 to work with PostgreSQL 12 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2020/02/05 17:39:37 Added files: databases/pg_statsinfo/patches: patch-agent_lib_last_xact_activity_c Log message: Readd patch that was already in the Attic CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2020/02/05 17:39:50 Modified files: databases/kdb : Makefile Added files: databases/kdb/patches: patch-src_drivers_postgresql_PostgresqlTypes_cpp Log message: Add patch to work with PostgreSQL 12 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2020/02/05 17:40:06 Modified files: databases/skytools: Makefile databases/skytools/patches: patch-sql_pgq_triggers_stringutil_c Log message: Add patch to work with PostgreSQL 12 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2020/02/05 17:40:22 Modified files: geo/pgpointcloud: Makefile distinfo Log message: Add upstream patch to work with PostgreSQL 12 Pointed out by landry@ IIRC CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2020/02/05 17:40:41 Modified files: x11/qt3 : Makefile Added files: x11/qt3/patches: patch-src_sql_drivers_psql_qsql_psql_cpp Log message: Add patch to work with PostgreSQL 12 CVSROOT: /cvs Module name: www Changes by: jeremy@cvs.openbsd.org 2020/02/05 17:52:31 Modified files: faq : current.html Log message: Add entry for PostgreSQL 12 major update CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/02/05 20:13:45 Modified files: lib/libc/thread: Makefile.inc lib/librthread : Makefile Log message: Instead of opting in to futexes on archs with atomics opt out on archs without atomics, a smaller list. ok mpi@ visa@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/02/05 22:40:02 Modified files: share/man/man7 : hier.7 Log message: mention cbor fido llvm and llvm-c top level include directories CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2020/02/06 00:05:51 Modified files: sysutils/arm-trusted-firmware/patches: patch-plat_rockchip_common_params_setup_c patch-plat_rockchip_rk3399_drivers_pmu_pmu_c patch-plat_rockchip_rk3399_drivers_pmu_pmu_h patch-plat_rockchip_rk3399_drivers_soc_soc_c Log message: include git hashes for patches merged upstream CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/06 00:09:26 Modified files: devel/p5-Test2-Plugin-NoWarnings: Makefile distinfo Log message: Update to p5-Test2-Plugin-NoWarnings-0.08. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/06 01:10:00 Modified files: math/ntl : Makefile distinfo math/ntl/patches: patch-src_DoConfig math/ntl/pkg : PLIST Removed files: math/ntl/patches: patch-src_GF2EX_c Log message: Update to ntl-11.4.3 from wen heping, thanks ! CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/02/06 01:54:17 Modified files: devel/nspr : Makefile distinfo devel/nspr/patches: patch-nspr_pr_tests_nameshm1_c patch-nspr_pr_tests_runtests_sh Log message: Update to NSPR 4.25 CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/02/06 02:04:17 Modified files: graphics/termtosvg: Makefile Log message: Update HOMEPAGE. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/02/06 02:09:09 Modified files: net/libmaxminddb: Makefile Log message: Update HOMEPAGE. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/06 02:20:26 Modified files: graphics/p5-Graphics-ColorNames-WWW: Makefile distinfo Log message: Update to p5-Graphics-ColorNames-WWW-1.14. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/06 02:28:37 Modified files: math/p5-Business-Hours: Makefile distinfo Log message: Update to p5-Business-Hours-0.13. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/06 02:36:17 Modified files: misc/p5-I18N-Charset: Makefile distinfo Log message: Update to p5-I18N-Charset-1.418. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/02/06 02:36:31 Modified files: games/asciiquarium: Makefile Log message: Switch HOMEPAGE and MASTER_SITES to HTTPS. Note that the distfile does not fetch over HTTPS at the moment, but as upstream redirects HTTP to HTTPS, keeping MASTER_SITES on HTTP for now does not help. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/06 02:54:41 Modified files: misc/p5-Finance-QuoteHist: Makefile distinfo misc/p5-Finance-QuoteHist/pkg: PLIST Log message: Update to p5-Finance-QuoteHist-1.28. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/02/06 03:37:26 Modified files: graphics/grafx2: Makefile distinfo graphics/grafx2/patches: patch-Makefile graphics/grafx2/pkg: PLIST Added files: graphics/grafx2/patches: patch-main_c Removed files: graphics/grafx2/patches: patch-fileformats_c Log message: Update grafx2 to 2.7. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/06 03:40:59 Modified files: net/p5-Net-DNS-DynDNS: Makefile distinfo Log message: Update to p5-Net-DNS-DynDNS-0.9994. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/06 04:17:13 Modified files: mail/getmail : Makefile distinfo Log message: Update to getmail-5.14, from Martin Ziemer who takes MAINTAINER (I removed REVISION and adjusted whitespace from his submission) Amongst other things this adds SNI support which will be needed to work with gmail once TLS 1.3 client is reenabled in libressl. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/06 04:26:10 Modified files: mail/msmtp : Makefile distinfo mail/msmtp/patches: patch-scripts_msmtpq_msmtp-queue patch-scripts_msmtpq_msmtpq patch-scripts_msmtpqueue_msmtp-enqueue_sh patch-scripts_msmtpqueue_msmtp-listqueue_sh patch-scripts_msmtpqueue_msmtp-runqueue_sh patch-scripts_set_sendmail_set_sendmail_sh Removed files: mail/msmtp/patches: patch-doc_msmtprc-system_example Log message: update to msmtp-1.8.7, from Xiyue Deng (taking maintainer), plus I fixed WANTLIB and regen'd patches (mostly with the same result but I tweaked one to make it easier to compare the new with the previous line) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/06 04:30:32 Log message: import mail/dovecot-fts-xapian, from Tom Wong-Cornall, looks good to landry@ fts-xapian is a full-text search plugin for Dovecot. It utilises the Xapian search engine library to index email automatically, and allow rapid body and header server-side search over IMAP. The authors intend this plugin to provide the functionality provided by the now-deprecated fts_squat plugin, and provide a simpler way to configure FTS for Dovecot without needing heavy external dependencies such as Solr. Status: Vendor Tag: sthen Release Tags: sthen_20200206 N ports/mail/dovecot-fts-xapian/Makefile N ports/mail/dovecot-fts-xapian/distinfo N ports/mail/dovecot-fts-xapian/pkg/DESCR N ports/mail/dovecot-fts-xapian/pkg/README N ports/mail/dovecot-fts-xapian/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/06 04:30:56 Modified files: mail : Makefile Log message: +dovecot-fts-xapian CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/06 04:52:09 Modified files: security/clamav: Makefile distinfo Log message: update to clamav-0.102.2, amongst others including a fix for a possible DoS (out-of-bounds read -> crash) when using the credit card data-loss-prevention feature. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/06 04:52:57 Modified files: security/clamav: Tag: OPENBSD_6_6 Makefile distinfo Log message: update -stable to clamav-0.102.2, amongst others including a fix for a possible DoS (out-of-bounds read -> crash) when using the credit card data-loss-prevention feature. CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2020/02/06 05:26:54 Modified files: math/py-bottleneck: Makefile distinfo math/py-bottleneck/patches: patch-setup_py math/py-bottleneck/pkg: PLIST Log message: update py-bootleneck to 1.3.1 and take maintainer with help and extra testing from cwen@ and kmos@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/06 06:03:20 Modified files: textproc/p5-Lingua-EN-Fathom: Makefile distinfo Log message: Update to p5-Lingua-EN-Fathom-1.22. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/06 06:07:36 Modified files: textproc/p5-Lingua-EN-Sentence: Makefile distinfo Log message: Update to p5-Lingua-EN-Sentence-0.31. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/02/06 06:14:17 Modified files: lib/libssl : ssl_locl.h ssl_tlsext.c Log message: Correctly handle key share extensions in a hello retry request. In a hello retry request the server will only send the selected group and not actually provide a key exchange. In this case we need to store the server selected group for further processing. ok tb@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/06 06:18:48 Modified files: textproc/p5-Text-Autoformat: Makefile distinfo Log message: Update to p5-Text-Autoformat-1.75. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/02/06 06:19:18 Modified files: lib/libssl : tls13_client.c Log message: Add support for handling hello retry requests in the TLSv1.3 client. In the case of a hello retry request, we need to replace the client hello with a synthetic handshake message, switch key share to that selected by the server, build and send a new client hello, then process the resulting server hello. ok tb@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/06 06:29:23 Modified files: www/p5-Cookie-Baker: Makefile distinfo Log message: Update to p5-Cookie-Baker-0.11. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/06 06:47:59 Modified files: www/p5-HTML-TableContentParser: Makefile distinfo Log message: Update to p5-HTML-TableContentParser-0.302. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2020/02/06 07:10:05 Log message: sysutils/ssh-copy-id(1), a script to copy one's SSH keys to remote hosts, ensuring that ~/.ssh and authorized_keys are created with correct permissions From Jan-Piet Mens OK sthen@ Status: Vendor Tag: kmos Release Tags: kmos_20200206 N ports/sysutils/ssh-copy-id/Makefile N ports/sysutils/ssh-copy-id/distinfo N ports/sysutils/ssh-copy-id/pkg/DESCR N ports/sysutils/ssh-copy-id/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2020/02/06 07:10:53 Modified files: sysutils : Makefile Log message: Hook sysutils/ssh-copy-id up to the build CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2020/02/06 07:26:35 Added files: databases/pg_statsinfo: patch-src_drivers_postgresql_PostgresqlTypes_cpp patch-src_sql_drivers_psql_qsql_psql_cpp Log message: Add patches missed earlier to allow building with PostgreSQL 12 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/06 07:37:55 Modified files: www/p5-pQuery : Makefile distinfo www/p5-pQuery/pkg: PLIST Log message: Update to p5-pQuery-0.24. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2020/02/06 07:46:16 Modified files: devel/protobuf : Makefile distinfo Log message: Update to protobuf-3.11.3. Ignoring version number bumps, no actual code changes. ok sthen, looks good to Greg Steuck CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/02/06 08:08:19 Modified files: sys/dev/ic : aic79xx_openbsd.c aic7xxx_openbsd.c Log message: Whitespace tweak. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/06 08:24:21 Modified files: net/p5-Net-Whois-RIPE: Makefile distinfo Log message: Update to p5-Net-Whois-RIPE-2.007004. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/02/06 08:34:29 Modified files: sys/dev/ic : trm.h Log message: So much eye-searing trailing whitespace. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/02/06 08:56:36 Modified files: sys/dev/ic : trm.c Log message: Soooooo much eye-searing trailing whitespace. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/02/06 09:05:58 Modified files: lib/libssl : ssl_methods.c Log message: Add a workaround to make SSL_set_session() work with TLSv1.3. While we do not currently do session resumption, just return the TLS_client_method() or TLS_server_method() when asked for a method that does TLSv1.3. ok tb@ (who also arrived at the same diff) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/06 09:13:07 Modified files: net/exabgp : Makefile distinfo Log message: update to exabgp-4.2.6 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/02/06 09:16:10 Modified files: sysutils/ddrescue: Makefile distinfo Log message: Update to ddrescue-1.24. Release notes: http://lists.gnu.org/archive/html/info-gnu/2019-02/msg00012.html OK benoit@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/06 09:17:20 Modified files: misc/screen : Makefile distinfo misc/screen/patches: patch-doc_screen_1 Removed files: misc/screen/patches: patch-configure_ac patch-tty_sh Log message: update to screen-4.8.0, including: "- Fix potential memory corruption when using OSC 49 As last fix, fixes potential memory overwrite of quite big size (~768 bytes), and even though I'm not sure about potential exploitability of that issue, I highly recommend everyone to upgrade as soon as possible. This issue is present at least since v.4.2.0 (haven't checked earlier)." CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/02/06 09:18:10 Modified files: devel/git-cola : Makefile devel/git-cola/pkg: PLIST Log message: Switch git-cola to python3/py-qt5 Includes feedback on the initial diff from kn@ and rsadowski@. OK landry@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/06 09:18:19 Modified files: misc/screen : Tag: OPENBSD_6_6 Makefile distinfo misc/screen/patches: Tag: OPENBSD_6_6 patch-doc_screen_1 Removed files: misc/screen/patches: Tag: OPENBSD_6_6 patch-configure_ac patch-tty_sh Log message: update to screen-4.8.0, including: "- Fix potential memory corruption when using OSC 49 As last fix, fixes potential memory overwrite of quite big size (~768 bytes), and even though I'm not sure about potential exploitability of that issue, I highly recommend everyone to upgrade as soon as possible. This issue is present at least since v.4.2.0 (haven't checked earlier)." CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/06 09:18:54 Modified files: mail/rspamd : Makefile distinfo mail/rspamd/patches: patch-cmake_Toolset_cmake patch-src_CMakeLists_txt patch-src_libutil_util_c mail/rspamd/pkg: PLIST Removed files: mail/rspamd/patches: patch-contrib_aho-corasick_CMakeLists_txt patch-contrib_hiredis_CMakeLists_txt patch-contrib_http-parser_CMakeLists_txt patch-contrib_lc-btrie_CMakeLists_txt patch-contrib_libottery_CMakeLists_txt patch-contrib_lua-lpeg_CMakeLists_txt patch-contrib_zstd_CMakeLists_txt Log message: update to rspamd-2.3 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/02/06 09:20:10 Modified files: devel/py-sip : Makefile distinfo devel/py-sip/patches: patch-configure_py Log message: Update to py-sip-4.19.21 This update fixes devel/git-cola segfaulting on exit. landry@ was so kind to check if this update doesn't break qgis. While here switch HOMEPAGE to https. OK landry@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/06 09:21:42 Modified files: telephony/asterisk: Makefile distinfo telephony/asterisk/patches: patch-res_res_pjsip_pubsub_c Log message: update to asterisk-16.8.0 CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/02/06 10:24:18 Modified files: sys/dev/ic : aic7xxx_cam.h aic7xxx.c aic7xxxvar.h Log message: Eliminate use of 'migration aids' #define scsipi_ and just use the real names. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/02/06 10:35:22 Modified files: lib/libssl : ssl_locl.h Log message: Re-enable the TLSv1.3 client since the known issues have been addressed. ok tb@ CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2020/02/06 11:06:10 Modified files: net/gophernicus: Makefile distinfo net/gophernicus/pkg: PLIST Log message: Update net/gophernicus to version 3.0.1. Input from, and OK, bket@. solene@ was OK with a slightly earlier version, pre-simplification. Thanks! CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/02/06 11:18:51 Modified files: sys/dev/ic : aic7xxxvar.h iha.h Log message: Delete unused scsi_adapter fields of softc's. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/02/06 12:17:54 Modified files: sys/dev/ic : trm.c trm.h Log message: Remove pointless intermediate scsi_adapter field of softc by pointing sc_link.adapter at trm_switch directly. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2020/02/06 12:26:34 Modified files: databases/pg_statsinfo/patches: patch-agent_lib_libstatsinfo_c Log message: Add other missed patch needed for PostgreSQL 12 support Pointed out by kmos@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/02/06 12:41:34 Modified files: usr.bin/mandoc : main.c Log message: Make sure that -l always causes -w to be ignored, as documented in the man(1) manual page. This bugfix is needed to prevent the command "man -lw" from dereferencing a NULL pointer. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2020/02/06 12:53:02 Removed files: databases/pg_statsinfo: patch-src_drivers_postgresql_PostgresqlTypes_cpp patch-src_sql_drivers_psql_qsql_psql_cpp Log message: Remove wrong patches committed by mistake to wrong directory Pointed out by naddy@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/02/06 13:00:16 Modified files: net/libtorrent-rasterbar: Makefile distinfo net/libtorrent-rasterbar/patches: patch-include_libtorrent_config_hpp net/libtorrent-rasterbar/pkg: PLIST Added files: net/libtorrent-rasterbar/patches: patch-include_libtorrent_buffer_hpp Log message: Update libtorrent-rasterbar to 1.2.3 Diff from Nam Nguyen, tweaks from kn@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/02/06 13:00:18 Modified files: net/qbittorrent: Makefile.inc net/qbittorrent/qbittorrent: Makefile distinfo net/qbittorrent/qbittorrent/patches: patch-configure net/qbittorrent/qbittorrent/pkg: PLIST net/qbittorrent/qbittorrent-nox: Makefile distinfo net/qbittorrent/qbittorrent-nox/patches: patch-configure Log message: Update qbittorrent 4.2.1 * Uses the proposed update to net/libtorrent-rasterbar 1.2.3 that moves to python 3 and proposed fix for devel/boost python 3 bindings. * python 2 is an optional dependency used at runtime for this port for some runtime search plugin stuff among other things. I left it as is. * Builds translations * Regen WANTLIB Changelog: https://github.com/qbittorrent/qBittorrent/blob/118af03534e5ded6d3c8323b5dbeeff57b177193/Changelog Diff and notes above from Nam Nguyen, OK kn@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/02/06 13:00:22 Modified files: net/deluge : Makefile distinfo net/deluge/patches: patch-setup_py net/deluge/pkg : PLIST Removed files: net/deluge/patches: patch-deluge_ui_gtkui_preferences_py Log message: Update deluge to 2.0.3 "... moves deluge to python 3, using the proposed fixes for devel/boost and proposed update for net/libtorrent-rasterbar." Changelogs: https://deluge.readthedocs.io/en/latest/changelog.html https://deluge.readthedocs.io/en/latest/releases/2.0.html Diff and notes above from Nam Nguyen, OK kn@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2020/02/06 13:10:14 Modified files: net/libmaxminddb: Makefile Log message: bump revision for all subpackages after homepage change CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2020/02/06 13:16:26 Modified files: net/haproxy : Makefile distinfo Log message: Update to haproxy-2.0.12 CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2020/02/06 13:26:58 Modified files: textproc/py-markdown: Makefile Log message: Drop maintainer CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2020/02/06 13:36:03 Modified files: textproc/py-black: Makefile Log message: Drop maintainer To update to 19.10b0, it needs the new ports typed-ast and regex, and an update for devel/py-pathspec. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/02/06 14:06:16 Modified files: sys/scsi : scsiconf.h Log message: Try to reduce the lying, hyperbolic or obsolete commentary on the relationships between various scsi structs. CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2020/02/06 15:30:54 Modified files: usr.bin/ssh : auth2-pubkey.c monitor.c ssh-add.c ssh-agent.c ssh-keygen.c ssh-sk.c ssh.c sshconnect2.c Log message: Replace "security key" with "authenticator" in program messages. This replaces "security key" in error/usage/verbose messages and distinguishes between "authenticator" and "authenticator-hosted key". ok djm@ CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2020/02/06 15:34:58 Modified files: usr.bin/ssh : sshd_config.5 Log message: Add Include to the list of permitted keywords after a Match keyword. ok markus@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/06 15:42:29 Modified files: net/librenms : Makefile distinfo net/librenms/patches: patch-LibreNMS_Config_php patch-_env_example patch-daily_sh net/librenms/pkg: PLIST README Added files: net/librenms/patches: patch-misc_config_definitions_json Removed files: net/librenms/patches: patch-LibreNMS_Util_FileLock_php patch-LibreNMS_Util_Git_php patch-LibreNMS_Validations_Php_php patch-discovery-wrapper_py patch-html_install_php patch-includes_common_php patch-includes_defaults_inc_php patch-includes_functions_php patch-includes_html_output_capture_inc_php patch-includes_html_pages_about_inc_php patch-poller-service_py patch-poller-wrapper_py patch-scripts_composer_wrapper_php patch-validate_php Log message: update to librenms-1.60 - rework the README a bit, install notes may still need some fixes - note: run daily.sh as _librenms after installing the new version to update schemas, you will see errors when you try to login if you don't do this. - note: some things moved from symbolic links to real files which pkg_add -u doesn't cope with (this is the same case as "exotest" in regress/usr.sbin/pkg_add). pkg_delete then pkg_add when updating. @ask-update is used in the plist to try to warn you and ask you to cancel during the update in this case. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/02/06 15:46:32 Modified files: usr.bin/ssh : readconf.c Log message: expand HostkeyAlgorithms prior to config dump, matching other algorithm lists; ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/02/06 15:48:23 Modified files: usr.bin/ssh : sshconnect2.c Log message: When using HostkeyAlgorithms to merely append or remove algorithms from the default set (i.e. HostkeyAlgorithms=+/-...), retain the default behaviour of preferring those algorithms that have existing keys in known_hosts; ok markus CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/02/06 17:57:49 Modified files: lib/libfido2 : Makefile README.openbsd shlib_version lib/libfido2/man: eddsa_pk_new.3 es256_pk_new.3 fido_assert_allow_cred.3 fido_assert_new.3 fido_assert_set_authdata.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_cbor_info_new.3 fido_cred_exclude.3 fido_cred_new.3 fido_cred_set_authdata.3 fido_cred_verify.3 fido_credman_metadata_new.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_init.3 fido_strerr.3 rs256_pk_new.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_openbsd.c info.c io.c iso7816.c iso7816.h log.c pin.c reset.c rs256.c u2f.c lib/libfido2/src/fido: bio.h credman.h eddsa.h es256.h param.h rs256.h Added files: lib/libfido2/src/fido: types.h Log message: update to upstream libfido2 780ad3c25 (20120123) install manual pages crank major feedback & ok jmc@ and naddy@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2020/02/06 19:27:37 Modified files: libexec/mail.local: mail.local.c Log message: Remove backward compatibility for obsolete -H flag. The -H flag was deprecated in 1998. OK jung@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/02/06 20:27:54 Modified files: usr.bin/ssh : ssh-keygen.c Log message: fix two PIN entry bugs on FIDO keygen: 1) it would allow more than the intended number of prompts (3) and 2) it would SEGV too many incorrect PINs were entered; based on patch by Gabriel Kihlman CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2020/02/06 20:54:44 Modified files: usr.bin/ssh : ssh.1 ssh.c ssh_config.5 sshd_config.5 Log message: Add ssh -Q key-sig for all key and signature types. Teach ssh -Q to accept ssh_config(5) and sshd_config(5) algorithm keywords as an alias for the corresponding query. Man page help jmc@, ok djm@. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/02/06 20:57:31 Modified files: usr.bin/ssh : ssh-add.1 ssh-keygen.1 Log message: sync the description of the $SSH_SK_PROVIDER environment variable with that of the SecurityKeyProvider ssh/sshd_config(5) directive, as the latter was more descriptive. CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2020/02/06 22:50:21 Modified files: graphics/p5-Image-ExifTool: Makefile distinfo graphics/p5-Image-ExifTool/pkg: PLIST Log message: update exiftool to 1.85. change the HOMEPAGE, from landry@. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/02/06 23:23:11 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 2020/02/06 23:24:08 Modified files: lib/libfido2/src: fido.h Log message: It appears we have come full-circle, where source code starts to use clang / "super new gcc" ism's, in particular ones which are totally pointless as far as language goes. Delete them. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/02/07 00:13:40 Modified files: security/qtkeychain: Makefile security/qtkeychain/pkg: PLIST Log message: Set -qt5 flavor as default. All qt4 consumers are gone. Tweak and OK kirby@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/02/07 00:13:54 Modified files: astro/kstars : Makefile geo/qgis : Makefile mail/trojita : Makefile net/nextcloudclient: Makefile net/owncloudclient: Makefile Log message: Remove -qt5 flavor from security/qtkeychain; its now the default Tested by many, thanks! CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2020/02/07 02:35:30 Modified files: security : Makefile Log message: unhook -qt5 flavor for qtkeychain CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2020/02/07 02:36:07 Modified files: security/exploitdb: Makefile distinfo security/exploitdb/pkg: PLIST Log message: Update to 2020-02-07 CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/07 02:54:28 src/usr.bin/dig Update of /cvs/src/usr.bin/dig In directory cvs.openbsd.org:/tmp/cvs-serv74114/dig Log Message: Directory /cvs/src/usr.bin/dig added to the repository CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/07 02:55:41 src/usr.bin/dig/lib Update of /cvs/src/usr.bin/dig/lib In directory cvs.openbsd.org:/tmp/cvs-serv47271/lib Log Message: Directory /cvs/src/usr.bin/dig/lib added to the repository CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/07 02:55:41 src/usr.bin/dig/lib/dns Update of /cvs/src/usr.bin/dig/lib/dns In directory cvs.openbsd.org:/tmp/cvs-serv47271/lib/dns Log Message: Directory /cvs/src/usr.bin/dig/lib/dns added to the repository CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/07 02:55:41 src/usr.bin/dig/lib/dns/include Update of /cvs/src/usr.bin/dig/lib/dns/include In directory cvs.openbsd.org:/tmp/cvs-serv47271/lib/dns/include Log Message: Directory /cvs/src/usr.bin/dig/lib/dns/include added to the repository CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/07 02:55:41 src/usr.bin/dig/lib/dns/include/dns Update of /cvs/src/usr.bin/dig/lib/dns/include/dns In directory cvs.openbsd.org:/tmp/cvs-serv47271/lib/dns/include/dns Log Message: Directory /cvs/src/usr.bin/dig/lib/dns/include/dns added to the repository CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/07 02:55:41 src/usr.bin/dig/lib/dns/include/dst Update of /cvs/src/usr.bin/dig/lib/dns/include/dst In directory cvs.openbsd.org:/tmp/cvs-serv47271/lib/dns/include/dst Log Message: Directory /cvs/src/usr.bin/dig/lib/dns/include/dst added to the repository CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/07 02:55:41 src/usr.bin/dig/lib/dns/rdata Update of /cvs/src/usr.bin/dig/lib/dns/rdata In directory cvs.openbsd.org:/tmp/cvs-serv47271/lib/dns/rdata Log Message: Directory /cvs/src/usr.bin/dig/lib/dns/rdata added to the repository CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/07 02:55:42 src/usr.bin/dig/lib/dns/rdata/any_255 Update of /cvs/src/usr.bin/dig/lib/dns/rdata/any_255 In directory cvs.openbsd.org:/tmp/cvs-serv47271/lib/dns/rdata/any_255 Log Message: Directory /cvs/src/usr.bin/dig/lib/dns/rdata/any_255 added to the repository CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/07 02:55:42 src/usr.bin/dig/lib/dns/rdata/ch_3 Update of /cvs/src/usr.bin/dig/lib/dns/rdata/ch_3 In directory cvs.openbsd.org:/tmp/cvs-serv47271/lib/dns/rdata/ch_3 Log Message: Directory /cvs/src/usr.bin/dig/lib/dns/rdata/ch_3 added to the repository CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/07 02:55:42 src/usr.bin/dig/lib/dns/rdata/generic Update of /cvs/src/usr.bin/dig/lib/dns/rdata/generic In directory cvs.openbsd.org:/tmp/cvs-serv47271/lib/dns/rdata/generic Log Message: Directory /cvs/src/usr.bin/dig/lib/dns/rdata/generic added to the repository CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/07 02:55:42 src/usr.bin/dig/lib/dns/rdata/hs_4 Update of /cvs/src/usr.bin/dig/lib/dns/rdata/hs_4 In directory cvs.openbsd.org:/tmp/cvs-serv47271/lib/dns/rdata/hs_4 Log Message: Directory /cvs/src/usr.bin/dig/lib/dns/rdata/hs_4 added to the repository CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/07 02:55:42 src/usr.bin/dig/lib/dns/rdata/in_1 Update of /cvs/src/usr.bin/dig/lib/dns/rdata/in_1 In directory cvs.openbsd.org:/tmp/cvs-serv47271/lib/dns/rdata/in_1 Log Message: Directory /cvs/src/usr.bin/dig/lib/dns/rdata/in_1 added to the repository CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/07 02:55:42 src/usr.bin/dig/lib/isc Update of /cvs/src/usr.bin/dig/lib/isc In directory cvs.openbsd.org:/tmp/cvs-serv47271/lib/isc Log Message: Directory /cvs/src/usr.bin/dig/lib/isc added to the repository CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/07 02:55:42 src/usr.bin/dig/lib/isc/include Update of /cvs/src/usr.bin/dig/lib/isc/include In directory cvs.openbsd.org:/tmp/cvs-serv47271/lib/isc/include Log Message: Directory /cvs/src/usr.bin/dig/lib/isc/include added to the repository CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/07 02:55:42 src/usr.bin/dig/lib/isc/include/isc Update of /cvs/src/usr.bin/dig/lib/isc/include/isc In directory cvs.openbsd.org:/tmp/cvs-serv47271/lib/isc/include/isc Log Message: Directory /cvs/src/usr.bin/dig/lib/isc/include/isc added to the repository CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/07 02:55:42 src/usr.bin/dig/lib/isc/unix Update of /cvs/src/usr.bin/dig/lib/isc/unix In directory cvs.openbsd.org:/tmp/cvs-serv47271/lib/isc/unix Log Message: Directory /cvs/src/usr.bin/dig/lib/isc/unix added to the repository CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/07 02:55:42 src/usr.bin/dig/lib/isc/unix/include Update of /cvs/src/usr.bin/dig/lib/isc/unix/include In directory cvs.openbsd.org:/tmp/cvs-serv47271/lib/isc/unix/include Log Message: Directory /cvs/src/usr.bin/dig/lib/isc/unix/include added to the repository CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/07 02:55:42 src/usr.bin/dig/lib/isc/unix/include/isc Update of /cvs/src/usr.bin/dig/lib/isc/unix/include/isc In directory cvs.openbsd.org:/tmp/cvs-serv47271/lib/isc/unix/include/isc Log Message: Directory /cvs/src/usr.bin/dig/lib/isc/unix/include/isc added to the repository CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/07 02:55:42 src/usr.bin/dig/lib/isccfg Update of /cvs/src/usr.bin/dig/lib/isccfg In directory cvs.openbsd.org:/tmp/cvs-serv47271/lib/isccfg Log Message: Directory /cvs/src/usr.bin/dig/lib/isccfg added to the repository CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/07 02:55:42 src/usr.bin/dig/lib/isccfg/include Update of /cvs/src/usr.bin/dig/lib/isccfg/include In directory cvs.openbsd.org:/tmp/cvs-serv47271/lib/isccfg/include Log Message: Directory /cvs/src/usr.bin/dig/lib/isccfg/include added to the repository CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/07 02:55:42 src/usr.bin/dig/lib/isccfg/include/isccfg Update of /cvs/src/usr.bin/dig/lib/isccfg/include/isccfg In directory cvs.openbsd.org:/tmp/cvs-serv47271/lib/isccfg/include/isccfg Log Message: Directory /cvs/src/usr.bin/dig/lib/isccfg/include/isccfg added to the repository CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/07 02:55:42 src/usr.bin/dig/lib/lwres Update of /cvs/src/usr.bin/dig/lib/lwres In directory cvs.openbsd.org:/tmp/cvs-serv47271/lib/lwres Log Message: Directory /cvs/src/usr.bin/dig/lib/lwres added to the repository CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/07 02:55:43 src/usr.bin/dig/lib/lwres/include Update of /cvs/src/usr.bin/dig/lib/lwres/include In directory cvs.openbsd.org:/tmp/cvs-serv47271/lib/lwres/include Log Message: Directory /cvs/src/usr.bin/dig/lib/lwres/include added to the repository CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/07 02:55:43 src/usr.bin/dig/lib/lwres/include/lwres Update of /cvs/src/usr.bin/dig/lib/lwres/include/lwres In directory cvs.openbsd.org:/tmp/cvs-serv47271/lib/lwres/include/lwres Log Message: Directory /cvs/src/usr.bin/dig/lib/lwres/include/lwres added to the repository CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/07 02:58:54 Added files: usr.bin/dig : COPYRIGHT Makefile dig.1 dig.c dig.h dighost.c host.1 host.c nslookup.1 nslookup.c usr.bin/dig/lib/dns: Makefile.inc byaddr.c callbacks.c compress.c dns_log.c dns_result.c dns_time.c dst_api.c dst_internal.h dst_openssl.h dst_parse.c dst_parse.h dst_result.c gen.c hmac_link.c key.c lib.c masterdump.c message.c name.c openssl_link.c rcode.c rdata.c rdatalist.c rdatalist_p.h rdataset.c tsig.c ttl.c usr.bin/dig/lib/dns/include/dns: byaddr.h callbacks.h cert.h compress.h ds.h dsdigest.h fixedname.h keyflags.h keyvalues.h lib.h log.h masterdump.h message.h name.h opcode.h rcode.h rdata.h rdataclass.h rdatalist.h rdataset.h rdatatype.h result.h secalg.h secproto.h time.h tsig.h ttl.h types.h usr.bin/dig/lib/dns/include/dst: dst.h result.h usr.bin/dig/lib/dns/rdata: rdatastructpre.h rdatastructsuf.h usr.bin/dig/lib/dns/rdata/any_255: tsig_250.c tsig_250.h usr.bin/dig/lib/dns/rdata/ch_3: a_1.c a_1.h usr.bin/dig/lib/dns/rdata/generic: afsdb_18.c afsdb_18.h avc_258.c avc_258.h caa_257.c caa_257.h cdnskey_60.c cdnskey_60.h cds_59.c cds_59.h cert_37.c cert_37.h cname_5.c cname_5.h csync_62.c csync_62.h dlv_32769.c dlv_32769.h dname_39.c dname_39.h dnskey_48.c dnskey_48.h doa_259.c doa_259.h ds_43.c ds_43.h eui48_108.c eui48_108.h eui64_109.c eui64_109.h gpos_27.c gpos_27.h hinfo_13.c hinfo_13.h hip_55.c hip_55.h ipseckey_45.c ipseckey_45.h isdn_20.c isdn_20.h key_25.c key_25.h keydata_65533.c keydata_65533.h l32_105.c l32_105.h l64_106.c l64_106.h loc_29.c loc_29.h lp_107.c lp_107.h mb_7.c mb_7.h md_3.c md_3.h mf_4.c mf_4.h mg_8.c mg_8.h minfo_14.c minfo_14.h mr_9.c mr_9.h mx_15.c mx_15.h naptr_35.c naptr_35.h nid_104.c nid_104.h ninfo_56.c ninfo_56.h ns_2.c ns_2.h nsec3_50.c nsec3_50.h nsec3param_51.c nsec3param_51.h nsec_47.c nsec_47.h null_10.c null_10.h nxt_30.c nxt_30.h openpgpkey_61.c openpgpkey_61.h opt_41.c opt_41.h proforma.c proforma.h ptr_12.c ptr_12.h rkey_57.c rkey_57.h rp_17.c rp_17.h rrsig_46.c rrsig_46.h rt_21.c rt_21.h sig_24.c sig_24.h sink_40.c sink_40.h smimea_53.c smimea_53.h soa_6.c soa_6.h spf_99.c spf_99.h sshfp_44.c sshfp_44.h ta_32768.c ta_32768.h talink_58.c talink_58.h tkey_249.c tkey_249.h tlsa_52.c tlsa_52.h txt_16.c txt_16.h unspec_103.c unspec_103.h uri_256.c uri_256.h x25_19.c x25_19.h usr.bin/dig/lib/dns/rdata/hs_4: a_1.c a_1.h usr.bin/dig/lib/dns/rdata/in_1: a6_38.c a6_38.h a_1.c a_1.h aaaa_28.c aaaa_28.h apl_42.c apl_42.h dhcid_49.c dhcid_49.h kx_36.c kx_36.h nsap-ptr_23.c nsap-ptr_23.h nsap_22.c nsap_22.h px_26.c px_26.h srv_33.c srv_33.h wks_11.c wks_11.h usr.bin/dig/lib/isc: Makefile.inc app_api.c assertions.c base32.c base64.c buffer.c bufferlist.c error.c event.c hash.c heap.c hex.c hmacmd5.c hmacsha.c inet_aton.c lex.c log.c md5.c netaddr.c netscope.c parseint.c refcount.c regex.c region.c result.c safe.c serial.c sha1.c sha2.c sockaddr.c socket_api.c symtab.c task.c task_p.h timer.c timer_p.h usr.bin/dig/lib/isc/include/isc: app.h assertions.h base32.h base64.h boolean.h buffer.h bufferlist.h errno.h error.h event.h eventclass.h formatcheck.h hash.h heap.h hex.h hmacmd5.h hmacsha.h ipv6.h lang.h lex.h lib.h list.h log.h magic.h md5.h msgs.h netaddr.h netscope.h parseint.h refcount.h regex.h region.h result.h resultclass.h safe.h serial.h sha1.h sha2.h sockaddr.h socket.h stdio.h symtab.h task.h timer.h types.h util.h usr.bin/dig/lib/isc/unix: Makefile.inc app.c errno.c errno2result.c errno2result.h net.c socket.c socket_p.h stdio.c stdtime.c strerror.c time.c usr.bin/dig/lib/isc/unix/include/isc: net.h stdtime.h strerror.h time.h usr.bin/dig/lib/isccfg: Makefile.inc namedconf.c parser.c usr.bin/dig/lib/isccfg/include/isccfg: cfg.h grammar.h namedconf.h usr.bin/dig/lib/lwres: Makefile.inc lwconfig.c usr.bin/dig/lib/lwres/include/lwres: lwres.h result.h Log message: Move dig(1) and needed DNS libraries into it's own source directory in usr.bin/dig. From the beginning when we started to remove unneeded nameserver code, it was our goal to extract dig functionality from the bind sources, for everyone's benefit as this is easier to reason about. In total we removed about 2/3 or over 300.000 lines of code. We kept the lib/ subdirectory layout but moved the content of bin/ to the top from the old bind source directory. Previous sources and history can be found in the src/usr.sbin/bind Attic. With & OK deraadt Proposed directory layout sounds good to sthen CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/07 03:19:50 Modified files: usr.bin : Makefile usr.sbin : Makefile Log message: Unhook usr.sbin/bind from the build and hook up new dig source directory (usr.bin/dig). CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2020/02/07 04:00:20 Modified files: devel/leatherman: Makefile distinfo Log message: update 1.9.1 -> 1.10.0 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2020/02/07 04:00:56 Modified files: sysutils/facter: Makefile distinfo Log message: Update 3.14.6 -> 3.14.7 CVSROOT: /cvs Module name: ports Changes by: feinerer@cvs.openbsd.org 2020/02/07 04:31:55 Modified files: www/buku : Makefile distinfo www/buku/pkg : PLIST Log message: Update to buku 4.3 CVSROOT: /cvs Module name: ports Changes by: feinerer@cvs.openbsd.org 2020/02/07 04:42:09 Modified files: sysutils/ioping: Makefile distinfo Log message: Update to ioping 1.2 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/07 05:06:32 Modified files: audio/p5-Ogg-Vorbis-Header: Makefile distinfo audio/p5-Ogg-Vorbis-Header/pkg: PLIST Added files: audio/p5-Ogg-Vorbis-Header/patches: patch-lib_Ogg_Vorbis_Header_pm Removed files: audio/p5-Ogg-Vorbis-Header/patches: patch-Header_pm Log message: Update to p5-Ogg-Vorbis-Header-0.10. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2020/02/07 05:31:37 Modified files: databases/puppetdb5: Makefile distinfo Log message: Update 5.2.11 -> 5.2.12 CVSROOT: /cvs Module name: ports Changes by: feinerer@cvs.openbsd.org 2020/02/07 05:36:26 Modified files: math/maxima : Makefile distinfo math/maxima/pkg: PLIST Log message: Update to Maxima 5.43.2 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2020/02/07 05:52:51 Modified files: databases/ruby-hiera-eyaml: Makefile distinfo Log message: update 3.1.1 -> 3.2.0 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2020/02/07 06:01:34 Modified files: sbin/ipsecctl : ipsec.conf.5 ipsecctl.h parse.y pfkey.c Log message: Extend the ipsecctl(8) parser to set the udpencap flag and port number of an SA. This will be useful to test IPsec with NAT-T. OK sthen@ tobhe@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/02/07 06:02:19 Modified files: devel/cbindgen : Makefile distinfo Log message: Update to cbingen 0.13.0, required to build m-c since #1612092 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/07 06:04:46 Modified files: audio/py-acoustid: Makefile distinfo audio/py-acoustid/pkg: PLIST Log message: Update to py-acoustid-1.1.7. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2020/02/07 06:08:02 Modified files: databases/py-puppetdb: Makefile distinfo Log message: Update 1.2.0 -> 2.0.0 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2020/02/07 06:08:47 Modified files: www/puppetboard: Makefile distinfo Log message: Update 1.1.0 -> 2.0.0 CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/02/07 06:31:47 Modified files: sys/dev/ic : adw.c adwlib.h Log message: Nuke softc field 'sc_adapter" and just point sc_link's at shiney new 'adw_switch' like all the cool kids do. CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/02/07 06:35:08 Modified files: sys/dev/isa : fd.c Log message: fd(4): timeout_add(9) -> timeout_add_msec(9), tsleep(9) -> tsleep_nsec(9) With input from miod@. No complaints on tech@ after a month. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/07 07:34:15 Modified files: usr.sbin/acme-client: extern.h main.c Log message: Do not define variables in extern.h since this will lead to duplicate definitions in every source file that includes extern.h. From Michael Forney (mforney AT mforney DOT org), thanks! OK jca CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/07 08:26:15 Modified files: distrib/sets/lists/base: mi Log message: sync; go for it deraadt@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/07 09:57:04 Log message: import security/cfssl, from Karlis Mikelsons with tweaks, ok'd a while ago by abieber@ CFSSL is CloudFlare's PKI/TLS swiss army knife. It is both a command line tool and an HTTP API server for signing, verifying, and bundling TLS certificates. Status: Vendor Tag: sthen Release Tags: sthen_20200207 N ports/security/cfssl/Makefile N ports/security/cfssl/distinfo N ports/security/cfssl/pkg/DESCR N ports/security/cfssl/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/07 09:57:26 Modified files: security : Makefile Log message: +cfssl CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2020/02/07 11:53:41 Modified files: app/cwm : client.c Log message: Allow the 'empty' group clients to be window-{h,v}tile'd. Behaviour (or lack there of) noticed by Raf Czlonka. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/07 13:53:14 Modified files: devel/py-sip : Makefile Log message: more capslock in the warning comment, maybe it will make it easier to see CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2020/02/07 14:39:42 Modified files: www/varnish : Makefile distinfo www/varnish/pkg: PLIST Log message: Update to varnish 6.3.2 Fixes an assert possibly being triggered through a TLS proxy over PROXY 2, causing varnish to restart and its cache to be flushed. No potential for remote code execution or data leaks. http://varnish-cache.org/security/VSV00005.html#vsv00005 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/02/07 15:10:23 Modified files: devel/py-sip : Makefile distinfo devel/py-sip/patches: patch-configure_py Log message: Revert update of py-sip, which caused breakage in x11/py-qt5 Issue found by sthen@ OK sthen@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/02/07 15:16:20 Modified files: x11/kde4/py-kde: Makefile x11/py-qt5 : Makefile geo/qgis : Makefile Log message: Update dependecy on py-sip version and bump CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/02/07 18:09:58 Modified files: lib/libc/gen : nlist.3 sleep.3 lib/libc/stdlib: qsort.3 lib/libc/sys : intro.2 kill.2 lib/libm/man : hypot.3 sqrt.3 libexec/getty : getty.8 ttys.5 share/man/man1 : intro.1 usr.bin/col : col.1 usr.bin/cu : cu.1 usr.bin/diff : diff.1 usr.bin/login : login.1 usr.bin/mandoc : man.1 usr.bin/nice : nice.1 usr.bin/nm : size.1 usr.bin/spell : spell.1 usr.bin/wall : wall.1 usr.sbin/lpr/lpd: lpd.8 usr.sbin/lpr/lpr: lpr.1 usr.sbin/pstat : pstat.8 Log message: correct Research Unix edition "appeared in" use in HISTORY Starting from "Combined Table of Contents" in Doug McIlroy's "A Research UNIX Reader" a table of which edition manuals appeared in. Checked against manuals from bitsavers/TUHS and source from TUHS where available. Ingo points out there are cases where something is included but not documented until a later release. bcd(6) v6 v7 printf(3) v2 v4 abort(3) v5 v6 system(3) v6 v7 fmod(3) v5 v6 ok schwarze@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/02/07 18:25:10 Modified files: sbin/ncheck_ffs: ncheck_ffs.8 Log message: ncheck was in v6 tweaks from and ok schwarze@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/02/07 18:38:48 Modified files: usr.sbin/sa : sa.8 Log message: sa was in v5 tweaks from and ok schwarze@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/02/07 18:42:57 Modified files: converters/p5-Cpanel-JSON-XS: Makefile distinfo Log message: update p5-Cpanel-JSON-XS to 4.19 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/02/07 18:43:22 Modified files: usr.sbin/ac : ac.8 Log message: correct history ac was in v5 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/02/07 21:35:56 Modified files: games/stockfish: Makefile distinfo Added files: games/stockfish/patches: patch-src_Makefile Removed files: games/stockfish/patches: patch-Makefile Log message: Update to stockfish-11 Release notes: https://github.com/official-stockfish/Stockfish/commit/c3483fa9a7d7c0ffa9fcc32b467ca844cfb63790 ok cwen@ CVSROOT: /cvs Module name: www Changes by: florian@cvs.openbsd.org 2020/02/08 03:19:11 Modified files: faq : current.html Log message: dig et al moved to /usr/bin. CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/02/08 03:26:32 Modified files: cad/qrouter : Makefile cad/qrouter/patches: patch-qrouter_h Log message: qrouter: fix the build with base-gcc The last update removed some includes needed to build qrouter with base-gcc, provide a different fix that requires less patches, and apply it to all compilers like it used to be (hints by sthen@). OK sthen@, kmos@ and Alessandro De Laurenzis (maintainer) on gcc-only fix CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/02/08 03:36:01 Modified files: security/opensc: Makefile security/opensc/patches: patch-configure_ac Log message: opensc: fix the build on gcc archs by overriding `-Werror' Backported from a pull request made to upstream, allowing port supplied flags to be on top priority. Safety REVISION bump advised by kn@. OK kn@ kmos@ CVSROOT: /cvs Module name: ports Changes by: florian@cvs.openbsd.org 2020/02/08 03:53:08 Modified files: net/monitoring-plugins: Makefile Log message: dig and nslookup moved to /usr/bin OK sthen CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/02/08 04:04:15 Modified files: games/taisei : Makefile distinfo games/taisei/pkg: PLIST Added files: games/taisei/patches: patch-scripts_taiseilib_version_py Removed files: games/taisei/patches: patch-src_boss_h patch-src_enemy_h patch-src_item_c patch-src_item_h patch-src_laser_h patch-src_menu_replayview_c patch-src_player_h patch-src_projectile_h patch-src_stages_stage1_c patch-src_stageutils_h Log message: taisei: update to 1.3.1 Changelog: https://github.com/taisei-project/taisei/releases The game now requires OpenGL>=3.3 and will be only available on archs that are known to support modern video cards (aarch64, amd64, i386). There are currently known issues with amdgpu(4). OK solene@ on a previous diff, who found out that the build system calls git(1), this has been disabled, thanks a lot! OK benoit@ (on the diff that disables git calls) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/08 04:15:23 Modified files: sysutils/terraform/provider-alicloud: Makefile distinfo sysutils/terraform/provider-aws: Makefile distinfo sysutils/terraform/provider-azurerm: Makefile distinfo sysutils/terraform/provider-circonus: Makefile distinfo sysutils/terraform/provider-digitalocean: Makefile distinfo sysutils/terraform/provider-github: Makefile distinfo sysutils/terraform/provider-google: Makefile distinfo sysutils/terraform/provider-newrelic: Makefile distinfo sysutils/terraform/provider-nomad: Makefile distinfo sysutils/terraform/provider-ns1: Makefile distinfo sysutils/terraform/provider-opsgenie: Makefile distinfo sysutils/terraform/provider-pagerduty: Makefile distinfo sysutils/terraform/provider-vault: Makefile distinfo sysutils/terraform/provider-vsphere: Makefile distinfo Log message: Update terraform providers. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/08 04:35:07 Modified files: sysutils/nomad : Makefile distinfo Log message: Update to nomad-0.10.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/08 04:36:14 Modified files: sysutils/consul: Makefile distinfo Log message: Update to consul-1.6.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/08 04:37:21 Modified files: misc/hwdata : Makefile distinfo Log message: Update to hwdata-0.332. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/08 04:38:26 Modified files: misc/osinfo/osinfo-db: Makefile distinfo misc/osinfo/osinfo-db/pkg: PLIST Log message: Update to osinfo-db-20200203. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/08 04:44:38 Modified files: devel/glib2 : Tag: OPENBSD_6_6 Makefile distinfo Log message: Fix for CVE-2020-6750. It was discovered that GLib's GSocketClient, since GLib 2.60, will sporadically ignore its configured proxy settings and improperly connect directly to the target server, bypassing the configured proxy server: https://gitlab.gnome.org/GNOME/glib/issues/1989 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/08 04:45:03 Modified files: devel/glib2 : Makefile distinfo Log message: SECURITY fix for CVE-2020-6750. It was discovered that GLib's GSocketClient, since GLib 2.60, will sporadically ignore its configured proxy settings and improperly connect directly to the target server, bypassing the configured proxy server: https://gitlab.gnome.org/GNOME/glib/issues/1989 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/08 04:49:24 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py-botocore-1.14.13. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/08 04:49:39 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py-boto3-1.11.13. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/08 04:49:51 Modified files: net/py-s3transfer: Makefile distinfo Log message: Update to py-s3transfer-0.3.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/08 04:50:12 Modified files: sysutils/awscli: Makefile distinfo sysutils/awscli/pkg: PLIST Log message: Update to awscli-1.17.13. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/08 04:53:40 Modified files: security/libtasn1: Makefile distinfo security/libtasn1/pkg: PLIST Log message: Update to libtasn1-4.16.0. CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2020/02/08 04:58:39 Modified files: sys/arch/amd64/amd64: vmm.c Log message: remove erroneous line in comment for vm_get_info() from mlarkin CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/08 05:04:25 Modified files: sysutils/amazon-ssm-agent: Makefile distinfo Log message: Update to amazon-ssm-agent-2.3.842.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/08 05:05:50 Modified files: security/p11-kit: Makefile distinfo Log message: Update to p11-kit-0.23.20. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/08 05:06:58 Modified files: security/gnutls: Makefile distinfo security/gnutls/pkg: PLIST Log message: Update to gnutls-3.6.12. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/08 05:07:26 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-279.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/08 05:12:46 Modified files: devel/py-colorama: Makefile distinfo Log message: Update to py-colorama-0.4.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/08 05:13:56 Modified files: sysutils/awscli: Makefile Log message: Bump supported py-colorama version. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/08 05:16:37 Modified files: security/libgpg-error: Makefile distinfo security/libgpg-error/pkg: PLIST Log message: Update to libgpg-error-1.37. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/08 05:17:31 Modified files: net/py-pf : Makefile distinfo Added files: net/py-pf/patches: patch-pf_tests_test_filter_py Log message: patch to cope with /usr/sbin/nslookup moving fix GH_* foo, plus distfile was regenerated at github so set a temporary alternative DISTFILES name CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/08 05:19:19 Modified files: net/smokeping : Makefile Removed files: net/smokeping/patches: patch-lib_Smokeping_probes_DNS_pm Log message: remove patch that was needed to cope with old nonstandard OpenBSD location for dig CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/08 05:35:20 Modified files: net/arouteserver: Makefile distinfo net/arouteserver/pkg: PLIST Log message: update to arouteserver 0.24.0 note, this adds "never via route-servers" ASN filtering (based on PeeringDB attributes) which is on by default CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/08 05:36:28 Modified files: mail/rcube-contextmenu: Makefile distinfo mail/rcube-contextmenu/pkg: PLIST Log message: update to rcube-contextmenu 3.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/08 05:38:01 Modified files: multimedia/get_iplayer: Makefile distinfo Log message: update to get_iplayer 3.25 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/08 05:39:59 Modified files: net/nagios/check_postgres: Makefile distinfo net/nagios/check_postgres/patches: patch-check_postgres_pl Log message: update to check_postgres-2.25.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/08 05:52:17 Modified files: net/lldpd : Makefile distinfo net/lldpd/pkg : PLIST Log message: update to lldpd-1.0.5 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/02/08 06:10:01 Modified files: net/py-eapi : Makefile www/qutebrowser: Makefile Log message: drop maintainer CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/02/08 06:14:45 Modified files: lang/elixir : Makefile distinfo lang/elixir/patches: patch-bin_elixir lang/elixir/pkg: PLIST Log message: update to elixir-1.10.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/02/08 06:17:06 Modified files: net/wireguard-tools: Makefile distinfo Log message: update to wireguard-tools-1.0.20200206 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/02/08 06:35:39 Modified files: net/wireguard-go: Makefile distinfo Log message: update to wireguard-go-0.0.20200121 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/08 06:35:52 Modified files: graphics/sane-backends: Makefile distinfo graphics/sane-backends/patches: patch-backend_Makefile_in patch-backend_dll_c patch-backend_dll_conf_in patch-backend_ricoh2_buffer_c patch-backend_sm3600-scanusb_c patch-configure patch-frontend_scanimage_c graphics/sane-backends/pkg: PLIST Added files: graphics/sane-backends/patches: patch-backend_genesys_low_cpp patch-backend_plustek_c Removed files: graphics/sane-backends/patches: patch-backend_genesys_low_cc Log message: Update to sane-backends-1.0.29. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/02/08 06:48:17 Modified files: x11/xkbcommon : Makefile distinfo Added files: x11/xkbcommon/patches: patch-src_xkbcomp_parser_y Log message: update to libxkbcommon-0.10.0 CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2020/02/08 07:06:49 Modified files: devel/cargo : cargo.port.mk Log message: devel/cargo: make modcargo-gen-crates-licenses to use the new format for Cargo.lock CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/02/08 07:26:36 Modified files: audio/mscore : Makefile distinfo Log message: Update to musescore-3.4.2 Release notes: https://musescore.org/en/handbook/developers-handbook/release-notes/release-notes-musescore-3x/release-notes-musescore-34x-4 CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/02/08 07:52:07 Modified files: sys/kern : tty.c Log message: Replace ttkqflush() with klist_invalidate() to handle knote list invalidation in one place. Store struct tty pointer in kn_hook directly to simplify the code. OK mpi@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/08 08:11:19 Modified files: net/ntopng : Makefile distinfo net/ntopng/patches: patch-include_ntop_defines_h patch-nDPI_src_lib_Makefile_in patch-src_HTTPserver_cpp patch-src_LuaEngine_cpp patch-src_NetworkInterface_cpp Added files: net/ntopng/patches: patch-nDPI_Makefile_am Log message: update to ntopng-3.8.1 with nDPI 3.0 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/02/08 08:31:55 Modified files: lang/apl : Makefile distinfo lang/apl/patches: patch-doc_Makefile_in patch-gnu-apl_d_preferences_in patch-src_buildtag patch-src_emacs_mode_TcpListener_cc lang/apl/pkg : PLIST Added files: lang/apl/patches: patch-src_Common_hh patch-src_Output_cc patch-src_Performance_def patch-src_Quad_GTK_cc patch-src_Workspace_cc patch-src_static_Objects_cc Removed files: lang/apl/patches: patch-configure patch-src_Common_cc Log message: Update to apl-1.8 Testing from John -- Thanks! CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2020/02/08 08:35:55 Modified files: shells/fish : Makefile shells/fish/pkg: PLIST Added files: shells/fish/patches: patch-share_completions_vmctl_fish patch-share_tools_web_config_webconfig_py Log message: Fix 'fish_config' so that it works with unveil'd browsers. Also fix vmctl completion. All patches are upstreamed and will be included in the next fish release. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/02/08 09:30:09 Modified files: net/amule : Makefile Log message: Disable GeoIP lookups and remove dependency on net/GeoIP. aMule still uses net/GeoIP for doing GeoIP lookups. As the functionality isn't really useful with outdated databases, disable it and remove the dependency. CVSROOT: /cvs Module name: ports Changes by: florian@cvs.openbsd.org 2020/02/08 09:35:25 Modified files: net/monitoring-plugins: Makefile Log message: oops, correctly bump revision CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/02/08 09:41:25 Modified files: bin/ps : ps.1 Log message: Make HISTORY more concise: historical section numbers are irrelevant. Fluff noticed by jsg@. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/02/08 10:25:25 Modified files: sbin/ncheck_ffs: ncheck_ffs.8 Log message: minor formatting tweak: remove incorrect .Ar and garbage collect .Tn CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/08 11:56:20 Modified files: devel/cargo : cargo.port.mk Log message: cope with missing detection of licenses in modcargo-gen-crates-licenses; print a "XXX missing license" comment rather than missing a newline and appending what should be the next line after the #. with/ok semarie CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/02/08 12:08:17 Modified files: sys/dev/acpi : acpivideo.c acpivout.c Log message: On the Lenovo X395 acpivout(4) does not attach since there is no _BQC method. But we need it to attach, since it provides the events for the brightness keys. Thus, make acpivout(4) attach enough to register the event handler, but return early so that it doesn't register itself as ws_[gs]et_param. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/02/08 14:46:08 Modified files: converters/p5-JSON-XS: Makefile distinfo converters/p5-JSON-XS/pkg: PLIST Log message: p5-JSON-XS: update to 4.02 Changelog: https://metacpan.org/changes/distribution/JSON-XS This update enables allow_nonref by default for compatibility with RFC 7159 and newer, this has security implications, see: https://metacpan.org/pod/release/MLEHMANN/JSON-XS-4.02/XS.pm#SECURITY-CONSIDERATIONS OK bluhm@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/02/08 14:49:55 Modified files: converters/p5-JSON: Makefile distinfo Log message: p5-JSON: update to 4.02 Changelog: https://metacpan.org/changes/distribution/JSON OK bluhm@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/02/08 15:29:45 Modified files: audio/ncspot : Makefile distinfo audio/ncspot/patches: patch-Cargo_toml Added files: audio/ncspot/patches: patch-modcargo-crates_openssl-sys-0_9_54_build_main_rs Removed files: audio/ncspot/patches: patch-modcargo-crates_openssl-sys-0_9_53_build_main_rs Log message: Update to ncspot-0.1.2 From Henrik Friedrichsen (maintainer). Thank you! CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/02/08 17:11:23 Modified files: share/man/man7 : environ.7 Log message: environ(5) was in v7 ok schwarze@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/02/08 17:21:01 Modified files: bin/kill : kill.1 Log message: drop historical section number as was done in ps CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2020/02/08 18:45:05 Log message: Import ogvt aka OpenBSD Gnupg-signature Verification Tool. OK kn@ Status: Vendor Tag: abieber Release Tags: abieber_20200208 N ports/security/ogvt/Makefile N ports/security/ogvt/distinfo N ports/security/ogvt/pkg/DESCR N ports/security/ogvt/pkg/PLIST N ports/security/ogvt/files/pubkey No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2020/02/08 18:45:56 Modified files: security : Makefile Log message: +ogvt CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/02/08 19:32:43 Modified files: lib/libc/sys : getlogin.2 Log message: A getlogin() function which used utmp(5) appeared in v7. This was replaced by a getlogin() system call which Ingo discovered we incorrectly list as being 4.2BSD when it was introduced in 4.3BSD Reno. ok schwarze@ CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2020/02/08 23:14:21 Modified files: devel/llvm : Makefile Added files: devel/llvm/patches: patch-lib_CodeGen_AtomicExpandPass_cpp Log message: devel/llvm: Fix a crash bug when lowering unordered loads to cmpxchg backport of https://github.com/llvm/llvm-project/commit/2153c4b8281c1e5f25887ef9183947198c50a9d2 needs for upcoming lang/rust 1.41.0 which trigger the bug on i386 ok jca@ CVSROOT: /cvs Module name: ports Changes by: florian@cvs.openbsd.org 2020/02/09 02:38:45 Modified files: databases/postgresql: Makefile databases/postgresql/pkg: README-server Log message: Add "cd /var/postgresql" to upgrade instructions so that pg_dumpall and initdb work even if the current working directory is not accessible by the _postgresql user. OK kn, jeremy, pea CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/09 02:44:04 Modified files: usr.sbin/httpd : httpd.conf.5 httpd.h parse.y server_fcgi.c Log message: Implement "strip" option for fastcgi to be able to have multiple chroots under /var/www for FastCGI servers. From Nazar Zhuk (nazar AT zhuk DOT online), thanks! Ok benno CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/09 03:13:13 Modified files: usr.bin/mg : def.h kbd.c tty.c Log message: Do not define variables in def.h since this will lead to duplicate definitions in every source file that includes def.h Found by gcc10 in portable in gentoo and fedora. Patch from Ulrich Mueller (ulm AT gentoo.org) via Han Boetes, thanks! Ok tb CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/09 06:28:00 Modified files: archivers/deutex: Makefile distinfo Log message: Update to deutex-5.2.1. CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/02/09 07:09:08 Modified files: sys/kern : kern_event.c Log message: Zero struct knote on allocation. This makes the code less prone to errors. OK deraadt@, cheloha@, anton@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/02/09 07:21:26 Modified files: usr.sbin/bgpd : bgpd.conf.5 Log message: mention /etc/examples/bgpd.conf; tweak and OK jmc@, OK benno@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2020/02/09 07:59:21 Modified files: libexec/lockspool: lockspool.c libexec/mail.local: locking.c mail.local.c mail.local.h Log message: Use sysexits.h exit values to distinguish between tempfail and permfail. Unix MTAs use the exit value of the MDA (here mail.local) to determine whether or not a failure to deliver mail should be considered to be a temporary or permanent failure. OK semarie@ beck@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/02/09 08:31:02 Modified files: archivers/fuse-zip: Makefile distinfo Log message: Update to fuse-zip-0.6.2 Changelog: https://bitbucket.org/agalanin/fuse-zip/src/d59ec91ee142f76a1b6e7dd4e32d7f399a0a5a33/changelog?at=default OK benoit@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/02/09 09:36:02 Modified files: share/man/man8 : afterboot.8 Log message: mention /etc/examples, some input by deraadt@ okay schwarze@, beno@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/02/09 09:57:47 Log message: Import converters/bdf2sfd. bdf2sfd is a BDF to SFD converter, allowing to vectorize bitmap fonts. It works by converting each pixel of a glyph to a polygon, which produces large and unoptimized SFD files that should be post-processed using FontForge. OK benoit@ Status: Vendor Tag: fcambus Release Tags: fcambus_20200209 N ports/converters/bdf2sfd/Makefile N ports/converters/bdf2sfd/distinfo N ports/converters/bdf2sfd/pkg/PLIST N ports/converters/bdf2sfd/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/02/09 09:58:37 Modified files: converters : Makefile Log message: Add bdf2sfd. CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2020/02/09 11:01:05 Modified files: security/ogvt : Makefile distinfo security/ogvt/pkg: PLIST Removed files: security/ogvt/files: pubkey Log message: Bump ogvt to v1.0.1 - remove bits from my "testing" version (pubkey, SIGFILES, .asc ref in distinfo) - whack DISTFILES (left over from initial hosting of tarball at sr.ht) - add man page CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2020/02/09 11:43:18 Log message: Import math/py-cftime, a Python library for decoding time units and variable values in a netCDF file conforming to the Climate and Forecasting (CF) netCDF conventions. OK benoit@ earlier versions input by sthen@ and kmos@ Status: Vendor Tag: martin Release Tags: martin_20200209 N ports/math/py-cftime/Makefile N ports/math/py-cftime/distinfo N ports/math/py-cftime/pkg/PLIST N ports/math/py-cftime/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2020/02/09 11:45:25 Log message: Import math/py-netcdf4, a Python interface to the netCDF C library. OK benoit@ earlier version input by sthen@ and kmos@ Status: Vendor Tag: martin Release Tags: martin_20200209 N ports/math/py-netcdf4/Makefile N ports/math/py-netcdf4/distinfo N ports/math/py-netcdf4/pkg/DESCR N ports/math/py-netcdf4/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2020/02/09 11:48:29 Modified files: math : Makefile Log message: Add py-cftime and py-netcdf4. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2020/02/09 12:15:25 Modified files: lang/ghc : Makefile Removed files: lang/ghc/patches: patch-libraries_base_GHC_IO_Encoding_hs patch-libraries_base_System_IO_hs patch-libraries_base_cbits_PrelIOUtils_c Log message: Remove the old HS_ENCODING hack. From Greg Steuck. Thanks! CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/02/09 12:53:32 Modified files: audio/p5-MusicBrainz-DiscID: Makefile distinfo Log message: audio/p5-MusicBrainz-DiscID: update to 0.06 Changelog: https://metacpan.org/changes/distribution/MusicBrainz-DiscID OK benoit@ CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2020/02/09 12:58:17 Modified files: usr.bin/aucat : afile.h Log message: Rename WAV_H "include guard" macro of afile.h to AFILE_H. Fix from Jan Stary , thanks. CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/02/09 13:33:40 Modified files: graphics/sane-backends: Makefile graphics/sane-backends/patches: patch-backend_genesys_low_cpp Log message: sane-backends: fix the build on big endian archs There was an undeclared variable issue (from upstream bug tracker) OK aja@ (maintainer), jca@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/09 13:38:53 Modified files: devel/libgee : Makefile distinfo devel/libgee/pkg: PLIST Log message: Update to libgee-0.20.3. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/02/09 13:39:33 Modified files: net/p5-Net-DNS-SEC: Makefile distinfo net/p5-Net-DNS-SEC/pkg: PLIST Log message: update p5-Net-DNS-SEC to 1.15 CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/02/09 14:55:04 Modified files: mail/mblaze : Makefile distinfo Log message: Update to mblaze-0.6 diff from new maintainer Lucas thanks! CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/02/09 15:28:11 Log message: import p5-MooseX-Attribute-Chained 1.0.3 OK afresh1@ cwen@ Comment: attribute that returns the instance to allow for chaining Description: MooseX::Attribute::Chained is a Moose Trait which allows for method chaining on accessors by returning $self on write/set operations. Status: Vendor Tag: bluhm Release Tags: bluhm_20200209 N ports/devel/p5-MooseX-Attribute-Chained/Makefile N ports/devel/p5-MooseX-Attribute-Chained/distinfo N ports/devel/p5-MooseX-Attribute-Chained/pkg/DESCR N ports/devel/p5-MooseX-Attribute-Chained/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/02/09 15:30:18 Modified files: devel : Makefile Log message: +p5-MooseX-Attribute-Chained CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/02/09 15:58:49 Modified files: devel/p5-Modern-Perl: Makefile distinfo devel/p5-Modern-Perl/pkg: PLIST Log message: update p5-Modern-Perl to 1.20200201 from wen heping; OK afresh1@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/02/09 16:13:55 Modified files: www/p5-HTTP-Entity-Parser: Makefile distinfo Log message: update p5-HTTP-Entity-Parser to 0.22 from wen heping CVSROOT: /cvs Module name: ports Changes by: pamela@cvs.openbsd.org 2020/02/09 16:26:03 ports/devel/py-unittest2/patches Update of /cvs/ports/devel/py-unittest2/patches In directory cvs.openbsd.org:/tmp/cvs-serv61455/patches Log Message: Directory /cvs/ports/devel/py-unittest2/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: pamela@cvs.openbsd.org 2020/02/09 16:29:56 Modified files: devel/py-unittest2: Makefile distinfo devel/py-unittest2/pkg: PLIST Added files: devel/py-unittest2/patches: patch-setup_py Log message: Update py-unittest2 to 1.1.0. Switched to pytest, added homepage and removed maintainer per request. OK bket on a previous version, OK phessler CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/02/09 16:35:57 Log message: import p5-Test2-Tools-Explain 0.02 from wen heping; OK afresh1@ Comment: explain tools for Perl's Test2 framework Description: Test2::Suite dropped the explain() function that had been part of Test::More. For those who miss it in Test2, you can use Test2::Tools::Explain. Status: Vendor Tag: bluhm Release Tags: bluhm_20200210 N ports/devel/p5-Test2-Tools-Explain/Makefile N ports/devel/p5-Test2-Tools-Explain/distinfo N ports/devel/p5-Test2-Tools-Explain/pkg/DESCR N ports/devel/p5-Test2-Tools-Explain/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/02/09 16:38:24 Modified files: devel : Makefile Log message: +p5-Test2-Tools-Explain CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/02/09 16:44:00 Log message: import p5-XString 0.002 from wen heping; OK afresh1@ Comment: isolated String helpers from B Description: XString provides the B string helpers in one isolated package. Right now only cstring and perlstring are available. Status: Vendor Tag: bluhm Release Tags: bluhm_20200210 N ports/textproc/p5-XString/Makefile N ports/textproc/p5-XString/distinfo N ports/textproc/p5-XString/pkg/DESCR N ports/textproc/p5-XString/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/02/09 16:46:10 Modified files: textproc : Makefile Log message: +p5-XString CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/02/09 17:18:23 Modified files: devel/p5-Specio: Makefile distinfo devel/p5-Specio/pkg: PLIST Log message: update p5-Specio to 0.45 from wen heping; OK afresh1@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/02/09 17:32:06 Modified files: devel/p5-MCE : Makefile distinfo devel/p5-MCE/pkg: PLIST Log message: update p5-MCE to 1.865 from wen heping; OK cwen@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/02/09 17:57:06 Modified files: www/p5-CGI-Compile: Makefile distinfo Log message: update p5-CGI-Compile to 0.23 from wen heping CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/02/09 18:27:27 Log message: import p5-Plack-App-URLMux 0.08 from Mikolaj Kucharski; OK afresh1@ benoit@ Comment: map multiple applications in defferent url path Description: Plack::App::URLMux is a PSGI application that can dispatch multiple applications based on URL path and host names (a.k.a "virtual hosting") and takes care of rewriting SCRIPT_NAME and PATH_INFO. This module is based on Plack::App::URLMap module but optimizied to handle a lot of urls and has additional rules for parameterized URL and add additional parameteres provided to application at mapping URL. Status: Vendor Tag: bluhm Release Tags: bluhm_20200210 N ports/www/p5-Plack-App-URLMux/Makefile N ports/www/p5-Plack-App-URLMux/distinfo N ports/www/p5-Plack-App-URLMux/pkg/DESCR N ports/www/p5-Plack-App-URLMux/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/02/09 18:29:05 Modified files: www : Makefile Log message: +p5-Plack-App-URLMux CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/02/09 18:41:19 Modified files: devel/p5-Module-ScanDeps: Makefile distinfo Log message: update p5-Module-ScanDeps to 1.27 from wen heping; OK afresh1@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/02/09 19:06:17 Log message: import p5-TOML-Parser 0.91 from wen heping; OK afresh1@ Comment: simple toml parser Description: TOML::Parser is a simple toml parser. Status: Vendor Tag: bluhm Release Tags: bluhm_20200210 N ports/devel/p5-TOML-Parser/Makefile N ports/devel/p5-TOML-Parser/distinfo N ports/devel/p5-TOML-Parser/pkg/DESCR N ports/devel/p5-TOML-Parser/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/02/09 19:13:16 Log message: import p5-TOML 0.97 from wen heping; OK afresh1@ Comment: parser for Tom's Obvious, Minimal Language Description: TOML implements a parser for Tom's Obvious, Minimal Language. Status: Vendor Tag: bluhm Release Tags: bluhm_20200210 N ports/devel/p5-TOML/Makefile N ports/devel/p5-TOML/distinfo N ports/devel/p5-TOML/pkg/DESCR N ports/devel/p5-TOML/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/02/09 19:15:41 Modified files: devel : Makefile Log message: +p5-TOML +p5-TOML-Parser CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/02/09 20:08:58 Modified files: sys/arch/i386/i386: cpu.c sys/arch/amd64/amd64: cpu.c Log message: When attempting to disabe TSX avoid uninitialised var use for Intel cpus with cpuid_level < 7. Problem reported by Anthony Steinhauser. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/02/09 22:56:59 Modified files: net/profanity : Makefile distinfo net/profanity/pkg: PLIST Log message: Update profanity to 0.8.1 Diff and tested by Lucas CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2020/02/10 01:17:42 Modified files: audio/qsynth : Makefile distinfo audio/qsynth/pkg: PLIST Log message: Update 0.6.0 -> 0.6.1 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2020/02/10 01:21:05 Modified files: security/hcxtools: Makefile distinfo security/hcxtools/pkg: PLIST Log message: Update 5.2.2 -> 5.3.0 CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/02/10 02:12:48 Modified files: www/p5-HTML-Scrubber: Makefile distinfo Log message: p5-HTML-Scrubber: update to 0.19 Changelog: https://metacpan.org/changes/distribution/HTML-Scrubber From Wen Heping, with some tweaks from me. OK bluhm@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/10 02:14:51 Modified files: audio/fdk-aac : Makefile distinfo audio/fdk-aac/pkg: PLIST Log message: Update to fdk-aac-0.1.6. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2020/02/10 02:19:04 Modified files: net/ruby-msgpack: Makefile distinfo Log message: update 1.3.1 -> 1.3.3 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/10 03:20:29 Modified files: audio/gradio : Makefile distinfo audio/gradio/pkg: PLIST Log message: Update to gradio-7.3. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2020/02/10 03:44:26 Modified files: misc/spdrs60 : Makefile distinfo Log message: update 0.6.3 -> 0.6.4 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/10 03:47:24 Modified files: cad/xnecview : Makefile distinfo cad/xnecview/patches: patch-draw_c patch-xwin_c Log message: Update to xnecview-1.37. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/02/10 05:41:34 Modified files: sys/dev/fdt : rkclock.c rkclock_clocks.h Log message: Add support for the RK3399's VOP clocks to rkclock(4). The main VOP DCLK clocks either have a normal divisor as a parent or some fractional one. The clock referred in the device tree to set the frequency on is the mux itself, which has no divisor. To To be able to set the frequency, we need to allow setting it on the parent anyway. Thus move the divisor mask check to a later point, so even though we have no divisor, we can still tell the parent to adjust itself. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/02/10 06:18:22 Modified files: bin/chio : chio.conf.5 sbin/dhclient : dhclient.conf.5 sbin/iked : iked.conf.5 sbin/ipsecctl : ipsec.conf.5 sbin/mountd : exports.5 share/man/man5 : mixerctl.conf.5 pf.conf.5 printcap.5 remote.5 sysctl.conf.5 wsconsctl.conf.5 share/man/man8 : rc.8 usr.bin/doas : doas.conf.5 usr.bin/mandoc : man.conf.5 usr.sbin/acme-client: acme-client.conf.5 usr.sbin/dvmrpd: dvmrpd.conf.5 usr.sbin/eigrpd: eigrpd.conf.5 usr.sbin/hostapd: hostapd.conf.5 usr.sbin/ifstated: ifstated.conf.5 usr.sbin/inetd : inetd.8 usr.sbin/ldapd : ldapd.conf.5 usr.sbin/ldpd : ldpd.conf.5 usr.sbin/mrouted: mrouted.8 usr.sbin/ntpd : ntpd.conf.5 usr.sbin/ospf6d: ospf6d.conf.5 usr.sbin/ospfd : ospfd.conf.5 usr.sbin/rad : rad.conf.5 usr.sbin/radiusd: radiusd.conf.5 usr.sbin/rbootd: rbootd.8 usr.sbin/relayd: relayd.conf.5 usr.sbin/ripd : ripd.conf.5 usr.sbin/sasyncd: sasyncd.conf.5 usr.sbin/sensorsd: sensorsd.conf.5 usr.sbin/snmpd : snmpd.conf.5 usr.sbin/vmd : vm.conf.5 usr.sbin/ypldap: ypldap.conf.5 Log message: briefly mention /etc/examples/ in the FILES section of all the manual pages that document the corresponding configuration files; OK jmc@, and general direction discussed with many CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/02/10 06:49:04 Modified files: usr.bin/mandoc : main.c man.1 Log message: For compatibility with the man(1) implementations of the man-1.6 and man-db packages, print the manpath if the -w option is given without a following name argument. This quirk has been in man-1.6 since at least man-1.5e (1998) and in man-db since 2012. Using this feature in portable software is a dubious idea because the internal organization of manual page directories varies in about a dozen respects among operating systems, so even if you get the answer, there is no portable way to use it for looking up anything inside. However, Matej Cepl made me aware that some software, for example the manual viewing functionality in the newest editors/neovim code, unwisely relies on this feature anyway. No objections were raised when this patch was shown on tech@. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/02/10 07:35:08 Modified files: sys/dev/hid : hidmt.c Log message: When walking the HID descriptor, even though we filter for hid_input we will get hid_collection and hid_endcollection items. Since hid_ endcollection apparently returns the usage of the previous item, it was possible that we "see" two items for the same usage. Make sure that we only accept hid_input items. Both hidms and hidkbd do some- thing similar, fixes the Pinebook Pro's trackpad. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2020/02/10 07:36:26 Modified files: devel/py-test-localserver: Makefile distinfo Log message: Update devel/py-test-localserver 0.3.7 -> 0.5.0 OK benoit@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/02/10 07:42:03 Modified files: usr.bin/mandoc : man.conf.5 manpath.c Log message: Finally delete support for the "_whatdb" configuration directive, which has a misleading syntax. It was declared obsolete and superseded by the "manpath" directive five years ago. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2020/02/10 07:44:54 Modified files: textproc/py-humanize: Makefile distinfo textproc/py-humanize/pkg: PLIST Log message: Update textproc/py-humanize 0.5.1 -> 1.0.0 Updates to latest. Tests are now included in the pypi tarball so make tests work. Changes are mostly localization with a couple minor fixes. OK benoit@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2020/02/10 07:47:27 Modified files: www/py-responses: Makefile distinfo Log message: Update www/py-responses 0.10.7 -> 0.10.9 Fixes for cookie parsing and a couple regressions OK benoit@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2020/02/10 07:52:45 Modified files: www/py-query : Makefile distinfo Log message: Update www/py-query 1.4.0 -> 1.4.1 This release is the last with python2 support ok benoit@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/10 08:07:00 Modified files: devel/p5-Carp-Clan: Makefile distinfo devel/p5-Carp-Clan/pkg: PLIST Log message: Update to p5-Carp-Clan-6.08. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/10 08:30:24 Modified files: devel/p5-Class-Method-Modifiers: Makefile distinfo Log message: Update to p5-Class-Method-Modifiers-2.13. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/10 08:55:02 Modified files: devel/p5-ExtUtils-InstallPaths: Makefile distinfo devel/p5-ExtUtils-InstallPaths/pkg: PLIST Log message: Update to p5-ExtUtils-InstallPaths-0.012. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/10 09:12:54 Modified files: devel/p5-File-Next: Makefile distinfo Log message: Update to p5-File-Next-1.18. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/02/10 09:37:22 Modified files: databases/kexi : Makefile Log message: Regen WANTLIB CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/02/10 11:06:34 Modified files: devel/libffi : Makefile distinfo devel/libffi/patches: patch-configure patch-src_arm_ffi_c patch-src_closures_c patch-testsuite_lib_libffi_exp Removed files: devel/libffi/patches: patch-libffi_pc_in patch-src_alpha_osf_S patch-src_arm_sysv_S Log message: update to libffi-3.3 tested on amd64 and arm64 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/02/10 11:18:47 Modified files: lang/vala : Makefile distinfo lang/vala/pkg : PLIST-main PLIST-valadoc Log message: update to vala-0.46.6 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/02/10 11:19:45 Modified files: graphics/evince: Makefile graphics/evince/pkg: PFRAG.no-light PLIST Log message: build debug packages CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/02/10 11:19:58 Modified files: security/py-cryptodome: Makefile distinfo security/py-cryptodome/pkg: PLIST Log message: update to py-cryptodome-3.9.6 CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/02/10 11:57:48 Modified files: www/p5-HTML-FormFu: Makefile distinfo www/p5-HTML-FormFu/pkg: PLIST Log message: p5-HTML-FormFu: update to 2.07 Changelog: https://metacpan.org/changes/distribution/HTML-FormFu From Wen Heping, with some tweaks from bluhm@ and me. OK bluhm@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/02/10 12:14:07 Added files: devel/libffi/patches: patch-src_powerpc_ffi_powerpc_h Log message: fix build on ppc from upstream via cwen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/02/10 12:21:49 Modified files: x11/xkbcommon : Makefile Log message: explicitly pass x-locale-root and xkb-config-root to meson pointed out by "su.root" CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/02/10 12:34:33 Modified files: misc/mc : Makefile distinfo misc/mc/patches: patch-configure patch-src_diffviewer_ydiff_c misc/mc/pkg : PLIST Log message: Update to mc-4.8.24 Changes: https://midnight-commander.org/wiki/NEWS-4.8.24 OK robert@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2020/02/10 13:24:24 Modified files: graphics/termtosvg: Makefile Log message: Move termtosvg to MODPY_PYTEST CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/10 13:38:29 Modified files: net/unifi/testing: Makefile distinfo net/unifi/testing/pkg: PLIST Log message: update unifi/testing to 5.12.60 release candidate CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/02/10 13:52:15 Modified files: x11/polkit-qt5 : Makefile Log message: Remove devel/automoc (Qt4) as bdep. OK ajacoutot@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/02/10 15:42:09 Log message: import bitlbee-mastodon original port from cwen@ tweaks by cwen@ and sthen@ ok cwen@ sthen@ Status: Vendor Tag: solene Release Tags: solene_20200210 N ports/net/bitlbee-mastodon/Makefile N ports/net/bitlbee-mastodon/distinfo N ports/net/bitlbee-mastodon/pkg/DESCR N ports/net/bitlbee-mastodon/pkg/PLIST N ports/net/bitlbee-mastodon/patches/patch-doc_Makefile_am No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/02/10 15:44:20 Modified files: net : Makefile Log message: + bitlbee-mastodon CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/02/11 00:01:09 Modified files: usr.bin/tmux : server-client.c tmux.1 window-buffer.c Log message: Remove unused variables from Ben Boeckel, and a Pp from jmc. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2020/02/11 01:11:13 Modified files: databases/redis: Makefile distinfo databases/redis/patches: patch-deps_Makefile patch-redis_conf patch-sentinel_conf patch-src_Makefile patch-src_server_h Added files: databases/redis/patches: patch-deps_linenoise_linenoise_c patch-src_zmalloc_c Log message: Update Redis to 5.0.7, the latest stable version. Users should have no problem migrating from 4.0 to 5.0. Backward incompatible changes are listed at the end of the release notes: https://raw.githubusercontent.com/antirez/redis/5.0/00-RELEASENOTES Tested by cwen, danj, kmos, sthen and myself on amd64, arm64, armv7 (4.0 was broken, 5.0 is still broken), i386, macppc, and sparc64 (tests get flakier with this update). Many thanks to kmos for his efforts. Help with the initial patch from mikeb. Signed char fix from cwen; config file consolidation by danj; Makefile tweaks from sthen. ok danj kmos sthen CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/11 01:16:07 Modified files: www/py-uritemplate: Makefile distinfo www/py-uritemplate/pkg: PLIST Log message: Update to py-uritemplate-3.0.1. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/11 01:57:45 Modified files: www/py-mako : Makefile distinfo Log message: Update to py-mako-1.1.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/11 03:18:48 Modified files: x11/gtk+4 : Makefile distinfo x11/gtk+4/patches: patch-gtk_gtkfilechooserwidget_c patch-gtk_gtkplacessidebar_c patch-modules_printbackends_meson_build x11/gtk+4/pkg : PLIST-main Removed files: x11/gtk+4/patches: patch-gtk_gtkmountoperation-x11_c Log message: Update to gtk+4-3.98.0. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/11 03:20:56 Modified files: www/py-hyperlink: Makefile distinfo www/py-hyperlink/pkg: PLIST Log message: Update to py-hyperlink-19.0.0. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/02/11 03:35:25 Log message: import open62541 1.0.1 OK sthen@ Comment: library implementation of OPC UA Description: open62541 is an open source and free implementation of OPC UA (OPC Unified Architecture) written in the common subset of the C99 and C++98 languages. The library is usable with all major compilers and provides the necessary tools to implement dedicated OPC UA clients and servers, or to integrate OPC UA-based communication into existing applications. Status: Vendor Tag: bluhm Release Tags: bluhm_20200211 N ports/misc/open62541/Makefile N ports/misc/open62541/distinfo N ports/misc/open62541/pkg/DESCR N ports/misc/open62541/pkg/PLIST N ports/misc/open62541/patches/patch-arch_posix_CMakeLists_txt N ports/misc/open62541/patches/patch-tests_CMakeLists_txt N ports/misc/open62541/patches/patch-CMakeLists_txt No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/02/11 03:36:59 Modified files: misc : Makefile Log message: +open62541 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/11 03:45:43 Modified files: sysutils/terraform/provider-circonus: Makefile distinfo sysutils/terraform/provider-datadog: Makefile distinfo sysutils/terraform/provider-digitalocean: Makefile distinfo sysutils/terraform/provider-docker: Makefile distinfo sysutils/terraform/provider-google: Makefile distinfo sysutils/terraform/provider-kubernetes: Makefile distinfo sysutils/terraform/provider-nomad: Makefile distinfo sysutils/terraform/provider-vsphere: Makefile distinfo Log message: Update terraform providers. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/11 03:54:47 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py-botocore-1.14.14. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/11 03:54:58 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py-boto3-1.11.14. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/11 03:55:11 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.17.14. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/11 04:45:31 Modified files: lang/python : Makefile.inc python.port.mk lang/python/3.7: Makefile lang/python/3.7/pkg: PLIST-gdbm PLIST-idle PLIST-main PLIST-tests PLIST-tkinter lang/python/3.8/pkg: PLIST-gdbm PLIST-idle PLIST-main PLIST-tests PLIST-tkinter Log message: Fix python upgrade paths, problem reported by Mikolaj Kucharski and I had already run into it myself. Add comments to hopefully make it simpler and more understandable for future changes to the default version. Zero feedback but tests well here, committing before I forget about it because people will run into this with 6.7. CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2020/02/11 05:20:57 Modified files: math/py-affine : Makefile distinfo Log message: Update py-affine to 2.3.0 and take maintainer. ok landry@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/02/11 05:42:02 Modified files: usr.sbin/cron : cron.c crontab.c Log message: Remove setlocale(3) calls. I checked that no functions are called that are actually locale-dependent on OpenBSD, and the programs should better not be locale-dependent even when compiled on other systems. millert@ points out that the month and weekday names in the fourth and fifth columns of crontab(5) could in theory be made locale-dependent, but we certainly don't want that, and currently, they are only compared against static const char * arrays in entry.c containing English names. Patch sent in by Jan Stary . OK millert@ CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2020/02/11 05:48:20 Modified files: lang/rust : Makefile distinfo lang/rust/patches: patch-src_bootstrap_bootstrap_py patch-src_bootstrap_lib_rs patch-src_bootstrap_test_rs patch-src_librustc_session_filesearch_rs patch-src_librustc_target_spec_i686_unknown_openbsd_rs patch-src_libstd_sys_unix_stack_overflow_rs patch-src_tools_cargo_src_cargo_core_compiler_context_compilation_files_rs patch-vendor_num_cpus_src_lib_rs patch-vendor_openssl-sys_build_main_rs lang/rust/pkg : PLIST-main Removed files: lang/rust/patches: patch-src_libstd_sys_unix_ext_net_rs Log message: update lang/rust to 1.41.0 Announce: https://blog.rust-lang.org/2020/01/30/Rust-1.41.0.html ChangeLog: https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1410-2020-01-30 ok landry@ jca@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/02/11 06:13:58 Modified files: devel/angr/py-angr: Makefile devel/angr/py-pyvex: Makefile Log message: fix backwards logic and remove BUILD_DEPENDS from RUN_DEPENDS pointed out by kili@ ok kn@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/02/11 06:19:17 Modified files: lib/libc/sys : read.2 symlink.2 truncate.2 Log message: Some system calls can fail due to an open-ended variety of causes in many underlying subsystems and device drivers. guenther@ pointed out this applies to system calls taking a file descriptor as an argument. deraadt@ warned against attempting to be excessively precise and against spreading fear, uncertainty, and doubt. So apply a minimal patch that merely avoids the misleading wording "will succeed unless", given that the lists aren't really exhaustive, and simply uses a more usual wording. Unfortunate wording reported by . CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2020/02/11 06:43:38 Modified files: lang/janet : Makefile Log message: Mark lang/janet BROKEN-sparc64 It has never built on sparc64 CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2020/02/11 06:44:10 Modified files: lang/squeak/vm : Makefile Log message: Mark lang/squeak/vm BROKEN-sparc64 ok sthen@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2020/02/11 06:57:52 Modified files: www/py-uritemplate: Makefile Log message: Enable tests by switching to MODPY_PYTEST=Yes CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/11 08:16:22 Modified files: mail/rspamd : Makefile mail/rspamd/patches: patch-src_libutil_util_c Log message: Don't call FIPS_mode()/FIPS_mode_set() in rspamd (done only if a config variable is set, so doesn't affect runtime in most cases, but breaks linking on arches using the binutils linker). CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2020/02/11 08:27:55 Modified files: security/libgsasl: Makefile distinfo security/libgsasl/patches: patch-configure security/libgsasl/pkg: PLIST Log message: Update 1.8.0 -> 1.8.1 CVSROOT: /cvs Module name: www Changes by: tb@cvs.openbsd.org 2020/02/11 08:32:53 Modified files: faq : current.html Log message: end a tag CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/11 08:36:05 Modified files: www/p5-WWW-Search-Ebay: Makefile distinfo www/p5-WWW-Search-Ebay/patches: patch-lib_WWW_Search_Ebay_pm www/p5-WWW-Search-Ebay/pkg: PLIST Log message: Update to p5-WWW-Search-Ebay-3.054. CVSROOT: /cvs Module name: www Changes by: tb@cvs.openbsd.org 2020/02/11 08:36:49 Modified files: faq : current.html Log message: Redis was upgraded to 5.0.7. Link to release notes and add a note from sthen that the database will be upgraded automatically and can no longer be read by older versions, so a backup might be appropriate. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/11 08:44:08 Modified files: net/gpodder : Makefile distinfo Log message: Update to gpodder-3.10.13, from maintainer. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/02/11 09:02:39 Modified files: sys/kern : kern_pledge.c Log message: the pledge_ioctl() rule checker is written in a style which could read ps_pledge more than once. That will cause problems if sys_ioctl is changed to be unlocked (in at least some cases), so switch to a read-once local variable. discussed with a few, ok mpi CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2020/02/11 09:14:33 Log message: firmware port for intel ax200 device firmware ok sthen@ Status: Vendor Tag: stsp Release Tags: stsp_20200211 N ports/sysutils/firmware/iwx/Makefile N ports/sysutils/firmware/iwx/distinfo N ports/sysutils/firmware/iwx/pkg/DESCR N ports/sysutils/firmware/iwx/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2020/02/11 09:17:23 Modified files: sysutils/firmware: Makefile Log message: +iwx CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2020/02/11 09:20:05 Modified files: usr.sbin/pkg_add/OpenBSD: FwUpdate.pm Log message: add iwx to fw_update CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/11 09:45:46 Removed files: usr.sbin/bind : COPYRIGHT Makefile usr.sbin/bind/bin/dig: Makefile.inc dig.1 dig.c dighost.c host.1 host.c nslookup.1 nslookup.c usr.sbin/bind/bin/dig/include/dig: dig.h usr.sbin/bind/lib/dns: Makefile.inc byaddr.c callbacks.c compress.c dns_log.c dns_result.c dns_time.c dst_api.c dst_internal.h dst_openssl.h dst_parse.c dst_parse.h dst_result.c gen.c hmac_link.c key.c lib.c masterdump.c message.c name.c openssl_link.c rcode.c rdata.c rdatalist.c rdatalist_p.h rdataset.c tsig.c ttl.c usr.sbin/bind/lib/dns/include/dns: byaddr.h callbacks.h cert.h compress.h ds.h dsdigest.h fixedname.h keyflags.h keyvalues.h lib.h log.h masterdump.h message.h name.h opcode.h rcode.h rdata.h rdataclass.h rdatalist.h rdataset.h rdatatype.h result.h secalg.h secproto.h time.h tsig.h ttl.h types.h usr.sbin/bind/lib/dns/include/dst: dst.h result.h usr.sbin/bind/lib/dns/rdata: rdatastructpre.h rdatastructsuf.h usr.sbin/bind/lib/dns/rdata/any_255: tsig_250.c tsig_250.h usr.sbin/bind/lib/dns/rdata/ch_3: a_1.c a_1.h usr.sbin/bind/lib/dns/rdata/generic: afsdb_18.c afsdb_18.h avc_258.c avc_258.h caa_257.c caa_257.h cdnskey_60.c cdnskey_60.h cds_59.c cds_59.h cert_37.c cert_37.h cname_5.c cname_5.h csync_62.c csync_62.h dlv_32769.c dlv_32769.h dname_39.c dname_39.h dnskey_48.c dnskey_48.h doa_259.c doa_259.h ds_43.c ds_43.h eui48_108.c eui48_108.h eui64_109.c eui64_109.h gpos_27.c gpos_27.h hinfo_13.c hinfo_13.h hip_55.c hip_55.h ipseckey_45.c ipseckey_45.h isdn_20.c isdn_20.h key_25.c key_25.h keydata_65533.c keydata_65533.h l32_105.c l32_105.h l64_106.c l64_106.h loc_29.c loc_29.h lp_107.c lp_107.h mb_7.c mb_7.h md_3.c md_3.h mf_4.c mf_4.h mg_8.c mg_8.h minfo_14.c minfo_14.h mr_9.c mr_9.h mx_15.c mx_15.h naptr_35.c naptr_35.h nid_104.c nid_104.h ninfo_56.c ninfo_56.h ns_2.c ns_2.h nsec3_50.c nsec3_50.h nsec3param_51.c nsec3param_51.h nsec_47.c nsec_47.h null_10.c null_10.h nxt_30.c nxt_30.h openpgpkey_61.c openpgpkey_61.h opt_41.c opt_41.h proforma.c proforma.h ptr_12.c ptr_12.h rkey_57.c rkey_57.h rp_17.c rp_17.h rrsig_46.c rrsig_46.h rt_21.c rt_21.h sig_24.c sig_24.h sink_40.c sink_40.h smimea_53.c smimea_53.h soa_6.c soa_6.h spf_99.c spf_99.h sshfp_44.c sshfp_44.h ta_32768.c ta_32768.h talink_58.c talink_58.h tkey_249.c tkey_249.h tlsa_52.c tlsa_52.h txt_16.c txt_16.h unspec_103.c unspec_103.h uri_256.c uri_256.h x25_19.c x25_19.h usr.sbin/bind/lib/dns/rdata/hs_4: a_1.c a_1.h usr.sbin/bind/lib/dns/rdata/in_1: a6_38.c a6_38.h a_1.c a_1.h aaaa_28.c aaaa_28.h apl_42.c apl_42.h dhcid_49.c dhcid_49.h kx_36.c kx_36.h nsap-ptr_23.c nsap-ptr_23.h nsap_22.c nsap_22.h px_26.c px_26.h srv_33.c srv_33.h wks_11.c wks_11.h usr.sbin/bind/lib/isc: Makefile.inc app_api.c assertions.c base32.c base64.c buffer.c bufferlist.c error.c event.c hash.c heap.c hex.c hmacmd5.c hmacsha.c inet_aton.c lex.c log.c md5.c netaddr.c netscope.c parseint.c refcount.c regex.c region.c result.c safe.c serial.c sha1.c sha2.c sockaddr.c socket_api.c symtab.c task.c task_p.h timer.c timer_p.h usr.sbin/bind/lib/isc/include/isc: app.h assertions.h base32.h base64.h boolean.h buffer.h bufferlist.h errno.h error.h event.h eventclass.h formatcheck.h hash.h heap.h hex.h hmacmd5.h hmacsha.h ipv6.h lang.h lex.h lib.h list.h log.h magic.h md5.h msgs.h netaddr.h netscope.h parseint.h refcount.h regex.h region.h result.h resultclass.h safe.h serial.h sha1.h sha2.h sockaddr.h socket.h stdio.h symtab.h task.h timer.h types.h util.h usr.sbin/bind/lib/isc/unix: Makefile.inc app.c errno.c errno2result.c errno2result.h net.c socket.c socket_p.h stdio.c stdtime.c strerror.c time.c usr.sbin/bind/lib/isc/unix/include/isc: net.h stdtime.h strerror.h time.h usr.sbin/bind/lib/isccfg: Makefile.inc namedconf.c parser.c usr.sbin/bind/lib/isccfg/include/isccfg: cfg.h grammar.h namedconf.h usr.sbin/bind/lib/lwres: Makefile.inc lwconfig.c usr.sbin/bind/lib/lwres/include/lwres: lwres.h result.h Log message: Finish moving of dig(1) to /usr/bin/dig by removing the sources in the old location. dig(1) sources can be found in src/usr.bin/dig. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/02/11 09:46:22 Modified files: databases/sqlite3: Makefile distinfo Log message: Update to sqlite 3.31.1. See https://sqlite.org/releaselog/3_31_1.html & https://sqlite.org/releaselog/3_31_0.html note that internal changes in 3.31.0 broke mozilla (cf #1607902) but 3.31.1 reverted the internal changes. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/11 09:47:42 Modified files: usr.bin/dig : dighost.c Log message: Remove #if 0 that has been there since the initial import in 2003. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/02/11 09:48:29 Modified files: security/nss : Makefile distinfo Removed files: security/nss/patches: patch-nss_lib_freebl_blinit_c Log message: Update to nss 3.50. See https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.50_release_notes remove powerpc patch not needed anymore. tested by cwen@ & tb@ on macppc and by jca@ on sparc64 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/02/11 09:49:11 Modified files: www/mozilla : mozilla.port.mk Log message: Bump minimal requirements to nss 3.50, nspr 4.25 and sqlite 3.31.1 to be on the safe side for gecko 74 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/02/11 09:49:36 Modified files: www/seamonkey : Makefile Log message: Bump REVISION for mozilla.port.mk changes CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/02/11 09:50:23 Modified files: mail/mozilla-thunderbird: Makefile Log message: Bump REVISION-main for mozilla.port.mk changes, 68.5.0 is around the corner but not on the mirrors yet.. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/11 09:50:58 Modified files: usr.bin/dig : dig.1 dig.c Log message: Remove ~/.digrc support which feels like a misfeature. Commands should not suddenly change behaviour in scripts just because someone placed a .rc file in the home directory. OK millert, deraadt CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/02/11 09:51:38 Modified files: www/firefox-esr: Makefile distinfo www/firefox-esr-i18n: Makefile.inc distinfo Log message: Update to firefox-esr 68.5.0. See https://www.mozilla.org/en-US/firefox/68.5.0/releasenotes/ Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2020-06/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/02/11 09:52:01 Modified files: www/firefox-esr: Tag: OPENBSD_6_6 Makefile distinfo Log message: MFC: Update to firefox-esr 68.5.0. See https://www.mozilla.org/en-US/firefox/68.5.0/releasenotes/ Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2020-06/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/02/11 09:55:36 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 Removed files: www/mozilla-firefox/patches: patch-intl_icu_source_Makefile_in patch-third_party_rust_slice-deque_src_mirrored_linux_rs patch-third_party_rust_slice-deque_src_mirrored_mod_rs patch-toolkit_modules_subprocess_subprocess_worker_unix_js Log message: Update to firefox 73.0. See https://www.mozilla.org/en-US/firefox/73.0/releasenotes/ Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2020-05/ - remove useless intl/icu/source/Makefile.in patch from #990196 - remove patches from #1594342m the slice-deque dependency was removed note that i'm not going to backport this to -stable, but anybody is welcome to do so, or at least try :) CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/11 10:22:31 Modified files: usr.bin/dig/lib/isc: log.c sockaddr.c usr.bin/dig/lib/isc/unix: errno2result.c socket.c usr.bin/dig/lib/isc/unix/include/isc: net.h Log message: unifdef feature checks; we have all these things. OK millert CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/11 10:23:29 Modified files: usr.bin/dig/lib/dns: dst_api.c dst_internal.h dst_parse.c key.c openssl_link.c usr.bin/dig/lib/dns/include/dst: dst.h Log message: Remove unused functionality from dst_api.c. OK millert CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/11 10:28:46 Modified files: usr.bin/dig/lib/dns: hmac_link.c usr.bin/dig/lib/isc: hmacsha.c sha1.c usr.bin/dig/lib/isc/include/isc: hmacsha.h sha1.h Log message: Pretty sure sha1 works most of the time, no need to check during runtime. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2020/02/11 10:46:25 Modified files: audio/py-musicbrainzngs: Makefile distinfo audio/py-musicbrainzngs/pkg: PLIST Log message: Update audio/py-musicbrainzngs 0.6 -> 0.7.1 From Paco Esteban Tweak from me Input from sthen@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2020/02/11 11:16:38 Modified files: sbin/swapctl : swapctl.c Log message: Initialize rejecttype to appease static analyzers -t has already been checked in main() and can only be "blk" or "noblk", but static analyzers like scan-build fail to spot this. From miod@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/02/11 11:24:46 Modified files: www/mozilla-firefox: Makefile Log message: rust 1.39 is required for gecko 73 since #1594538 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2020/02/11 11:41:39 Modified files: sbin/ping : ping.8 ping.c usr.bin/ftp : ftp.1 main.c usr.bin/rsync : main.c rsync.1 usr.sbin/rpki-client: main.c rpki-client.8 usr.sbin/traceroute: traceroute.8 traceroute.c Log message: Simplify and unify wording for the -I sourceaddr option in various places. This is somewhat related to the "-b bind_addr" option some programs have, which should get some cleanup also... input florian claudio jmc CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/11 11:47:30 Modified files: usr.bin/dig : dighost.c usr.bin/dig/lib/lwres: lwconfig.c usr.bin/dig/lib/lwres/include/lwres: lwres.h Log message: Replace SIZE defines with sizeof. While here replace memmove with memcpy, the arguments do not overlap. OK millert, deraadt CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/11 11:57:33 Modified files: www/newsboat : Makefile distinfo Log message: update libc-rs crate in www/newsboat to the same version as was previously used prior to the recent update, unbreak sparc64 slight tweak to a diff from semarie; ok semarie fcambus kmos jca CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/11 11:59:09 Modified files: net/librenms : Makefile net/librenms/pkg: PLIST Log message: @comment some .gitignore files CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/11 13:19:44 Log message: import ports/devel/esptool-ck, from Tracey Emery, ok martin@, tweaks from me (drop setting DISTNAME to what is already set by default, more accurate license marker "v2 or newer" -> GPLv2+, no need to patch Makefile to remove a variable which is overridden in MAKE_FLAGS, don't forcibly strip as INSTALL_PROGRAM will take care of that when needed). Esptool is a tool to create firmware files for the ESP8266 chip and flash the firmware to the chip over serial port. Status: Vendor Tag: sthen Release Tags: sthen_20200211 N ports/devel/esptool-ck/Makefile N ports/devel/esptool-ck/distinfo N ports/devel/esptool-ck/pkg/DESCR N ports/devel/esptool-ck/pkg/PLIST N ports/devel/esptool-ck/patches/patch-serialport_serialport_c N ports/devel/esptool-ck/patches/patch-Makefile No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/11 13:20:18 Modified files: devel : Makefile Log message: +esptool-ck CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/11 13:43:12 Modified files: lang/python/3.7: Makefile lang/python/3.7/pkg: PLIST-idle PLIST-main Log message: remove 2 bogus conflict markers CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/11 13:48:30 Modified files: sysutils/google-cloud-sdk: Makefile sysutils/google-cloud-sdk/pkg: PLIST telephony/gsutil: Makefile telephony/gsutil/pkg: PLIST Log message: register @conflicts; from Mikolaj Kucharski CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2020/02/11 13:52:12 Modified files: devel/angr/py-angr: Makefile Log message: Sort RDEPS CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/02/11 14:23:01 Modified files: devel/ddd : Makefile devel/ddd/patches: patch-ddd_exit_C Log message: ddd: modify the previous libXt 1.2.0 fix by placing _X_NORETURN as a declaration identifier. This fixes the build on !clang archs. OK naddy@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/02/11 15:32:16 Modified files: games/blobby : Makefile distinfo games/blobby/pkg: PLIST Removed files: games/blobby/patches: patch-src_InputManager_cpp patch-src_LagDetectionSystem_cpp patch-src_RenderManagerGL2D_cpp patch-src_RenderManagerSDL_cpp patch-src_RenderManager_cpp patch-src_raknet_RakPeer_cpp patch-src_raknet_Types_h Log message: Update blobby to 1.0.20200209 Sync with the latest developments of the game, this fixes the runtime on all archs, and colors issues on big endian archs. Versioning tweak by Mikolaj Kucharski, and HOMEPAGE one by solene@, thanks a lot! OK solene@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/02/11 16:26:12 Modified files: usr.bin/dig : dig.c dighost.c host.c nslookup.c usr.bin/dig/lib/dns: byaddr.c compress.c dns_result.c dns_time.c dst_api.c dst_parse.c hmac_link.c key.c masterdump.c message.c openssl_link.c rcode.c rdata.c tsig.c ttl.c usr.bin/dig/lib/isc: assertions.c error.c hmacsha.c inet_aton.c lex.c log.c netaddr.c netscope.c result.c safe.c sha1.c sha2.c sockaddr.c task.c timer.c usr.bin/dig/lib/isc/unix: app.c errno.c socket.c stdio.c stdtime.c time.c usr.bin/dig/lib/isccfg: namedconf.c parser.c usr.bin/dig/lib/lwres: lwconfig.c Log message: remove uneeded #include lines ok florian@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/02/11 16:31:11 Removed files: usr.bin/dig/lib/isc/include/isc: lib.h msgs.h Log message: remove uneeded include files ok florian@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2020/02/11 16:38:13 Log message: Import py-minidump Python library to parse Windows minidump file format New dependency for upcoming devel/angr/py-cle update OK kmos Status: Vendor Tag: kn Release Tags: kn_20200212 N ports/devel/py-minidump/Makefile N ports/devel/py-minidump/distinfo N ports/devel/py-minidump/pkg/DESCR N ports/devel/py-minidump/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2020/02/11 16:39:35 Modified files: devel : Makefile Log message: + py-minidump CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/02/11 18:31:32 Modified files: sys/dev/pci/drm: drm_rect.c Log message: drm/rect: Avoid division by zero From Ville Syrjala f2c1ddb873f45522f95e01bd948ad4e9678ecf86 in linux 4.19.y/4.19.103 433480c1afd44f3e1e664b85063d98cefeefa0ed in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/02/11 18:33:48 Modified files: sys/dev/pci/drm/amd/display/amdgpu_dm: amdgpu_dm_helpers.c Log message: drm/amd/dm/mst: Ignore payload update failures From Lyude Paul abc51506fcebee12183f98a30f0aa67b32ee8542 in linux 4.19.y/4.19.103 58fe03d6dec908a1bec07eea7e94907af5c07eec in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/02/11 18:37:15 Modified files: sys/dev/pci/drm: drm_dp_mst_topology.c Log message: drm/dp_mst: Remove VCPI while disabling topology mgr From Wayne Lin 4ecba33ec87e2fbc604c74a52cc5b763a4d91639 in linux 4.19.y/4.19.103 64e62bdf04ab8529f45ed0a85122c703035dec3a in mainline linux CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/02/11 23:19:43 Modified files: games : Makefile Removed files: games/qgo : Makefile distinfo games/qgo/patches: patch-src_gamedialog_cpp patch-src_mainwin_cpp patch-src_matrix_cpp patch-src_qgtp_cpp patch-src_tree_cpp games/qgo/pkg : DESCR PLIST Log message: Remove Qt4 Go game qgo. We have a modern Go Qt5 replacement in our tree which starts fast and just works. See Kigo in 11/kde-applications/kigo. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/02/11 23:28:27 Modified files: x11 : Makefile Removed files: x11/qrfcview : Makefile distinfo x11/qrfcview/pkg: DESCR PLIST Log message: Remove Qt4 qrfcview Upstream dead and RFC download does NOT work. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/02/11 23:31:45 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register qgo and qrfcview removal CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/02/12 02:30:13 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Log message: Update to thunderbird 68.5.0. See https://www.thunderbird.net/en-US/thunderbird/68.5.0/releasenotes/ Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2020-07/ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/12 02:39:53 Modified files: usr.bin/dig/lib/dns: dst_api.c Log message: Prevent double free in error path; pointed out by scan-build. CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/02/12 03:23:36 Modified files: games/openttd : Makefile Added files: games/openttd/patches: patch-src_core_endian_type_hpp Log message: openttd: fix endianness detection by using , so colors are not off anymore on big endian archs. Spotted by and OK solene@, no objection from bentley@ (maintainer) CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/02/12 03:33:56 Modified files: usr.sbin/bgpd : bgpd.h rde.c rde_peer.c session.c session.h util.c Log message: Move the code to figure out the alternate IP address (IPv6 addr for IPv4 sessions and vice versa) from the RDE to the SE. The SE is the right place for this since there getsockname(2) fetches the local address and so the alternate one can be fetched there as well. With this the route pledge is no longer needed in the RDE and the pledge is now just "stdio recvfd". OK benno@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2020/02/12 04:23:11 Modified files: usr.sbin/apmd : apmd.c Log message: Zap apmtimeout, the way it's used isn't meaningful any more Just check the return value of kevent(2) to detect a timeout. ok tedu@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2020/02/12 04:29:41 Modified files: usr.sbin/apmd : apmd.c Log message: On APM_POWER_CHANGE events check battery life against autoaction level Makes -z/-Z just work for me using acpibat(4). Other battery drivers that provide APM_POWER_CHANGE events: acpisbs(4), apm(4), ykbec(4/loongson) and stsec(4/loongson). ok tedu@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2020/02/12 05:01:29 Modified files: usr.sbin/apmd : apmd.c Log message: Reorder to handle apm events and timeouts with the same code CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/02/12 06:05:04 Modified files: usr.bin/dig/lib/dns: Makefile.inc compress.c dns_result.c dst_openssl.h dst_result.c key.c masterdump.c message.c name.c openssl_link.c rcode.c rdata.c rdataset.c usr.bin/dig/lib/dns/include/dns: callbacks.h compress.h dsdigest.h masterdump.h message.h name.h opcode.h rcode.h rdata.h rdataset.h result.h secproto.h usr.bin/dig/lib/dns/include/dst: dst.h result.h usr.bin/dig/lib/dns/rdata/generic: hip_55.c hip_55.h ninfo_56.c ninfo_56.h opt_41.c opt_41.h txt_16.c txt_16.h usr.bin/dig/lib/dns/rdata/in_1: apl_42.c apl_42.h usr.bin/dig/lib/isc: Makefile.inc assertions.c base32.c buffer.c error.c event.c heap.c lex.c log.c netaddr.c safe.c sockaddr.c task.c timer.c usr.bin/dig/lib/isc/include/isc: assertions.h base32.h base64.h buffer.h error.h event.h heap.h hex.h lex.h log.h netaddr.h safe.h sockaddr.h task.h timer.h usr.bin/dig/lib/isc/unix: Makefile.inc time.c usr.bin/dig/lib/isc/unix/include/isc: time.h usr.bin/dig/lib/isccfg: parser.c usr.bin/dig/lib/isccfg/include/isccfg: cfg.h usr.bin/dig/lib/lwres: lwconfig.c usr.bin/dig/lib/lwres/include/lwres: lwres.h Removed files: usr.bin/dig/lib/dns: callbacks.c lib.c usr.bin/dig/lib/dns/include/dns: lib.h usr.bin/dig/lib/isc: netscope.c usr.bin/dig/lib/isc/include/isc: netscope.h usr.bin/dig/lib/isc/unix: errno.c Log message: remove some unreferenced functions ok florian@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/02/12 06:07:30 Modified files: converters/bdf2sfd: Makefile distinfo Log message: Update bdf2sfd to 1.1.0. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/12 06:08:24 Modified files: databases/p5-ldap: Makefile distinfo Log message: Update to p5-ldap-0.66. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/02/12 06:13:40 Modified files: textproc/ruby-rouge: Makefile distinfo textproc/ruby-rouge/pkg: PLIST Log message: Update ruby-rouge to 3.16.0. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/12 06:20:34 Modified files: databases/postgresql: Makefile databases/postgresql/pkg: README-server Log message: show people how to diff their old postgresql.conf against something that will be reasonably close to the one it was based off, making it easier to id local changes. ok kmos@ kn@ jeremy@ and pea@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/12 06:27:25 Modified files: devel/p5-Carp-Assert-More: Makefile distinfo Log message: Update to p5-Carp-Assert-More-1.20. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2020/02/12 06:59:16 Modified files: devel/py-unicorn: Makefile Log message: Mark py-unicorn BROKEN-sparc64 ok kn@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/02/12 06:59:48 Modified files: net/isc-dhcp : Makefile Log message: isc-dhcp: requires atomics on macppc and hppa. gcc-libs needs to be pulled as a LIB_DEPENDS on these archs because COMPILER_LANGS=c is set. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/02/12 07:03:10 Modified files: misc/supercat : Makefile distinfo Log message: Update to supercat-0.5.7 Minor update, which adds command line options for coloring without an spcrc file. While here change HOMEPAGE to use https. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/02/12 07:04:01 Modified files: misc/ytree : Makefile distinfo Log message: Update to ytree-2.01 Fixes crash during tagged rename. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/02/12 07:05:23 Modified files: sysutils/nnn : Makefile distinfo Removed files: sysutils/nnn/patches: patch-src_nnn_c Log message: Update to nnn-3.0 Changes: https://github.com/jarun/nnn/releases/tag/v3.0 Patch has been committed upstream. From Martin Ziemer (MAINTAINER). Thank you! CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/12 07:07:16 Modified files: devel/p5-Carp-Always: Makefile distinfo devel/p5-Carp-Always/pkg: DESCR Removed files: devel/p5-Carp-Always/patches: patch-lib_Carp_Always_pm Log message: Update to p5-Carp-Always-0.16 from wen heping, ok afresh1@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/02/12 07:08:56 Modified files: sys/dev/pv : hvs.c vioblk.c xbf.c sys/dev/sdmmc : sdmmc_scsi.c Log message: Bring a few stragglers into line with the idiom used by the other 40+ scsi drivers. i.e. eliminate the struct scsi_adapter member in the softc and rely on the pointer to a static scsi_adapter in the struct scsi_link member. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/12 07:33:34 Modified files: devel/p5-Class-Generate: Makefile distinfo devel/p5-Class-Generate/pkg: PLIST Log message: Update to p5-Class-Generate-1.17. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/12 07:34:05 Modified files: www/nginx : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: www/nginx/pkg : DESCR-geoip PLIST-geoip Log message: drop the old geoip nginx module (no more database updates, the port already supports the libmaxminddb-based geoip2 module), reorganise MULTI_PACKAGES a bit to avoid some duplication in the Makefile. looks good robert@ (maintainer), ok fcambus@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/02/12 07:41:23 Modified files: sys/kern : kern_exit.c Log message: Do not reparent a traced child to ourself inside wait(2). When a traced process _exit(2)s, its (tracing) parent tries to give it back to the old parent. In the case where the old parent is the same as the tracing parent, there's no need to do this dance, so simply remove it from the list of zombies and free its descriptors. Fix a double report via wait(2) exposed by recent changes in make and newly imported ptrace(2) regression from NetBSD. Diagnosed with espie@ and guenther@, ok claudio@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2020/02/12 07:43:55 Modified files: net/owncloudclient: Makefile distinfo net/owncloudclient/patches: patch-src_gui_application_cpp net/owncloudclient/pkg: PLIST Log message: update to owncloudclient-2.6.1 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/12 07:46:03 Modified files: devel/p5-Class-Load: Makefile distinfo Log message: Update to p5-Class-Load-0.25. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/02/12 07:46:36 Modified files: usr.bin/dig : dig.1 dig.c usr.bin/nc : nc.1 netcat.c usr.bin/tcpbench: tcpbench.1 tcpbench.c usr.sbin/ftp-proxy: ftp-proxy.8 ftp-proxy.c usr.sbin/ntpd : ntpd.conf.5 usr.sbin/smtpd : smtpd.conf.5 Log message: Standardize argument naming for "sourceaddr" and unify the wording a bit, similar to what deraadt@ recently did in other manual pages. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/12 08:00:45 Modified files: mail/dovecot : Makefile distinfo Log message: update to Dovecot 2.3.9.3, from Brad (maintainer). CVE-2020-7046 lib-smtp doesn't handle truncated command parameters properly, resulting in infinite loop taking 100% CPU for the process. This happens for LMTP (where it doesn't matter so much) and also for submission-login where unauthenticated users can trigger it. CVE-2020-7957 Snippet generation crashes if: - message is large enough that message-parser returns multiple body blocks - The first block(s) don't contain the full snippet (e.g. full of whitespace) - input ends with '>' Sending specially crafted email can cause mailbox to have permanently unaccessible mail, or the mail can be stuck in delivery. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/12 08:02:45 Modified files: mail/dovecot : Tag: OPENBSD_6_6 Makefile distinfo Log message: update to Dovecot 2.3.9.3, from Brad (maintainer). CVE-2020-7046 lib-smtp doesn't handle truncated command parameters properly, resulting in infinite loop taking 100% CPU for the process. This happens for LMTP (where it doesn't matter so much) and also for submission-login where unauthenticated users can trigger it. CVE-2020-7957 Snippet generation crashes if: - message is large enough that message-parser returns multiple body blocks - The first block(s) don't contain the full snippet (e.g. full of whitespace) - input ends with '>' Sending specially crafted email can cause mailbox to have permanently unaccessible mail, or the mail can be stuck in delivery. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/12 08:04:59 Modified files: mail/postfix/stable: Makefile distinfo Log message: update to Postfix 3.4.9, from Brad (maintainer) CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/02/12 08:36:15 Modified files: sys/dev/pci : if_iwm.c Log message: Check bogus values from interrupt in ict and non-ict case. r1 and r2 are 32 bit register contents, make them uint32_t instead of int. Add explanation for hardware bug mitigation. ok stsp@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2020/02/12 09:02:51 Modified files: sys/dev/pci : if_iwm.c if_iwmvar.h Log message: Implement a workaround for missing Tx completion interrupts in iwm(4). iwm(4) releases resources whenever hardware signals Tx completion for a frame at Tx queue index 'N'. It has been observed that we sometimes get an interrupt for frame 'N - 2' followed by an interrupt for frame 'N', with no interrupt being received for frame 'N - 1'. Whenever this occurred a later decision to roam to another AP would fail since AP node references for frames affected by missing interrupts were never released. Another side-effect was an mbuf leak. The problem was first observed at 36c3 and debugged there with bluhm@. ok tobhe@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/02/12 09:52:46 Modified files: www/mozilla-firefox: Makefile Log message: Fix audio recording for WebRTC, from ratchov@ (cf #1610550) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/02/12 09:53:28 Added files: www/mozilla-firefox/patches: patch-media_libcubeb_src_cubeb_c Log message: Fix audio recording for WebRTC, from ratchov (this time with the patch) CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2020/02/12 12:14:56 Modified files: usr.sbin/ntpd : constraint.c control.c ntp.c ntpd.c ntpd.h Log message: If constraints are configured but do not work for whatever reason ntpd does not work. Make that more clear in the log and ntpdctl -s status. report by and ok benno@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/12 12:26:54 Modified files: x11/gnome/photos: Makefile distinfo x11/gnome/photos/pkg: PLIST Log message: Update to gnome-photos-3.34.1. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/02/12 12:42:02 Modified files: lang/ecl : Makefile Added files: lang/ecl/patches: patch-src_c_ffi_d Log message: fix build after libffi update this issue has been addressed by upstream ecl in a more elaborate manner than i feel is appropriate for now. we'll pull in their fix when this port gets updated to the next version. breakage reported by naddy@ also tested by tb@ on i386 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/12 12:44:23 Modified files: x11/gnome/accerciser: Makefile distinfo x11/gnome/accerciser/pkg: PLIST Log message: Update to accerciser-3.34.4. CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2020/02/12 13:07:55 Modified files: usr.sbin/tcpdump: print-usbpcap.c Log message: - print 'dlen=' to make it more clear what that number indicates - add missing rcs id - use 'goto trunc' as is common with other printers ok mpi@ CVSROOT: /cvs Module name: src Changes by: jung@cvs.openbsd.org 2020/02/12 13:51:49 Modified files: etc : weekly Log message: do not propagate TMPDIR and override value from /etc/locate.rc in weekly effectively reverting r1.9 to follow principal of least surprise "this is fine" millert "i agree with direction" schwarze CVSROOT: /cvs Module name: www Changes by: jung@cvs.openbsd.org 2020/02/12 13:53:32 Modified files: faq : current.html Log message: mention TMPDIR change in /etc/weekly CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/02/12 14:14:24 Modified files: usr.bin/mandoc : man_html.c Log message: In roff, a space character at the beginning of an input line requires starting a new output line, and merely starting a new line of HTML code isn't sufficient to achieve that. Solve this in the same way as mdoc_html.c already does it, by printing a
element. Fixing a bug reported by Jason A. Donenfeld in the wg-quick(8) manual page on manpages.debian.org. CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2020/02/12 14:15:44 Modified files: usr.sbin/relayd: parse.y Log message: improve parsing of relay {} sections: - Do not accept multiple protocol statements, as only one will be used, it is better to error out if more arespecified. - do not allow tcp and http options in dns protocol definitions, they are ignored anyway. Suggested by Nick (nick -AT- kousu -DOT- ca) thanks. ok claudio@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2020/02/12 14:27:27 Modified files: textproc/loccount: Makefile distinfo Log message: Update to loccount 2.9 Maintainence release, no code change CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2020/02/12 15:04:32 Modified files: graphics/sxiv : Makefile distinfo graphics/sxiv/patches: patch-sxiv_1 Log message: Update to sxiv 26 Maintenance release CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/02/12 15:26:15 Modified files: usr.bin/dig/lib/dns: dst_internal.h usr.bin/dig/lib/isc: Makefile.inc Removed files: usr.bin/dig/lib/isc: hmacmd5.c md5.c usr.bin/dig/lib/isc/include/isc: hmacmd5.h md5.h Log message: remove some files containing only comments CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2020/02/12 17:33:00 Modified files: games/scummvm : Makefile distinfo Log message: update to scummvm 2.1.1 from Donovan Watteau CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2020/02/12 20:59:42 Modified files: comms/xastir : Makefile Log message: Unbreak comms/xastir for sparc64 (and probably other arches) ok abieber@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/02/13 00:41:54 Modified files: www/tor-browser: Makefile Makefile.inc www/tor-browser/browser: Makefile distinfo www/tor-browser/browser/patches: patch-_mozconfig patch-intl_icu_source_Makefile_in patch-js_src_jit_ProcessExecutableMemory_h patch-security_nss_Makefile patch-security_nss_coreconf_OpenBSD_mk patch-security_nss_coreconf_UNIX_mk patch-security_nss_lib_freebl_blapi_h patch-storage_mozStorageConnection_cpp patch-xpcom_io_TorFileUtils_cpp www/tor-browser/browser/pkg: PLIST www/tor-browser/https-everywhere: Makefile distinfo www/tor-browser/noscript: Makefile distinfo www/tor-browser/noscript/pkg: PLIST meta/tor-browser: Makefile Added files: www/tor-browser/browser/files: torrc-defaults www/tor-browser/browser/patches: patch-browser_extensions_tor-launcher_src_components_tl-process_js patch-browser_extensions_tor-launcher_src_defaults_preferences_torlauncher-prefs_js patch-browser_extensions_tor-launcher_src_modules_tl-util_jsm patch-config_system-headers_mozbuild patch-js_src_jit_ProcessExecutableMemory_cpp patch-storage_mozStorageService_cpp Removed files: www/tor-browser/tor-launcher: Makefile distinfo www/tor-browser/tor-launcher/patches: patch-src_components_tl-process_js patch-src_defaults_preferences_prefs_js patch-src_modules_tl-util_jsm www/tor-browser/tor-launcher/pkg: DESCR PLIST www/tor-browser/torbutton: Makefile distinfo www/tor-browser/torbutton/patches: patch-src_chrome_content_popup_xul www/tor-browser/torbutton/pkg: DESCR PLIST Log message: Unbreak by updating to tor-browser 9.0.4, from Caspar Schutijser cf https://blog.torproject.org/new-release-tor-browser-90 based off esr68.4.1, tor-launcher and torbutton were merged into the browser. Update to 9.0.5 (based off 68.5.0) is in the pipe. Maintainer timeout CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2020/02/13 00:46:07 Modified files: x11/isomaster : Makefile Log message: drop maintainership CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/13 01:15:31 Modified files: usr.bin/dig/lib/dns: dns_time.c usr.bin/dig/lib/isc: assertions.c usr.bin/dig/lib/isc/include/isc: assertions.h Log message: unfidef assertions.h to always have assertions enabled; no change in behaviour. While here unifdef one remaining __COVERITY__. While we might want to move away from assertions we can't just nuke them since they are used for error checking. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/13 01:16:01 Modified files: usr.bin/dig/lib/dns: name.c tsig.c Log message: We are not interested in working around shortcomings of ancient versions of the clang static analyzer. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/13 01:16:32 Modified files: usr.bin/dig : host.c Log message: unifdef USEINITALWS, was never defined CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/13 01:17:20 Modified files: usr.bin/dig/lib/dns/include/dns: rdata.h Log message: remove DNS_RDATA_CHECKINITIALIZED knob CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/13 01:17:43 Modified files: usr.bin/dig/lib/dns: message.c Log message: unifdef SKAN_MSG_DEBUG, it was never defined CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/13 01:18:04 Modified files: usr.bin/dig/lib/dns: rcode.c Log message: it has been 16 years... CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/13 01:18:44 Modified files: usr.bin/dig/lib/isc: heap.c Log message: remove ISC_HEAP_CHECK knob, it was never turned CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/13 01:19:12 Modified files: usr.bin/dig/lib/isc/unix: stdtime.c time.c Log message: trust gettimeofday doing the right thing CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/13 01:19:39 Modified files: usr.bin/dig/lib/dns/rdata/generic: ds_43.c Log message: we do not have gost CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/13 01:20:08 Modified files: usr.bin/dig/lib/dns: tsig.c Log message: remove unused define CVSROOT: /cvs Module name: www Changes by: otto@cvs.openbsd.org 2020/02/13 01:43:58 Modified files: . : events.html Log message: Move Fosdem 2020 to the past CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/02/13 01:47:10 Modified files: sys/kern : vfs_subr.c vfs_vops.c Log message: Move the LK_DRAIN logic from VOP_LOCK() to vclean() the only caller of VOP_LOCK with LK_DRAIN. This simplifies VOP_LOCK() a fair bit. OK visa@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/02/13 01:48:01 Modified files: x11/xfce4/xfce4-whiskermenu: Makefile distinfo x11/xfce4/xfce4-whiskermenu/patches: patch-panel-plugin_settings_cpp x11/xfce4/xfce4-whiskermenu/pkg: PLIST Log message: Update to xfce4-whiskermenu 2.4.1 CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/02/13 02:02:07 Modified files: usr.bin/tmux : window-copy.c Log message: Do not jump to next word end if already on a word end when selecting a word. Fixes select-word with single character words and vi(1) keys. From Mark Kelly. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/02/13 02:29:34 Modified files: usr.bin/dig/lib/isc: Makefile.inc usr.bin/dig/lib/isc/unix/include/isc: net.h Removed files: usr.bin/dig/lib/isc: inet_aton.c Log message: use libc inet_aton(3) ok florian@ benno@ jung@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/02/13 02:38:34 Modified files: usr.bin/dig : dig.c dig.h Log message: remove unused dig_query_start() CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/13 03:12:49 Modified files: usr.bin/dig/lib/dns: compress.c name.c usr.bin/dig/lib/dns/include/dns: name.h Log message: No need for "high performance" macros. While here drop name_length() function and replace it with name->length. (Found because clang now complained that we are dropping a const qualifier). CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/02/13 03:40:24 Modified files: usr.bin/dig : dig.c usr.bin/dig/lib/dns: gen.c masterdump.c message.c name.c rcode.c rdata.c usr.bin/dig/lib/isc: log.c result.c timer.c usr.bin/dig/lib/isc/unix: socket.c Log message: remove unused macros ok florian@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2020/02/13 04:01:11 Modified files: www/icedtea-web: Makefile Log message: drop maintainership CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/13 04:05:11 Modified files: devel/pcre2 : Makefile distinfo devel/pcre2/patches: patch-RunGrepTest devel/pcre2/pkg: PLIST Log message: update to pcre2-10.34, from giovanni@ with tweaks from Nam Nguyen (maintainer), ok giovanni@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/13 04:06:07 Modified files: devel/pcre2 : Tag: OPENBSD_6_6 Makefile distinfo devel/pcre2/patches: Tag: OPENBSD_6_6 patch-RunGrepTest devel/pcre2/pkg: Tag: OPENBSD_6_6 PLIST Log message: update -stable to pcre2-10.34 CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/02/13 04:53:15 Modified files: fonts/spleen : Makefile distinfo Log message: Update spleen to 1.7.0. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/02/13 04:58:55 Log message: Import dino 0.1.0. Dino (https://dino.im) is a modern Gtk+3/Vala open-source chat client for the desktop. It focuses on providing a clean and reliable Jabber/XMPP experience while having your privacy in mind. ok ajacoutot@ Status: Vendor Tag: landry Release Tags: landry_20200213 N ports/net/dino/Makefile N ports/net/dino/distinfo N ports/net/dino/patches/patch-libdino_CMakeLists_txt N ports/net/dino/patches/patch-main_CMakeLists_txt N ports/net/dino/pkg/DESCR N ports/net/dino/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/02/13 04:59:42 Modified files: net : Makefile Log message: +dino CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/02/13 05:03:52 Modified files: usr.bin/dig : dig.h usr.bin/dig/lib/dns: dst_parse.c masterdump.c message.c openssl_link.c rdata.c rdataset.c usr.bin/dig/lib/isc: base32.c log.c regex.c safe.c sockaddr.c task.c timer.c usr.bin/dig/lib/isc/include/isc: hmacsha.h log.h regex.h serial.h sha1.h usr.bin/dig/lib/isc/unix: errno2result.c errno2result.h stdtime.c time.c usr.bin/dig/lib/isc/unix/include/isc: net.h Removed files: usr.bin/dig/lib/dns: dst_openssl.h usr.bin/dig/lib/dns/include/dns: opcode.h usr.bin/dig/lib/isc/include/isc: errno.h Log message: remove more uneeded include statements and files CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/02/13 06:26:20 Modified files: misc/open62541 : Makefile Added files: misc/open62541/patches: patch-plugins_ua_accesscontrol_default_c Log message: Build a debug package for open62541 library. Backport an use-after-free fix from upstream. OK sthen@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/02/13 06:53:01 Modified files: usr.bin/dig : dig.h usr.bin/dig/lib/dns: dst_internal.h dst_parse.h rdatalist_p.h usr.bin/dig/lib/dns/include/dns: byaddr.h callbacks.h cert.h compress.h ds.h dsdigest.h keyflags.h log.h masterdump.h message.h name.h rcode.h rdata.h rdataclass.h rdatalist.h rdataset.h rdatatype.h result.h secalg.h secproto.h time.h tsig.h ttl.h usr.bin/dig/lib/dns/include/dst: dst.h result.h usr.bin/dig/lib/dns/rdata: rdatastructpre.h rdatastructsuf.h usr.bin/dig/lib/dns/rdata/generic: avc_258.h ninfo_56.h opt_41.h spf_99.h txt_16.h usr.bin/dig/lib/dns/rdata/in_1: apl_42.h usr.bin/dig/lib/isc/include/isc: app.h assertions.h base32.h base64.h buffer.h bufferlist.h error.h event.h hash.h heap.h hex.h hmacsha.h lex.h log.h netaddr.h parseint.h refcount.h regex.h region.h result.h safe.h serial.h sha1.h sha2.h sockaddr.h socket.h stdio.h symtab.h task.h timer.h usr.bin/dig/lib/isc/unix: errno2result.h usr.bin/dig/lib/isc/unix/include/isc: net.h stdtime.h strerror.h time.h usr.bin/dig/lib/isccfg/include/isccfg: cfg.h Removed files: usr.bin/dig/lib/isc/include/isc: lang.h Log message: remove macros which defined extern "C" for C++ ok florian@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/02/13 08:11:33 Modified files: sys/dev : softraid.c softraidvar.h sys/dev/atapiscsi: atapiscsi.c sys/dev/ic : ciss.c mfi.c mfireg.h mpi.c sys/dev/pci : arc.c sys/dev/usb : umass_scsi.c Log message: Nuke *_minphys() functions that either simply apply MAXPHYS or do nothing at all. MAXPHYS will be applied in minphys() and nothing at all, well, doesn't do anything. Also remove any '#define MAXPHYS' statements used solely to disguise MAXPHYS in said functions. CVSROOT: /cvs Module name: src Changes by: mikeb@cvs.openbsd.org 2020/02/13 08:39:02 Modified files: sys/dev/pv : xen.c Log message: Resolve a few issues with interrupt handling Upon a failed task_add, the adjusted reference counter needs to be decremented. xen_intr_schedule should follow the same logic as xen_intr. Tested by Niklas Hallqvist. Ok mpi@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2020/02/13 08:47:33 Modified files: usr.bin/ftp : fetch.c Log message: Fixes and tweaks for read/write loop in url_get() Changes already present in file_get() - no need to special case write(2) returning 0 - clearer loop condition - fix read error detection and properly save errno CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2020/02/13 08:54:10 Modified files: usr.bin/ftp : fetch.c Log message: Two longjmp(3) vs volatile fixes and improvements - allocate read buffer before setjmp(3) so that its value is properly defined when longjmp(3) returns - only mark as volatile variables modified after setjmp(3) and used again after a possible return from longjmp(3) CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2020/02/13 08:57:00 Modified files: emulators/fs-uae: Makefile Log message: Fix build of emulators/fs-uar for sparc64 This adds "-fpermissive" to the CFLAGS for sparc64 to quiet an errors about a cast losing precision. ok edd@ (maintainer) CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/02/13 09:16:03 Modified files: usr.bin/mandoc : chars.c share/man/man7 : mandoc_char.7 Log message: Digit-width and narrow spaces are non-breaking. Noticed because Branden Robinson worked on related documentation in groff. CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/02/13 09:27:02 Modified files: sbin/iked : iked.h util.c Log message: Constify "buf" argument in print_hex and print_hexval. ok patrick@ CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2020/02/13 09:29:21 Modified files: faq : current.html Log message: man.conf(5) _whatdb directive no longer supported; OK benno@ CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/02/13 09:51:05 Modified files: productivity/rednotebook: Makefile Log message: Add x11/gtksourceview3 as RUN_DEPEND CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/13 09:55:20 Modified files: usr.bin/dig : dig.c usr.bin/dig/lib/dns: name.c rdata.c tsig.c usr.bin/dig/lib/dns/include/dns: name.h Log message: Move DNS_NAME_INITABSOLUTE and DNS_NAME_INITNONABSOLUTE to a comon header to not have multiple copies. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/13 09:55:44 Modified files: usr.bin/dig/lib/isc: netaddr.c sockaddr.c Log message: While we do have AF_UNIX support, dig doesn't use it. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/13 09:56:09 Modified files: usr.bin/dig/lib/isc/include/isc: list.h Log message: unifdef ISC_LIST_CHECKINIT CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/13 09:56:32 Modified files: usr.bin/dig/lib/isc: task.c timer.c Log message: remove task and timer tracing CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/13 09:57:04 Modified files: usr.bin/dig/lib/dns/rdata/in_1: wks_11.c Log message: unifdef CHECK; not sure why cppcheck would only trip over this macro, this .c file uses a bunch of other macros only defined in rdata.c. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/13 09:57:55 Modified files: usr.bin/dig : dig.h usr.bin/dig/lib/dns: rdata.c tsig.c usr.bin/dig/lib/isc: error.c log.c usr.bin/dig/lib/isc/include/isc: buffer.h error.h log.h usr.bin/dig/lib/isc/unix: socket.c usr.bin/dig/lib/isccfg: parser.c usr.bin/dig/lib/isccfg/include/isccfg: cfg.h Removed files: usr.bin/dig/lib/isc/include/isc: formatcheck.h Log message: expand ISC_FORMAT_PRINTF and get rid of formatcheck.h CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2020/02/13 11:19:07 Modified files: sys/dev/usb : utwitch.c Log message: replace incorrect function name in error message with __func__ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/02/13 11:29:42 ports/www/py-wstools Update of /cvs/ports/www/py-wstools In directory cvs.openbsd.org:/tmp/cvs-serv79974/py-wstools Log Message: Directory /cvs/ports/www/py-wstools added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/02/13 11:29:45 ports/www/py-wstools/pkg Update of /cvs/ports/www/py-wstools/pkg In directory cvs.openbsd.org:/tmp/cvs-serv8078/py-wstools/pkg Log Message: Directory /cvs/ports/www/py-wstools/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/02/13 11:29:45 ports/www/py-wstools/patches Update of /cvs/ports/www/py-wstools/patches In directory cvs.openbsd.org:/tmp/cvs-serv8078/py-wstools/patches Log Message: Directory /cvs/ports/www/py-wstools/patches added to the repository CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/02/13 11:31:55 Modified files: share/man/man7 : mdoc.7 Log message: Mention that the .Dd "date" argument is the date of the last change. Triggered by a question from Jason A. Donenfeld. While here, delete three COMPATIBILITY entries that i fixed some time ago. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/02/13 11:32:02 Modified files: www : Makefile Added files: www/py-wstools : Makefile distinfo www/py-wstools/patches: patch-setup_py www/py-wstools/pkg: DESCR PFRAG.no-python3 PFRAG.python3 PLIST Removed files: www/py-wtools : Makefile distinfo www/py-wtools/patches: patch-setup_py www/py-wtools/pkg: DESCR PLIST Log message: fix typo made at the initial import 5 years ago, py-wtools -> py-wstools. pointed out by Raf Czlonka CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/02/13 11:37:58 Modified files: www/py-wstools : Makefile distinfo www/py-wstools/pkg: PLIST Removed files: www/py-wstools/patches: patch-setup_py Log message: - update to py-wstools-0.4.8 - enable tests CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/02/13 11:51:01 Modified files: games/freeciv : Makefile distinfo Log message: Update to freeciv-2.6.1 Changes: https://freeciv.fandom.com/wiki/NEWS-2.6.1 OK pirofti@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/02/13 12:08:01 Modified files: textproc/pdfpc : Makefile textproc/pdfpc/pkg: PLIST Added files: textproc/pdfpc/patches: patch-man_pdfpcrc_in patch-src_paths_in Log message: a previous update moved the definition of all keybindings to pdfpcrc which, if you didn't previously have this file installed (e.g. in ~/.config/pdfpc/pdfpcrc), it would seem as if all keybindings broke. fix this by installing the defalut config file to /etc (as hinted to by pdfpcrc(5)) which can still be overriden by a user's local config regen WANTLIB and remove unused -DMANDIR while here reminded by espie@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/13 12:29:47 Modified files: usr.bin/dig : dig.c dig.h dighost.c host.c nslookup.c Log message: +trace has the RD bit cleared however it asks the nameserver from /etc/resolv.conf for a list of root name servers. Arguably corectly configured recursive nameservers should REFUSE to answer this question to prevent cache snooping. Upstream fixed this after the license change by sending the first query with RD set. We go a different route, built in a list of root name servers and ask them. Otherwise known as a priming query. This way +trace does not depend on any localy configured nameserver in /etc/resolv.conf "I have no other quibbles" deraadt@ input & OK sthen CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/02/13 13:05:42 Modified files: lang/elixir : Makefile distinfo Log message: update to elixir-1.10.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/02/13 13:11:46 Modified files: devel/qt-creator: Makefile sysutils/slant : Makefile devel/tortoisehg: Makefile Log message: RUN_DEPENDS=${BUILD_DEPENDS} is bad mkay spotted by kili@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/02/13 13:32:48 Modified files: benchmarks/tsung: Makefile distinfo benchmarks/tsung/pkg: DESCR PLIST Removed files: benchmarks/tsung/patches: patch-tsung-recorder_sh_in patch-tsung_sh_in Log message: - update to tsung-1.7.0 - switch to erlang 19 - rework DESCR CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2020/02/13 13:50:13 Modified files: devel/gettext : Makefile devel/gettext/pkg: PLIST-runtime PLIST-textstyle PLIST-tools Log message: enable debug packages and modernize plist CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2020/02/13 14:00:48 Modified files: sys/dev : audio.c Log message: Fix missing locking during calls to selwakeup(). selwakeup() was called in the interrupt handler, i.e. with the audio_lock held. We can't just grab the KERNEL_LOCK needed by selwakeup(), because locks would be taken in the wrong order. Solve this by defering selwakeup() calls to a softintr, called with the KERNEL_LOCK held. Mostly from mpi@, ok mpi@. CVSROOT: /cvs Module name: src Changes by: jung@cvs.openbsd.org 2020/02/13 14:34:06 Modified files: usr.bin/dig/lib/isc/unix: Makefile.inc app.c errno2result.c socket.c time.c Removed files: usr.bin/dig/lib/isc/unix: strerror.c usr.bin/dig/lib/isc/unix/include/isc: strerror.h Log message: threads are gone, replace thread safe isc__strerror() wrapper with strerror() and drop it ok millert florian CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2020/02/13 14:44:51 Modified files: shells/bash : Makefile distinfo Log message: update to 5.0 patchlevel 16 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/13 14:48:25 Modified files: net/net-snmp : Makefile Log message: disable --enable-blumenthal-aes again, it uses ceil(3) and a combination of bogus autoconf tests and missing pieces result in libnetsnmp.so not being linked to libm, causing breakage that is most noticable in collectd/cups-libs ports when linking with ld.bfd. bump major due to removed functions and add comments to Makefile with more info. CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2020/02/13 15:04:38 Modified files: devel/tortoisehg: Makefile Log message: Move the mercurial version to a variable. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/13 15:08:10 Modified files: games/dmagnetic: Makefile distinfo Log message: update to dMagnetic 0.22 and improve tests, from maintainer/upstream Thomas Dettbarn. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2020/02/13 15:11:40 Modified files: devel/py-SOAPpy: Makefile Log message: dependency moved: py-wtools -> py-wstools CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/13 15:19:35 Modified files: devel/gtest : distinfo editors/featherpad: Makefile distinfo editors/texworks: Makefile distinfo infrastructure/mk: bsd.port.mk misc/feathernotes: Makefile distinfo x11/paper-icon-theme: Makefile distinfo misc/open62541 : distinfo Makefile Log message: be smarter about GH_TAGNAME; when generating the default DISTNAME, only strip a leading "v" when it's followed by what looks like a version number, also have it handle a few other common names seen in ports. likewise when stripping 'v' from the default WRKDIST, also allow 'V', but only if followed by digits (which seems a better match to what github are doing). update the few ports which _require_ updates to match this change. been through a bulk on i386 (plus I've diffed "make dump-vars" run in in all ports having GH_TAGNAME before+after applying the patch), ok jca CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/02/13 15:31:04 Modified files: telephony/pjsua: Makefile Log message: pjsua: fix packaging on gcc archs Implicit MODGCC4_CPPLIBDEP in LIB_DEPENDS is not inherited by LIB_DEPENDS-*, despite COMPILER_LIBCXX being in WANTLIB-*, so it's needed to add it. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/13 16:04:31 Modified files: sysutils/reposync: Makefile distinfo Log message: update reposync to use controlmaster; diff from dlg with magic from djm CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2020/02/13 17:39:20 Modified files: usr.bin/ssh : version.h Log message: openssh-8.2 CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2020/02/13 17:52:09 Added files: openssh/txt : release-8.2 Log message: release notes for OpenSSH 8.2 CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2020/02/13 18:43:22 Modified files: chinese/libpinyin: Makefile Log message: Mark BROKEN-sparc64 ok kevlo@ CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2020/02/13 19:02:54 Modified files: build : Makefile build/mirrors : openssh-ftp.html.head openssh : ftp.html index.html openbsd.html releasenotes.html openssh/txt : release-8.2 Log message: www bits for openssh-8.2 CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2020/02/13 21:08:49 Modified files: openssh : releasenotes.html openssh/txt : release-8.2 Log message: tweak wording CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2020/02/13 21:10:13 Modified files: openssh : releasenotes.html openssh/txt : release-8.2 Log message: bad punctuation CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/14 03:29:25 Modified files: multimedia/motion: Makefile distinfo multimedia/motion/pkg: PLIST Removed files: multimedia/motion/patches: patch-Makefile_in patch-configure_ac patch-event_c patch-motion_c patch-track_c patch-video_v4l2_c Log message: update to motion-4.3.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/14 03:31:56 Modified files: net/librenms : Makefile net/librenms/pkg: PLIST Log message: symlink the lnms script into /usr/local/bin CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/14 03:40:04 Modified files: converters/lastools: Makefile distinfo Log message: should be GH_COMMIT not GH_TAGNAME CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/02/14 03:54:40 Removed files: net/mutella : Makefile distinfo net/mutella/patches: patch-mutella_basicstruct_h patch-mutella_common_h patch-mutella_conversions_cpp patch-mutella_conversions_h patch-mutella_gnudownload_cpp patch-mutella_gnushare_cpp patch-mutella_gnushare_h patch-mutella_gnusock_cpp patch-mutella_gnuupload_cpp patch-mutella_preferences_cpp patch-mutella_property_cpp patch-mutella_tstring_h patch-mutella_uiremote_cpp patch-util_sockio_c net/mutella/pkg: DESCR PLIST Log message: Remove net/mutella: - runtime is broken on all archs - last release is from 2004; it has been removed since years on other OSes for this reason - there is still net/gtk-gnutella in the ports tree as an alternative OK kmos@ solene@ fcambus@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/02/14 03:56:03 Modified files: net : Makefile Log message: Unhook removed net/mutella CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/02/14 03:58:06 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register net/mutella removal CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/14 03:59:55 Modified files: editors/vim : Makefile distinfo editors/vim/patches: patch-runtime_filetype_vim patch-runtime_syntax_make_vim editors/vim/pkg: PLIST-main Log message: update to vim-8.2.255 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/14 04:11:33 Modified files: archivers/makeself: Makefile audio/audiality2: Makefile audio/cmus : Makefile audio/ympd : Makefile databases/pgmodeler: Makefile devel/git-cola : Makefile devel/go-goptlib: Makefile devel/greg : Makefile devel/jimarc4random: Makefile devel/libmpack : Makefile.inc devel/luafs : Makefile devel/luarings : Makefile devel/msgpack : Makefile devel/mspdebug : Makefile devel/ocaml-ocamlbuild: Makefile devel/tclarc4random: Makefile devel/unibilium: Makefile emulators/mgba : Makefile fonts/overpass : Makefile games/dhewm3 : Makefile games/easyrpg : Makefile games/freeblocks: Makefile games/koboredux: Makefile games/openmw : Makefile net/exabgp : Makefile net/lua-psl : Makefile sysutils/iwatch: Makefile net/luasocket : Makefile Log message: remove some extraneous DISTNAME setting from GH_TAGNAME ports, move GH_* up in a few cases where it's halfway through the Makefile CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/02/14 04:55:34 Modified files: www : Makefile security : Makefile Removed files: security/erl-bcrypt: Makefile distinfo security/erl-bcrypt/pkg: DESCR PLIST www/erl-mochiweb: Makefile distinfo www/erl-mochiweb/pkg: DESCR PLIST Log message: remove unused and outdated erlang libraries ok aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/02/14 04:55:56 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: register erl-{bcrypt,mochiweb} removal CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/02/14 04:57:56 Modified files: sys/kern : vfs_vops.c Log message: The v_inflight counter was added to mark vnodes that currently do an operation that modifies the filesystem as inflight. This is used in the sync calls (on suspend and hibernate) to mark filesystems clean if no work is in flight. VOP_UNLOCK() also got the v_inflight dance but VOP_UNLOCK does not alter filesystem space and so it does not matter if VOP_UNLOCK() is currently run. Also VOP_UNLOCK() does not sleep so there is no way for the sync code to see an inflight VOP_UNLOCK(). OK visa@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/02/14 05:02:00 Modified files: devel/rebar : Makefile Log message: remove erlang18 support CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/02/14 05:03:20 Modified files: lang/erlang : Makefile erlang.port.mk Removed files: lang/erlang/18 : Makefile distinfo lang/erlang/18/patches: patch-Makefile_in patch-erts_emulator_Makefile_in patch-erts_etc_common_ct_run_c patch-erts_etc_common_dialyzer_c patch-erts_etc_common_erlc_c patch-erts_etc_common_escript_c patch-erts_etc_common_typer_c patch-erts_lib_src_Makefile_in patch-lib_dialyzer_src_dialyzer_plt_erl patch-lib_tools_c_src_Makefile_in patch-lib_wx_c_src_wxe_impl_cpp patch-lib_wx_configure_in patch-make_install_bin patch-make_target_mk lang/erlang/18/pkg: DESCR-main DESCR-wx PLIST-main PLIST-wx Log message: retire erlang-18 ok aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/02/14 05:03:37 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: sync with erlang18 removal CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/14 05:11:56 Modified files: comms/p5-Device-Modem: Makefile distinfo Log message: Update to p5-Device-Modem-1.57. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/14 05:19:29 Modified files: devel/p5-Devel-Cover: Makefile distinfo devel/p5-Devel-Cover/pkg: PLIST Log message: Update to p5-Devel-Cover-1.33 from wen heping, ok afresh1@ CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2020/02/14 05:28:21 Modified files: openssh : openbsd.html Log message: s/8.1/8.2/ where it matters; spotted by benno@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/14 05:40:52 Modified files: devel/p5-Devel-Cover-Report-Clover: Makefile distinfo Removed files: devel/p5-Devel-Cover-Report-Clover/patches: patch-META_yml Log message: Update to p5-Devel-Cover-Report-Clover-1.01. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/02/14 05:51:51 Modified files: lang/erlang : Makefile.inc Log message: fix reference to erlang18 in comment CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/02/14 05:55:21 Modified files: databases/riak : Makefile Log message: mark as BROKEN, this is the last port that uses erlang 17. a future update will hopefully support erlang 21, but we're not holding our breath. ok and as discussed with jmatthew@ about a year ago CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/02/14 06:02:31 Modified files: sbin/iked : crypto.c Log message: Switch from EVP_SignInit_ex() to the newer EVP_DigestSignInit() which allows us to support additional signing options like PSS padding in the future. ok patrick@ markus@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/14 06:05:14 Modified files: devel/p5-Locale-Maketext-Gettext: Makefile distinfo Log message: Update to p5-Locale-Maketext-Gettext-1.30. CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/02/14 06:06:29 Modified files: infrastructure/mk: bsd.port.mk Log message: bsd.port.mk: remove COMPILER_VERSION from MAKE_ENV, it is not needed anymore. As a side effect, it unbreaks multimedia/mkvtoolnix on !clang archs. Proposed by jca@, bulk tested by naddy@ on amd64 (thanks again!), and me on macppc. OK jca@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/02/14 06:14:57 Modified files: lang/erlang : Makefile Makefile.inc erlang.port.mk Removed files: lang/erlang/17 : Makefile distinfo lang/erlang/17/patches: patch-Makefile_in patch-erts_emulator_Makefile_in patch-erts_etc_common_ct_run_c patch-erts_etc_common_dialyzer_c patch-erts_etc_common_erlc_c patch-erts_etc_common_escript_c patch-erts_etc_common_typer_c patch-erts_lib_src_Makefile_in patch-lib_dialyzer_src_dialyzer_plt_erl patch-lib_tools_c_src_Makefile_in patch-lib_wx_c_src_wxe_impl_cpp patch-lib_wx_configure_in patch-make_install_bin patch-make_target_mk lang/erlang/17/pkg: DESCR-main DESCR-wx PLIST-main PLIST-wx Log message: remove ancient erlang17 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/02/14 06:15:37 Modified files: devel/rebar : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: sync after erlang17 removal CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/14 06:34:53 Modified files: devel/p5-Log-Agent: Makefile distinfo Log message: Update to p5-Log-Agent-1.003. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/14 06:41:37 Modified files: usr.bin/dig : host.c Log message: Fix host(1) when providing a server to query. host would use the name starting at the 2nd letter as the server argument. Found the hard way by dhill. While here restore previous behaviour of ignoring additional commands after the server but use the server in that case. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/14 06:49:15 Modified files: devel/p5-Object-Declare: Makefile distinfo Log message: Update to p5-Object-Declare-0.24. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/02/14 06:54:31 Modified files: usr.sbin/bgpd : bgpd.h config.c parse.y rde_filter.c Log message: Rename copy_filterset() to filterset_copy() and move it to rde_filter.c where functions like filterset_move() live. Also initialize the dest TAILQ in filterset_copy() as it is done in filterset_move(). OK benno@ phessler@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/14 06:57:43 Modified files: devel/p5-Parallel-Forker: Makefile distinfo Log message: Update to p5-Parallel-Forker-1.252. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/02/14 06:57:58 Modified files: usr.bin/tmux : format.c window.c Log message: Fix top/bottom pane calculation with pane border status enabled, reported by Stanislav Spassov. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/02/14 07:19:00 Modified files: devel/proj : Makefile distinfo Log message: Update to proj 6.3.1 CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2020/02/14 07:21:27 Modified files: faq : current.html Log message: forgotten letter in an "id" attribute; from Raf Czlonka CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/02/14 07:32:44 Modified files: sys/kern : uipc_socket.c kern_sig.c sys_pipe.c uipc_socket2.c sys_generic.c sys/net : bpf.c if_tun.c Log message: Push the KERNEL_LOCK() insidge pgsigio() and selwakeup(). The 3 subsystems: signal, poll/select and kqueue can now be addressed separatly. Note that bpf(4) and audio(4) currently delay the wakeups to a separate context in order to respect the KERNEL_LOCK() requirement. Sockets (UDP, TCP) and pipes spin to grab the lock for the sames reasons. ok anton@, visa@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/02/14 07:55:30 Modified files: sys/dev/usb : uthum.c Log message: Prevent buffer overflows by not assuming the report length, given by the hardware, is necessarily smaller than the length of the on-stack buffer. Original fix from Maxime Villard in NetBSD via deraadt@. Tested by matthieu@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2020/02/14 08:08:46 Modified files: usr.sbin/snmpd : snmpe.c Log message: Don't log a generr in stats when there is no error. OK gerhard@ CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2020/02/14 08:14:11 Modified files: . : books.html Log message: delete stray byte; from Raf Czlonka CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2020/02/14 08:44:32 Modified files: geo/openbsd-developers: Makefile geo/openbsd-developers/files: OpenBSD Log message: Adding myself to the list OK kmos@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/02/14 08:55:57 Modified files: bin/dd : dd.1 Log message: Do not mark up punctuation (equal signs), get rid of needless .Xo and .Sm, and make some wordings more concise. Parts of a patch from Jan Stary , tweaked by me. Feedback and OK jmc@. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/02/14 08:56:47 Modified files: sys/dev/ic : aac.c sys/dev/pci : ips.c sys/dev/pv : vioblk.c vioscsi.c Log message: IPS_MAXFER, NAX_XFER, and MAXBSIZE are all defined as (64 * 1024). Reduce confusion by using MAXPHYS (a.k.a. (64 * 1024)) as other drivers do. CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/02/14 09:50:25 Modified files: sys/kern : kern_event.c sys/sys : eventvar.h Log message: Defer chained activation of kqueues. This makes easier to introduce new locks. The deferring also prevents kernel stack exhaustion with deep kqueue hierarchies. OK anton@, mpi@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/02/14 10:03:42 Modified files: sys/ufs/mfs : mfs_vfsops.c Log message: Call CURSIG() only once and pass that signal to the check in dounmount() and to CLRSIG. OK mpi@ visa@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/02/14 10:31:21 Removed files: www/tor-browser/browser/patches: patch-netwerk_cache_nsDiskCacheDeviceSQL_cpp patch-servo_components_style_build_gecko_rs patch-servo_components_style_lib_rs patch-servo_components_style_traits_lib_rs Log message: Actually remove patches that were supposed to have been removed in previous update, should fix make patch. spotted by naddy@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/02/14 11:11:29 Modified files: devel/py-unittest2: Makefile Log message: Don't use ${BUILD_DEPENDS} in RUN_DEPENDS Found by kili@ who also suggested the fix. OK pamela@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/02/14 11:37:03 Modified files: sys/dev/ic : ncr53c9x.c oosiop.c osiop.c siop.c sys/dev/pci : ips.c Log message: Let's all agree to call our scsi_adapter variable '_switch'. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2020/02/14 11:51:46 Modified files: infrastructure/lib/DPB: Clock.pm Log message: Increase threshold for marking a job "frozen" from 10 seconds to 45 seconds "I would be happy with that" sthen@ ok espie@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/02/14 12:17:34 Modified files: games/fortune/strfile: strfile.c games/hunt/hunt: hunt.c games/hunt/huntd: driver.c games/robots : main.c regress/lib/libc/db: dbtest.c regress/lib/libc/getaddrinfo: gaitest.c regress/lib/libc/regex: main.c regress/lib/libutil/fmt_scaled: fmt_test.c Log message: no need to declare "extern optarg" and "extern optind" when is included; patch from Jan Stary ; OK millert CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/02/14 13:13:10 Modified files: bin/dd : dd.1 Log message: get rid of an awkward ellipsis noticed by Jan Stary; OK jmc@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/14 13:17:02 Modified files: devel/go-goptlib: distinfo devel/luafs : distinfo devel/luarings : distinfo Log message: missed with bsd.port.mk / GH_TAGNAME commit CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/14 14:02:01 Modified files: mail/postfix/snapshot: Makefile distinfo mail/postfix/snapshot/patches: patch-conf_master_cf Log message: update to postfix-3.5.20200203, from Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/14 14:28:09 Modified files: www/trac : Makefile distinfo www/trac/pkg : PLIST Log message: update to trac-1.4.1 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/14 15:45:27 Modified files: devel/p5-AnyEvent-HTTP: Makefile distinfo Log message: Update to p5-AnyEvent-HTTP-2.24. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/02/14 15:46:04 Modified files: security/p5-IO-Socket-SSL: Makefile distinfo Log message: update p5-IO-Socket-SSL to 2.067 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/14 16:01:20 Modified files: devel/p5-Canary-Stability: Makefile distinfo Log message: Update to p5-Canary-Stability-2013. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/14 16:15:09 Modified files: net/routinator : Makefile Log message: disable net/routinator on aarch64, error[E0308]: mismatched types --> /usr/obj/ports/routinator-0.6.1/routinator-0.6.1/modcargo-crates/ring-0.14.6/src/cpu.rs:172:56 | 172 | pub fn available(&self, _: super::Features) -> bool { | --------- ^^^^ expected `bool`, found `()` | | | implicitly returns `()` as its body has no tail or `return` expression CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/02/14 17:12:28 Modified files: net/p5-Net-DNS : Makefile distinfo Log message: update p5-Net-DNS to 1.22 CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/02/14 18:58:01 Modified files: sys/dev/ic : gdt_common.c gdtvar.h Log message: Eliminate gdt_minphys() as it doesn't do anything. As the comment says " ... it's really not necessary" since 128 * PAGE_SIZE will never be less than MAXPHYS. CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2020/02/14 19:09:21 Modified files: openssh : releasenotes.html openssh/txt : release-8.2 Log message: use https instead of http for links; pointed out by Mike Frysinger CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2020/02/15 00:16:03 Modified files: sys/net : pipex_local.h Log message: Remove needless #ifdef. Diff from Jan Stary. ok claudio CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/02/15 00:44:21 Modified files: sysutils/yabitrot: Makefile distinfo sysutils/yabitrot/pkg: PLIST Log message: Update yabitrot from 0.3 to 0.4 From Martin Ziemer who also takes MAINTAINER. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/02/15 01:06:43 Modified files: devel : Makefile Removed files: devel/bouml : Makefile distinfo devel/bouml/patches: patch-Makefile patch-src_JavaCat_Class_cpp patch-src_ProjectControl_BrowserNode_cpp devel/bouml/pkg: DESCR-docs DESCR-main PLIST-docs PLIST-main Log message: Remove devel/bouml Upstream has decide to go its own way[1]. Qt3, no update since 10 years. It's time to go. [1] https://marc.info/?l=openbsd-ports&m=157934986528326&w=2 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/02/15 01:23:13 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register devel/bouml removal CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2020/02/15 01:47:14 Modified files: sys/dev/pci : files.pci Added files: sys/dev/pci : if_iwx.c if_iwxreg.h if_iwxvar.h Log message: Add iwx(4), a new driver for Intel AX200 wifi devices. The iwx(4) driver is based on code from iwm(4) and Linux iwlwifi. We are using a separate driver for this hardware family to avoid introducing even more complexity to iwm(4). Firmware loading and the Tx machinery in particular work differently compared to iwm(4) devices. Device firmware can be installed with fw_update(8). These devices support Tx rate scaling and Tx aggregation in firmware but we leave this disabled for now and adapt the Tx rate with MiRa/AMRR instead. Active scans (scans with probe requests) and background scans don't work yet. Otherwise this driver has the same feature set as iwm(4). CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2020/02/15 01:48:30 Modified files: share/man/man4 : Makefile Added files: share/man/man4 : iwx.4 Log message: add a man page for iwx(4) CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2020/02/15 01:49:11 Modified files: sys/arch/amd64/conf: GENERIC RAMDISK_CD Log message: Enable iwx(4) on amd64. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/15 01:51:23 Modified files: mail/dovecot-fts-xapian: Makefile distinfo mail/dovecot-fts-xapian/pkg: README Log message: update to dovecot-fts-xapian-1.2.9, from maintainer Tom Wong-Cornall CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2020/02/15 02:04:25 Modified files: share/man/man4 : pci.4 Log message: mention iwx(4) in pci(4) man page; reminded by jmc CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2020/02/15 02:35:48 Modified files: sys/kern : kern_exec.c kern_pledge.c kern_sig.c sys/sys : proc.h sysctl.h Log message: Consistently perform atomic writes to the ps_flags field of struct process. ok bluhm@ claudio@ visa@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/15 03:03:11 Modified files: converters/p5-Catalyst-View-JSON: Makefile distinfo Log message: Update to p5-Catalyst-View-JSON-0.37. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/02/15 03:43:23 Modified files: x11/gnome/grilo: Makefile distinfo x11/gnome/grilo/pkg: PLIST Log message: update to grilo-0.3.12 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/02/15 03:43:24 Modified files: x11/gnome/grilo-plugins: Makefile distinfo x11/gnome/grilo-plugins/patches: patch-meson_build x11/gnome/grilo-plugins/pkg: PLIST Log message: update to grilo-plugins-0.3.11 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/02/15 03:45:10 Modified files: www/epiphany : Makefile distinfo Log message: update to epiphany-3.34.4 CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/15 03:56:25 Modified files: usr.bin/dig/lib/dns: name.c usr.bin/dig/lib/isc/include/isc: buffer.h Log message: Get rid of "discards (const) qualifiers" warning in a less convoluted way. OK schwarze who points out that sufficiently excessive compiler warning settings will still warn for a straight forward (void *) cast. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/15 03:57:41 Modified files: usr.bin/dig/lib/isc: regex.c Log message: unifdef VALREGEX_REPORT_REASON, it doesn't provide much clarity. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/15 03:58:14 Modified files: usr.bin/dig : dig.h dighost.c Log message: get path to resolv.conf from resolv.h CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/02/15 04:35:11 Log message: Import lifeograph-1.6.1 Lifeograph is an off-line and private journal and note taking application. It supports markdown formatting and basic search and filtering. Diaries can be encrypted (using AES256). ok rsadowski@ Status: Vendor Tag: solene Release Tags: solene_20200215 N ports/productivity/lifeograph/Makefile N ports/productivity/lifeograph/distinfo N ports/productivity/lifeograph/pkg/DESCR N ports/productivity/lifeograph/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2020/02/15 04:35:31 Modified files: sys/dev/ic : nvme.c Log message: Don't touch the phase bit at nvme_poll_done(). This makes dumpsys() work with nvme. ok jmatthew CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/02/15 04:37:34 Modified files: productivity : Makefile Log message: hook lifeograph CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/02/15 04:49:01 Modified files: usr.bin/dig/lib/isc/unix: socket.c Log message: remove unused lockid var and FDLOCK_ID macro CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/02/15 04:57:11 Modified files: usr.bin/dig : dig.c usr.bin/dig/lib/isccfg: parser.c Log message: test pointers against NULL not 0 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/02/15 05:38:15 Modified files: archivers/zstd : Makefile Added files: archivers/zstd/patches: patch-programs_Makefile Log message: Fix for \# backward-incompatibility in gmake 4.3 CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/02/15 07:36:58 Modified files: lib/libssl : tls13_record.c Log message: Remove #include that is not needed. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/02/15 07:40:39 Modified files: lib/libssl : Makefile tls13_lib.c Added files: lib/libssl : tls13_legacy.c Log message: Move the TLSv1.3 code that interfaces with the legacy APIs/stack into a separate file. Discussed with beck@ and tb@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/02/15 07:49:37 Modified files: games/julius : Makefile distinfo games/julius/pkg: PLIST Log message: Update to julius-1.3.0 Changelog: https://github.com/bvschaik/julius/releases/tag/v1.3.0 CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/02/15 08:08:08 Modified files: usr.bin/tmux : cmd-list-keys.c tmux.1 Log message: Add -a to list-keys to also list keys without notes with -N, suggested by Shehu Dikko. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/02/15 08:28:01 Modified files: usr.bin/mandoc : mandoc.1 Log message: mention that -T man does not support eqn(7) and tbl(7); triggered by a question from Stephen Gregoratto CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/15 08:35:33 Modified files: graphics/openexr: Makefile distinfo graphics/openexr/pkg: PLIST-main Removed files: graphics/openexr/patches: patch-IlmBase_config_LibraryDefine_cmake patch-OpenEXR_config_LibraryDefine_cmake Log message: Update to OpenEXR-2.4.1. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/15 08:38:26 Modified files: mail/dovecot-fts-xapian: Makefile distinfo Log message: sigh, upstream fixed a build issue on some systems and retagged with the same version number. found by naddy CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/15 08:44:21 Modified files: net/dnscontrol : Makefile distinfo Log message: update to dnscontrol-2.11 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/15 08:55:51 Modified files: mail/fetchmail : Makefile distinfo mail/fetchmail/files: fetchmailconf mail/fetchmail/patches: patch-Makefile_in Log message: update to fetchmail-6.4.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/15 10:24:51 Modified files: cad/qrouter : Makefile distinfo cad/qrouter/patches: patch-Makefile_in Removed files: cad/qrouter/patches: patch-configure_in patch-qrouter_h Log message: update to qrouter-1.4.76, from maintainer Alessandro De Laurenzis, tested on powerpc by and ok cwen@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/15 10:59:26 Modified files: usr.bin/dig/lib/isc: timer.c usr.bin/dig/lib/isc/include/isc: timer.h Log message: timer methods are unused CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/15 10:59:55 Modified files: usr.bin/dig/lib/isc: timer.c usr.bin/dig/lib/isc/include/isc: timer.h Log message: remove unused function CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/02/15 11:02:00 Modified files: sys/dev/ic : adv.c adw.c aic79xx_openbsd.c aic7xxx_openbsd.c ami.c cac.c iha.c iha.h trm.c twe.c twevar.h uha.c Log message: *_minphys() functions that cap i/o sizes at a value larger than the value minphys() uses (MAXPHYS) are pointless since minphys() is always called after the *_minphys() function. MAXPHYS (64 * 1024) == 16 * 4096. 4096 is the smallest PAGE_SIZE we have. So a *_minphys() function that caps the i/o size at N * PAGE_SIZE where N is > 16 is just wasting cycles. Nuke adv_minphys (40 * PAGE_SIZE), adw_minphys (254 * PAGE_SIZE), ahc_minphys (128 * PAGE_SIZE), ahd_minphys (128 * PAGE_SIZE), ami_minphys (26 * PAGE_SIZE), cac_minphys (65535 (!!!) * 512), iha_minphsy (32 * PAGE_SIZE), trm_minphys (31 * PAGE_SIZE), twe_minphys (62 * PAGE_SIZE). uha_minphys (32 * PAGE_SIZE), CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/15 11:30:16 Modified files: www/webkitgtk4 : Makefile distinfo Log message: SECURITY update to webkitgtk4-2.26.4. CVE-2020-3862, CVE-2020-3864, CVE-2020-3865, CVE-2020-3867, CVE-2020-3868. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2020/02/15 11:36:18 Modified files: devel/angr : Makefile.inc devel/angr/py-ailment: distinfo devel/angr/py-angr: Makefile distinfo devel/angr/py-angr/pkg: PLIST devel/angr/py-archinfo: distinfo devel/angr/py-claripy: Makefile distinfo devel/angr/py-cle: Makefile distinfo devel/angr/py-cle/patches: patch-cle_loader_py devel/angr/py-cle/pkg: PLIST devel/angr/py-pyvex: Makefile distinfo devel/angr/py-pyvex/pkg: PLIST devel/angr/py-z3-solver/patches: patch-core_scripts_mk_util_py devel/angr/vex : Makefile devel/angr/vex/pkg: PLIST security/angrop: Makefile distinfo Log message: Update angr and angrop to 8.20.1.7 Feedback and OK jasper CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/15 12:32:51 Modified files: databases/py-odbc: Makefile distinfo Log message: Update to py-odbc-4.0.28. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2020/02/15 12:56:37 Modified files: editors/nano : Makefile distinfo editors/nano/patches: patch-doc_nano_1 patch-src_Makefile_in Log message: Update to 4.8. Improvements: - Pasting from outside into nano suppresses auto-indentation. - Such an external paste can be undone with a single M-U. - Shift+Meta+letter key combos can be bound with 'bind Sh-M-letter ...'. - A custom nanorc file may be specified with -f / --rcfile. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/02/15 14:03:18 Modified files: usr.sbin/vmctl : vmctl.8 usr.sbin/vmd : vm.conf.5 Log message: DHCP is configured on the first interface only A VM can have multiple interfaces, but only the first one gets DHCP if "-L" (vmctl) or "local" (vm.conf) is specified. Positive feedback Mike Larkin CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/15 14:40:42 Modified files: devel/p5-Data-UUID: Makefile distinfo devel/p5-Data-UUID/pkg: PLIST Log message: Update to p5-Data-UUID-1.224 from wen heping, ok afresh1@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/02/15 15:01:56 Modified files: math/py-sympy : Makefile distinfo math/py-sympy/patches: patch-setup_py math/py-sympy/pkg: PLIST Log message: Update to py-sympy-1.5.1. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/02/15 15:19:51 Modified files: share/man/man4 : enc.4 Log message: Remove tcpdump WARNING from tcpdump(8) example output tcpdump no longer warns about missing IP addresses on interfaces. OK jmc CVSROOT: /cvs Module name: src Changes by: mortimer@cvs.openbsd.org 2020/02/15 15:59:55 Modified files: sys/arch/amd64/amd64: vmm.c Log message: Add bounds check on addresses passed from guests in pvclock. Fixes an issue where a guest can write to host memory by passing bogus addresses. Reported by Maxime Villard. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/15 16:05:04 Modified files: devel/re2c : Makefile Log message: remove re2c's BDEP on bison; it was there to avoid picking up bison if present at build time, but isn't actually required as there are pregenerated files available. (re2c's build prefers to regenerate, but will fallback to using the pregenerated ones). because re2c is on the path to building ninja, which is used by huge parts of the ports tree, this helps builds get moving faster, and also avoids a circular dependency that happens with newer versions of bison (which need the ports version of makeinfo, which eventually pulls in bison again via a chain of dep's involving texlive). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/15 16:16:19 Modified files: mail/mutt : Makefile distinfo Log message: update to mutt-1.13.4 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2020/02/15 18:10:53 Modified files: mail/neomutt : Makefile Added files: mail/neomutt/patches: patch-muttlib_c patch-mx_c Log message: Cherry-pick segfault fix From 0bc0337861351fca46df00c20afd51fd00750f18 Mon Sep 17 00:00:00 2001 From: Andreas Rammhold Date: Fri, 14 Feb 2020 13:08:13 +0100 Subject: [PATCH] libmutt: fix segfault when alias lookup returns NULL OK sthen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/02/15 19:02:27 Removed files: usr.bin/dig/lib/isc/include/isc: ipv6.h Log message: remove unused file CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2020/02/15 20:23:05 Modified files: sys/dev/pv : vmt.c Log message: Force a guest info update when we get a Capabilities_Register command. ESXi doesn't carry the guest info over when a guest gets moved to a different host, and this appears to be the only hint the guest gets that this has happened. ok dlg@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/02/15 21:34:23 Modified files: lang/compcert : Makefile distinfo lang/compcert/patches: patch-configure lang/compcert/pkg: PLIST Log message: Update to commit 9b881b79 for coq 8.11.0 and ocaml 4.10 support. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/02/15 22:20:29 Modified files: devel/py-jupyter_core: Makefile distinfo devel/py-jupyter_core/patches: patch-jupyter_core_command_py patch-jupyter_core_tests_test_command_py Removed files: devel/py-jupyter_core/patches: patch-setup_py Log message: Update to py-jupyter_core-4.6.1 Changelog: https://github.com/jupyter/jupyter_core/blob/4.6.1/docs/changelog.rst OK kmos@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/02/15 22:21:04 Modified files: devel/py-jupyter_client: Makefile distinfo devel/py-jupyter_client/patches: patch-jupyter_client_connect_py Log message: Update to py-jupyter_client-5.3.4 Changelog: https://github.com/jupyter/jupyter_client/blob/5.3.4/docs/changelog.rst Includes feedback from kmos@. Thank you! OK kmos@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/16 00:54:04 Modified files: www/webkitgtk4 : Tag: OPENBSD_6_6 Makefile distinfo Log message: SECURITY update to webkitgtk4-2.26.4. CVE-2020-3862, CVE-2020-3864, CVE-2020-3865, CVE-2020-3867, CVE-2020-3868. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2020/02/16 00:55:30 Modified files: sys/sys : sysctl.h Log message: Cope with latest changes to the ps_flags field of struct process which is unsigned by now. ok millert@ visa@ CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2020/02/16 00:59:08 Modified files: sys/kern : sys_pipe.c Log message: Unconditionally acquiring a write lock in pipe_ioctl() is quite excessive as only one command actually modifies the pipe. The sigio subsystem is already internally protected using its own lock. This is similar to what soo_ioctl() already does. ok mpi@ visa@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/16 00:59:31 Modified files: graphics/simple-scan: Makefile distinfo Log message: Update to simple-scan-3.34.4. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/16 01:05:41 Modified files: usr.bin/dig/lib/isc: timer.c usr.bin/dig/lib/isc/include/isc: timer.h Log message: We only use isc_timertype_once, get rid of all other types. OK millert CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/16 01:06:37 Modified files: usr.bin/dig : dighost.c usr.bin/dig/lib/isc: timer.c usr.bin/dig/lib/isc/include/isc: timer.h usr.bin/dig/lib/isc/unix: time.c usr.bin/dig/lib/isc/unix/include/isc: time.h Log message: Now we are only using one timer type (once) and expires is always NULL so remove those struct members. OK millert CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/16 01:15:53 Modified files: mail/gmime30 : Makefile distinfo Log message: Update to gmime30-3.2.6. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2020/02/16 01:16:43 Modified files: net/munin : Makefile distinfo Log message: update to munin-2.0.56 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/16 01:17:13 Modified files: misc/osinfo/osinfo-db: Makefile distinfo misc/osinfo/osinfo-db/pkg: PLIST Log message: Update to osinfo-db-20200214. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/16 01:20:39 Modified files: sysutils/terraform/provider-alicloud: Makefile distinfo sysutils/terraform/provider-aws: Makefile distinfo sysutils/terraform/provider-azurerm: Makefile distinfo sysutils/terraform/provider-dnsimple: Makefile distinfo sysutils/terraform/provider-exoscale: Makefile distinfo sysutils/terraform/provider-google: Makefile distinfo sysutils/terraform/provider-newrelic: Makefile distinfo Log message: Update terraform providers. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/16 01:25:58 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-280.0.0. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/16 01:30:08 Modified files: print/htmldoc : Makefile distinfo print/htmldoc/patches: patch-Makedefs_in patch-configure patch-htmldoc_file_c patch-htmldoc_http_c patch-htmldoc_ps-pdf_cxx Log message: Update to htmldoc-1.9.8. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/16 01:41:56 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py-botocore-1.15.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/16 01:42:07 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py-boto3-1.12.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/16 01:42:27 Modified files: sysutils/awscli: Makefile distinfo sysutils/awscli/pkg: PLIST Log message: Update to awscli-1.18.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/16 01:51:34 Modified files: sysutils/packer: Makefile distinfo Log message: Update to packer-1.5.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/16 01:54:30 Modified files: devel/libwnck : Makefile distinfo devel/libwnck/pkg: PLIST Removed files: devel/libwnck/patches: patch-libwnck_tasklist_c Log message: Update to libwnck-2.31.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/16 01:54:52 Modified files: x11/winwrangler: Makefile Log message: Regen WANTLIB after libwnck update. Remove bogus LIB_DEPENDS on devel/startup-notification. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/16 01:58:41 Modified files: sysutils/consul: Makefile distinfo Log message: Update to consul-1.7.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/16 02:05:39 Modified files: audio/pulseaudio: Makefile Log message: Ignore version 13.99.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/16 02:06:56 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.21.13. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/16 02:17:18 Modified files: x11/gnome/dconf-editor: Makefile distinfo x11/gnome/dconf-editor/pkg: PLIST Log message: Update to dconf-editor-3.34.4. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/02/16 02:33:47 Modified files: sys/arch/arm64/arm64: locore.S syscall.c Log message: Change arm64 system call ABI to skip two instructions. This allows us to insert a barrier after each system call to address a speculative execution issue discovered by Anthony Steinhauser. A change to insert two nop instructions after each system call instruction in crt0.o/libc/ld.so has been committed a few weeks ago, so the transition should go smoothly. However, old static binaries and binaries that roll their own syscalls (like go) will no longer work. Snapshot packages that work with the new syscall ABI are available (including a fixed go). Together with deraadt@ and guenther@ ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/16 02:55:42 Modified files: x11/gnome/control-center: Makefile distinfo Log message: Update to gnome-control-center-3.34.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/16 02:57:53 Modified files: mail/evolution : Makefile distinfo Log message: Update to evolution-3.34.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/16 02:58:15 Modified files: databases/evolution-data-server: Makefile distinfo Log message: Update to evolution-data-server-3.34.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/16 03:21:30 Modified files: mail/evolution-ews: Makefile distinfo Log message: Update to evolution-ews-3.34.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/16 03:24:19 Modified files: textproc/meld : Makefile distinfo textproc/meld/pkg: PLIST Log message: Update to meld-3.20.2. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/02/16 03:29:16 Modified files: x11/xfce4/xfce4-whiskermenu: Makefile distinfo Log message: Update to xfce4-whiskermenu 2.4.2 CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2020/02/16 03:31:53 Modified files: openssh : releasenotes.html openssh/txt : release-8.2 Log message: the openssh-8.2.tar.gz release tarball contained a stale version.h file and incorrectly advertised itself as "8.1". I have respun and re-signed the openssh-8.2.tar.gz tarball to correct this. The release notes contain SHA1/SHA256 sums for both the fixed and the original tarball, which remains on the mirror sites but renamed to openssh-8.2.tar.gz.incorrect as a lasting monument to my error. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/02/16 03:45:59 Modified files: www/tor-browser: Makefile.inc www/tor-browser/browser: Makefile distinfo www/tor-browser/browser/files: all-openbsd.js www/tor-browser/browser/patches: patch-browser_extensions_tor-launcher_src_defaults_preferences_torlauncher-prefs_js www/tor-browser/noscript: Makefile distinfo meta/tor-browser: Makefile Removed files: www/tor-browser/tor-launcher/files: torrc-defaults Log message: Update to tor-browser 9.0.5, based off firefox ESR 68.5.0. from Caspar Schutijser who takes over maintainership from Sean Levy (who originally ported this, thanks for the hard work!) properly substitute ${LOCALBASE}, and enables pledge() while here. CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2020/02/16 03:57:36 ports/databases/p5-DBD-MariaDB/patches Update of /cvs/ports/databases/p5-DBD-MariaDB/patches In directory cvs.openbsd.org:/tmp/cvs-serv60187/patches Log Message: Directory /cvs/ports/databases/p5-DBD-MariaDB/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2020/02/16 03:58:15 Modified files: databases/p5-DBD-MariaDB: Makefile databases/p5-DBD-MariaDB/pkg: PLIST Added files: databases/p5-DBD-MariaDB/patches: patch-dbdimp_c patch-socket_c Log message: Hide all driver private symbols from runtime library. from Brad CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/02/16 04:03:25 Modified files: usr.sbin/vmctl : vmctl.8 usr.sbin/vmd : vm.conf.5 Log message: Backout "DHCP is configured on the first interface only" I completely missed that part from vmctl.5's "LOCAL INTERFACES" section. Reading `-L's description itself and the fact that it functions as a boolean switch contrary to how `-i' expects a number, I made the wrong assumption that it can only work for the first interface. "vmctl -Li2" configures two interfaces, one witch DHCP and one without. "vmctl -L -L" however configures two interfaces with DHCP IPs each. My second mistake was to imply analogue behaviour for the configuration. Now that you stated the obvious about `local' being per `interface' line, it makes absoloutely no sense to above mentioned behaviour for static VM definitions. Pointed out by tb CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2020/02/16 04:25:17 Modified files: distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/02/16 04:28:28 Modified files: sbin/iked : iked.conf.5 sbin/ipsecctl : ipsec.conf.5 Log message: Quote variables in pf tag strings Macros are expanded by the parser at parse time, whereas variables are read as ordinary strings and left unmodified; hence, quoted `"$domain"' gets passed to the daemon as is, which substitutes proper values before passing it to the kernel. `$domain' without quotes never makes it to the daemon, that is with `domain = foo' somewhere else "foo" is being eventually passed unmodified to the kernel. jmc prompted for a proper explanation and provided the final wording. OK tobhe jmc CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/16 06:02:19 Modified files: databases/py-redis: Makefile distinfo databases/py-redis/pkg: PLIST Log message: update to py-redis 3.4.1, use modpy_pytest. ok rpointel@ CVSROOT: /cvs Module name: src Changes by: inoguchi@cvs.openbsd.org 2020/02/16 07:33:04 Modified files: lib/libssl : s3_lib.c ssl_srvr.c Log message: Avoid leak for tmp.x25519 Changed to use local variable to hold malloc address rather than directly set to S3I(s)->tmp.x25519, and set that private_key pointer to S3I(s)->tmp.x25519 after all the "goto err;". Also added freezero for S3I(s)->tmp.x25519 to ssl3_free() and ssl3_clear(). ok jsing@ tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/16 07:44:18 Modified files: devel/re2c : Makefile Log message: tweak comment CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2020/02/16 08:44:52 Modified files: sys/arch/amd64/amd64: Tag: OPENBSD_6_6 vmm.c Log message: This is errata 6.6/020_vmm_pvclock.patch.sig CVSROOT: /cvs Module name: src Changes by: mortimer@cvs.openbsd.org 2020/02/15 15:59:55 Modified files: sys/arch/amd64/amd64: vmm.c Log message: Add bounds check on addresses passed from guests in pvclock. Fixes an issue where a guest can write to host memory by passing bogus addresses. Reported by Maxime Villard. This was ok stsp@ and Mike Larkin (mlarkin) CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/02/16 09:36:40 Modified files: lib/libssl : ssl_tlsext.c Log message: Avoid potential NULL dereference when parsing a server keyshare extension. It is currently possible for key_share to be NULL when a TLS client receives a keyshare extension. However, for this to occur the client has to be doing TLS 1.2 or earlier, which means that it was invalid for the server to send the extension. As such, check for NULL and treat it as an invalid extension. Found by oss-fuzz (#20741 and #20745). ok inoguchi@ tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/02/16 09:39:01 Modified files: usr.bin/openssl: openssl.1 s_client.c Log message: Add -tls1_3 and -notls1_3 options to openssl(1) s_client. Also stop using version pinned methods, instead setting the min and max protocol versions. Requested by inoguchi@ ok inoguchi@ tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/02/16 10:03:58 Modified files: regress/lib/libtls/gotls: tls.go tls_test.go Log message: Update protocol version test to include TLSv1.3. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/02/16 10:39:47 Modified files: sys/dev/isa : wds.c Log message: 16 << PGSHIFT (which is >= 12) is always >= MAXPHYS (64 * 1024) so wds_minphys() is just duplicating what minphys() will do. Nuke it. CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/02/16 10:53:36 Modified files: math/py-scipy : Makefile distinfo math/py-scipy/pkg: PLIST Log message: Update to py-scipy 1.2.3. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/16 11:05:09 Modified files: usr.bin/dig : dig.h dighost.c host.c usr.bin/dig/lib/dns/rdata/generic: keydata_65533.c usr.bin/dig/lib/isc: log.c timer.c timer_p.h usr.bin/dig/lib/isc/include/isc: socket.h timer.h types.h usr.bin/dig/lib/isc/unix: app.c socket.c time.c usr.bin/dig/lib/isc/unix/include/isc: time.h Log message: Replace isc_time_t and interval_t with struct timespec. Input & OK millert CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2020/02/16 12:34:59 Modified files: sys/kern : vfs_vnops.c Log message: Rework vn_ioctl() to only have a single point of return. This will make it easier to grab the kernel lock once ioctl() is unlocked. Thanks to semarie@ who came up with an improved diff. ok mpi@ semarie@ visa@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/02/16 12:40:35 Log message: Import p5-Conf-Libconfig-0.100 DESCR: Perl bindings to the C library libconfig. OK sthen@ Status: Vendor Tag: bket Release Tags: bket_20200216 N ports/devel/p5-Conf-Libconfig/Makefile N ports/devel/p5-Conf-Libconfig/distinfo N ports/devel/p5-Conf-Libconfig/pkg/DESCR N ports/devel/p5-Conf-Libconfig/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/02/16 12:44:01 Modified files: devel : Makefile Log message: Hook p5-Conf-Libconfig CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/02/16 12:48:24 Log message: Import net/srain, a modern IRC client written in GTK. Improvements from sthen@, cwen@ ok cwen@ Srain is a modern IRC client written in GTK. Features: * RFC {1459,2812} compatible * Partial IRCv3 support * Multi-platform support * Interactive channel search * URL previews * Desktop notifications * Regex-based message rendering and filtering Status: Vendor Tag: bcallah Release Tags: bcallah_20200216 N ports/net/srain/Makefile N ports/net/srain/distinfo N ports/net/srain/patches/patch-src_Makefile N ports/net/srain/pkg/PLIST N ports/net/srain/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/02/16 12:48:45 Modified files: net : Makefile Log message: +srain CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/02/16 12:51:44 Modified files: net/sslh : Makefile Added files: net/sslh/patches: patch-t Log message: Enable tests for sslh With p5-Conf-Libconfig in ports we can enable tests for net/sslh. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/02/16 13:02:21 Modified files: etc/examples : bgpd.conf Log message: Remove trailing backslashes "prefix-set" blocks work with line breaks just fine, probably old macro leftover. OK job claudio CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2020/02/16 13:04:44 Modified files: . : errata66.html Log message: release vmm errata. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/16 13:50:25 Modified files: x11/i3-mousedrag: Makefile distinfo x11/i3-mousedrag/patches: patch-Makefile_am patch-etc_config patch-etc_config_keycodes patch-i3-nagbar_main_c Log message: update i3-mousedrag to a newer checkout from the orestisfl:issue-2643 branch, closer to i3 4.17.1 CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2020/02/16 13:51:46 Modified files: misc/open62541/patches: patch-CMakeLists_txt Log message: GCC 4.2.1 doesn't understand -Wpedantic. Patch it out. Fixes build on sparc64 ok tb@ bluhm@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/16 14:04:44 Modified files: usr.bin/dig/lib/isc: timer.c usr.bin/dig/lib/isc/unix: time.c usr.bin/dig/lib/isc/unix/include/isc: time.h Log message: The timer type we are using requires interval to be set, remove unused interval_zero. OK millert CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/16 14:06:15 Modified files: usr.bin/dig : dighost.c usr.bin/dig/lib/isc: log.c timer.c usr.bin/dig/lib/isc/unix: time.c usr.bin/dig/lib/isc/unix/include/isc: time.h Log message: Reduce interval indirection by setting struct members directly and using macros from sys/time.h OK millert CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/16 14:06:54 Modified files: usr.bin/dig/lib/dns/rdata/generic: keydata_65533.c usr.bin/dig/lib/isc: timer.c usr.bin/dig/lib/isc/unix: time.c usr.bin/dig/lib/isc/unix/include/isc: time.h Log message: remove timespec setters OK millert CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/16 14:07:33 Modified files: usr.bin/dig/lib/isc: timer.c usr.bin/dig/lib/isc/unix: time.c usr.bin/dig/lib/isc/unix/include/isc: time.h Log message: unravel isc_time_isepoch OK millert CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/16 14:08:15 Modified files: usr.bin/dig/lib/isc: log.c timer.c usr.bin/dig/lib/isc/unix: time.c usr.bin/dig/lib/isc/unix/include/isc: time.h Log message: unravel isc_time_compare OK millert CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/16 14:08:59 Modified files: usr.bin/dig/lib/isc: log.c timer.c usr.bin/dig/lib/isc/include/isc: timer.h usr.bin/dig/lib/isc/unix: time.c usr.bin/dig/lib/isc/unix/include/isc: time.h Log message: unravel isc_time_add and isc_time_subtract OK millert CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/16 14:09:32 Modified files: usr.bin/dig/lib/isc: log.c usr.bin/dig/lib/isc/unix: time.c usr.bin/dig/lib/isc/unix/include/isc: time.h Log message: unravel isc_time_formattimestamp OK millert CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/16 14:10:07 Modified files: usr.bin/dig/lib/dns/rdata/generic: keydata_65533.c usr.bin/dig/lib/isc/unix: time.c usr.bin/dig/lib/isc/unix/include/isc: time.h Log message: Move isc_time_formathttptimestamp to the only place it is used. OK millert CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/16 14:11:03 Modified files: usr.bin/dig : dighost.c host.c usr.bin/dig/lib/isc: log.c timer.c usr.bin/dig/lib/isc/include/isc: util.h usr.bin/dig/lib/isc/unix: app.c time.c usr.bin/dig/lib/isc/unix/include/isc: time.h Log message: clock_gettime cannot fail if called correctly; unravel TIME_NOW indirections. (I'm not convinced that we always want to read CLOCK_REALTIME, in fact we probably want to almost always read CLOCK_MONOTONIC.) OK millert CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/16 14:11:32 Modified files: usr.bin/dig/lib/isc/unix: time.c usr.bin/dig/lib/isc/unix/include/isc: time.h Log message: cleanup OK millert CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/16 14:12:41 Modified files: usr.bin/dig/lib/dns: dns_time.c dst_internal.h tsig.c usr.bin/dig/lib/dns/include/dns: rdataset.h tsig.h usr.bin/dig/lib/dns/include/dst: dst.h usr.bin/dig/lib/dns/rdata/generic: keydata_65533.c usr.bin/dig/lib/isc: task.c usr.bin/dig/lib/isc/include/isc: task.h usr.bin/dig/lib/isc/unix: Makefile.inc Removed files: usr.bin/dig/lib/isc/unix: stdtime.c usr.bin/dig/lib/isc/unix/include/isc: stdtime.h Log message: Get rid of isc_stdtime_t and use time_t directly. OK millert CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2020/02/16 14:15:43 Modified files: usr.bin/ssh : ssh.1 Log message: document -F none; with jmc@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/02/16 15:10:47 Modified files: usr.sbin/bgpd : bgpd.conf.5 Log message: Tag "neighbor" and "group" keywords at their definitions mdoc(7) auto-tagging delivered false positives leading tag users to usages somewhere in manual; add ".Tg" markup for both keywords in the "NEIGHBORS AND GROUPS" section where the concepts are introduced. Feedback and OK schwarze CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2020/02/16 15:33:50 Modified files: www/tor-browser/https-everywhere: Makefile Log message: bump for maintainer change CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2020/02/16 16:02:29 Modified files: devel/py-characteristic: Makefile Log message: Move MAINTAINER address to my openbsd.org email address. CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2020/02/16 16:37:23 Modified files: sys/arch/loongson/dev: apm.c Log message: Send a resume event to apmd(8), like done by apm(4) and acpi(4) Test & ok visa@. Sadly his Lemote doesn't come back from sleep, with or without this change. CVSROOT: /cvs Module name: www Changes by: pamela@cvs.openbsd.org 2020/02/16 17:53:34 Modified files: . : plus.html Log message: plus for Dec 17 - Jan 16 ok florian CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/02/16 19:50:23 Modified files: sys/dev/ic : oosiop.c osiop.c siop.c siop_common.c siopvar_common.h Log message: The siop family members use various atop/ptoa dances (oosiop/osiop) or as static value of 16 * PAGE_SIZE (siop). But all end up with a max i/o size of of MAXPHYS or more. So no need for their *_minphys. CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/02/16 21:07:01 Modified files: sys/kern : kern_event.c Log message: Raise SPL when updating kn_status. Otherwise the field can become inconsistent if knote_acquire() or knote_release() is preempted by an interrupt that modifies the same knote. OK mpi@ Reported-by: syzbot+8c174edc00da365121d7@syzkaller.appspotmail.com CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/02/17 00:55:40 Modified files: www/py-wstools : Makefile Log message: missing dependency on py-test-runner CVSROOT: /cvs Module name: src Changes by: denis@cvs.openbsd.org 2020/02/17 01:12:22 Modified files: usr.sbin/ospf6d: rde.c rde.h rde_lsdb.c Log message: Bring ospf6d closer to ospfd - update debug messages to be more precise - simplify call to lsa_self() - drop lsa_find_lsid() redondant parameters OK remi@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/02/17 01:40:03 Modified files: audio/cantata : Makefile distinfo audio/cantata/pkg: PLIST Log message: Update to cantata 2.4.0. https://github.com/CDrummond/cantata/releases/tag/v2.4.0 CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2020/02/17 02:35:41 Log message: Import sysutils/py-schedule: Python job scheduling for humans. An in-process scheduler for periodic jobs that uses the builder pattern for configuration. Schedule lets you run Python functions (or any other callable) periodically at pre-determined intervals using a simple, human-friendly syntax. ok kmos@ Status: Vendor Tag: martin Release Tags: martin_20200217 N ports/sysutils/py-schedule/Makefile N ports/sysutils/py-schedule/distinfo N ports/sysutils/py-schedule/pkg/DESCR N ports/sysutils/py-schedule/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2020/02/17 02:37:59 Modified files: sysutils : Makefile Log message: +py-schedule CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2020/02/17 03:40:26 Modified files: sysutils/py-prometheus_client: Makefile distinfo Log message: update sysutils/py-prometheus_client to 0.7.1 ok kmos@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/17 04:43:31 Modified files: mail/postfix/snapshot: Tag: OPENBSD_6_6 Makefile distinfo mail/postfix/snapshot/patches: Tag: OPENBSD_6_6 patch-conf_master_cf patch-src_tls_tls_certkey_c mail/postfix/stable: Tag: OPENBSD_6_6 Makefile distinfo Log message: merge postfix updates to -stable, req by Brad (maintainer) Bug (introduced: Postfix 3.1): smtp_dns_resolver_options were broken while adding support for negative DNS response caching in postscreen. Postfix was inadvertently changed to call res_query() instead of res_search(). Reported by Jaroslav Skarvada. Bug (introduced: Postfix 2.5): Postfix ignored the CONNECT macro overrides from a Milter application. Postfix now evaluates the Milter macros for an SMTP CONNECT event after the Postfix-to-Milter connection is negotiated. Problem reported by David BĂ¼rgin. Bug (introduced: Postfix 3.0): sanitize (remote) server responses before storing them in the verify database, to avoid Postfix warnings about malformed UTF8. Found during code maintenance. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2020/02/17 05:26:48 Modified files: devel/ruby-puppet_forge: Makefile distinfo Log message: simple update, 2.3.1 -> 2.3.2, while there, enable tests CVSROOT: /cvs Module name: src Changes by: inoguchi@cvs.openbsd.org 2020/02/17 05:51:48 Modified files: lib/libcrypto/conf: conf.h conf_def.c conf_err.c Log message: Restrict the length of openssl conf value string There was no limitation for the length of openssl conf value. This brings possibility of out-of-memory problem as oss-fuzz had detected. This diff restricts the length of conf value up to 64k. ok jsing@ CVSROOT: /cvs Module name: src Changes by: inoguchi@cvs.openbsd.org 2020/02/17 05:52:42 Modified files: lib/libcrypto/man: openssl.cnf.5 Log message: Describe the restriction for length of openssl conf value string ok and suggestion jmc@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2020/02/17 05:56:43 Modified files: devel/ruby-cri : Makefile Log message: Seems ruby-cri doesn't depend on ruby-colored anymore, so remove that obsolete dependency. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/17 06:00:31 Modified files: devel/git : Makefile distinfo Log message: Update to git-2.25.1. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/02/17 06:06:45 Modified files: usr.sbin/pkg_add: Makefile Added files: usr.sbin/pkg_add/OpenBSD: InstalledInfo.pm Log message: future replacement for PackageInfo.pm - the name was a bit confusing (pkg_info) - one of the first modules I wrote, and the old one isn't OO at all, and full of globals, which can be a problem for displaying error messages, and for tweaking PKG_DB locally... This will replace PackageInfo.pm once I've gone through all the callers. New synopsis would make this part of State in most cases, without any singleton. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2020/02/17 06:46:08 Modified files: distrib/notes/octeon: xfer Log message: Typo in RCSID, from Andrius V CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/17 06:49:39 Modified files: devel/p5-Test-SharedFork: Makefile distinfo Log message: Update to p5-Test-SharedFork-0.35, ok (maintainer) CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2020/02/17 07:02:22 Log message: Import devel/git-crypt: transparent file encryption in Git git-crypt enables transparent encryption and decryption of files in a git repository. Files which you choose to protect are encrypted when committed, and decrypted when checked out. With some help and corrections from jca@ ok jca@ Status: Vendor Tag: paco Release Tags: paco_20200217 N ports/devel/git-crypt/Makefile N ports/devel/git-crypt/distinfo N ports/devel/git-crypt/pkg/DESCR N ports/devel/git-crypt/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2020/02/17 07:18:40 Modified files: devel/py-test-timeout: Makefile distinfo Log message: Update devel/py-test-timeout 1.3.3 -> 1.3.4 Trivial update to 1.3.4 https://github.com/pytest-dev/pytest-timeout/blob/master/README.rst ok bket@ benoit@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/17 07:22:58 Modified files: print/cups-filters: Makefile distinfo Log message: Update to cups-filters-1.27.1. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/17 07:28:16 Modified files: net/p5-Server-Starter: Makefile distinfo Log message: Update to p5-Server-Starter-0.35, ok (maintainer) CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/17 07:32:47 Modified files: sysutils/p5-Proc-Wait3: Makefile distinfo sysutils/p5-Proc-Wait3/pkg: PLIST Log message: Update to p5-Proc-Wait3-0.05, ok (maintainer) CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/02/17 07:34:19 Modified files: sys/dev/ic : ar5008.c Log message: Use bpf_mtap_hdr() to prepend the radiotap header instead of faking an mbuf which sits on the stack. Similar change was done in iwm(4) some time ago. OK stsp@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/02/17 07:37:36 Modified files: sys/dev/ic : ar5008.c Log message: Use m_defrag() to linearize an mbuf chain instead of hand rolling a solution which is not bug free. OK stsp@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/02/17 08:04:25 Modified files: graphics/libansilove: Makefile distinfo graphics/libansilove/pkg: PLIST Log message: Update libansilove to 1.2.0. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/02/17 08:05:12 Modified files: graphics/ansilove: Makefile distinfo Log message: Update ansilove to 4.1.0. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/17 08:15:29 Modified files: devel/p5-Data-ICal: Makefile distinfo Log message: Update to p5-Data-ICal-0.23. CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/02/17 08:34:56 Modified files: regress/sbin/iked/live: Makefile Log message: Generate public keys for newly generated local private keys. CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/02/17 08:37:09 Modified files: regress/sbin/iked/live: Makefile Log message: Disable name resolution in tcpdump with -n. We always compare source and destination addresses. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2020/02/17 09:11:25 Modified files: sbin/dumpfs : dumpfs.c Log message: Do not look for an FFS1 file system at SBLOCK_UFS2. Doing so will find the wrong super-block for file systems with 64k block size. ok visa@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/17 09:12:41 Modified files: devel/p5-Log-Dispatch-FileRotate: Makefile distinfo devel/p5-Log-Dispatch-FileRotate/pkg: PLIST Log message: Update to p5-Log-Dispatch-FileRotate-1.36. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/02/17 09:21:30 Modified files: devel/libusb1 : Makefile Log message: switch HOMEPAGE to https CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2020/02/17 09:32:00 Modified files: devel : Makefile Log message: +git-crypt to devel ok kmos@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/17 09:34:11 Modified files: devel/p5-namespace-autoclean: Makefile distinfo Log message: Update to p5-namespace-autoclean-0.29. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/02/17 09:38:19 Modified files: sys/arch/amd64/amd64: vmm.c Log message: In vcpu_must_stop() use SIGPENDING() to check if there is a possible pending signal for curproc. CURSIG() is doing a fair amount more than just checking for a pending signal and should not be called just for that. The signal handling will be done once the ioctl returns to userland which is triggered by vcpu_must_stop(). OK mlarkin@ mpi@ visa@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/02/17 10:47:06 Modified files: devel/pyusb : Makefile devel/pyusb/pkg: DESCR Log message: remove WANTLIB and LIB_DEPENDS. pyusb 0.x was using C but pyusb 1.x doesn't anymore. also depend on libusb1 instead of libusb-compat. libusb1 gets selected over libusb-compat tweak DESCR while here CVSROOT: /cvs Module name: src Changes by: pd@cvs.openbsd.org 2020/02/17 11:16:10 Modified files: sys/arch/amd64/amd64: vmm.c Log message: vmm: check guest cpl and xsave_mask in xsetbv handler Reported by Maxime Villard. ok kettenis@ brynet@ CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2020/02/17 11:17:42 Modified files: sysutils/ansible: Makefile distinfo sysutils/ansible/pkg: PLIST-html Log message: Update ansible 2.9.4 -> 2.9.5 Changelog: https://github.com/ansible/ansible/blob/stable-2.9/changelogs/CHANGELOG-v2.9.rst#v2-9-5 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/02/17 11:34:20 Modified files: sysutils/py-ghmi: Makefile distinfo Log message: update to py-ghmi-1.5.6 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/02/17 11:48:02 Modified files: x11/gnome/file-roller: Makefile distinfo Log message: update to file-roller-3.32.4 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/02/17 11:48:09 Modified files: x11/gnome/shell: Makefile distinfo Log message: update to gnome-shell-3.34.4 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/02/17 11:58:34 Modified files: x11/gnome/mutter: Makefile distinfo Log message: update to mutter-3.34.4 CVSROOT: /cvs Module name: src Changes by: jung@cvs.openbsd.org 2020/02/17 11:58:39 Modified files: usr.bin/dig : dig.c usr.bin/dig/lib/isc: app_api.c hash.c log.c netaddr.c parseint.c serial.c sha1.c sha2.c symtab.c usr.bin/dig/lib/isc/include/isc: app.h hash.h log.h netaddr.h parseint.h serial.h sha1.h sha2.h symtab.h usr.bin/dig/lib/isc/unix: app.c socket.c Log message: remove unused code ok florian CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2020/02/17 12:00:58 Modified files: sbin/fsirand : fsirand.c Log message: Do not look for an FFS1 file system at SBLOCK_UFS2. Doing so will find the wrong super-block for file systems with 64k block size. ok visa@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2020/02/17 12:29:55 Modified files: sys/dev/usb : ukspan.c Log message: missing rcs id CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2020/02/17 12:33:51 Modified files: share/man/man4 : ukspan.4 Log message: add HISTORY section CVSROOT: /cvs Module name: src Changes by: jung@cvs.openbsd.org 2020/02/17 12:45:00 Modified files: usr.bin/dig/lib/dns/include/dns: tsig.h usr.bin/dig/lib/isc: lex.c usr.bin/dig/lib/isc/unix: Makefile.inc Removed files: usr.bin/dig/lib/isc/include/isc: stdio.h usr.bin/dig/lib/isc/unix: stdio.c Log message: isc_stdio_open() wrapper function is only called in lex'er so call fopen() directly and drop it ok florian CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2020/02/17 13:33:00 Modified files: print/poppler : Makefile distinfo print/poppler/patches: patch-poppler_Form_cc patch-utils_CMakeLists_txt print/poppler/pkg: PLIST-main Log message: Update to poppler-0.85.0. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2020/02/17 13:34:11 Modified files: graphics/gdcm : Makefile graphics/gdcm/patches: patch-Applications_Cxx_gdcminfo_cxx patch-Applications_Cxx_gdcmpdf_cxx Log message: Fix the build with poppler-0.85.0. ok jasper@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2020/02/17 13:35:19 Modified files: graphics/pdf2djvu: Makefile graphics/pdf2djvu/patches: patch-pdf-backend_cc Log message: Fix the build with poppler-0.85.0. ok, juanfra@ (maintainer) CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/02/17 13:57:58 Modified files: sys/dev/ic : ar9003.c Log message: Don't fake up an mbuf to prepend a readiotap header, just use bpf_mtap_hdr(). OK claudio@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/02/17 14:29:56 Modified files: devel/p5-Devel-CheckOS: Makefile distinfo Log message: update p5-Devel-CheckOS to 1.83 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/17 14:55:49 Modified files: sysutils/supuner: Makefile distinfo sysutils/supuner/pkg: DESCR Log message: update to supuner-0.2, from maintainer Laurie Tratt CVSROOT: /cvs Module name: www Changes by: millert@cvs.openbsd.org 2020/02/17 15:27:11 Modified files: . : mail.html Log message: Update OpenSMTPD security mailing list address. CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/02/17 15:38:35 Modified files: devel/acpica : Makefile distinfo devel/acpica/patches: patch-generate_unix_Makefile_config patch-generate_unix_acpiexec_Makefile Log message: update to acpica-20200214; ok sthen@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2020/02/17 16:07:38 Modified files: devel/got : Makefile distinfo Added files: devel/got/pkg : DESCR-main DESCR-web PLIST-main PLIST-web Removed files: devel/got/pkg : DESCR PLIST Log message: update to got 0.26 devel/got port changes based on a diff from tracey ok sthen@ - initial release of gotweb(8), a repository server for web browsers (tracey) - fix a segfault in 'got backout' (tracey, reported by semarie) - switch 'tog tree' repository path argument to a new -r option - fix 'got blame' and 'tog blame' on files added on worktree's current branch - enable searching in tog diff view with the '/' key (tracey) - ignore EROFS during checkout for repositories on read-only filesystems - do not open log message editor if there are no changes during 'histedit -c' - display branch name and first commit to be edited at top of histedit script - fix bug where 'got revert -R' failed on added subtrees - fix bug where 'got log PATH' failed to map PATH into the repository - make 'tog log' show linear history by default; add -b option and B key - make 'got log' show linear history by default; remove -f and add -b option - do not display unversioned files during 'got revert -R' - tweak default colors for directories and symlinks in 'tog tree' - sleep for one nanosecond after syncing the file index to disk - fix 'tog log -c' with tags CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/02/17 17:06:12 Modified files: sys/dev : ipmi.c Log message: ipmi(4): tsleep(9) -> tsleep_nsec(9) There remains a polling sleep in this driver. We can fix it separately. ok mpi@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/02/17 17:06:56 Modified files: sys/dev/ic : rtsx.c Log message: rtsx(4): tsleep(9) -> tsleep_nsec(9); ok mpi@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/02/17 17:10:23 Modified files: sys/dev/sbus : stp4020.c Log message: stp(4): tsleep(9) -> tsleep_nsec(9) With input from kn@. Compile-tested by kn@. ok kn@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/02/17 17:12:08 Modified files: sys/dev/sbus : magmareg.h magma.c Log message: magma(4): timeout_add(9) -> timeout_add_msec(9) Remove the tick conversion stuff and use timeout_add_msec(9) directly. Compile-tested by kn@. ok kn@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2020/02/17 18:18:53 Modified files: usr.sbin/apmd : apmd.c Log message: Further unify apm events and timeout polling code Fake an APM_POWER_CHANGE event if we time out waiting for an event. This allows us to handle autoaction in a single place. CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/02/17 20:47:19 Modified files: sys/kern : kern_descrip.c Log message: Move setting of UF_EXCLOSE file descriptor flag inside finishdup(). This makes it easier to release fdplock before calling closef(). OK mpi@, anton@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/02/17 22:22:22 Modified files: x11/lablgtk2 : Makefile distinfo x11/lablgtk2/pkg: PFRAG.dynlink-native PLIST Log message: Update to 2.18.10 for improved compatibility with ocaml 4.10. ok chrisz@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/02/18 00:25:20 Modified files: distrib/sets/lists/base: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/18 00:34:05 Modified files: x11/gtk+3 : Makefile distinfo x11/gtk+3/pkg : PLIST-main Log message: Update to gtk+3-3.24.14. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/02/18 00:40:49 Modified files: sys/dev/pci/drm/include/linux/sched: signal.h Log message: Use SIGPENDING() instead of CURSIG() for emulating signal_pending(). There is no need for the additional work done by CURSIG(). seems reasonable jsg@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2020/02/18 01:05:08 Modified files: net/seafile/client: Makefile distinfo net/seafile/seafile: Makefile distinfo Log message: update to seafile 7.0.6 CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2020/02/18 01:05:16 Modified files: security/suricata: Makefile distinfo Log message: Update for Suricata to 5.0.2. OK jasper@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2020/02/18 01:06:40 Modified files: www/nextcloud : Makefile distinfo www/nextcloud/pkg: PLIST Log message: Update for Nextcloud to 18.0.1 CVSROOT: /cvs Module name: src Changes by: gerhard@cvs.openbsd.org 2020/02/18 01:09:37 Modified files: sbin/ifconfig : ifconfig.c share/man/man4 : umb.4 sys/dev/usb : if_umb.c if_umb.h Log message: Add IPv6 support to umb(4). ok job@ bluhm@ claudio@ job@ tested with 'telnet -6 towel.blinkenlights.nl' on Fibocom L831-EAU on IIJ MIO's network (Japan), with 'inet6 autoconf' in /etc/hostname.umb0. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2020/02/18 01:13:29 Modified files: www/nextcloud : Tag: OPENBSD_6_6 Makefile distinfo www/nextcloud/pkg: Tag: OPENBSD_6_6 PLIST Log message: Update for Nextcloud to 18.0.1. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2020/02/18 01:29:35 Modified files: sys/net80211 : ieee80211_output.c Log message: Fix an mbuf corruption issue which occurs in net80211 hostap mode. When sizing a memory allocation for a probe response frame, the AP used the SSID length stored in the node structure which represents the client, but used the actual length of the SSID when copying it into the frame. If the actual length is sufficiently large this will result in corruption of an adjacent mbuf on the free list since m->m_next will be overwritten with data written to the tail of the probe response frame. Bad things happen later on when the adjacent mbuf is used. Sometimes the corruption is detected by mbufpl's use-after-free checking, at other times we end up crashing somewhere in the network stack. To prevent such a mistake from occuring again I am removing the 'ni' argument from ieee80211_get_probe_resp() altogether. It is not needed. A quick workaround is to configure a short SSID. Debugged with help from claudio, kettenis, and dlg. ok claudio CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/18 01:36:53 Modified files: devel/p5-MooseX-Role-Parameterized: Makefile distinfo Log message: Update to p5-MooseX-Role-Parameterized-1.11. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/18 01:44:05 Modified files: x11/gnome/desktop: Makefile distinfo x11/gnome/desktop/pkg: PLIST Log message: Update to gnome-desktop-3.34.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/18 01:44:31 Modified files: meta/gnome : Makefile Log message: Welcome GNOME 3.34.4! CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/18 01:46:30 Modified files: devel/p5-MooX-Types-MooseLike: Makefile distinfo Log message: Update to p5-MooX-Types-MooseLike-0.29. CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2020/02/18 01:49:49 Modified files: usr.bin/ssh : ssh.c Log message: Detect and prevent simple configuration loops when using ProxyJump. bz#3057, ok djm@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2020/02/18 01:58:33 Modified files: usr.bin/ssh : ssh-add.c Log message: Ensure that the key lifetime provided fits within the values allowed by the wire format (u32). Prevents integer wraparound of the timeout values. bz#3119, ok markus@ djm@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/18 02:03:53 Modified files: devel/p5-PerlIO-eol: Makefile distinfo devel/p5-PerlIO-eol/pkg: PLIST Log message: Update to p5-PerlIO-eol-0.17. CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2020/02/18 02:25:53 Modified files: textproc/elasticsearch: Makefile distinfo textproc/elasticsearch/patches: patch-config_jvm_options textproc/elasticsearch/pkg: PLIST Log message: Update elasticsearch 7.5.2 -> 7.6.0 https://www.elastic.co/guide/en/elasticsearch/reference/7.6/release-notes-7.6.0.html CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2020/02/18 02:26:37 Modified files: www/kibana : Makefile distinfo www/kibana/patches: patch-config_kibana_yml patch-package_json www/kibana/pkg : PLIST Log message: Update kibana 7.5.2 -> 7.6.0 Relase notes: https://www.elastic.co/guide/en/kibana/7.6/release-notes-7.6.0.html CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2020/02/18 02:29:17 Modified files: sysutils/logstash: Makefile distinfo sysutils/logstash/patches: patch-bin_logstash-plugin patch-config_logstash_yml sysutils/logstash/pkg: PLIST Log message: Update logstash 7.5.2 -> 7.6.0 Relase notes: https://www.elastic.co/guide/en/logstash/7.6/logstash-7-6-0.html CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/18 02:30:55 Modified files: devel/p5-Scope-Upper: Makefile distinfo devel/p5-Scope-Upper/pkg: PLIST Log message: Update to p5-Scope-Upper-0.32. CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2020/02/18 02:41:35 Modified files: sysutils/beats/filebeat: Makefile distinfo sysutils/beats/filebeat/patches: patch-filebeat_filebeat_yml sysutils/beats/filebeat/pkg: PLIST Log message: Update filebeat 7.5.2 -> 7.6.0 Relase notes: https://www.elastic.co/guide/en/beats/libbeat/7.6/release-notes-7.6.0.html CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/18 02:42:01 Modified files: devel/p5-Tie-Hash-MultiValue: Makefile distinfo Log message: Update to p5-Tie-Hash-MultiValue-1.05. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/18 03:10:45 Modified files: devel/p5-Time-modules: Makefile distinfo Log message: Update to p5-Time-modules-2013.0912. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/02/18 04:29:16 Modified files: usr.sbin/pkg_add: pkg_info.1 Log message: have description of -Q match reality CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/18 04:39:50 Modified files: devel/p5-Type-Tiny: Makefile distinfo devel/p5-Type-Tiny/pkg: PLIST Log message: Update to p5-Type-Tiny-1.006000 from wen heping, ok afresh1@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/02/18 05:13:40 Modified files: sys/arch/armv7/omap: ommmc.c sys/arch/sparc64/dev: stp_sbus.c sys/dev/acpi : dwiic_acpi.c sys/dev/cardbus: cardslot.c sys/dev/fdt : imxesdhc.c sys/dev/ic : dwiic.c dwiicvar.h sys/dev/pci/drm/i915: intel_breadcrumbs.c sys/dev/pci/drm/include/drm: drmP.h sys/dev/pci/drm/include/linux: sched.h sys/dev/pci/drm/scheduler: gpu_scheduler.c sys/dev/pci : dwiic_pci.c sys/kern : kern_timeout.c sys/net : pf_ioctl.c sys/sys : kthread.h sys/ufs/mfs : mfs_vfsops.c sys/uvm : uvm_km.c uvm_pmemrange.c Log message: Cleanup and includes. Do not include where it is not needed and stop including in it. ok visa@, anton@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/18 05:17:43 Modified files: math/p5-Math-BaseCnv: Makefile distinfo Log message: Update to p5-Math-BaseCnv-1.14. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/02/18 05:19:11 Modified files: lib/csu/aarch64: md_init.h lib/libc/arch/aarch64: SYS.h libexec/ld.so/aarch64: SYS.h rtld_machine.c Log message: Now that the kernel skips the two instructions immediately following a syscall, replace the double nop with a dsb nsh; isb; sequence which stops the CPU from speculating any further. This fix was suggested by Anthony Steinhauser. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/18 05:24:00 Modified files: devel/glib2 : Makefile distinfo devel/glib2/patches: patch-glib_gtimezone_c patch-meson_build devel/glib2/pkg: PLIST Log message: Update to glib2-2.62.5. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2020/02/18 05:41:04 Modified files: security/sqlmap: Makefile distinfo security/sqlmap/pkg: PLIST Log message: Update for SQLMap to 1.4.2 OK benoit@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/02/18 08:06:27 Modified files: sys/net : if_pppx.c Log message: pppx(4): rwsleep(9) -> rwsleep_nsec(9); ok claudio@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/18 08:11:23 Modified files: net/p5-Net-CIDR: Makefile distinfo Log message: Update to p5-Net-CIDR-0.20. CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2020/02/18 08:26:48 Modified files: infrastructure/bin: portimport Log message: fix cvs error on the last step of portimport(1). Thanks tb@ and stsp@ for the help ok tb@, kmos@ CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2020/02/18 08:27:04 Modified files: databases/postgresql: Makefile distinfo databases/postgresql/pkg: PLIST-docs Log message: Update to 12.2 Diff from jeremy@ with small change from me. ok jeremy@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/02/18 09:05:56 Modified files: sys/dev/ic : aac.c Log message: Let aac(4) compile again by #include'ing selinfo.h. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/02/18 09:12:15 Modified files: lib/libssl : ssl_tlsext.c tls13_client.c tls13_record_layer.c tls13_server.c Log message: drop unused include ok inoguchi jsing CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/18 09:32:21 Modified files: sysutils/snmp_exporter: Makefile distinfo sysutils/snmp_exporter/patches: patch-generator_Makefile sysutils/snmp_exporter/pkg: PLIST Log message: update to snmp_exporter-0.17.0 CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/02/18 10:07:38 Modified files: sys/dev/ic : iha.h Log message: Trailing whitespace is icky. Some KNF whitespace tweaks tossed it too. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/02/18 10:08:35 Modified files: sys/dev/ic : iha.c Log message: Trailing whitespace is icky. Some KNF whitespace tweaks tossed it too. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/02/18 10:20:12 Modified files: sys/arch/sparc64/dev: vdsk.c Log message: Flip vdsk to 'normal' scsi_adapter idiom. Compile testing by kurt@ and jca@. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/02/18 10:21:27 Modified files: www/mozilla-firefox: Makefile distinfo www/firefox-i18n: Makefile.inc distinfo Log message: Update to firefox 73.0.1. See https://www.mozilla.org/en-US/firefox/73.0.1/releasenotes/ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/02/18 10:31:23 Modified files: share/man/man7 : man.7 Log message: Mention that .AT, .P, .SB, and .UC are extensions; it really matters because we only retain the language for backward compatibility in the first place. Part of the research done by , see the list for details. No change to the following conventions: Consider portable whatever made it into GNU troff no later than 4.4BSD. For portable extensions, mention their origin at the end of the description. For non-portable extensions, for example from man-ext, usually warn earlier, near the beginning of the description. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/02/18 10:56:46 Modified files: x11/gnome/gjs : Makefile distinfo Log message: update to gjs-1.58.5 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/02/18 10:59:54 Modified files: devel/flawfinder: Makefile distinfo Log message: update to flawfinder-2.0.11 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/02/18 11:00:45 Modified files: sysutils/py-pynetbox: Makefile distinfo Log message: update to py-pynetbox-4.2.5 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2020/02/18 11:02:45 Modified files: security/opendnssec: Makefile distinfo Log message: Update opendnssec 2.1.5 -> 2.1.6 Announcement: https://www.opendnssec.org/2020/02/opendnssec-2-1-6/ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/18 11:10:17 Modified files: usr.bin/dig/lib/isc: task.c usr.bin/dig/lib/isc/include/isc: app.h socket.h task.h usr.bin/dig/lib/isc/unix: app.c socket.c Log message: Remove unused task, taskmgr, app, socket and socketmgr methods. OK millert CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/18 11:11:27 Modified files: usr.bin/dig : dig.c host.c nslookup.c usr.bin/dig/lib/dns: compress.c dst_api.c dst_internal.h key.c masterdump.c message.c name.c rdata.c rdatalist.c rdataset.c tsig.c usr.bin/dig/lib/dns/include/dns: callbacks.h compress.h message.h name.h rdataset.h tsig.h usr.bin/dig/lib/isc: buffer.c bufferlist.c hash.c heap.c lex.c log.c symtab.c task.c task_p.h timer.c timer_p.h usr.bin/dig/lib/isc/include/isc: app.h buffer.h socket.h task.h timer.h usr.bin/dig/lib/isc/unix: app.c socket.c socket_p.h Removed files: usr.bin/dig/lib/isc: app_api.c socket_api.c usr.bin/dig/lib/isc/include/isc: magic.h Log message: Get rid of ISC_MAGIC and ISC_MAGIC_VALID macros. While pulling on that it turns out we can / need git rid of a isc_task -> isc__task, isc_taskmgr -> isc__taskmgr, isc_timer -> isc__timer and isc_socket -> isc__socket indirection. OK millert CVSROOT: /cvs Module name: ports Changes by: gkoehler@cvs.openbsd.org 2020/02/18 11:11:33 Modified files: graphics/babl : Makefile Added files: graphics/babl/patches: patch-babl_babl-fish-path_c Log message: Fix crash on powerpc Some code was not portable to powerpc because it passed the wrong type of value to a va_arg(3) function; upstream commit https://gitlab.gnome.org/GNOME/babl/commit/a585692 "Looks good" ajacoutot@ (maintainer) ok cwen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/18 11:51:46 Modified files: sysutils/reposync: Makefile distinfo Log message: fix an ugly error at exit when -p is used, from bluhm@ CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2020/02/18 12:12:50 Modified files: www/kcgi : Makefile distinfo Log message: Update kcgi to 0.10.13 CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2020/02/18 12:16:33 Modified files: www/openradtool: Makefile distinfo Log message: Update openradtool to 0.8.5 CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/02/18 13:24:52 Modified files: sys/dev/ic : adv.h adw.c adw.h adwlib.c adwlib.h sys/dev/pci : adv_pci.c Log message: Trailing whitespace. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/18 14:55:49 Modified files: infrastructure/bin: portimport Log message: Show PKGNAMES before importing, this might prevent some imports done with bogus names. ok tb@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/02/18 15:45:52 Modified files: lang/ocaml-camlp5: Makefile distinfo lang/ocaml-camlp5/pkg: PFRAG.native PLIST Log message: Update ocaml-camlp5 to 7.11 for better ocaml 4.10 support. ok chrisz@ (MAINTAINER), jca@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/02/18 15:55:00 Modified files: textproc/iso8879: Makefile distinfo Log message: Update MASTER_SITES. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2020/02/18 15:59:50 Modified files: devel/ocaml-biniou: Makefile distinfo devel/ocaml-biniou/pkg: PLIST Removed files: devel/ocaml-biniou/patches: patch-Makefile Log message: Maintenance update to ocaml-biniou 1.2.1. Main benefit is switching fully from jbuilder to dune. This will allow us to eventually update dune to version 2.0.0 or newer. ok jca@ and "looks fine" to chrisz@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/18 16:06:53 Modified files: sysutils/snmp_exporter: Makefile Log message: fix CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/02/18 16:14:04 Modified files: games/wtf : Makefile distinfo Log message: Update to wtf-20200208 CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/02/18 18:31:38 Modified files: sys/dev/pci : ips.c Log message: ips(4): tsleep(9) -> tsleep_nsec(9) While here, get rid of the "timo" variable completely. In the SCSI_NOSLEEP path of ips_poll() use "usecs" and in the opposite path use "msecs". ok krw@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/02/18 22:58:26 Modified files: x11/dbusmenu-qt: Makefile Log message: dbusmenu-qt qt4/5 cleanup - qjson is only used to build the test-application so remove it from the qt5 flavor - COMPILER is set by the qt5 module CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/02/18 23:10:17 Modified files: x11/qdirstat : Makefile distinfo x11/qdirstat/patches: patch-man_man_pro patch-src_src_pro x11/qdirstat/pkg: PLIST Log message: Update qdirstat to 1.6.1 Changelog: - Much better handling for "permission denied" errors while reading directories. - Now showing the exact byte size (134 495 994 Bytes instead of 128.3 MB) upon mouse click in the tree (right click) and in the details panel (left or right click). - New optional tree column "Oldest File" (not enabled by default). - Bug fix: Support for dark widget themes in File Size Histogram window. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/02/18 23:14:41 Modified files: fonts/font-awesome: Makefile distinfo Log message: Update font-awesome to 5.12.1 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/02/18 23:18:48 Modified files: devel/pycharm : Makefile distinfo devel/pycharm/pkg: PLIST Log message: Update pycharm to 2019.3.3 Diff from Lucas Raab. Thanks CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/02/18 23:19:56 Modified files: devel/intellij : Makefile distinfo devel/intellij/pkg: PLIST Log message: Update intellij to 2019.3.3 Diff from Lucas Raab, OK from maintainer CVSROOT: /cvs Module name: www Changes by: kmos@cvs.openbsd.org 2020/02/18 23:44:23 Modified files: . : events.html Log message: Add BSDCan 2020 and my OpenBSD Ports Workshop to Future Events CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/19 00:16:15 Modified files: net/p5-Test-TCP: Makefile distinfo Log message: Update to p5-Test-TCP-2.22, ok (maintainer) CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2020/02/19 00:29:53 Modified files: usr.bin/ftp : fetch.c Log message: Don't put the userinfo in request URI. This also makes accessing a https server with user/password through "http_proxy" environment variable work properly. ok jca CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/02/19 00:44:27 Modified files: astro/kstars : Makefile distinfo astro/kstars/pkg: PLIST Log message: Update kstars to 3.4.0 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/19 01:18:36 Modified files: devel/libconfuse: Makefile distinfo devel/libconfuse/pkg: PLIST Log message: Update to libconfuse-3.2.2. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2020/02/19 01:35:12 Modified files: sysutils/facter: Makefile distinfo sysutils/facter/patches: patch-lib_CMakeLists_txt sysutils/facter/pkg: PLIST Removed files: sysutils/facter/patches: patch-lib_inc_facter_facts_external_resolver_hpp Log message: Update 3.14.7 -> 3.14.8 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/19 02:33:45 Modified files: devel/p5-Set-Object: Makefile distinfo devel/p5-Set-Object/pkg: PLIST Log message: Update to p5-Set-Object-1.40. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/19 02:40:52 Modified files: www/p5-Starman : Makefile distinfo Log message: Update to p5-Starman-0.4015, ok (maintainer) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/02/19 03:53:53 Modified files: usr.sbin/pkg_add/OpenBSD: ForwardDependencies.pm Log message: Separate singular and plural CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/19 03:59:36 Modified files: sysutils/snmp_exporter: distinfo Log message: fix distinfo CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/02/19 04:05:04 Modified files: sys/dev/ic : ath.c rt2560.c rt2661.c rt2860.c Log message: Similar to other wireless drivers use bpf_mtap_hdr() to prepend the radiotap header instead of using a fack mbuf in the stack. OK stsp@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2020/02/19 04:05:15 Modified files: net/ruby-public_suffix: Makefile distinfo net/ruby-public_suffix/pkg: PLIST Log message: simple update: 4.0.1 -> 4.0.3 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/02/19 04:33:48 Modified files: sys/kern : kern_sig.c Log message: Remove the indirection via timeout for proc_stop_sweep(). Using a soft interrupt is enough to defer the signal handling. This is a leftover from the times where not all archs had generic soft interrupts. It is possible that the defer signal handling to a soft interrupt will be removed at a later stage. Input anton@, mpi@ OK kettenis@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2020/02/19 05:10:58 Modified files: security/ruby-gpgme: Makefile distinfo security/ruby-gpgme/pkg: PLIST Log message: simple update: 2.0.19 -> 2.0.20 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/02/19 05:15:45 Modified files: print/scribus : Makefile distinfo print/scribus/patches: patch-scribus_util_cpp print/scribus/pkg: PLIST Added files: print/scribus/patches: patch-resources_manpages_CMakeLists_txt patch-scribus_plugins_import_pdf_importpdf_cpp patch-scribus_plugins_import_pdf_importpdfconfig_h patch-scribus_plugins_import_pdf_slaoutput_cpp patch-scribus_plugins_import_pdf_slaoutput_h patch-scribus_third_party_zip_zip_p_h patch-scribus_ui_colorlistmodel_cpp patch-scribus_ui_colorlistmodel_h Removed files: print/scribus/patches: patch-CMakeLists_txt patch-scribus_CMakeLists_txt patch-scribus_gtdialogs_cpp Log message: Update to scribus 1.5.5, based on a diff from rsadowski@ reworked by Nam Nguyen, thanks ! Switches to Qt5, fix build with newer poppler via archlinux patches, fix segfault at startup on ununsed ColorPixmapValue object. tweaks from sthen@ & myself (mostly depends tidying), tested by rsadowski@ provide a debug package while here CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2020/02/19 05:39:38 Modified files: usr.bin/ftp : fetch.c Log message: Fix http (not https) auth combined with proxy auth. First look for userinfo, and overwrite it to make sure it doesn't reappears again later. Then reset the path to fix the fragile mechanism that produces the full request URI for the proxied connection case. ok yazuoka@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/19 05:53:48 Modified files: x11/gnome/music: Makefile distinfo Log message: Update to gnome-music-3.34.4. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/02/19 07:22:29 Modified files: usr.sbin/pkg_add/OpenBSD: PackageRepositoryList.pm Search.pm Log message: allow search objects to say "keep_all" and make PackageRepositoryLists aware of that for match_locations CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/02/19 07:23:26 Modified files: usr.sbin/pkg_add/OpenBSD: PkgInfo.pm Log message: refactor opt('Q') into its own code make sure we see -a along with opt('Q') tweak -aQ to use keep_all so that it shows every entry in every repository instead of stopping at the first one. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/02/19 07:24:19 Modified files: usr.sbin/pkg_add: pkg_info.1 Log message: document new option combo CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/02/19 07:25:00 Modified files: usr.bin/tmux : key-string.c server-client.c Log message: A few fixes to make modifier keys and dragging work - need to remove the modifiers before checking for the dragging marker key, and apply them before looking up the end key. Also fix key-to-string with modifiers for special keys. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/02/19 08:27:01 Modified files: devel/py-sip : Makefile distinfo devel/py-sip/patches: patch-configure_py Log message: Update to py-sip-4.19.18 From Makefile: XXX py-sip updates FREQUENTLY break other ports XXX BE ESPECIALLY CAREFUL WHEN TESTING UPDATES! As such, consumers have been build tested and most of them have been run tested. landry preformed some additional build tests. Thank you! OK rsadowski@, landry@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/02/19 08:27:47 Modified files: x11/py-qt5 : Makefile distinfo x11/py-qt5/patches: patch-configure_py x11/py-qt5/pkg : PLIST Log message: Update to py-qt-5.9.2 Build- and run-tested its consumers. landry did some additional build tests. Thank you! While here switch homepage to https. OK landry@. "No objection" rsadowski@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/02/19 08:31:44 Modified files: sysutils/diffoscope: Makefile distinfo Log message: Update to diffoscope-137 CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2020/02/19 08:35:39 Modified files: devel/py-babel : Makefile distinfo devel/py-babel/pkg: PLIST Log message: update devel/py-babel to 2.8.0 ok kmos@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/02/19 08:48:41 Modified files: devel/py-jaraco-functools: Makefile devel/py-jaraco-functools/pkg: PLIST Log message: Fix broken PKGNAME Found by martin@. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/02/19 08:50:50 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Add quirk for previously broken PKGNAME of devel/py-jaraco-functools CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/02/19 08:51:42 Modified files: devel : Makefile Log message: + py-jaraco-functools{,python3} CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/02/19 09:08:53 Modified files: x11/qt5 : Makefile Makefile.version x11/qt5/docs : Makefile x11/qt5/qtwebkit: Makefile distinfo x11/qt5/qtwebkit/patches: patch-Source_JavaScriptCore_dfg_DFGDisassembler_cpp patch-Source_JavaScriptCore_heap_MachineStackMarker_cpp patch-Source_JavaScriptCore_jit_ExecutableAllocator_h patch-Source_WTF_wtf_Platform_h patch-Source_WebCore_dom_Document_cpp x11/qt5/qtwebkit/pkg: PLIST Added files: x11/qt5/qtwebkit/patches: patch-CMakeLists_txt patch-Source_JavaScriptCore_API_ObjCCallbackFunction_h patch-Source_JavaScriptCore_CMakeLists_txt patch-Source_JavaScriptCore_assembler_ARM64Assembler_h patch-Source_JavaScriptCore_assembler_ARMAssembler_h patch-Source_JavaScriptCore_assembler_MacroAssemblerX86Common_h patch-Source_JavaScriptCore_dfg_DFGNode_h patch-Source_JavaScriptCore_heap_MachineStackMarker_h patch-Source_JavaScriptCore_javascriptcoregtk_pc_in patch-Source_ThirdParty_gtest_include_gtest_internal_gtest-port_h patch-Source_WTF_wtf_Assertions_cpp patch-Source_WTF_wtf_InlineASM_h patch-Source_WTF_wtf_dtoa_utils_h patch-Source_WebCore_page_NavigatorBase_cpp patch-Source_WebCore_platform_graphics_surfaces_GraphicsSurfaceToken_h patch-Source_WebCore_platform_graphics_surfaces_GraphicsSurface_h patch-Source_WebKit2_Shared_Plugins_unix_PluginSearchPath_cpp patch-Source_WebKit_qt_WebCoreSupport_QWebFrameAdapter_cpp patch-Source_cmake_OptionsCommon_cmake Removed files: x11/qt5/qtwebkit/patches: patch-Source_JavaScriptCore_API_JSStringRef_cpp patch-Source_JavaScriptCore_jsc_pro patch-Source_ThirdParty_ANGLE_src_libGLESv2_Program_cpp patch-Source_WTF_wtf_RandomNumberSeed_h patch-Source_WTF_wtf_TypeTraits_h patch-Source_WebCore_Target_pri patch-Source_WebCore_platform_graphics_SegmentedFontData_cpp patch-Source_WebCore_platform_mac_WebCoreNSURLExtras_mm patch-Source_WebCore_plugins_qt_PluginPackageQt_cpp patch-Source_WebCore_plugins_qt_PluginViewQt_cpp patch-Source_WebKit2_PluginProcess_qt_PluginProcessMainQt_cpp patch-Source_WebKit2_Shared_API_c_WKString_cpp patch-Source_WebKit2_WebProcess_Plugins_Netscape_x11_NetscapePluginX11_cpp patch-Source_WebKit2_WebProcess_pro patch-Tools_DumpRenderTree_JavaScriptThreading_cpp patch-Tools_mangleme_mangle_cgi_c patch-Tools_mangleme_remangle_cgi_c patch-Tools_qmake_config_tests_gccdepends_gccdepends_pro patch-Tools_qmake_config_tests_glx_glx_pro patch-Tools_qmake_config_tests_libXcomposite_libXcomposite_pro patch-Tools_qmake_config_tests_libXrender_libXrender_pro patch-Tools_qmake_mkspecs_features_functions_prf Log message: Update QtWebKit from 5.9.0 to 5.212.0. 5.212.0 comes from an independent project: https://github.com/qtwebkit/qtwebkit It's a QtWebKit with a more modern WebKit code base which fix a lot of bugs and security holes. Notable port changes: - Remove qtwebkit-examples, this can go away - Build the old qtwebkit docs, there is no new one. - Almost all patches can be removed. New patches come from NetBSD. - Tweak: Remove TEST_*, there is no test suite. - Tweak: Remove MACHINE_ARCH sh so keep in sync with www/webkitgtk4 powerpc (cwen@), sparc64 (jca@), amd64,i386 (landry@ and I) Input and help by many. Great ports team effort! CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/02/19 09:09:00 Modified files: www/otter-browser: Makefile distinfo www/otter-browser/pkg: PLIST Log message: Update otter-browser to 1.0.01 Depends on x11/qt5/qtwebkit 5.212.0. ok awolk@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/02/19 09:09:03 Modified files: meta/qt5 : Makefile Log message: x11/qt5/qtwebkit-examples is gone CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/02/19 09:55:04 Modified files: sys/arch/amd64/amd64: locore0.S sys/arch/amd64/conf: ld.script Log message: Make sure the first 2MB page of the kernel is actually mapped RO in the direct map by using a properly aligned address. To prevent further confusion, remove __kernel_base_phys from the linker script and rename __kernel_end_phys into __kernel_phys_end. Hinted at by Maxime Villard. ok millert@, deraadt@, mpi@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/02/19 10:14:33 Modified files: devel : Makefile Removed files: devel/beediff : Makefile distinfo devel/beediff/patches: patch-beediff_pro devel/beediff/pkg: DESCR PLIST Log message: Remove Qt4 beediff. No longer maintained upstream, suggest kompare. (x11/kde-applications/kompare) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/02/19 10:16:35 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: sync with beediff removal CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/02/19 10:16:48 Modified files: www/jupyter-notebook: Makefile distinfo www/jupyter-notebook/pkg: PLIST Log message: Update to jupyter-notebook-6.0.3 Changelog: https://jupyter-notebook.readthedocs.io/en/stable/changelog.html python3 only now, so drop the FLAVOR. OK kmos@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/02/19 10:18:28 Modified files: www : Makefile Log message: -jupyter-notebook,python3 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/02/19 10:26:36 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Add entry for dropped python2 flavor of www/jupyter-notebook CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2020/02/19 10:35:36 Modified files: editors : Makefile editors/py-qscintilla: Makefile distinfo editors/qscintilla: Makefile distinfo devel/quirks : Makefile devel/quirks/files: Quirks.pm Added files: editors/py-qscintilla/pkg: DESCR-common DESCR-main PLIST-common PLIST-main Removed files: editors/py-qscintilla/pkg: DESCR PLIST Log message: Move py-qscintilla to qt5 and remove the default qt4 flavor. Help from landry@ and rsadowski@. OK landry@. While here, update qscintilla and py-qscintilla to 2.11.4. From landry@. CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2020/02/19 10:38:05 Modified files: geo/qgis : Makefile Log message: Fix qgis dependencies after of the py-qscintilla update. CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2020/02/19 10:38:59 Modified files: devel/tortoisehg: Makefile Log message: Move tortoisehg to qt5. CVSROOT: /cvs Module name: www Changes by: bket@cvs.openbsd.org 2020/02/19 10:45:32 Modified files: faq : current.html Log message: Add entry about jupyter-notebook dropping support for Python 2 Explain what needs to be checked. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/19 10:46:52 Modified files: sysutils/smartmontools: Makefile distinfo Removed files: sysutils/smartmontools/patches: patch-Makefile_in Log message: update to smartmontools-7.41, and replace a patch with a post-install target. from Martin Ziemer who takes maintainer. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/19 10:53:18 Modified files: infrastructure/bin: portimport Log message: nicer "Package(s) would be named" text that covers both singular+plural without sounding awkward, from espie@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/02/19 11:22:54 Modified files: lib/libssl : ssl_pkt.c Log message: Refactor do_ssl3_write(). When empty fragments were added as a countermeasure against chosen plaintext attacks on CBC, it was done by adding a recursive call to do_ssl3_write(). This makes the code more complex and difficult to change. Split the record creation code into a separate ssl3_create_record() function, which do_ssl3_write() calls. In the case where an empty fragment is needed, ssl3_create_record() is simply called twice, removing the need for recursion. ok inoguchi@ tb@ CVSROOT: /cvs Module name: www Changes by: millert@cvs.openbsd.org 2020/02/19 11:36:07 Modified files: opensmtpd : list.html security.html Log message: Use opensmtpd-security@openbsd.org for the security email contact. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/02/19 13:29:30 Modified files: emulators/gxemul: Makefile emulators/gxemul/patches: patch-configure Log message: Comment patch and drop maintainership. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2020/02/19 13:31:08 Modified files: emulators/snes9x: Makefile emulators/snes9x/patches: patch-gtk_meson_build Log message: Comment patch and drop maintainership. CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2020/02/19 13:39:56 Modified files: lang/racket-minimal: Makefile distinfo lang/racket-minimal/pkg: PLIST Added files: lang/racket-minimal/patches: patch-src_cfg-cs patch-src_cfg-racket patch-src_cs_c_configure Log message: Update to racket 7.6. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/02/19 13:42:12 Modified files: usr.bin/openssl: openssl.1 Log message: Tag subcommand sections Allow semantic lookup by manually tagging sections (.Sh) for which no automatic tagging has been implemented; this thereby also eliminates false positives such that ":tx509" now jumps to the X509 section. feedback remi inoguchi schwarze OK tb CVSROOT: /cvs Module name: src Changes by: jung@cvs.openbsd.org 2020/02/19 13:42:51 Modified files: usr.bin/dig/lib/isc: task.c Log message: remove unreachable code ok millert florian CVSROOT: /cvs Module name: src Changes by: jung@cvs.openbsd.org 2020/02/19 13:57:10 Modified files: usr.bin/dig : dighost.c nslookup.c usr.bin/dig/lib/isc/include/isc: app.h result.h usr.bin/dig/lib/isc/unix: app.c Log message: simplify signal setup and remove block/unblock/is_running/reload with input from florian ok millert florian CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2020/02/19 14:27:17 Modified files: net/py-ftpdlib : Makefile distinfo net/py-ftpdlib/pkg: PLIST Log message: Update to py-ftpd 1.5.6. CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2020/02/19 14:27:41 Modified files: sysutils/slant : Makefile Removed files: sysutils/slant/patches: patch-Makefile Log message: Update slant to 0.0.23. From MAINTAINER. Thanks! CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2020/02/19 14:31:56 Modified files: sysutils/slant : distinfo Log message: Update missed distinfo! CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/02/19 15:11:28 Modified files: devel/p5-Test-Perl-Critic: Makefile distinfo Log message: update p5-Test-Perl-Critic to 1.04 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/02/19 15:22:58 Modified files: devel/p5-Test-HexDifferences: Makefile Log message: Fix extract permissions. CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2020/02/19 16:16:54 Modified files: editors/py-qscintilla: Makefile Log message: BUILD_DEPENDS-main -> BUILD_DEPENDS. Spotted by naddy@. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/02/19 17:29:10 Modified files: usr.bin/mandoc : mdoc_man.c mdoc_markdown.c Log message: bugfix: .Tg must be ignored completely in these output modes CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2020/02/19 17:45:09 Modified files: usr.bin/ftp : fetch.c Log message: Backout revision 1.190 partially. That part was an unintended change which is work in progress. CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/02/19 19:05:18 Modified files: sys/arch/sparc64/dev: fd.c Log message: fdc(4/sparc64): timeout_add(9) -> timeout_add_msec(9) Copy a change from dev/isa/fd.c to sparc64's floppy driver. CVSROOT: /cvs Module name: src Changes by: afresh1@cvs.openbsd.org 2020/02/19 19:51:56 Modified files: share/locale/ctype: gen_ctype_utf8.pl Log message: Update unicode licence in generate script Plus add a comment for what unicode version the file contains Suggestions and OK schwarze@ CVSROOT: /cvs Module name: src Changes by: afresh1@cvs.openbsd.org 2020/02/19 19:53:53 Modified files: share/locale/ctype: en_US.UTF-8.src Log message: Update en_US.UTF-8.src to Unicode 12.1 This is what ships with the perl 5.30.1 OK schwarze@ CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2020/02/19 19:55:46 Modified files: lib/mesa : Makefile.bsd-wrapper configure.ac meson.build lib/mesa/src/util: simple_mtx.h u_queue.h Log message: use futexes in Mesa on archs with atomics tested by matthieu@ naddy@ and myself CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2020/02/19 19:59:02 Modified files: lib/mesa : Makefile.in configure Log message: regen CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2020/02/19 22:41:51 Modified files: etc : moduli usr.bin/ssh/moduli-gen: moduli.2048 moduli.3072 moduli.4096 moduli.6144 moduli.7680 moduli.8192 Log message: Import regenerated moduli. CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2020/02/19 22:58:08 Modified files: usr.bin/ssh/moduli-gen: moduli-gen.sh Log message: Update moduli generation script to new ssh-keygen generation and screening command line flags. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/02/19 23:12:14 Modified files: sys/arch/amd64/include: smbiosvar.h sys/arch/arm64/include: smbiosvar.h sys/arch/i386/include: smbiosvar.h sys/arch/luna88k/luna88k: autoconf.c Log message: controler -> controller CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/02/20 00:34:57 Modified files: usr.bin/tmux : tmux.1 window-copy.c Log message: Add selection_active format for when the selection is present but not moving with the cursor, from Mark Kelly. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/02/20 01:20:59 Modified files: sys/dev/pci/drm/include/linux/sched: signal.h Log message: In signal_pending_state() only test for pending signal when TASK_INTERRUPTIBLE (PCATCH) is set in the state argument. Spotted by and original diff from claudio@. ok claudio@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/20 01:41:27 Modified files: databases/p5-DBD-Mock: Makefile distinfo databases/p5-DBD-Mock/pkg: PLIST Log message: Update to p5-DBD-Mock-1.55. from wen heping, afresh1@ and updated CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/02/20 02:24:52 Modified files: audio/libdiscid: Makefile Log message: Missing libutil in WANTLIB Spotted by Tom Murphy and jj@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2020/02/20 02:32:49 Modified files: sys/dev/pci : if_em.c if_em.h Log message: Introduce the concept of queue to prepare supporting multiple of them. Move the tx/rx descriptors to dedicated structures similar to what already exist in ix(4). Only one queue is currently used, no real architectural change introduced in this diff. Extracted from a big diff from haesbaert@ via patrick@. Tested by Hrvoje Popovski and jmatthew@, ok jmatthew@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/20 02:36:56 Modified files: devel/py-tempora: Makefile Log message: bump needed, devel/py-jaraco-functools pkgname fix CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/20 02:37:20 Modified files: www/py-cheroot : Makefile Log message: bump needed, devel/py-jaraco-functools pkgname fix CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/20 04:21:13 Modified files: security/zkt : Makefile security/zkt/patches: patch-man_dnssec-zkt_8 patch-man_zkt-conf_8 patch-man_zkt-keyman_8 patch-man_zkt-ls_8 patch-man_zkt-signer_8 Added files: security/zkt/patches: patch-dki_c patch-misc_c patch-zconf_c Log message: security/zkt tweaks: - https homepage - time_t printf - fix stray semicolon in if - stop using dnssec-keygen -r, it was removed after BIND 9.12. I don't have a working setup to validate things so I'm not sure if this is enough to fix with the current version of bind+tools in ports so more work maybe needed, but at least it can't work without this. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/20 04:31:33 Modified files: net/queryperf : Makefile distinfo Log message: queryperf was removed from bind contrib; switch the port to the standalone repo instead CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/20 04:41:59 Modified files: net/queryperf : Makefile net/queryperf/pkg: DESCR Log message: update DESCR. mention dnsperf as an alternative, which is probably what new users want. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/20 04:50:20 Modified files: security/zkt : Makefile security/zkt/pkg: DESCR Log message: add a note to DESCR pointing out some more actively-maintained ways to do DNSSEC CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/20 05:08:34 Modified files: devel/p5-Test-MockModule: Makefile distinfo Log message: Update to p5-Test-MockModule-0.172.0. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/20 05:17:38 Modified files: x11/xfce4/gtk-xfce-engine: Tag: OPENBSD_6_6 Makefile Log message: fix MASTER_SITES for -stable (this is removed in -current) reported by Justin Muir, alternative distfile source found by danj CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/20 05:19:18 Modified files: devel/p5-Test-MockObject: Makefile distinfo Log message: Update to p5-Test-MockObject-1.20200122. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/20 05:24:54 Modified files: graphics/gimp/stable: Makefile distinfo graphics/gimp/stable/patches: patch-etc_Makefile_in graphics/gimp/stable/pkg: PLIST Log message: update to gimp-2.10.16 doesn't help the (random?) crashes in file/open but doesn't seem worse CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2020/02/20 06:09:06 Modified files: net/nextcloudclient: Makefile distinfo net/nextcloudclient/pkg: PLIST Added files: net/nextcloudclient/patches: patch-src_csync_ConfigureChecks_cmake Log message: update to nextcloudclient-2.6.3 from maintainer Adriano Barbosa, thanks! with hints from sthen@ and rsadowski@ and tweaks by me CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/20 06:51:54 Modified files: math/udunits : Makefile distinfo math/udunits/pkg: PLIST Log message: Update to udunits-2.2.26. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/20 07:00:32 Modified files: net/isc-bind : Makefile distinfo net/isc-bind/patches: patch-bin_dig_dig_c patch-bin_dig_host_c patch-bin_dig_nslookup_c patch-bin_named_include_named_globals_h patch-configure_ac patch-lib_dns_dst_openssl_h patch-lib_dns_openssldh_link_c patch-lib_dns_opensslrsa_link_c patch-lib_isc_Makefile_in patch-lib_isc_aes_c patch-lib_isc_unix_net_c patch-lib_isc_unix_socket_c net/isc-bind/pkg: PLIST Log message: update to BIND 9.16.0 (new stable/ESV release) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/20 07:00:52 Modified files: net/isc-bind : Tag: OPENBSD_6_6 Makefile distinfo Log message: update -stable to BIND 9.11.16 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/20 07:13:06 Added files: devel/acpica/patches: patch-generate_unix_iasl_Makefile Log message: some -Werror crept in with the last update, get rid of them again CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/20 07:37:56 Modified files: mail/roundcubemail: Makefile distinfo mail/roundcubemail/pkg: PLIST Log message: update to roundcube 1.4.3 CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2020/02/20 07:41:01 Modified files: usr.sbin/ntpd : constraint.c Log message: Typo in log message CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/20 07:57:17 Modified files: lang/php : Makefile.inc lang/php/7.2 : Makefile distinfo lang/php/7.3 : Makefile distinfo Log message: update to php-7.2.28, php-7.3.15 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/20 07:57:21 Modified files: lang/php : Tag: OPENBSD_6_6 Makefile.inc lang/php/7.2 : Tag: OPENBSD_6_6 Makefile distinfo lang/php/7.3 : Tag: OPENBSD_6_6 Makefile distinfo Log message: update to php-7.2.28, php-7.3.15 CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2020/02/20 07:58:39 Added files: sysutils/slant/patches: patch-slant-cgi_c Log message: Fix slant build after recent update. Broken so no need to bump. Pointed out by kurt. CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2020/02/20 08:17:43 Modified files: sysutils/slant : Makefile distinfo Removed files: sysutils/slant/patches: patch-slant-cgi_c Log message: Update slant to 0.0.24. Removing the need for any patches. CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/02/20 08:32:17 Modified files: sys/dev/ic : pgt.c Log message: pgt(4): tsleep(9) -> tsleep_nsec(9); ok claudio@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2020/02/20 08:33:41 Modified files: sys/dev/ic : dwiic.c Log message: dwiic(4): tsleep(9) -> tsleep_nsec(9); ok claudio@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/02/20 09:10:07 Modified files: editors/py-qscintilla: Makefile Log message: ensure -common dont end up in BUILD_DEPENDS otherwise hilarity ensues, spotted by sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/20 09:15:55 Modified files: lang/lucee : Makefile distinfo Log message: update to lucee-5.3.4.77 CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2020/02/20 09:26:02 Modified files: sys/dev/sdmmc : sdmmc_scsi.c sys/kern : kern_physio.c sys/scsi : cd.c sd.c st.c Log message: Relax the grip the dead hand of QBUS (a.k.a. MAXPHYS) has on the throat of physio(). Allows individual devices to eventually be modified to support larger physio() (a.k.a. 'raw') i/o's if they prove capable of them. No immediate functional change. Tested for many weeks by and ok robert@. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/02/20 09:31:11 Modified files: usr.sbin/pkg_add/OpenBSD: PackingElement.pm Log message: make shell "with debug info" by default and add a bit of code to mark stuff "no debug" eventually CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2020/02/20 09:33:45 Modified files: infrastructure/bin: update-plist Log message: copy "no debug" over CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/02/20 09:40:49 Modified files: usr.sbin/pkg_add/OpenBSD: PackingElement.pm Log message: forgot to actually put "nodebug" in state CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2020/02/20 09:41:16 Modified files: infrastructure/bin: build-debug-info Log message: allow nodebug to do its work CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2020/02/20 09:44:01 Modified files: usr.sbin/pkg_add: pkg_create.1 Log message: document no debug CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2020/02/20 09:48:04 Modified files: infrastructure/mk: bsd.port.mk Log message: don't rerun build-debug-info all the time, as discussed with sthen@ and pirofti@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2020/02/20 09:56:53 Modified files: sys/arch/arm64/dev: apm.c sys/arch/i386/i386: apm.c sys/arch/loongson/dev: apm.c sys/arch/macppc/dev: apm.c sys/dev : hotplug.c midi.c rnd.c vscsi.c sys/dev/acpi : acpi.c sys/dev/pci/drm: drm_drv.c sys/dev/usb : ugen.c uhid.c sys/dev/wscons : wsevent.c sys/isofs/cd9660: cd9660_vnops.c sys/kern : kern_event.c kern_sig.c subr_log.c sys_pipe.c tty.c tty_pty.c uipc_socket.c vfs_default.c sys/miscfs/fifofs: fifo_vnops.c sys/miscfs/fuse: fuse_device.c fuse_vnops.c sys/msdosfs : msdosfs_vnops.c sys/net : bpf.c if_pppx.c if_tun.c switchctl.c sys/nfs : nfs_kq.c sys/sys : event.h sys/tmpfs : tmpfs_vnops.c sys/ufs/ufs : ufs_vnops.c Log message: Replace field f_isfd with field f_flags in struct filterops to allow adding more filter properties without cluttering the struct. OK mpi@, anton@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/02/20 10:31:50 Modified files: games/freeciv : Makefile distinfo games/freeciv/pkg: PLIST-main Log message: Update to freeciv-2.6.2 Changes: https://freeciv.fandom.com/wiki/NEWS-2.6.2 OK pirofti@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2020/02/20 10:47:44 Modified files: devel/py-rencode: Makefile Log message: Fix tests by copying .so file into WRKSRC/rencode (PYTHONPATH refused to do the right thing) CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/20 11:07:59 Modified files: usr.bin/dig : dighost.c usr.bin/dig/lib/dns: dst_api.c usr.bin/dig/lib/dns/include/dst: dst.h Log message: Remove support for reading tsig keys from dnssec key pair. This was accidentally broken some time ago. Arguably this was the least useful way of providing tsig keys to dig. ISC also removed generating tsig keys from dnssec-keygen in 9.13. To read the key from disk using the -k option it has to be provided as as a session key: key "keyname" { algorithm hmac-sha256; secret "[...]"; }; OK millert CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/20 11:08:51 Modified files: usr.bin/dig/lib/dns: gen.c rdata.c usr.bin/dig/lib/dns/include/dns: rdata.h usr.bin/dig/lib/dns/rdata/any_255: tsig_250.c usr.bin/dig/lib/dns/rdata/ch_3: a_1.c usr.bin/dig/lib/dns/rdata/generic: afsdb_18.c avc_258.c caa_257.c cdnskey_60.c cds_59.c cert_37.c cname_5.c csync_62.c dlv_32769.c dname_39.c dnskey_48.c doa_259.c ds_43.c eui48_108.c eui64_109.c gpos_27.c hinfo_13.c hip_55.c ipseckey_45.c isdn_20.c key_25.c keydata_65533.c l32_105.c l64_106.c loc_29.c lp_107.c mb_7.c md_3.c mf_4.c mg_8.c minfo_14.c mr_9.c mx_15.c naptr_35.c nid_104.c ninfo_56.c ns_2.c nsec3_50.c nsec3param_51.c nsec_47.c null_10.c nxt_30.c openpgpkey_61.c opt_41.c proforma.c ptr_12.c rkey_57.c rp_17.c rrsig_46.c rt_21.c sig_24.c sink_40.c smimea_53.c soa_6.c spf_99.c sshfp_44.c ta_32768.c talink_58.c tkey_249.c tlsa_52.c txt_16.c unspec_103.c uri_256.c x25_19.c usr.bin/dig/lib/dns/rdata/hs_4: a_1.c usr.bin/dig/lib/dns/rdata/in_1: a6_38.c a_1.c aaaa_28.c apl_42.c dhcid_49.c kx_36.c nsap-ptr_23.c nsap_22.c px_26.c srv_33.c wks_11.c Log message: We do not generate DNS records from text representations. OK millert CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2020/02/20 12:38:05 Modified files: devel/py-wheel : Makefile distinfo devel/py-wheel/pkg: PLIST Log message: update devel/py-wheel to 0.34.2 ok kmos@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/02/20 12:49:15 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_ucode.c amdgpu_ucode.h Log message: drm/amd: Add ucode DMCU support From David Francis 01fcfc83fe07ae42af707c3217f533fb350d4c19 in mainline linux CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/02/20 12:52:00 Modified files: sys/dev/pci/drm/amd/amdgpu: psp_v10_0.c Log message: drm/amd: Add PSP DMCU support From David Francis 6b7eab2ce60d2363b0e4bfea6667439b926bcf54 in mainline linux CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/02/20 12:55:47 Modified files: sys/dev/pci/drm/include/linux: firmware.h Log message: Implement request_firmware_direct(). CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2020/02/20 12:57:56 Modified files: sys/dev/pci/drm/amd/display/amdgpu_dm: amdgpu_dm.c amdgpu_dm.h Log message: drm/amd: Add DM DMCU support From David Francis a94d5569b23209306220fabb2a8d42d0f966d318 in mainline linux CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/02/20 13:09:07 Modified files: devel/pyusb : Makefile distinfo Added files: devel/pyusb/patches: patch-usb_backend_libusb0_py Log message: update pyusb to a newer snapshot; upstream hasn't made a release available in some time while development has continued. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/02/20 13:16:50 Modified files: net : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm net/py-netmiko : Makefile distinfo net/py-netmiko/pkg: PLIST net/napalm : Makefile.inc net/napalm/py-napalm: Makefile net/napalm/py-napalm/pkg: PLIST net/py-IOSXR : Makefile net/py-IOSXR/pkg: PLIST Log message: update py-netmiko to 3.0.0 this drops support for python2, so adjust dependant ports accordingly (py-IOSXR and py-napalm). as discussed with stuart we will force the python3 flavor for these ports to make it easier in the future to add additional flavors when needed. add quirks as needed and remove the non-python3 entries from the category Makefiles ok sthen@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/02/20 13:18:00 Modified files: usr.sbin/ldomctl: ldom.conf.5 Log message: vnet does not take curly braces The manual lies and all options ought to be provided space separated, on the same line as the vnet keyword. OK kettenis CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/02/20 13:19:23 Modified files: sysutils/py-ghmi: Makefile distinfo Log message: update to py-ghmi-1.5.7 CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/02/20 13:38:44 Modified files: usr.sbin/ldomctl: config.c ldom.conf.5 ldomctl.h parse.y Log message: Support devaliases for vdisk vdisk "/var/ldom/miniroot.fs" devalias=miniroot Creates a device alias to be used in OBP: {ok} devlias miniroot /virutal-devices@100/... This helps navigating inside guests without remembering device paths or rather their order as specified in the config. OK kettenis CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/02/20 15:55:10 Modified files: usr.bin/mandoc : mdoc_man.c Log message: bugfix: indented paragraph macros need a space character before the width argument CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2020/02/20 16:50:01 Modified files: sys/dev/fdt : rkpcie.c Log message: Add a delay after link training to work-around a panic when first accessing PCI config space on some cards. okay kettenis@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2020/02/20 17:04:43 Modified files: usr.bin/ssh : PROTOCOL PROTOCOL.chacha20poly1305 PROTOCOL.u2f Log message: Fix some typos and an incorrect word in docs. Patch from itoama at live.jp via github PR#172. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/02/20 17:47:21 Modified files: share/man/man8 : rc.subr.8 Log message: Fix daemon_rtable route command mention Without "exec" the comand is invalid. OK sthen CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/20 17:56:29 Modified files: x11/qt5/qttools: Makefile Log message: "x11/qt5/qtwebkit>=${QT5_WEBKIT_VERSION},<${QT5_NEXT_VERSION}" is no longer valid now that the qtwebkit version is higher than the main Qt version. Replace with "x11/qt5/qtwebkit>=${QT5_WEBKIT_VERSION}", unbreaking build. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/02/20 23:08:42 Modified files: sys/kern : kern_sig.c Log message: Adjust a comment, no functional change CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2020/02/21 00:23:09 Modified files: lib/mesa : Makefile.bsd-wrapper Log message: add mips64, mips64el and powerpc to the list of archs with -O0 in CFLAGS builds were running out of memory requested by deraadt@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/21 00:44:50 Modified files: usr.bin/dig : dighost.c host.c usr.bin/dig/lib/isc: log.c timer.c usr.bin/dig/lib/isc/unix: app.c Log message: Read CLOCK_MONOTONIC when we need timestamps to compare and use time(3) for the wall clock. prodding & OK jung CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2020/02/21 01:38:38 Modified files: devel/got : Makefile distinfo devel/got/pkg : PLIST-web Log message: update to got 0.27 - fix gotweb build with -O2 on sparc64 (tracey; reported by kmos) - add next/prev navigation to gotweb commit briefs and commits pages (tracey) - add new gotweb tags page and ability to navigate all tags (tracey) - ensure gotweb's libexec helpers inherit build flags from parent directories - allow 'got ref' to manipulate refs which do not have a slash in their name - add an optional path argument to 'tog tree' - fix misplaced tog search prompt in split-screen views CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/21 01:52:39 Modified files: devel/p5-Path-Tiny: Makefile distinfo Log message: Update to p5-Path-Tiny-0.112. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/21 03:51:28 Modified files: usr.bin/dig : dig.1 Log message: Document the format of the tsig key file. While here improve tsig wording. With & OK jmc CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/21 04:09:05 Modified files: graphics/gegl04: Makefile distinfo graphics/gegl04/pkg: PLIST Log message: Update to gegl04-0.4.22. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2020/02/21 04:10:23 Modified files: sys/kern : kern_fork.c kern_kthread.c kern_sched.c kern_sig.c sys/sys : proc.h signalvar.h Log message: Remove sigacts structure sharing. The only process that used sharing was proc0 which is used for kthreads and idle threads. proc0 and all those other kernel threads don't handle signals so there is no benefit in sharing. Simplifies the code a fair bit since the refcnt is gone. OK kettenis@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2020/02/21 04:11:15 Modified files: sys/ufs/ffs : ffs_vfsops.c Log message: Handle the mount(... MNT_RELOAD) case for ffs2 as well. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2020/02/21 04:13:55 Modified files: sys/ufs/ffs : ffs_alloc.c Log message: Use proper function to get a timestamp, as time_second isn't safe; ok cheloha@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/21 04:14:39 Modified files: devel/appstream-glib: Makefile distinfo devel/appstream-glib/pkg: PLIST Log message: Update to appstream-glib-0.7.17. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/21 04:24:29 Modified files: sysutils/terraform/provider-aws: Makefile distinfo sysutils/terraform/provider-heroku: Makefile distinfo sysutils/terraform/provider-newrelic: Makefile distinfo Log message: Update terraform providers. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/21 04:26:07 Modified files: sysutils/amazon-ssm-agent: Makefile distinfo Log message: Update to amazon-ssm-agent-2.3.871.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/21 04:28:14 Modified files: sysutils/terraform/terraform: Makefile distinfo Log message: Update to terraform-0.12.21. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/21 05:20:52 Modified files: sysutils/nomad : Makefile distinfo Added files: sysutils/nomad/files: ephemeral_openbsd.go ephemeral_openbsd_test.go Log message: Update to nomad-0.10.4. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/02/21 05:33:28 Modified files: geo/pygeoapi : Makefile distinfo geo/pygeoapi/pkg: PLIST Log message: Update to pygeoapi 0.7.0 remove the py- prefix that was added in r1.3, this is not a module/library and is python3 only (and py3-pygeoapi was ugly) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/02/21 05:36:59 Modified files: geo : Makefile Log message: unlink py-owslib to only keep the python3 flavor, it's about to be py3-only and upstream already removed support for python2 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/02/21 05:38:13 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: migrate py-owslib to py3-owslib CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/02/21 05:39:18 Modified files: geo/py-owslib : Makefile distinfo geo/py-owslib/pkg: PLIST Log message: Update to 0.19.1. Make python3-only, upstream removed support for python2 in 0.19.0, and anyway the only consumer (qgis) used python3 flavor. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2020/02/21 05:41:43 Modified files: geo/py-owslib/pkg: PLIST Log message: add @conflict/@pkgpath markers for easy py-owslib->py3-owslib update CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/21 05:42:30 Modified files: net/gnugk : Makefile Log message: drop LIB_DEPENDS on nghttp2, the WANTLIB only comes from curl ok aja@ CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2020/02/21 08:06:09 Modified files: databases/postgresql: Tag: OPENBSD_6_6 Makefile distinfo databases/postgresql/pkg: Tag: OPENBSD_6_6 PLIST-docs Log message: Security update to 11.7 ok jeremy@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/21 08:14:58 Modified files: net/net-snmp : Makefile distinfo net/net-snmp/patches: patch-apps_snmpps_c net/net-snmp/pkg: PLIST-main Added files: net/net-snmp/patches: patch-configure_d_config_os_libs2 Log message: update to Net-SNMP 5.8.1.pre2, bring back --enable-blumenthal-aes with an patch to autoconf files to add the libm linkage to libnetsnmp. CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/02/21 08:17:34 Modified files: sbin/iked : iked.conf.5 iked.h ikev2.c ikev2_pld.c parse.y Log message: Add transport mode for child SAs. This is useful for GRE over IPsec and similar settings to prevent double encapsulation. ok kn@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2020/02/21 08:21:47 Modified files: regress/sbin/iked/live: Makefile iked.in Log message: Add test for IPsec transport mode. Check not only flows but also SAs, SA modes (tunnel/transport), and flow types (IPcomp/ESP). CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2020/02/21 08:24:38 Modified files: net/oicb : Makefile distinfo Log message: Update oicb to 1.2.3. "Yep" zhuk@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/02/21 08:29:13 Modified files: net/weechat : Makefile distinfo Log message: Update weechat to 2.7.1 This update fix three security problems. - CVE-2020-8955 Buffer overflow when receiving a malformed IRC message 324 (channel mode). - Buffer overflow when a new IRC message 005 is received with longer nick prefixes. - Crash when receiving a malformed IRC message 352 (WHO). OK danj@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/02/21 08:32:07 Modified files: editors/teaqt : Makefile distinfo editors/teaqt/pkg: DESCR PLIST Added files: editors/teaqt/patches: patch-CMakeLists_txt Removed files: editors/teaqt/patches: patch-spellchecker_cpp patch-src_pro Log message: Update tea-qt to 50.0.4 (Qt4 to Qt5 switch) Tweaks from sthen@, input and OK landry. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/02/21 08:42:36 Added files: sys/dev/pci/drm: drm_gem_cma_helper.c sys/dev/pci/drm/include/drm: drm_gem_cma_helper.h Log message: Add a DRM GEM CMA helper from NetBSD. Plenty of parts are still under ifdef for us, so for now we don't support SG tables or the GEM CMA ops, but at least it lets us create a simple framebuffer. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/02/21 08:44:54 Modified files: sys/dev/fdt : files.fdt Added files: sys/dev/fdt : rkdrm.c rkdrm.h Log message: Add rkdrm(4), a driver which combines all the separate components and lets drm(4) attach to it. Taken from NetBSD and adjusted to our layers. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/02/21 08:46:16 Modified files: sys/dev/ofw : ofw_misc.c ofw_misc.h Log message: Implement a rather simple video interface support for OFW. This is good enough to make the Pinebook Pro work, but probably needs a lot more thinking. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/02/21 08:47:30 Modified files: sys/dev/fdt : files.fdt Added files: sys/dev/fdt : rkvop.c Log message: Add rkvop(4), a driver for the RK3399's Video Output Processors, which transfer a framebuffer to outputs like DisplayPort or HDMI. Taken from NetBSD and adjusted to our layers. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/02/21 08:49:09 Added files: sys/dev/ic : anxdp.c anxdp.h Log message: Add anxdp(4), a driver for the Analogix Display Port controller, which amongst other things sets up the link and allows reading the display's modelines over I2C. Taken from NetBSD and adjusted to our layers. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/02/21 08:51:45 Modified files: sys/dev/fdt : files.fdt Added files: sys/dev/fdt : rkanxdp.c Log message: Add rkanxdp(4), an attachment driver for anxdp(4) on the RK3399. Taken from NetBSD and adjusted to our layers. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2020/02/21 08:53:10 Modified files: sys/arch/arm64/conf: GENERIC Log message: Add rkanxdp(4), rkdrm(4) and rkvop(4) to GENERIC, but keep them disabled while their code is improved. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/02/21 09:05:36 Modified files: x11/x2goclient : Makefile x11/x2goclient/patches: patch-src_sshprocess_cpp Log message: Switch x2goclient from Qt4 to Qt5. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/02/21 09:06:00 Modified files: lib/libssl : ssl_pkt.c Log message: Remove now unused variable. ok inoguchi@ tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/02/21 09:06:26 Modified files: lib/libssl : d1_pkt.c Log message: Remove prefix_len, since it is always zero. ok inoguchi@ tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/02/21 09:07:00 Modified files: lib/libssl : s3_cbc.c ssl_locl.h Log message: Move l2n/l2n8 into s3_cbc.c, since this is the only code that uses it. ok inoguchi@ tb@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/02/21 09:07:07 Modified files: games/pokerth : Makefile games/pokerth/pkg: PLIST Log message: Switch pokerth from Qt4 to Qt5. - Replace qmake with qmake-qt5 - Remove protobuf from BUILD_DEPENDS, it's already in LIB_DEPENDS - Remove COMPILER line, it comes from qt5 now CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/02/21 09:12:18 Modified files: lib/libssl : d1_lib.c Log message: Convert dtls1_build_sequence_number() to CBB. ok inoguchi@ tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/02/21 09:13:16 Modified files: lib/libssl : d1_pkt.c Log message: Remove some commented code, remove some pointless comments and move some comments to their correct places. ok inoguchi@ tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/02/21 09:15:56 Modified files: lib/libssl : d1_pkt.c Log message: Convert the DTLS header creation code to CBB. Also consolidate it into the one place, since there is no reason to write the epoch and sequence out later. ok inoguchi@ tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/02/21 09:16:59 Modified files: lib/libssl : ssl_pkt.c Log message: Convert the SSL/TLS record creation code to CBB. ok inoguchi@ tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2020/02/21 09:18:52 Modified files: lib/libssl : ssl_locl.h Log message: Remove the s2n macro now that it is finally unused. ok inoguchi@ tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/21 09:51:52 Modified files: net/mlvpn : Makefile distinfo net/mlvpn/pkg : PLIST Log message: update to mlvpn-2.3.4, from Laurent Coustet (upstream), tweaks by me CVSROOT: /cvs Module name: ports Changes by: tracey@cvs.openbsd.org 2020/02/21 10:48:38 Modified files: geo/openbsd-developers: Makefile geo/openbsd-developers/files: OpenBSD Log message: adding self to list ok kmos@ florian@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/02/21 11:06:23 Modified files: graphics/djview4: Makefile graphics/djview4/pkg: PLIST Log message: Switch djview-4.10.6 from Qt4 to Qt5 OK jca@, merci CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/02/21 11:21:23 Modified files: bin/ksh : var.c Log message: Enforce that TMOUT is an integer literal to prevent command execution from the environment at shell initialization time. During startup, ksh calls 'eval typeset -i TMOUT="${TMOUT:-0}"'. which allows command injection via arithmetic expansion, e.g., by setting TMOUT to 'x[`/bin/echo Hi >&2`]'. Problem noted by Andras Farkas and tj, inspired by a similar issue in AT&T's ksh. Tested in snaps for two weeks. "go for it" deraadt CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2020/02/21 11:50:39 Modified files: net/mattermost-server: Makefile net/mattermost-server/patches: patch-config_config_json patch-config_file_go net/mattermost-server/pkg: PLIST Log message: Update mattermost-server 5.19.0 -> 5.20.1 Changelog: https://docs.mattermost.com/administration/changelog.html CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/02/21 11:53:20 Modified files: www/vimb : Makefile distinfo www/vimb/pkg : PLIST Log message: Update vimb to 3.6.0 Update diff from J. Scott Heppler, small tweak by me. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/21 12:09:33 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm lang/php : Makefile.inc lang/php/7.3 : Makefile lang/php/7.3/pkg: PLIST-main Log message: mark php-mcrypt as obsolete, garbage-collect remaining pieces from lang/php CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/02/21 12:29:41 Modified files: usr.sbin/ldomctl: parse.y Log message: Actually pass devalias from parser to config Missed in previous commit; no breakage, the resulting MD would simply end up without user defined device aliases. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2020/02/21 12:39:28 Modified files: usr.sbin/ldomctl: config.c ldom.conf.5 ldomctl.h parse.y Log message: Support devaliases for vnet vnet devalias=netboot Creates a device alias to be used in OBP: {ok} boot netboot This helps navigating inside guests without remembering device paths or rather their order as specified in the config. OK kettenis CVSROOT: /cvs Module name: src Changes by: jung@cvs.openbsd.org 2020/02/21 12:53:39 Modified files: usr.bin/dig : dighost.c Log message: set function parameter list to void ok millert florian CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/02/21 13:08:38 Modified files: devel/p5-Time-Format: Makefile distinfo Log message: update p5-Time-Format to 1.16 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/21 13:25:55 Modified files: lang/gerbil : Makefile Log message: mark broken on i386 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2020/02/21 14:26:09 Modified files: net/mattermost-server: distinfo Log message: Update missed distinfo spotted by naddy@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2020/02/21 14:45:20 Modified files: usr.bin/quota : quota.1 Log message: some rewording and text shuffle to improve readability; ok millert CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2020/02/21 15:18:44 Modified files: archivers/libarchive: Makefile distinfo Log message: maintenance update to 3.4.2 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2020/02/21 16:36:55 Modified files: devel/gmp : Makefile distinfo devel/gmp/pkg : PLIST-cxx PLIST-main Added files: devel/gmp/patches: patch-mpn_sparc32_sparc-defs_m4 Removed files: devel/gmp/files: mpn_m88k_add_n.asm mpn_m88k_sub_n.asm devel/gmp/patches: patch-acinclude_m4 Log message: Update to 6.2.0. Release notes: https://gmplib.org/gmp6.2.html Tested on aarch64, amd64, i386; powerpc (cwen@), sparc64 (kmos@, jca@) CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/02/21 17:14:21 Modified files: security/zaproxy: Makefile distinfo security/zaproxy/pkg: PLIST Log message: Update to zaproxy-2.9.0 Release notes: https://www.zaproxy.org/docs/desktop/releases/2.8.0/ https://www.zaproxy.org/docs/desktop/releases/2.9.0/ from Asher Pasha CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/02/21 17:31:58 Modified files: shells/dash : Makefile Log message: Provide debug-dash now that @shell is handled CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/21 17:54:02 Modified files: editors/teaqt : Makefile Log message: fix PKGNAME, aja's eyesight is better than mine :) CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2020/02/21 17:58:28 Modified files: usr.bin/ftp : fetch.c Log message: Respect userinfo even when built with NOSSL (floppy ramdisks) Not handling it is incorrect and can lead to credentials leaks in DNS requests. The resulting growth is reasonable (about 300 bytes on amd64). ok yasuoka@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2020/02/21 18:00:07 Modified files: usr.bin/ftp : fetch.c Log message: Avoid duplication in the code that sends headers ok yasuoka@ CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2020/02/21 19:30:45 ports/lang/haxe/files Update of /cvs/ports/lang/haxe/files In directory cvs.openbsd.org:/tmp/cvs-serv98200/files Log Message: Directory /cvs/ports/lang/haxe/files added to the repository CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2020/02/21 19:36:28 Modified files: lang/haxe : Makefile distinfo lang/haxe/patches: patch-libs_extc_process_stubs_c patch-libs_extlib-leftovers_uTF8_ml Added files: lang/haxe/files: ptmap-META lang/haxe/patches: patch-ocamldeps_gen_Makefile patch-ocamldeps_gen_src_dune patch-ocamldeps_gen_src_gen_ml patch-ocamldeps_ocaml-migrate-parsetree_Makefile patch-ocamldeps_ocaml-sha_Makefile patch-ocamldeps_ocaml-sha_bitfn_h patch-ocamldeps_ocaml-sha_sha1_ml patch-ocamldeps_ocaml-sha_sha256_ml patch-ocamldeps_ppx_derivers_Makefile patch-ocamldeps_ppx_tools_versioned_Makefile patch-ocamldeps_sedlex_Makefile patch-ocamldeps_sedlex_src_generator_gen_unicode_ml_inc patch-ocamldeps_sedlex_src_lib_dune patch-sha512_ml Log message: unbreak lang/haxe by building OCaml BDEPS with the port builds and runs fine on amd64 builds fine for bcallah@, too, who also pointed out missing BDP devel/dune thanks! CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/02/21 22:07:20 ports/security/qtkeychain/patches Update of /cvs/ports/security/qtkeychain/patches In directory cvs.openbsd.org:/tmp/cvs-serv593/patches Log Message: Directory /cvs/ports/security/qtkeychain/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/02/21 22:29:12 Modified files: editors/tiled : Makefile distinfo editors/tiled/patches: patch-src_tiled_tiled_pro patch-src_tmxrasterizer_tmxrasterizer_pro patch-src_tmxviewer_tmxviewer_pro editors/tiled/pkg: PLIST Removed files: editors/tiled/patches: patch-src_automappingconverter_automappingconverter_pro patch-tiled_pro Log message: Update tiled to 1.3.1 (Qt4 to Qt5) Notable changes: - Move to GH_* - s/http/https/ - Set MODPY_DEFAULT_VERSION_3 - Reorder DPB_PROPERTIES Input and OK jca@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/02/21 22:38:04 Modified files: x11/kde4/p5-qt : Makefile x11/kde4/p5-qt/patches: patch-CMakeLists_txt patch-qtcore_src_util_cpp x11/kde4/p5-qt/pkg: PLIST x11/kde4/plasma-addons: Makefile x11/kde4/plasma-addons/pkg: PLIST x11/kde4/qyoto : Makefile x11/kde4/ruby-qt: Makefile x11/kde4/ruby-qt/pkg: PLIST x11/kde4/smokekde: Makefile x11/kde4/smokeqt: Makefile x11/kde4/smokeqt/pkg: PLIST Removed files: x11/kde4/plasma-addons/patches: patch-applets_kdeobservatory_cmake_modules_FindQwt_cmake patch-applets_kdeobservatory_src_commithistoryview_cpp x11/kde4/ruby-qt/patches: patch-CMakeLists_txt patch-modules_qscintilla_CMakeLists_txt x11/kde4/smokeqt/patches: patch-CMakeLists_txt Log message: Remove qwt and qscintilla support in KDE4 Qwt and qscintilla are purely optional dependencies. With this change we lose the kdeobservatory applet from plasma-addons. It allows us to get rid of Qt4 of important dependencies. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/02/21 22:41:14 Modified files: databases : Makefile Removed files: databases/sqliteman: Makefile distinfo databases/sqliteman/patches: patch-CMakeLists_txt patch-cmake_modules_FindQScintilla_cmake databases/sqliteman/pkg: DESCR PLIST Log message: Remove sqliteman Upstream dead, qt4, last editors/qscintilla (Qt4) consumer and so on. Better alterntives in tree like databases/{sqlitebrowser,kexi} and maybe more. OK sthen, kmos, jca CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/02/21 22:43:01 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: sync with sqliteman removal CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/02/21 23:38:12 Modified files: security/polarssl: Makefile distinfo Log message: Update to mbedtls-2.16.5 This release fixes a potential memory overread when performing an ECDSA signature operation. Release notes: https://tls.mbed.org/tech-updates/releases/mbedtls-2.16.5-and-2.7.14-released. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2020/02/21 23:40:38 Modified files: security/polarssl: Tag: OPENBSD_6_6 Makefile distinfo Log message: Update to mbedtls-2.16.5 This release fixes a potential memory overread when performing an ECDSA signature operation. Release notes: https://tls.mbed.org/tech-updates/releases/mbedtls-2.16.5-and-2.7.14-released. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/22 01:57:02 Modified files: net/avahi : Makefile distinfo net/avahi/patches: patch-avahi-core_socket_c patch-avahi-daemon_main_c patch-configure_ac net/avahi/pkg : PLIST-gtk3 PLIST-gui PLIST-main PLIST-python Removed files: net/avahi/patches: patch-autogen_sh patch-avahi-python_avahi-discover_Makefile_am patch-avahi-python_avahi_Makefile_am patch-avahi-python_avahi_ServiceTypeDatabase_py_in patch-avahi-python_avahi___init___py patch-service-type-database_Makefile_am patch-service-type-database_build-db_in net/avahi/pkg : DESCR-gtk PLIST-gtk Log message: Update to avahi-0.8. See https://github.com/lathiat/avahi/releases/tag/v0.8 for details. Explicitely disable qt5 support for now (we can add it later if something needs it). Remove the -gtk subpackage (gtk+2 support); it's not used by anything. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/22 01:57:41 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-281.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/22 02:11:48 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.22.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/22 02:30:58 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py-botocore-1.15.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/22 02:31:09 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py-boto3-1.12.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/22 02:31:28 Modified files: sysutils/awscli: Makefile distinfo sysutils/awscli/pkg: PLIST Log message: Update to awscli-1.18.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/22 02:38:54 Modified files: sysutils/terraform/provider-alicloud: Makefile distinfo Log message: Update to terraform-provider-alicloud-1.71.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/22 03:09:00 Modified files: x11/gnome/tracker: Makefile distinfo x11/gnome/tracker/pkg: PLIST Log message: Update to meta-tracker-2.3.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/22 03:09:13 Modified files: x11/gnome/tracker-miners: Makefile distinfo x11/gnome/tracker-miners/pkg: PLIST Log message: Update to tracker-miners-2.3.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/22 03:09:28 Modified files: x11/gnome/tracker: Makefile Log message: Drop PORTROACH annotation. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/22 03:39:56 Modified files: sysutils/flashrom: Makefile sysutils/flashrom/pkg: README Log message: additional notes for flashrom's readme CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/22 04:03:32 Modified files: cad/qrouter : Makefile distinfo cad/qrouter/patches: patch-Makefile_in Log message: update to qrouter-1.4.77, from maintainer Alessandro De Laurenzis tweaks from me: - add a comment to the Makefile patch explaining that it fixes linking on ld.bfd arches - pass X11BASE in via the environment rather than patching configure.in, allowing use of upstream's standard configure script rather than regenerating CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/22 04:29:17 Modified files: textproc/lowdown: Makefile distinfo textproc/lowdown/pkg: PLIST Log message: update to lowdown-0.5.4, from Micah Muer CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/22 04:37:17 Modified files: cad/netgen : Makefile distinfo cad/netgen/patches: patch-Makefile patch-scripts_configure cad/netgen/pkg : PLIST Log message: update to netgen-1.5.138, from maintainer Alessandro De Laurenzis, ok cwen@ CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2020/02/22 04:50:39 Modified files: www/gitea : Makefile distinfo www/gitea/patches: patch-custom_conf_app_ini_sample www/gitea/pkg : PLIST Log message: Update gitea 1.10.3 -> 1.11.1 Changelog: https://github.com/go-gitea/gitea/blob/master/CHANGELOG.md Generated css/js files are provided as additional distfile since these are not shipped with gitea distribution since v1.11.0 CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2020/02/22 04:58:29 Modified files: sys/kern : sys_socket.c vfs_vnops.c Log message: In preparation for unlocking ioctl(2), grab the kernel lock as needed. ok kettenis@ mpi@ visa@ CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2020/02/22 05:00:24 Modified files: sys/kern : syscalls.master Log message: Unlock ioctl(2). ok kettenis@ mpi@ visa@ CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2020/02/22 05:03:19 Modified files: sys/kern : init_sysent.c syscalls.c sys/sys : syscall.h syscallargs.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/22 05:16:33 Modified files: devel/src : Makefile distinfo devel/src/patches: patch-srctest Added files: devel/src/patches: patch-Makefile Log message: update to src-1.28, from Alex Naumov changes from me, patch the test runner to not exit on first failure, switch to py3 by default, and avoid an unnecessary mix of patch+subst on the same file CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/22 05:22:37 Modified files: devel/got : Makefile Log message: honour CC in build CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2020/02/22 05:33:22 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-BUILD_gn patch-ash_display_mirror_window_controller_cc patch-base_BUILD_gn patch-base_debug_elf_reader_cc patch-base_files_file_util_posix_cc patch-base_i18n_icu_util_cc patch-base_memory_platform_shared_memory_region_h patch-base_memory_platform_shared_memory_region_posix_cc patch-base_process_launch_h patch-base_process_process_metrics_openbsd_cc patch-base_process_process_posix_cc patch-build_config_BUILD_gn patch-build_config_compiler_BUILD_gn patch-cc_BUILD_gn patch-chrome_app_chrome_command_ids_h 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_app_theme_chrome_unscaled_resources_grd 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_resources_grd patch-chrome_browser_chrome_browser_main_cc patch-chrome_browser_chrome_content_browser_client_cc patch-chrome_browser_chrome_content_browser_client_h patch-chrome_browser_custom_handlers_protocol_handler_registry_cc patch-chrome_browser_devtools_devtools_eye_dropper_cc patch-chrome_browser_download_download_prefs_cc patch-chrome_browser_download_download_shelf_context_menu_cc patch-chrome_browser_extensions_BUILD_gn patch-chrome_browser_extensions_api_settings_private_prefs_util_cc patch-chrome_browser_extensions_browser_context_keyed_service_factories_cc patch-chrome_browser_flag_descriptions_cc patch-chrome_browser_flag_descriptions_h patch-chrome_browser_media_webrtc_webrtc_event_log_uploader_cc patch-chrome_browser_media_webrtc_webrtc_logging_controller_cc patch-chrome_browser_memory_details_linux_cc patch-chrome_browser_metrics_chrome_browser_main_extra_parts_metrics_cc patch-chrome_browser_metrics_chrome_metrics_service_client_cc patch-chrome_browser_net_system_network_context_manager_cc patch-chrome_browser_notifications_notification_display_service_impl_cc patch-chrome_browser_platform_util_linux_cc patch-chrome_browser_plugins_plugin_info_host_impl_cc patch-chrome_browser_plugins_plugins_resource_service_cc patch-chrome_browser_policy_configuration_policy_handler_list_factory_cc patch-chrome_browser_prefs_browser_prefs_cc patch-chrome_browser_profiles_chrome_browser_main_extra_parts_profiles_cc patch-chrome_browser_profiles_profile_attributes_entry_cc patch-chrome_browser_profiles_profile_impl_cc patch-chrome_browser_resources_settings_appearance_page_appearance_page_html patch-chrome_browser_sync_chrome_sync_client_cc patch-chrome_browser_ui_browser_command_controller_cc patch-chrome_browser_ui_input_method_input_method_engine_base_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_views_chrome_browser_main_extra_parts_views_cc patch-chrome_browser_ui_views_first_run_dialog_cc patch-chrome_browser_ui_views_frame_browser_view_cc patch-chrome_browser_ui_views_frame_opaque_browser_frame_view_cc patch-chrome_browser_ui_views_frame_system_menu_model_builder_cc patch-chrome_browser_ui_views_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_settings_localized_strings_provider_cc patch-chrome_common_BUILD_gn patch-chrome_common_channel_info_posix_cc patch-chrome_common_chrome_features_cc patch-chrome_common_chrome_features_h patch-chrome_common_chrome_switches_cc patch-chrome_common_chrome_switches_h patch-chrome_common_pref_names_cc patch-chrome_common_pref_names_h patch-chrome_common_webui_url_constants_cc patch-chrome_common_webui_url_constants_h patch-chrome_renderer_chrome_content_renderer_client_cc patch-chrome_test_BUILD_gn patch-chrome_test_chromedriver_chrome_chrome_finder_cc patch-chrome_test_chromedriver_chrome_launcher_cc patch-chromecast_browser_cast_browser_main_parts_cc patch-chromecast_browser_cast_content_browser_client_cc patch-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_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_neterror_resources_neterror_js patch-components_network_session_configurator_browser_network_session_configurator_cc patch-components_os_crypt_os_crypt_h patch-components_policy_core_common_cloud_cloud_policy_util_cc patch-components_policy_resources_policy_templates_json patch-components_policy_tools_generate_policy_source_py patch-components_sync_device_info_device_info_sync_bridge_cc patch-components_viz_host_host_display_client_cc patch-components_viz_host_host_display_client_h patch-components_viz_service_frame_sinks_root_compositor_frame_sink_impl_cc patch-components_viz_service_frame_sinks_root_compositor_frame_sink_impl_h patch-components_viz_test_mock_display_client_h patch-content_app_content_main_runner_impl_cc patch-content_browser_browser_child_process_host_impl_cc patch-content_browser_browser_main_loop_cc patch-content_browser_child_process_launcher_helper_linux_cc patch-content_browser_compositor_gpu_process_transport_factory_cc patch-content_browser_gpu_gpu_process_host_cc patch-content_browser_media_media_internals_cc patch-content_browser_renderer_host_render_process_host_impl_cc patch-content_browser_renderer_host_render_process_host_impl_h patch-content_browser_renderer_host_render_view_host_impl_cc patch-content_browser_renderer_host_render_widget_host_view_aura_cc patch-content_browser_renderer_host_render_widget_host_view_event_handler_cc patch-content_browser_scheduler_responsiveness_jank_monitor_cc patch-content_browser_scheduler_responsiveness_watcher_cc patch-content_browser_webui_shared_resources_data_source_cc patch-content_gpu_gpu_main_cc patch-content_ppapi_plugin_ppapi_blink_platform_impl_cc patch-content_ppapi_plugin_ppapi_plugin_main_cc patch-content_public_common_common_param_traits_macros_h patch-content_public_common_content_features_cc patch-content_public_common_content_switches_cc patch-content_public_common_content_switches_h patch-content_renderer_render_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-device_gamepad_gamepad_provider_cc patch-extensions_browser_api_messaging_message_service_cc patch-extensions_browser_browser_context_keyed_service_factories_cc patch-extensions_common_api__permission_features_json patch-gpu_command_buffer_service_external_vk_image_backing_cc patch-gpu_command_buffer_service_external_vk_image_backing_h patch-gpu_command_buffer_service_external_vk_image_gl_representation_cc patch-gpu_ipc_service_gpu_init_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-ipc_ipc_channel_common_cc patch-ipc_ipc_channel_h patch-ipc_ipc_channel_mojo_cc patch-ipc_ipc_message_utils_h patch-media_audio_BUILD_gn patch-media_gpu_linux_platform_video_frame_utils_cc patch-media_media_options_gni patch-media_mojo_clients_mojo_video_encode_accelerator_cc patch-media_mojo_mojom_video_frame_mojom_traits_cc patch-media_mojo_services_gpu_mojo_media_client_cc patch-media_video_gpu_memory_buffer_video_frame_pool_cc patch-mojo_public_c_system_thunks_cc patch-net_BUILD_gn patch-net_base_address_tracker_linux_cc patch-net_base_network_change_notifier_cc patch-net_dns_host_resolver_proc_cc patch-net_proxy_resolution_proxy_resolution_service_cc patch-net_url_request_url_request_context_builder_cc patch-net_url_request_url_request_context_cc patch-net_url_request_url_request_context_h patch-pdf_pdfium_pdfium_engine_cc patch-remoting_host_it2me_it2me_native_messaging_host_main_cc patch-remoting_host_remoting_me2me_host_cc patch-remoting_resources_remoting_strings_grd patch-sandbox_linux_services_libc_interceptor_cc patch-services_device_geolocation_location_arbitrator_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_service_cc patch-services_network_network_service_h patch-services_service_manager_zygote_zygote_main_linux_cc patch-services_tracing_public_cpp_perfetto_trace_event_data_source_cc patch-third_party_angle_BUILD_gn patch-third_party_angle_src_common_platform_h patch-third_party_angle_src_libANGLE_Display_cpp patch-third_party_angle_third_party_vulkan-loader_src_loader_loader_c patch-third_party_blink_renderer_core_html_canvas_canvas_async_blob_creator_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_cc patch-third_party_blink_renderer_platform_fonts_font_cache_h patch-third_party_crashpad_crashpad_build_crashpad_buildconfig_gni patch-third_party_perfetto_src_tracing_core_tracing_service_impl_cc patch-third_party_skia_src_ports_SkOSFile_stdio_cpp patch-third_party_sqlite_amalgamation_sqlite3_c patch-third_party_swiftshader_BUILD_gn patch-third_party_swiftshader_src_OpenGL_libEGL_libEGL_cpp patch-third_party_webrtc_BUILD_gn patch-third_party_webrtc_modules_audio_device_BUILD_gn patch-third_party_webrtc_rtc_base_BUILD_gn patch-third_party_webrtc_system_wrappers_BUILD_gn patch-third_party_webrtc_webrtc_gni patch-tools_json_schema_compiler_feature_compiler_py 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_base_x_x11_shm_image_pool_base_cc patch-ui_compositor_compositor_cc patch-ui_compositor_compositor_h patch-ui_compositor_host_host_context_factory_private_cc patch-ui_gfx_BUILD_gn patch-ui_gfx_canvas_skia_cc patch-ui_gfx_gpu_memory_buffer_h patch-ui_gfx_native_pixmap_handle_cc patch-ui_gl_BUILD_gn patch-ui_gl_generate_bindings_py patch-ui_gl_gl_bindings_autogen_glx_cc patch-ui_native_theme_native_theme_base_cc patch-ui_platform_window_platform_window_init_properties_h patch-ui_views_bubble_bubble_dialog_delegate_view_cc patch-ui_views_controls_label_cc patch-ui_views_controls_textfield_textfield_cc patch-ui_views_examples_widget_example_cc patch-ui_views_style_platform_style_cc patch-ui_views_views_delegate_cc patch-ui_views_views_delegate_h patch-ui_views_widget_desktop_aura_desktop_window_tree_host_platform_cc patch-ui_views_widget_native_widget_aura_cc patch-ui_views_window_dialog_delegate_cc patch-ui_views_window_frame_background_cc patch-v8_BUILD_gn patch-v8_src_api_api_cc patch-v8_src_base_platform_platform-posix_cc patch-v8_src_common_globals_h patch-v8_src_trap-handler_handler-inside-posix_cc patch-v8_src_trap-handler_handler-inside-posix_h patch-v8_src_trap-handler_trap-handler_h patch-weblayer_browser_browser_main_parts_impl_cc patch-weblayer_browser_content_browser_client_impl_cc patch-weblayer_browser_content_browser_client_impl_h www/chromium/pkg: PLIST Added files: www/chromium/patches: patch-base_memory_discardable_memory_cc patch-base_memory_discardable_memory_internal_h patch-base_memory_madv_free_discardable_memory_posix_cc patch-base_profiler_stack_sampler_openbsd_cc patch-chrome_browser_extensions_api_enterprise_reporting_private_chrome_desktop_report_request_helper_cc patch-chrome_browser_sharing_shared_clipboard_feature_flags_cc patch-chrome_browser_sharing_shared_clipboard_feature_flags_h patch-chrome_browser_sharing_sharing_handler_registry_impl_cc patch-chrome_browser_web_applications_components_web_app_file_handler_registration_cc patch-components_services_paint_preview_compositor_paint_preview_compositor_collection_impl_cc patch-components_services_paint_preview_compositor_paint_preview_compositor_collection_impl_h patch-components_viz_common_features_cc patch-components_viz_common_gpu_dawn_context_provider_cc patch-components_viz_service_display_embedder_skia_output_device_dawn_cc patch-content_browser_utility_process_host_receiver_bindings_cc patch-content_browser_v8_snapshot_files_cc patch-third_party_angle_src_libANGLE_renderer_vulkan_DisplayVk_api_h patch-third_party_angle_third_party_vulkan-loader_src_BUILD_gn patch-third_party_flatbuffers_src_src_util_cpp patch-third_party_swiftshader_src_Vulkan_VkDebug_cpp patch-v8_include_v8config_h patch-v8_src_diagnostics_perf-jit_cc patch-v8_src_diagnostics_perf-jit_h Removed files: www/chromium/patches: patch-base_memory_protected_memory_h patch-base_memory_protected_memory_posix_cc patch-chrome_browser_browser_features_cc patch-chrome_browser_browser_features_h patch-chrome_browser_platform_util_h patch-content_browser_utility_process_host_cc patch-content_public_app_v8_snapshot_overlay_manifest_cc patch-media_gpu_libyuv_image_processor_cc patch-remoting_webapp_base_js_platform_js patch-services_device_time_zone_monitor_time_zone_monitor_cc patch-third_party_angle_third_party_vulkan-loader_BUILD_gn patch-ui_base_x_x11_software_bitmap_presenter_cc patch-ui_base_x_x11_software_bitmap_presenter_h patch-ui_gfx_x_x11_switches_cc patch-ui_gfx_x_x11_switches_h patch-ui_platform_window_platform_window_delegate_h patch-v8_src_base_utils_random-number-generator_cc Log message: update to 80.0.3987.116; disable pointer compression in v8 and jit performance diagnostics until some things in base are ironed out CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2020/02/22 05:34:34 Modified files: www/chromium : Makefile Log message: electron can still use the jumbo build which was removed from chromium CVSROOT: /cvs Module name: www Changes by: rob@cvs.openbsd.org 2020/02/22 06:16:16 Modified files: . : innovations.html Log message: Fix BER reference and man page link due to recent changes. ok claudio@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/22 06:19:50 ports/net/dnsperf/patches Update of /cvs/ports/net/dnsperf/patches In directory cvs.openbsd.org:/tmp/cvs-serv58160/patches Log Message: Directory /cvs/ports/net/dnsperf/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/22 06:21:16 Modified files: net/dnsperf : Makefile Added files: net/dnsperf/patches: patch-configure_ac Log message: net/dnsperf: add some preliminary patches to get autoconf working with bind 9.16, mark BROKEN for now as it needs more work in the build itself. reported by naddy@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2020/02/22 06:28:48 Modified files: mail/kopano : Makefile.inc mail/kopano/core: distinfo mail/kopano/core/pkg: PLIST-main Log message: update to 9.0.3 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2020/02/22 06:48:42 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2020/02/22 07:01:35 Modified files: sys/dev/usb : ehci.c if_udav.c if_url.c ohci.c uftdi.c ugen.c uhci.c uhidev.c uhub.c uipaq.c umass.c umodem.c usbdi.c uvisor.c xhci.c Log message: use the UE_GET_XFERTYPE macro where applicable ok mpi@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2020/02/22 07:05:09 Modified files: usr.sbin/tcpdump: print-usbpcap.c Log message: fix a crash when printing the contents of a malformed packet where the packet length was smaller than the sizeof the usbpcap header. we'd end up passing a negative value as the length to default_print(). found with afl-fuzz ok mpi@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/22 07:51:48 Modified files: print/cups-filters: Makefile print/cups-filters/pkg: README print/cups : Makefile print/cups/pkg : README-main Log message: Fix path to pkg-readmes. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/02/22 07:57:53 Modified files: graphics/gdcm : Makefile distinfo Log message: update to gdcm-3.0.5 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/22 08:02:06 Modified files: print/hplip : Makefile distinfo print/hplip/patches: patch-base_utils_py print/hplip/pkg: PLIST-gui PLIST-hpijs PLIST-main Added files: print/hplip/patches: patch-clean_py patch-fax_pmlfax_py patch-ui4_wifisetupdialog_py patch-ui5_wifisetupdialog_py patch-ui_scrollunload_py Log message: Move from python2 -> python3. Move from qt4 -> qt5. Any regression, please let me know. CVSROOT: /cvs Module name: ports Changes by: tracey@cvs.openbsd.org 2020/02/22 09:26:38 Log message: Import devel/esptool-ck: firmware creation helper for esp8266 chips Esptool is a tool to create firmware files for the ESP8266 chip and flash the firmware to the chip over serial port. Esptool reads the compiled program in ELF format, extracts code and data sections, and either dumps a section to a file or assembles the firmware file from several segments. Esptool also communicates with the ESP8266 bootloader to upload firmware files to flash. With some corrections from martin@ and kmos@ ok martin@ and kmos@ Status: Vendor Tag: tracey Release Tags: tracey_20200222 U ports/devel/esptool-ck/Makefile U ports/devel/esptool-ck/distinfo U ports/devel/esptool-ck/patches/patch-Makefile U ports/devel/esptool-ck/patches/patch-serialport_serialport_c U ports/devel/esptool-ck/pkg/DESCR U ports/devel/esptool-ck/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: tracey@cvs.openbsd.org 2020/02/22 09:33:13 Log message: Import devel/esptool-ck: firmware creation helper for esp8266 chips Esptool is a tool to create firmware files for the ESP8266 chip and flash the firmware to the chip over serial port. Esptool reads the compiled program in ELF format, extracts code and data sections, and either dumps a section to a file or assembles the firmware file from several segments. Esptool also communicates with the ESP8266 bootloader to upload firmware files to flash. With help from martin@ and kmos@ ok martin@ and kmos@ Status: Vendor Tag: tracey Release Tags: tracey_20200222 U ports/devel/esptool-ck/Makefile U ports/devel/esptool-ck/distinfo U ports/devel/esptool-ck/patches/patch-Makefile U ports/devel/esptool-ck/patches/patch-serialport_serialport_c U ports/devel/esptool-ck/pkg/DESCR U ports/devel/esptool-ck/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/22 09:57:08 Modified files: mail/pear-Mail-Mime: Makefile distinfo mail/pear-Mail-Mime/pkg: PLIST Log message: Update to pear-Mail-Mime-1.10.6. CVSROOT: /cvs Module name: ports Changes by: rapha@cvs.openbsd.org 2020/02/22 10:34:36 Modified files: audio/hydrogen : Makefile distinfo audio/hydrogen/files: SndioMidiDriver.h sndio_audio_driver.cpp sndio_midi_driver.cpp audio/hydrogen/patches: patch-CMakeLists_txt patch-src_core_CMakeLists_txt patch-src_core_src_hydrogen_cpp patch-src_core_src_preferences_cpp patch-src_gui_src_PreferencesDialog_cpp audio/hydrogen/pkg: PLIST Added files: audio/hydrogen/patches: patch-cmake_StatusSupportOptions_cmake patch-src_tests_CMakeLists_txt Log message: update to hydrogen-1.0.0beta1, help by sthen@, ok rsadowski@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2020/02/22 11:55:24 Modified files: print/poppler : Makefile Log message: Add debug-poppler, debug-poppler-qt5, debug-poppler-utils. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2020/02/22 11:58:13 Modified files: etc/rc.d : rc.subr Log message: Do not run _rc_parse_conf of /var/run/rc.d/foobar on "start". This is needed in case a foobar fails to start but still returns 0. Changing its flags (in rc.conf.local) would then get ignored because of this cache (which is around to handle stop/check/reload on flags changes). claudio@ reported this issue when struggling with prometheus several weeks ago CVSROOT: /cvs Module name: src Changes by: jung@cvs.openbsd.org 2020/02/22 12:47:07 Modified files: usr.bin/dig/lib/dns: key.c rcode.c rdata.c ttl.c usr.bin/dig/lib/dns/include/dns: rdata.h ttl.h usr.bin/dig/lib/dns/include/dst: dst.h usr.bin/dig/lib/isc: base32.c buffer.c hex.c lex.c parseint.c task.c usr.bin/dig/lib/isc/include/isc: base32.h buffer.h hex.h lex.h parseint.h task.h Removed files: usr.bin/dig/lib/dns/include/dns: dsdigest.h Log message: remove unused code ok millert florian CVSROOT: /cvs Module name: src Changes by: jung@cvs.openbsd.org 2020/02/22 12:48:48 Modified files: usr.bin/dig/lib/dns: name.c usr.bin/dig/lib/isc: buffer.c usr.bin/dig/lib/isc/unix: socket.c usr.bin/dig/lib/lwres: lwconfig.c Log message: remove assigned but unused values ok millert florian CVSROOT: /cvs Module name: src Changes by: jung@cvs.openbsd.org 2020/02/22 12:50:05 Modified files: usr.bin/dig/lib/dns: dst_parse.c message.c rdataset.c usr.bin/dig/lib/dns/include/dns: message.h rdataset.h usr.bin/dig/lib/isc: timer.c Log message: remove some unused args and unused assignments, as result msgblock_free() becomes just free() also add UNUSED() for some dns_message *msg args for later revisit and cleanup ok millert florian CVSROOT: /cvs Module name: src Changes by: jung@cvs.openbsd.org 2020/02/22 12:51:03 Modified files: usr.bin/dig/lib/dns: dst_api.c gen.c rdata.c usr.bin/dig/lib/isc: hash.c netaddr.c Log message: remove various unused macros ok florian CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/02/22 12:56:05 Modified files: games/armagetronad: Makefile distinfo Removed files: games/armagetronad/patches: patch-src_tron_gCycle_cpp Log message: Update to armagetronad-0.2.8.3.5 It is a bugfix release; one of our patches goes away. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2020/02/22 13:27:14 Modified files: editors/gummi : Makefile distinfo Removed files: editors/gummi/patches: patch-configure patch-src_Makefile_in Log message: Update to gummi-0.8.1. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/22 13:52:02 Modified files: net/pear-Net-IPv4: Makefile distinfo net/pear-Net-IPv4/pkg: PLIST Log message: Update to pear-Net-IPv4-1.3.5. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/22 14:06:28 Modified files: security/p5-Crypt-OpenSSL-Bignum: Makefile distinfo security/p5-Crypt-OpenSSL-Bignum/pkg: PLIST Log message: Update to p5-Crypt-OpenSSL-Bignum-0.09. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/22 14:43:55 Modified files: security/p5-Crypt-Rijndael: Makefile distinfo security/p5-Crypt-Rijndael/pkg: PLIST Log message: Update to p5-Crypt-Rijndael-1.14. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/22 15:45:59 Modified files: net/net-snmp : Makefile net/net-snmp/patches: patch-configure_d_config_os_libs2 Added files: net/net-snmp/patches: patch-configure_d_config_os_libs1 Log message: sync net/net-snmp with upstream autoconf patches (10823f019, d63e35a3a, #72) CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/02/22 17:28:45 Modified files: games/gottcode/tanglet: Makefile distinfo Log message: Update to tanglet-1.5.5 FIXED: Compile failure with Qt 5.14 Replaced deprecated code Updated German word list CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2020/02/22 21:00:09 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/02/22 21:15:57 Modified files: usr.bin/dig/lib/dns: rdata.c usr.bin/dig/lib/dns/include/dns: types.h Removed files: usr.bin/dig/lib/dns/include/dns: callbacks.h Log message: remove unused dns_rdatacallbacks struct and typedef CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/02/22 22:55:06 Removed files: x11/qt5/qtwebkit-examples: Makefile distinfo x11/qt5/qtwebkit-examples/pkg: DESCR PLIST Log message: Remove qtwebkit-examples, useless since the last qtwebkit update CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/02/22 23:03:23 ports/x11/qt5/qtserialbus/patches Update of /cvs/ports/x11/qt5/qtserialbus/patches In directory cvs.openbsd.org:/tmp/cvs-serv94163/patches Log Message: Directory /cvs/ports/x11/qt5/qtserialbus/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2020/02/22 23:03:51 ports/x11/qt5/qtlocation/patches Update of /cvs/ports/x11/qt5/qtlocation/patches In directory cvs.openbsd.org:/tmp/cvs-serv3082/patches Log Message: Directory /cvs/ports/x11/qt5/qtlocation/patches added to the repository CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/02/22 23:22:46 Modified files: usr.bin/dig/lib/isc: hash.c usr.bin/dig/lib/isc/include/isc: region.h Log message: remove unused structs CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/23 00:42:39 Modified files: textproc/p5-Text-Template: Makefile distinfo Log message: Update to p5-Text-Template-1.58. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2020/02/23 01:16:59 Modified files: textproc/p5-XML-RSS: Makefile distinfo Log message: Update to p5-XML-RSS-1.61. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2020/02/23 01:34:12 Modified files: graphics/rawtherapee: Makefile distinfo graphics/rawtherapee/patches: patch-CMakeLists_txt graphics/rawtherapee/pkg: PLIST Removed files: graphics/rawtherapee/patches: patch-rtengine_sleef_c Log message: updae to rawtherapee-5.8 CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/23 01:51:12 Modified files: usr.bin/dig/lib/dns: Makefile.inc dst_internal.h hmac_link.c Removed files: usr.bin/dig/lib/dns: dst_parse.c dst_parse.h Log message: Remove unused hmac functions from struct dst_func which in turn lets us delete parsing of private keys from files. OK millert, jung CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/23 01:51:53 Modified files: usr.bin/dig/lib/dns: dst_api.c dst_internal.h hmac_link.c usr.bin/dig/lib/dns/include/dst: dst.h Log message: createctx2, verify2, and cleanup are always NULL. OK millert, jung CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/23 01:52:50 Modified files: usr.bin/dig/lib/dns: dst_api.c dst_internal.h hmac_link.c Log message: All key funcs are populated, skip NULL check. While here remove *_isprivate since it is always true. OK millert, jung CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/23 01:53:19 Modified files: usr.bin/dig/lib/dns: dst_api.c dst_internal.h Log message: hmacs do not support NULL keys OK millert, jung CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/23 01:54:01 Modified files: usr.bin/dig/lib/dns: dst_api.c dst_internal.h tsig.c usr.bin/dig/lib/dns/include/dst: dst.h Log message: Remove unused fields from struct dst_key and stop passing name and rdclass around. OK millert, jung CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/23 01:54:33 Modified files: usr.bin/dig/lib/dns: message.c rdataset.c usr.bin/dig/lib/dns/include/dns: message.h rdataset.h Log message: Partial rendering was never implemented. OK millert CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/23 01:55:43 Modified files: usr.bin/dig : dighost.c usr.bin/dig/lib/dns: message.c usr.bin/dig/lib/dns/include/dns: message.h Log message: We are not passing options to the message renderer. OK millert CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/23 01:56:03 Modified files: usr.bin/dig/lib/dns: message.c usr.bin/dig/lib/dns/include/dns: message.h Log message: We never request to clone the buffer from the message parser. OK millert CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/23 02:13:54 Modified files: net/znc : Makefile distinfo net/znc/pkg : PLIST Log message: Update to znc-1.7.5. from Brad (maintainer) CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/02/23 04:06:22 Modified files: usr.bin/dig/lib/dns/include/dns: types.h usr.bin/dig/lib/isc/include/isc: types.h Log message: remove unused parts of types.h ok jung@ florian@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2020/02/23 04:52:10 Modified files: sys/dev/usb : usbdevs Log message: - add an AMD hub found on APU2 - add Synaptics vendor id and two fingerprint readers feedback and ok jsg@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2020/02/23 04:52:45 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/23 04:59:55 Modified files: net/dnsperf : Makefile Added files: net/dnsperf/patches: patch-src_dns_c patch-src_dnsperf_c patch-src_resperf_c Log message: unbreak dnsperf with BIND 9.16 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/02/23 06:31:06 Modified files: security/py-cryptodome: Makefile distinfo Log message: update to py-cryptodome-3.9.7 CVSROOT: /cvs Module name: ports Changes by: jsing@cvs.openbsd.org 2020/02/23 07:28:44 Modified files: lang/go : Makefile distinfo Log message: Update lang/go binary bootstrap to a version that contains no ops following svc instructions on openbsd/arm64. CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2020/02/23 09:16:18 Modified files: x11/qt5/qt3d : Makefile Removed files: x11/qt5/qt3d/patches: patch-src_3rdparty_assimp_code_glTFAssetWriter_inl patch-src_3rdparty_assimp_code_glTFAsset_inl Log message: x11/qt5/qt3d: use system assimp and drop patches for bundled assimp OK rsadowski@ CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2020/02/23 09:43:07 Log message: Import www/p5-Test-LWP-UserAgent: LWP::UserAgent for simulating and testing network calls It overrides a few key low-level methods that are concerned with actually sending your request over the network, allowing an interception of that request and simulating a particular response. With some corrections from jca@ ok jca@, sthen@, benoit@ Status: Vendor Tag: paco Release Tags: paco_20200223 N ports/www/p5-Test-LWP-UserAgent/Makefile N ports/www/p5-Test-LWP-UserAgent/distinfo N ports/www/p5-Test-LWP-UserAgent/pkg/DESCR N ports/www/p5-Test-LWP-UserAgent/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2020/02/23 09:50:50 Modified files: www/chromium : Makefile Log message: electron still installs natives_blob.bin, so let's just revive it CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2020/02/23 09:58:18 Modified files: x11/gnome/bijiben: Makefile Log message: Need to specify C99 for base-gcc Fixes build on sparc64, probably other base-gcc ok jasper aja CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/23 09:58:39 Added files: net/avahi/patches: patch-autogen_sh Log message: Bring this patch back. Use our actual autoconf and automake versions to unbreak build when autoconf-2.63 is installed but automake-1.11 is not. spotted by naddy@ CVSROOT: /cvs Module name: ports Changes by: tracey@cvs.openbsd.org 2020/02/23 10:15:27 Modified files: devel/esptool-ck: Makefile devel/esptool-ck/patches: patch-Makefile Log message: Revert accidental changes to sthen's import. Reviewed with, and advice from sthen@ ok kmos@ CVSROOT: /cvs Module name: ports Changes by: tracey@cvs.openbsd.org 2020/02/23 10:35:04 Log message: import ports/devel/py-esptool: esp8266 and esp32 rom bootloader communication tool esptool.py is a Python-based, open source, platform independent, utility to communicate with the ROM bootloader in Espressif ESP8266 & ESP32 chips. Extensive editing from paco@, with other kmos@ changes. Ok kmos@ and paco@ Status: Vendor Tag: tracey Release Tags: tracey_20200223 N ports/devel/py-esptool/Makefile N ports/devel/py-esptool/distinfo N ports/devel/py-esptool/pkg/DESCR N ports/devel/py-esptool/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: tracey@cvs.openbsd.org 2020/02/23 10:35:29 Modified files: devel : Makefile Log message: Add py-esptool to devel/Makefile. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/02/23 10:51:36 Modified files: lib/libssl : tls13_client.c tls13_server.c Log message: According to RFC 8446, Section 4.4.4, recipients of incorrect Finished messages must terminate the connection with a decrypt_error alert, so replace the use of the deprecated decryption_failed alert accordingly. ok beck inoguchi jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2020/02/23 10:59:03 Modified files: lib/libssl : ssl_pkt.c Log message: The decryption_failed alert must not be sent by compliant implementations. Use a bad_record_mac alert instead. Found with tlsfuzzer's ChaCha20 test. ok beck inoguchi jsing CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2020/02/23 11:00:27 Modified files: security/py-ecdsa: Makefile security/py-ecdsa/pkg: PLIST Log message: Add missing RDEP on py-six. ok benoit (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/23 11:39:52 Modified files: www/privoxy : Makefile distinfo www/privoxy/patches: patch-GNUmakefile_in patch-config www/privoxy/pkg: PLIST Removed files: www/privoxy/patches: patch-configure_in Log message: update to privoxy-3.0.28, from David Goerger, plus I changed it to use the install target from upstream's Makefile rather than a reimplementation in the port Makefile which was missing a file. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/23 12:21:47 Modified files: audio/quodlibet: Makefile distinfo audio/quodlibet/patches: patch-quodlibet_player_gstbe_util_py patch-quodlibet_util___init___py patch-quodlibet_util_environment_py audio/quodlibet/pkg: PLIST Log message: update to quodlibet-4.3.0 CVSROOT: /cvs Module name: src Changes by: jung@cvs.openbsd.org 2020/02/23 12:54:26 Modified files: usr.bin/dig : dighost.c usr.bin/dig/lib/dns: dns_result.c dns_time.c gen.c masterdump.c name.c rcode.c rdata.c usr.bin/dig/lib/dns/include/dns: cert.h masterdump.h name.h rcode.h result.h secalg.h time.h types.h usr.bin/dig/lib/dns/rdata/any_255: tsig_250.c usr.bin/dig/lib/dns/rdata/ch_3: a_1.c usr.bin/dig/lib/dns/rdata/generic: afsdb_18.c avc_258.c caa_257.c cdnskey_60.c cds_59.c cert_37.c cname_5.c csync_62.c dlv_32769.c dname_39.c dnskey_48.c doa_259.c ds_43.c eui48_108.c eui64_109.c gpos_27.c hinfo_13.c hip_55.c ipseckey_45.c isdn_20.c key_25.c keydata_65533.c l32_105.c l64_106.c loc_29.c lp_107.c mb_7.c md_3.c mf_4.c mg_8.c minfo_14.c mr_9.c mx_15.c naptr_35.c nid_104.c ninfo_56.c ns_2.c nsec3_50.c nsec3param_51.c nsec_47.c null_10.c nxt_30.c openpgpkey_61.c opt_41.c proforma.c ptr_12.c rkey_57.c rp_17.c rrsig_46.c rt_21.c sig_24.c sink_40.c smimea_53.c soa_6.c spf_99.c sshfp_44.c ta_32768.c talink_58.c tkey_249.c tlsa_52.c txt_16.c unspec_103.c uri_256.c x25_19.c usr.bin/dig/lib/dns/rdata/hs_4: a_1.c usr.bin/dig/lib/dns/rdata/in_1: a6_38.c a_1.c aaaa_28.c apl_42.c dhcid_49.c kx_36.c nsap-ptr_23.c nsap_22.c px_26.c srv_33.c wks_11.c Removed files: usr.bin/dig/lib/dns/include/dns: keyflags.h secproto.h Log message: rmeove more unused functions and code ok florian CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2020/02/23 13:59:02 Modified files: net/sacc : Makefile distinfo Log message: Update to sacc-1.01 CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/02/23 15:59:22 Modified files: security/libassuan: Makefile distinfo Removed files: security/libassuan/patches: patch-configure patch-src_assuan-socket-server_c Log message: Update to libassuan-2.5.3 from Alex Naumov CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/02/23 16:40:22 Modified files: usr.bin/dig/lib/dns: key.c usr.bin/dig/lib/dns/include/dst: dst.h usr.bin/dig/lib/isc: base64.c lex.c usr.bin/dig/lib/isc/include/isc: base64.h lex.h Log message: remove some unused functions ok jung@ CVSROOT: /cvs Module name: src Changes by: aoyama@cvs.openbsd.org 2020/02/23 17:17:44 Modified files: usr.bin/dig/lib/isc: task.c timer.c usr.bin/dig/lib/isc/unix: socket.c Log message: Fix 'previously declared here' error on gcc3(luna88k). ok jsg@ florian@ jung@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2020/02/23 21:27:59 Modified files: usr.bin/ssh : ssh-keygen.1 Log message: Fix typo. Patch from itoama at live.jp via github PR#173. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2020/02/24 00:07:11 Modified files: usr.sbin/radiusctl: Makefile parser.c parser.h radiusctl.8 radiusctl.c Log message: add retries and timeouts for test packets. the most important bit of this is that the command will exit after a timeout period. this is currently handy if you're running radiusctl as a check from relayd, because at the moment it to get confused about who it's children are if you run a lot of checks too rapidly. before timeouts were added, radiusctl would wait forever for a reply, but a reply may never arrive because networks are unreliable, and worse, computers are unreliable and may be down for extended periods of time. the number of retries, the interval between retries, and the overall wait time can be tweaked via command line arguments. the defaults are set to something that seems reasonable if you're running a test. ok yasuoka@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2020/02/24 00:26:59 Modified files: sysutils/tmux-mem-cpu-load: Makefile Added files: sysutils/tmux-mem-cpu-load/patches: patch-openbsd_cpu_cc Log message: use HW_NCPUONLINE; already merged upstream but I forgot to commit to cvs CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/02/24 02:11:39 Modified files: x11/tint2 : Makefile Log message: This uses unconditionally CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/02/24 02:28:35 Modified files: mail/s-nail : Makefile distinfo Removed files: mail/s-nail/patches: patch-include_su_code_h Log message: Update to snail-14.9.17 thanks to Steffen Nurpmeso (maintainer) for the update CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/02/24 02:32:11 Modified files: audio/xmms2 : Makefile Log message: Respect MAKE_JOBS and print compilation commands Instead of running 12 build jobs unconditionally and hiding the hardcoded -O0 -g in CFLAGS/CXXFLAGS (not adressed by this diff). CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2020/02/24 02:32:38 Modified files: audio/xmms2 : Makefile Log message: This builds fine on sparc64, even with many MAKE_JOBS CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2020/02/24 02:53:59 Modified files: usr.bin/tmux : window-copy.c Log message: Change mouse selection so that after selecting a word, dragging selects only words and similar for lines. From Anindya Mukherjee. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2020/02/24 03:05:34 Modified files: sbin/ifconfig : ifconfig.8 Log message: Clarify that nwid/join SSIDs must be printable ASCII if they're not hex. ok kevlo@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2020/02/24 03:06:05 Modified files: sbin/ifconfig : ifconfig.c Log message: Don't needlessly cap SSID width in 'ifconfig joinlist' (matters with hex SSIDs). ok kevlo@ CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2020/02/24 03:30:16 Modified files: net/ngircd : Makefile net/ngircd/patches: patch-src_ngircd_ngircd_c Added files: net/ngircd/patches: patch-src_ngircd_proc_c Log message: Add pledge() support Maintainer timeout Diff from Michael michi plus openbsd at dataswamp dot org Works fine on a production server CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2020/02/24 03:39:00 Modified files: sbin/ifconfig : ifconfig.c Log message: fix column alignment of 'ifconfig joinlist'; padding had an extra " " CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/24 05:05:37 Modified files: usr.bin/dig : Makefile usr.bin/dig/lib/dns: rdata.c usr.bin/dig/lib/dns/include/dns: types.h Log message: Stop generating DNS class and type enums. OK jsg, jung CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/24 05:06:14 Modified files: usr.bin/dig : dighost.c usr.bin/dig/lib/dns: gen.c message.c rdata.c usr.bin/dig/lib/dns/include/dns: message.h rdata.h usr.bin/dig/lib/dns/rdata/any_255: tsig_250.c usr.bin/dig/lib/dns/rdata/ch_3: a_1.c usr.bin/dig/lib/dns/rdata/generic: afsdb_18.c avc_258.c caa_257.c cdnskey_60.c cds_59.c cert_37.c cname_5.c csync_62.c dlv_32769.c dname_39.c dnskey_48.c doa_259.c ds_43.c eui48_108.c eui64_109.c gpos_27.c hinfo_13.c hip_55.c ipseckey_45.c isdn_20.c key_25.c keydata_65533.c l32_105.c l64_106.c loc_29.c lp_107.c mb_7.c md_3.c mf_4.c mg_8.c minfo_14.c mr_9.c mx_15.c naptr_35.c nid_104.c ninfo_56.c ns_2.c nsec3_50.c nsec3param_51.c nsec_47.c null_10.c nxt_30.c openpgpkey_61.c opt_41.c proforma.c ptr_12.c rkey_57.c rp_17.c rrsig_46.c rt_21.c sig_24.c sink_40.c smimea_53.c soa_6.c spf_99.c sshfp_44.c ta_32768.c talink_58.c tkey_249.c tlsa_52.c txt_16.c unspec_103.c uri_256.c x25_19.c usr.bin/dig/lib/dns/rdata/hs_4: a_1.c usr.bin/dig/lib/dns/rdata/in_1: a6_38.c a_1.c aaaa_28.c apl_42.c dhcid_49.c kx_36.c nsap-ptr_23.c nsap_22.c px_26.c srv_33.c wks_11.c Log message: We are always preserving the order of records. This lets us remove compare_* and casecompare_* functions from RR types. OK jung CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/24 05:06:51 Modified files: usr.bin/dig/lib/dns: gen.c message.c rdata.c usr.bin/dig/lib/dns/include/dns: name.h rdata.h usr.bin/dig/lib/dns/rdata/any_255: tsig_250.c usr.bin/dig/lib/dns/rdata/ch_3: a_1.c usr.bin/dig/lib/dns/rdata/generic: afsdb_18.c avc_258.c caa_257.c cdnskey_60.c cds_59.c cert_37.c cname_5.c csync_62.c dlv_32769.c dname_39.c dnskey_48.c doa_259.c ds_43.c eui48_108.c eui64_109.c gpos_27.c hinfo_13.c hip_55.c ipseckey_45.c isdn_20.c key_25.c keydata_65533.c l32_105.c l64_106.c loc_29.c lp_107.c mb_7.c md_3.c mf_4.c mg_8.c minfo_14.c mr_9.c mx_15.c naptr_35.c nid_104.c ninfo_56.c ns_2.c nsec3param_51.c nsec_47.c null_10.c nxt_30.c openpgpkey_61.c opt_41.c proforma.c ptr_12.c rkey_57.c rp_17.c rrsig_46.c rt_21.c sig_24.c sink_40.c smimea_53.c soa_6.c spf_99.c sshfp_44.c ta_32768.c talink_58.c tkey_249.c tlsa_52.c txt_16.c unspec_103.c uri_256.c x25_19.c usr.bin/dig/lib/dns/rdata/hs_4: a_1.c usr.bin/dig/lib/dns/rdata/in_1: a6_38.c a_1.c aaaa_28.c apl_42.c dhcid_49.c kx_36.c nsap-ptr_23.c nsap_22.c px_26.c srv_33.c wks_11.c Log message: We only need to check the owner for nsec3 records, remove all the rest. OK jung CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2020/02/24 06:12:14 Modified files: usr.sbin/tcpdump: print-usbpcap.c Log message: extend decoding of control transfers: - print the stage name - print additional information about the request for Setup packets - GET_DESCRIPTOR requests are further decoded tweaks and ok mpi@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/24 06:31:54 Modified files: www/firefox-esr: Makefile www/firefox-esr/pkg: README www/mozilla-firefox: Makefile www/mozilla-firefox/pkg: README Log message: Fix path to dbus pkg-readme. ok landry (maintainer) CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/02/24 06:49:39 Modified files: usr.bin/dig : dig.c dig.h dighost.c host.c usr.bin/dig/lib/dns: dns_time.c dst_api.c rcode.c rdata.c ttl.c usr.bin/dig/lib/dns/rdata/generic: keydata_65533.c usr.bin/dig/lib/isc: base64.c hex.c log.c sha2.c timer.c usr.bin/dig/lib/isc/include/isc: sha2.h socket.h timer.h usr.bin/dig/lib/isc/unix: app.c usr.bin/dig/lib/isccfg: namedconf.c Log message: remove some uneeded includes CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/02/24 07:16:14 Modified files: www/p5-WWW-Mechanize: Makefile distinfo Log message: update p5-WWW-Mechanize to 1.96 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2020/02/24 08:09:14 Modified files: usr.bin/dig/lib/dns: gen.c name.c rdata.c usr.bin/dig/lib/dns/include/dns: name.h rdata.h usr.bin/dig/lib/isc: Makefile.inc usr.bin/dig/lib/isc/include/isc: region.h Removed files: usr.bin/dig/lib/isc: region.c Log message: remove some unused code ok florian@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/02/24 08:09:23 Log message: import p5-OPCUA-Open62541 0.003 OK benoit@ Comment: Perl XS wrapper for open62541 OPC UA library Description: The open62541 is a library implementing an OPC UA client and server. This module provides access to the C functionality from Perl programs. Status: Vendor Tag: bluhm Release Tags: bluhm_20200224 N ports/misc/p5-OPCUA-Open62541/Makefile N ports/misc/p5-OPCUA-Open62541/distinfo N ports/misc/p5-OPCUA-Open62541/pkg/DESCR N ports/misc/p5-OPCUA-Open62541/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2020/02/24 08:11:09 Modified files: misc : Makefile Log message: +p5-OPCUA-Open62541 CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2020/02/24 08:43:36 Modified files: usr.sbin/rpki-client: rpki-client.8 Log message: Fix typo Thanks Robert Scheck & Kristaps Dzonsons CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/24 09:11:21 Modified files: usr.bin/dig/lib/dns: name.c usr.bin/dig/lib/dns/include/dns: name.h Log message: totext_filter_proc is always null, remove. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/24 09:12:29 Modified files: usr.bin/dig/lib/dns: message.c Log message: dead store, pointed out by scan build CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2020/02/24 09:16:08 Modified files: usr.sbin/smtpd : makemap.c mta_session.c smtpctl.c smtpd-defines.h smtpd.c smtpd.h Log message: Fix two security vulnerabilities discovered by Qualys. An out of bounds read in smtpd allows an attacker to inject arbitrary commands into the envelope file which are then executed as root. Separately, missing privilege revocation in smtpctl allows arbitrary commands to be run with the _smtpq group. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2020/02/24 09:19:32 Modified files: usr.sbin/smtpd : Tag: OPENBSD_6_6 makemap.c mta_session.c smtpctl.c smtpd-defines.h smtpd.c smtpd.h Log message: OpenBSD 6.6 errata 021, February 24, 2020: An out of bounds read in smtpd allows an attacker to inject arbitrary commands into the envelope file which are then executed as root. Separately, missing privilege revocation in smtpctl allows arbitrary commands to be run with the _smtpq group. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2020/02/24 09:20:06 Modified files: usr.sbin/smtpd : Tag: OPENBSD_6_5 makemap.c mta_session.c smtpctl.c smtpd-defines.h smtpd.c smtpd.h Log message: OpenBSD 6.5 errata 031, February 24, 2020: An out of bounds read in smtpd allows an attacker to inject arbitrary commands into the envelope file which are then executed as root. Separately, missing privilege revocation in smtpctl allows arbitrary commands to be run with the _smtpq group. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/24 09:25:22 Modified files: usr.bin/dig/lib/dns: message.c usr.bin/dig/lib/dns/include/dns: rdataset.h Log message: We are never required to "render glue first" since we just print what we get from the net. CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2020/02/24 09:27:53 Modified files: . : errata65.html errata66.html Log message: release smtpd errata. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/24 10:43:53 Modified files: usr.bin/dig : dighost.c host.c nslookup.c usr.bin/dig/lib/dns: gen.c rdata.c tsig.c usr.bin/dig/lib/dns/include/dns: rdata.h usr.bin/dig/lib/dns/rdata/ch_3: a_1.c usr.bin/dig/lib/dns/rdata/generic: afsdb_18.c avc_258.c caa_257.c cdnskey_60.c cds_59.c cert_37.c csync_62.c dlv_32769.c dname_39.c dnskey_48.c doa_259.c ds_43.c eui48_108.c eui64_109.c gpos_27.c hinfo_13.c hip_55.c ipseckey_45.c isdn_20.c key_25.c keydata_65533.c l32_105.c l64_106.c loc_29.c lp_107.c mb_7.c md_3.c mf_4.c mg_8.c minfo_14.c mr_9.c mx_15.c naptr_35.c nid_104.c ninfo_56.c nsec3_50.c nsec3param_51.c nsec_47.c null_10.c nxt_30.c openpgpkey_61.c opt_41.c proforma.c ptr_12.c rkey_57.c rp_17.c rrsig_46.c rt_21.c sig_24.c sink_40.c smimea_53.c spf_99.c sshfp_44.c ta_32768.c talink_58.c tkey_249.c tlsa_52.c txt_16.c unspec_103.c uri_256.c x25_19.c usr.bin/dig/lib/dns/rdata/hs_4: a_1.c usr.bin/dig/lib/dns/rdata/in_1: a6_38.c a_1.c aaaa_28.c apl_42.c dhcid_49.c kx_36.c nsap-ptr_23.c nsap_22.c px_26.c srv_33.c wks_11.c Log message: We only need to free cname, ns, soa and tsig structs. OK jsg CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/24 10:44:45 Modified files: usr.bin/dig : dighost.c usr.bin/dig/lib/dns: gen.c rdata.c tsig.c usr.bin/dig/lib/dns/include/dns: rdata.h usr.bin/dig/lib/dns/rdata/ch_3: a_1.c usr.bin/dig/lib/dns/rdata/generic: afsdb_18.c avc_258.c caa_257.c cdnskey_60.c cds_59.c cert_37.c cname_5.c csync_62.c dlv_32769.c dname_39.c dnskey_48.c doa_259.c ds_43.c eui48_108.c eui64_109.c gpos_27.c hinfo_13.c hip_55.c ipseckey_45.c isdn_20.c key_25.c keydata_65533.c l32_105.c l64_106.c loc_29.c lp_107.c mb_7.c md_3.c mf_4.c mg_8.c minfo_14.c mr_9.c mx_15.c naptr_35.c nid_104.c ninfo_56.c ns_2.c nsec3_50.c nsec3param_51.c nsec_47.c null_10.c nxt_30.c openpgpkey_61.c opt_41.c proforma.c ptr_12.c rkey_57.c rp_17.c rrsig_46.c rt_21.c sig_24.c sink_40.c smimea_53.c spf_99.c sshfp_44.c ta_32768.c talink_58.c tkey_249.c tlsa_52.c txt_16.c unspec_103.c uri_256.c x25_19.c usr.bin/dig/lib/dns/rdata/hs_4: a_1.c usr.bin/dig/lib/dns/rdata/in_1: a6_38.c a_1.c aaaa_28.c apl_42.c dhcid_49.c kx_36.c nsap-ptr_23.c nsap_22.c px_26.c srv_33.c wks_11.c Log message: We only need to fill a wire format buffer from soa and tsig structs. OK jsg CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/24 10:45:26 Modified files: usr.bin/dig : dighost.c host.c nslookup.c usr.bin/dig/lib/dns: gen.c rdata.c tsig.c usr.bin/dig/lib/dns/include/dns: rdata.h usr.bin/dig/lib/dns/rdata/ch_3: a_1.c usr.bin/dig/lib/dns/rdata/generic: afsdb_18.c avc_258.c caa_257.c cdnskey_60.c cds_59.c cert_37.c csync_62.c dlv_32769.c dname_39.c dnskey_48.c doa_259.c ds_43.c eui48_108.c eui64_109.c gpos_27.c hinfo_13.c hip_55.c ipseckey_45.c isdn_20.c key_25.c keydata_65533.c l32_105.c l64_106.c loc_29.c lp_107.c mb_7.c md_3.c mf_4.c mg_8.c minfo_14.c mr_9.c mx_15.c naptr_35.c nid_104.c ninfo_56.c nsec3_50.c nsec3param_51.c nsec_47.c null_10.c nxt_30.c openpgpkey_61.c opt_41.c proforma.c ptr_12.c rkey_57.c rp_17.c rrsig_46.c rt_21.c sig_24.c sink_40.c smimea_53.c spf_99.c sshfp_44.c ta_32768.c talink_58.c tkey_249.c tlsa_52.c txt_16.c unspec_103.c uri_256.c x25_19.c usr.bin/dig/lib/dns/rdata/hs_4: a_1.c usr.bin/dig/lib/dns/rdata/in_1: a6_38.c a_1.c aaaa_28.c apl_42.c dhcid_49.c kx_36.c nsap-ptr_23.c nsap_22.c px_26.c srv_33.c wks_11.c Log message: We only need to create cname, ns, soa and tsig structs. OK jsg CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/24 10:47:50 Modified files: usr.bin/dig/lib/dns: rdata.c usr.bin/dig/lib/dns/rdata/generic: ds_43.c hip_55.c key_25.c tlsa_52.c txt_16.c Log message: Delete a few more fromstruct_*, tostruct_* and freestruct_* functions missed in previous. Also delete now unused utility functions. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2020/02/24 10:49:23 Modified files: usr.sbin/smtpd : smtpd.h Log message: Bump version to 6.6.4 for errata and to match -portable. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2020/02/24 10:57:55 Modified files: usr.bin/dig : Makefile dighost.c host.c nslookup.c usr.bin/dig/lib/dns: message.c rdata.c tsig.c usr.bin/dig/lib/dns/include/dns: rdata.h rdataset.h Removed files: usr.bin/dig/lib/dns/rdata: rdatastructpre.h rdatastructsuf.h usr.bin/dig/lib/dns/rdata/any_255: tsig_250.h usr.bin/dig/lib/dns/rdata/ch_3: a_1.h usr.bin/dig/lib/dns/rdata/generic: afsdb_18.h avc_258.h caa_257.h cdnskey_60.h cds_59.h cert_37.h cname_5.h csync_62.h dlv_32769.h dname_39.h dnskey_48.h doa_259.h ds_43.h eui48_108.h eui64_109.h gpos_27.h hinfo_13.h hip_55.h ipseckey_45.h isdn_20.h key_25.h keydata_65533.h l32_105.h l64_106.h loc_29.h lp_107.h mb_7.h md_3.h mf_4.h mg_8.h minfo_14.h mr_9.h mx_15.h naptr_35.h nid_104.h ninfo_56.h ns_2.h nsec3_50.h nsec3param_51.h nsec_47.h null_10.h nxt_30.h openpgpkey_61.h opt_41.h proforma.h ptr_12.h rkey_57.h rp_17.h rrsig_46.h rt_21.h sig_24.h sink_40.h smimea_53.h soa_6.h spf_99.h sshfp_44.h ta_32768.h talink_58.h tkey_249.h tlsa_52.h txt_16.h unspec_103.h uri_256.h x25_19.h usr.bin/dig/lib/dns/rdata/hs_4: a_1.h usr.bin/dig/lib/dns/rdata/in_1: a6_38.h a_1.h aaaa_28.h apl_42.h dhcid_49.h kx_36.h nsap-ptr_23.h nsap_22.h px_26.h srv_33.h wks_11.h Log message: Stop generating rdatastruct.h and put the dns_rdata_* structs for cname, ns, soa, and tsig directly into rdata.h CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2020/02/24 11:41:19 Modified files: multimedia/x265: Makefile distinfo multimedia/x265/pkg: PLIST Removed files: multimedia/x265/patches: patch-source_encoder_analysis_cpp Log message: Update to x265-3.3. from Brad (maintainer) CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2020/02/24 12:45:22 Modified files: opensmtpd : index.html security.html Log message: opensmtpd 6.6.4; ok millert CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2020/02/24 13:58:06 Modified files: shells/bash : Makefile Log message: provide debug package CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2020/02/24 14:15:05 Modified files: usr.bin/mandoc : main.c Log message: Marc Espie reported that "man p*ipc" displayed the perlipc(1) manual. The reason was that as a last resort when failing to find a page name in mandoc.db(5) or at a few well well-defined fully qualified file names, man(1) uses glob(3) to look for candidate files in relevant directories, because some operating systems have weird file name extensions, for example pcap.3pcap and BF_set_key.3ssl on Linux. But during that globbing, the metacharacters "*?[" need to be escaped in the name, section, and path supplied by the user, or you would get weird false positives and misleading warning messages and would be unable to use the fallback for path or file names that actually contain an opening bracket. Feedback and OK espie@. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2020/02/24 15:15:18 Modified files: graphics/mypaint-brushes: Makefile distinfo Log message: update to mypaint-brushes-1.3.1 CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2020/02/24 15:25:31 Modified files: opensmtpd : security.html Log message: remove an extra