CVSROOT: /cvs Module name: www Changes by: beck@cvs.openbsd.org 2019/04/13 09:05:42 Modified files: . : 65.html Log message: Looks like libressl will be 2.9.1 for release CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/04/13 11:35:07 Modified files: sys/conf : newvers.sh Log message: unlock tree, we are now working on 6.5-current CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/04/13 11:35:10 Modified files: sys/conf : GENERIC Log message: renable POOL_DEBUG CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/04/13 12:04:05 Modified files: lib/libssl : ssl_cert.c Log message: Avoid leak in SSL_dup_CA_list() In the case that X509_NAME_dup() succeeds, but sk_X509_NAME_push() fails, name is leaked. The entire function is trying to be clever and therefore hard to follow. Let's do it the stupid but safe way. ok jsing CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/04/13 12:12:01 Modified files: sys/dev/fdt : mvpinctrl.c Log message: Add missing compatibles for newer Linux kernel bindings. ok patrick@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/04/13 12:42:23 Modified files: lib/libcrypto/x509v3: v3_utl.c Log message: Avoid quadratic behavior of decimal BIGNUM conversion The complexity of BN_bn2dec(bn) is quadratic in the length of bn. This function is used for printing numbers in CRLs which are typically small. If a BN is larger than 127 bits, dump it as hex because that's cheap and for numbers this size not significantly harder for humans to parse. OpenSSL commit 10a3195fcf7d04ba519651cf12e945a8fe470a3c by David Benjamin (still under the old licence), but significantly simplified. Ideally, we would catch excessively large numbers on deserialization, but that is made trickier by the templated ASN1. Erroring out is also not an option since the relevant part of the x509v3/ directory doesn't like to do proper error checking (looking at you v2i and i2v). Timeout found by oss-fuzz, should fix issues #13823 and #14130. input & ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/04/13 12:47:58 Modified files: lib/libtls : tls_util.c Log message: Null out pointers on asprintf() failure. These pointers will be passed to free. According to asprintf(3), "on OpenBSD, ret will be set to the null pointer, but this behavior should not be relied upon." ok jsing CVSROOT: /cvs Module name: www Changes by: bcook@cvs.openbsd.org 2019/04/13 12:59:24 Modified files: . : 65.html Log message: add LibreSSL portability improvements CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/04/13 13:19:36 Modified files: sys/dev/acpi : tpm.c Log message: MSFT0101 must require some special handling, since this breaks suspend on some machines. Back out until more known. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2019/04/13 15:15:30 Modified files: . : plus65.html Log message: MSFT0101, uhm no CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/04/13 16:06:31 Modified files: regress/lib/libcrypto/bn/general: Makefile Added files: regress/lib/libcrypto/bn/general: bn_to_string.c Log message: Add a test for the bn_to_string() function introduced in v3_utl.c r1.32. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/13 18:37:31 Modified files: usr.sbin/tcpdump: ospf.h print-ospf.c Log message: md5 auth has useful information on the wire that helps when fixing issues print at least the key-id, and seq when -v is set, and the offset and len when -vv is set. ok sthen@ bluhm@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/14 00:57:00 Modified files: sys/net : if.c Log message: don't take splnet when running the network stack the stack uses the NET_LOCK for most protection now, so it doesnt need to block actual hardware interrupts. blocking hw interrupts can cause huge latency spikes, which in turn works against the rx ring moderation. im putting this in early in the release cycle so it can get the most testing possible. ok mpi@ (a while back) CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/04/14 01:35:18 Modified files: lib/libcrypto/x509v3: v3_utl.c Log message: Fix previous: I forgot to rename the bn_to_string() prototype. CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/04/14 02:51:31 Modified files: share/man/man9 : timeout.9 sys/kern : kern_timeout.c sys/sys : timeout.h Log message: Add lock order checking for timeouts The caller of timeout_barrier() must not hold locks that could prevent timeout handlers from making progress. The system could deadlock otherwise. This patch makes witness(4) able to detect barrier locking errors. This is done by introducing a pseudo-lock that couples the lock chains of barrier callers to the lock chains of timeout handlers. In order to find these errors faster, this diff adds a synchronous version of cancelling timeouts, timeout_del_barrier(9). As the synchronous intent is explicit, this interface can check lock order immediately instead of waiting for the potentially rare occurrence of timeout_barrier(9). OK dlg@ mpi@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/04/14 03:27:27 src/sys/dev/pci/drm/include Update of /cvs/src/sys/dev/pci/drm/include In directory cvs.openbsd.org:/tmp/cvs-serv94647/include Log Message: Directory /cvs/src/sys/dev/pci/drm/include added to the repository CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/04/14 03:28:23 src/sys/dev/pci/drm/include/acpi Update of /cvs/src/sys/dev/pci/drm/include/acpi In directory cvs.openbsd.org:/tmp/cvs-serv51141/acpi Log Message: Directory /cvs/src/sys/dev/pci/drm/include/acpi added to the repository CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/04/14 03:28:23 src/sys/dev/pci/drm/include/asm Update of /cvs/src/sys/dev/pci/drm/include/asm In directory cvs.openbsd.org:/tmp/cvs-serv51141/asm Log Message: Directory /cvs/src/sys/dev/pci/drm/include/asm added to the repository CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/04/14 03:28:23 src/sys/dev/pci/drm/include/drm Update of /cvs/src/sys/dev/pci/drm/include/drm In directory cvs.openbsd.org:/tmp/cvs-serv51141/drm Log Message: Directory /cvs/src/sys/dev/pci/drm/include/drm added to the repository CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/04/14 03:28:23 src/sys/dev/pci/drm/include/generated Update of /cvs/src/sys/dev/pci/drm/include/generated In directory cvs.openbsd.org:/tmp/cvs-serv51141/generated Log Message: Directory /cvs/src/sys/dev/pci/drm/include/generated added to the repository CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/04/14 03:28:23 src/sys/dev/pci/drm/include/linux Update of /cvs/src/sys/dev/pci/drm/include/linux In directory cvs.openbsd.org:/tmp/cvs-serv51141/linux Log Message: Directory /cvs/src/sys/dev/pci/drm/include/linux added to the repository CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/04/14 03:28:23 src/sys/dev/pci/drm/include/media Update of /cvs/src/sys/dev/pci/drm/include/media In directory cvs.openbsd.org:/tmp/cvs-serv51141/media Log Message: Directory /cvs/src/sys/dev/pci/drm/include/media added to the repository CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/04/14 03:28:23 src/sys/dev/pci/drm/include/uapi Update of /cvs/src/sys/dev/pci/drm/include/uapi In directory cvs.openbsd.org:/tmp/cvs-serv51141/uapi Log Message: Directory /cvs/src/sys/dev/pci/drm/include/uapi added to the repository CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/04/14 03:28:23 src/sys/dev/pci/drm/include/video Update of /cvs/src/sys/dev/pci/drm/include/video In directory cvs.openbsd.org:/tmp/cvs-serv51141/video Log Message: Directory /cvs/src/sys/dev/pci/drm/include/video added to the repository CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/04/14 03:29:34 src/sys/dev/pci/drm/include/asm/fpu Update of /cvs/src/sys/dev/pci/drm/include/asm/fpu In directory cvs.openbsd.org:/tmp/cvs-serv33656/asm/fpu Log Message: Directory /cvs/src/sys/dev/pci/drm/include/asm/fpu added to the repository CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/04/14 03:29:34 src/sys/dev/pci/drm/include/drm/ttm Update of /cvs/src/sys/dev/pci/drm/include/drm/ttm In directory cvs.openbsd.org:/tmp/cvs-serv33656/drm/ttm Log Message: Directory /cvs/src/sys/dev/pci/drm/include/drm/ttm added to the repository CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/04/14 03:29:34 src/sys/dev/pci/drm/include/linux/gpio Update of /cvs/src/sys/dev/pci/drm/include/linux/gpio In directory cvs.openbsd.org:/tmp/cvs-serv33656/linux/gpio Log Message: Directory /cvs/src/sys/dev/pci/drm/include/linux/gpio added to the repository CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/04/14 03:29:34 src/sys/dev/pci/drm/include/linux/mfd Update of /cvs/src/sys/dev/pci/drm/include/linux/mfd In directory cvs.openbsd.org:/tmp/cvs-serv33656/linux/mfd Log Message: Directory /cvs/src/sys/dev/pci/drm/include/linux/mfd added to the repository CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/04/14 03:29:34 src/sys/dev/pci/drm/include/linux/sched Update of /cvs/src/sys/dev/pci/drm/include/linux/sched In directory cvs.openbsd.org:/tmp/cvs-serv33656/linux/sched Log Message: Directory /cvs/src/sys/dev/pci/drm/include/linux/sched added to the repository CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/04/14 03:29:34 src/sys/dev/pci/drm/include/uapi/drm Update of /cvs/src/sys/dev/pci/drm/include/uapi/drm In directory cvs.openbsd.org:/tmp/cvs-serv33656/uapi/drm Log Message: Directory /cvs/src/sys/dev/pci/drm/include/uapi/drm added to the repository CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/04/14 04:14:54 Modified files: sys/arch/amd64/conf: Makefile.amd64 sys/arch/arm64/conf: Makefile.arm64 sys/arch/i386/conf: Makefile.i386 sys/arch/loongson/conf: Makefile.loongson sys/arch/macppc/conf: Makefile.macppc sys/arch/sparc64/conf: Makefile.sparc64 sys/dev/pci : agp_i810.c sys/dev/pci/drm: drm_agpsupport.c drm_atomic.c drm_atomic_helper.c drm_bridge.c drm_cache.c drm_crtc.c drm_crtc_helper.c drm_crtc_internal.h drm_dp_helper.c drm_dp_mst_topology.c drm_drv.c drm_edid.c drm_fb_helper.c drm_gem.c drm_global.c drm_hashtab.c drm_internal.h drm_irq.c drm_linux.c drm_linux.h drm_memory.c drm_mipi_dsi.c drm_mm.c drm_modes.c drm_modeset_lock.c drm_panel.c drm_plane_helper.c drm_prime.c drm_probe_helper.c drm_rect.c drm_vma_manager.c files.drm linux_hdmi.c linux_list_sort.c linux_reservation.c sys/dev/pci/drm/i915: dvo.h dvo_ch7017.c dvo_ch7xxx.c dvo_ivch.c dvo_ns2501.c dvo_sil164.c dvo_tfp410.c i915_cmd_parser.c i915_devlist.h i915_drv.c i915_drv.h i915_gem.c i915_gem_batch_pool.c i915_gem_batch_pool.h i915_gem_context.c i915_gem_dmabuf.c i915_gem_evict.c i915_gem_execbuffer.c i915_gem_gtt.c i915_gem_gtt.h i915_gem_render_state.c i915_gem_render_state.h i915_gem_stolen.c i915_gem_tiling.c i915_gem_userptr.c i915_gpu_error.c i915_irq.c i915_params.c i915_reg.h i915_suspend.c i915_trace.h i915_vgpu.c i915_vgpu.h intel_atomic.c intel_atomic_plane.c intel_audio.c intel_bios.c intel_bios.h intel_crt.c intel_csr.c intel_ddi.c intel_display.c intel_dp.c intel_dp_mst.c intel_drv.h intel_dsi.h intel_dvo.c intel_fbc.c intel_fbdev.c intel_fifo_underrun.c intel_frontbuffer.c intel_gtt.c intel_guc.h intel_guc_fwif.h intel_hdmi.c intel_hotplug.c intel_i2c.c intel_lrc.c intel_lrc.h intel_lvds.c intel_mocs.c intel_mocs.h intel_modes.c intel_opregion.c intel_overlay.c intel_panel.c intel_pm.c intel_psr.c intel_renderstate.h intel_renderstate_gen9.c intel_ringbuffer.c intel_ringbuffer.h intel_runtime_pm.c intel_sdvo.c intel_sdvo_regs.h intel_sideband.c intel_sprite.c intel_tv.c intel_uncore.c sys/dev/pci/drm/radeon: atom.c atom.h atombios.h atombios_crtc.c atombios_dp.c atombios_encoders.c atombios_i2c.c btc_dpm.c cayman_blit_shaders.c ci_dpm.c ci_dpm.h ci_smc.c cik.c cik_blit_shaders.c cik_reg.h cik_sdma.c cikd.h cypress_dpm.c dce3_1_afmt.c dce6_afmt.c evergreen.c evergreen_blit_shaders.c evergreen_cs.c evergreen_dma.c evergreen_hdmi.c evergreend.h kv_dpm.c kv_smc.c mkregtable.c ni.c ni_dma.c ni_dpm.c ni_reg.h nid.h r100.c r200.c r300.c r420.c r520.c r600.c r600_blit_shaders.c r600_cs.c r600_dma.c r600_dpm.c r600_hdmi.c r600d.h radeon.h radeon_acpi.c radeon_acpi.h radeon_agp.c radeon_asic.c radeon_asic.h radeon_atombios.c radeon_audio.c radeon_audio.h radeon_benchmark.c radeon_bios.c radeon_clocks.c radeon_combios.c radeon_connectors.c radeon_cs.c radeon_cursor.c radeon_device.c radeon_display.c radeon_dp_auxch.c radeon_dp_mst.c radeon_drv.c radeon_drv.h radeon_encoders.c radeon_fb.c radeon_fence.c radeon_gart.c radeon_gem.c radeon_i2c.c radeon_ib.c radeon_ioc32.c radeon_irq_kms.c radeon_kfd.c radeon_kms.c radeon_legacy_crtc.c radeon_legacy_encoders.c radeon_legacy_tv.c radeon_mn.c radeon_mode.h radeon_object.c radeon_object.h radeon_pm.c radeon_prime.c radeon_ring.c radeon_sa.c radeon_semaphore.c radeon_sync.c radeon_test.c radeon_trace.h radeon_trace_points.c radeon_ttm.c radeon_ucode.c radeon_uvd.c radeon_vce.c radeon_vm.c rs400.c rs600.c rs690.c rs780_dpm.c rv515.c rv6xx_dpm.c rv730_dpm.c rv740_dpm.c rv770.c rv770_dma.c rv770_dpm.c rv770_smc.c rv770d.h si.c si_blit_shaders.c si_dma.c si_dpm.c si_smc.c sid.h sumo_dpm.c sumo_smc.c trinity_dpm.c trinity_smc.c uvd_v1_0.c uvd_v2_2.c uvd_v3_1.c uvd_v4_2.c vce_v1_0.c vce_v2_0.c sys/dev/pci/drm/ttm: ttm_agp_backend.c ttm_bo.c ttm_bo_manager.c ttm_bo_util.c ttm_bo_vm.c ttm_execbuf_util.c ttm_memory.c ttm_page_alloc.c ttm_page_alloc_dma.c ttm_tt.c Added files: sys/dev/pci/drm: drm_blend.c drm_color_mgmt.c drm_connector.c drm_crtc_helper_internal.h drm_dp_dual_mode_helper.c drm_dumb_buffers.c drm_encoder.c drm_file.c drm_fourcc.c drm_framebuffer.c drm_gem_framebuffer_helper.c drm_ioctl.c drm_mode_config.c drm_mode_object.c drm_modeset_helper.c drm_panel_orientation_quirks.c drm_plane.c drm_print.c drm_property.c drm_scdc_helper.c drm_syncobj.c drm_vblank.c linux_radix.c sys/dev/pci/drm/i915: i915_gem.h i915_gem_clflush.c i915_gem_clflush.h i915_gem_context.h i915_gem_fence_reg.c i915_gem_fence_reg.h i915_gem_internal.c i915_gem_object.c i915_gem_object.h i915_gem_shrinker.c i915_gemfs.c i915_gemfs.h i915_gpu_error.h i915_memcpy.c i915_mm.c i915_params.h i915_pci.c i915_perf.c i915_pmu.h i915_pvinfo.h i915_query.c i915_query.h i915_request.c i915_request.h i915_scheduler.h i915_selftest.h i915_sw_fence.c i915_sw_fence.h i915_syncmap.c i915_syncmap.h i915_timeline.c i915_timeline.h i915_utils.h i915_vma.c i915_vma.h icl_dsi.c intel_breadcrumbs.c intel_cdclk.c intel_color.c intel_device_info.c intel_device_info.h intel_display.h intel_dp_aux_backlight.c intel_dp_link_training.c intel_dpio_phy.c intel_dpll_mgr.c intel_dpll_mgr.h intel_dsi_dcs_backlight.c intel_dsi_vbt.c intel_engine_cs.c intel_frontbuffer.h intel_gpu_commands.h intel_guc.c intel_guc_ads.c intel_guc_ads.h intel_guc_ct.c intel_guc_ct.h intel_guc_fw.c intel_guc_fw.h intel_guc_log.c intel_guc_log.h intel_guc_reg.h intel_guc_submission.c intel_guc_submission.h intel_gvt.h intel_hangcheck.c intel_hdcp.c intel_huc.c intel_huc.h intel_huc_fw.c intel_huc_fw.h intel_lpe_audio.c intel_lrc_reg.h intel_lspcon.c intel_opregion.h intel_stolen.c intel_uc.c intel_uc.h intel_uc_fw.c intel_uc_fw.h intel_uncore.h intel_vbt_defs.h intel_wopcm.c intel_wopcm.h intel_workarounds.c intel_workarounds.h vlv_dsi.c vlv_dsi_pll.c sys/dev/pci/drm/include/acpi: button.h video.h sys/dev/pci/drm/include/asm: agp.h bitsperlong.h byteorder.h div64.h intel-mid.h iosf_mbi.h pgtable.h set_memory.h unaligned.h sys/dev/pci/drm/include/asm/fpu: api.h sys/dev/pci/drm/include/drm: amd_asic_type.h drmP.h drm_atomic.h drm_atomic_helper.h drm_audio_component.h drm_blend.h drm_bridge.h drm_cache.h drm_color_mgmt.h drm_connector.h drm_crtc.h drm_crtc_helper.h drm_debugfs_crc.h drm_device.h drm_displayid.h drm_dp_dual_mode_helper.h drm_dp_helper.h drm_dp_mst_helper.h drm_drv.h drm_edid.h drm_encoder.h drm_fb_helper.h drm_file.h drm_fixed.h drm_fourcc.h drm_framebuffer.h drm_gem.h drm_gem_framebuffer_helper.h drm_global.h drm_hashtab.h drm_hdcp.h drm_ioctl.h drm_irq.h drm_lease.h drm_mipi_dsi.h drm_mm.h drm_mode_config.h drm_mode_object.h drm_modes.h drm_modeset_helper.h drm_modeset_helper_vtables.h drm_modeset_lock.h drm_panel.h drm_pciids.h drm_plane.h drm_plane_helper.h drm_prime.h drm_print.h drm_property.h drm_rect.h drm_scdc_helper.h drm_syncobj.h drm_utils.h drm_vblank.h drm_vma_manager.h drm_writeback.h gpu_scheduler.h i915_component.h i915_drm.h i915_pciids.h intel_lpe_audio.h spsc_queue.h sys/dev/pci/drm/include/drm/ttm: ttm_bo_api.h ttm_bo_driver.h ttm_debug.h ttm_execbuf_util.h ttm_memory.h ttm_module.h ttm_page_alloc.h ttm_placement.h ttm_set_memory.h ttm_tt.h sys/dev/pci/drm/include/generated: utsrelease.h sys/dev/pci/drm/include/linux: acpi.h agp_backend.h anon_inodes.h async.h atomic.h backlight.h bitmap.h bitops.h bottom_half.h bug.h cache.h capability.h cdev.h circ_buf.h compat.h compiler.h completion.h component.h console.h cpufreq.h cpumask.h ctype.h debugfs.h delay.h device.h dma-buf.h dma-fence-array.h dma-fence.h dma-mapping.h dma_remapping.h dmi.h efi.h err.h errno.h export.h fault-inject.h fb.h fdtable.h file.h firmware.h fs.h gcd.h gfp.h hardirq.h hash.h hashtable.h hdmi.h highmem.h hrtimer.h hwmon-sysfs.h hwmon.h i2c-algo-bit.h i2c.h idr.h init.h input.h intel-iommu.h interrupt.h interval_tree.h interval_tree_generic.h io-mapping.h io.h iommu.h ioport.h irq.h irq_work.h irqdomain.h irqflags.h irqreturn.h jiffies.h kconfig.h kernel.h kfifo.h kgdb.h kobject.h kref.h kthread.h ktime.h linkage.h list.h list_sort.h llist.h lockdep.h log2.h math64.h media-bus-format.h mem_encrypt.h mempolicy.h miscdevice.h mm.h mm_types.h mman.h mmu_context.h mmu_notifier.h mod_devicetable.h module.h moduleparam.h mount.h mutex.h nospec.h notifier.h of_device.h oom.h overflow.h pagemap.h pagevec.h pci.h perf_event.h pfn_t.h pid.h platform_device.h pm.h pm_qos.h pm_runtime.h pnp.h poll.h power_supply.h preempt.h prefetch.h printk.h processor.h pwm.h radix-tree.h random.h ratelimit.h rbtree.h rcupdate.h reboot.h refcount.h relay.h reservation.h rwlock_types.h scatterlist.h sched.h seq_file.h seqlock.h shmem_fs.h sizes.h slab.h smp.h sort.h spinlock.h spinlock_types.h stop_machine.h string.h stringify.h swap.h swiotlb.h sync_file.h sysfs.h sysrq.h time.h timekeeping.h timer.h tracepoint.h tty.h typecheck.h types.h uaccess.h uuid.h version.h vga_switcheroo.h vgaarb.h vmalloc.h vt.h wait.h wait_bit.h workqueue.h ww_mutex.h zlib.h sys/dev/pci/drm/include/linux/gpio: consumer.h sys/dev/pci/drm/include/linux/mfd: core.h sys/dev/pci/drm/include/linux/sched: clock.h mm.h signal.h sys/dev/pci/drm/include/media: cec-notifier.h sys/dev/pci/drm/include/uapi/drm: amdgpu_drm.h drm.h drm_fourcc.h drm_mode.h i915_drm.h radeon_drm.h sys/dev/pci/drm/include/video: mipi_display.h of_videomode.h videomode.h Removed files: sys/dev/pci/drm: drm.h drmP.h drm_atomic.h drm_atomic_helper.h drm_cache.h drm_crtc.h drm_crtc_helper.h drm_displayid.h drm_dp_helper.h drm_dp_mst_helper.h drm_edid.h drm_edid_modes.h drm_fb_helper.h drm_fixed.h drm_fourcc.h drm_global.h drm_hashtab.h drm_linux_atomic.h drm_linux_list.h drm_linux_rbtree.h drm_mem_util.h drm_mipi_dsi.h drm_mm.h drm_mode.h drm_modes.h drm_modeset_lock.h drm_panel.h drm_pciids.h drm_plane_helper.h drm_rect.h drm_sarea.h drm_vma_manager.h i915_drm.h i915_pciids.h i915_powerwell.h linux_hdmi.h linux_rcupdate.h linux_reservation.h linux_types.h linux_ww_mutex.h nouveau_drm.h radeon_drm.h sys/dev/pci/drm/i915: i915_dma.c i915_gem_fence.c i915_guc_reg.h i915_guc_submission.c intel_dsi.c intel_dsi_panel_vbt.c intel_dsi_pll.c intel_guc_loader.c sys/dev/pci/drm/radeon: drm_buffer.h sys/dev/pci/drm/ttm: ttm_bo_api.h ttm_bo_driver.h ttm_execbuf_util.h ttm_memory.h ttm_module.h ttm_page_alloc.h ttm_placement.h Log message: Update shared drm code, inteldrm(4) and radeondrm(4) from linux 4.4 to linux 4.19.34. Adds support for more Intel hardware: Broxton/Apollo Lake (was is_preliminary in 4.4) Amber Lake (another Kaby Lake refresh) Gemini Lake Coffee Lake Whiskey Lake Cannon Lake (though no hardware with Intel graphics ever shipped) Ice Lake (alpha support, hardware not released) This does not add support for new radeon hardware on the AMD side as newer radeons have a different kernel driver (amdgpu). Thanks to the OpenBSD Foundation for sponsoring this work, kettenis@ for helping and a bunch of other developers for testing. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/04/14 04:16:00 Modified files: usr.bin/kdump : Makefile mkioctls Log message: path to i915_drm.h has changed CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/04/14 04:23:36 Modified files: etc : MAKEDEV.common Log message: create drm render node devices CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/04/14 04:25:52 Modified files: etc/etc.amd64 : MAKEDEV etc/etc.arm64 : MAKEDEV etc/etc.i386 : MAKEDEV etc/etc.loongson: MAKEDEV etc/etc.macppc : MAKEDEV etc/etc.sparc64: MAKEDEV Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/04/14 08:07:08 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/socppc/conf: Makefile.socppc sys/arch/sparc64/conf: Makefile.sparc64 distrib/alpha/bsd.rd: Makefile distrib/alpha/common: Makefile.inc distrib/amd64/ramdiskA: Makefile.inc distrib/amd64/ramdisk_cd: Makefile.inc distrib/i386/common: Makefile.inc distrib/ramdisk: Makefile distrib/socppc/ramdisk: Makefile distrib/sparc64/bsd.rd: Makefile distrib/sparc64/ramdisk: Makefile distrib/sparc64/ramdiskB: Makefile Log message: Instead of using COPTS=-Oz (and similar) in make environment to force tightly-built ramdisk kernels, set the option in per-arch Makefile.inc based upon SMALL_KERNEL CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/04/14 08:57:34 Removed files: etc/signify : openbsd-63-base.pub openbsd-63-fw.pub openbsd-63-pkg.pub openbsd-63-syspatch.pub Log message: 63 keys no longer useful CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/04/14 10:43:49 Modified files: lib/libcrypto/evp: evp_enc.c Log message: Avoid potential double-frees following EVP_CIPHER_CTX_copy(). In the case of a cipher with a custom copy control, if that control fails we may still have pointers that we do not own in the previously copied cipher data. Avoid potential double-frees by zeroing and freeing the copied cipher data in this case. Issue reported by Guido Vranken. ok tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/04/14 10:46:26 Modified files: lib/libcrypto/evp: evp_enc.c Log message: Annotate a future improvement. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/04/14 11:16:57 Modified files: lib/libcrypto/evp: evp_enc.c Log message: Use calloc() when allocating cipher_data. Avoids use of uninitialised memory. ok tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/04/14 11:26:27 Modified files: lib/libcrypto/evp: e_aes.c Log message: Remove two pointless chunks of code. This reverts part of OpenSSL c2fd5d79, which added the same code to AES CCM, GCM and XTS. In the case of CCM and GCM nothing assigns {ccm,gcm}.key so there is never going to be anything to update (unlike XTS). ok tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/04/14 11:27:42 Modified files: lib/libcrypto/evp: e_aes.c Log message: Some more malloc() to calloc() conversions. ok tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/04/14 11:39:04 Modified files: lib/libcrypto/bio: bio_lib.c Log message: Add input validation to BIO_read()/BIO_write(). Some bread/bwrite functions implement this themselves, while others do not. This makes it consistent across all BIO implementations. Addresses an issue that Guido Vranken found with his fuzzer. ok tb@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/04/14 12:16:19 Modified files: usr.sbin/usbdevs: usbdevs.c Log message: use strvis on strings from the device; ok sthen mortimer CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2019/04/14 12:23:42 Modified files: openssh : users.html Log message: ipcop discontinued CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/04/14 18:18:40 Modified files: distrib/sets/lists/base: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/14 18:20:29 Modified files: sys/dev/pci : if_myx.c Log message: trim some debug code that printed out the name of a command the list of commands is going to grow, but the thought of keeping the list in debug code up to date with it just makes me feel tired. this prints the command id number instead in the same format we represent it in the header. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/14 18:28:29 Modified files: sys/dev/pci : if_myxreg.h Log message: there's a bunch of new commands in newer firmwares CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/14 18:37:52 Modified files: sys/dev/pci : if_myxreg.h Log message: there's some new errors that commands can complete with too CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/14 18:51:45 Modified files: sys/dev/pci : if_myxreg.h Log message: enum thing needs commas between items. unbreaks the build... CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/14 20:59:41 Modified files: sys/dev/pci : if_myxreg.h Log message: the myx_cmd struct has to be 4 byte aligned for use with bus_space i don't know how this didn't blow up before. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/14 21:06:12 Modified files: sys/dev/pci : if_myx.c Log message: implement SIOCGIFSFFPAGE so ifconfig can get transceiver info. myx doesn't allow i2c writes, so you can only read whatever page the firmware is already pointing at on device 0xa0. if you try to read another page it will return ENXIO. tested on a 10G-PCIE-8A-R with an xfp module. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/14 21:12:50 Modified files: sbin/ifconfig : sff.c Log message: basic support for dumping xfp info xfp uses a different page layout compared to sfp. xfp uses info in INF-8077, not SFF-8472, and by default provides the info at page 1, not 0. myx(4) supports xfp modules, but doesn't support i2c writes so it cannot change the page the chip is looking at. it appears that myx defaults to page 1 for xfp, so if the first read of page 0 fails with ENXIO, try to read page 1 instead. a 10G-PCIE-8A-R myx with the only xfp module i could find lying around looks like this: transceiver: XFP model: Intel Corp TXN181070850X1J rev B3 serial: USC2048M95 date: 2005-04-13 im not sure if it's worth spending much more time on these though.. CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/04/14 21:26:56 Modified files: sys/dev/pci : if_ixl.c sys/net : if_bridge.c if_gre.c Log message: Use timeout_del_barrier(9) instead of timeout_del(9) followed by conditional timeout_barrier(9). OK kn@ dlg@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/04/14 21:37:11 Modified files: gnu/usr.bin/binutils-2.17/bfd: ecoff.c Log message: Add a type cast to silence clang error about an implicit conversion from unsigned long to int. OK deraadt@ millert@ kettenis@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/04/14 21:37:59 Modified files: gnu/usr.bin/binutils-2.17/gas/config: tc-mips.c Log message: Use literals as format strings. This fixes an error reported by clang. OK deraadt@ millert@ kettenis@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/14 21:39:28 Modified files: sbin/ifconfig : sff.c Log message: follow the basic xfp support with basic qsfp+ support qsfp was originally defined in SFF-8436, but the management interface now seems to be managed in SFF-8636, so this uses sff8636 as a prefix for qsfp things. the same spec applies to qsfp+ and probably qsfp28. XFP and QSFP share a bunch of offsets for where strings are located, so this factors out the printing of those strings from the xfp code and uses it from both the xfp and qsfp handling. i have a qsfp+ to 4x sfp+ cable that looks like this with the new code: transceiver: QSFP+ model: Amphenol 601110005 rev A serial: CN0HVVVFxxxxxxx date: 2013-04-18 if i ever get a pair of optics i can work on the diags CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/14 21:41:58 Modified files: sbin/ifconfig : sff.c Log message: ethtool indicates that QSFP, QSFP+ and QSFP28 are all SFF-8636 compat. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2019/04/15 06:04:37 Modified files: sbin/ifconfig : ifconfig.c Log message: Remove old vlan and [-]vlandev code These were deprecated with 6.3, but instead of removing them all together, keep [-]vlan and [-]vlandev as aliases for [-]vnetid and [-]parent. Alias idea from sthen OK dlg sthen benno CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2019/04/15 10:10:22 Modified files: devel/jd-gui : Makefile distinfo Log message: update jd-gui to 1.4.2. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/04/15 10:17:16 Modified files: converters/p5-Sereal-Encoder: Makefile distinfo Log message: Update p5-Sereal-Encoder to 4.007. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/04/15 10:18:54 Modified files: converters/p5-Sereal-Decoder: Makefile distinfo Log message: Update p5-Sereal-Decoder to 4.007. CVSROOT: /cvs Module name: www Changes by: fcambus@cvs.openbsd.org 2019/04/15 10:28:09 Modified files: . : 65.html Log message: Mention Spleen 8x16, 12x24, 16x32 and 32x64 variants, along with font selection logic changes in rasops(9). CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/04/15 10:30:52 Modified files: graphics/drawpile: Makefile distinfo graphics/drawpile/pkg: PLIST Log message: Update to drawpile-2.1.7 Changelog: https://drawpile.net/news/release-2.1.6/ Changelog: https://drawpile.net/news/release-2.1.7/ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/04/15 10:34:21 Modified files: devel/sdl2 : Makefile Log message: Add CONFIGURE_ARGS+=--disable-atomic just for hppa to unbreak there. ok thfr@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/04/15 10:38:37 Modified files: audio/tracker : Makefile audio/tracker/patches: patch-Modules_Pro_effects_c Log message: while playing with my code, I found an obvious thinko. Modules that use arpeggio should sound much better CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/04/15 10:40:59 Modified files: devel/libowfat : Makefile Log message: Remove BROKEN-hppa; it builds fine there ok gsoares@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/04/15 10:43:54 Modified files: lang/seed7 : Makefile Log message: Remove BROKEN-hppa; it builds fine CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/04/15 10:58:32 Modified files: devel/iso-codes: Makefile distinfo devel/iso-codes/pkg: PLIST Log message: update to iso-codes-4.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/04/15 10:58:55 Modified files: devel/apache-ant: Makefile distinfo devel/apache-ant/pkg: PLIST Log message: update to apache-ant-1.10.5 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/04/15 10:59:19 Modified files: net/xmlrpc-c : Makefile distinfo Log message: update to xmlrpc-c-1.39.13 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/04/15 10:59:51 Modified files: net/py-paho-mqtt: Makefile distinfo net/py-paho-mqtt/pkg: PLIST Log message: update to paho-mqtt-1.4.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/04/15 11:00:09 Modified files: x11/lxrandr : Makefile distinfo x11/lxrandr/pkg: PLIST Log message: update to lxrandr-0.3.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/04/15 11:02:05 Modified files: graphics/ttfautohint: Makefile distinfo Log message: update to ttfautohint-1.8.3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/04/15 11:02:12 Modified files: productivity/projectlibre: Makefile distinfo Log message: update to projectlibre-1.9.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/04/15 11:04:36 Modified files: security/wesng : Makefile security/wesng/patches: patch-wes_py Log message: fix output when a single vulnerability is found CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/04/15 11:06:25 Modified files: sysutils/rclone: Makefile distinfo sysutils/rclone/files: rclone.bash rclone.zsh Log message: update to rclone-1.47.0 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/04/15 11:07:43 Modified files: lang/gpc : Makefile Added files: lang/gpc/patches: patch-gcc_config_gcc patch-gcc_config_pa_openbsd_h Log message: Add hppa support to gpc ok phessler@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/04/15 11:09:18 Modified files: x11/kde-applications/kollision: Makefile x11/kde-applications/kollision/pkg: DESCR x11/kde-applications/okular: Makefile x11/kde-applications/okular/pkg: DESCR Log message: s/KDE 4/KDE/ OK sthen@ Hint by kn@ CVSROOT: /cvs Module name: ports Changes by: jsing@cvs.openbsd.org 2019/04/15 11:14:14 Modified files: lang/go : Makefile distinfo lang/go/pkg : PLIST Log message: Update lang/go to 1.12.4. CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/04/15 11:14:46 Modified files: databases/strigi: Makefile Log message: strigi: build with -std=c++03 for all compilers This unbreaks the build with gcc-8. OK sthen@ jca@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/04/15 11:24:49 Modified files: games/spacehulk: Makefile Added files: games/spacehulk/patches: patch-src_smtp_cpp Log message: spacehulk: fix narrowing conversion error on archs where char is unsigned by default (ppc, arm). While here fix spacing in the Makefile. OK jca@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2019/04/15 11:25:26 Modified files: . : 65.html Log message: pkg counts CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/04/15 11:26:22 Modified files: devel/catch2 : Makefile distinfo Log message: Update catch2 2.7.1 CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/04/15 11:32:47 Modified files: net/synergy : Makefile Log message: synergy: build with -std=c++03 for all compilers This unbreaks the build with gcc-8. Also move HOMEPAGE to https. OK sthen@ phessler@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/04/15 11:39:43 Modified files: net/psi : Makefile Added files: net/psi/patches: patch-iris_src_xmpp_base64_base64_cpp Log message: psi: fix narrowing conversion error on archs where char is unsigned by default (ppc, arm). Tested on macppc. Also move HOMEPAGE to https. OK sthen@ phessler@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/04/15 11:46:02 Modified files: lib/libcrypto/asn1: x_long.c Log message: Avoid signed integer overflow. Fixes oss-fuzz issue #13843. ok tb@ CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2019/04/15 11:56:55 Modified files: . : 65.html Log message: spelling/grammar fixes CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/04/15 12:11:07 Modified files: www/mozilla-firefox: Makefile distinfo www/firefox-i18n: Makefile.inc distinfo Log message: Bugfix update to firefox 66.0.3. See https://www.mozilla.org/en-US/firefox/66.0.3/releasenotes/ Might get to 6.5-stable once i get some vm updated.. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/04/15 12:22:51 Modified files: geo/qgis : Makefile distinfo Removed files: geo/qgis/patches: patch-src_app_qgisapp_cpp patch-src_server_qgsserverplugins_cpp Log message: Update to QGIS 3.6.1. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/04/15 12:43:35 Modified files: meta/kde4 : Makefile x11/kde-applications: Makefile x11/kde4 : Makefile Log message: Disable missing KDE4 and enable more KDE5 ports CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/04/15 13:17:59 Modified files: www/chromium : Makefile distinfo Log message: update to 73.0.3683.103 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/04/15 13:42:05 Added files: security/rhash/patches: patch-librhash_byte_order_h Log message: Add hppa to the list of big endian archs to allow it to build. ok phessler@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/04/15 14:40:55 Modified files: lang/kona : Makefile distinfo Log message: Update to kona-3.2.0.20190407 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/15 14:44:16 Modified files: net/wireshark : Makefile distinfo net/wireshark/patches: patch-CMakeLists_txt Log message: update to wireshark-3.0.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/15 14:44:28 Modified files: mail/rspamd : Makefile distinfo mail/rspamd/pkg: PLIST Log message: update to rspamd-1.9.1 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/04/15 15:04:14 Modified files: sysutils/bfs : Makefile Log message: Build with -DBFS_HAS_SYS_ACL=0 to ensure that bfs builds on all archs. Noticed on hppa, also fixes macppc. ok cwen@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/04/15 15:09:05 Modified files: lang/gravity : Makefile distinfo Log message: Update to gravity-0.6.5 Changelog: https://github.com/marcobambini/gravity/compare/0.6.3...0.6.5 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/15 15:10:01 Modified files: mail/postfix/snapshot: Makefile distinfo mail/postfix/snapshot/patches: patch-conf_main_cf patch-conf_master_cf patch-src_tls_tls_server_c mail/postfix/snapshot/pkg: PLIST Added files: mail/postfix/snapshot/patches: patch-src_tls_tls_certkey_c Log message: update to postfix-3.5-20190330, from Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/15 15:10:09 Modified files: mail/postfix/stable: Makefile distinfo mail/postfix/stable/patches: patch-conf_main_cf patch-conf_master_cf patch-src_tls_tls_server_c patch-src_util_sys_defs_h mail/postfix/stable/pkg: PLIST Added files: mail/postfix/stable/patches: patch-src_tls_tls_certkey_c Log message: update to postfix-3.4.5, from Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/15 15:20:06 Modified files: devel/ti-msp430gcc: Makefile Added files: devel/ti-msp430gcc/patches: patch-sources_tools_gcc_bitmap_c patch-sources_tools_gcc_cgraph_c patch-sources_tools_gcc_config_elfos_h patch-sources_tools_gcc_config_msp430_msp430_c patch-sources_tools_gcc_cppbuiltin_c patch-sources_tools_gcc_dwarf2cfi_c patch-sources_tools_gcc_dwarf2out_c patch-sources_tools_gcc_ipa-devirt_c patch-sources_tools_gcc_ipa-inline_c patch-sources_tools_gcc_ipa-profile_c patch-sources_tools_gcc_ipa-prop_c patch-sources_tools_gcc_loop-iv_c patch-sources_tools_gcc_profile_c patch-sources_tools_gcc_stor-layout_c patch-sources_tools_gcc_system_h patch-sources_tools_gcc_toplev_c patch-sources_tools_gcc_tree-ssa-reassoc_c patch-sources_tools_gcc_value-prof_c Log message: unbreak clang builds of ti-msp430gcc: - add spaces around BAR in "foo"BAR"foo" - #include in a higher-up header, avoiding namespace issue with fancy_abort (sort-of borrowed from FreeBSD gcc ports) CVSROOT: /cvs Module name: src Changes by: sashan@cvs.openbsd.org 2019/04/15 15:36:44 Modified files: sbin/pfctl : pfctl.c pfctl.8 Log message: introduce 'pfctl -FR' to reset settings to defaults (discussed with many at tech@) OK deraadt@, kn@, sthen@, tedu@ CVSROOT: /cvs Module name: src Changes by: sashan@cvs.openbsd.org 2019/04/15 15:55:08 Modified files: sys/net : bpf.c bpfdesc.h Log message: moving BPF to RCU OK visa@ CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2019/04/15 18:29:26 Modified files: lang/janet : Makefile distinfo lang/janet/pkg : PLIST Log message: Update janet to 0.4.1 CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2019/04/15 19:49:44 Log message: import xf86-video-amdgpu 19.0.1 ok matthieu@ Status: Vendor Tag: xorg Release Tags: xf86-video-amdgpu-19_0_1 N xenocara/driver/xf86-video-amdgpu/ChangeLog N xenocara/driver/xf86-video-amdgpu/missing N xenocara/driver/xf86-video-amdgpu/COPYING N xenocara/driver/xf86-video-amdgpu/README.md N xenocara/driver/xf86-video-amdgpu/ltmain.sh N xenocara/driver/xf86-video-amdgpu/Makefile.in N xenocara/driver/xf86-video-amdgpu/install-sh N xenocara/driver/xf86-video-amdgpu/configure.ac N xenocara/driver/xf86-video-amdgpu/config.h.in N xenocara/driver/xf86-video-amdgpu/config.sub N xenocara/driver/xf86-video-amdgpu/compile N xenocara/driver/xf86-video-amdgpu/configure N xenocara/driver/xf86-video-amdgpu/config.guess N xenocara/driver/xf86-video-amdgpu/aclocal.m4 N xenocara/driver/xf86-video-amdgpu/depcomp N xenocara/driver/xf86-video-amdgpu/INSTALL N xenocara/driver/xf86-video-amdgpu/Makefile.am N xenocara/driver/xf86-video-amdgpu/conf/Makefile.in N xenocara/driver/xf86-video-amdgpu/conf/10-amdgpu.conf N xenocara/driver/xf86-video-amdgpu/conf/Makefile.am N xenocara/driver/xf86-video-amdgpu/m4/libtool.m4 N xenocara/driver/xf86-video-amdgpu/m4/ltversion.m4 N xenocara/driver/xf86-video-amdgpu/m4/ltsugar.m4 N xenocara/driver/xf86-video-amdgpu/m4/ltoptions.m4 N xenocara/driver/xf86-video-amdgpu/m4/lt~obsolete.m4 N xenocara/driver/xf86-video-amdgpu/man/amdgpu.man N xenocara/driver/xf86-video-amdgpu/man/Makefile.in N xenocara/driver/xf86-video-amdgpu/man/Makefile.am N xenocara/driver/xf86-video-amdgpu/src/amdgpu_glamor.c N xenocara/driver/xf86-video-amdgpu/src/amdgpu_version.h N xenocara/driver/xf86-video-amdgpu/src/compat-api.h N xenocara/driver/xf86-video-amdgpu/src/drmmode_display.h N xenocara/driver/xf86-video-amdgpu/src/amdgpu_video.c N xenocara/driver/xf86-video-amdgpu/src/amdgpu_kms.c N xenocara/driver/xf86-video-amdgpu/src/amdgpu_bo_helper.c N xenocara/driver/xf86-video-amdgpu/src/amdgpu_probe.c N xenocara/driver/xf86-video-amdgpu/src/amdgpu_glamor_wrappers.c N xenocara/driver/xf86-video-amdgpu/src/amdgpu_dri2.c N xenocara/driver/xf86-video-amdgpu/src/amdgpu_misc.c N xenocara/driver/xf86-video-amdgpu/src/amdgpu_video.h N xenocara/driver/xf86-video-amdgpu/src/amdgpu_probe.h N xenocara/driver/xf86-video-amdgpu/src/amdgpu_present.c N xenocara/driver/xf86-video-amdgpu/src/Makefile.in N xenocara/driver/xf86-video-amdgpu/src/amdgpu_bo_helper.h N xenocara/driver/xf86-video-amdgpu/src/amdgpu_dri3.c N xenocara/driver/xf86-video-amdgpu/src/amdgpu_drm_queue.h N xenocara/driver/xf86-video-amdgpu/src/simple_list.h N xenocara/driver/xf86-video-amdgpu/src/amdgpu_drv.h N xenocara/driver/xf86-video-amdgpu/src/amdgpu_pixmap.c N xenocara/driver/xf86-video-amdgpu/src/amdgpu_dri2.h N xenocara/driver/xf86-video-amdgpu/src/amdgpu_glamor.h N xenocara/driver/xf86-video-amdgpu/src/amdgpu_pixmap.h N xenocara/driver/xf86-video-amdgpu/src/amdgpu_sync.c N xenocara/driver/xf86-video-amdgpu/src/drmmode_display.c N xenocara/driver/xf86-video-amdgpu/src/amdgpu_drm_queue.c N xenocara/driver/xf86-video-amdgpu/src/Makefile.am No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2019/04/15 19:54:21 Added files: driver/xf86-video-amdgpu: Makefile.bsd-wrapper Log message: initial Makefile.bsd-wrapper CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/04/15 19:56:16 Modified files: lang/janet : Makefile Log message: Janet requires TLS, so set COMPILER = base-clang ports-gcc COMPILER_LANGS = c Noticed when building janet on hppa. ok jturner@ CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2019/04/15 19:59:34 Modified files: driver/xf86-video-amdgpu: Makefile.in aclocal.m4 compile config.guess config.h.in config.sub configure depcomp install-sh ltmain.sh missing driver/xf86-video-amdgpu/conf: Makefile.in driver/xf86-video-amdgpu/m4: libtool.m4 ltoptions.m4 ltsugar.m4 ltversion.m4 lt~obsolete.m4 driver/xf86-video-amdgpu/man: Makefile.in driver/xf86-video-amdgpu/src: Makefile.in Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2019/04/15 20:06:30 Modified files: driver : Makefile Log message: build xf86-video-amdgpu on amd64 and i386 CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2019/04/15 20:08:16 Modified files: distrib/sets/lists/xserv: md.amd64 md.i386 Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2019/04/15 20:11:27 Modified files: . : MODULES Log message: update CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/04/15 21:52:47 Modified files: archivers/zstd : Makefile Log message: Link with -latomic on hppa. Doesn't affect any other archs. ok bket@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/15 22:04:19 Modified files: sys/net : if.c if_var.h ifq.c ifq.h Log message: have another go at tx mitigation the idea is to call the hardware transmit routine less since in a lot of cases posting a producer ring update to the chip is (very) expensive. it's better to do it for several packets instead of each packet, hence calling this tx mitigation. this diff defers the call to the transmit routine to a network taskq, or until a backlog of packets has built up. dragonflybsd uses 16 as the size of it's backlog, so i'm copying them for now. i've tried this before, but previous versions caused deadlocks. i discovered that the deadlocks in the previous version was from ifq_barrier calling taskq_barrier against the nettq. interfaces generally hold NET_LOCK while calling ifq_barrier, but the tq might already be waiting for the lock we hold. this version just doesnt have ifq_barrier call taskq_barrier. it instead relies on the IFF_RUNNING flag and normal ifq serialiser barrier to guarantee the start routine wont be called when an interface is going down. the taskq_barrier is only used during interface destruction to make sure the task struct wont get used in the future, which is already done without the NET_LOCK being held. tx mitigation provides a nice performanace bump in some setups. up to 25% in some cases. tested by tb@ and hrvoje popovski (who's running this in production). ok visa@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2019/04/15 23:51:04 Modified files: app/xenodm/config: Xresources.in app/xenodm/man : xenodm.man Log message: Disable keyboard binding for abort-display() and update manual page. while there remove a remaining reference to non-existent xdmshell(1). Reported by Hiltjo Posthuma, ok solene@, bentley@ CVSROOT: /cvs Module name: src Changes by: sunil@cvs.openbsd.org 2019/04/16 00:09:52 Modified files: usr.sbin/rdsetroot: Makefile rdsetroot.c Removed files: usr.sbin/rdsetroot: elf32.c elf64.c elfrd_size.c rdsetroot.h Log message: Rewrite using libelf(3). Lots of help with build/tests on sparc64 from jsg@, thank you. ok deraadt CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/16 01:56:26 Modified files: devel/meson : meson.port.mk multimedia/dav1d: Makefile Log message: Re-enable the assembly code on aarch64 now that it builds Ok. from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/16 02:05:12 Modified files: print/cups-filters: Makefile distinfo Log message: Update to cups-filters-1.22.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/16 02:06:07 Modified files: sysutils/amazon-ecs-cli: Makefile distinfo Log message: Update to ecs-cli-1.14.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/16 02:06:42 Modified files: sysutils/amazon-ssm-agent: Makefile distinfo sysutils/amazon-ssm-agent/patches: patch-agent_appconfig_constants_unix_go Log message: Update to amazon-ssm-agent-2.3.539.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/16 02:07:32 Modified files: www/libcroco : Makefile distinfo Log message: Update to libcroco-0.6.13. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/16 02:08:37 Modified files: textproc/libical: Makefile textproc/libical/pkg: PLIST-glib PLIST-main Log message: Move the share/gir-1.0/ directory to the proper subpackage. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/16 02:09:53 Modified files: devel/libnotify: Makefile distinfo devel/libnotify/pkg: PLIST Log message: Update to libnotify-0.7.8. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/16 02:11:11 Modified files: x11/gtk+3 : Makefile distinfo Removed files: x11/gtk+3/patches: patch-configure Log message: Update to gtk+3-3.24.8. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/16 02:11:32 Modified files: multimedia/gstreamer1/plugins-base: Makefile Log message: Sync WANTLIB. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/16 02:12:00 Modified files: graphics/graphene: Makefile distinfo Log message: Update to graphene-1.8.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/16 02:13:53 Modified files: devel/meson : Makefile Added files: devel/meson/patches: patch-test_cases_common_190_openmp_meson_build Log message: Fix up a few more regress tests. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/16 02:14:44 Modified files: sysutils/serf : Makefile distinfo Log message: Update to (hashicorp-)serf-0.8.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/16 02:15:29 Modified files: www/py-bokeh : Makefile distinfo www/py-bokeh/pkg: PLIST Log message: Update to py-bokeh-1.1.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/16 02:16:14 Modified files: print/py-cups : Makefile distinfo print/py-cups/patches: patch-setup_py Log message: Update to py-cups-1.9.74. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/16 02:17:11 Modified files: net/py-smbc : Makefile distinfo net/py-smbc/pkg: PLIST Log message: Update to py-smbc-1.0.16. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/16 02:55:22 Modified files: www/webkitgtk4 : Makefile distinfo Added files: www/webkitgtk4/patches: patch-Source_cmake_FindSSE2_cmake Log message: SECURITY update to webkitgtk4-2.24.1. https://webkitgtk.org/security/WSA-2019-0002.html CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/16 03:32:07 Modified files: sbin/ifconfig : sff.c Log message: restore some missing error handling CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/16 03:40:21 Modified files: sys/dev/pci : if_myx.c Log message: make sff page reads work on little endian archs too. like amd64. some modules seem to need more time when waiting for bytes while here. hrvoje popovski hit the endian issue CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/16 05:40:18 Modified files: lang/erlang : Makefile.inc lang/erlang/16 : Makefile lang/erlang/16/pkg: PLIST-main PLIST-wx lang/erlang/17 : Makefile lang/erlang/17/pkg: PLIST-main PLIST-wx lang/erlang/18 : Makefile lang/erlang/18/pkg: PLIST-main PLIST-wx lang/erlang/19 : Makefile lang/erlang/19/pkg: PLIST-main PLIST-wx lang/erlang/21 : Makefile lang/erlang/21/pkg: PLIST-main PLIST-wx Log message: Rename lang/erlang ports makefile variables used by "gen-versions" and in PLISTs to avoid a conflict with "COMPILER" used in bsd.port.mk, remove a hackish workaround, and allow COMPILER to be used as intended. Use COMPILER to build with ports-gcc on !base-clang arches, needed with -wx on these arches. ok cwen@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/16 05:42:56 Modified files: sys/dev/pci : if_myx.c Log message: i2c reads are more reliable a byte at a time. reading all 256 at a time was a nice idea, but meant page 0xa2 wasnt appearing like it should. this follows what freebsd does more closely too. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/04/16 07:12:26 Modified files: net/py-aiodns : Makefile Log message: devel/py-typing does nothing for Python >= 3.5.x. Remove it as a dependency for the python3 flavor. While here, notate that we cannot update to aiodns >=2.0.0 if we want a python 3 flavor and update MAINTAINER. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/04/16 07:15:31 Modified files: sys/arch/arm64/dev: simplebus.c simplebusvar.h Log message: Prevent attaching drivers to devices for which we attached a driver early. ok patrick@, dlg@, visa@ CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2019/04/16 07:15:32 Modified files: sys/kern : uipc_socket2.c Log message: Use the actual cluster size instead of fixed MCLBYTES for the condition in sb_compress(). Currently the actual cluster size might be 9KB even if the mtu is 1500, in this case a lot of memory space had been wasted, since sbcompress() doesn't compress because of previous condition. ok dlg claudio CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/04/16 07:16:06 Modified files: sys/arch/arm/simplebus: simplebus.c simplebusvar.h Log message: Prevent attaching drivers to devices for which we attached a driver early. ok patrick@, dlg@, visa@ CVSROOT: /cvs Module name: src Changes by: sunil@cvs.openbsd.org 2019/04/16 07:58:45 Modified files: share/man/man4 : rd.4 Log message: elfrdsetroot is now rdsetroot(8). ok deraadt CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2019/04/16 08:32:44 Modified files: sys/arch/arm64/arm64: pmap.c Log message: When entering kernel pages uncached we need to make sure to flush the caches. If the physical page was previously used by userland it is likely that this page is still in the cache and writing to the newly mapped page could result in unexpected behaviour. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/04/16 09:26:11 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.22. Diff from Nam Nguyen . Thanks! CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/04/16 09:30:31 Modified files: geo/openbsd-developers: Makefile geo/openbsd-developers/files: OpenBSD Log message: Adding myself to the list. OK phessler CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/04/16 09:35:30 Added files: devel/arm-none-eabi/gdb/patches: patch-etc_texi2pod_pl devel/avr/gcc/patches: patch-contrib_texi2pod_pl devel/avr32/binutils/patches: patch-etc_texi2pod_pl devel/avr32/gcc/patches: patch-contrib_texi2pod_pl devel/avr32/gcc-bootstrap/patches: patch-contrib_texi2pod_pl devel/msp430/binutils/patches: patch-etc_texi2pod_pl devel/msp430/gcc/patches: patch-contrib_texi2pod_pl lang/classpath/patches: patch-doc_texi2pod_pl lang/gcc/4.9/patches: patch-contrib_texi2pod_pl patch-libjava_classpath_doc_texi2pod_pl lang/gpc/patches: patch-contrib_texi2pod_pl Log message: fix warning and future error about unescaped left brace in perl regex CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/04/16 10:09:45 Modified files: games/dungeon-crawl: Makefile Added files: games/dungeon-crawl/patches: patch-source_direct_cc patch-source_mon-util_h Log message: dungeon-crawl: fix narrowing conversion error on archs where char is unsigned by default (ppc, arm). Tested on macppc where it fixes the build with gcc-8. OK phessler@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2019/04/16 12:03:07 Modified files: sys/dev/pci : ppb.c Log message: When we encounter ppb(4)s that are not configured we allocate a range of bus numbers from the parent's bus extent. On detach, which can happen with hotplug-able devices, we should free those busses. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/04/16 12:45:41 Modified files: security/nss : Makefile security/nss/patches: patch-nss_coreconf_OpenBSD_mk Removed files: security/nss/patches: patch-nss_lib_freebl_alghmac_h patch-nss_lib_freebl_blapi_h Log message: Use ld(1) version scripts to fix symbol conflicts (hopefully) for good Remove the symbol renaming workaround. Use version scripts as done on Linux and FreeBSD to hide internal symbols (eg HMAC_Update) that conflict with libcrypto. Tested in a bul by ajacoutot@, ok sthen@ naddy@, no objection landry@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/04/16 12:48:47 Modified files: net/samba : Tag: OPENBSD_6_4 Makefile distinfo net/samba/patches: Tag: OPENBSD_6_4 patch-source3_wscript net/samba/pkg : Tag: OPENBSD_6_4 PLIST-ldb PLIST-main samba_ad_dc.rc Added files: net/samba/patches: Tag: OPENBSD_6_4 patch-source3_wscript_build Log message: SECURITY update to samba-4.8.11 Fixes: - CVE-2019-3880 (Save registry file outside share as unprivileged user) Release notes: https://www.samba.org/samba/history/samba-4.8.11.html 6.4 tests by Ian McWilliam CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/04/16 13:25:36 Modified files: lib/libcrypto/x509v3: v3_utl.c Log message: Move function types to their own lines; rewrap. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/04/16 13:31:07 Modified files: lib/libcrypto/x509v3: v3_utl.c Log message: wrap an overlong line and kill a space before a tab CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/04/16 13:34:15 Modified files: lib/libcrypto/x509v3: v3_utl.c Log message: indent err: labels CVSROOT: /cvs Module name: www Changes by: landry@cvs.openbsd.org 2019/04/16 13:35:36 Modified files: faq : faq17.html Log message: Fix thinko in full site-to-site sample config. I need to get back to this someday, hopefully. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/04/16 13:42:20 Modified files: lib/libcrypto/x509v3: v3_utl.c Log message: Rewrite & fix X509V3_add_value() X509V3_add_value() helpfully allocates a STACK_OF(CONF_VALUE) if it receives a pointer to a NULL pointer. If anything fails along the way, it is however the caller's responsibility to free it. This can easily be fixed by freeing *extlist in the error path and zeroing it to avoid a double free if there happens to be a caller out there that avoids the leak. Polish a few things so the function conforms a bit better to our usual style. tweak & ok jsing CVSROOT: /cvs Module name: www Changes by: tb@cvs.openbsd.org 2019/04/16 14:02:26 Added files: faq : upgrade65.html Log message: add upgrade notes for 6.4 -> 6.5 CVSROOT: /cvs Module name: www Changes by: tb@cvs.openbsd.org 2019/04/16 14:03:08 Modified files: faq : upgrade64.html Log message: add link to upgrade65.html CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/04/16 14:13:09 Modified files: geo/osm2pgsql : Makefile geo/qlandkartegt: Makefile geo/spatialite : Makefile.inc geo/spatialite/gis: Makefile geo/spatialite/gui: Makefile geo/mapserver : Makefile geo/libosmium : Makefile geo/merkaartor : Makefile comms/xastir : Makefile Log message: Add -DACCEPT_USE_OF_DEPRECATED_PROJ_API_H=1 to CFLAGS/CXXFLAGS where appropriate in various devel/proj consumers to fix build with upcoming proj 6 update, which will be commited in a month or so. Thx to https://github.com/OSGeo/proj.4/wiki/proj.h-adoption-status for linking the various upstream issues about it. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/16 14:19:02 Modified files: archivers/innoextract: Makefile audio/cmus : Makefile audio/flac123 : Makefile audio/libdiscid: Makefile editors/elvis : Makefile games/golly : Makefile games/teeworlds: Makefile misc/reprepro : Makefile sysutils/dosfstools: Makefile Log message: drop Donovan Watteau as maintainer as requested (plus a little COMPILER tidying while there) CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/04/16 14:38:52 Log message: import pixiewps: Pixiewps is a tool written in C used to bruteforce offline the WPS PIN exploiting the low or non-existing entropy of some software implementations, the so-called "pixie-dust attack" discovered by Dominique Bongard in summer 2014. It is meant for educational purposes only. As opposed to the traditional online brute-force attack, implemented in tools like Reaver or Bully which aim to recover the pin in a few hours, this method can get the PIN in only a matter of seconds or minutes, depending on the target, if vulnerable. feedback and OK already a while ago sthen@, gonzalo@ Status: Vendor Tag: sebastia Release Tags: sebastia_20190416 N ports/security/pixiewps/Makefile N ports/security/pixiewps/distinfo N ports/security/pixiewps/pkg/DESCR N ports/security/pixiewps/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/04/16 14:45:43 Log message: import reaver Reaver implements a brute force attack against Wifi Protected Setup (WPS) registrar PINs in order to recover WPA/WPA2 passphrases, as described in Brute forcing Wi-Fi Protected Setup When poor design meets poor implementation. by Stefan Viehboeck. Reaver has been designed to be a robust and practical attack against Wi-Fi Protected Setup (WPS) registrar PINs in order to recover WPA/WPA2 passphrases and has been tested against a wide variety of access points and WPS implementations. Depending on the target's Access Point (AP), to recover the plain text WPA/WPA2 passphrase the average amount of time for the transitional online brute force method is between 4-10 hours. In practice, it will generally take half this time to guess the correct WPS pin and recover the passphrase. When using the offline attack, if the AP is vulnerable, it may take only a matter of seconds to minutes. feedback and OK already some time ago sthen@, gonzalo@ Status: Vendor Tag: sebastia Release Tags: sebastia_20190416 N ports/security/reaver/Makefile N ports/security/reaver/distinfo N ports/security/reaver/patches/patch-src_80211_c N ports/security/reaver/patches/patch-src_builder_c N ports/security/reaver/patches/patch-src_iface_c N ports/security/reaver/patches/patch-src_lwe_iwlib_h N ports/security/reaver/patches/patch-src_config_mak_in N ports/security/reaver/pkg/DESCR N ports/security/reaver/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/04/16 14:48:28 Modified files: security : Makefile Log message: hook up pixiewps and reaver CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/04/16 14:52:47 Modified files: usr.sbin/httpd : httpd.conf.5 Log message: document where multiline {} is applicable; lack of documentation and original diff provided by alfred morgan; benno helped me track down the applicable options; ok benno CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2019/04/16 15:29:11 Modified files: faq : upgrade65.html Log message: fix a broken link CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/16 18:45:03 Modified files: sys/net : if_mpw.c if_mpip.c if_mpe.c Log message: use txprio to control the use of exp as a priority field by default txprio is set to 0, so the exp field will be 0. howerver, txprio on mpe/mpw/mpip can be configured with other values or settings like our other tunnel or encapsulation interfaces. intermediate LSPs can use the exp field to manage their prioritisation of encapsulated traffic. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/16 19:57:21 Modified files: sys/net : if_mpw.c Log message: don't lose the TTL on FAT labels CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2019/04/16 20:24:57 Modified files: sysutils/raspberrypi-firmware: Makefile distinfo Log message: update to 1.20190401 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/16 20:45:02 Modified files: share/man/man4 : myx.4 Log message: myx can't reconfigure xfp/sfp/sfp+ modules CVSROOT: /cvs Module name: www Changes by: kmos@cvs.openbsd.org 2019/04/16 23:13:29 Modified files: faq : upgrade65.html Log message: Add a list of obsolete perl files to remove supplied by afresh1 Make the remove files section match the style used in previous upgrade*.html. OK tb@ with a formatting tweak CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2019/04/16 23:56:58 Modified files: devel/py-xlsxwriter: Makefile distinfo Log message: update XlsxWriter to 1.1.6. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/04/17 00:39:55 Modified files: security/lastpass-cli: Makefile distinfo Log message: Update to lastpass-cli-1.3.3. Changelog: https://github.com/lastpass/lastpass-cli/blob/master/CHANGELOG.md Upstream provides distfile via githubs release infrastructure. CVSROOT: /cvs Module name: www Changes by: tb@cvs.openbsd.org 2019/04/17 00:48:23 Modified files: faq : upgrade65.html Log message: fix some validator nits CVSROOT: /cvs Module name: www Changes by: tb@cvs.openbsd.org 2019/04/17 00:51:25 Modified files: faq : current.html Log message: roll current.html CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2019/04/17 00:56:00 Modified files: lang/rust : Makefile distinfo lang/rust/patches: patch-src_bootstrap_bin_rustc_rs patch-src_bootstrap_lib_rs patch-src_librustc_target_spec_i686_unknown_openbsd_rs patch-src_librustdoc_test_rs patch-src_libstd_sys_unix_ext_net_rs patch-src_tools_cargo_src_cargo_core_compiler_context_compilation_files_rs lang/rust/pkg : PFRAG.aarch64-doc PFRAG.aarch64-main PFRAG.amd64-doc PFRAG.amd64-main PFRAG.i386-doc PFRAG.i386-main PLIST-doc PLIST-gdb Removed files: lang/rust/patches: patch-src_stdsimd_coresimd_x86_mod_rs patch-src_tools_linkchecker_main_rs patch-src_tools_tidy_src_features_rs Log message: update to 1.34.0 announce: https://blog.rust-lang.org/2019/04/11/Rust-1.34.0.html changelog: https://github.com/rust-lang/rust/blob/stable/RELEASES.md#version-1340-2019-04-11 CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2019/04/17 00:59:18 Modified files: productivity/tryton/5.0/proteus: Makefile distinfo Log message: tryton 5.0: maintenance update it seems I missed proteus in latest commits CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/04/17 01:32:02 Modified files: usr.sbin/pkg_add/OpenBSD: PkgAdd.pm Log message: fix spelling in pkg_add output: tieing -> tying ok espie@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/04/17 02:01:01 Modified files: archivers/zstd : Makefile distinfo archivers/zstd/patches: patch-lib_Makefile Log message: Update to zstd-1.4.0. Changelog: https://github.com/facebook/zstd/blob/master/CHANGELOG Bump major of SHARED_LIBS as symbols have been removed. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/17 03:40:27 Modified files: devel/github-backup: Makefile distinfo Log message: update to github-backup-0.22.2, from maintainer Laurie Tratt CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/04/17 05:48:55 Modified files: www/iridium : Makefile distinfo www/iridium/patches: patch-BUILD_gn patch-apps_ui_views_app_window_frame_view_cc patch-ash_display_mirror_window_controller_cc patch-base_BUILD_gn patch-base_allocator_allocator_shim_cc patch-base_atomicops_h patch-base_base_paths_posix_cc patch-base_debug_debugger_posix_cc patch-base_debug_elf_reader_linux_cc patch-base_debug_proc_maps_linux_cc patch-base_debug_stack_trace_h patch-base_debug_stack_trace_posix_cc patch-base_files_file_path_watcher_kqueue_h patch-base_files_file_path_watcher_stub_cc patch-base_files_file_util_posix_cc patch-base_files_memory_mapped_file_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_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_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_allocator_gni patch-build_config_c++_c++_gni patch-build_config_compiler_BUILD_gn patch-build_config_compiler_compiler_gni 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_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_bookmark_app_helper_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_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_profiles_profile_io_data_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_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_browser_window_h 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_input_method_input_method_engine_h 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_ui_webui_settings_md_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_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_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_browser_autofill_experiments_h patch-components_autofill_core_common_autofill_util_cc patch-components_autofill_strings_grdp 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_download_quarantine_quarantine_cc patch-components_download_quarantine_quarantine_linux_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_resources_policy_templates_json patch-components_policy_tools_generate_policy_source_py patch-components_previews_core_previews_features_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_removable_device_constants_cc patch-components_storage_monitor_removable_device_constants_h 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_app_content_main_runner_impl_cc patch-content_browser_BUILD_gn patch-content_browser_browser_child_process_host_impl_cc patch-content_browser_browser_main_loop_cc patch-content_browser_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_memory_monitor_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_service_manager_service_manager_context_cc patch-content_common_common_sandbox_support_linux_cc patch-content_common_sandbox_init_linux_cc patch-content_common_user_agent_cc patch-content_gpu_gpu_main_cc patch-content_gpu_gpu_sandbox_hook_linux_cc patch-content_ppapi_plugin_ppapi_blink_platform_impl_cc patch-content_ppapi_plugin_ppapi_blink_platform_impl_h patch-content_ppapi_plugin_ppapi_plugin_main_cc patch-content_public_common_common_param_traits_macros_h patch-content_public_common_content_switches_cc patch-content_public_common_content_switches_h patch-content_public_common_renderer_preferences_h patch-content_public_common_use_zoom_for_dsf_policy_cc patch-content_renderer_media_stream_processed_local_audio_source_cc patch-content_renderer_render_process_impl_cc patch-content_renderer_render_thread_impl_cc patch-content_renderer_renderer_blink_platform_impl_cc patch-content_renderer_renderer_blink_platform_impl_h patch-content_renderer_renderer_main_platform_delegate_linux_cc 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-device_usb_BUILD_gn 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-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_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_shared_memory_handle_provider_cc patch-media_capture_video_shared_memory_handle_provider_h patch-media_capture_video_video_capture_buffer_pool_impl_cc patch-media_capture_video_video_capture_device_client_cc patch-media_media_options_gni patch-media_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_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_third_party_quic_platform_impl_quic_ip_address_impl_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-printing_backend_print_backend_cups_h patch-remoting_base_chromoting_event_cc patch-remoting_client_display_sys_opengl_h patch-remoting_host_evaluate_capability_cc patch-remoting_host_host_attributes_cc patch-remoting_host_host_details_cc patch-remoting_host_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_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_device_geolocation_location_arbitrator_cc patch-services_device_hid_BUILD_gn 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_runner_host_BUILD_gn patch-services_service_manager_sandbox_BUILD_gn patch-services_service_manager_sandbox_openbsd_sandbox_openbsd_cc patch-services_service_manager_sandbox_sandbox_cc patch-services_service_manager_sandbox_sandbox_h patch-services_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_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_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_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_skia_font_cache_skia_cc patch-third_party_blink_renderer_platform_heap_stack_frame_depth_cc patch-third_party_blink_renderer_platform_heap_thread_state_cc patch-third_party_blink_renderer_platform_wtf_BUILD_gn 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_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_libjingle_xmpp_task_runner_taskrunner_cc patch-third_party_libphonenumber_dist_cpp_src_phonenumbers_base_memory_singleton_h patch-third_party_libphonenumber_dist_cpp_src_phonenumbers_base_synchronization_lock_h patch-third_party_libphonenumber_dist_cpp_src_phonenumbers_base_thread_checker_h patch-third_party_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_node_node_py 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_include_perfetto_base_event_h patch-third_party_perfetto_include_perfetto_base_watchdog_posix_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-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_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_ime_ime_engine_handler_interface_h patch-ui_base_ime_input_method_initializer_cc patch-ui_base_resource_resource_bundle_cc patch-ui_base_ui_base_features_cc patch-ui_base_ui_base_features_h patch-ui_base_webui_web_ui_util_cc patch-ui_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_mojo_buffer_types_struct_traits_cc patch-ui_gfx_mojo_buffer_types_struct_traits_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_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_utils_random-number-generator_cc patch-v8_src_globals_h patch-v8_src_log-utils_h patch-v8_tools_run_py www/iridium/pkg: PLIST Added files: www/iridium/patches: patch-base_process_process_metrics_cc patch-base_system_sys_info_openbsd_cc patch-base_system_sys_info_posix_cc patch-chrome_browser_download_download_item_model_cc patch-chrome_browser_policy_configuration_policy_handler_list_factory_cc patch-chrome_browser_policy_machine_level_user_cloud_policy_controller_cc patch-chrome_browser_profiles_profile_attributes_entry_cc patch-chrome_browser_signin_signin_util_cc patch-chrome_browser_speech_tts_message_filter_cc patch-chrome_browser_ui_views_frame_browser_view_h patch-chrome_test_BUILD_gn patch-components_policy_core_common_cloud_cloud_policy_util_cc patch-content_browser_webui_shared_resources_data_source_cc patch-content_public_app_content_packaged_services_manifest_cc patch-content_public_app_v8_snapshot_overlay_manifest_cc patch-content_public_common_content_features_cc patch-content_renderer_media_audio_audio_device_factory_cc patch-content_shell_BUILD_gn patch-headless_lib_browser_headless_request_context_manager_h patch-media_audio_audio_thread_impl_cc patch-mojo_public_js_mojo_bindings_resources_grd patch-services_device_serial_BUILD_gn patch-services_device_serial_serial_io_handler_posix_cc patch-services_service_manager_public_cpp_service_executable_BUILD_gn patch-third_party_angle_src_common_platform_h patch-third_party_angle_src_libANGLE_renderer_driver_utils_h patch-third_party_blink_renderer_core_paint_paint_layer_cc patch-third_party_blink_renderer_platform_fonts_font_unique_name_lookup_cc patch-third_party_blink_renderer_platform_wtf_container_annotations_h patch-third_party_brotli_common_platform_h patch-third_party_closure_compiler_js_binary_py patch-third_party_nasm_config_config-linux_h patch-third_party_opus_BUILD_gn patch-third_party_swiftshader_src_Reactor_BUILD_gn patch-third_party_swiftshader_third_party_llvm-7_0_BUILD_gn patch-third_party_swiftshader_third_party_llvm-7_0_configs_linux_include_llvm_Config_config_h 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_string_utils_h patch-v8_src_api_cc patch-v8_src_base_platform_platform-posix_cc patch-v8_src_heap_spaces_h patch-v8_src_objects_hash-table_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 Removed files: www/iridium/patches: patch-base_debug_thread_heap_usage_tracker_cc patch-base_sys_info_openbsd_cc patch-base_sys_info_posix_cc patch-chrome_browser_speech_tts_controller_impl_cc patch-chrome_browser_ui_views_frame_opaque_browser_frame_view_layout_cc patch-components_autofill_core_common_autofill_features_cc patch-content_browser_webui_web_ui_data_source_impl_cc patch-content_browser_webui_web_ui_data_source_impl_h patch-content_public_browser_web_ui_data_source_h patch-device_serial_BUILD_gn patch-device_serial_serial_io_handler_posix_cc patch-net_base_network_interfaces_openbsd_cc patch-net_base_network_interfaces_openbsd_h patch-services_catalog_public_cpp_manifest_parsing_util_cc patch-services_service_manager_public_cpp_standalone_service_BUILD_gn patch-services_service_manager_public_cpp_standalone_service_standalone_service_cc patch-services_tracing_public_cpp_trace_event_agent_cc patch-services_tracing_tracing_service_h patch-third_party_angle_src_libANGLE_renderer_gl_renderergl_utils_cpp patch-third_party_brotli_enc_port_h patch-third_party_pdfium_third_party_base_logging_h patch-third_party_webrtc_rtc_base_physicalsocketserver_cc patch-third_party_webrtc_rtc_base_physicalsocketserver_h patch-third_party_webrtc_rtc_base_platform_thread_cc patch-third_party_webrtc_rtc_base_stringutils_h patch-tools_gn_util_semaphore_cc patch-tools_gn_util_semaphore_h patch-tools_gn_util_ticks_cc patch-ui_base_material_design_material_design_controller_cc Log message: update to 2019.04.73 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/04/17 07:01:02 Modified files: mail/kopano : Makefile.inc mail/kopano/core: Makefile distinfo mail/kopano/core/patches: patch-ECtools_mapitime_cpp patch-ECtools_monitor_monitor_cpp patch-ECtools_search_kopano_search___init___py patch-ECtools_spamd_kopano_spamd___init___py patch-ECtools_utils_kopano_utils_autorespond_py patch-Makefile_in patch-caldav_CalDAV_cpp patch-common_libkcutil_sym_in patch-configure_ac patch-gateway_Gateway_cpp patch-installer_linux_server_cfg patch-php7-ext_typeconversion_cpp patch-provider_server_ECServer_cpp patch-spooler_DAgent_cpp patch-spooler_Spooler_cpp patch-swig_python_kopano_kopano_config_py mail/kopano/core/pkg: PLIST-main Added files: mail/kopano/core/patches: patch-common_ECChannel_cpp patch-common_ECThreadPool_cpp patch-common_UnixUtil_cpp patch-provider_libserver_ECCacheManager_cpp patch-provider_libserver_ECCacheManager_h patch-provider_libserver_ECUserManagement_cpp patch-provider_libserver_ECUserManagement_h patch-provider_server_ECSoapServerConnection_cpp Log message: update to 8.7.80.856 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/04/17 07:01:21 Modified files: mail/kopano/webapp: Makefile distinfo mail/kopano/webapp/pkg: PLIST Log message: update to 3.5.5.2236 CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2019/04/17 07:19:50 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm www/gitea : Makefile distinfo Log message: Update to gitea-1.7.6 Fix CVE-2019-11228 and CVE-2019-11229 ok kn@ robert@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/04/17 08:25:44 Modified files: gnu/llvm/lib/Target/AArch64: AArch64FrameLowering.cpp AArch64ReturnProtectorLowering.cpp Log message: retguard-cookie-in-register is slightly unstable on arm64, so surgically disable it in upcoming 6.5 release. (phessler and mortimer have the details) CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/04/17 08:37:48 Modified files: usr.bin/tmux : Makefile cmd-attach-session.c cmd-join-pane.c cmd-kill-session.c cmd-new-session.c cmd-new-window.c cmd-queue.c cmd-respawn-pane.c cmd-respawn-window.c cmd-rotate-window.c cmd-select-pane.c cmd-split-window.c cmd-swap-pane.c cmd-switch-client.c layout.c server-fn.c server.c session.c tmux.h window-tree.c window.c Added files: usr.bin/tmux : spawn.c Log message: Break new window and pane creation common code from various commands and window.c into a separate file spawn.c. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/04/17 08:39:38 Modified files: usr.bin/tmux : cmd-switch-client.c tmux.1 Log message: Document that switch-client can change all of session,window,pane and check for % in the target as well as ":.". CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/04/17 08:41:08 Modified files: usr.bin/tmux : screen-redraw.c Log message: Do not let the size of the pane status screen go negative. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/04/17 08:43:49 Modified files: usr.bin/tmux : cmd-select-layout.c layout-set.c layout.c resize.c tty.c Log message: Set the window size as well as the layout size when using the preset layouts. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/04/17 08:44:14 Modified files: usr.bin/tmux : layout-set.c Log message: Rewrite main-vertical and horizontal to use the common spread out code and to handle the case where the panes won't fit into the existing window size. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/04/17 08:44:33 Modified files: usr.bin/tmux : layout.c Log message: Fix minimum size check on split and size of first cell on spread out with a pane status line. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/04/17 09:20:21 Modified files: misc/rocrail/patches: patch-analyser_makefile patch-roclcdr_makefile Log message: don't hardcode "gcc" for linking CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2019/04/17 09:24:15 Modified files: telephony/py-phonenumbers: Makefile distinfo telephony/py-phonenumbers/pkg: PLIST Log message: update to 8.10.10 OK kmos@ CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2019/04/17 09:25:09 Modified files: devel/py-stdnum: Makefile distinfo devel/py-stdnum/pkg: PLIST Log message: update to 1.11 OK kmos@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/04/17 10:34:35 Modified files: usr.bin/tmux : tmux.1 Log message: mark up punctuation-as-macro-args properly; CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/04/17 10:36:23 Modified files: share/mk : bsd.own.mk Log message: Switch powerpc to big PIC. This is necessary to build libc++abi and libc++ since clang doesn't seem to support secure-plt for small pic. ok deraadt@, millert@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/04/17 11:11:26 Modified files: sysutils/bfs : Makefile distinfo sysutils/bfs/patches: patch-Makefile Log message: Update to bfs-1.4 Changelog: https://github.com/tavianator/bfs/releases/tag/1.4 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/04/17 12:29:54 Modified files: www/iridium/patches: patch-v8_tools_run_py Log message: unbreak build by adding missing curly bracket CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/04/17 12:35:36 Modified files: www/chromium : Makefile www/chromium/files: chrome www/iridium : Makefile www/iridium/files: iridium Log message: disable wasm (WebAssembly) by default because it is a disaster CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/04/17 12:49:59 Modified files: math/fftw3 : Makefile distinfo math/fftw3/pkg : PLIST-main Log message: Update fftw to 3.3.8 OK steven@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2019/04/17 12:53:29 Modified files: math/blas : Makefile distinfo Log message: bump to 3.8.0, only cosmetic changes CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2019/04/17 13:43:32 Modified files: mail/s-nail : distinfo Makefile Log message: Update to s-nail-14.9.13 ok sthen@ thanks to new maintainer Steffen Nurpmeso for the diff CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/04/17 14:17:00 Modified files: usr.bin/netstat: netstat.1 Log message: remove some unneccessary baggage: Nm does not require an argument, and the Bk/Ek invocation here is no longer neccessary; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/04/17 14:34:21 Modified files: sbin/route : route.8 usr.bin/netstat: netstat.1 Log message: signpost the location of the text explaining routing table output a little better... CVSROOT: /cvs Module name: src Changes by: sf@cvs.openbsd.org 2019/04/17 15:43:46 Modified files: sys/dev/pv : virtio.c Log message: Initialize virtqueue before passing it to device Reported by Gary Zibrat CVSROOT: /cvs Module name: src Changes by: sf@cvs.openbsd.org 2019/04/17 15:44:32 Modified files: sys/dev/pv : virtio.c Log message: Remove unused parameter from virtio_init_vq() CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/04/17 16:29:10 Modified files: devel/py-setuptools: Makefile distinfo devel/py-setuptools/patches: patch-setup_py devel/py-setuptools/pkg: PLIST Log message: Updating py-setuptools to 41.0.0. While here cleaned up the S/c/./ in PKGNAME that hasn't been necessary since long ago. Got rid of NO_TEST and added MODPY_PYTEST This update was able to build every user of MODPY_SETUPTOOLS in /usr/ports/devel without issue. OK phessler CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2019/04/17 16:44:07 Modified files: lang/cython : Makefile distinfo Log message: Update to cython 0.29.7. CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2019/04/17 17:03:39 Added files: openssh/txt : release-8.0 Log message: Release notes for OpenSSH 8.0 CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2019/04/17 18:14:18 Modified files: build/mirrors : openssh-ftp.html.head openssh : ftp.html index.html openbsd.html releasenotes.html openssh/txt : release-8.0 Log message: OpenSSH 8.0 released CVSROOT: /cvs Module name: ports Changes by: schwarze@cvs.openbsd.org 2019/04/17 20:06:48 Modified files: textproc/docbook2mdoc: Makefile distinfo Log message: update to docbook2mdoc-1.0.0; OK bentley@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/04/17 23:50:55 Modified files: cad/qrouter : Makefile distinfo Log message: Update to qrouter-1.4.50 From Alessandro De Laurenzis (maintainer); thanks! CVSROOT: /cvs Module name: www Changes by: solene@cvs.openbsd.org 2019/04/18 01:10:27 Modified files: build/mirrors : cvsync.html.head Log message: Use cmdbox css class ok tb@ Thanks to Raf Czlonka for the diff CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2019/04/18 01:32:57 Modified files: usr.bin/ssh : Makefile.inc packet.c Removed files: usr.bin/ssh : crc32.c crc32.h Log message: Remove crc32.{c,h} which were only used by the now-gone SSH1 protocol. Patch from yumkam at gmail.com, ok deraadt. CVSROOT: /cvs Module name: www Changes by: solene@cvs.openbsd.org 2019/04/18 02:51:19 Modified files: . : cvsync.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/18 03:55:15 Modified files: devel/meson : Makefile distinfo meson.port.mk devel/meson/patches: patch-mesonbuild_compilers_c_py patch-mesonbuild_compilers_compilers_py patch-run_unittests_py devel/meson/pkg: PLIST Removed files: devel/meson/patches: patch-mesonbuild_environment_py patch-test_cases_common_137_get_define_meson_build Log message: Update to meson-0.50.1. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/04/18 04:11:52 Modified files: usr.bin/tmux : server-client.c Log message: Update session activity on focus event, from tafryn at gmail dot com. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/04/18 05:07:28 Modified files: usr.bin/tmux : cfg.c screen-write.c Log message: Pass target client and session to load_cfg from source-file so formats work. Reported by Thomas Sattler. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/04/18 06:22:07 Modified files: usr.bin/tmux : cmd-show-options.c tmux.1 Log message: Copy the code to infer the option type to show-options and document it. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/18 07:38:05 Modified files: x11/gnome/at-spi2-atk: Makefile distinfo Log message: Tarball has been rerolled. Only change was the project version in meson.build. mismatch reported by Daniel Dickman CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/04/18 08:35:39 Modified files: devel/jenkins : Makefile.inc devel/jenkins/devel: Makefile distinfo devel/jenkins/stable: Makefile distinfo Log message: Update jenkins, devel to 2.173 and stable to 2.164.2 Take maintainer OK ian@ (Old maintainer) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/04/18 09:11:55 Modified files: math/fftw3/pkg : PLIST-common PLIST-main Log message: Unbreak package Move cmake bits into PLIST-common. Spotted by ajacoutot@ Thanks! CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/18 10:12:15 Modified files: mail/rspamd : Makefile distinfo mail/rspamd/patches: patch-CMakeLists_txt patch-src_CMakeLists_txt mail/rspamd/pkg: PLIST Log message: update to rspamd-1.9.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/18 10:26:29 Modified files: lang/php/7.1 : Makefile lang/php/7.2 : Makefile lang/php/7.3 : Makefile Log message: set PORTROACH limit CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/18 10:29:15 Modified files: www/urlwatch : Makefile distinfo Log message: update to urlwatch-2.17 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/18 10:56:03 Modified files: lang/php : Makefile.inc Log message: add BUILD_DEPENDS on re2c. shouldn't normally be needed, but sometimes file timestamps in the .tar.gz have the generated file older than the source file for re2c, resulting in a build failure if re2c was installed during autoconf but later junked. found by kili@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/18 11:04:47 Modified files: mail/dovecot : Makefile distinfo Log message: security update to Dovecot 2.3.5.2, from Brad CVE-2019-10691: Trying to login with 8bit username containing invalid UTF8 input causes auth process to crash if auth policy is enabled. This could be used rather easily to cause a DoS. Similar crash also happens during mail delivery when using invalid UTF8 in From or Subject header when OX push notification driver is used. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/18 11:20:51 Modified files: net/librenms : Makefile distinfo net/librenms/patches: patch-includes_common_php net/librenms/pkg: PLIST Added files: net/librenms/patches: patch-includes_html_output_capture_inc_php patch-includes_html_pages_about_inc_php Removed files: net/librenms/patches: patch-html_includes_output_capture_inc_php patch-html_pages_about_inc_php Log message: update to librenms-1.50.1 - Affects users of webservers not using .htaccess: Moved php files outside of public html directory (Apache was protected by .htaccess) Some files could be accessed directly, leaking some information, like the version in about.inc.php but not statistics because it doesn't have DB access. - Affects all users: Some files did not check for authentication and could disclose some info. Better checks before including files from user input Fix unescaped variables in ajax_search.php CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/18 11:27:19 Modified files: net/freeradius3: Makefile distinfo net/freeradius3/patches: patch-configure patch-src_modules_rlm_realm_trustrouter_c net/freeradius3/pkg: PLIST-main PLIST-pgsql Removed files: net/freeradius3/patches: patch-autogen_sh Log message: update to freeradius-3.0.19 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/18 11:30:45 Modified files: net/xl2tpd : Makefile distinfo net/xl2tpd/patches: patch-Makefile patch-control_c Log message: update to xl2tpd-1.3.14 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/04/18 11:32:33 Modified files: devel/avr/gcc : Makefile devel/avr/gcc/pkg: PLIST Log message: Don't install libcc1 since it conflicts with other gcc compilers, notably lang/gcc/8. This may incur some loss of functionality in avr-gdb. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2019/04/18 12:06:17 Modified files: devel/jdk/11 : Makefile distinfo Added files: devel/jdk/11/patches: patch-src_jdk_net_bsd_native_libextnet_BsdSocketOptions_c Removed files: devel/jdk/11/patches: patch-src_jdk_management_unix_native_libmanagement_ext_OperatingSystemImpl_c Log message: Update to 11.0.3+7: https://www.oracle.com/technetwork/java/javase/11-0-3-oracle-relnotes-5290048.html okay sthen@, pvk@ solene@ CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2019/04/18 12:51:34 Modified files: sys/arch/amd64/amd64: vmm.c Log message: vmm(4): whitespace fix CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2019/04/18 12:56:16 Modified files: usr.bin/ssh : servconf.c servconf.h sshd.c Log message: When running sshd -T, assume any attibute not provided by -C does not match, which allows it to work when sshd_config contains a Match directive with or without -C. bz#2858, ok djm@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2019/04/18 12:57:16 Modified files: regress/usr.bin/ssh: cfgmatch.sh Log message: Add tests for sshd -T -C with Match. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/18 13:10:06 Modified files: telephony/asterisk: Makefile distinfo telephony/asterisk/patches: patch-build_tools_cflags_xml patch-res_res_odbc_c patch-res_res_pjsip_registrar_c patch-third-party_pjproject_Makefile Added files: telephony/asterisk/patches: patch-Makefile_rules Log message: update to asterisk-16.3.0 CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2019/04/18 15:58:59 Modified files: sbin/pfctl : parse.y Log message: Fix table definition parsing as unprivileged user revision 1.689 introduced warn_duplicate_tables() unconditionally, breaking the parser on tables withs insufficient permissions to open pf(4): $ echo 'table ' | pfctl -nf- pfctl: pfr_get_tables: Bad file descriptor So simply check whether pfctl is able to get the table list first. If not, instead of silently avoiding namespace collision checks, print a brief notice iff `-v' is given to help finding duplicate definitions by hand: $ echo 'table ' | ./obj/pfctl -vnf- table stdin:1: skipping duplicate table checks for Reported by Rivo Nurges, thanks! OK benno sashan CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2019/04/18 16:29:41 Modified files: sbin/pfctl : pfctl_table.c Log message: Always check for namespace collisions on table commands `-t table -T add|replace ...' would only check for duplicate tables in case addresses where actually to the table. Instead of using a positive number of added addresses as prove for successful table operations, rely on the fact that CREATE_TABLE() is guaranteed to be called only if pf(4) can be accessed, that is warn_duplicate_tables() will return. This improves duplicate detection rate as warnings are now also emitted even when table commands eventually leave tables unchanged. OK benno sashan CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2019/04/18 17:44:21 Modified files: lib/libevent : min_heap.h Log message: unfold some compound operations to make this easier to follow CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2019/04/18 17:51:13 Modified files: lib/libc/sys : fsync.2 Log message: describe EIO failure state. noted by Maximilian Lorlacks CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/18 22:15:32 Modified files: sys/net : if.h Log message: add IF_HDRPRIO_OUTER for rxprio IF_HDRPRIO_OUTER says you want the priority from the outer encap header. ok claudio@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/18 22:21:33 Modified files: sys/sys : sockio.h Log message: add SIOCSRXHPRIO and SIOCGRXHPRIO for configuring rx prio handling this is the complement of txprio handling, and helps support RFC 2983. ok claudio@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/18 22:22:09 Modified files: sys/net : if.c Log message: only root can change rxprio CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/18 22:24:26 Modified files: sbin/ifconfig : ifconfig.c Log message: add support for getting and setting rxprio this complements txprio and should finish support for RFC 2983 ok claudio@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/18 22:30:57 Modified files: sbin/ifconfig : ifconfig.8 Log message: rxprio. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/18 22:36:12 Modified files: sys/net : if_vlan.c if_vlan_var.h Log message: add support for configuring rxprio. vlan already used the 802.1p prio in packets to set the mbuf prio. this maintains that as the default. ok claudio@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/18 22:54:54 Modified files: sys/net : if_gif.c Log message: allow configuration of rxprio ok claudio@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2019/04/18 23:47:44 Modified files: usr.bin/ssh : ssh-keygen.1 Log message: Document new default RSA key size. From sebastiaanlokhorst at gmail.com via bz#2997. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/04/18 23:58:22 Log message: Import taiwan-cns11643-fonts-103.1. The taiwan-cns11643-fonts package contains TrueType fonts designed by the Taiwanese Ministry of Education, created to be compliant with the CNS11643 encoding standard. TW-Kai is a regular-script-style font. It consists of three files: TW-Kai, containing characters from Unicode's Basic Multilingual Plane; TW-Kai-Ext-B, containing characters from Unicode's Supplementary Ideographic Plane; and TW-Kai-Plus, containing characters in the Private Use Plane. TW-Sung is a Ming-style font. It consists of three files: TW-Sung, containing characters from Unicode's Basic Multilingual Plane; TW-Sung-Ext-B, containing characters from Unicode's Supplementary Ideographic Plane; and TW-Sung-Plus, containing characters in the Private Use Plane. ok sthen@ rsadowski@ Status: Vendor Tag: bentley Release Tags: bentley_20190418 N ports/fonts/taiwan-cns11643-fonts/Makefile N ports/fonts/taiwan-cns11643-fonts/distinfo N ports/fonts/taiwan-cns11643-fonts/pkg/DESCR N ports/fonts/taiwan-cns11643-fonts/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/04/18 23:59:55 Modified files: fonts : Makefile Log message: +taiwan-cns11643-fonts CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/19 00:36:54 Modified files: sys/net : if_mpw.c if_mpe.c if_mpip.c Log message: implement rxprio CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/19 00:38:32 Modified files: sys/net : if_etherip.c Log message: add rxprio support CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/19 00:40:00 Modified files: sys/net : if_bpe.c Log message: add rxprio support this is modelled on vlan(4) where the packet prio is put in the bpe header in tx, and the bpe header prio is put on the packet in rx. CVSROOT: /cvs Module name: ports Changes by: jsing@cvs.openbsd.org 2019/04/19 01:15:36 Modified files: lang/go : Makefile distinfo Log message: Build lang/go for openbsd/arm using a binary bootstrap. With input from and ok sthen@. CVSROOT: /cvs Module name: ports Changes by: jsing@cvs.openbsd.org 2019/04/19 01:17:27 Modified files: infrastructure/mk: arch-defines.mk Log message: Add arm to GO_ARCHS since it works there now. ok sthen@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/19 01:38:02 Modified files: sys/net : if.c if_var.h Log message: provide factored out txhprio and rxhprio checks l2 and l3 drivers do the same thing all the time, so reduce the chance of error by doing the checks once and making it available for drivers to call instead of rolling on their own again. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/19 01:39:38 Modified files: sys/net : if_bpe.c if_etherip.c if_gif.c if_mpe.c if_mpip.c if_mpw.c if_vlan.c Log message: use the factored out txhprio and rxhprio checks reduces code duplication and chance for error. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/19 01:50:09 Modified files: sys/net : if_gre.c Log message: use the common code in if.c to check if txhprio is good. no functional change. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/04/19 02:18:22 Modified files: devel/gsoap : Makefile distinfo devel/gsoap/patches: patch-configure_ac patch-gsoap_Makefile_am patch-gsoap_stdsoap2_h devel/gsoap/pkg: PLIST Added files: devel/gsoap/patches: patch-gsoap_stdsoap2_cpp Log message: update to 2.8.82 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/04/19 02:26:49 Modified files: devel/dlib : Makefile distinfo Log message: Update dlib to 19.17 Building the test is broken, so I set NO_TEST to yes. Reported upstream. CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/04/19 02:59:40 Modified files: lib/csu : Makefile libexec/ld.so/mips64: Makefile.inc Log message: Prevent clang from using builtins and jump tables in _dl_boot_bind() on mips64. They need relocation and consequently cannot be used in that function. OK kettenis@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/04/19 03:19:22 Modified files: lib/csu/mips64 : md_init.h sys/arch/mips64/include: profile.h Log message: Work around a limitation of clang integrated assembler on mips64. The assembler does not handle undeclared local symbols properly and generates R_MIPS_CALL16 relocations where it should generate local GOT references. For now, get along with the problem by declaring local symbols where necessary. OK kettenis@ guenther@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/04/19 03:41:07 Modified files: sys/kern : vfs_lockf.c vfs_subr.c sys/sys : lockf.h Log message: Add a subsystem lock for vfs_lockf.c. This enables calling lf_advlock() and lf_purgelocks() without the kernel lock. OK anton@ mpi@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/19 04:18:17 Modified files: security/py-cryptography: Makefile distinfo security/py-cryptography/patches: patch-src__cffi_src_openssl_ssl_py security/py-cryptography/pkg: PLIST security/py-cryptography_vectors: Makefile distinfo security/py-cryptography_vectors/pkg: PLIST Log message: update to pyca cryptography 2.6.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/19 04:30:58 Modified files: devel/github-backup: Makefile devel/github-backup/pkg: PLIST Log message: switch to py3; ok Laurie Tratt (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/19 05:38:16 Modified files: sysutils/terraform/provider-alicloud: Makefile distinfo sysutils/terraform/provider-aws: Makefile distinfo sysutils/terraform/provider-azurerm: Makefile distinfo sysutils/terraform/provider-postgresql: Makefile distinfo sysutils/terraform/provider-vault: Makefile distinfo Log message: Update terraform providers. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2019/04/19 06:22:27 Modified files: security/suricata: Makefile security/suricata/patches: patch-src_suricata_c patch-src_util-logopenfile_c patch-src_util-privs_c patch-src_util-privs_h Added files: security/suricata/patches: patch-src_util-error_c patch-src_util-error_h Log message: Implement pledge support for suricata. from Emmanuel Roullit; OK gonzalo@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2019/04/19 07:05:18 Modified files: devel/p5-File-Find-Object-Rule: Makefile distinfo Log message: update p5-File-Find-Object-Rule to 0.0310 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2019/04/19 07:12:58 Modified files: devel/p5-Test-Needs: Makefile distinfo Log message: update p5-Test-Needs to 0.002006 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/19 07:24:23 Log message: import ports/textproc/p5-Text-CharWidth, comment/ok bluhm@ This module allows determining the display width of strings, mostly useful with multibyte character encodings. It provides functionality equivalent to C's wcwidth(3), wcswidth(3) and mblen(3). While most characters have a width of 1, there are exceptions - many east Asian characters have a width of 2, and some languages use Unicode "combining characters" which have a zero width. Status: Vendor Tag: sthen Release Tags: sthen_20190419 N ports/textproc/p5-Text-CharWidth/Makefile N ports/textproc/p5-Text-CharWidth/distinfo N ports/textproc/p5-Text-CharWidth/pkg/DESCR N ports/textproc/p5-Text-CharWidth/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/19 07:25:11 Modified files: textproc : Makefile Log message: +p5-Text-CharWidth CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/19 07:26:28 Modified files: www/nghttp2 : Makefile distinfo Log message: update to nghttp2-1.38.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/19 07:26:51 Modified files: databases/freetds: Makefile distinfo Log message: update to freetds-1.1.5 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/19 07:29:52 Modified files: graphics/openjp2: Makefile distinfo graphics/openjp2/patches: patch-CMakeLists_txt Log message: update to openjp2-2.3.1 "Many bug fixes (including security fixes)" CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/04/19 07:56:03 Removed files: misc/m17n/lib/patches: patch-configure Log message: Drop useless patch ok Eric Brown (maintainer) CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/04/19 07:58:47 Modified files: misc/m17n/lib : Makefile misc/m17n/lib/patches: patch-example_Makefile_in Added files: misc/m17n/lib/patches: patch-src_Makefile_in Log message: Properly link against libintl, unbreak Xaw detection Reported by kevlo@ (who came up with a different diff), ok Eric Brown (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/19 08:08:48 Modified files: sysutils/exoscale-cli: Makefile distinfo Log message: Update to exoscale-cli-1.2.0. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2019/04/19 08:24:42 Modified files: mail/p5-Mail-DKIM-Iterator: Makefile distinfo Log message: update p5-Mail-DKIM-Iterator to 1.008 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2019/04/19 08:42:01 Log message: import p5-Test2-Suite 0.000111 OK kn@ Comment: set of tools built upon the Test2 framework Description: Rich set of tools, plugins, bundles, etc built upon the Test2 testing library. If you are interested in writing tests, this is the distribution for you. Status: Vendor Tag: bluhm Release Tags: bluhm_20190419 N ports/devel/p5-Test2-Suite/Makefile N ports/devel/p5-Test2-Suite/distinfo N ports/devel/p5-Test2-Suite/pkg/DESCR N ports/devel/p5-Test2-Suite/pkg/PLIST N ports/devel/p5-Test2-Suite/patches/patch-t_modules_Util_Table_t No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2019/04/19 08:43:55 Modified files: devel : Makefile Log message: +p5-Test2-Suite CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/04/19 08:52:00 Modified files: lib/libcrypto/objects: obj_mac.num Log message: Allocate fixed NIDs for SM3/SM4. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2019/04/19 09:03:42 Modified files: devel/p5-Test-Script: Makefile distinfo Log message: update p5-Test-Script to 1.25 CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/04/19 09:28:51 Modified files: cad/magic : Makefile Log message: magic picks up GNU m4 if present. Package failure noticed by naddy@ CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2019/04/19 10:52:31 Modified files: textproc/mupdf : Makefile textproc/mupdf/patches: patch-Makerules Added files: textproc/mupdf/patches: patch-source_helpers_pkcs7_pkcs7-openssl_c Log message: enable crypto for pdf signatures. use compatible code for libressl (mupdf expects openssl 1.1.0), and use certs from /etc/ssl/cert.pem instead of relying only on Adobe embedded certificate. OK sthen@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/04/19 11:04:45 Modified files: lib/libcrypto/evp: digest.c Log message: Allocate md_data with calloc to avoid use of uninitialised memory. Found by Guido Vranken when fuzzing and trying to use GOST with HMAC. Fix confirmed by Guido; ok tb@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/04/19 12:15:23 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm games/xonotic : Makefile games/xonotic/pkg: PLIST-data PLIST-main PLIST-server Log message: Lowercase package and program name As was requested by many. Help from and OK bentley CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2019/04/19 12:39:52 Modified files: . : ftp.html httpslist build : mirrors.dat openbgpd : ftp.html openntpd : portable.html openssh : ftp.html portable.html Log message: ftp.riken.jp has working https now CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2019/04/19 13:48:36 src/regress/sys/kern/realpath Update of /cvs/src/regress/sys/kern/realpath In directory cvs.openbsd.org:/tmp/cvs-serv2919/realpath Log Message: Directory /cvs/src/regress/sys/kern/realpath added to the repository CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2019/04/19 13:50:48 Added files: regress/sys/kern/realpath: Makefile realpath3.c realpathtest.c Log message: Start a realpath(2) regress test, currently not enabled. This will extend as I add more cases to it. It will come into use once an in-kernel version of realpath(2) becomes a real thing CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/04/19 13:50:53 Modified files: usr.sbin/pkg_add: pkg_add.1 Log message: strongly hint at pkg_info -z to clone installations from machine to machine CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/04/19 15:09:48 Modified files: gnu/usr.bin/clang: Makefile.inc Log message: On powerpc, link with -Wl,-relax as clang is a monster and code exceeds the maximum reachability of the PowerPC branch instructions. Also override NOPIE_FLAGS to avoid building code with -fno-pie as doing so is incompatible with secure-plt when using clang as the compiler. ok visa@, guenther@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/19 15:17:04 ports/lang/python/3.7 Update of /cvs/ports/lang/python/3.7 In directory cvs.openbsd.org:/tmp/cvs-serv72823/3.7 Log Message: Directory /cvs/ports/lang/python/3.7 added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/19 15:17:05 ports/lang/python/3.7/files Update of /cvs/ports/lang/python/3.7/files In directory cvs.openbsd.org:/tmp/cvs-serv72823/3.7/files Log Message: Directory /cvs/ports/lang/python/3.7/files added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/19 15:17:05 ports/lang/python/3.7/patches Update of /cvs/ports/lang/python/3.7/patches In directory cvs.openbsd.org:/tmp/cvs-serv72823/3.7/patches Log Message: Directory /cvs/ports/lang/python/3.7/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/19 15:17:05 ports/lang/python/3.7/pkg Update of /cvs/ports/lang/python/3.7/pkg In directory cvs.openbsd.org:/tmp/cvs-serv72823/3.7/pkg Log Message: Directory /cvs/ports/lang/python/3.7/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2019/04/19 18:17:50 Modified files: net/scapy : Makefile net/scapy/pkg : PLIST Added files: net/scapy/patches: patch-scapy_layers_inet6_py patch-scapy_layers_inet_py patch-scapy_layers_l2_py Removed files: net/scapy/patches: patch-scapy_config_py patch-scapy_layers_loop_py Log message: To sniff on OpenBSD loopback interface there was a patch from 2012. In the meantime upstream has implemented it differently. Adapt their version for OpenBSD and use it instead. OK sthen@ danj@ CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/04/19 18:33:32 Modified files: games/openttd : Makefile distinfo games/openttd/patches: patch-config_lib games/openttd/pkg: PLIST Log message: Update to openttd-1.9.1. Release notes: https://proxy.binaries.openttd.org/openttd-releases/1.9.1/changelog.txt https://proxy.binaries.openttd.org/openttd-releases/1.9.0/changelog.txt CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/04/19 18:34:04 Modified files: games/openttd-data/opengfx: Makefile distinfo Log message: Update to openttd-opengfx-0.5.5. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/04/19 18:59:40 Modified files: fonts/ibm-plex : Makefile distinfo fonts/ibm-plex/pkg: PLIST Log message: Update to ibm-plex-1.4.1. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/04/19 21:10:53 Modified files: sys/dev/pci/drm/radeon: radeon_kms.c Log message: Adapt radeondrm_detach_kms() to struct drm_device being split from drm softc. Avoids uvm_fault() when firmware is missing and radeondrm is forcibly detached. Reported by Mihai Popescu on misc@ CVSROOT: /cvs Module name: ports Changes by: tim@cvs.openbsd.org 2019/04/20 00:24:12 Modified files: graphics/feh : Makefile distinfo graphics/feh/patches: patch-Makefile patch-config_mk patch-examples_themes patch-man_feh_pre graphics/feh/pkg: PLIST Log message: Update to 3.1.3; OK rsadowski@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/20 01:20:07 Modified files: math/fftw3 : Makefile Log message: Missed bump. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2019/04/20 02:28:59 Modified files: sys/kern : vfs_lockf.c sys/sys : lockf.h Log message: Move lockf structures from header to implementation since external users only need a lockf_state pointer by now. ok mpi@ visa@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/04/20 02:44:08 Modified files: sys/dev/pci/drm/ttm: ttm_bo.c ttm_memory.c Log message: drm/ttm: Fix bo_global and mem_global kfree error From Trigger Huang b10cc08374728ea79555a1cd98f962b0f942e942 in linux 4.19.y/4.19.36 30f33126feca0fe16df9e9302ffc28a953e2eb37 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/04/20 05:13:15 Modified files: lib/libcrypto/asn1: x_long.c Log message: Avoid undefined behaviour that results from negating a signed long with minimum value. Fixes oss-fuzz #14354. ok beck@ bcook@ tb@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/04/20 05:22:47 Modified files: gnu/llvm/lib/Target/Mips: MipsAsmPrinter.cpp Log message: Restore previous section after setting the MIPS ABI marker. This keeps the .text section in use after the file header, improving compatibility with gcc. Without this change, module-level inline assembly blocks could end up into wrong section. OK kettenis@ guenther@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/04/20 05:30:11 Modified files: sys/netinet6 : raw_ip6.c Log message: Statistics of "netstat -s -f inet6 -p rip6" did not work. In rip6_sysctl_rip6stat() copy out rip6counters, not ip6counters. OK deraadt@ claudio@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/04/20 05:36:19 Modified files: usr.bin/netstat: inet6.c Log message: The rip6 checksum errors are accounted per socket. So the no socket errors include these, do not subtract both from delivered. Avoids an underflow in the rip6 delivered counter. OK deraadt@ claudio@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/04/20 07:52:18 Modified files: editors/dte : Makefile distinfo Log message: Update to dte-1.8 Changelog: https://craigbarnes.gitlab.io/dte/releases.html CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2019/04/20 08:13:11 Modified files: sys/kern : vfs_lockf.c Log message: print locked range in decimal in debug routines CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/04/20 09:14:19 Modified files: devel/liburcu : Makefile distinfo Log message: Update to liburcu-0.10.2 CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/04/20 09:40:23 Modified files: textproc/py-colored: Makefile distinfo Log message: Updated py-colored to latest release. Change notation of license to the proper MIT rather than the incorrect GPLv3. Drop kn@ from maintainer per his request. OK kn sthen CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/04/20 09:41:33 Modified files: net/knot : Makefile distinfo Log message: Update to knot-2.7.7 Release notes: https://www.knot-dns.cz/2019-01-07-version-275.html https://www.knot-dns.cz/2019-01-23-version-276.html https://www.knot-dns.cz/2019-04-08-version-277.html CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/04/20 09:47:23 Modified files: sys/conf : param.c Log message: as discussed with beck, crank dma-range bufcache to a high number (he suggested 90 but I prefer 80). This is so we learn the downside from user reports. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2019/04/20 09:54:27 Modified files: faq : current.html Log message: I despise the word "support" particularly sentence fragments like "not supported". Instruct people more careful: experts are encouraged to attempt building of -current since that is the road to becoming a developer! On the other hand, non-experts should not, explain why simply, and describe the obvious solution in case of screwup. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/04/20 10:16:40 Modified files: net/knot : Makefile Log message: Remove duplicate symbol workaround CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/04/20 10:48:32 Modified files: net/knot : Makefile distinfo net/knot/pkg : PLIST Log message: Update to knot-2.8.1 Release notes: https://www.knot-dns.cz/2019-03-05-version-280.html https://www.knot-dns.cz/2019-04-09-version-281.html Reorder SHARED_LIBS while here. CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2019/04/20 12:22:28 Modified files: devel/sdl2-mixer: Makefile distinfo devel/sdl2-mixer/patches: patch-configure Log message: update to sdl2-mixer 2.04 which adds opusfile, take maintainer. Tested with various consumers. ok jca@ CVSROOT: /cvs Module name: www Changes by: jca@cvs.openbsd.org 2019/04/20 14:19:16 Modified files: faq : upgrade65.html Log message: Add samba to "Special packages", the samba AD DC support is broken in 6.5. CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2019/04/20 15:35:02 Modified files: math/py-scipy : Makefile distinfo math/py-scipy/patches: patch-scipy_special_tests_test_basic_py math/py-scipy/pkg: PLIST Log message: Update py-scipy to 1.2.1. CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2019/04/20 16:12:41 Modified files: lang/compcert : Makefile lang/compcert/patches: patch-Makefile Log message: Drop dependency on base gcc and switch to ports gcc instead. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/04/20 16:40:13 Modified files: sys/dev/fdt : acrtc.c Log message: armv7 RAMDISK is now compiled with -Oz (just to be like other ramdisks), so clang's rule about "static inline" comes into play. ok patrick CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/04/20 16:59:04 Modified files: sys/arch/amd64/stand/boot: Makefile sys/arch/amd64/stand/cdboot: Makefile sys/arch/amd64/stand/efiboot: Makefile.common sys/arch/amd64/stand/pxeboot: 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/loongson/stand/libsa: Makefile sys/arch/luna88k/stand/boot: Makefile sys/arch/macppc/stand/boot.mac: Makefile sys/arch/macppc/stand/ofwboot: Makefile sys/arch/octeon/stand/libsa: Makefile sys/arch/sgi/stand/boot: Makefile sys/arch/sgi/stand/libsa: Makefile sys/arch/sparc64/stand/libsa: Makefile sys/lib/libsa : Makefile memcpy.c stand.h Added files: sys/lib/libsa : memmove.c Log message: libsa's memcpy() is actually memmove(). make a proper memmove(), and give memcpy() correct behaviour. This also brings the bcopy() macro into line. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/04/20 17:00:07 Modified files: sys/arch/amd64/stand/libsa: exec_i386.c Log message: When copying the EFI-stored kernel to the correct operating location, use memmove. We don't know whether EFI allocated overlapping memory. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/04/20 17:10:00 Modified files: sys/sys : exec_elf.h Log message: The conversion of rdsetroot to -lelf failed on alpha: -lelf thought ELF SHDR was 80 bytes in size, rather than 64 as listed in the ELF header. In Sep 2001 when ELF was being integrated into the tree, two of the ELF object types (and two more via #define) were given different (incorrect) sizes, and hid behind an #ifdef __alpha__ all this time. -lelf constructs the SHDR object by accumulating sizes of types, so this was finally exposed. A review of the tree shows no other consequences, so we can fix this now. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/04/20 17:11:20 Modified files: sys/kern : exec_elf.c Log message: #define ELFROUNDSIZE 4 /* XXX Should it be sizeof(Elf_Word)? */ Now that alpha is fixed, we can use sizeof(). CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2019/04/20 17:22:28 Modified files: lib/libevent : min_heap.h Log message: knf, ok bluhm CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2019/04/20 17:44:36 Modified files: sys/arch/amd64/amd64: vmm.c Log message: Revert enabling VMM_DEBUG which slipped through the previous commit. Fixes panic on `vmctl start foo'. OK tedu deraadt CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2019/04/20 17:55:22 Modified files: math/py-scipy : Makefile math/py-scipy/pkg: PLIST Log message: Repair PLIST. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/04/20 19:08:46 Modified files: usr.bin/nl : nl.c Log message: pledge "stdio" after opening file and before doing operations from Rafael Neves CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/04/20 21:41:14 Modified files: libexec/ld.so : resolve.c resolve.h Log message: On alpha, the buckets of DT_HASH are 8 bytes instead of 4 bytes. This was previously 'implemented' by having the Elf_Word typedef in vary, but that doesn't match the spec and breaks libelf so it's gone away. Implement the variation here by defining our own type locally for this. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/04/20 21:47:40 Modified files: infrastructure/lib/OpenBSD/PortGen: Port.pm infrastructure/lib/OpenBSD/PortGen/Port: PyPI.pm Ruby.pm Log message: Fix portgen(1) for python modules with DISTNAME that starts with py- OK kmos@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/04/20 22:11:42 Modified files: libexec/ld.so : resolve.c resolve.h Log message: Now that all Elf_foo types are correct, we don't need to use Elf32_Word anywhere and can use Elf_Word instead. ok guenther CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/04/20 22:21:44 Modified files: lib : check_sym Log message: Improve comment grammar CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/04/21 02:07:48 Modified files: lib/libcrypto/x509v3: v3_akey.c Log message: fix some style nits to reduce noise in an upcoming diff CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/04/21 02:28:53 Modified files: sys/net : if_media.c Log message: Interpret ENETRESET from ifm_change() as success in ifmedia_ioctl(). Drivers will return ENETREST if the hardware needs to be reinitialized after successfully switching to the new media mode; it's not an error. This change fixes unreliable 'ifconfig mode' with some wireless drivers. ok phessler@ jmatthew@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/21 02:49:11 Modified files: multimedia/gstreamer1: Makefile.inc Log message: Bump the gstreamer1 stack to 1.16.0 and refactor to use meson(1). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/21 02:49:25 Modified files: multimedia/gstreamer1/core: Makefile distinfo multimedia/gstreamer1/core/pkg: PLIST Log message: Update to gstreamer1-1.16.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/21 02:49:42 Modified files: multimedia/gstreamer1/plugins-base: Makefile distinfo multimedia/gstreamer1/plugins-base/files: gstsndio.c gstsndio.h sndiosrc.c multimedia/gstreamer1/plugins-base/pkg: PLIST Added files: multimedia/gstreamer1/plugins-base/files: meson.build multimedia/gstreamer1/plugins-base/patches: patch-ext_meson_build patch-meson_options_txt Removed files: multimedia/gstreamer1/plugins-base/files: Makefile.am multimedia/gstreamer1/plugins-base/patches: patch-configure_ac patch-ext_Makefile_am patch-ext_gl_Makefile_am Log message: Update to gstreamer1-plugins-base-1.16.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/21 02:49:57 Modified files: multimedia/gstreamer1/plugins-good: Makefile distinfo multimedia/gstreamer1/plugins-good/pkg: PLIST-main Removed files: multimedia/gstreamer1/plugins-good/patches: patch-common_m4_gst-dowhile_m4 patch-ext_vpx_gstvpxdec_c patch-sys_oss_Makefile_in Log message: Update to gstreamer1-plugins-good-1.16.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/21 02:50:10 Modified files: multimedia/gstreamer1/plugins-ugly: Makefile distinfo multimedia/gstreamer1/plugins-ugly/pkg: PLIST Log message: Update to gstreamer1-plugins-ugly-1.16.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/21 02:50:30 Modified files: multimedia/gstreamer1/plugins-bad: Makefile distinfo multimedia/gstreamer1/plugins-bad/pkg: PLIST Removed files: multimedia/gstreamer1/plugins-bad/patches: patch-common_m4_gst-dowhile_m4 patch-configure_ac Log message: Update to gstreamer1-plugins-bad-1.16.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/21 02:50:45 Modified files: multimedia/gstreamer1/plugins-libav: Makefile distinfo multimedia/gstreamer1/plugins-libav/pkg: PLIST Removed files: multimedia/gstreamer1/plugins-libav/patches: patch-ext_libav_Makefile_in patch-gst-libs_ext_libav_configure Log message: Update to gstreamer1-plugins-libav-1.16.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/21 02:51:08 Modified files: multimedia/gstreamer1/mm: Makefile Log message: Regen WANTLIB and use the x11/gnome MODULE. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/21 02:51:27 Modified files: multimedia/gstreamer1/py-gstreamer: Makefile distinfo multimedia/gstreamer1/py-gstreamer/pkg: PLIST Log message: Update to py3-gstreamer1-1.16.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/21 02:51:52 Modified files: multimedia/qt-gstreamer: Makefile Added files: multimedia/qt-gstreamer/patches: patch-src_QGst_caps_cpp Log message: Unbreak build with new Gstreamer. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/21 03:03:57 Modified files: graphics/py-cairo: Makefile distinfo Log message: Update to py-cairo-1.18.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/21 03:05:59 Modified files: sysutils/amazon-ssm-agent: Makefile distinfo Log message: Update to amazon-ssm-agent-2.3.542.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/21 03:07:57 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-242.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/21 03:11:27 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py-boto3-1.9.134. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/21 03:11:39 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py-botocore-1.12.134. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/21 03:11:55 Modified files: sysutils/awscli: Makefile distinfo sysutils/awscli/pkg: PLIST Log message: Update to awscli-1.16.144. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/21 03:32:19 Modified files: lang/python : Makefile.inc lang/python/2.7: Makefile lang/python/2.7/pkg: PLIST-tools lang/python/3.6: Makefile Log message: python tweaks; - sync WANTLIB - use do-gen instead of post-patch for the "subst and regen autoconf files" target - ALL_TARGET needs setting differently between 2.7 and 3.x; rather than checking against 3.6 for "all", check against 2.7 for "all ./Lib/plat-openbsd6". needed for newer 3.x. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/21 03:33:33 Modified files: lang/python : Makefile python.port.mk Added files: lang/python/3.7: Makefile distinfo lang/python/3.7/files: CHANGES.OpenBSD lang/python/3.7/patches: patch-Lib_test_test_locale_py patch-Makefile_pre_in patch-Modules__hashopenssl_c patch-Modules__ssl_c patch-configure_ac patch-setup_py lang/python/3.7/pkg: DESCR-gdbm DESCR-idle DESCR-main DESCR-tests DESCR-tkinter PLIST-gdbm PLIST-idle PLIST-main PLIST-tests PLIST-tkinter Log message: import python 3.7.3, ok rpointel@ kmos@ at this point, only python itself will be built for 3.7.x; modules are still all built against 3.6. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/04/21 03:43:47 Modified files: devel/dlib : Makefile Added files: devel/dlib/patches: patch-dlib_test_stack_cpp Log message: Unbreak and enable tests Fixed upstream after report. NO_TEST hint by ajacoutot@ Thanks! CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/04/21 04:11:38 Modified files: devel/kreport : Makefile distinfo devel/kreport/pkg: PLIST Log message: Update kreport to 3.2.0 Changelog: https://community.kde.org/Kexi/Releases/3.2.0_Changes#Changes_in_KReport CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/04/21 04:11:42 Modified files: databases/kdb : Makefile distinfo databases/kdb/pkg: PLIST Added files: databases/kdb/patches: patch-autotests_DateTimeTest_cpp Log message: Update kdb to 3.2.0 Changelog: https://community.kde.org/Kexi/Releases/3.2.0_Changes#Changes_in_KDb CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/04/21 04:11:48 Modified files: devel/kproperty: Makefile distinfo devel/kproperty/pkg: PLIST Log message: Update kproperty to 3.2.0 Changelog: https://community.kde.org/Kexi/Releases/3.2.0_Changes#Changes_in_KProperty CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/04/21 04:12:01 Modified files: databases/kexi : Makefile distinfo databases/kexi/pkg: PLIST Log message: Update kexi to 3.2.0 Changelog: https://community.kde.org/Kexi/Releases/3.2.0_Changes#Changes_in_KEXI CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/04/21 04:17:25 Modified files: lib/libssl : t1_lib.c Log message: Start cleaning up tls_decrypt_ticket(). Rather than returning from multiple places and trying to clean up as we go, move to a single exit point and clean/free in one place. Also invert the logic that handles NULL sessions - fail early, rather than having an indented if test for success. ok tb@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/04/21 04:54:42 Modified files: sys/dev/pci/drm/include/linux: rbtree.h Log message: Fix rbtree_postorder_for_each_entry_safe() implementation. Fixes crashes seen with the "intel" X driver with the new inteldrm kernel driver. ok (and with help from) jsg@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/04/21 05:29:44 Modified files: security/keepassxc: Makefile distinfo security/keepassxc/pkg: PLIST Log message: Update keepassxc to 2.4.1 Upstream removed KeePassHttp support which means there is no legacy browser support in OpenBSD. Full chnagelog: - https://github.com/keepassxreboot/keepassxc/releases/tag/2.4.0 - https://github.com/keepassxreboot/keepassxc/releases/tag/2.4.1 CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2019/04/21 05:31:20 Modified files: net/bitlbee/pkg: PLIST net/bitlbee : Makefile distinfo Log message: Update to bitlbee-3.6 ok maintainer ok kn@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/21 06:13:58 Modified files: sysutils/py-statgrab: Makefile Log message: rebuild distributed statgrab.c with newer cython; unbreaks py37 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/21 06:17:04 Modified files: textproc/py-stemmer: Makefile Log message: rebuild distributed src/Stemmer.c with newer cython; unbreaks py37 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/21 06:25:11 Modified files: devel/py-gitdb : Makefile distinfo Log message: drop unused py-async dependency minor update to 2.0.5 while there CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/21 06:29:34 Modified files: devel : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: devel/py-async : Makefile distinfo devel/py-async/pkg: DESCR PLIST Log message: Remove py-async, it was only needed for gitdb, but that stopped actually using it in 2.x (and the dep has just been removed from ports). Upstream says "DEPRECATION NOTE: Please do not use this library ! It’s not working correctly in python 3, and besides that might be called a failed experiment. Currently gitdb (via git-python) is it’s major user, but it will be patched to not require it anymore." CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/21 06:40:35 Modified files: textproc/py-ruamel.yaml: Makefile distinfo textproc/py-ruamel.yaml/pkg: PLIST Log message: update to py-ruamel.yaml-0.15.92, unbreaks py37 py3x tests are broken, but they were broken before too. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/04/21 07:06:35 Modified files: infrastructure/bin: register-plist Log message: no longer ignore @version, but do something smarter about it. - if it wasn't there, just register it - if it was there, don't allow it to go backwards - when @version increases, anything goes. The new plist might have some new objects, we don't really care. as requested by sthen@ makes it possible to avoid REVISION bumps for large system changes (such as gcc 4.9 -> 8.*) it is advised to do a bulk with the newer register-plist first so that the lists will have @version markers CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/04/21 08:38:32 Modified files: lib/libssl : t1_lib.c Log message: Cleanup more of tls_decrypt_ticket(). Separate the malloc() check and EVP_DecryptUpdate() - the malloc() failure is fatal while a EVP_DecryptUpdate() is a decryption failure. Also ensure that we clear the error stack in all cases where we are indicating a failure to decrypt or decode the ticket - otherwise SSL_error() while later return failure when it should not. ok tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/04/21 08:41:30 Modified files: lib/libssl : t1_lib.c Log message: Clean up tls1_process_ticket(). We only have to find one extension, so do that first then proceed with processing and decryption. This makes the code more readable and drops two levels of indent. ok tb@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/04/21 08:42:19 Modified files: sys/dev/pci/drm/i915: i915_timeline.c Log message: Timeline lock is used from interrupt context so use IPL_TTY to prevent "locking against myself" panics. CVSROOT: /cvs Module name: www Changes by: naddy@cvs.openbsd.org 2019/04/21 09:04:49 Modified files: . : 65.html Log message: update aarch64 package count CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/04/21 09:20:25 Modified files: share/mk : bsd.own.mk Log message: Build clang on powerpc. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/04/21 09:20:30 Modified files: distrib/sets/lists/base: md.macppc Added files: distrib/sets/lists/comp: clang.macppc Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/04/21 09:33:39 Modified files: share/man/man4 : options.4 Log message: adjust bufcachepercent default CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/04/21 09:34:02 Modified files: security/suricata: Makefile Log message: suricata: Change COMPILER to unbreak on !clang archs Use ports-gcc on !clang archs, because suricata needs thread local storage. While here, make spacing consistent in the Makefile. Tested on macppc with gcc-4.9 and gcc-8.3. ok jasper@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/04/21 09:44:05 Modified files: comms/hylafax : Makefile comms/hylafax/patches: patch-faxd_UUCPLock_c++ comms/hylafax/pkg: README Added files: comms/hylafax/patches: patch-faxd_ModemConfig_c++ patch-libhylafax_FaxRecvInfo_c++ Log message: hylafax: fix the build with ports-gcc-8. Allow building with C++14 (even for clang archs). Also add various portcheck(1) fixes and move HOMEPAGE to https. OK sthen@ CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2019/04/21 10:02:45 Modified files: lib/libc/sys : sysctl.2 Log message: adjust another bufcachepercent default CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/04/21 10:25:40 Modified files: lib/libcrypto/x509v3: pcy_node.c v3_cpols.c v3_crld.c Log message: KNF: use proper wrapping of function return type and name CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/04/21 10:29:57 Modified files: lib/libcrypto/x509v3: v3_lib.c Log message: Fix awful whitespace in OBJ_bsearch_ext() CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/04/21 10:38:01 Modified files: lib/libcrypto/x509v3: v3_pku.c Log message: The noop v2i_PKEY_USAGE_PERIOD() has been commented out since beck imported OpenSSL 0.9.4 in 1999. It won't ever be used. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/04/21 10:50:34 Modified files: lib/libcrypto/x509v3: v3_akey.c v3_alt.c Log message: Add error checking to i2v_AUTHORITY_KEYID(), i2v_GENERAL_NAME() and i2v_GENERAL_NAMES(). This fixes a couple of leaks and other ugliness. tweaks & ok jsing CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/04/21 11:54:17 Modified files: devel/p5-Package-Stash-XS: Makefile Log message: p5-Package-Stash-XS: use FIX_EXTRACT_PERMISSIONS OK afresh1@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/04/21 11:57:47 ports/devel/p5-MooseX-Method-Signatures/patches Update of /cvs/ports/devel/p5-MooseX-Method-Signatures/patches In directory cvs.openbsd.org:/tmp/cvs-serv21459/patches Log Message: Directory /cvs/ports/devel/p5-MooseX-Method-Signatures/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/04/21 12:03:44 Modified files: devel/p5-MooseX-Method-Signatures: Makefile distinfo Added files: devel/p5-MooseX-Method-Signatures/patches: patch-t_00-report-prereqs_t Log message: Update p5-MooseX-Method-Signatures to 0.49 Also fix a test that still assumes that '.' is in @INC Changelog: https://metacpan.org/changes/release/ETHER/MooseX-Method-Signatures-0.49 OK afresh1@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/04/21 13:38:46 Modified files: audio/opus : Makefile distinfo Log message: maintenance update to 1.3.1 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/04/21 15:31:40 Modified files: books/JLS : Makefile distinfo Log message: Update JLS to 12.0 OK cwen@ ian@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/04/21 15:48:16 Modified files: infrastructure/lib/OpenBSD/PortGen: License.pm Log message: Recognize GPL-3.0 as GPLv3 in portgen OK kmos@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/04/21 15:52:20 Modified files: infrastructure/lib/OpenBSD/PortGen/Port: PyPI.pm Log message: Improve MODPY_VERSION detection in portgen OK kmos@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/04/21 16:43:00 Modified files: share/man/man7 : roff.7 usr.bin/mandoc : roff.c regress/usr.bin/mandoc/roff/while: Makefile Added files: regress/usr.bin/mandoc/roff/while: break.in break.out_ascii Log message: Implement the roff .break request (break out of a .while loop). Jan Stary found it in an ancient groffer(1) manual page (version 1.19) on MacOS X Mojave. Having .break not implemented wasn't a particularly bright idea because obviously, it tended to cause infinite loops. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2019/04/21 17:27:53 Modified files: print/poppler : Makefile distinfo print/poppler/pkg: PLIST-utils Log message: Update to poppler-0.75.0. Build-tested on sparc64 with gcc-8.3 by jca@, tested on amd64 by myself. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/04/21 17:45:50 Modified files: usr.bin/mandoc : roff.c regress/usr.bin/mandoc/roff/de: Makefile Added files: regress/usr.bin/mandoc/roff/de: empty.in empty.out_ascii Log message: When calling an empty macro, do not clobber existing arguments. Fixing a bug found with the groffer(1) version 1.19 manual page following a report from Jan Stary. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/21 18:38:05 Modified files: sys/net : if_gre.c Log message: support rxprio i need to come back to this and make it flow a bit better, but this is a good start. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/21 20:04:13 Modified files: sys/conf : GENERIC Log message: disable mobileip(4) it's not great in several dimensions, so this is a first step to removing it. if noone has a (reasonable) teary i'll start removing the code in a few weeks. "kill it with fire" deraadt@ CVSROOT: /cvs Module name: www Changes by: bcook@cvs.openbsd.org 2019/04/21 20:36:25 Modified files: libressl : index.html releases.html Log message: LibreSSL 2.9.1 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/21 20:53:40 Modified files: sys/net : if.c Log message: factor out calling the if input handlers for a packet. this is a step toward letting interfaces like vlan bypass ifiqs CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/21 21:26:16 Modified files: sys/net : if_var.h if.c Log message: add if_vinput so pseudo (ethernet) interfaces can bypass ifiqs if_vinput assumes that the interface that its called against uses per cpu counters so it can count input packets, but basically does all the things that if_input and ifiq_input do. the main difference is it assumes the network stack is already running and runs the interface input handlers directly. this is instead of queuing the packets for a nettq to run. ifiqs arent free, especially when they only run per packet like they do on psuedo interfaces. this allows that overhead to be bypassed. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/21 21:29:40 Modified files: sys/net : if_vlan.c Log message: use if_vinput instead of if_input, thereby bypassing ifiqs on vlans ifiqs on vlans are mostly just overhead. this improves vlan input speeds a lot, depending on your setup. i havent seen any speed regression with this. CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2019/04/21 21:54:16 Modified files: sys/arch/amd64/amd64: vmm.c Log message: vmm(4): remove a debug printf that was causing lock issues (it was being called from an IPI routine). CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/04/21 22:41:53 Modified files: lang/flang/driver: Makefile distinfo Log message: Update to flang-driver-7.0.1.20190409 CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/04/21 23:36:42 Modified files: distrib/miniroot: install.sub Log message: When upgrading only prompt for disks that contain a root partition. With this the question "Which disk is the root disk" has the correct default in case of full disk encryption. Before it would list sd0 sd1 with sd0 being the backing store and sd1 the unlocked disk. This is a step towards fully unattended upgrades running completely on defaults (i.e. no need for an autoinstall(8) answer file). In the past there have been concernes that we should not touch any odd disk without the operator telling us as there might be bugs lurking. It is early enough in the cycle to find out for sure. input halex, kn "just commit it" deraadt CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/22 02:19:14 Modified files: devel/orc : Makefile distinfo devel/orc/patches: patch-configure_ac patch-orc-uninstalled_pc_in devel/orc/pkg : PLIST Log message: Update to orc-0.4.29. from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/04/22 02:19:22 Modified files: net/py-ripe.atlas.cousteau: Makefile Log message: Remove py-funcsigs from python3 FLAVOR. py-funcsigs backports functionality to python 2.x and versions of python 3.x earlier than what we have. OK sthen@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/04/22 02:22:57 Modified files: math/py-pandas : Makefile Log message: math/py-pandas has a hidden dependency on lang/cython as mentioned here: https://marc.info/?l=openbsd-ports&m=155508121408600&w=2 naddy@ requested it be fixed. This adds it to RUN_DEPENDS. While here, sorted RUN_DEPENDS. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/04/22 02:46:17 Modified files: comms/hackrf : Makefile Log message: hackrf: fix build on big-endian archs by using ports-gcc on !clang archs OK bentley@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/04/22 02:55:50 Log message: Import Bonzomatic Bonzomatic is a live-coding tool, where you can write a 2D fragment/pixel shader while it is running in the background. The tool was originally conceived and implemented after the Revision 2014 demoscene party's live coding competition where two contestants improv-code an effect in 25 minutes head-to-head. At least OpenGL 4.1 is required, which is supported by 3rd generation Intel Core i3/i5/i7 "Ivy Bridge" processors and ATI/AMD TeraScale 2 "Evergreen" chipsets or later. Input from jsg sthen OK rsadowski Status: Vendor Tag: kn Release Tags: kn_20190422 N ports/graphics/bonzomatic/Makefile N ports/graphics/bonzomatic/distinfo N ports/graphics/bonzomatic/patches/patch-src_ShaderEditor_cpp N ports/graphics/bonzomatic/patches/patch-src_platform_glfw_Renderer_cpp N ports/graphics/bonzomatic/patches/patch-src_platform_x11_Misc_cpp N ports/graphics/bonzomatic/pkg/PLIST N ports/graphics/bonzomatic/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/04/22 02:58:46 Modified files: devel/p5-MooseX-MethodAttributes: Makefile distinfo Log message: p5-MooseX-MethodAttributes: update to 0.31 Changelog: https://metacpan.org/changes/distribution/MooseX-MethodAttributes tweaks and OK bluhm@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/04/22 02:59:14 Modified files: graphics : Makefile Log message: ./msg CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/04/22 03:24:22 Modified files: security/nss : Makefile distinfo Log message: Update to nss 3.43, required by gecko 67. See https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.43_release_notes been in my tree for a while... CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/22 04:09:37 Modified files: lang/python/2.7: Makefile Log message: Missed bump. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/04/22 04:18:20 Modified files: sys/dev/fdt : pluart_fdt.c Log message: Configure pins. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/22 05:19:51 Modified files: textproc/gtranslator: Makefile distinfo textproc/gtranslator/pkg: PLIST Log message: Update to gtranslator-3.32.1. CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2019/04/22 05:22:50 Modified files: productivity/tryton/5.0/party: Makefile distinfo productivity/tryton/5.0/product_classification_taxonomic: Makefile distinfo productivity/tryton/5.0/product_price_list_dates: Makefile distinfo productivity/tryton/5.0/proteus: Makefile distinfo productivity/tryton/5.0/sale_shipment_cost: Makefile distinfo productivity/tryton/5.0/sao: Makefile distinfo productivity/tryton/5.0/sao/files: sao-dependencies.sh productivity/tryton/5.0/stock: Makefile distinfo productivity/tryton/5.0/tryton: Makefile distinfo productivity/tryton/5.0/trytond: Makefile distinfo Log message: 5.0: maintenance update CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/04/22 05:52:42 Added files: devel/ti-msp430gcc/patches: patch-sources_tools_contrib_texi2pod_pl patch-sources_tools_etc_texi2pod_pl Log message: fix warning and future error about unescaped left brace in perl regex CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/04/22 06:43:13 Modified files: sys/dev/fdt : hiclock.c Log message: Add support for official Linux device tree bindings and implement support for the "stub" clocks that handle the CPU clock frequency on the Hi3670. CVSROOT: /cvs Module name: ports Changes by: anton@cvs.openbsd.org 2019/04/22 08:33:07 Modified files: mail/mdsort : Makefile distinfo Log message: Update to mdsort-3.1.0. ok gsoares@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/04/22 08:49:42 Modified files: lib/libssl : ssl_locl.h ssl_srvr.c t1_lib.c Log message: Inline and remove the tlsext_tick_md macro. There is not much point having a tlsext_tick_md macro that replaces EVP_sha256() in two places, when the cipher is just hardcoded. ok tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/04/22 09:12:20 Modified files: lib/libssl : ssl_locl.h ssl_sess.c ssl_srvr.c t1_lib.c Log message: Pass the session ID down to the session/ticket handling code as a CBS. Convert ssl_get_prev_session(), tls1_process_ticket() and tls1_decrypt_ticket() to handle the session ID from the client hello as a CBS. While here also swap the order of arguments for tls1_decrypt_ticket() so that it is consistent with the other functions. ok tb@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2019/04/22 09:25:50 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/04/22 10:03:54 Modified files: lib/libssl : t1_lib.c Log message: Provide a derr label (decode/decrypt error) in tls1_decrypt_ticket(). This handles the ret = 2 case and makes the code more readable. ok tb@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/04/22 10:34:46 Modified files: editors/emacs : Makefile distinfo editors/emacs/patches: patch-Makefile_in patch-configure patch-lisp_files_el patch-lisp_vc_vc_el editors/emacs/pkg: PLIST Log message: Update to emacs-26.2 Announcement mail: https://lists.gnu.org/archive/html/info-gnu/2019-04/msg00003.html Works fine on amd64 and sparc64. Tests by Timo Myyra, sunil@, Nam Nguyen, krw@ and me. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/04/22 11:10:01 Modified files: lib/libcrypto/x509v3: v3_akey.c v3_alt.c Log message: Avoid potential double frees in i2v_AUTHORITY_KEYID(), i2v_GENERAL_NAME() and i2v_GENERAL_NAMES() by taking ownership of the extlist only if we were passed NULL. Otherwise it remains the caller's responsibility to free it. To do so, we allocate the extlist explicitly instead of using X509V3_add_value()'s implicit allocation feature. Preserve behavior in i2v_AUTHORITY_KEYID() by adding an explicit check that something was pushed onto the stack. The other i2v_* functions will receive a similar treatment in upcoming commits. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/04/22 11:18:30 Modified files: lib/libcrypto/x509v3: v3_info.c Log message: Add error checking to i2v_AUTHORITY_INFO_ACCESS(). While there, replace an ugly strlen + malloc + strcat/strcpy dance by a simple asprintf(). ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/04/22 11:21:01 Modified files: lib/libcrypto/x509v3: v3_bcons.c Log message: Add error checking to i2v_BASIC_CONSTRAINTS(). ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/04/22 11:23:55 Modified files: lib/libcrypto/x509v3: v3_bitst.c Log message: Add error checking to i2v_ASN1_BIT_STRING(). ok jsing CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/04/22 11:24:26 Added files: devel/llvm/patches: patch-unittests_ADT_OptionalTest_cpp Log message: Disable failing static_assert to let other tests run. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/04/22 11:26:34 Modified files: lib/libcrypto/x509v3: v3_extku.c Log message: Add error checking to i2v_EXTENDED_KEY_USAGE(). ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/04/22 11:29:13 Modified files: lib/libcrypto/x509v3: v3_pcons.c Log message: Add error checking to i2v_POLICY_CONSTRAINTS(). ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/04/22 11:32:09 Modified files: lib/libcrypto/x509v3: v3_pmaps.c Log message: Add error checking to i2v_POLICY_MAPPINGS(). ok jsing CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/04/22 12:32:09 Modified files: usr.bin/make : main.c Log message: fix thinko from tb@'s commit. okay tb@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/04/22 12:41:03 Modified files: gnu/llvm/lib/Target/Sparc: SparcAsmPrinter.cpp Log message: Remove cast that truncates immediate operands to 32 bits. This fixes genassym.sh on sparc64 when using clang as the compiler. ok claudio@, deraadt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/04/22 12:52:56 Modified files: sys/arch/arm64/arm64: cpu.c Log message: Not all systems supporting DVFS expose a regulator to set the voltage. On such systems we should skip setting the voltage and just change the clock frequency. An example of such a system is the HiKey970 where firmware running on a microcontroller will transparently adjust the voltage. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/04/22 13:56:51 Modified files: comms/hackrf : Makefile Log message: hackrf: COMPILER should be placed before MODULES, as seen in Makefile.template ok jca@ (on the previous diff) CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2019/04/22 14:31:37 Modified files: sys/arch/amd64/amd64: vmm.c Log message: vmm(4): flush guest TLB entries if guest disables paging. While this behaviour is not mandatory, the SDM says a CPU "may" do this. Better to be safe than sorry. A similar treatment will be needed for SVM, and for the cases where the host CPU does not have VPIDs/ASIDs. Those will be committed separately. Original diff from Guillaume Pagnoux, thanks! CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/04/22 14:50:34 Modified files: lang/gcc/4.9 : Makefile lang/gcc/4.9/pkg: PLIST-java Log message: take ownership of a directory that had accidentally been omitted; ok sthen@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/04/22 15:39:52 Modified files: devel : Makefile devel/py-funcsigs: Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: py-funcsigs backports function signatures to Python 2.x and versions of Python 3.x earlier than what we have. Including a python3 version of py-funcsigs is a no-op for our purposes. So I updated any ports to eliminate usage of the python3 FLAVOR and with this update removing the FLAVOR completely. Also removing that flavor from devel/Makefile and updating quirks appropriately. OK shadchin@ sthen@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/04/22 16:47:50 Modified files: sys/netinet : in_cksum.c sys/netinet6 : in6.h in6_cksum.c Log message: In in_cksum() and in6_cksum() convert types to C99 style and make both functions consistent. In in_cksum() panic if len is longer than mbuf, but in in6_cksum() do not panic if off and len match exactly to the end of mbuf. OK claudio@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2019/04/22 19:14:02 Modified files: net/scapy : Makefile distinfo net/scapy/patches: patch-doc_scapy_1 patch-scapy_arch_bpf_supersocket_py patch-scapy_layers_inet6_py patch-scapy_layers_inet_py patch-scapy_layers_l2_py patch-setup_py net/scapy/pkg : PLIST Added files: net/scapy/patches: patch-scapy_config_py Removed files: net/scapy/patches: patch-scapy_arch_bpf_consts_py Log message: Update scapy to 2.4.2. Tests were removed from upstream package. OK sthen@ danj@ CVSROOT: /cvs Module name: src Changes by: kevlo@cvs.openbsd.org 2019/04/22 19:17:09 Modified files: sys/dev/pci : if_athn_pci.c Log message: - Update the comment describing why pci retry timeout needs to be disabled - Override the default cache line size if it's set to zero from Linux ath9k ok stsp@, jmatthew@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/04/22 19:31:38 Modified files: infrastructure/lib/OpenBSD/PortGen/Port: PyPI.pm Log message: Correctly name ports that start with python- in portgen reads good danj@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/04/22 20:24:22 src/regress/sys/arch/amd64/dump_tables Update of /cvs/src/regress/sys/arch/amd64/dump_tables In directory cvs.openbsd.org:/tmp/cvs-serv45589/dump_tables Log Message: Directory /cvs/src/regress/sys/arch/amd64/dump_tables added to the repository CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/04/22 20:32:17 Added files: regress/sys/arch/amd64/dump_tables: Makefile dump_tables.c Log message: Utility useful for debugging amd64 page tables CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/04/22 20:59:58 Modified files: regress/sys/arch/amd64/dump_tables: dump_tables.c Log message: Add -u for getting pagetables of pid 1 User PAGE_SIZE macro CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/04/22 21:06:07 Modified files: regress/sys/arch/amd64/dump_tables: dump_tables.c Log message: Add a header to explain fields CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/04/22 21:14:44 Modified files: regress/sys/arch/amd64/dump_tables: dump_tables.c Log message: Simplify presentation of attributes to eliminate duplication CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/04/22 21:24:22 Modified files: sys/dev/pci : pcidevs Log message: Add more amdgpu device ids. The marketing names in libdrm's amdgpu.ids are based on device id and revision id. A single device id often maps to multiple marketing names but the same codename so stick to codenames here. The marketing names in amdgpu.ids also do not cover all the device ids amdgpu matches on. Use the same codenames as amdgpu. Polaris 20 and Polaris 30 as Polaris 10. Polaris 21 as Polaris 11. Polaris 22 as Vega M. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/04/22 21:25:13 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/04/22 21:28:53 Modified files: regress/sys/arch/amd64/dump_tables: dump_tables.c Log message: Improve usage message CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/04/22 22:46:03 Modified files: regress/sys/arch/amd64/dump_tables: dump_tables.c Log message: Report slot types recursively for recursive PTE entries CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/04/23 00:00:58 Modified files: editors/libreoffice: Makefile distinfo Removed files: editors/libreoffice/patches: patch-libxmlsec_openbsd_patch Log message: update to 6.2.3.2 CVSROOT: /cvs Module name: src Changes by: remi@cvs.openbsd.org 2019/04/23 00:08:57 Modified files: usr.sbin/ospfd : ospfe.c Log message: For originating router LSAs for P2P interfaces check for linkstate instead of IF_STA_POINTTOPOINT. This makes "passive" work on P2P interfaces. Also add the "depend on" logic. Bug reported by stsp@ ok stsp@ benno@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2019/04/23 00:14:04 Modified files: www/nextcloud : Makefile distinfo www/nextcloud/pkg: PLIST Log message: Update for Nextcloud to 15.0.7: https://nextcloud.com/changelog/ OK kirby@ CVSROOT: /cvs Module name: src Changes by: remi@cvs.openbsd.org 2019/04/23 00:15:14 Modified files: usr.sbin/ospfd : ospfe.c Log message: Use the network address instead of the interface address for the "link id" of P2P interfaces "stub net" LS. This is related to revision 1.77 of rde_spf.c. Problem reported by Mitchll Krome on tech@. ok benno@ CVSROOT: /cvs Module name: src Changes by: remi@cvs.openbsd.org 2019/04/23 00:18:02 Modified files: usr.sbin/ospfd : ospfe.c Log message: whitespace fix CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2019/04/23 00:18:29 Modified files: devel/imake : Makefile distinfo Log message: Update imake to 1.0.8. ok naddy@ (who also reminded me to remove the REVISION) CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2019/04/23 00:18:44 Modified files: www/nextcloud : Tag: OPENBSD_6_4 Makefile distinfo www/nextcloud/pkg: Tag: OPENBSD_6_4 PLIST Log message: Update for Nextcloud to 15.0.7: https://nextcloud.com/changelog/ OK kirby@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/04/23 00:20:37 Modified files: www/nginx : Makefile Log message: enable http auth request module and remove deprecated configure flags CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/04/23 00:51:04 Modified files: sys/arch/amd64/amd64: lapic.c pmap.c Log message: Copy cache-control bits from U+K to U-K entry in pmap_enter_special() in a generic way, correcting the handling of the LAPIC page. ok mlarkin@ CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/04/23 02:08:24 Modified files: emulators/mupen64plus/video-glide64: Makefile Added files: emulators/mupen64plus/video-glide64/patches: patch-src_wrapper_filter_cpp Log message: Declare variables as int to avoid narrowing errors on arm64. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/04/23 02:44:32 ports/emulators/mupen64plus/rsp-z64/patches Update of /cvs/ports/emulators/mupen64plus/rsp-z64/patches In directory cvs.openbsd.org:/tmp/cvs-serv21909/patches Log Message: Directory /cvs/ports/emulators/mupen64plus/rsp-z64/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/04/23 02:47:03 Modified files: emulators/mupen64plus/rsp-z64: Makefile Added files: emulators/mupen64plus/rsp-z64/patches: patch-src_rsp_h Log message: Disable reading RDTSC. This was only used to save debug timing information, which is not compiled into the library anyway. Should fix the build on arm64. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/04/23 03:15:24 Modified files: usr.bin/tmux : layout.c Log message: Do not try to resize if the parent cell is NULL, problem reported by Sunil Nimmagadda. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/04/23 03:39:07 Modified files: usr.bin/tmux : tmux.1 window-copy.c Log message: Add -no-clear variants of copy-selection and copy-pipe which do not clear the selection after copying. Make copy-pipe clear the selection by default to be consistent with copy-selection. From Avi Halachmi. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/23 04:16:19 Modified files: net/libproxy : Makefile Added files: net/libproxy/patches: patch-cmake_FindPython3Interp_cmake Log message: Recognize python 3.7 and 3.8, from upstream via ajacoutot in response to a slightly different diff from me CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/23 04:52:59 Modified files: net/dhcpcd : Makefile distinfo Removed files: net/dhcpcd/patches: patch-src_dhcp6_c patch-src_if-options_c patch-src_script_c Log message: update to dhcpcd-7.2.0 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/23 04:53:45 Modified files: sys/net : if_bpe.c if_etherip.c if_gre.c if_mpw.c if_trunk.c if_vxlan.c sys/netinet : ip_carp.c Log message: a first cut at converting some virtual ethernet interfaces to if_vinput this let's input processing bypass ifiqs. there's a performance benefit from this, and it will let me tweak the backpressure detection mechanism that ifiqs use without impacting on a stack of virtual interfaces. ive tested all of these except mpw, which i will end up testing soon anyway. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/04/23 05:01:54 Modified files: sys/netinet6 : ip6_output.c raw_ip6.c Log message: For raw IPv6 sockets userland may specify an offset where the checksum field is located. During rip6 input and output make sure that this field is within the packet. The offset my be -1 to disable the feature, otherwise it must be non-negative and aligned. Do a stricter check during setsockopt(2). from FreeBSD; OK claudio@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/04/23 05:14:00 Log message: import ruby-xmlrpc: XMLRPC is a lightweight protocol that enables remote procedure calls over HTTP. a dependency for wpscan OK gonzalo@, jasper@ Status: Vendor Tag: sebastia Release Tags: sebastia_20190423 N ports/www/ruby-xmlrpc/Makefile N ports/www/ruby-xmlrpc/distinfo N ports/www/ruby-xmlrpc/pkg/DESCR N ports/www/ruby-xmlrpc/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/04/23 05:16:07 Log message: import ruby-ethon: Very lightweight libcurl wrapper. a dependency for wpscan. OK gonzalo@, jasper@ Status: Vendor Tag: sebastia Release Tags: sebastia_20190423 N ports/www/ruby-ethon/Makefile N ports/www/ruby-ethon/distinfo N ports/www/ruby-ethon/pkg/DESCR N ports/www/ruby-ethon/pkg/PLIST N ports/www/ruby-ethon/patches/patch-Gemfile No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/04/23 05:18:09 Log message: import ruby-typhoeus Like a modern code version of the mythical beast with 100 serpent heads, Typhoeus runs HTTP requests in parallel while cleanly encapsulating handling logic. a dependency for wpscan. OK gonzalo@, jasper@ Status: Vendor Tag: sebastia Release Tags: sebastia_20190423 N ports/www/ruby-typhoeus/Makefile N ports/www/ruby-typhoeus/distinfo N ports/www/ruby-typhoeus/pkg/DESCR N ports/www/ruby-typhoeus/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/04/23 05:20:31 Modified files: www : Makefile Log message: hook up ruby-typhoeus, ruby-ethon, ruby-xmlrpc CVSROOT: /cvs Module name: devel Changes by: sebastia@cvs.openbsd.org 2019/04/23 05:23:25 Log message: import ruby-thread_safe: A collection of data structures and utilities to make thread-safe programming in Ruby easier. a dependency for wpscan OK gonzalo@, jasper@ Status: Vendor Tag: sebastia Release Tags: sebastia_20190423 N devel/ruby-thread_safe/Makefile cvs: ERROR: cannot write file /cvs/devel/ruby-thread_safe/Makefile,v: No such file or directory N devel/ruby-thread_safe/distinfo cvs: ERROR: cannot write file /cvs/devel/ruby-thread_safe/distinfo,v: No such file or directory cvs: ERROR: cannot mkdir /cvs/devel/ruby-thread_safe/pkg -- not added: No such file or directory No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/04/23 05:24:28 Log message: import ruby-thread_safe A collection of data structures and utilities to make thread-safe programming in Ruby easier. a dependency for wpscan OK jasper@, gonzalo@ Status: Vendor Tag: sebastia Release Tags: sebastia_20190423 N ports/devel/ruby-thread_safe/Makefile N ports/devel/ruby-thread_safe/distinfo N ports/devel/ruby-thread_safe/pkg/DESCR N ports/devel/ruby-thread_safe/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/04/23 05:25:12 Modified files: devel : Makefile Log message: hook up ruby-thread_safe CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/04/23 05:26:49 Log message: import ruby-tzinfo: TZInfo provides access to time zone data and allows times to be converted using time zone rules. a dependency for wpscan OK gonzalo@, jasper@ Status: Vendor Tag: sebastia Release Tags: sebastia_20190423 N ports/sysutils/ruby-tzinfo/Makefile N ports/sysutils/ruby-tzinfo/distinfo N ports/sysutils/ruby-tzinfo/pkg/DESCR N ports/sysutils/ruby-tzinfo/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/04/23 05:27:38 Modified files: sysutils : Makefile Log message: hook up ruby-tzinfo CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/04/23 05:29:35 Log message: import ruby-opt_parse_validator Implementation of validators for the Ruby OptionParser lib. Mainly used in the CMSScanner gem to define the cli options available. a dependency for wpscan OK gonzalo@, jasper@ Status: Vendor Tag: sebastia Release Tags: sebastia_20190423 N ports/devel/ruby-opt_parse_validator/Makefile N ports/devel/ruby-opt_parse_validator/distinfo N ports/devel/ruby-opt_parse_validator/pkg/DESCR N ports/devel/ruby-opt_parse_validator/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/04/23 05:32:11 Log message: import ruby-ruby-progressbar: Ruby/ProgressBar is an extremely flexible text progress bar library for Ruby. The output can be customized with a flexible formatting system including: percentage, bars of various formats, elapsed time and estimated time remaining. a dependency for wpscan OK gonzalo@, jasper@ Status: Vendor Tag: sebastia Release Tags: sebastia_20190423 N ports/devel/ruby-ruby-progressbar/Makefile N ports/devel/ruby-ruby-progressbar/distinfo N ports/devel/ruby-ruby-progressbar/pkg/DESCR N ports/devel/ruby-ruby-progressbar/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/04/23 05:36:57 Added files: devel/ruby-activesupport: Makefile distinfo devel/ruby-activesupport/pkg: DESCR PLIST Log message: re-add ruby-activesupport: A toolkit of support libraries and Ruby core extensions extracted from the Rails framework. Rich support for multibyte strings, internationalization, time zones, and testing. a dependency for wpscan OK jasper@, gonzalo@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/04/23 05:38:55 Modified files: sys/dev/pci/drm/include/linux: fs.h sys/dev/pci/drm: drm_linux.c Log message: Linux code expects to find struct file in fs.h so include sys/file.h there. As sys/file.h does not have an include guard don't include it in drm_linux.c which indirectly includes fs.h via drmP.h. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/04/23 05:40:18 Modified files: devel : Makefile Log message: hook up ruby-ruby-progressbar, ruby-activesupport, ruby-opt_parse_validator CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/04/23 05:42:12 Log message: import ruby-cms_scanner: Framework to provide an easy way to implement CMS Scanners. the main dependency of wpscan OK gonzalo@, jasper@ Status: Vendor Tag: sebastia Release Tags: sebastia_20190423 N ports/security/ruby-cms_scanner/Makefile N ports/security/ruby-cms_scanner/distinfo N ports/security/ruby-cms_scanner/pkg/DESCR N ports/security/ruby-cms_scanner/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: www Changes by: claudio@cvs.openbsd.org 2019/04/23 05:44:12 Modified files: openbgpd : index.html Log message: Initial cleanup for upcoming 6.5 portable release of openbgpd. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/04/23 05:44:25 Log message: import wpscan: WPScan is a black box WordPress vulnerability scanner. hint about GEM_FLAGS and MODRUBY_HANDLE_FLAVORS from jeremy@ OK gonzalo@, jasper@ Status: Vendor Tag: sebastia Release Tags: sebastia_20190423 N ports/security/wpscan/Makefile N ports/security/wpscan/distinfo N ports/security/wpscan/pkg/DESCR N ports/security/wpscan/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/04/23 05:44:54 Modified files: sys/dev/pci/drm/i915: i915_gem.c Log message: enable discard_backing_storage() test ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/04/23 05:46:06 Modified files: security : Makefile Log message: hook up ruby-cms_scanner and wpscan CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/23 05:48:55 Modified files: sys/net : if_gre.c Log message: give gre and mgre percpu counters too makes input bytes and packets consistent CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/23 05:50:11 Modified files: security/wpa_supplicant: Makefile distinfo security/wpa_supplicant/pkg: PLIST Removed files: security/wpa_supplicant/patches: patch-src_common_wpa_common_h patch-src_crypto_crypto_openssl_c patch-src_crypto_tls_openssl_c patch-src_rsn_supp_wpa_c patch-src_rsn_supp_wpa_ft_c patch-src_rsn_supp_wpa_i_h Log message: update to wpa_supplicant-2.7, ok kn@, maintainer timeout CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2019/04/23 05:56:42 Modified files: usr.bin/ssh : clientloop.c ssh.c Log message: Use the LogLevel typdef instead of int where appropriate. Patch from Markus Schmidt via openssh-unix-dev, ok markus@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/04/23 06:30:47 Modified files: lang/python : python.port.mk Log message: Landry found a case where putting the subdirectory in question into MODPY_TEST_ARGS was not enough to get the tests to run using MODPY_PYTEST, geo/py-proj. This adds MODPY_TEST_DIR, which defaults to WRKSRC as is normal, to allow overriding the subdirectory that tests run in. This isn't specific to MODPY_PYTEST, it will work for PY_SETUPTOOLS tests also. OK landry@ sthen@ CVSROOT: /cvs Module name: src Changes by: kmos@cvs.openbsd.org 2019/04/23 06:31:33 Modified files: share/man/man5 : port-modules.5 Log message: Documenting the MODPY_TEST_DIR addition to python.port.mk in the port-modules(5) man page. OK landry@ sthen@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/04/23 07:35:13 Modified files: sys/arch/hppa/hppa: lock_machdep.c mutex.c sys/arch/hppa/include: mplock.h sys/arch/m88k/m88k: mutex.S sys/arch/sparc64/sparc64: mutex.S sys/dev/pci/drm/include/linux: completion.h spinlock.h wait.h sys/kern : kern_lock.c kern_rwlock.c kern_synch.c kern_timeout.c subr_pool.c subr_witness.c sys/sys : _lock.h mplock.h mutex.h rwlock.h systm.h witness.h sys/uvm : uvm_map.c Log message: Remove file name and line number output from witness(4) Reduce code clutter by removing the file name and line number output from witness(4). Typically it is easy enough to locate offending locks using the stack traces that are shown in lock order conflict reports. Tricky cases can be tracked using sysctl kern.witness.locktrace=1 . This patch additionally removes the witness(4) wrapper for mutexes. Now each mutex implementation has to invoke the WITNESS_*() macros in order to utilize the checker. Discussed with and OK dlg@, OK mpi@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/04/23 07:44:39 Modified files: x11/mate/desktop: Makefile distinfo x11/mate/desktop/pkg: PLIST Log message: update to 1.22.1 CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/04/23 07:53:47 Modified files: sys/arch/octeon/conf: files.octeon Added files: sys/arch/octeon/dev: octiic.c Log message: Add a driver for OCTEON two-wire serial interface. Not enabled yet because of a conflict with octrtc(4). CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/04/23 07:56:51 Modified files: share/man/man4/man4.octeon: Makefile Added files: share/man/man4/man4.octeon: octiic.4 Log message: Add a manual page for octiic(4). CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/04/23 07:58:26 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/04/23 08:02:40 Modified files: share/man/man4 : iic.4 Log message: Xr octiic(4) CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/04/23 09:37:58 Modified files: sys/arch/mips64/mips64: lcore_access.S Log message: Call exit(2) if sigreturn(2) fails on mips64. This is what other architectures do. Noticed by deraadt@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2019/04/23 10:03:21 Modified files: openbgpd : index.html Log message: do not wrap left column CVSROOT: /cvs Module name: src Changes by: denis@cvs.openbsd.org 2019/04/23 10:34:27 Modified files: share/man/man4/man4.octeon: Makefile Added files: share/man/man4/man4.octeon: openprom.4 Log message: Add missing manpage. Input from jmc@ OK jmc@ visa@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/04/23 10:42:14 Modified files: devel/py-txaio : Makefile distinfo Log message: Update to py-txaio 18.8.1. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/04/23 10:43:01 Modified files: www/py-autobahn: Makefile distinfo www/py-autobahn/pkg: PLIST Log message: Update to py-autobahn 19.3.3. This version should build with python 3.7. The only consumer (buildbot) seems to work fine with it. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/04/23 11:02:45 Modified files: lib/libssl : t1_lib.c Log message: Convert tls_decrypt_ticket() to CBS. This removes various pointer arithmetic and manual length checks. ok tb@ CVSROOT: /cvs Module name: src Changes by: denis@cvs.openbsd.org 2019/04/23 11:41:04 Modified files: share/man/man4/man4.arm64: Makefile Added files: share/man/man4/man4.arm64: openprom.4 Log message: Add missing manpage. OK jmc@ CVSROOT: /cvs Module name: www Changes by: job@cvs.openbsd.org 2019/04/23 11:43:53 Added files: images : puffy65.gif Puffystock-s.gif Puffystock.gif Log message: Add OpenBSD 6.5 artwork Contributed by Hans Tseng, Efrain Farias, and Natasha Allegri. Thank you! CVSROOT: /cvs Module name: src Changes by: denis@cvs.openbsd.org 2019/04/23 11:46:28 Modified files: share/man/man4/man4.arm64: openprom.4 Log message: Remove HISTORY section "been there from the start" from kettenis@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/04/23 11:52:12 Modified files: share/man/man4/man4.loongson: glxclk.4 share/man/man7 : eqn.7 usr.bin/chpass : chpass.1 usr.bin/passwd : passwd.1 usr.sbin/pstat : pstat.8 Log message: add some missing "pp." to .%P macros; Fabio Scotoni reported it was missing in eqn(7) CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/04/23 11:55:31 Modified files: graphics/freeimage: Makefile graphics/freeimage/patches: patch-Source_LibRawLite_internal_dcraw_common_cpp graphics/freeimage/pkg: DESCR Added files: graphics/freeimage/patches: patch-TestAPI_Makefile Log message: freeimage: Fix build on archs where char is unsigned by default (ppc, arm) Also, don't hardcode g++ when building tests (spotted by kmos@, thanks!), and remove a trailing whitespace in DESCR. OK phessler@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/23 12:04:20 Modified files: x11/gnome/desktop: Makefile distinfo x11/gnome/desktop/pkg: PLIST Log message: SECURITY update to gnome-desktop-3.30.2.2. - Fix thumbnailer sandbox escape, CVE-2019-11459 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/23 12:04:36 Modified files: meta/gnome : Makefile Log message: Update to gnome-3.30.2.2 (sync with gnome-desktop). CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/04/23 12:09:00 Modified files: security/libnipper: Makefile security/libnipper/patches: patch-device_crypto_crypto-base64_cpp Log message: libnipper: Fix build on archs where char is unsigned by default (ppc, arm) Tested on arm64 by kmos@ and macppc by me. OK phessler@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/04/23 12:13:11 Modified files: lib/libc/db/man: btree.3 lib/libutil : ohash_init.3 sbin/newfs : newfs.8 sbin/tunefs : tunefs.8 usr.bin/tsort : tsort.1 Log message: missing dots after ".%P pp"; the case of btree(3) was reported by Fabio Scotoni ; also garbage collect one .Tn while here CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/04/23 12:23:49 Modified files: share/man/man4 : kate.4 km.4 Log message: replace "--" with "\(en" in numeric ranges in .%P macros; markup error reported by Fabio Scotoni CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/04/23 12:32:26 Modified files: sys/dev/fdt : pinctrl.c Log message: Add support for "pinconf-single" devices and add support for bias and drive-strength properties. Needed for various HiSilicon SoCs. ok patrick@, jsg@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/04/23 12:34:06 Modified files: sys/dev/acpi : files.acpi sys/arch/arm64/conf: GENERIC RAMDISK Added files: sys/dev/acpi : ccp_acpi.c Log message: Add support for ccp(4) at acpi(4). ok deraadt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/04/23 12:34:40 Modified files: share/man/man4 : ccp.4 Log message: ccp(4) attaches to acpi(4) now. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/04/23 12:45:41 Modified files: share/man/man7 : mdoc.7 Log message: clarify how .%P is conventionally used; triggered by a question from Fabio Scotoni CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/04/23 12:50:11 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/04/23 13:19:33 Modified files: sys/dev/pci : pcidevs Log message: shorten some strings CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/04/23 13:19:42 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2019/04/23 13:37:35 Modified files: sys/dev/pci : ppb.c Log message: Since ppb(4) properly allocates bus ranges for attached devices, the hotplug code doesn't need to do the same. Also the hotplug code only configured a single bus and did that before the proper allocation ran, so there was no chance for hotplugged ppb(4)s to have children busses. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/04/23 14:03:01 Modified files: editors/dte : Makefile distinfo Log message: Update to dte-1.8.2 1.8.1 fixes some bugs from the 1.8 release; 1.8.2 is irrelevant for us but might as well move to it since we need 1.8.1 anyway. Changelog: https://craigbarnes.gitlab.io/dte/releases.html CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/04/23 14:15:08 Modified files: net/wget : Makefile distinfo Log message: Security update to 1.20.3 for a buffer overflow vulnerability. From maintainer Nam Nguyen. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/23 14:19:38 Modified files: devel/py-pexpect: Makefile distinfo devel/py-pexpect/patches: patch-pexpect_replwrap_py patch-tests_test_performance_py patch-tests_test_replwrap_py devel/py-pexpect/pkg: PLIST Log message: update to py-pexpect 4.7.0, ok shadchin@ {maintainer), kmos@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/04/23 14:20:41 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: register wget vulnerability CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/04/23 14:23:36 Modified files: share/man/man4 : ccp.4 acpi.4 pci.4 Log message: add ccp to acpi, and scale back the caps; CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/04/23 14:36:55 Modified files: usr.bin/tmux : cmd-set-option.c cmd.c environ.c options-table.c options.c status.c tmux.h tty-term.c Log message: Indicate an array option with a flag rather than a special type so that in future will not have to be strings. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/04/23 14:40:03 Modified files: usr.bin/tmux : status.c tty-keys.c Log message: Somehow missed these bits in last commit. CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2019/04/23 14:52:49 Modified files: . : macppc.html Log message: Dont use the words 'current hardware' when talkin about machines that were discontinued 10+ years ago. ok kmos@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/04/23 15:02:39 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/04/23 15:21:19 Modified files: shells/bash : Makefile distinfo Log message: update to 5.0 patchlevel 7 CVSROOT: /cvs Module name: www Changes by: pamela@cvs.openbsd.org 2019/04/23 16:28:29 Modified files: . : plus.html Log message: plus for 4/13 - 4/21 ok florian CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/04/23 17:30:34 Modified files: lang/seed7 : Makefile distinfo lang/seed7/pkg : PLIST Log message: Update to seed7-20190407 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/23 21:44:50 Modified files: sys/dev/pci : pcidevs Log message: add the product id for VMware NVMe interface CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/23 21:45:35 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2019/04/23 21:59:12 Modified files: faq : faq17.html Log message: tidy up table of contents CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2019/04/23 22:00:40 Modified files: . : alpha.html amd64.html anoncvs.html arm64.html armv7.html errata63.html ftp.html hppa.html i386.html landisk.html loongson.html luna88k.html macppc.html octeon.html sgi.html sparc64.html stable.html build : Makefile build/mirrors : anoncvs.html.head ftp.html.end faq : faq14.html faq4.html faq5.html index.html upgrade63.html upgrade64.html Log message: 6.5 updates CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/04/23 22:12:36 Modified files: sys/arch/amd64/amd64: pmap.c Log message: Style tweaks: - use NULL for pointer comparisons and assignments. - in level comparisons, use PTP_LEVELS instead of magic constants - eliminate some superfluous variables in pmap_free_ptp() ok mlarkin@ CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/04/24 02:04:06 Modified files: www/youtube-dl : Makefile distinfo www/youtube-dl/pkg: PLIST Log message: Update to youtube-dl-2019.04.24. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/04/24 02:14:17 Modified files: geo/pdal : Makefile distinfo geo/pdal/patches: patch-cmake_macros_cmake geo/pdal/pkg : PLIST Added files: geo/pdal/patches: patch-vendor_arbiter_arbiter_hpp Removed files: geo/pdal/patches: patch-cmake_modules_FindGEOS_cmake patch-dimbuilder_CMakeLists_txt patch-pdal_PluginDirectory_cpp patch-pdal_util_CMakeLists_txt patch-pdal_util_Utils_cpp patch-plugins_sqlite_io_SQLiteCommon_hpp patch-test_unit_PluginManagerTest_cpp Log message: Update to pdal 1.9.0. Should build fine with python 3.7. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/24 02:41:43 Modified files: x11/gnome/desktop: Makefile distinfo Log message: Update to gnome-desktop-3.30.2.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/24 02:42:12 Modified files: meta/gnome : Makefile Log message: Update to gnome-3.30.2.3 (sync with gnome-desktop). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/24 02:48:23 Modified files: multimedia/gstreamer1/plugins-base: Makefile Log message: Add missing ldep on graphics/jpeg to fix "Missing library for jpeg>=0.0", this was previously pulled in indirectly via gtk+3 BUILD_DEPENDS which was removed (at least ->gdk-pixbuf->tiff->jpeg) CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/04/24 03:31:51 Modified files: x11/mate/pluma : Makefile distinfo x11/mate/pluma/pkg: PLIST Log message: update to 1.22.1 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/04/24 03:56:33 Modified files: x11/mate/screensaver: Makefile distinfo Log message: update to 1.22.1 CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2019/04/24 04:09:49 Modified files: sys/dev/pci : if_bnxtreg.h if_bnxt.c Log message: implement SIOCGIFSFFPAGE so ifconfig can get transceiver info. the controller has an i2c read operation that's almost exactly what we want, except it only does 64 bytes at a time, so this is pretty simple. ok dlg@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/24 04:12:55 Modified files: archivers/lz4 : Makefile distinfo archivers/lz4/patches: patch-lib_Makefile Log message: update to lz4-1.9.1 CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/04/24 05:57:54 Modified files: usr.bin/rcs : Makefile Added files: usr.bin/rcs : rcsfile.5 Log message: new manual page rcsfile(5) written by Fabio Scotoni with minimal tweaks by me OK jmc@ deraadt@ millert@ on an earlier version CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/04/24 07:10:24 Modified files: share/man/man4/man4.octeon: openprom.4 Log message: Tell when the openprom(4) interface appeared instead of when the manual page appeared. CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/04/24 07:12:32 Modified files: share/man/man4/man4.octeon: amdcf.4 openprom.4 Log message: Fix the capitalization of OCTEON. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/04/24 07:13:03 Modified files: share/man/man7 : mdoc.7 Log message: clarify the difference between .Cm and .Ic; triggered by a question from Fabio Scotoni CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2019/04/24 07:16:49 Modified files: . : 65.html artwork.html index.html Log message: OpenBSD 6.5 builds finished a week early, so the May 1 dated code can go out the door 1 week early. CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/04/24 07:26:15 Modified files: distrib/notes/octeon: whatis Log message: Tweak the initial sentence to mention OCTEON II and OCTEON III. CVSROOT: /cvs Module name: www Changes by: visa@cvs.openbsd.org 2019/04/24 07:29:31 Modified files: . : octeon.html Log message: Mention OCTEON II and OCTEON III in the opening sentence. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2019/04/24 09:19:17 Modified files: . : 55.html 56.html 57.html 58.html 59.html 60.html 61.html 62.html 63.html 64.html 65.html Log message: pretty print keys CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2019/04/24 09:30:31 Modified files: math/lapack : Makefile distinfo math/lapack/files: Makefile math/lapack/pkg: PLIST Log message: update to 3.8.0 CVSROOT: /cvs Module name: www Changes by: visa@cvs.openbsd.org 2019/04/24 09:31:33 Modified files: . : octeon.html Log message: Drop remarks about USB reliability. Thanks to the recent work on xhci(4), the USB port on ER-4 and ER-6P is considerably more usable than before. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2019/04/24 09:54:54 Modified files: . : 30.html 31.html 32.html 33.html 34.html 35.html 36.html 37.html 38.html 39.html 40.html 41.html 42.html 43.html 44.html 45.html 46.html 47.html 48.html 49.html 50.html 51.html 52.html 53.html 54.html 55.html 56.html 57.html 58.html 59.html 60.html 61.html 62.html Log message: attempt normalization of some top-of-file text CVSROOT: /cvs Module name: src Changes by: denis@cvs.openbsd.org 2019/04/24 09:58:57 Modified files: share/man/man4/man4.arm64: openprom.4 Log message: Re-add HISTORY section CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/04/24 09:59:22 Modified files: distrib/miniroot: dot.profile install.sub Log message: Perform unattended upgrade if /bsd.upgrade is present. Sets are expected to be in /home/upgrade. Original idea, input & OK deraadt CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/24 10:26:59 Modified files: audio/fdk-aac : Makefile audio/hs-libmpd: Makefile audio/libmpdclient: Makefile audio/mpc : Makefile audio/mpd : Makefile audio/ncmpc : Makefile audio/ncmpcpp : Makefile audio/pianobar : Makefile audio/zeya : Makefile databases/hs-HDBC: Makefile databases/hs-HDBC-sqlite3: Makefile databases/mdbtools: Makefile databases/redis: Makefile devel/cmake : Makefile devel/cryptopp : Makefile devel/go-check-v1: Makefile devel/go-tools : Makefile devel/hs-ConfigFile: Makefile devel/hs-MissingH: Makefile devel/hs-convertible: Makefile devel/hs-hslogger: Makefile devel/jsoncpp : Makefile devel/libev : Makefile devel/lua-penlight: Makefile devel/lualdoc : Makefile devel/py-certifi: Makefile devel/py-dulwich: Makefile devel/py-fastimport: Makefile devel/py-gevent: Makefile fonts/noto : Makefile.inc fonts/noto/cjk : Makefile fonts/noto/emoji: Makefile fonts/noto/fonts: Makefile games/gnubg : Makefile games/pysol : Makefile games/xlennart : Makefile graphics/feh : Makefile graphics/gimp/deskew: Makefile graphics/img2pdf: Makefile graphics/imv : Makefile graphics/quirc : Makefile graphics/scour : Makefile math/libtommath: Makefile net/amule : Makefile net/go-net : Makefile net/hpodder : Makefile net/libtorrent : Makefile net/miniupnp/libnatpmp: Makefile net/mldonkey : Makefile net/pidgin-window-merge: Makefile net/py-geventhttpclient: Makefile net/rtorrent : Makefile net/telegram-purple: Makefile net/tkabber : Makefile.inc net/tkabber/base: Makefile net/tkabber/plugins: Makefile security/ccid : Makefile security/go-crypto: Makefile security/opensc: Makefile security/pcsc-lite: Makefile security/rhash : Makefile security/tclgpg: Makefile security/wpa_supplicant: Makefile sysutils/gdmap : Makefile telephony/baresip: Makefile.inc telephony/baresip/baresip: Makefile telephony/baresip/re: Makefile telephony/baresip/rem: Makefile telephony/baresip/restund: Makefile telephony/libzrtp: Makefile textproc/clit : Makefile textproc/go-text: Makefile textproc/go-xlsx: Makefile textproc/hs-HaXml: Makefile textproc/hs-libxml-sax: Makefile textproc/hs-polyparse: Makefile textproc/hs-xml-types: Makefile textproc/p5-Sourcecode-Spellchecker: Makefile textproc/txt2man: Makefile textproc/xlsx2csv: Makefile www/cntlm : Makefile www/minitube : Makefile www/php-predis : Makefile www/tomcat : Makefile.inc www/tomcat/v6 : Makefile www/tomcat/v7 : Makefile www/tomcat/v8 : Makefile x11/awesome : Makefile x11/faenza-icon-theme: Makefile x11/gmtk : Makefile x11/gnome-mplayer: Makefile x11/gtk2-murrine-engine: Makefile x11/hs-dbus : Makefile x11/i3 : Makefile x11/libxdg-basedir: Makefile x11/mlterm : Makefile x11/p5-AnyEvent-I3: Makefile x11/rxvt-unicode: Makefile x11/xclip : Makefile Log message: reset unresponsive maintainers, various porters have spent a bunch of time waiting for timeouts over the last year or more for many of these ports. ok danj@ jca@ kmos@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/24 10:28:59 Modified files: www/tomcat : Makefile.inc Log message: - use FIX_EXTRACT_PERMISSIONS - use find ... -delete rather than | xargs rm CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/24 10:31:06 Modified files: www/tomcat/v6 : Makefile www/tomcat/v6/pkg: PLIST-main Log message: use PKGSPEC, regen plist CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/24 10:31:51 Modified files: www/tomcat/v7 : Makefile distinfo www/tomcat/v7/pkg: PLIST-examples PLIST-main Log message: update to tomcat-7.0.93 use PKGSPEC, regen plist CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/24 10:32:19 Modified files: www/tomcat/v8 : Makefile distinfo www/tomcat/v8/pkg: PLIST-examples PLIST-main Log message: update to tomcat-8.5.39 use PKGSPEC, regen plist CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/24 10:33:09 Modified files: www/tomcat : Makefile Added files: www/tomcat/v9 : Makefile distinfo www/tomcat/v9/patches: patch-conf_server_xml www/tomcat/v9/pkg: DESCR-examples DESCR-main PLIST-examples PLIST-main README-main tomcat.rc Log message: add tomcat-9.0.17 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/24 10:34:42 Modified files: devel/py-gevent: Makefile distinfo devel/py-gevent/patches: patch-setup_py devel/py-gevent/pkg: PLIST Log message: update to py-gevent-1.4.0, tweak/ok kmos@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/04/24 12:11:00 Modified files: distrib/miniroot: install.sub Log message: In unattended mode do a reboot even if things go wrong and additionally install a watchdog to do a reboot after 30 minutes if the script gets completely stuck. A half upgraded system that reboots at least gives us a chance that it will come back and we can fix it. Just having it sit there isn't helping anyone. It would be nicer if the watchdog were kernel based... OK deraadt CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/04/24 12:39:06 Modified files: x11/rxvt-unicode: Makefile x11/rxvt-unicode/pkg: DESCR Added files: x11/rxvt-unicode/patches: patch-configure Log message: rxvt-unicode: don't use libsupc++ with ports-gcc, like base-clang already does. This fixes the build with ports-gcc-8. Thanks to jca@ who pointed out that we could use libesupc++, and performed a simple test that showed there is not much incentive to do so. While here, remove trailing whitespaces in DESCR. OK bcallah@ jca@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/24 13:00:34 Modified files: www/py-aiohttp : Makefile distinfo www/py-aiohttp/pkg: PLIST Log message: update to py-aiohttp-3.5.4, tweaks/ok danj@ CVSROOT: /cvs Module name: src Changes by: mestre@cvs.openbsd.org 2019/04/24 13:13:49 Modified files: usr.sbin/relayd: relayd.c Log message: restrict filesystem access to read only on main process via unveil(2) ok benno@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/24 14:00:03 Modified files: devel/py-gevent: Makefile Log message: add bits for tests, currently inactive pending importing py-objgraph CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/24 14:07:11 Modified files: devel : Makefile devel/py-coveralls: Makefile devel/py-coveralls/pkg: PLIST Log message: build py-coveralls,python3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/24 14:09:30 Modified files: devel/py-coveralls: Makefile devel/py-coveralls/pkg: PLIST Log message: oops, missing bits for py3 CVSROOT: /cvs Module name: ports Changes by: feinerer@cvs.openbsd.org 2019/04/24 14:13:54 Modified files: databases/py-pg_activity: Makefile distinfo Log message: Update to pg_activity 1.5.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/24 14:14:08 Modified files: www/py-gunicorn: Makefile distinfo www/py-gunicorn/patches: patch-requirements_test_txt www/py-gunicorn/pkg: PLIST Log message: update to py-gunicorn-19.9.0, tweaks/ok danj@ CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2019/04/24 14:21:57 Modified files: . : ftp.html ftplist httpslist build : mirrors.dat openbgpd : ftp.html openntpd : portable.html openssh : ftp.html portable.html Log message: vdms.io -> vdms.com; from ben lovett CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/04/24 14:23:21 Modified files: security/ruby-cms_scanner: Makefile Log message: xmlrpc gem is already part of ruby, no need to depend on an extra gem that doesn't install due to conflicts CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/04/24 14:24:38 Modified files: www : Makefile Log message: unhook ruby-xmlrpc, it's already part of ruby package CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/04/24 14:25:19 Modified files: regress/lib/libcrypto/wycheproof: Makefile Log message: Do not check for working go executable during make clean cleandir obj. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/04/24 14:26:55 Removed files: www/ruby-xmlrpc: Makefile distinfo www/ruby-xmlrpc/pkg: DESCR PLIST Log message: no need for ruby-xmlrpc, it's part of ruby package already didn't install due to conflicting already existing files CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/04/24 14:27:52 Modified files: usr.bin/tmux : format-draw.c Log message: Do not loop forever if there is a nonprintable character in the format. CVSROOT: /cvs Module name: src Changes by: remi@cvs.openbsd.org 2019/04/24 14:28:31 Modified files: sys/dev/usb : usbdevs Log message: New product id for the USB serial adapter found in Juniper SRX 300. ok deraadt@ phessler@ sthen@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/04/24 14:29:24 Modified files: usr.bin/tmux : tty.c Log message: Use setaf/setab for aixterm colours, from Ailin Nemui. CVSROOT: /cvs Module name: src Changes by: remi@cvs.openbsd.org 2019/04/24 14:32:23 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/04/24 14:32:31 Modified files: usr.bin/tmux : tty.c Log message: Use bg not fg when adjusting for aixterm, from Ailin Nemui. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2019/04/24 14:33:53 Modified files: net/scapy : Makefile net/scapy/patches: patch-scapy_layers_l2_py Added files: net/scapy/patches: patch-scapy_packet_py Log message: Scapy 2.4.2 sends ARP requests with wrong MAC address. Apply patch from upstream. OK sthen@ CVSROOT: /cvs Module name: www Changes by: danj@cvs.openbsd.org 2019/04/24 14:36:43 Modified files: faq : faq14.html Log message: Minor improvement for 6.5 Since 6.5 disklabel prompt shows which disk is being edited ok tb@ CVSROOT: /cvs Module name: src Changes by: remi@cvs.openbsd.org 2019/04/24 14:36:59 Modified files: sys/dev/usb : uslcom.c Log message: Add product id for the USB serial adapter found in Juniper SRX 300. ok deraadt@ phessler@ sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/24 15:04:47 Modified files: devel/ccache : Makefile distinfo devel/ccache/patches: patch-Makefile_in patch-configure Log message: update to ccache-3.7, now moved to https://ccache.dev/ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/04/24 15:14:37 Log message: random_run (rr) is a small command that runs something while randomizing its arguments, .e.g, rr mpv * Code and port by me. okay jca@ Status: Vendor Tag: espie Release Tags: ports N ports/sysutils/random_run/distinfo N ports/sysutils/random_run/Makefile N ports/sysutils/random_run/pkg/PLIST N ports/sysutils/random_run/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/04/24 15:15:23 Modified files: sysutils : Makefile Log message: +random_run CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2019/04/24 15:27:26 Modified files: net/scapy : Makefile Added files: net/scapy/patches: patch-scapy_arch_common_py Log message: In Scapy 2.4.2 probing for OpenBSD tcpdump is broken, so filters for sniff() did not work. Apply patch from upstream. OK sthen@ danj@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/04/24 15:49:58 Log message: objgraph is a module that lets you visually explore Python object graphs. It can draw object reference graphs with graphviz, or can make use of xdot for interactive use. Its origin was in a set of functions used while hunting for memory leaks in a Python program. Needed for devel/py-gevent tests Proposal by sthen@, additonal work by me OK sthen@ Status: Vendor Tag: kmos Release Tags: kmos_20190424 N ports/devel/py-objgraph/Makefile N ports/devel/py-objgraph/distinfo N ports/devel/py-objgraph/pkg/DESCR N ports/devel/py-objgraph/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/04/24 16:45:54 Modified files: regress/lib/libtls/gotls: Makefile Log message: Do not check for working go executable during make clean cleandir obj. reminded by jsing@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/04/24 17:01:24 Modified files: devel : Makefile Log message: Adding py-objdir CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2019/04/24 17:33:49 Modified files: audio : Makefile databases : Makefile devel : Makefile graphics : Makefile net : Makefile security : Makefile sysutils : Makefile textproc : Makefile www : Makefile x11 : Makefile Log message: Stop building ports for ruby 2.4 libraries by default Per our current ruby support policy, as ruby 2.4's normal maintenance phase has ended. CVSROOT: /cvs Module name: src Changes by: mortimer@cvs.openbsd.org 2019/04/24 18:08:56 Modified files: gnu/llvm/tools/clang/lib/Driver/ToolChains: Clang.cpp Log message: Also touch --param ssp-buffer-size when using retguard in lieu of the stack protector. Fixes 'unused arguments' warning when this argument is given. Noticed by robert@, ok robert@ CVSROOT: /cvs Module name: src Changes by: kevlo@cvs.openbsd.org 2019/04/24 19:52:14 Modified files: sys/dev/ic : bwfm.c rtwn.c sys/dev/pci : if_iwi.c sys/dev/usb : if_ral.c if_rsu.c if_rum.c if_run.c if_uath.c if_upgt.c if_zyd.c Log message: Follow up on jmatthew's suggestion: in x_media_change(), return the errno from ieee80211_media_change() and do the error check from x_init(). ok stsp@, jmatthew@, phessler@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/04/24 20:18:58 Modified files: graphics/feh : Makefile Log message: Take MAINTAINER of feh. ok with sthen@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/04/24 22:48:56 Modified files: lib/libssl : t1_lib.c Log message: Rename some variables in tls_decrypt_ticket(). Rename mlen to hlen since it is a hmac (and this matches hctx and hmac). Rename ctx to cctx since it is a cipher context and ctx is usually used to mean SSL_CTX in this code. ok tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/04/24 22:54:35 Modified files: lib/libssl : t1_lib.c Log message: Use EVP_CIPHER_CTX_{new,free}() and HMAC_CTX_{new,free}() instead of allocating on stack. While here also check the return values from EVP_DecryptInit_ex() and HMAC_Init_ex(). ok tb@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2019/04/24 22:57:36 Modified files: lib/libssl : t1_lib.c Log message: Use calloc/freezero when allocating and freeing the session ticket data. The decrypted session ticket contains key material. ok tb@ CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/04/25 00:04:43 Log message: Import xdot-1.0. xdot.py is an interactive viewer for graphs written in Graphviz's dot language. It uses internally the GraphViz's xdot output format as an intermediate format, Python GTK bindings, and Cairo for rendering. xdot.py can be used either as a standalone application from command line, or as a library embedded in your Python application. ok sthen@ From Alessandro De Laurenzis; thanks! Status: Vendor Tag: bentley Release Tags: bentley_20190425 N ports/graphics/xdot/Makefile N ports/graphics/xdot/distinfo N ports/graphics/xdot/pkg/DESCR N ports/graphics/xdot/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/04/25 00:05:43 Modified files: graphics : Makefile Log message: +xdot CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/04/25 00:34:57 Modified files: usr.bin/tmux : window-copy.c Log message: Automatically scroll if dragging to create a selection with the mouse and the cursor reaches the top or bottom line. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/25 02:15:46 Modified files: graphics/shotwell: Makefile distinfo Removed files: graphics/shotwell/patches: patch-src_photos_PhotoMetadata_vala patch-vapi_libexif_vapi Log message: Update to shotwell-0.30.4. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2019/04/25 02:37:01 Modified files: games/wesnoth : Makefile distinfo games/wesnoth/pkg: PLIST Log message: update to wesnoth-1.14.7 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/04/25 03:33:47 Modified files: sys/dev/pci/drm/i915: i915_drv.c Log message: Since we now have an attachhook, the actual interrupt handler is installed late, after we enable interrupts. If the interrupt pin used for inteldrm(4) is shared with another device, we may end up being called before the actual interrup handler is installed resulting in a null-pointer dereference. Fix this by adding an explicit check that the interrupt handler function pointer has been set. ok matthieu@, jsg@ CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2019/04/25 04:05:13 Modified files: share/man/man5 : pf.conf.5 Log message: sticky-address is working with source-hash. ok deraadt CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/25 05:26:45 Modified files: devel : Makefile Log message: spell py-objgraph correctly CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/25 05:28:38 Modified files: devel/py-gevent: Makefile Log message: enable tests CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/25 06:00:33 Modified files: security/pecl-libsodium: Makefile Log message: add a comment explaining why this is php-7.1 only (libsodium functions are in php core in 7.2+) CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/04/25 06:12:16 Modified files: usr.sbin/bgpd : bgpd.h session.c Log message: Extend maximum message size of the shutdown communication to 255 bytes. See also draft-snijders-idr-rfc8203bis-01. OK job@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/04/25 06:14:37 Modified files: usr.sbin/bgpctl: bgpctl.c Log message: Adjust the MRT notification parser similar to bgpd to support extended shutdown communication messages. CVSROOT: /cvs Module name: ports Changes by: schwarze@cvs.openbsd.org 2019/04/25 06:29:28 Modified files: textproc/docbook2mdoc: Makefile distinfo Log message: update to docbook2mdoc-1.0.1: support for file inclusion via " by the hard way. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/26 08:50:06 Modified files: net/dhcpcd : Makefile distinfo Log message: update to dhcpcd-7.2.1, security fixes: * auth: Use consttime_memequal to avoid latency attack consttime_memequal is supplied if libc does not support it dhcpcd >=6.2 <7.2.1 are vulnerable * DHCP: Fix a potential 1 byte read overflow with DHO_OPTSOVERLOADED dhcpcd >=4 <7.2.1 are vulnerable * DHCPv6: Fix a potential buffer overflow reading NA/TA addresses dhcpcd >=7 <7.2.1 are vulnerable CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2019/04/26 08:57:35 Modified files: usr.sbin/sysupgrade: sysupgrade.sh Log message: Use a different approach to determine the appropriate signing key: Read the first line "untrusted comment ..." from SHA256.sig. Use the key named there if it corresponds to the current or next OS version. CVSROOT: /cvs Module name: src Changes by: denis@cvs.openbsd.org 2019/04/26 09:04:29 Modified files: sbin/ifconfig : sff.c Log message: Fix a missing carriage return. OK deraadt@ CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2019/04/26 09:08:33 Modified files: lang/rust : Makefile distinfo lang/rust/patches: patch-src_tools_cargo_src_cargo_core_compiler_context_compilation_files_rs lang/rust/pkg : DESCR-main PLIST-main Removed files: lang/rust/pkg : PFRAG.aarch64-doc PFRAG.aarch64-main PFRAG.amd64-doc PFRAG.amd64-main PFRAG.i386-doc PFRAG.i386-main PLIST-doc Log message: reduces the PLIST divergence between archs by using a controlled way to generate metadata/hash on libraries. remove -doc subpackage too, as it has different files depending the arch. with that, we should be able to have rustc on more archs. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2019/04/26 09:10:32 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: register lang/rust,-doc removal. a link for manually download an "official" tarball for the documentation is available in DESCR of lang/rust OK sthen@ CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2019/04/26 09:46:28 Modified files: lang/ruby/2.6 : Makefile distinfo lang/ruby/2.6/pkg: PLIST-main PLIST-ri_docs Log message: Update to ruby 2.6.3 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2019/04/26 09:46:58 Modified files: lang/jruby : Makefile distinfo lang/jruby/pkg : PLIST Log message: Update to JRuby 9.2.7.0 CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2019/04/26 10:00:37 Modified files: gnu/llvm/tools/lld/ELF: Driver.cpp Log message: add "elf64_sparc" emulation name so ELF SPARCV9 format can be explicitly specified; suggested by and ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/04/26 10:10:06 Modified files: infrastructure/mk: arch-defines.mk Log message: add lld target emulation names for mips64, mips64el, powerpc, sparc64 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/26 10:11:13 Modified files: databases/py-psycopg2: Makefile distinfo databases/py-psycopg2/pkg: PLIST Log message: update to py-psycopg2-2.8.2, ok danj@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/04/26 10:27:36 Modified files: sys/arch/mips64/include: pte.h Log message: Guard against repeated inclusion of . This fixes drm build on loongson. CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2019/04/26 11:28:10 Modified files: usr.sbin/sysupgrade: sysupgrade.sh Log message: do not re-verify the signature for each file when checking the old files, sha256 is enough; ok florian@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/04/26 11:55:28 Modified files: sbin/vnconfig : vnconfig.8 Log message: document -A okay deraadt@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/04/26 12:25:54 Log message: py-emoji is a library to convert emoji shortcodes to the actual emoji and vice versa. Input from kn OK kn@ sthen@ Status: Vendor Tag: kmos Release Tags: kmos_20190426 N ports/textproc/py-emoji/Makefile N ports/textproc/py-emoji/distinfo N ports/textproc/py-emoji/pkg/DESCR N ports/textproc/py-emoji/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/04/26 12:27:26 Modified files: textproc : Makefile Log message: Hook py-emoji up to the build CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2019/04/26 12:28:03 Modified files: faq : faq4.html Log message: better explanation of why the install iso/fs files don't include a .sig file. discussed with msiism on freenode and tb. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2019/04/26 13:11:01 Modified files: usr.bin/rcs : co.c Log message: There was an extra newline in some cases and missing one in others. OK joris@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2019/04/26 14:42:46 Modified files: usr.sbin/syspatch: syspatch.sh Log message: If we don't have a proper installurl, use cdn.openbsd.org. Idea from sysupgrade(8). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/26 15:21:54 Modified files: sysutils/amazon-ecs-cli: Makefile distinfo Log message: Update to ecs-cli-1.14.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/26 15:32:59 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py-boto3-1.9.137. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/26 15:33:16 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py-botocore-1.12.137. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/26 15:33:39 Modified files: sysutils/awscli: Makefile distinfo sysutils/awscli/pkg: PLIST Log message: Update to awscli-1.16.147. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/26 15:36:40 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-243.0.0. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2019/04/26 15:52:39 Modified files: usr.sbin/sysupgrade: sysupgrade.sh Log message: Fix default MIRROR. ok florian@ CVSROOT: /cvs Module name: src Changes by: rob@cvs.openbsd.org 2019/04/26 21:01:40 Added files: regress/lib/libutil/ber: ber_test_int_i.c Log message: Regress testing for int (long long). Two's complement is eating my brain. CVSROOT: /cvs Module name: src Changes by: rob@cvs.openbsd.org 2019/04/26 21:36:19 Modified files: regress/lib/libutil/ber: ber_test_int_i.c Log message: Tweak previous. CVSROOT: /cvs Module name: src Changes by: rob@cvs.openbsd.org 2019/04/26 22:28:57 Modified files: regress/lib/libutil/ber: ber_test_int_i.c Log message: Fix comment regarding suspected problem when handling large negative integers. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/26 22:46:03 Modified files: sys/net : if_vlan.c if_vlan_var.h Log message: move the struct ifvlan (the vlan softc) definition into if_vlan.c. nothing needs to see inside it, so it can move. the next steps are to rename it to vlan_softc and all the variables to sc to make the driver move consistent with the rest of the tree. ok visa@ mpi@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/26 22:53:01 Modified files: sys/net : if_vlan.c Log message: rename struct ifvlan to struct vlan_softc this makes it more consistent with the rest of the tree, but has no functional change. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/26 22:56:41 Modified files: sys/net : if_vlan.c Log message: whitespace tweaks. no functional change. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/26 23:08:30 Modified files: sys/net : if_vlan.c Log message: call vlan_softc variables sc, not ifv. no functional change. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/26 23:11:50 Modified files: sys/net : if_vlan.c Log message: fix some whitespace. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/26 23:14:33 Modified files: sys/net : if_pair.c if_vlan.c Added files: sys/net : if_wg.c if_wg.h Log message: get rid of ifv_linkmib and a bunch of useless macros CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/26 23:16:15 Modified files: sys/net : if_pair.c Log message: this wasnt meant to be committed, back out for now. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/26 23:24:02 Removed files: sys/net : if_wg.c if_wg.h Log message: back out, this isn't part of a vlan change. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/26 23:28:00 Modified files: sys/net : if_vlan.c Log message: rename softc members so theyre prefixed with sc. makes vlan more consistent with the rest of the tree, but no functional change. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/26 23:30:13 Modified files: sys/net : if_vlan.c Log message: remove sc_proto, it isn't used. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/26 23:31:42 Modified files: sys/net : if_vlan.c Log message: rename sc_prio to sc_txprio CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/26 23:37:24 Modified files: sys/net : if_vlan.c Log message: use unsigned int, not u_int, and uintXX_t, not u_intXX_t CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/26 23:55:27 Modified files: sys/net : if_vlan.c Log message: don't increment noproto on the parent interface when there's no child it's not atomic is the main reason. this simplifies leaving the function too. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/26 23:58:17 Modified files: sys/net : if_vlan.c Log message: fix up some rxprio handling while here we should swap the value off the wire for 802.1P, not the rxhprio config value. try and avoid toctou issues by copying the sc_rxprio value to a local. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/27 02:00:06 Modified files: multimedia/dav1d: Makefile distinfo Added files: multimedia/dav1d/patches: patch-src_x86_itx_ssse3_asm Removed files: multimedia/dav1d/patches: patch-meson_build patch-tools_output_md5_c Log message: Update to dav1d-0.2.2. from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/27 02:08:42 Modified files: sysutils/polkit: Makefile distinfo sysutils/polkit/pkg: PLIST Removed files: sysutils/polkit/patches: patch-src_polkit_polkitunixgroup_c patch-src_polkit_polkitunixprocess_c patch-src_polkit_polkitunixuser_c Log message: Update to polkit-0.116. - uses mozjs-6.0 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/04/27 02:10:32 Modified files: sys/dev/pci/drm/ttm: ttm_page_alloc.c Log message: drm/ttm: fix out-of-bounds read in ttm_put_pages() v2 From Christian Koenig 96800ba9e565ab752774cd88328f96aed28a1436 in linux 4.19.y/4.19.37 a66477b0efe511d98dde3e4aaeb189790e6f0a39 in mainline linux CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2019/04/27 02:50:18 Modified files: lang/rust : Makefile distinfo Removed files: lang/rust/pkg : DESCR-doc Log message: update to 1.31.1 it affects only clippy tool. Announce: https://blog.rust-lang.org/2019/04/25/Rust-1.34.1.html Changelog: https://github.com/rust-lang/rust/blob/stable/RELEASES.md#version-1341-2019-04-25 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/04/27 03:42:26 Modified files: infrastructure/lib/DPB: Config.pm Log message: avoid warnings by checking we got some actual info first CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/27 04:01:22 Modified files: x11/gnome/shell-extensions: Makefile Log message: devel/spidermonkey52 is going away and was only an optional BDEP ok jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/27 04:02:54 Modified files: devel/spidermonkey60: Makefile devel/spidermonkey60/pkg: PLIST Log message: Provide an update path for devel/spidermonkey52. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/27 04:05:10 Modified files: devel : Makefile Removed files: devel/spidermonkey52: Makefile distinfo devel/spidermonkey52/patches: patch-build_moz_configure_memory_configure patch-config_gcc_hidden_h patch-js_src_jit_ExecutableAllocator_h patch-js_src_old-configure_in patch-moz_configure patch-mozglue_build_moz_build patch-python_mozbuild_mozbuild_backend_recursivemake_py devel/spidermonkey52/pkg: DESCR PLIST Log message: Bye bye spidermonkey52; nothing uses you anymore. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/04/27 04:16:28 Modified files: mail/fdm : Makefile distinfo Removed files: mail/fdm/patches: patch-fetch-mbox_c Log message: Update to fdm 2.0, from Stephen Gregoratto, thanks ! Enable PCRE while here, from sthen@ ok sthen@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/04/27 04:56:49 Added files: geo/pdal/patches: patch-cmake_modules_FindNumPy_cmake Log message: Ignore error messages (liblapack missing symbols) on stderr from 'python3 -c "import numpy"' for now, fixes numpy detection (and the build) CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/04/27 06:12:05 Modified files: www/chromium : Makefile www/chromium/patches: patch-chrome_browser_net_system_network_context_manager_cc patch-chrome_browser_policy_configuration_policy_handler_list_factory_cc patch-chrome_browser_ui_webui_chrome_web_ui_controller_factory_cc patch-chrome_common_pref_names_cc patch-chrome_common_pref_names_h patch-gpu_ipc_service_gpu_init_cc Added files: www/chromium/patches: patch-chrome_app_chrome_content_browser_overlay_manifest_cc 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_handler_host_cc patch-chrome_browser_media_webrtc_webrtc_logging_handler_host_h patch-chrome_browser_notifications_notification_display_service_impl_cc patch-chrome_browser_send_tab_to_self_receiving_ui_handler_registry_cc patch-content_browser_storage_partition_impl_cc patch-content_browser_storage_partition_impl_map_cc patch-media_mojo_services_gpu_mojo_media_client_cc patch-net_tools_quic_quic_http_proxy_backend_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 Log message: add some missing OS_BSD defines CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2019/04/27 07:24:42 Modified files: games/angband : Makefile distinfo games/angband/pkg: PFRAG.sdl PLIST Added files: games/angband/patches: patch-mk_buildsys_mk_in Removed files: games/angband/patches: patch-configure patch-mk_buildsys_mk patch-src_Makefile patch-src_config_h Log message: Update games/angband to version 4.1.3. Tested and OK pamela@ and kmos@, thanks! CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/04/27 07:45:24 Modified files: devel/libgtop2 : Makefile distinfo devel/libgtop2/patches: patch-configure patch-sysdeps_openbsd_Makefile_in patch-sysdeps_openbsd_glibtop_server_h devel/libgtop2/pkg: PLIST Log message: update to libgtop-2.40.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/27 08:02:39 Modified files: graphics/py-opengl: Makefile distinfo graphics/py-opengl/patches: patch-OpenGL___init___py graphics/py-opengl/pkg: PLIST Log message: update to py-opengl-3.1.3b2 CVSROOT: /cvs Module name: src Changes by: rob@cvs.openbsd.org 2019/04/27 08:29:28 Modified files: regress/lib/libutil/ber: ber_test_int_i.c Log message: Add test, update comments, and modify some output. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/27 08:32:22 Modified files: www/py-tornado : Makefile distinfo www/py-tornado/pkg: PLIST Log message: update to py-tornado-5.1.1 (last major version supporting both py2+3) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/27 08:38:54 Modified files: x11/kde-applications/cantor: Makefile Log message: replace a hardcoded "python3.6m" in WANTLIB with "python${MODPY_DEFAULT_VERSION_3}m" - still dirty but slightly less broken CVSROOT: /cvs Module name: src Changes by: rob@cvs.openbsd.org 2019/04/27 08:58:15 Modified files: usr.bin/ldap : ber.c usr.sbin/ldapd : ber.c usr.sbin/snmpd : ber.c usr.sbin/ypldap: ber.c Log message: Only apply sign extension when less than eight bytes have been consumed. This fixes a problem when handling large negative integers. ok claudio@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/04/27 09:45:32 Modified files: x11/xfce4/ristretto: Makefile distinfo x11/xfce4/ristretto/pkg: PLIST Log message: Update to ristretto 0.8.4 CVSROOT: /cvs Module name: src Changes by: rob@cvs.openbsd.org 2019/04/27 09:56:02 Modified files: regress/lib/libutil/ber: Makefile Log message: Use REGRESS_TARGETS et al. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/04/27 10:08:56 Modified files: x11/xfce4 : xfce4.port.mk Log message: Bump autoconf & automake dependencies to more recent versions when building snapshots from git (no port in cvs does this) CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2019/04/27 10:21:48 Modified files: faq : current.html faq1.html faq5.html Log message: add a few sysupgrade bits, commented out until 6.6. ok tb CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/27 11:24:36 Modified files: security : Makefile Removed files: security/glib-openssl: Makefile distinfo security/glib-openssl/pkg: DESCR PLIST Log message: Remove glib-openssl. Nothing uses it and functionnality has been moved to glib2-networking. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/27 11:27:29 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register glib-openssl removal. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/27 12:14:07 Modified files: devel/spidermonkey60: Makefile Log message: Fix PKGSPEC. CVSROOT: /cvs Module name: www Changes by: landry@cvs.openbsd.org 2019/04/27 12:34:19 Modified files: faq : upgrade65.html Log message: Mention that ansible switched to python3 by default. ok sthen@, proofread by kmos@ & pamela@ CVSROOT: /cvs Module name: www Changes by: tb@cvs.openbsd.org 2019/04/27 12:42:41 Modified files: faq : upgrade65.html Log message: keep packages sorted CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/04/27 14:26:43 Modified files: infrastructure/lib/DPB/Core: Distant.pm Log message: default timeout of 60 is too much (3 keepalive before it decides to mark the host down), 60/3 is better CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/04/27 15:26:02 Modified files: sbin/vnconfig : vnconfig.8 Log message: keep the grammatical structure of the options list consistent; CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/04/27 15:26:35 Modified files: devel/llvm : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm infrastructure/mk: gcc4.port.mk lang/gcc : Makefile lang/gcc/8 : Makefile lang/gcc/8/pkg : PLIST-ada PLIST-c++ PLIST-f95 PLIST-libs PLIST-main PLIST-objc Log message: Switch ports-gcc to GCC 8.3.0: * switch gcc4 module to gcc/8 * register the gcc/8 subpackages as updates for their gcc/4.9 counterparts * sync the gcc version in devel/llvm * add a quirk entry that gcj is obsolete * unhook 4.9 from the build Preparatory work by many. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/27 15:28:30 Modified files: lang/python : python.port.mk lang/python/3.6: Makefile lang/python/3.6/pkg: PLIST-idle PLIST-main lang/python/3.7: Makefile lang/python/3.7/pkg: PLIST-idle PLIST-main Log message: Switch the default python3 version (used to build all py3 ports) from 3.6.8 to 3.7.3. ok landry@ danj@ kmos@ rpointel@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/04/27 15:31:18 Modified files: sysutils/random_run: Makefile Log message: gcc switch happened, this should now build on ports-gcc arches CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/27 15:31:59 Modified files: infrastructure/mk: arch-defines.mk Log message: bump _SYSTEM_VERSION to force updates for all packages; the python3 default version switch has changed dependencies for a fair sized chunk of packages on all arches, and the gcc switch from 4.9->8 has changed dependencies for a huge chunk of the package set on base-gcc arches. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2019/04/27 16:08:58 Modified files: distrib/miniroot: dot.profile Log message: It's timer_pid not timeout_pid There since introduction in 1.18 (2013). OK halex CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/27 16:26:55 Modified files: net/isc-bind : Makefile distinfo Added files: net/isc-bind/patches: patch-bin_named_client_c patch-bin_named_include_named_interfacemgr_h patch-bin_named_interfacemgr_c Log message: Security update to bind 9.11.6-P1, plus patches ("Replace atomic operations in bin/named/client.c with isc_refcount reference counting") from https://gitlab.isc.org/isc-projects/bind9/merge_requests/1864.patch for wider arch support. Fixes: CVE-2018-5743: Limiting simultaneous TCP clients is ineffective https://kb.isc.org/docs/cve-2018-5743 CVSROOT: /cvs Module name: src Changes by: tj@cvs.openbsd.org 2019/04/27 16:30:05 Modified files: share/man/man5 : installurl.5 Log message: the installer creates /etc/installurl even if we don't use http for the sets, so update this page accordingly. while here, add sysupgrade to SEE ALSO since it uses installurl too. ok jmc CVSROOT: /cvs Module name: src Changes by: tj@cvs.openbsd.org 2019/04/27 16:30:40 Modified files: share/man/man8 : autoinstall.8 Log message: switch the example mirror to cdn.openbsd.org CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/27 17:24:02 Modified files: astro/py-metar : Makefile databases/py-peewee: Makefile devel/py-asn1-modules: Makefile devel/py-asn1 : Makefile devel/py-isodate: Makefile devel/py-setuptools: Makefile net/py-medusa : Makefile textproc/py-enchant: Makefile textproc/py-epydoc: Makefile textproc/py-prettytable: Makefile textproc/py-pygments: Makefile textproc/py-rdflib: Makefile www/py-htmltmpl: Makefile Log message: drop PKG_ARCH=* from the handful of python ports that use it. 1. the pyc files aren't truly arch independent (they can be used cross-arch but aren't identical), and 2. @version isn't used on PKG_ARCH=* ports so the py3 switch is tripping PLIST_DB CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/27 17:43:47 Modified files: multimedia/devede: Makefile Log message: drop PKG_ARCH=* CVSROOT: /cvs Module name: src Changes by: rob@cvs.openbsd.org 2019/04/27 17:43:51 Modified files: regress/lib/libutil/ber: ber_test_int_i.c Log message: Tweak tests; work in progress. CVSROOT: /cvs Module name: src Changes by: rob@cvs.openbsd.org 2019/04/27 17:45:08 Modified files: regress/lib/libutil/ber: Makefile Log message: Tweak; work in progress. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/27 17:45:28 Modified files: converters/unoconv: Makefile Log message: bump REVISION, py3 version switch. has PKG_ARCH=* (and no pyc files in this one, just scripts). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/27 17:55:05 Modified files: audio/pympd : Makefile comms/wammu : Makefile devel/dissy : Makefile devel/git-cvs : Makefile emulators/gns3 : Makefile games/childsplay: Makefile games/vegastrike/data: Makefile graphics/comix : Makefile mail/mailpile : Makefile multimedia/oggconvert: Makefile net/librenms : Makefile net/scapy : Makefile news/sabnzbd : Makefile productivity/gbirthday: Makefile security/sqlmap: Makefile sysutils/boar : Makefile www/ajaxterm : Makefile www/piwik : Makefile www/youtube-dl : Makefile x11/gnome/orca : Makefile x11/gnome/py-atspi: Makefile x11/gnome/tweaks: Makefile x11/nagstamon : Makefile x11/obmenu : Makefile Log message: remove more PKG_ARCH=* with pyc in PLIST CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/27 17:59:15 Modified files: devel/flawfinder: Makefile sysutils/yabitrot: Makefile textproc/gtk-doc: Makefile www/puppetboard: Makefile Log message: bump python ports with PKG_ARCH=* (scripts only, no pyc files, so keeping PKG_ARCH) CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/04/27 18:03:51 Modified files: lang/secularize: Makefile Log message: Remove a stray } from PKGNAME. Bump EPOCH since a simple revision bump didn't work for updating. ok naddy@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/04/27 19:30:18 Modified files: security/steghide: Makefile Added files: security/steghide/patches: patch-tests_st_embparameters_pl patch-tests_st_fileformats_pl Log message: steghide: Use C++03 for any compiler. It unbreaks the build with ports-gcc-8. While here, fix Perl tests that still assumes that '.' is in @INC. Maintainer timeout. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/04/27 20:01:30 Modified files: net/libtorrent : Makefile net/libtorrent/patches: patch-src_protocol_extensions_cc patch-src_protocol_handshake_cc patch-src_torrent_object_stream_cc Added files: net/libtorrent/patches: patch-src_torrent_utils_log_cc patch-src_utils_queue_buckets_h Removed files: net/libtorrent/patches: clangpatch-src_torrent_utils_log_cc clangpatch-src_utils_queue_buckets_h Log message: libtorrent: build with C++11 everywhere, merge clang specific patches into the main ones. This fixes the build with ports-gcc-8. Also remove an unneeded sparc64 workaround, and add missing RCS tags. input and OK sthen@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/04/27 20:13:31 Modified files: net/rtorrent : Makefile Log message: rtorrent: build with C++11 everywhere This fixes the build with ports-gcc-8. Also remove an unneeded sparc64 workaround. OK sthen@ CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2019/04/27 21:12:53 Modified files: xserver/hw/xfree86/common: xf86VGAarbiterPriv.h Log message: Backport cf7517675d988c2d1ff967d6d162a17acbdad46 from xserver 1.20 xfree86: Hold input_lock across SPRITE functions in VGA arbiter Fixes stack overflow crash with VGA arbiter used with multi GPU systems. Report and fix identified by 'Joe M' on misc@. ok matthieu@ CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2019/04/27 21:34:17 Modified files: games/openra : Makefile games/openra/patches: patch-Makefile games/openra/pkg: PLIST Added files: games/openra/patches: patch-OpenRA_Game_Network_GeoIP_cs patch-thirdparty_download_OpenAL-CS_dll_config patch-thirdparty_download_SharpFont_dll_config Log message: switch to getting geoip from net/libmaxminddb, add RUN_DEPENDS, restore dllmaps that require addition of "os=..." entry for openbsd to run and were erroneously removed in previous commit, ok sthen@ for geoip fix CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/27 22:20:40 Modified files: share/man/man9 : task_add.9 sys/sys : task.h sys/kern : kern_task.c Log message: add WITNESS support to barriers modelled on the timeout stuff visa did. if a taskq takes a lock, and something holding that lock calls taskq_barrier, there's a potential deadlock. detect this as a lock order problem when witness is enable. task_del conditionally followed by taskq_barrier is a common pattern, so add a taskq_del_barrier wrapper for it that unconditionally checks for the deadlock, like timeout_del_barrier. ok visa@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/04/27 23:03:56 Modified files: lib/libcrypto/asn1: a_int.c Log message: Avoid an undefined shift in ASN1_INTEGER_get(). Fixes oss-fuzz issue #13804 ok beck, jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/04/27 23:05:56 Modified files: lib/libcrypto/asn1: a_enum.c Log message: Avoid an undefined shift in ASN1_ENUMERATED_get(). (same fix as in a_int.c rev 1.34) Fixes oss-fuzz issue #13809 ok beck, jsing CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/28 00:28:17 Modified files: devel/glib2 : Makefile distinfo devel/glib2/patches: patch-meson_build devel/glib2/pkg: PLIST Added files: devel/glib2/patches: patch-gio_tests_meson_build Removed files: devel/glib2/patches: gcc3-patch-glib_tests_meson_build patch-glib_gutils_c Log message: Update to glib2-2.60.1. First step in updating GNOME to version 3.32 (which should happen during g2k19). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/28 00:28:52 Modified files: devel/template-glib: Makefile distinfo devel/template-glib/pkg: PLIST Log message: Update to template-glib-3.32.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/28 00:29:29 Modified files: devel/atk : Makefile distinfo Log message: Update to atk-2.32.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/28 00:29:47 Modified files: x11/gnome/at-spi2-core: Makefile distinfo Removed files: x11/gnome/at-spi2-core/patches: patch-atspi_atspi-event-listener_c patch-atspi_meson_build Log message: Update to at-spi2-core-2.32.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/28 00:30:09 Modified files: x11/gnome/at-spi2-atk: Makefile distinfo Log message: Update to at-spi2-atk-2.32.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/28 00:30:27 Modified files: x11/gnome/yelp-xsl: Makefile distinfo Log message: Update to yelp-xsl-3.32.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/28 00:30:46 Modified files: x11/gnome/yelp-tools: Makefile distinfo Log message: Update to yelp-tools-3.32.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/28 00:31:11 Modified files: devel/dconf : Makefile distinfo devel/dconf/patches: patch-shm_dconf-shm_c Log message: Update to dconf-0.32.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/28 00:31:31 Modified files: x11/gnome/dconf-editor: Makefile distinfo x11/gnome/dconf-editor/pkg: PLIST Log message: Update to dconf-editor-3.32.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/28 00:31:54 Modified files: devel/gsettings-desktop-schemas: Makefile distinfo Log message: Update to gsettings-desktop-schemas-3.32.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/28 00:32:15 Modified files: net/glib2-networking: Makefile distinfo Log message: Update to glib2-networking-2.60.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/28 00:32:42 Modified files: devel/py-gobject3: Makefile distinfo Log message: Update to py-gobject3-3.32.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/28 00:36:22 Modified files: x11/gnome/py-atspi: Makefile distinfo Log message: Update to py3-atspi-2.32.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/28 00:36:41 Modified files: devel/jsonrpc-glib: Makefile distinfo Log message: Update to jsonrpc-glib-3.32.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/28 00:37:10 Modified files: devel/glib2mm : Makefile distinfo devel/glib2mm/pkg: PLIST Log message: Update to glib2mm-2.60.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/28 00:37:41 Modified files: x11/gnome/adwaita-icon-theme: Makefile distinfo x11/gnome/adwaita-icon-theme/pkg: PLIST Log message: Update to adwaita-icon-theme-3.32.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/28 00:38:00 Modified files: devel/libsoup : Makefile distinfo Log message: Update to libsoup-2.66.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/28 00:38:26 Modified files: x11/gnome/yelp : Makefile distinfo x11/gnome/yelp/pkg: PLIST Log message: Update to yelp-3.32.1. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/04/28 00:49:48 Added files: geo/pdal/patches: patch-test_unit_filters_DelaunayFilterTest_cpp Log message: Fix build on 32-bits. ok sthen@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/04/28 01:21:28 Modified files: usr.sbin/sysupgrade: sysupgrade.sh Log message: Quiet down signify, seeing all the OKs scroll by is not helping. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/28 01:35:18 Modified files: devel/dconf : Makefile Log message: Remove XXX. We don't want to build with gtk-doc by default anyway. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/04/28 01:35:19 Modified files: audio/ncmpc : Makefile distinfo Removed files: audio/ncmpc/patches: patch-doc_meson_build Log message: Update to ncmpc 0.34. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/04/28 01:38:48 Modified files: mail/geary : Makefile distinfo Log message: Update to geary 3.32.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/28 02:03:13 Modified files: x11/gnome/user-docs: Makefile distinfo x11/gnome/user-docs/pkg: PLIST Log message: Update to gnome-user-docs-3.32.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/28 02:03:22 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.32.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/28 02:03:41 Modified files: x11/gnome/devel-docs: Makefile distinfo x11/gnome/devel-docs/pkg: PLIST Log message: Update to gnome-devel-docs-3.32.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/28 02:07:22 Modified files: x11/gnome/mousetweaks: Makefile distinfo x11/gnome/mousetweaks/pkg: PLIST Log message: Update to mousetweaks-3.32.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/28 02:17:09 Modified files: x11/gnome/devhelp: Makefile distinfo x11/gnome/devhelp/pkg: PLIST Log message: Update to devhelp-3.32.0. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/04/28 02:18:16 Modified files: sys/dev/pci/drm: drm_drv.c Log message: Make sure only "primary" clients can become master. ok jsg@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/04/28 02:29:45 Modified files: textproc/libebml: Makefile distinfo textproc/libebml/pkg: PLIST Added files: textproc/libebml/patches: patch-CMakeLists_txt Log message: Update libebml to 1.3.7 CMake changes: Add options for building and installing shared, static libraries. OK Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/04/28 02:29:50 Modified files: multimedia/libmatroska: Makefile distinfo multimedia/libmatroska/pkg: PLIST Added files: multimedia/libmatroska/patches: patch-CMakeLists_txt Log message: Update ibmatroska to 1.5.0 CMake changes: Add options for building and installing shared, static libraries. OK Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/04/28 02:29:55 Modified files: multimedia/mkvtoolnix: Makefile distinfo multimedia/mkvtoolnix/patches: patch-src_mkvtoolnix-gui_jobs_program_runner_unix_program_runner_h Log message: Update mkvtoolnix to 33.0.0 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/04/28 02:41:35 Modified files: www/chromium/patches: patch-build_gn_run_binary_py Log message: fix LD_LIBRARY_PATH CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/04/28 02:59:25 Modified files: multimedia/libmatroska: Makefile Log message: Unbreak with GCC8 CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2019/04/28 03:03:13 Modified files: graphics/rawtherapee: Makefile distinfo graphics/rawtherapee/patches: patch-CMakeLists_txt graphics/rawtherapee/pkg: PLIST Log message: update to rawtherapee-5.6 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/28 03:13:37 Modified files: x11/gnome/libdazzle: Makefile distinfo x11/gnome/libdazzle/pkg: PLIST Log message: Update to libdazzle-3.32.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/28 03:15:03 Modified files: x11/gnome/music: Makefile www/epiphany : Makefile x11/gnome/calendar: Makefile Log message: Sync WANTLIB. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/28 03:22:14 Modified files: x11/gnome/usage: Makefile distinfo x11/gnome/usage/pkg: PLIST Log message: Update to gnome-usage-3.32.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/28 03:23:44 Modified files: x11/gnome/backgrounds: Makefile distinfo x11/gnome/backgrounds/pkg: PLIST Log message: Update to gnome-backgrounds-3.32.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/28 03:31:02 Modified files: x11/gnome/orca : Makefile distinfo x11/gnome/orca/pkg: PLIST Log message: Update to orca-3.32.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/28 03:34:38 Modified files: multimedia/py-chromecast: Makefile distinfo Log message: Update to py3-chromecast-3.2.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/28 03:45:45 Modified files: print/qpdf : Makefile distinfo Log message: Update to qpdf-8.4.1. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/04/28 05:00:08 Modified files: devel/llvm : Makefile distinfo Added files: devel/llvm/pkg : DESCR-extras PLIST-extras Log message: Add Clang extra tools The clang-tools-extra package contains helpful developer tools using Clang's APIs. Initial diff from me, further work by jca@ with feedback from sthen@. OK jca@ and @sthen CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/04/28 05:18:11 Modified files: infrastructure/lib/DPB/Core: Init.pm Log message: oops, distant cores must be created with the class that checks whether the host is alive... CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2019/04/28 05:58:12 Modified files: graphics/hugin : Makefile distinfo graphics/hugin/pkg: PLIST Removed files: graphics/hugin/patches: patch-src_hugin_base_hugin_utils_platform_cpp Log message: update to hugin-2019.0.0 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/04/28 07:07:12 Added files: lang/flang/driver/patches: patch-lib_AST_ASTContext_cpp Log message: Compile this one file without optimizations to work around a bug in the clang optimizer (?). Allows all of flang to build and work successfully again on arm64. ok phessler@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/04/28 07:38:06 Modified files: lang/freebasic : Makefile Log message: depend on the current version of ports-gcc rather than hardcoding gcc/4.9 CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2019/04/28 07:38:28 Modified files: devel/subversion: Makefile distinfo devel/subversion/pkg: PLIST-main Removed files: devel/subversion/patches: patch-subversion_mod_dav_svn_repos_c Log message: Update devel/subversion to 1.12.0. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/28 08:29:29 Modified files: sysutils/firmware/vmm: Makefile Log message: Now that ports-gcc has switched to v8 it's able to build the vmm-firmware package (seabios), so do so and stop using /usr/bin/gcc. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/04/28 08:44:08 ports/www/jupyter-notebook/patches Update of /cvs/ports/www/jupyter-notebook/patches In directory cvs.openbsd.org:/tmp/cvs-serv41105/patches Log Message: Directory /cvs/ports/www/jupyter-notebook/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/04/28 08:45:01 Modified files: www/jupyter-notebook: Makefile Added files: www/jupyter-notebook/patches: patch-notebook_base_zmqhandlers_py Log message: Unbreak jupyter-notebook. Fix issue caused by recent update of py-tornado. sthen@: "If it works for you then please go ahead..." CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/04/28 08:46:00 Modified files: sbin/vnconfig : vnconfig.8 vnconfig.c Log message: Remove need for -A option, lack of a vnd_dev option implies creating a vnd. Seperate out the code a fair bit. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/04/28 08:48:11 Modified files: distrib/alpha/bsd.rd: Makefile distrib/alpha/cdfs: Makefile distrib/alpha/common: Makefile.inc distrib/alpha/iso: Makefile distrib/alpha/miniroot: Makefile distrib/amd64/iso: Makefile distrib/amd64/ramdiskA: Makefile.inc distrib/amd64/ramdisk_cd: Makefile.inc distrib/arm64/miniroot: Makefile distrib/armv7/miniroot: Makefile.inc distrib/hppa/iso: Makefile distrib/hppa/ramdisk: Makefile distrib/i386/common: Makefile.inc distrib/i386/iso: Makefile distrib/landisk/miniroot: Makefile distrib/loongson/miniroot: Makefile distrib/luna88k/miniroot: Makefile distrib/macppc/ramdisk: Makefile distrib/octeon/miniroot: Makefile distrib/ramdisk: Makefile distrib/sgi/cdfs: Makefile distrib/sgi/iso: Makefile distrib/socppc/miniroot: Makefile distrib/sparc64/bsd.rd: Makefile distrib/sparc64/cdfs: Makefile distrib/sparc64/common: Makefile.inc distrib/sparc64/iso: Makefile distrib/sparc64/miniroot: Makefile distrib/sparc64/ramdisk: Makefile distrib/sparc64/ramdiskB: Makefile Log message: Use new vnconfig vnd-auto-allocate mode. Resolve some variation between architectures, and start removing some crazy junk that has collected over the years. Being tested on all architectures... ok various people. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/04/28 08:51:16 Modified files: sys/conf : param.c Log message: the bufcachepercent=80 experiment has exposed a few problems... CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/28 09:09:13 Modified files: www/webkitgtk4 : Tag: OPENBSD_6_5 Makefile distinfo Added files: www/webkitgtk4/patches: Tag: OPENBSD_6_5 patch-Source_cmake_FindSSE2_cmake Log message: SECURITY update to webkitgtk4-2.24.1. - CVE-2019-6251 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/04/28 09:15:40 Modified files: distrib/arm64/ramdisk: Makefile distrib/armv7/ramdisk: Makefile distrib/landisk/miniroot: Makefile distrib/landisk/ramdisk: Makefile distrib/loongson/miniroot: Makefile distrib/loongson/ramdisk: Makefile distrib/luna88k/ramdisk: Makefile distrib/macppc/ramdisk: Makefile distrib/octeon/miniroot: Makefile distrib/octeon/ramdisk: Makefile distrib/sgi/ramdisk: Makefile distrib/socppc/miniroot: Makefile distrib/socppc/ramdisk: Makefile distrib/sparc64/ramdisk: Makefile distrib/sparc64/ramdiskB: Makefile Log message: the BSD_RD variable is pointless CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/28 09:20:02 Modified files: x11/gnome/desktop: Tag: OPENBSD_6_5 Makefile distinfo x11/gnome/desktop/pkg: Tag: OPENBSD_6_5 PLIST meta/gnome : Tag: OPENBSD_6_5 Makefile Log message: SECURITY update to gnome-desktop-3.30.2.3 (and sync meta/gnome). - Fix thumbnailer sandbox escape, CVE-2019-11460 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/04/28 09:21:50 Modified files: distrib/alpha/bsd.rd: Makefile distrib/alpha/common: Makefile.inc distrib/alpha/inst-common: Makefile.inc distrib/amd64/ramdiskA: Makefile.inc distrib/amd64/ramdisk_cd: Makefile.inc distrib/arm64/ramdisk: Makefile distrib/armv7/ramdisk: Makefile distrib/hppa/ramdisk: Makefile distrib/i386/common: Makefile.inc distrib/landisk/ramdisk: Makefile distrib/loongson/ramdisk: Makefile distrib/luna88k/ramdisk: Makefile Makefile.inc distrib/macppc/ramdisk: Makefile distrib/miniroot: makeconf.awk distrib/octeon/ramdisk: Makefile distrib/ramdisk: Makefile distrib/sgi/ramdisk: Makefile distrib/socppc/ramdisk: Makefile distrib/sparc64/bsd.rd: Makefile distrib/sparc64/common: Makefile.inc distrib/sparc64/ramdisk: Makefile distrib/sparc64/ramdiskB: Makefile Log message: CBIN variable is also pointless, it is always "instbin". Rather than having two mysterious names, let's settle on one. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/04/28 09:23:50 Modified files: distrib/ramdisk: Makefile Log message: NEWFS_WILL_FAIL is a ridiculous unused artifact. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/04/28 09:32:03 Modified files: distrib/amd64/cdfs: Makefile distrib/amd64/iso: Makefile distrib/arm64/ramdisk: Makefile distrib/i386/cdfs: Makefile distrib/i386/iso: Makefile distrib/loongson/cdfs: Makefile distrib/sgi/cdfs: Makefile Log message: Cull BSDRD variables which are always bsd.rd CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/04/28 10:14:48 Modified files: distrib/miniroot: makeconf.awk Log message: Oops; hardcode instbin directly CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/04/28 10:26:07 Modified files: distrib/alpha/bsd.rd: Makefile distrib/alpha/common: Makefile.inc distrib/hppa/ramdisk: Makefile distrib/ramdisk: Makefile distrib/sparc64/bsd.rd: Makefile distrib/sparc64/ramdisk: Makefile distrib/sparc64/ramdiskB: Makefile Log message: incorporate GZIPFLAGS into place everywhere CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/04/28 10:28:00 Modified files: sbin/vnconfig : vnconfig.c Log message: fix misplaced hyphen in usage(); CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/04/28 10:47:31 Modified files: distrib/alpha/common: Makefile.inc distrib/alpha/miniroot: Makefile distrib/amd64/iso: Makefile distrib/amd64/ramdiskA: Makefile.inc distrib/amd64/ramdisk_cd: Makefile.inc distrib/arm64/miniroot: Makefile distrib/i386/common: Makefile.inc distrib/i386/iso: Makefile distrib/landisk/miniroot: Makefile distrib/loongson/miniroot: Makefile distrib/luna88k/miniroot: Makefile distrib/octeon/miniroot: Makefile distrib/ramdisk: Makefile distrib/sgi/cdfs: Makefile distrib/socppc/miniroot: Makefile distrib/sparc64/common: Makefile.inc distrib/sparc64/miniroot: Makefile distrib/sparc64/ramdisk: Makefile distrib/sparc64/ramdiskB: Makefile Log message: cleanup the situation around "df -i" CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/04/28 11:35:29 Modified files: distrib/amd64/iso: Makefile Log message: oops, repair some BSDRD confusion CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/04/28 11:35:45 Modified files: distrib/i386/iso: Makefile Log message: oops, repair some BSDRD confusion CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/04/28 11:52:19 Modified files: x11/gtksourceview4: Makefile distinfo x11/gtksourceview4/pkg: PLIST Log message: update to gtksourceview-4.2.0 CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/04/28 11:59:51 Modified files: sys/net : route.h rtable.h usr.bin/netstat: main.c netstat.h route.c Log message: Fix reading route entries via kvm(3). From Naoki Fukaumi, ok yasuoka@, sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/04/28 12:34:40 Modified files: devel/py-elftools: Makefile distinfo devel/py-elftools/pkg: PLIST Log message: - update to pyelftools-0.25 - take maintainership ok edd@ (previous MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2019/04/28 12:35:42 Modified files: games/stone-soup: Makefile distinfo games/stone-soup/patches: patch-source_Makefile games/stone-soup/pkg: PFRAG.no-no_x11 PLIST Log message: update to stone-soup-0.23.2 from Evan Silberman, thanks! "go for it" bcallah@ "no need to wait if you're happy with it" sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/04/28 12:36:21 Modified files: devel/py-intervaltree: Makefile distinfo Log message: update to intervaltree-3.0.2 CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/04/28 13:21:34 Modified files: emulators/mame : Makefile distinfo emulators/mame/patches: patch-3rdparty_asio_include_asio_detail_config_hpp Log message: Update mame to 0.209. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/04/28 13:47:05 Modified files: cad/magic : Makefile Log message: Note to self, don't comment out changes before committing... CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/04/28 13:50:35 Modified files: emulators/snes9x: Makefile distinfo Log message: Update snes9x to 1.60. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/04/28 14:05:50 Modified files: usr.bin/tmux : arguments.c cmd-new-window.c cmd-respawn-pane.c cmd-respawn-window.c cmd-split-window.c spawn.c tmux.1 tmux.h Log message: Support multiple occurances of the same argument. Use this for a new flag -e to new-window, split-window, respawn-window, respawn-pane to pass environment variables into the newly created process. From Steffen Christgau in GitHub issue 1697. CVSROOT: /cvs Module name: xenocara Changes by: schwarze@cvs.openbsd.org 2019/04/28 14:47:20 Modified files: lib/libdrm : Makefile.bsd-wrapper Added files: lib/libdrm/man : drm-kms.7 drm-memory.7 drm.7 drmAvailable.3 drmHandleEvent.3 drmModeGetResources.3 Log message: install libdrm manual pages; feedback and OK jsg@ matthieu@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/28 14:52:03 Modified files: archivers/py-libarchive-c: Makefile astro/py-astral: Makefile audio/beets : Makefile audio/curseradio: Makefile audio/pithos : Makefile audio/py-acoustid: Makefile audio/py-audio : Makefile audio/py-discogs-client: Makefile audio/py-eyed3 : Makefile audio/py-last : Makefile audio/py-mpd2 : Makefile audio/py-musicbrainzngs: Makefile audio/py-mutagen: Makefile audio/py-tagpy : Makefile audio/quodlibet: Makefile audio/rhythmbox: Makefile audio/sonata : Makefile audio/speech-dispatcher: Makefile benchmarks/netperf-wrapper: Makefile benchmarks/speedtest-cli: Makefile cad/netgen : Makefile cad/yosys : Makefile comms/sigrok/libsigrokdecode: Makefile converters/py-html2text: Makefile converters/py-mini-amf: Makefile converters/unoconv: Makefile databases/py-apsw: Makefile databases/py-bsddb3: Makefile databases/py-influxdb: Makefile databases/py-ldap: Makefile databases/py-minidb: Makefile databases/py-mongo: Makefile databases/py-mysqlclient: Makefile databases/py-odbc: Makefile databases/py-peewee: Makefile databases/py-pickleshare: Makefile databases/py-psycopg2: Makefile databases/py-puppetdb: Makefile databases/py-pygresql: Makefile databases/py-redis: Makefile databases/py-sql: Makefile databases/py-sqlalchemy: Makefile databases/py-sqlalchemy-migrate: Makefile databases/py-sqlobject: Makefile databases/py-sqlparse: Makefile databases/xapian-bindings: Makefile devel/boost : Makefile devel/bpython : Makefile devel/capstone/python: Makefile devel/distcc : Makefile devel/flake8 : Makefile devel/flawfinder: Makefile devel/github-backup: Makefile devel/glib2 : Makefile devel/gobject-introspection: Makefile devel/ipython : Makefile devel/iso-codes: Makefile devel/keystone/python: Makefile devel/libftdi1 : Makefile devel/libgit2/libgit2-glib: Makefile devel/libgit2/py-git2: Makefile devel/liblouis : Makefile devel/libpeas : Makefile devel/libsoup : Makefile devel/meson : Makefile devel/pudb : Makefile devel/py-algorithm-munkres: Makefile devel/py-altgraph: Makefile devel/py-anytree: Makefile devel/py-apipkg: Makefile devel/py-appdirs: Makefile devel/py-argcomplete: Makefile devel/py-argh : Makefile devel/py-arrow : Makefile devel/py-asn1 : Makefile devel/py-asn1-modules: Makefile devel/py-astroid: Makefile devel/py-async-timeout: Makefile devel/py-atomicwrites: Makefile devel/py-attrs : Makefile devel/py-automat: Makefile devel/py-babel : Makefile devel/py-backports-abc: Makefile devel/py-binaryornot: Makefile devel/py-biplist: Makefile devel/py-blessings: Makefile devel/py-blinker: Makefile devel/py-blist : Makefile devel/py-buildbot/buildbot: Makefile devel/py-buildbot/console-view: Makefile devel/py-buildbot/grid-view: Makefile devel/py-buildbot/pkg: Makefile devel/py-buildbot/waterfall-view: Makefile devel/py-buildbot/www: Makefile devel/py-buildslave: Makefile devel/py-cached-property: Makefile devel/py-cairocffi: Makefile devel/py-certifi: Makefile devel/py-cffi : Makefile devel/py-chai : Makefile devel/py-cheetah: Makefile devel/py-click : Makefile devel/py-click-log: Makefile devel/py-click-plugins: Makefile devel/py-click-threading: Makefile devel/py-clint : Makefile devel/py-cloudpickle: Makefile devel/py-codestyle: Makefile devel/py-colorama: Makefile devel/py-configargparse: Makefile devel/py-configobj: Makefile devel/py-constantly: Makefile devel/py-construct: Makefile devel/py-contextlib2: Makefile devel/py-country: Makefile devel/py-coverage: Makefile devel/py-coveralls: Makefile devel/py-cparser: Makefile devel/py-curtsies: Makefile devel/py-dateutil: Makefile devel/py-decorator: Makefile devel/py-dispatcher: Makefile devel/py-distutils-extra: Makefile devel/py-docopt: Makefile devel/py-doit : Makefile devel/py-dtfabric: Makefile devel/py-easyprocess: Makefile devel/py-elftools: Makefile devel/py-entrypoints: Makefile devel/py-execnet: Makefile devel/py-extras: Makefile devel/py-fasteners: Makefile devel/py-fastimport: Makefile devel/py-filebytes: Makefile devel/py-flaky : Makefile devel/py-flexmock: Makefile devel/py-freezegun: Makefile devel/py-frozendict: Makefile devel/py-funcy : Makefile devel/py-future: Makefile devel/py-gevent: Makefile devel/py-gitdb : Makefile devel/py-gobject3: Makefile devel/py-greenlet: Makefile devel/py-hamcrest: Makefile devel/py-html5lib: Makefile devel/py-hypothesis: Makefile devel/py-icalendar: Makefile devel/py-incremental: Makefile devel/py-intervaltree: Makefile devel/py-ioflo : Makefile devel/py-ipykernel: Makefile devel/py-ipython_genutils: Makefile devel/py-iso3166: Makefile devel/py-iso639: Makefile devel/py-isodate: Makefile devel/py-isort : Makefile devel/py-jedi : Makefile devel/py-jmespath: Makefile devel/py-jsonschema: Makefile devel/py-jupyter_client: Makefile devel/py-jupyter_core: Makefile devel/py-kiwisolver: Makefile devel/py-lazy-object-proxy: Makefile devel/py-llvmlite: Makefile devel/py-logilab-common: Makefile devel/py-magic : Makefile devel/py-mccabe: Makefile devel/py-minimock: Makefile devel/py-mock : Makefile devel/py-modulegraph: Makefile devel/py-monotonic: Makefile devel/py-more-itertools: Makefile devel/py-munch : Makefile devel/py-nbconvert: Makefile devel/py-nbformat: Makefile devel/py-nose : Makefile devel/py-nose-warnings-filters: Makefile devel/py-nosexcover: Makefile devel/py-objgraph: Makefile devel/py-olefile: Makefile devel/py-parallel: Makefile devel/py-parsedatetime: Makefile devel/py-parsing: Makefile devel/py-parso : Makefile devel/py-path.py: Makefile devel/py-pathlib: Makefile devel/py-pathlib2: Makefile devel/py-pathspec: Makefile devel/py-pbr : Makefile devel/py-pexpect: Makefile devel/py-pip : Makefile devel/py-pluggy: Makefile devel/py-plugnplay: Makefile devel/py-ply : Makefile devel/py-pretend: Makefile devel/py-progressbar: Makefile devel/py-prompt_toolkit: Makefile devel/py-protobuf: Makefile devel/py-ptyprocess: Makefile devel/py-py : Makefile devel/py-pyinotify: Makefile devel/py-pyte : Makefile devel/py-radix : Makefile devel/py-robotframework: Makefile devel/py-rope : Makefile devel/py-send2trash: Makefile devel/py-serial: Makefile devel/py-setproctitle: Makefile devel/py-setuptools: Makefile devel/py-setuptools_git: Makefile devel/py-setuptools_scm: Makefile devel/py-setuptools_scm_git_archive: Makefile devel/py-setuptools_trial: Makefile devel/py-sh : Makefile devel/py-simpleeval: Makefile devel/py-simplegeneric: Makefile devel/py-simplejson: Makefile devel/py-sip : Makefile devel/py-six : Makefile devel/py-smmap : Makefile devel/py-sortedcontainers: Makefile devel/py-spark-parser: Makefile devel/py-stdnum: Makefile devel/py-tabulate: Makefile devel/py-test : Makefile devel/py-test-benchmark: Makefile devel/py-test-cov: Makefile devel/py-test-expect: Makefile devel/py-test-forked: Makefile devel/py-test-httpbin: Makefile devel/py-test-localserver: Makefile devel/py-test-mock: Makefile devel/py-test-runner: Makefile devel/py-test-subtesthack: Makefile devel/py-test-xdist: Makefile devel/py-testpath: Makefile devel/py-testtools: Makefile devel/py-tox : Makefile devel/py-traitlets: Makefile devel/py-twisted: Makefile devel/py-txaio : Makefile devel/py-typing: Makefile devel/py-tz : Makefile devel/py-tzlocal: Makefile devel/py-uncompyle6: Makefile devel/py-urwid : Makefile devel/py-uv : Makefile devel/py-vcversioner: Makefile devel/py-virtualenv: Makefile devel/py-voluptuous: Makefile devel/py-wbem : Makefile devel/py-wcwidth: Makefile devel/py-wheel : Makefile devel/py-whichcraft: Makefile devel/py-wrapt : Makefile devel/py-wurlitzer: Makefile devel/py-xdg : Makefile devel/py-xdis : Makefile devel/py-xlsxwriter: Makefile devel/py-yamllint: Makefile devel/py-yapf : Makefile devel/py-zopecomponent: Makefile devel/py-zopeevent: Makefile devel/py-zopeinterface: Makefile devel/pycdc : Makefile devel/pyflakes : Makefile devel/pygame : Makefile devel/pylint : Makefile devel/spyder/py-spyder-kernels: Makefile devel/spyder/spyder: Makefile devel/stp : Makefile editors/libreoffice: Makefile editors/py-neovim: Makefile editors/py-qscintilla: Makefile editors/vim : Makefile fonts/terminus-font: Makefile games/pysol : Makefile geo/gdal : Makefile geo/mapserver : Makefile geo/pdal : Makefile geo/py-cligj : Makefile geo/py-fiona : Makefile geo/py-laspy : Makefile geo/py-owslib : Makefile geo/py-planet : Makefile geo/py-proj : Makefile geo/py-rasterio: Makefile geo/py-rio-cogeo: Makefile geo/py-shapely : Makefile geo/qgis : Makefile graphics/blender: Makefile graphics/graphite2: Makefile graphics/img2pdf: Makefile graphics/krita : Makefile graphics/lensfun: Makefile graphics/libgexiv2: Makefile graphics/py-Pillow: Makefile graphics/py-cairo: Makefile graphics/py-cycler: Makefile graphics/py-imagesize: Makefile graphics/py-matplotlib: Makefile graphics/py-opengl: Makefile graphics/py-pygal: Makefile graphics/py-qrcode: Makefile graphics/py-sane: Makefile graphics/scour : Makefile graphics/termtosvg: Makefile graphics/xdot : Makefile lang/cython : Makefile lang/flang/libpgmath: Makefile lang/ghc : Makefile lang/secularize: Makefile mail/kopano/core: Makefile math/mlpack : Makefile math/py-affine : Makefile math/py-bottleneck: Makefile math/py-graphviz: Makefile math/py-mpmath : Makefile math/py-numexpr: Makefile math/py-numpy : Makefile math/py-pandas : Makefile math/py-patsy : Makefile math/py-scipy : Makefile math/py-snuggs : Makefile math/py-sympy : Makefile math/z3 : Makefile misc/gramps : Makefile misc/py-memcached: Makefile misc/redshift : Makefile multimedia/devede: Makefile multimedia/gstreamer1/py-gstreamer: Makefile multimedia/py-caption: Makefile multimedia/py-casttube: Makefile multimedia/py-chromecast: Makefile multimedia/py-pafy: Makefile multimedia/streamlink: Makefile net/aggregate6 : Makefile net/avahi : Makefile net/blaeu : Makefile net/dico : Makefile net/gajim : Makefile net/gpodder : Makefile net/libproxy : Makefile net/mygpoclient: Makefile net/nyx : Makefile net/onionshare : Makefile net/pbgpp : Makefile net/poezio : Makefile net/profanity : Makefile net/py-IOSXR : Makefile net/py-IP : Makefile net/py-aiodns : Makefile net/py-boto : Makefile net/py-boto3 : Makefile net/py-botocore: Makefile net/py-cares : Makefile net/py-curl : Makefile net/py-cymruwhois: Makefile net/py-dnslib : Makefile net/py-dnspython: Makefile net/py-eapi : Makefile net/py-idna : Makefile net/py-ifaddr : Makefile net/py-junos-eznc: Makefile net/py-libcloud: Makefile net/py-msgpack : Makefile net/py-nbxmpp : Makefile net/py-ncclient: Makefile net/py-netaddr : Makefile net/py-netifaces: Makefile net/py-netmiko : Makefile net/py-nmap : Makefile net/py-nxos : Makefile net/py-paho-mqtt: Makefile net/py-pcapy : Makefile net/py-pf : Makefile net/py-ripe.atlas.cousteau: Makefile net/py-ripe.atlas.sagan: Makefile net/py-ripe.atlas.tools: Makefile net/py-s3transfer: Makefile net/py-simplesoap: Makefile net/py-slixmpp : Makefile net/py-smbc : Makefile net/py-socketio-client: Makefile net/py-socks : Makefile net/py-stem : Makefile net/py-tld : Makefile net/py-websocket-client: Makefile net/py-zeroconf: Makefile net/py-zmq : Makefile net/toot : Makefile net/toxic : Makefile net/vf1 : Makefile net/wget : Makefile print/py-cups : Makefile print/py-relatorio: Makefile print/py-reportlab: Makefile print/system-config-printer: Makefile productivity/calcurse: Makefile productivity/khal: Makefile productivity/khard: Makefile productivity/radicale: Makefile productivity/radicale2: Makefile productivity/rednotebook: Makefile productivity/tryton/5.0/account: Makefile productivity/tryton/5.0/account_asset: Makefile productivity/tryton/5.0/account_be: Makefile productivity/tryton/5.0/account_credit_limit: Makefile productivity/tryton/5.0/account_de_skr03: Makefile productivity/tryton/5.0/account_deposit: Makefile productivity/tryton/5.0/account_dunning: Makefile productivity/tryton/5.0/account_dunning_email: Makefile productivity/tryton/5.0/account_dunning_fee: Makefile productivity/tryton/5.0/account_dunning_letter: Makefile productivity/tryton/5.0/account_es: Makefile productivity/tryton/5.0/account_eu: Makefile productivity/tryton/5.0/account_fr: Makefile productivity/tryton/5.0/account_fr_chorus: Makefile productivity/tryton/5.0/account_invoice: Makefile productivity/tryton/5.0/account_invoice_correction: Makefile productivity/tryton/5.0/account_invoice_history: Makefile productivity/tryton/5.0/account_invoice_line_standalone: Makefile productivity/tryton/5.0/account_invoice_stock: Makefile productivity/tryton/5.0/account_payment: Makefile productivity/tryton/5.0/account_payment_clearing: Makefile productivity/tryton/5.0/account_payment_sepa: Makefile productivity/tryton/5.0/account_payment_sepa_cfonb: Makefile productivity/tryton/5.0/account_product: Makefile productivity/tryton/5.0/account_statement: Makefile productivity/tryton/5.0/account_statement_ofx: Makefile productivity/tryton/5.0/account_stock_anglo_saxon: Makefile productivity/tryton/5.0/account_stock_continental: Makefile productivity/tryton/5.0/account_stock_landed_cost: Makefile productivity/tryton/5.0/account_stock_landed_cost_weight: Makefile productivity/tryton/5.0/analytic_account: Makefile productivity/tryton/5.0/analytic_invoice: Makefile productivity/tryton/5.0/analytic_purchase: Makefile productivity/tryton/5.0/analytic_sale: Makefile productivity/tryton/5.0/authentication_sms: Makefile productivity/tryton/5.0/bank: Makefile productivity/tryton/5.0/carrier: Makefile productivity/tryton/5.0/carrier_percentage: Makefile productivity/tryton/5.0/carrier_weight: Makefile productivity/tryton/5.0/commission: Makefile productivity/tryton/5.0/commission_waiting: Makefile productivity/tryton/5.0/company: Makefile productivity/tryton/5.0/company_work_time: Makefile productivity/tryton/5.0/country: Makefile productivity/tryton/5.0/currency: Makefile productivity/tryton/5.0/customs: Makefile productivity/tryton/5.0/dashboard: Makefile productivity/tryton/5.0/edocument_uncefact: Makefile productivity/tryton/5.0/edocument_unece: Makefile productivity/tryton/5.0/google_maps: Makefile productivity/tryton/5.0/notification_email: Makefile productivity/tryton/5.0/party: Makefile productivity/tryton/5.0/party_relationship: Makefile productivity/tryton/5.0/party_siret: Makefile productivity/tryton/5.0/product: Makefile productivity/tryton/5.0/product_attribute: Makefile productivity/tryton/5.0/product_classification: Makefile productivity/tryton/5.0/product_classification_taxonomic: Makefile productivity/tryton/5.0/product_cost_fifo: Makefile productivity/tryton/5.0/product_cost_history: Makefile productivity/tryton/5.0/product_measurements: Makefile productivity/tryton/5.0/product_price_list: Makefile productivity/tryton/5.0/product_price_list_dates: Makefile productivity/tryton/5.0/product_price_list_parent: Makefile productivity/tryton/5.0/production: Makefile productivity/tryton/5.0/production_outsourcing: Makefile productivity/tryton/5.0/production_routing: Makefile productivity/tryton/5.0/production_split: Makefile productivity/tryton/5.0/production_work: Makefile productivity/tryton/5.0/production_work_timesheet: Makefile productivity/tryton/5.0/proteus: Makefile productivity/tryton/5.0/purchase: Makefile productivity/tryton/5.0/purchase_request: Makefile productivity/tryton/5.0/purchase_shipment_cost: Makefile productivity/tryton/5.0/sale: Makefile productivity/tryton/5.0/sale_shipment_cost: Makefile productivity/tryton/5.0/sale_supply: Makefile productivity/tryton/5.0/sale_supply_drop_shipment: Makefile productivity/tryton/5.0/stock: Makefile productivity/tryton/5.0/stock_package: Makefile productivity/tryton/5.0/stock_shipment_measurements: Makefile productivity/tryton/5.0/stock_supply: Makefile productivity/tryton/5.0/timesheet: Makefile productivity/tryton/5.0/tryton: Makefile productivity/tryton/5.0/trytond: Makefile productivity/tryton/5.0/web_user: Makefile productivity/vdirsyncer: Makefile security/fierce: Makefile security/letsencrypt/acme-tiny: Makefile security/letsencrypt/client: Makefile security/letsencrypt/py-acme: Makefile security/py-M2Crypto: Makefile security/py-PyNaCl: Makefile security/py-aes: Makefile security/py-artifacts: Makefile security/py-asn1crypto: Makefile security/py-axolotl: Makefile security/py-axolotl-curve25519: Makefile security/py-bcrypt: Makefile security/py-cryptodome: Makefile security/py-cryptography: Makefile security/py-cryptography_vectors: Makefile security/py-dfdatetime: Makefile security/py-ecdsa: Makefile security/py-gnupg: Makefile security/py-josepy: Makefile security/py-keyring: Makefile security/py-libnacl: Makefile security/py-oauthlib: Makefile security/py-openssl: Makefile security/py-paramiko: Makefile security/py-passlib: Makefile security/py-pbkdf2: Makefile security/py-pefile: Makefile security/py-pgpdump: Makefile security/py-potr: Makefile security/py-requests-aws4auth: Makefile security/py-ropper: Makefile security/py-rsa: Makefile security/py-scp: Makefile security/py-secretstorage: Makefile security/py-service_identity: Makefile security/py-yaswfp: Makefile security/theharvester: Makefile security/wapiti: Makefile security/wesng : Makefile security/yara/python: Makefile shells/py-qtconsole: Makefile sysutils/ansible: Makefile sysutils/ansible-lint: Makefile sysutils/binwalk: Makefile sysutils/borgbackup: Makefile sysutils/borgmatic: Makefile sysutils/d-feet: Makefile sysutils/diffoscope: Makefile sysutils/menulibre: Makefile sysutils/py-augeas: Makefile sysutils/py-croniter: Makefile sysutils/py-daemonize: Makefile sysutils/py-elasticsearch-curator: Makefile sysutils/py-ghmi: Makefile sysutils/py-lockfile: Makefile sysutils/py-parallel-ssh: Makefile sysutils/py-psutil: Makefile sysutils/py-pynetbox: Makefile sysutils/py-scandir: Makefile sysutils/py-statgrab: Makefile sysutils/py-tsk: Makefile sysutils/ranger: Makefile sysutils/tarsnapper: Makefile sysutils/upt/upt: Makefile sysutils/upt/upt-cpan: Makefile sysutils/upt/upt-openbsd: Makefile sysutils/upt/upt-pypi: Makefile sysutils/upt/upt-rubygems: Makefile sysutils/yabitrot: Makefile telephony/py-phonenumbers: Makefile textproc/apertium-streamparser: Makefile textproc/asciinema: Makefile textproc/catfish: Makefile textproc/gtk-doc: Makefile textproc/libical: Makefile textproc/link-grammar: Makefile textproc/meld : Makefile textproc/nfoview: Makefile textproc/py-ICU: Makefile textproc/py-MarkupSafe: Makefile textproc/py-PEG2: Makefile textproc/py-alabaster: Makefile textproc/py-black: Makefile textproc/py-chardet: Makefile textproc/py-colored: Makefile textproc/py-commonmark: Makefile textproc/py-cssselect: Makefile textproc/py-cssutils: Makefile textproc/py-defusedxml: Makefile textproc/py-demjson: Makefile textproc/py-dicttoxml: Makefile textproc/py-docutils: Makefile textproc/py-elasticsearch: Makefile textproc/py-emoji: Makefile textproc/py-enchant: Makefile textproc/py-feedparser: Makefile textproc/py-humanize: Makefile textproc/py-iso8601: Makefile textproc/py-jellyfish: Makefile textproc/py-lxml: Makefile textproc/py-m2r: Makefile textproc/py-markdown: Makefile textproc/py-mistune: Makefile textproc/py-natsort: Makefile textproc/py-nltk: Makefile textproc/py-numpydoc: Makefile textproc/py-ofxparse: Makefile textproc/py-pandocfilters: Makefile textproc/py-podcastparser: Makefile textproc/py-polib: Makefile textproc/py-precis_i18n: Makefile textproc/py-prettytable: Makefile textproc/py-pyRFC3339: Makefile textproc/py-pygfm: Makefile textproc/py-pygments: Makefile textproc/py-pykwalify: Makefile textproc/py-rdflib: Makefile textproc/py-ruamel.yaml: Makefile textproc/py-semver: Makefile textproc/py-snowballstemmer: Makefile textproc/py-spdx: Makefile textproc/py-spdx-lookup: Makefile textproc/py-sphinx: Makefile textproc/py-sphinx-intl: Makefile textproc/py-sphinx_guzzle_theme: Makefile textproc/py-sphinx_rtd_theme: Makefile textproc/py-stemmer: Makefile textproc/py-termcolor: Makefile textproc/py-textfsm: Makefile textproc/py-toml: Makefile textproc/py-unicodecsv: Makefile textproc/py-unidecode: Makefile textproc/py-vobject: Makefile textproc/py-webencodings: Makefile textproc/py-xlrd: Makefile textproc/py-xmltodict: Makefile textproc/py-yaml: Makefile www/apertium-apy: Makefile www/buku : Makefile www/jupyter-notebook: Makefile www/liferea : Makefile www/mozilla-firefox: Makefile www/pelican : Makefile www/puppetboard: Makefile www/py-aiohttp : Makefile www/py-autobahn: Makefile www/py-beaker : Makefile www/py-beautifulsoup4: Makefile www/py-betamax : Makefile www/py-bleach : Makefile www/py-bokeh : Makefile www/py-bottle : Makefile www/py-cheroot : Makefile www/py-django/lts: Makefile www/py-django/stable: Makefile www/py-feedgenerator: Makefile www/py-flask : Makefile www/py-flask-login: Makefile www/py-flask-wtf: Makefile www/py-flup : Makefile www/py-formencode: Makefile www/py-frozen-flask: Makefile www/py-genshi : Makefile www/py-gunicorn: Makefile www/py-http_ece: Makefile www/py-httpbin : Makefile www/py-httpie : Makefile www/py-httplib2: Makefile www/py-hyperlink: Makefile www/py-itsdangerous: Makefile www/py-jinja2 : Makefile www/py-jwt : Makefile www/py-mako : Makefile www/py-mastodon.py: Makefile www/py-meld3 : Makefile www/py-multidict: Makefile www/py-ndg-httpsclient: Makefile www/py-requests: Makefile www/py-requests-futures: Makefile www/py-requests-mock: Makefile www/py-requests-oauthlib: Makefile www/py-requests-toolbelt: Makefile www/py-selenium: Makefile www/py-tempita : Makefile www/py-terminado: Makefile www/py-tornado : Makefile www/py-uritemplate: Makefile www/py-urllib3 : Makefile www/py-waitress: Makefile www/py-webob : Makefile www/py-webtest : Makefile www/py-werkzeug: Makefile www/py-wtforms : Makefile www/py-wtools : Makefile www/py-yarl : Makefile www/qutebrowser: Makefile www/urlwatch : Makefile www/weboob : Makefile www/youtube-dl : Makefile x11/dbus-python: Makefile x11/gnome/builder: Makefile x11/gnome/caribou: Makefile x11/gnome/chrome-gnome-shell: Makefile x11/gnome/code-assistance: Makefile x11/gnome/eog-plugins: Makefile x11/gnome/gedit: Makefile x11/gnome/gedit-plugins: Makefile x11/gnome/music: Makefile x11/gnome/orca : Makefile x11/gnome/py-atspi: Makefile x11/gnome/shell: Makefile x11/gnome/totem: Makefile x11/gnome/tweaks: Makefile x11/gtk+4 : Makefile x11/gtk-vnc : Makefile x11/jgmenu : Makefile x11/kde-applications/cantor: Makefile x11/kde-applications/kajongg: Makefile x11/kde-applications/kalzium: Makefile x11/menumaker : Makefile x11/nagstamon : Makefile x11/py-qt5 : Makefile x11/py-qtawesome: Makefile x11/py-qtpy : Makefile x11/py-virtualdisplay: Makefile Log message: bump all the py3 things, _SYSTEM_VERSION didn't quite work out how we expected and it's easier|safer to do it this way than fiddle with pkg_add now. thanks aja for update tests with a quick bulk. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/04/28 15:08:27 Modified files: astro/wcslib : Makefile audio/cmu-sphinxbase: Makefile lang/classpath : Makefile lang/compcert : Makefile lang/freebasic : Makefile math/R : Makefile math/arpack : Makefile math/blas : Makefile math/cblas : Makefile math/lapack : Makefile math/libcerf : Makefile math/octave : Makefile math/plplot : Makefile math/py-numpy : Makefile math/py-scipy : Makefile math/qrupdate : Makefile math/suitesparse: Makefile telephony/asterisk: Makefile telephony/asterisk-g729: Makefile x11/kde-applications/cantor: Makefile Log message: Bump all ports that depend on ports-gcc on the clang archs. SYSTEM_VERSION didn't quite work out how we expected and it's easier|safer to do it this way than fiddle with pkg_add now. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/28 15:09:17 Modified files: emulators/coldfire: Makefile Log message: drop maintainer and sync wantlib, from outgoing maintainer martin@ CVSROOT: /cvs Module name: ports Changes by: stsp@cvs.openbsd.org 2019/04/28 15:46:35 Modified files: www/kcaldav : Makefile distinfo Added files: www/kcaldav/patches: patch-ical_c Log message: Update to kcaldav 0.1.9. ok jung@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/04/28 16:15:58 Modified files: sys/net : bridgectl.c bridgestp.c if.c if_bridge.c if_bridge.h if_switch.c if_var.h if_vxlan.c sys/net80211 : ieee80211_node.c sys/netinet : ip_output.c sys/netinet6 : ip6_output.c Log message: Removes the KERNEL_LOCK() from bridge(4)'s output fast-path. This redefines the ifp <-> bridge relationship. No lock can be currently used across the multiples contexts where the bridge has tentacles to protect a pointer, use an interface index. Tested by various, ok dlg@, visa@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/04/28 16:35:40 Modified files: cad/yosys : Makefile geo/merkaartor : Makefile Log message: drop workaround for gcc4.9 that is no longer needed for gcc8 CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2019/04/28 16:48:25 src/regress/usr.bin/ssh/unittests/misc Update of /cvs/src/regress/usr.bin/ssh/unittests/misc In directory cvs.openbsd.org:/tmp/cvs-serv3598/misc Log Message: Directory /cvs/src/regress/usr.bin/ssh/unittests/misc added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/04/28 16:49:11 Modified files: distrib/miniroot: list Log message: reduce delta with ../ramdisk/list CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2019/04/28 16:53:26 Modified files: regress/usr.bin/ssh/unittests: Makefile Added files: regress/usr.bin/ssh/unittests/misc: Makefile tests.c Log message: Add unit tests for user@host and URI parsing. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2019/04/28 18:35:58 Modified files: lang/ruby : ruby.port.mk Log message: Make ruby 2.6 the default ruby version CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2019/04/28 18:37:36 Modified files: devel/ruby-bundler: Makefile Added files: devel/ruby-bundler/pkg: PLIST.nobin Log message: Make ruby26 version of bundler not include bin files This makes it not conflict with the ruby 2.6 port. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2019/04/28 18:39:03 Modified files: devel/ruby-minitest: Makefile Added files: devel/ruby-minitest/pkg: PLIST.empty Log message: Make ruby26 version of minitest use empty PLIST All of these files are included in ruby 2.6. This is simpler than modifying dependencies to not depend on minitest when using ruby 2.6. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2019/04/28 18:40:35 Modified files: x11/kde4/ruby-qt: Makefile x11/kde4/ruby-qt/pkg: PLIST Log message: Support building ruby-qt4 with ruby 2.6 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2019/04/28 18:42:09 Modified files: databases/puppetdb4: Makefile databases/puppetdb5: Makefile devel/gitsh : Makefile devel/vim-command-t: Makefile editors/vim : Makefile lang/mruby : Makefile mail/mew : Makefile misc/tpp : Makefile net/weechat : Makefile net/whatweb : Makefile security/arirang: Makefile security/wpscan: Makefile sysutils/facter: Makefile sysutils/mcollective: Makefile sysutils/ruby-puppet/4: Makefile sysutils/ruby-puppet/5: Makefile sysutils/tmuxinator: Makefile www/nginx : Makefile www/sass : Makefile x11/gnome/code-assistance: Makefile x11/kde4/korundum: Makefile x11/kde4/kross-interpreters: Makefile x11/kde4/webdev: Makefile x11/kde4/workspace: Makefile Log message: Bump after default ruby version change to ruby 2.6 CVSROOT: /cvs Module name: src Changes by: jeremy@cvs.openbsd.org 2019/04/28 18:44:53 Modified files: share/man/man5 : ruby-module.5 Log message: Update to reflect change of default ruby version to ruby 2.6 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/04/28 19:48:41 Modified files: distrib/alpha : Makefile.inc distrib/alpha/bsd.rd: Makefile distrib/alpha/common: Makefile.inc list distrib/alpha/miniroot: Makefile distrib/amd64 : Makefile.inc distrib/amd64/cdfs: Makefile distrib/amd64/common: list distrib/amd64/iso: Makefile distrib/amd64/ramdiskA: Makefile.inc distrib/amd64/ramdisk_cd: Makefile.inc distrib/arm64/miniroot: Makefile distrib/arm64/ramdisk: Makefile list distrib/armv7/miniroot: Makefile.inc distrib/armv7/ramdisk: Makefile list distrib/hppa : Makefile.inc list distrib/hppa/iso: Makefile distrib/hppa/ramdisk: Makefile distrib/i386 : Makefile.inc distrib/i386/cdfs: Makefile distrib/i386/common: Makefile.inc list distrib/i386/iso: Makefile distrib/landisk/miniroot: Makefile distrib/landisk/ramdisk: Makefile list distrib/loongson: Makefile.inc distrib/loongson/cdfs: Makefile distrib/loongson/miniroot: Makefile distrib/loongson/ramdisk: Makefile list distrib/luna88k: Makefile.inc distrib/luna88k/miniroot: Makefile distrib/luna88k/ramdisk: Makefile Makefile.inc list distrib/macppc/ramdisk: Makefile list distrib/miniroot: list distrib/octeon/miniroot: Makefile distrib/octeon/ramdisk: Makefile list distrib/ramdisk: Makefile list distrib/sgi : Makefile.inc distrib/sgi/cdfs: Makefile distrib/sgi/iso: Makefile distrib/sgi/ramdisk: Makefile list distrib/socppc/miniroot: Makefile distrib/socppc/ramdisk: Makefile list distrib/sparc64: Makefile.inc distrib/sparc64/bsd.rd: Makefile list distrib/sparc64/cdfs: Makefile distrib/sparc64/common: Makefile.inc distrib/sparc64/iso: Makefile distrib/sparc64/miniroot: Makefile distrib/sparc64/ramdisk: Makefile list distrib/sparc64/ramdiskB: Makefile list Log message: remove the abstraction REV on top of abstraction OSrev which is always the sme. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/28 21:54:52 Modified files: sys/net : trunklacp.c Log message: don't have lacp input push lacp packets into the trunkports bpf again. if_input already runs bpf for all packets on a trunkport. having lacp code do it again means packets are seen twice by bpf filters twice, which is misleading. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/04/28 22:26:47 Modified files: sys/net : if_trunk.c if_trunk.h Log message: tr_unit is unused, so gc it CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2019/04/28 22:30:15 Modified files: lib/libdrm/man : drm.7 drm.xml Log message: /dev/dri/card0 -> /dev/drm0 CVSROOT: /cvs Module name: src Changes by: remi@cvs.openbsd.org 2019/04/28 23:14:38 Modified files: usr.sbin/ospfd : parse.y usr.sbin/ospf6d: parse.y Log message: Check that depend on interfaces are in the same rdomain. If they are not the daemon wouldn't notice state changes for those interfaces. ok benno@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/29 00:43:23 Modified files: devel/meson : Makefile Added files: devel/meson/patches: patch-mesonbuild_modules_cmake_py Log message: Fix the cmake module (from upstram). CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/04/29 00:55:21 Modified files: usr.bin/tmux : key-bindings.c window-copy.c Log message: Add support for keys to jump between matching brackets - C-M-f and C-M-b in emacs, % in vi. Suggested by and help from Chris Barber in GitHub issue 1666. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/04/29 02:24:06 Modified files: net/amule : Makefile net/amule/pkg : PLIST-main Log message: Disable UPnP support net/libupnp update is coming, but amule's latest release (from 2016) fails to build with it, so disable this feature to avoid blocking the update and other consumers. OK juanfra solene CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/29 02:25:23 Modified files: multimedia/minidlna: Makefile multimedia/minidlna/pkg: README Log message: Extend description to configure limits or to disable kqueue(2) monitoring. ok sthen@ (maintainer) CVSROOT: /cvs Module name: www Changes by: phessler@cvs.openbsd.org 2019/04/29 02:45:30 Modified files: . : 65.html Log message: arm (armv7) package count CVSROOT: /cvs Module name: ports Changes by: feinerer@cvs.openbsd.org 2019/04/29 02:52:48 Modified files: math/R : Makefile distinfo math/R/patches : patch-configure math/R/pkg : PLIST Removed files: math/R/patches : patch-src_modules_internet_libcurl_c Log message: Update to R 3.6.0 OK kn@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/04/29 03:00:17 Modified files: sys/dev/pci : if_iwn.c Log message: Extend channel dwell time during passive scans in iwn(4). Makes scan results more reliable. testing jmc@, kmos@, Tracey Emery ok kettenis@ kevlo@ jmc@ phessler@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/04/29 05:06:31 Modified files: geo/qgis : Makefile distinfo geo/qgis/patches: patch-src_providers_mdal_CMakeLists_txt Log message: Update to QGIS 3.6.2. CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/04/29 05:38:17 Modified files: multimedia/libmp4v2: Makefile Log message: libmp4v2: use C++03 for any compiler This fixes the build with ports-gcc-8. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/04/29 05:44:01 Modified files: devel/llvm : Makefile Log message: Disable -extras for now, it changes the content of the -main subpackage. Breakage in devel/include-what-you-use reported by sthen@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/04/29 05:46:07 Modified files: net/toxcore : Makefile Log message: toxcore: define COMPILER, as the build use flags that don't exist for base-gcc. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2019/04/29 05:52:20 Modified files: www/nextcloud : Makefile distinfo www/nextcloud/pkg: PLIST Log message: Update for Nextcloud to 16.0.0: https://nextcloud.com/changelog/ Fart cloud all the things! OK stsp@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/04/29 05:56:40 Modified files: devel/llvm : Makefile Log message: Bump the -main subpackage to clean up the changes from -extras. Discussed with sthen@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/04/29 06:37:52 Modified files: devel/llvm : Makefile Log message: Reorder Makefile, add explicit CONFIGURE_STYLE CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/04/29 06:55:44 Log message: Import py-nbval-0.9.1 py.test plugin to validate Jupyter notebooks OK sthen@ Status: Vendor Tag: bket Release Tags: bket_20190429 N ports/devel/py-nbval/Makefile N ports/devel/py-nbval/distinfo N ports/devel/py-nbval/pkg/DESCR N ports/devel/py-nbval/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/04/29 06:58:56 Modified files: devel : Makefile Log message: +py-nbval,python3 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/04/29 07:05:01 Log message: Import py-prometheus_client-0.6.0. Python client for the prometheus monitoring system. OK sthen@ Status: Vendor Tag: bket Release Tags: bket_20190429 N ports/sysutils/py-prometheus_client/Makefile N ports/sysutils/py-prometheus_client/distinfo N ports/sysutils/py-prometheus_client/pkg/DESCR N ports/sysutils/py-prometheus_client/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/04/29 07:05:57 Modified files: sysutils : Makefile Log message: +py-prometheus_client,python3 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/29 07:38:05 Modified files: www/uriparser : Makefile distinfo www/uriparser/pkg: PLIST Log message: Update to uriparser-0.9.3. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/04/29 07:57:43 Modified files: sysutils/diffoscope: Makefile distinfo sysutils/diffoscope/patches: patch-tests_utils_tools_py sysutils/diffoscope/pkg: PLIST Log message: Update to diffoscope-114 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/04/29 08:28:57 Modified files: security/gnutls: Makefile Log message: drop workaround for gcc4.9 that is no longer needed for gcc8 ok cwen@ ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/04/29 08:34:19 Modified files: devel/readline : Makefile Log message: Link ereadline with curses, like we do with base readline, to prevent runtime errors on archs where ld == ld.lld ok jca@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/04/29 09:01:27 Modified files: www/wwwoffle : Makefile Log message: don't pick up gtar in configure CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/04/29 09:10:16 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm lang : Makefile Removed files: lang/classpath : Makefile distinfo lang/classpath/files: ecj.in lang/classpath/patches: patch-doc_texi2pod_pl patch-examples_Makefile_in patch-gnu_classpath_SystemProperties_java patch-include_Makefile_in patch-native_jni_gtk-peer_gnu_java_awt_peer_gtk_FreetypeGlyphVector_c patch-native_jni_gtk-peer_gnu_java_awt_peer_gtk_GdkFontPeer_c patch-resource_Makefile_am patch-resource_Makefile_in patch-tools_gjdoc_in lang/classpath/pkg: DESCR PLIST lang/jamvm : Makefile distinfo lang/jamvm/patches: patch-configure patch-src_hooks_c lang/jamvm/pkg : DESCR PLIST Log message: GCC 7+ no longer provides a Java compiler (gcj). Remove the ports that depended on it. Reminded by sthen@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/04/29 09:27:01 Modified files: lang/gcc/8 : gcc4.port.mk Log message: stop special handling of MODGCC4_LANGS=java; it's gone from the tree CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2019/04/29 09:46:11 Modified files: sys/dev/ic : mc146818reg.h Log message: MC146818_GETTOD: Check for RTC rollover during read. Because the RTC is still ticking it is theoretically possible for the second to roll over while we are reading the clock. This is basically impossible on real/practical hardware but is an interesting corner case for e.g. a VM reading an emulated MC146818 during an exit to userspace. This doesn't check *every* register, so if it takes you a multiple of 60 seconds to read the RTC this change won't help you. But you've got bigger problems at that point. "no objections" kettenis@/mlarkin@, "fine idea" deraadt CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/29 09:50:10 Modified files: net/unifi/stable: Makefile distinfo net/unifi/testing: Makefile distinfo Log message: update to unifi 5.10.21 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/29 09:55:21 Modified files: graphics/leptonica: Makefile distinfo graphics/leptonica/pkg: PLIST Log message: update to leptonica-1.78.0 the new bin/imagetops is renamed to imagetops.leptonica to avoid a conflict with kde-libs3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/29 09:55:42 Modified files: x11/kde/libs3 : Makefile Log message: add a comment mentioning the rename in graphics/leptonica, so it can be undone if kde/libs3 is ever removed CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/04/29 09:56:26 Modified files: distrib/alpha/bsd.rd: Makefile distrib/alpha/cdfs: Makefile distrib/alpha/common: Makefile.inc distrib/alpha/iso: Makefile distrib/alpha/miniroot: Makefile distrib/amd64/cdfs: Makefile distrib/amd64/iso: Makefile distrib/amd64/ramdiskA: Makefile.inc distrib/amd64/ramdisk_cd: Makefile.inc distrib/arm64/ramdisk: Makefile distrib/armv7/ramdisk: Makefile distrib/hppa/iso: Makefile distrib/i386/cdfs: Makefile distrib/i386/common: Makefile.inc distrib/i386/iso: Makefile distrib/landisk/ramdisk: Makefile distrib/loongson/cdfs: Makefile distrib/loongson/ramdisk: Makefile distrib/luna88k/miniroot: Makefile distrib/luna88k/ramdisk: Makefile Makefile.inc distrib/macppc/iso: Makefile distrib/macppc/ramdisk: Makefile distrib/octeon/ramdisk: Makefile distrib/sgi/cdfs: Makefile distrib/sgi/iso: Makefile distrib/sgi/ramdisk: Makefile distrib/socppc/ramdisk: Makefile distrib/sparc64/bsd.rd: Makefile distrib/sparc64/cdfs: Makefile distrib/sparc64/common: Makefile.inc distrib/sparc64/iso: Makefile distrib/sparc64/miniroot: Makefile distrib/sparc64/ramdisk: Makefile distrib/sparc64/ramdiskB: Makefile Log message: TOPDIR and TOP are not neccessary. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/04/29 09:56:45 Removed files: distrib/alpha : Makefile.inc distrib/alpha/inst-common: Makefile.inc distrib/amd64 : Makefile.inc distrib/hppa : Makefile.inc distrib/i386 : Makefile.inc distrib/loongson: Makefile.inc distrib/luna88k: Makefile.inc distrib/sgi : Makefile.inc distrib/sparc64: Makefile.inc Log message: These Makefile.inc are now empty and unused. CVSROOT: /cvs Module name: src Changes by: rob@cvs.openbsd.org 2019/04/29 10:04:05 Modified files: usr.sbin/snmpd : snmpe.c Log message: Remove unnecessary end-of-contents octets. ok claudio@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/04/29 10:12:28 Modified files: x11/icewm : Makefile distinfo x11/icewm/patches: patch-man_icewm-preferences_pod patch-src_icesh_cc patch-src_yapp_cc x11/icewm/pkg : PLIST Added files: x11/icewm/patches: patch-lib_themes_default_default_theme Log message: Update to icewm-1.5.4 While here, change default background to a solid blue color. Background change, macppc testing, and ok cwen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/29 10:27:26 Modified files: security/yubico: Makefile.inc security/yubico/yubico-c: Makefile security/yubico/yubico-c-client: Makefile security/yubico/yubikey-personalization: Makefile security/yubico/yubikey-personalization-gui: Makefile Log message: move MAINTAINER from Makefile.inc to the ports where I actually want it CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/29 10:27:52 Modified files: security/yubico: Makefile security/yubico/yubico-piv-tool: Makefile Log message: bump REVISION CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/29 10:28:45 Modified files: security/yubico: Makefile Log message: oops, backout accidentally committed file CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2019/04/29 11:11:52 Modified files: lib/libevent : event.c event.h min_heap.h Log message: Switched min_heap to size_t to prevent integer overflows. Also, as deraadt suggested, switched realloc to recallocarray to at least prevent uninitialized memory to be used as pointers in case of other programming errors. A proper solution (not using an array) needs more work. This change occured in sync with upstream libevent 2.2. with input by and ok bluhm, jca, tedu CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/04/29 11:43:01 Modified files: x11/gnome : Makefile Log message: unhook code-assistance CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/04/29 11:46:56 Modified files: x11/gnome : Makefile Removed files: x11/gnome/gedit-code-assistance: Makefile distinfo x11/gnome/gedit-code-assistance/pkg: DESCR PLIST x11/gnome/code-assistance: Makefile distinfo x11/gnome/code-assistance/patches: patch-backends_vala_valaoptionparser_vala patch-configure x11/gnome/code-assistance/pkg: DESCR PLIST Log message: remove {gnome,gedit}-code-assistance, the grand unification approach of all things code-assistance in gnome never really took off and this project has been quite dormant in recent years. ok aja@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/04/29 11:48:38 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: register {gnome,gedit}-code-assistance removal CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2019/04/29 11:55:54 Modified files: distrib/ramdisk: Makefile Log message: $() is expanded by make itself, so consistently use `cat vnd`; ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/04/29 11:57:33 Added files: x11/gnome/calculator/patches: patch-lib_equation-parser_vala Log message: proactively fix build with vala 0.44; from upstream git CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/04/29 12:01:13 Modified files: graphics/simple-scan/patches: patch-src_simple-scan_vala Log message: proactively fix build with vala 0.44; from upstream git CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/04/29 12:03:48 Added files: devel/vte3/patches: patch-bindings_vala_app_vala Log message: proactively fix build with vala 0.44; from upstream git CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/04/29 12:15:47 Added files: sysutils/deja-dup/patches: patch-deja-dup_AssistantRestoreMissing_vala patch-deja-dup_AssistantRestore_vala patch-libdeja_CommonUtils_vala patch-libdeja_OperationRestore_vala patch-libdeja_ToolPlugin_vala Log message: proactively fix build with vala 0.44; mostly from upstream git CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/04/29 12:54:12 Modified files: sbin/disklabel : disklabel.8 editor.c sbin/fdisk : fdisk.8 user.c Log message: Add '*' to disklabel(8) editor prompt when in-memory copy of disklabel has been modified. Use name of disk being edited in fdisk(8) editor prompt. Idea from tb@. ok tb@ deraadt@ CVSROOT: /cvs Module name: xenocara Changes by: tim@cvs.openbsd.org 2019/04/29 13:02:21 Modified files: app/cwm : xevents.c Log message: Handle _NET_WM_NAME changes. This fixes the problem where cwm's window menu wouldn't show Firefox's current window title if it contains non-ASCII characters. OK okan@ CVSROOT: /cvs Module name: xenocara Changes by: tim@cvs.openbsd.org 2019/04/29 13:03:20 Modified files: app/cwm : util.c Log message: Plug a memory leak in log_debug(); OK okan@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/04/29 13:33:38 Modified files: x11/qt4 : Makefile x11/qt4/patches: patch-configure x11/qt4/pkg : DESCR-main Added files: x11/qt4/patches: patch-src_corelib_tools_tools_pri patch-src_xmlpatterns_api_qcoloroutput_p_h Log message: qt4: add fixes to allow building with ports-gcc-8 They mostly consist to make gcc-8 pose as gcc-4.9. Bump SHARED_LIBS due to an ICU-related qtcore change. While here, fix trailing whitespaces in DESCR and move HOMEPAGE to https. OK sthen@ jca@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/29 15:09:48 Modified files: sysutils/ansible: Makefile Log message: add RDEP on py-netaddr to ansible, it is used by the ipaddr() filter which isn't needed everywhere but is common enough to be worth having work out of the box. ok jasper@ CVSROOT: /cvs Module name: www Changes by: kmos@cvs.openbsd.org 2019/04/29 16:14:30 Modified files: faq/ports : guide.html Log message: Lines in DESCR should try and be less than 80 characters OK sthen@ "sigh, the porting guide is wrong :-)" CVSROOT: /cvs Module name: src Changes by: ian@cvs.openbsd.org 2019/04/29 16:27:39 Modified files: usr.sbin/sysupgrade: sysupgrade.sh Log message: Install upgrade kernel with ln -f, as per kernel build. ok florian@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/04/29 17:50:34 Modified files: distrib/miniroot: install.sub Log message: Make v[46]_info() return all the interface flags instead of just deducing that the interface is up or down. Check for "UP," in the returned flags where a return value of UP was used previously. ok kn@ with feedback/optimizations to be pondered further. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/04/29 19:39:19 Modified files: sys/dev/pci/drm: drm_fb_helper.c Log message: Add an equivalent test for master in drm_fb_helper_is_bound() Prevents black screens on hotplugging a new display with Xorg running which required a vt switch for screens to be useable. Reported by various people on misc@. Tested by and ok sthen@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/04/29 19:45:04 Modified files: sys/dev/pci/drm: drm_fb_helper.c Log message: Convert a linux specific test for master in currently disabled code. CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/04/29 20:11:35 Modified files: www/p5-Mojo : Makefile distinfo Log message: Update www/p5-Mojo to 8.15 From MAINTAINER Manolis Tzanidakis CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/04/29 22:46:04 Modified files: net/dico : Makefile distinfo net/dico/files : dicod.conf Log message: Update to dico-2.9. The pidfile is now written to the right directory by default, so setting it in the config file is no longer required. Take maintainership. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/04/29 23:35:01 Modified files: devel/pkgconf : Makefile distinfo Log message: Update to pkgconf-1.6.0, and update homepage. From Adam Steen (maintainer); thanks! CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/04/29 23:41:19 Modified files: fonts/ubuntu-fonts: Makefile distinfo Log message: Update homepage/master_sites. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/04/29 23:46:32 Modified files: fonts/ubuntu-fonts: Makefile Log message: Missed bump. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/04/29 23:48:53 Modified files: fonts/ubuntu-fonts: Makefile Log message: Update (dead) license URL too. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/04/30 00:19:52 Modified files: usr.bin/tmux : window-tree.c Log message: Fix memory leak in window tree search, from Amos Bird. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/04/30 00:21:30 Modified files: usr.bin/tmux : cmd-select-pane.c Log message: Don't redraw control clients, from George Nachman. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/04/30 00:44:30 Modified files: graphics/ipe : Makefile distinfo graphics/ipe/patches: patch-src_common_mak patch-src_config_mak patch-src_ipe6upgrade_Makefile patch-src_ipe_lua_prefs_lua patch-src_ipeextract_Makefile patch-src_ipelib_ipelatex_cpp patch-src_ipelib_ipeplatform_cpp patch-src_ipetoipe_Makefile patch-src_ipetoipe_ipetoipe_cpp graphics/ipe/pkg: PLIST Log message: Update to ipe-7.2.11. Release notes: https://mailman.science.uu.nl/pipermail/ipe-announce/2019-February/000077.html https://mailman.science.uu.nl/pipermail/ipe-announce/2019-March/000082.html From Alessandro De Laurenzis (maintainer); thanks! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/30 01:15:06 Modified files: devel/glib2/patches: patch-gio_tests_meson_build Log message: Merged upstream. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/04/30 01:21:58 Modified files: cad/yosys : Makefile Added files: cad/yosys/patches: patch-passes_cmds_show_cc Log message: Enable "show" functionality. From Alessandro De Laurenzis (maintainer); thanks! CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/04/30 01:28:32 Modified files: infrastructure/db: user.list Log message: Reserve a user for honk. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2019/04/30 01:52:12 Modified files: www/nextcloud : Tag: OPENBSD_6_5 Makefile distinfo www/nextcloud/pkg: Tag: OPENBSD_6_5 PLIST Log message: Update for Nextcloud to 16.0.0: https://nextcloud.com/changelog/ Fart cloud all the things! OK stsp@ CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2019/04/30 01:54:06 Modified files: www/nextcloud : Tag: OPENBSD_6_4 Makefile distinfo www/nextcloud/pkg: Tag: OPENBSD_6_4 PLIST Log message: Update for Nextcloud to 16.0.0: https://nextcloud.com/changelog/ Fart cloud all the things! OK stsp@ CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/04/30 01:58:18 Log message: Import honk-0.3.0. honk is the world's first provably correct social media application. Take control of your honks and join the federation in the fight against the evil empire. Send honks. Receive honks. And not just honks. Bonk, donk, tonk, all your favorite activities are here. From Horia Racoviceanu; thanks! ok jturner@ Status: Vendor Tag: bentley Release Tags: bentley_20190430 N ports/www/honk/Makefile N ports/www/honk/distinfo N ports/www/honk/pkg/DESCR N ports/www/honk/pkg/PLIST N ports/www/honk/pkg/honk.rc N ports/www/honk/pkg/README No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/04/30 02:00:14 Modified files: www : Makefile Log message: +honk CVSROOT: /cvs Module name: www Changes by: claudio@cvs.openbsd.org 2019/04/30 02:08:28 Modified files: openbgpd : papers.html Log message: Add some presentations I gave in the last year. Seems the only things missing. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/30 02:51:13 Modified files: net/dnscrypt-proxy: Makefile distinfo net/dnscrypt-proxy/pkg: DESCR README Log message: update to dnscrypt-proxy-2.0.23, from Nam Nguyen who takes maintainer CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/04/30 02:51:25 Modified files: emulators/gxemul: Makefile distinfo emulators/gxemul/pkg: PLIST Log message: Update gxemul to 0.6.1 and take maintainership. OK bentley@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/30 03:31:23 Modified files: net/blaeu : Makefile net/blaeu/pkg : PLIST Log message: unbreak; don't use FULLPKGNAME in plists CVSROOT: /cvs Module name: ports Changes by: schwarze@cvs.openbsd.org 2019/04/30 04:45:53 Modified files: textproc/docbook2mdoc: Makefile distinfo Log message: update to docbook2mdoc-1.0.2: support for and and internal framework improvents, in particular for creating, editing, and moving nodes; now good enough for /usr/xenocara/doc/xorg-docs/general/input/XKB-*.xml; OK bentley@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2019/04/30 04:51:33 Modified files: mail/mu : Makefile Log message: Drop maintainership CVSROOT: /cvs Module name: www Changes by: claudio@cvs.openbsd.org 2019/04/30 04:54:58 Modified files: openbgpd : index.html Added files: openbgpd : mail.html Log message: There is now a openbgpd users mailing list for people using OpenBGPD or OpenBGPD-portable. Development will still go via tech@ and bugs should be reported on bugs@. Lets try to keep this list low volume. mail.html is mostly based on the OpenBSD version and maybe overkill. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/30 05:08:11 Modified files: sysutils/deja-dup: Makefile distinfo sysutils/deja-dup/pkg: PLIST Removed files: sysutils/deja-dup/patches: patch-CMakeLists_txt patch-deja-dup_preferences_CMakeLists_txt patch-deja-dup_preferences_Preferences_vala patch-deja-dup_widgets_ConfigList_vala patch-deja-dup_widgets_ConfigLocation_vala patch-libdeja_PythonChecker_vala patch-man_CMakeLists_txt Log message: Update to deja-dup-40.1. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/04/30 05:09:11 Modified files: sbin/unwind : unwind.c Log message: Restrict file system access to /var/db for the dhclient lease files. This and pledge("rpath") can go once we switch to RTM_PROPOSAL. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/30 05:27:46 Removed files: sysutils/deja-dup/patches: patch-deja-dup_AssistantRestoreMissing_vala patch-deja-dup_AssistantRestore_vala patch-libdeja_CommonUtils_vala patch-libdeja_OperationRestore_vala patch-libdeja_ToolPlugin_vala Log message: Forfot to remove those. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/04/30 05:48:03 Modified files: usr.bin/mandoc : mandoc.1 Log message: improve the description of the message "blank line in fill mode"; triggered by a misunderstanding by sashan@ CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2019/04/30 06:16:46 Modified files: devel/radare2/bindings: Makefile distinfo devel/radare2/main: Makefile distinfo devel/radare2/main/pkg: PLIST Log message: Update devel/radare2 to version 3.4.1. From David Carlier, OK bentley@. Thanks! CVSROOT: /cvs Module name: www Changes by: claudio@cvs.openbsd.org 2019/04/30 06:22:30 Modified files: build : Makefile build/mirrors : openbgpd-ftp.html.head Log message: After a long long time OpenBGPD-portable is back. This is the first release of a real portable project based on what is in OpenBSD 6.5. CVSROOT: /cvs Module name: www Changes by: claudio@cvs.openbsd.org 2019/04/30 06:29:48 Modified files: openbgpd : ftp.html Log message: Sync ftp.html now that OpenBGPD-portable 6.5p0 is released CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2019/04/30 06:43:59 Modified files: . : innovations.html Log message: add unwind(8) entry and release information for rad(8); patch from Raf Czlonka CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2019/04/30 06:50:29 Modified files: games/stone-soup: Makefile Log message: - switch HOMEPAGE to HTTPS - sort according to Makefile.template CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2019/04/30 07:04:13 Modified files: . : innovations.html Log message: add openrsync(1) and docbook2mdoc(1) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/30 07:15:33 Modified files: lang/gcc/8 : Makefile Log message: use ld.bfd to link gcc/8 on i386 to unbreak; I haven't figured out how to pass notext across yet and having this broken knocks out getting on for a quarter of the ports tree on i386 (mostly via fortran). CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2019/04/30 07:22:09 Modified files: . : innovations.html Log message: for styling, rely on the already-included openbsd.css rather than having manual colour attributes; fixes HTML deprecation issues reported by validator.w3.org; no text change CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2019/04/30 07:47:43 Modified files: openbgpd : mail.html Log message: trim this page down to just what's needed. ok claudio CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/04/30 08:04:53 Modified files: meta/gnome : Makefile Log message: Unbreak: remove x11/gnome/code-assistance on behalf of jasper@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/30 08:41:35 Modified files: databases/freetds: Makefile distinfo Log message: update to freetds-1.1.6 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/04/30 08:46:48 Modified files: graphics/png : Makefile distinfo Added files: graphics/png/patches: patch-Makefile_in Log message: Security update of graphics/png to 1.6.37: CVE-2019-7317: use-after-free in png_image_free() Switch library soname from libpng16.so to libpng.so by changing the primary name in the build. Bump major version. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/04/30 09:06:33 Modified files: net/amule : Makefile Log message: Remove ixml (libupnp) from WANTLIB as well Missed in previous commit. Spotted by naddy, thanks! CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/30 09:25:50 Modified files: net/librenms : Makefile distinfo net/librenms/patches: patch-includes_defaults_inc_php net/librenms/pkg: PLIST Log message: update to librenms-1.51 CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2019/04/30 09:51:53 Modified files: sys/kern : kern_tc.c Log message: tc_setclock: always call tc_windup() before leaving windup_mtx. We ought to conform to the windup_mtx protocol and call tc_windup() even if we aren't changing the system uptime. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/04/30 09:52:42 Modified files: usr.bin/mandoc : html.c html.h man_html.c roff_html.c regress/usr.bin/mandoc/roff/ft: badargs.out_html Log message: In HTML output, allow switching the desired font for subsequent text without printing an opening tag right away, and use that in the .ft request handler. While here, garbage collect redundant enum htmlfont and reduce code duplication in print_text(). Fixing an assertion failure reported by Michael in pmRegisterDerived(3) from libpcp3-dev. CVSROOT: /cvs Module name: www Changes by: claudio@cvs.openbsd.org 2019/04/30 10:22:24 Modified files: build/mirrors : openbgpd-ftp.html.head Log message: Correct github link. From Pierre Emeriaud CVSROOT: /cvs Module name: www Changes by: claudio@cvs.openbsd.org 2019/04/30 10:23:08 Modified files: openbgpd : ftp.html Log message: Regen CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/04/30 10:34:19 Modified files: sbin/route : route.8 share/man/man4 : route.4 Log message: elaborate a little on how route priorities work; help/ok claudio CVSROOT: /cvs Module name: ports Changes by: tj@cvs.openbsd.org 2019/04/30 10:45:26 Modified files: net/libtorrent-rasterbar: Makefile distinfo net/libtorrent-rasterbar/patches: patch-include_libtorrent_config_hpp net/libtorrent-rasterbar/pkg: PLIST Log message: update to libtorrent-rasterbar 1.1.13 ok bentley CVSROOT: /cvs Module name: src Changes by: mestre@cvs.openbsd.org 2019/04/30 11:05:15 Modified files: usr.sbin/hotplugd: hotplugd.c Log message: Restrict filesystem access with unveil(2): First it needs to open(2) `device' with read permissions, /dev/hotplug by default but can be changed via arguments. Then it needs read/execute on both _PATH_ETC_HOTPLUG_{ATTACH,DETACH} to access(2) and execl(3) them. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/04/30 11:37:29 Modified files: geo/mdal : Makefile distinfo Log message: Update to mdal 0.3.1. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/04/30 11:38:31 Removed files: geo/mdal/patches: patch-tests_CMakeLists_txt Log message: Remove upstreamed patch CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/04/30 11:40:35 Modified files: lang/vala : Makefile distinfo lang/vala/pkg : PLIST-main Removed files: lang/vala/patches: no_valadoc-patch-Makefile_in no_valadoc-patch-configure_ac Log message: update to vala-0.44.3 tested in a bulk by aja, thanks! CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/04/30 11:41:56 Modified files: x11/gnome/builder: Makefile x11/gnome/libgda: Makefile Log message: sync WANTLIB after vala update CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/04/30 11:42:31 Modified files: x11/gnome/gjs : Makefile distinfo x11/gnome/gjs/pkg: PLIST Log message: update to gjs-1.56.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/04/30 11:43:15 Modified files: devel/gobject-introspection: Makefile distinfo devel/gobject-introspection/pkg: PLIST Log message: update to gobject-introspection-1.60.1 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/04/30 11:46:06 Modified files: distrib/alpha : Makefile distrib/alpha/iso: Makefile distrib/alpha/miniroot: Makefile distrib/amd64/cdfs: Makefile distrib/amd64/iso: Makefile distrib/amd64/ramdiskA: Makefile distrib/amd64/ramdisk_cd: Makefile distrib/arm64 : Makefile distrib/arm64/ramdisk: Makefile distrib/armv7/miniroot: Makefile.inc distrib/armv7/ramdisk: Makefile list distrib/hppa/iso: Makefile distrib/hppa/ramdisk: Makefile list.local distrib/i386/cdfs: Makefile distrib/i386/iso: Makefile distrib/i386/ramdisk: Makefile list.local distrib/i386/ramdisk_cd: Makefile distrib/landisk: Makefile distrib/landisk/ramdisk: Makefile distrib/loongson: Makefile distrib/loongson/ramdisk: Makefile distrib/luna88k: Makefile distrib/luna88k/ramdisk: Makefile distrib/macppc/iso: Makefile distrib/macppc/ramdisk: Makefile distrib/miniroot: list2sh.awk distrib/octeon : Makefile distrib/octeon/ramdisk: Makefile distrib/ramdisk: Makefile distrib/sgi : Makefile distrib/sgi/cdfs: Makefile distrib/sgi/iso: Makefile distrib/sgi/ramdisk: Makefile distrib/socppc : Makefile distrib/socppc/ramdisk: Makefile distrib/sparc64: Makefile distrib/sparc64/cdfs: Makefile distrib/sparc64/iso: Makefile distrib/sparc64/miniroot: Makefile distrib/sparc64/ramdisk: Makefile distrib/sparc64/ramdiskB: Makefile Added files: distrib/alpha/miniroot: list.local distrib/sparc64/miniroot: list Removed files: distrib/alpha/bsd.rd: Makefile list.local distrib/alpha/cdfs: Makefile distrib/alpha/common: Makefile.inc distrib/alpha/floppy: Makefile distrib/alpha/floppyB: Makefile distrib/alpha/floppyC: Makefile distrib/amd64/ramdiskA: Makefile.inc distrib/amd64/ramdisk_cd: Makefile.inc distrib/arm64/miniroot: Makefile distrib/arm64/ramdisk: Makefile.inc distrib/armv7/ramdisk: Makefile.inc distrib/i386/common: Makefile.inc distrib/landisk/miniroot: Makefile distrib/landisk/ramdisk: Makefile.inc distrib/loongson/cdfs: Makefile distrib/loongson/miniroot: Makefile distrib/loongson/ramdisk: Makefile.inc distrib/luna88k/miniroot: Makefile distrib/luna88k/ramdisk: Makefile.inc distrib/macppc/ramdisk: Makefile.inc distrib/octeon/miniroot: Makefile distrib/octeon/ramdisk: Makefile.inc distrib/sgi/ramdisk: Makefile.inc distrib/socppc/miniroot: Makefile distrib/socppc/ramdisk: Makefile.inc distrib/sparc64/bsd.rd: Makefile list distrib/sparc64/common: Makefile.inc Log message: Every Makefile on every architecture had deviated in unique ways. Eliminate many more differences. When it makes sense, build bsd.rd and miniroot/ramdisk.fs and cd.iso in the same directory. More steps coming after this.. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/04/30 12:02:03 Modified files: usr.bin/tmux : cmd-show-options.c Log message: Fix user options after show-hooks merge, GitHub issue 1704. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/04/30 12:05:11 Modified files: sbin/vnconfig : vnconfig.8 Log message: tweak synopsis to match actual option logic okay schwarze@, jmc@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/04/30 12:06:44 Modified files: distrib/loongson/ramdisk: Makefile Log message: fix disktype related typo CVSROOT: /cvs Module name: src Changes by: mestre@cvs.openbsd.org 2019/04/30 12:28:45 Modified files: usr.bin/chpass : chpass.c Log message: add unveil(2): chpass(1) without parameters enters in edit mode by default, in here it will need to execute _PATH_BSHELL to spawn a new EDITOR, _PATH_SHELLS to check (read) if we are changing from/to a non-standard shell (in case we are not root) and read access to `tempname' to verify if the file has valid entries and create to unlink it. If -s is used to change a user's shell then it will need read access to _PATH_SHELLS by the same reason already mentioned above. Unconditionally we need to unveil _PATH_MASTERPASSWD_LOCK with write/create permissions, _PATH_MASTERPASSWD with read and _PATH_PWD_MKDB to execute pwd_mkdb(8). In the -a case I'm not unveiling /etc/spwd.db since we can get it through pledge "getpw", which can be added later for completeness of all code paths. Note also that the first pledges need "unveil" since we will call unveil(2) afterwards. "looks good" deraadt@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/04/30 12:39:10 Modified files: graphics/png : Tag: OPENBSD_6_5 Makefile Added files: graphics/png/patches: Tag: OPENBSD_6_5 patch-png_c Log message: security fix for CVE-2019-7317 (use-after-free in png_image_free) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/04/30 12:40:43 Modified files: distrib/alpha/miniroot: Makefile Added files: distrib/alpha/miniroot: install.md list Removed files: distrib/alpha/common: install.md list distrib/alpha/miniroot: list.local Log message: common directory is pointless now CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/04/30 12:48:26 Modified files: usr.bin/mandoc : main.c mansearch.c mansearch.h Log message: In man(1) mode, i.e. when asking for a single manual page by name, prefer file name matches over .Dt/.TH matches over first NAME matches over later NAME matches, but do not change the ordering for apropos(1) nor for man -a. This reverts main.c rev. 1.213 and mansearch.h rev. 1.23 and includes a partial revert of mansearch.c rev. 1.62. Regression reported by Lorenzo Beretta as part of https://github.com/void-linux/void-packages/issues/9868 . CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/04/30 13:20:24 Modified files: distrib/sparc64: Makefile distrib/sparc64/miniroot: Makefile Removed files: distrib/sparc64/cdfs: Makefile Log message: merge cdfs into miniroot, so that it doesn't need obj reacharound CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/04/30 13:42:02 Modified files: graphics/libansilove: Makefile distinfo Log message: Update libansilove to 1.1.2. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2019/04/30 13:53:27 Modified files: sys/dev/ofw : ofw_regulator.c Log message: We are allowed to enable regulators with the "regulator-always-on" property. The definition is that a regulator with this property should never be disabled. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2019/04/30 14:00:25 Modified files: sys/dev/fdt : mvclock.c Log message: Add support for the Armada 3720 clocks to mvclock(4). ok kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2019/04/30 14:04:31 Modified files: sys/arch/arm64/arm64: machdep.c sys/arch/arm64/conf: GENERIC RAMDISK sys/dev/fdt : files.fdt Added files: sys/dev/fdt : mvuart.c Log message: Add mvuart(4) to support the Armada 3720's serial console. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2019/04/30 14:06:32 Modified files: sys/dev/fdt : mvpinctrl.c Log message: Add support for the Armada 3720 pinctrl controller to mvpinctrl(4). This controller does not only support pinmuxing, but also includes GPIO controller functionality. This is needed to e.g. turn on USB VBus on the Turris Mox. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2019/04/30 14:09:12 Modified files: sys/dev/usb : xhci.c Log message: Decrease verbosity when XHCI_DEBUG is defined. ok mpi CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2019/04/30 14:17:12 Modified files: sys/dev/pci : envy.c envyreg.h Log message: Enable EnvyHT-specific sample rates (above 96kHz) on the host controller. Tests and help from Andrey Oktyabrskiy . Thanks. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2019/04/30 14:21:36 Modified files: sys/dev/pci : envy.c Log message: Fix ESI juil@'s EEPROM contents holding default GPIO state. The new GPIO state doesn't set masked bits and matches the default 48kHz sampling rate. As the codec uses the host clock, this is a no-op, but this way the code is less confusing. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2019/04/30 14:22:54 Modified files: sys/arch/arm64/conf: GENERIC RAMDISK Log message: Enable mvmdio(4) and mvneta(4) on arm64 as well. These are part of the Armada 3720 SoC as used on the Turris Mox. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2019/04/30 14:26:02 Modified files: sys/dev/fdt : if_mvneta.c Log message: Attach mvneta(4) on the Armada 3720 SoC. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2019/04/30 14:29:46 Modified files: sys/dev/pci : envy.c envyvar.h Log message: Add a "set_rate" method to the envy codec API. This allows to hook card-specific codec initialization code called when the sample rate is changed. As codecs follow host clock, this method will be typically used to switch between simple-speed to double-speed modes when necessary. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2019/04/30 14:38:04 Modified files: sys/dev/pci : envy.c envyreg.h Log message: Implement the set_rate() method for ESI Juli@ cards. The set_rate method switches the AK5385 and the AK4358 chips between single-, double- or quad-speed modes depending on the host sample rate. This suppresses aliasing noise in 96kHz and 192kHz sample rates. Help and testing by Andrey Oktyabrskiy . Thanks! CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/04/30 14:38:30 Modified files: distrib/amd64 : Makefile distrib/amd64/ramdisk_cd: Makefile Removed files: distrib/amd64/cdfs: Makefile Log message: pull cdfs into ramdisk_cd CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2019/04/30 14:44:15 Modified files: sys/dev/pci : envy.c Log message: Make AK5385-related macros of ap192k cards look like julia ones. As ap192k and julia cards are very similar, this change will hopefully help reusing part of the juilia codec initialization code as is in the ap192k card code. No behavior change. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/04/30 14:44:32 Modified files: math/lapack : Makefile math/lapack/files: Makefile Log message: Add missing ilaenv2stage function to our Makefile Missed in the update to lapack-3.8.0. Fixes loading of py-numpy and friends as reported by landry@. ok landry@ steven@ (maintainer) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/04/30 15:11:22 Modified files: distrib/i386 : Makefile distrib/i386/ramdisk_cd: Makefile Removed files: distrib/i386/cdfs: Makefile Log message: Also pull cdrom production into the full ramdisk build. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/04/30 15:15:00 Modified files: distrib/alpha/iso: Makefile distrib/alpha/miniroot: Makefile distrib/amd64/iso: Makefile distrib/amd64/ramdiskA: Makefile distrib/amd64/ramdisk_cd: Makefile distrib/arm64/ramdisk: Makefile distrib/armv7/ramdisk: Makefile distrib/hppa/iso: Makefile distrib/hppa/ramdisk: Makefile distrib/i386/iso: Makefile distrib/i386/ramdisk: Makefile distrib/landisk/ramdisk: Makefile distrib/loongson/ramdisk: Makefile distrib/luna88k/ramdisk: Makefile distrib/macppc/iso: Makefile distrib/macppc/ramdisk: Makefile distrib/octeon/ramdisk: Makefile distrib/ramdisk: Makefile distrib/sgi/cdfs: Makefile distrib/sgi/iso: Makefile distrib/sgi/ramdisk: Makefile distrib/socppc/ramdisk: Makefile distrib/sparc64/iso: Makefile distrib/sparc64/miniroot: Makefile distrib/sparc64/ramdisk: Makefile distrib/sparc64/ramdiskB: Makefile Log message: rm is in /bin, no need to specify CVSROOT: /cvs Module name: xenocara Changes by: schwarze@cvs.openbsd.org 2019/04/30 15:37:43 Modified files: doc/xorg-docs : Makefile.bsd-wrapper Added files: doc/xorg-docs/general/fonts: defs.ent fonts.7 Log message: install the fonts(7) manual page; feedback and OK in principle matthieu@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/04/30 15:52:44 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.2.1 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/04/30 17:25:19 Modified files: distrib/alpha/miniroot: Makefile distrib/amd64/ramdiskA: Makefile distrib/amd64/ramdisk_cd: Makefile distrib/arm64/ramdisk: Makefile distrib/armv7/ramdisk: Makefile distrib/hppa/ramdisk: Makefile distrib/i386/ramdisk: Makefile distrib/i386/ramdisk_cd: Makefile distrib/landisk/ramdisk: Makefile distrib/loongson/ramdisk: Makefile distrib/macppc/ramdisk: Makefile distrib/octeon/ramdisk: Makefile distrib/socppc/ramdisk: Makefile distrib/sparc64/miniroot: Makefile distrib/sparc64/ramdiskB: Makefile Log message: repair more trivial differences CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/04/30 17:37:32 Modified files: distrib/alpha/miniroot: Makefile distrib/amd64/iso: Makefile distrib/amd64/ramdisk_cd: Makefile distrib/i386/iso: Makefile distrib/i386/ramdisk_cd: Makefile distrib/octeon/ramdisk: Makefile distrib/sparc64/miniroot: Makefile distrib/sparc64/ramdisk: Makefile distrib/sparc64/ramdiskB: Makefile Log message: step by step, more removal of differences CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/04/30 18:32:16 Modified files: textproc/p5-Text-RecordParser: Makefile distinfo textproc/p5-Text-RecordParser/pkg: DESCR PLIST Log message: p5-Text-RecordParser: update to 1.6.5 Also improve DESCR to mention optional depends and bundled utils. Changelog: https://metacpan.org/source/KCLARK/Text-RecordParser-1.6.5/Changes OK afresh1@ sthen@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/04/30 18:37:55 Modified files: devel/p5-File-pushd: Makefile distinfo Log message: p5-File-pushd: update to 1.016 Changelog: https://metacpan.org/source/DAGOLDEN/File-pushd-1.016/Changes OK afresh1@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/04/30 18:47:45 Modified files: sysutils/p5-Capture-Tiny: Makefile distinfo Log message: p5-Capture-Tiny: update to 0.48 Changelog: https://metacpan.org/changes/release/DAGOLDEN/Capture-Tiny-0.48 tweaks (thanks!) and OK afresh1@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/04/30 19:22:00 Modified files: devel/py-test : Makefile distinfo devel/py-test/pkg: PLIST Log message: This brings py-test up to a release from this year and solves some issues with testing on newer ports. OK phessler@ sthen@ shadchin@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/04/30 19:24:44 Modified files: devel/py-pluggy: Makefile distinfo devel/py-pluggy/pkg: PLIST Log message: This brings py-pluggy up to date and is necessary for the py-test and py-hypothesis updates. OK phessler@ sthen@ shadchin@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/04/30 19:26:32 Modified files: devel/py-hypothesis: Makefile distinfo devel/py-hypothesis/pkg: PLIST Log message: This brings py-hypothesis up to a release from this year and solves some issues with testing on newer ports. It is necessary for the py-test and py-pluggy updates and will be needed for other python updates. OK phessler@ sthen@ shadchin@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/04/30 19:28:32 ports/devel/py-test-benchmark/patches Update of /cvs/ports/devel/py-test-benchmark/patches In directory cvs.openbsd.org:/tmp/cvs-serv69531/patches Log Message: Directory /cvs/ports/devel/py-test-benchmark/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/04/30 19:29:54 Modified files: devel/py-test-benchmark: Makefile distinfo devel/py-test-benchmark/pkg: PLIST Added files: devel/py-test-benchmark/patches: patch-src_pytest_benchmark_plugin_py Log message: This brings py-test-benchmark up to date and is needed for some updated python ports. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/04/30 21:51:17 Modified files: converters/libdvdcss: Makefile devel/libdvdread: Makefile distinfo devel/libdvdread/patches: patch-src_dvd_input_c devel/libdvdread/pkg: PLIST multimedia/libdvdnav: Makefile distinfo Removed files: devel/libdvdread/patches: patch-src_ifo_read_c Log message: Update libdvdread and libdvdnav to latest versions. Update HOMEPAGE and MASTER_SITES of libdvdcss. Tested to play a DVD on my laptop. From Brad Smith, thanks. sthen@ "Diff looks good to me but I have no optical drives to test with.." OK espie@ (maintainer of libdvdread) "Go for it" CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/04/30 22:04:03 Log message: Siphon is a collection of Python utilities for downloading data from remote data services. Much of Siphon's current functionality focuses on access to data hosted on a THREDDS Data Server. It also provides clients to a variety of simple web services. From Martin Reindl OK sthen@ Status: Vendor Tag: kmos Release Tags: kmos_20190501 N ports/net/py-siphon/Makefile N ports/net/py-siphon/distinfo N ports/net/py-siphon/pkg/DESCR N ports/net/py-siphon/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/04/30 22:09:44 Modified files: net : Makefile Log message: +py-siphon +py-siphon,python3 CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/05/01 00:07:14 Modified files: usr.bin/tmux : window-copy.c Log message: Remove unused variable from Thomas Adam. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/05/01 00:11:46 Modified files: sys/net : if_tun.c Log message: pretty much all of tun_wakeup needs to be protected with KERNEL_LOCK tun_wakeup is called from the network stack, which generally runs with NET_LOCK, not KERNEL_LOCK, which is a problem when it calls into things like csignal or kq code. this started causing corruption and panics of a list inside the kq code, which got reported to bugs@. this version of the fix is ok mpi@ (even though he hasn't seen it) an earlier but far trickier fix was ok visa@ the bug was reported by Olivier Antoine, and again by jmc@ privately. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/05/01 00:22:39 Modified files: sys/kern : kern_event.c Log message: sprinkle some KERNEL_ASSERT_LOCKED() operations that tweak the kq_head and kq_count need to be serialised against the kevent syscall which also fumbles with the list and count too. these asserts would have made it extremely obvious where the tun(4) bug was. for half the time of the bug report about it we werent even sure it was tun(4) discussed with mpi@ jmatthew@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/05/01 00:23:39 Modified files: usr.bin/units : units.lib Log message: update currency exchange rates; CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/05/01 00:26:42 Modified files: sys/kern : kern_sig.c Log message: add a KERNEL_ASSERT_LOCKED() to ptsignal it obviously needs to be called with the kernel lock held, so it makes sense to check that so we can unlock more code without introducing bugs that shoot us in the face in the indeterminate future. csignal is basically a wrapper around ptsignal, so calls to that without the kernel lock should be caught by this too. discussed with mpi@ on bugs@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/01 00:52:00 Modified files: multimedia/dav1d: Makefile distinfo Removed files: multimedia/dav1d/patches: patch-src_x86_itx_ssse3_asm Log message: Update to dav1d-0.3.0. from Brad (maintainer) CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/05/01 01:22:24 Modified files: sys/dev/pci/drm/include/linux: wait.h Log message: Avoid using an expression which resolves to an int in a bool context when a nested macro is called with an expression argument. Prompted by -Wint-in-bool-context with gcc 8. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/01 04:06:46 Modified files: devel/libwnck3 : Makefile distinfo devel/libwnck3/pkg: PLIST Log message: Update to libwnck3-3.32.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/01 04:07:53 Modified files: x11/mate/notification-daemon: Makefile x11/xfce4/xfce4-pulseaudio: Makefile x11/mate/system-monitor: Makefile x11/xfce4/xfce4-taskmanager: Makefile x11/xfce4/xfce4-xkb: Makefile x11/mate/panel : Makefile x11/xfce4/xfdashboard: Makefile Log message: Sync WANTLIB/LIB_DEPENDS after recent libwnck3 update. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/01 04:20:24 Modified files: sysutils/duplicity: Makefile distinfo sysutils/duplicity/patches: patch-bin_duplicity patch-bin_duplicity_1 patch-setup_py Added files: sysutils/duplicity/patches: patch-duplicity_util_py patch-testing_unit_test_exc_py Log message: Update to duplicity-0.7.19 and bring a patch from Fedora that should fix a unicode issue reported by stsp@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/05/01 04:58:37 Modified files: www/chromium : Makefile distinfo www/chromium/pkg: PFRAG.component Log message: update to 74.0.3729.131 and fix component flavor CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/05/01 05:38:52 Modified files: graphics/py-matplotlib: Makefile distinfo graphics/py-matplotlib/patches: patch-setupext_py graphics/py-matplotlib/pkg: PLIST Removed files: graphics/py-matplotlib/patches: patch-extern_ttconv_pprdrv_tt_cpp patch-lib_matplotlib_sphinxext_tests_test_tinypages_py patch-src__image_wrapper_cpp Log message: Update to matplotlib-2.2.4. Reply daniel@ (maintainer): "Put it in..." CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2019/05/01 05:41:25 Modified files: build : mirrors.dat Log message: comment-out mirrors which are either persistently out of date (aarnet, internode) or are down (ipacct). CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2019/05/01 05:41:49 Modified files: . : ftp.html ftplist httpslist openbgpd : ftp.html openssh : ftp.html portable.html openntpd : portable.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/01 05:53:03 Modified files: lang/gcc/8 : Makefile Log message: remove the znotext suggestion from the i386 comment, same issue with "ld: error: XX: has non-ABS relocation R_386_GOTOFF against symbol 'XX'" is seen on other ports (telephony/asterisk, math/py-scipy) when built with gcc 8 and znotext does not help there, so is unlikely to help here either. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/05/01 06:09:11 Modified files: devel/glib2 : Makefile Added files: devel/glib2/patches: patch-glib_gutils_c Log message: re-introduce the patch which was removed by the previous update so that XDG directories are actually checked if they exist before adding them to the list which is important for programs using unveil(2). ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/01 06:12:24 Modified files: lang/gcc/8 : Makefile math/py-scipy : Makefile telephony/asterisk: Makefile Log message: Use ld.bfd to link math/py-scipy and telephony/asterisk on i386, like gcc/8 itself they fail with "has non-ABS relocation R_386_GOTOFF against symbol XXX" with LLD. Mention these ports in the comment in lang/gcc/8/Makefile. CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/01 07:41:20 Modified files: mail/dovecot : Makefile mail/dovecot/pkg: README-server Log message: Bump limit, from Hiltjo Posthuma Remove mention about full-text search since the internal FTS indexer was removed and it's out-of-process now. Requested by sthen@ No feedback from maintainer. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/05/01 07:49:52 Modified files: devel : Makefile devel/py-backports-abc: Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Removing another useless python3 flavor from a port that backports functionality to python 2.x and versions of python 3.x much earlier than what we have. OK sthen@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/05/01 08:03:25 Modified files: distrib/octeon/ramdisk: Makefile Log message: Fix miniroot partition. OK deraadt@ CVSROOT: /cvs Module name: www Changes by: naddy@cvs.openbsd.org 2019/05/01 08:03:27 Modified files: . : 65.html Log message: 8556 mips64 packages CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/05/01 08:13:12 Modified files: libexec/getty : main.c Log message: Pull tname initialization up since it's used in an error path. Pointed out by jsg, just fix it deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/01 08:34:14 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-244.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/01 08:39:11 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py-boto3-1.9.139. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/01 08:39:24 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py-botocore-1.12.139. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/01 08:39:37 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.16.149. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2019/05/01 08:51:40 Modified files: sys/dev/usb : uaudio.c Log message: Use the proper UAC-v2.0 request to read the device controls. Fixes STALL errors in mixer requests causing the mixer to be unusable. With help from Claus . Thanks. CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/01 10:04:26 Modified files: books/cvs-guide: Makefile converters/xlhtml: Makefile devel/p5-File-Sync: Makefile graphics/libwmf: Makefile mail/p5-Log-Procmail: Makefile net/ucspi-unix : Makefile net/yafc : Makefile textproc/p5-XML-XSLT: Makefile books/docbook-guide: Makefile math/p5-Math-FFT: Makefile Log message: Remove avsm@ as maintainer per his request CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/01 10:07:04 Modified files: textproc/docx2txt: Makefile devel/p5-Devel-Cover-Report-Clover: Makefile Log message: Remove schwarze@ as maintainer per his request CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2019/05/01 10:10:35 Modified files: . : macppc.html build : versionup Log message: the ofwboot line needs a version bump too; reminded by stephane huc CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/01 11:27:46 Modified files: graphics/py-Pillow: Makefile distinfo graphics/py-Pillow/pkg: PLIST Log message: update to py-Pillow-6.0.0 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/05/01 11:36:30 Modified files: meta/tor-browser: Makefile www/tor-browser: Makefile.inc www/tor-browser/browser: Makefile distinfo www/tor-browser/https-everywhere: Makefile distinfo www/tor-browser/noscript: Makefile distinfo www/tor-browser/tor-launcher: Makefile www/tor-browser/torbutton: Makefile distinfo Removed files: www/tor-browser/browser/patches: patch-build_moz_configure_init_configure Log message: Update to tor-browser 8.0.8, from MAINTAINER Sean Levy CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/01 11:43:03 Modified files: www/sblg : Makefile distinfo Log message: update to sblg-0.4.23, from maintainer Bryan Vyhmeister CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/01 11:43:15 Modified files: net/telepathy/folks: Makefile distinfo net/telepathy/folks/pkg: PLIST Removed files: net/telepathy/folks/patches: patch-backends_eds_Makefile_in patch-backends_eds_lib_Makefile_in patch-folks_Makefile_in patch-folks_individual_vala patch-folks_potential-match_vala patch-tools_inspect_signal-manager_vala Log message: update to folks-0.12.1 CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2019/05/01 13:12:47 Modified files: lib/libevent : event.c Log message: Require clock_gettime(CLOCK_MONOTONIC) and remove fallback code If clock_gettime(CLOCK_MONOTONIC) fails here, something is really wrong. Lots of userland already require it anyway. Removing the fallback code means less code, less global state and less fiddling with the timeheap internals. ok nicm@ tedu@ tobias@ cheloha@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2019/05/01 13:14:25 Modified files: lib/libevent : event.c Log message: Tweaks previous: gettime() can be void, use TIMESPEC_TO_TIMEVAL ok nicm@ tobias@ cheloha@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/05/01 13:21:57 Modified files: sysutils/monit : Makefile distinfo sysutils/monit/pkg: PLIST Log message: Update to monit 5.25.3. ok dhill@ jung@ & Caspar Schutijser (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/01 13:29:44 Modified files: devel/ElectricFence: Makefile fonts/ru-pscyr : Makefile games/csmash : Makefile mail/milter-regex: Makefile mail/milter-spamd: Makefile mail/relaydb : Makefile misc/garmin-utils: Makefile net/kissd : Makefile security/hatchet: Makefile sysutils/resmon: Makefile sysutils/xbatt : Makefile www/blogsum : Makefile www/p5-HTTP-Lite: Makefile www/snownews : Makefile Log message: drop maintainers with bouncing @openbsd.org addresses; thanks danj for the list CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/01 13:56:13 Modified files: net/tcpstat : Makefile Log message: update MAINTAINER email CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/01 13:57:08 Modified files: audio/cplay : Makefile devel/cvslock : Makefile devel/giblib : Makefile devel/p5-Data-Munge: Makefile devel/p5-Hash-Flatten: Makefile devel/p5-Hash-Merge-Simple: Makefile devel/p5-IPC-Signal: Makefile devel/p5-POSIX-strftime-Compiler: Makefile devel/p5-Return-MultiLevel: Makefile devel/p5-Safe-Isa: Makefile devel/p5-Signal-Mask: Makefile devel/p5-Stream-Buffered: Makefile devel/p5-Test-Time: Makefile devel/p5-Try-Tiny: Makefile devel/p5-namespace-autoclean: Makefile games/wanderer : Makefile graphics/scrot : Makefile misc/clex : Makefile sysutils/bchunk: Makefile textproc/p5-Template-Tiny: Makefile www/p5-Apache-LogFormat-Compiler: Makefile www/p5-Cookie-Baker: Makefile www/p5-Dancer-Plugin-Database-Core: Makefile www/p5-Dancer2 : Makefile www/p5-Dancer2-Plugin-Ajax: Makefile www/p5-Dancer2-Plugin-Auth-Tiny: Makefile www/p5-Dancer2-Plugin-DBIC: Makefile www/p5-Dancer2-Plugin-Database: Makefile www/p5-Plack-Middleware-FixMissingBodyInRedirect: Makefile www/p5-Plack-Middleware-RemoveRedundantBody: Makefile www/p5-Twiggy : Makefile x11/nagstamon : Makefile Log message: drop MAINTAINERs where dns domain does not exist CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/01 14:12:52 Modified files: sysutils/tpb : Makefile textproc/pdftk : Makefile databases/p5-pgsql: Makefile devel/libbio : Makefile devel/libfmt : Makefile devel/libregexp9: Makefile devel/libutf : Makefile devel/mk : Makefile graphics/s10sh : Makefile net/igmpproxy : Makefile plan9/9wm : Makefile Log message: Remove maintainers per their requests CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/01 14:24:00 Modified files: textproc/pdftk : Makefile distinfo Log message: update to pdftk(java)-3.0.3, take maintainer CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/05/01 14:52:28 Modified files: gnu/usr.sbin/mkhybrid/src: write.c Log message: only do the "when are we finished" countdown if at high verbose CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/05/01 14:52:36 Modified files: gnu/usr.sbin/mkhybrid/src: mkisofs.c Log message: default to not verbose CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/05/01 14:53:35 Modified files: distrib/alpha/iso: Makefile distrib/alpha/miniroot: Makefile Log message: increase verbose +1 (the required level for spitting out block start/end for files, which is tee'd out to tell installboot where the bootblocks should point to..) Yes, someone could fix this, but it won't be me today! CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/05/01 14:53:55 Modified files: distrib/amd64/iso: Makefile distrib/amd64/ramdisk_cd: Makefile distrib/i386/iso: Makefile distrib/i386/ramdisk_cd: Makefile distrib/loongson/ramdisk: Makefile distrib/macppc/iso: Makefile distrib/macppc/ramdisk: Makefile distrib/sgi/cdfs: Makefile Log message: verbose mkhybrid was never needed on these arch CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/05/01 15:02:07 Modified files: sys/conf : Tag: OPENBSD_6_5 newvers.sh Log message: 6.5-stable CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/05/01 15:06:08 Modified files: sys/netinet6 : Tag: OPENBSD_6_3 ip6_output.c raw_ip6.c Log message: For raw IPv6 sockets userland may specify an offset where the checksum field is located. During rip6 input and output make sure that this field is within the packet. The offset my be -1 to disable the feature, otherwise it must be non-negative and aligned. Do a stricter check during setsockopt(2). from FreeBSD; OK claudio@ OpenBSD 6.3 errata 033 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/05/01 15:07:27 Modified files: sys/netinet6 : Tag: OPENBSD_6_4 ip6_output.c raw_ip6.c Log message: For raw IPv6 sockets userland may specify an offset where the checksum field is located. During rip6 input and output make sure that this field is within the packet. The offset my be -1 to disable the feature, otherwise it must be non-negative and aligned. Do a stricter check during setsockopt(2). from FreeBSD; OK claudio@ OpenBSD 6.4 errata 017 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/05/01 15:08:24 Modified files: sys/netinet6 : Tag: OPENBSD_6_5 ip6_output.c raw_ip6.c Log message: For raw IPv6 sockets userland may specify an offset where the checksum field is located. During rip6 input and output make sure that this field is within the packet. The offset my be -1 to disable the feature, otherwise it must be non-negative and aligned. Do a stricter check during setsockopt(2). from FreeBSD; OK claudio@ OpenBSD 6.5 errata 001 CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/01 15:10:06 Modified files: audio/py-mpd : Makefile x11/xcursor-dmz: Makefile audio/wavpack : Makefile fonts/ubuntu-fonts: Makefile mail/getmail : Makefile Log message: Remove maintainers per their requests CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2019/05/01 15:42:53 Modified files: lang/racket-minimal: Makefile Log message: Portroach doesn't show racket. Maybe there is something wrong in the regex. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/05/01 15:47:27 Modified files: devel/pcre2 : Makefile distinfo devel/pcre2/patches: patch-RunGrepTest devel/pcre2/pkg: PLIST Log message: Update to pcre2-10.33 Minor bump because of symbol additions in all libraries. From Nam Nguyen (maintainer) CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2019/05/01 15:52:00 Modified files: mail/p5-Mail-DKIM-Iterator: Makefile distinfo Log message: update p5-Mail-DKIM-Iterator to 1.009 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/01 16:05:02 Modified files: editors/vim : Makefile Log message: flavour cleanup; drop the motif/athena flavours that we don't package rsadowski cwen kmos danj agree < sthen> /me sets it on fire and jumps over it (seeing as it's beltane) < kmos> Careful. Don't get any of it on you. < sthen> oh we are used to fire in the town where i live ;) < sthen> https://www.youtube.com/watch?v=qnXx6jvsQto < kmos> No, not the fire. Don't get any motif on you. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/01 16:05:30 Modified files: editors/vim : Makefile editors/vim/pkg: DESCR-main Log message: update flavours in DESCR CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/05/01 16:21:13 Modified files: lang/kona : Makefile distinfo Log message: Update to kona-3.2.0.20190430 CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/01 16:33:14 Modified files: devel/p5-File-BOM: Makefile distinfo Log message: p5-File-BOM: update to 0.16 Changelog: https://metacpan.org/changes/release/MATTLAW/File-BOM-0.16 OK sthen@ steven@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/05/01 16:55:06 Modified files: distrib/landisk/ramdisk: Makefile Log message: Do not need reacharound back to our own obj directory, pretty silly CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/05/01 16:55:58 Modified files: distrib/loongson/ramdisk: Makefile Log message: Do not need reacharound back to our own obj directory, pretty silly CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/01 17:04:59 Modified files: telephony/asterisk-g729: Makefile telephony/asterisk: Makefile Log message: just set COMPILER=ports-gcc for asterisk/asterisk-g729 (dropping base-gcc). CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2019/05/01 17:34:17 Modified files: net : Makefile net/py-ftpdlib : Makefile distinfo net/py-ftpdlib/pkg: PLIST Log message: Update to pyftpd 1.5.5 and add python3 flavor. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/01 19:03:11 Modified files: editors/vim : Makefile distinfo editors/vim/patches: patch-runtime_filetype_vim editors/vim/pkg: PLIST-lang Removed files: editors/vim/patches: patch-runtime_gvim_desktop Log message: update to vim-8.1.1244 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/05/01 19:18:40 Modified files: distrib/sgi/cdfs: Makefile Log message: refer do the nested FFS filesystem by name FS, since it is similar to a miniroot.fs elsewhere (but not made available because noone needs it) this reduces the diff delta further... CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/05/01 19:53:26 Modified files: devel/p5-Task-Weaken: Makefile distinfo Log message: Update devel/p5-Task-Weaken to 1.06 OK cwen@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/05/01 19:54:14 Modified files: devel/p5-Class-Inspector: Makefile distinfo Log message: Update devel/p5-Class-Inspector to 1.34 OK cwen@ CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2019/05/01 19:54:29 Modified files: . : errata63.html errata64.html errata65.html Log message: i've come from the future to release the rip6chksum errata CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2019/05/01 20:12:54 Modified files: . : errata65.html Log message: typo in the url CVSROOT: /cvs Module name: www Changes by: lteo@cvs.openbsd.org 2019/05/01 20:20:12 Modified files: . : events.html Log message: Add my CarolinaCon 15 talk CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/05/01 20:59:29 Modified files: distrib/macppc/ramdisk: Makefile Log message: bsd.tbxi can be found in DESTDIR, rather than a excessively long obj reacharound CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/05/01 21:01:25 Modified files: www/links+ : Makefile distinfo Log message: Update to links+-2.19 Original diff from Tim Meunier (MAINTAINER) plus WANTLIB tweaks by me. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/05/01 21:34:40 Log message: Import qucs-s-0.0.21. Qucs-S is a spin-off of the Qucs cross-platform circuit simulator (which uses its own simulation kernel Qucsator). "S" letter indicates SPICE. The purpose of the Qucs-S subproject is to use free SPICE circuit simulation kernels with the Qucs GUI. Qucs-S is not a simulator by itself, but it requires to use a simulation backend (Ngspice is recommended). From Alessandro De Laurenzis; thanks! ok sthen@ Status: Vendor Tag: bentley Release Tags: bentley_20190501 N ports/cad/qucs-s/Makefile N ports/cad/qucs-s/distinfo N ports/cad/qucs-s/pkg/DESCR N ports/cad/qucs-s/pkg/PLIST N ports/cad/qucs-s/patches/patch-contrib_CMakeLists_txt N ports/cad/qucs-s/patches/patch-qucs-attenuator_CMakeLists_txt N ports/cad/qucs-s/patches/patch-qucs_CMakeLists_txt No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/05/01 21:35:24 Modified files: cad : Makefile Log message: +qucs-s CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/05/01 23:03:08 Modified files: www/honk : Makefile distinfo www/honk/pkg : PLIST Log message: Update to honk-0.4.0. From Horia Racoviceanu; thanks! ok jturner@ While here, disable ccache, which breaks the build. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/05/01 23:13:05 Modified files: x11/kde4/plasma-addons: Makefile x11/kde4/plasma-addons/patches: patch-CMakeLists_txt x11/kde4/plasma-addons/pkg: PLIST Log message: Remove marble support in KDE4 plasma OK sthen@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/05/02 00:19:33 Modified files: distrib/miniroot: install.sub Log message: Keep SHA256.sig around on the installed / upgraded system. It seems like sysupgrade(8) could use this to figure out if a new snapshot is available. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/05/02 00:46:36 Modified files: devel/jenkins/devel: Makefile distinfo Log message: Update jenkins -devel to 2.175 CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2019/05/02 01:00:46 Modified files: sys/arch/amd64/include: specialreg.h Log message: Fix vmm_support.S compilation error with gcc 8.3 ok deraadt CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/02 01:45:16 Modified files: net/telepathy/folks: Makefile Log message: No need to override PORTROACH anymore; we are back on stable releases. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2019/05/02 02:12:56 Modified files: graphics/gifsicle: Makefile distinfo Log message: Update to gifsicle-1.92. CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2019/05/02 02:30:10 Modified files: lib/libc/stdio : open_memstream.c Log message: Fix a comparison in open_memstream not to confuse when a negative value is given for the off. found by nagasaka at IIJ. ok deraadt CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2019/05/02 02:35:10 Modified files: etc/etc.amd64 : login.conf Log message: pbuild class: bump datasize and maxproc; these should be sufficient for running a ports bulk without bumping anything else (matches what's on amd64.ports and exopi) ok sthen@ phessler@ espie@ naddy@ CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2019/05/02 02:38:41 Modified files: regress/lib/libc/open_memstream: open_memstreamtest.c Log message: Add test fseek(,-1) works properly. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2019/05/02 03:16:45 Modified files: textproc/highlight: Makefile distinfo textproc/highlight/patches: patch-man_highlight_1 textproc/highlight/pkg: PLIST Log message: Update to highlight-3.50. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2019/05/02 03:27:09 Modified files: security/lynis : Makefile distinfo security/lynis/pkg: DESCR PLIST Log message: Update for Lynis to 2.7.4: https://cisofy.com/changelog/lynis/#274 OK rsadowski@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/05/02 03:47:16 Modified files: sys/dev/pci/drm: drm_drv.c Log message: Allow non-root users to become master when they are the first to open a drm device. This matches what Linux does and is a first step towards running X without setuid or root priviliges. ok jsg@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/05/02 03:49:36 Modified files: sys/dev/pci : pcidevs Log message: add Cryptographics Co-processor found on newer AMD Ryzen CPUs/APUs CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/05/02 03:50:30 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/05/02 03:52:36 Modified files: sys/dev/pci : ccp_pci.c Log message: works on newer AMD Ryzen APUs/CPUs as well ok deraadt@, mlarkin@ CVSROOT: /cvs Module name: ports Changes by: chrisz@cvs.openbsd.org 2019/05/02 04:20:32 Modified files: sysutils/opam : Makefile distinfo Log message: Update sysutils/opam to 2.0.4 ok avsm@, krw@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/02 05:35:27 Modified files: lang/php/7.3 : Makefile distinfo lang/php/7.3/patches: patch-acinclude_m4 Log message: update to php-7.3.5 CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2019/05/02 05:39:45 Modified files: usr.sbin/smtpd : lka_filter.c Log message: Give filter programmers a more friendlier error message when returning a filter-dataline in non-dataline phases and vice versa instead of crashing with "smtpd: tree_xpop(0x1e1a6b180b40, 0xc77804c6ba110977)" OK gilles@ CVSROOT: /cvs Module name: ports Changes by: feinerer@cvs.openbsd.org 2019/05/02 05:43:10 Modified files: telephony/coturn: Makefile distinfo telephony/coturn/pkg: PLIST Log message: Update to coturn 4.5.1.1 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/05/02 06:26:15 Log message: Import QtAV 1.12.0 QtAV is a multimedia playback library based on Qt and FFmpeg. Tweaks and OK kn@ Status: Vendor Tag: rsadowski Release Tags: rsadowski_20190502 N ports/multimedia/qtav/Makefile N ports/multimedia/qtav/distinfo N ports/multimedia/qtav/patches/patch-common_pri N ports/multimedia/qtav/patches/patch-config_tests_xv_xv_pro N ports/multimedia/qtav/patches/patch-deploy_pri N ports/multimedia/qtav/patches/patch-examples_QMLPlayer_QMLPlayer_pro N ports/multimedia/qtav/patches/patch-examples_QMLPlayer_QMLPlayer_sdk_pro N ports/multimedia/qtav/patches/patch-examples_QMLPlayer_qtquick2applicationviewer_qtquick2applicationviewer_pri N ports/multimedia/qtav/patches/patch-examples_common_libcommon_pri N ports/multimedia/qtav/patches/patch-qml_libQmlAV_pri N ports/multimedia/qtav/patches/patch-src_QtAV_FilterContext_h N ports/multimedia/qtav/patches/patch-src_libQtAV_pri N ports/multimedia/qtav/patches/patch-src_libQtAV_pro N ports/multimedia/qtav/patches/patch-widgets_libQtAVWidgets_pri N ports/multimedia/qtav/patches/patch-widgets_libQtAVWidgets_pro N ports/multimedia/qtav/patches/patch-src_AVMuxer_cpp N ports/multimedia/qtav/patches/patch-src_QtAV_private_AVCompat_h N ports/multimedia/qtav/patches/patch-src_codec_audio_AudioEncoderFFmpeg_cpp N ports/multimedia/qtav/patches/patch-src_codec_video_VideoEncoderFFmpeg_cpp N ports/multimedia/qtav/patches/patch-src_filter_LibAVFilter_cpp N ports/multimedia/qtav/patches/patch-src_subtitle_SubtitleProcessorFFmpeg_cpp N ports/multimedia/qtav/pkg/DESCR N ports/multimedia/qtav/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: chrisz@cvs.openbsd.org 2019/05/02 06:49:25 Modified files: databases/lmdb : Makefile databases/lmdb/patches: patch-mdb_c Log message: Backport double-free / use-after-free fix from upstream https://github.com/openldap/openldap/commit/8d93fe07184a87cce5bd7a12de83f03e1a900bfe ok jca@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/05/02 07:13:08 Modified files: math/cfitsio : Makefile distinfo math/cfitsio/pkg: PLIST Added files: math/cfitsio/patches: patch-configure Removed files: math/cfitsio/patches: patch-configure_in patch-eval_defs_h patch-eval_l_c patch-grparser_c Log message: Update cfitsio to 3.450 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/05/02 07:24:30 Log message: Import math/ebc, an implementation of POSIX bc with GNU and BSD extensions. ok rsadowski@ This is an implementation of the POSIX bc calculator that implements GNU bc extensions, as well as the period (.) extension for the BSD flavor of bc. This bc also includes an implementation of dc in the same binary, accessible via a symbolic link, which implements all *BSD and GNU extensions, though the ! command is omitted for security concerns. Status: Vendor Tag: bcallah Release Tags: bcallah_20190502 N ports/math/ebc/Makefile N ports/math/ebc/distinfo N ports/math/ebc/pkg/DESCR N ports/math/ebc/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/05/02 07:24:50 Modified files: math : Makefile Log message: +ebc CVSROOT: /cvs Module name: src Changes by: gerhard@cvs.openbsd.org 2019/05/02 08:04:10 Modified files: usr.sbin/snmpd : mib.c Log message: Index 0 is out of range for hrStorageIndex. ok reyk@ CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/02 08:45:41 Modified files: security/p5-Crypt-Serpent: Makefile Log message: Remove stephan@ as maintainer per his request CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/02 08:51:49 Modified files: archivers/zziplib: Makefile graphics/jpegpixi: Makefile graphics/mapivi: Makefile graphics/gimp/stable: Makefile net/filezilla : Makefile security/steghide: Makefile sysutils/anacron: Makefile sysutils/smartmontools: Makefile multimedia/imagination: Makefile www/havp : Makefile www/piwik : Makefile x11/gtksourceview: Makefile x11/xdesktopwaves: Makefile Log message: Remove giovanni@ as maintainer per his request CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/05/02 09:52:58 Log message: Mcds is a command line tool primarily used as a search query plugin for mutt to query a carddav server. From maintainer Timothy Brown With suggestions from myself, sthen and landry OK landry@ Status: Vendor Tag: kmos Release Tags: kmos_20190502 N ports/productivity/mcds/Makefile N ports/productivity/mcds/distinfo N ports/productivity/mcds/pkg/DESCR N ports/productivity/mcds/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/05/02 09:54:06 Modified files: productivity : Makefile Log message: Adding productivity/mcds CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/02 10:15:48 Modified files: graphics/comix : Makefile graphics/comix/patches: patch-install_py patch-src_comix_py Log message: unbreak comix with Pillow 6.0.0; it maybe worth considering replacing this with https://sourceforge.net/projects/mcomix/ which seems a bit more active CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/05/02 10:24:32 Modified files: sys/net : bridgestp.c Log message: Reset root port after last STP interface is removed. Prevent use-after-free reported by Hrvoje Popovski. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/05/02 10:40:20 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register libgeomap removal. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/05/02 10:40:42 Modified files: graphics/digikam-kde4: Makefile graphics/digikam-kde4/pkg: PLIST-dcraw PLIST-kipi PLIST-libkipi PLIST-main PLIST-sane Removed files: graphics/digikam-kde4/pkg: DESCR-geomap PLIST-geomap Log message: Remove marble support (libgeomap) in KDE4 digikam - Fix @comment in PLIST-* - Reorder PLIST OK espie@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/05/02 10:51:57 Modified files: x11/kde4 : Makefile meta/kde4 : Makefile Log message: unhook marble CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/02 11:21:02 Modified files: misc/py-memcached: Makefile Log message: Remove maintainer per his request CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/02 11:52:31 Modified files: textproc/p5-PDF-API2-Simple: Makefile Log message: Remove maintainer per his request CVSROOT: /cvs Module name: ports Changes by: schwarze@cvs.openbsd.org 2019/05/02 12:50:08 Modified files: textproc/docbook2mdoc: Makefile distinfo Log message: update to docbook2mdoc-1.1.0: new -s command line option and large numbers of improvements to whitespace handling OK bentley@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/05/02 12:58:38 Modified files: devel/cvsweb : Makefile devel/cvsweb/pkg: README Log message: add files newly required by perl 5.28 to chroot documentation CVSROOT: /cvs Module name: xenocara Changes by: schwarze@cvs.openbsd.org 2019/05/02 13:12:05 Modified files: doc/xorg-docs : Makefile.bsd-wrapper doc/xorg-docs/general/fonts: fonts.7 lib/libdrm : Makefile.bsd-wrapper lib/libdrm/man : drm-kms.7 drm-memory.7 drm.7 drmAvailable.3 drmHandleEvent.3 drmModeGetResources.3 Log message: simplify Makefiles for use with docbook2mdoc-1.1.0 and regen for improved formatting: correct linebreaks in literal displays; and new sentence, new line CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/02 13:34:40 Modified files: x11/thewidgetfactory: Makefile Log message: Remove maintainer per his request CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/02 13:38:36 Modified files: sysutils/anacron: Makefile Log message: His hiatus is over, Andreas takes maintainership again CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/02 13:42:57 Modified files: net/glib2-networking: Makefile distinfo Log message: Update to glib2-networking-2.60.2. CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/02 13:43:20 Modified files: net/dclib : Makefile www/fcgi : Makefile x11/wmtime : Makefile Log message: Remove maintainers whose addresses bounce CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/05/02 13:58:53 Added files: games/stepmania/patches: patch-src_libtomcrypt_src_headers_tomcrypt_cfg_h Log message: Fix build on arm64 and armv7. Go aheads from bentley@ and thfr@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/02 14:10:47 Modified files: multimedia/libmp4v2: Makefile Log message: libmp4v2: explain why it has to be built with C++03 Proposed by and OK naddy@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/05/02 14:12:40 Modified files: usr.bin/tmux : tmux.1 Log message: Fix up some bits about window-size that seem to have got lost. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/05/02 14:15:16 Modified files: editors/nano : Makefile distinfo editors/nano/patches: patch-doc_nano_1 Log message: Update to 4.2. Fixes a possible crash on M-J, fixes --nowrap, and again automatically adds a newline character at the end of a buffer. Prodded by upstream maintainer Benno Schulenberg. CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/02 14:18:29 Modified files: www/p5-WebService-MusicBrainz: Makefile distinfo Removed files: www/p5-WebService-MusicBrainz/patches: patch-t_Area_t Log message: p5-WebService-MusicBrainz: update to 1.05 Upstream changelog is not up to date. Our test patch has been upstreamed, and MAINTAINER email address changed. OK afresh1@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/02 14:24:58 Modified files: devel/p5-Config-AutoConf: Makefile distinfo Log message: p5-Config-AutoConf: update to 0.317 Changelog: https://metacpan.org/source/REHSACK/Config-AutoConf-0.317/Changes OK afresh1@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/05/02 14:28:46 Modified files: sys/dev/pci : ehci_pci.c Log message: Avoid running the activate function for a partially attached ehci(4) driver. The Realtek DASH ehci(4) doesn't have a properly set SBRN register which prevents us from fully attaching the device. This would result in a panic during suspend because the activate function will access register that aren't mapped. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/05/02 15:12:45 Modified files: sys/arch/arm64/dev: mainbus.c Log message: Add a print function to mainbus(4) such that it prints unconfigured devices just like we do for simplebus(4). ok patrick@, visa@ CVSROOT: /cvs Module name: ports Changes by: juanfra@cvs.openbsd.org 2019/05/02 15:46:02 Modified files: lang/bacon : Makefile distinfo Log message: Update to bacon 3.9. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/05/02 15:58:21 Log message: tootstream is a command line interface for interacting with Mastodon instances. OK kn@ solene@ sthen@ Status: Vendor Tag: kmos Release Tags: kmos_20190502 N ports/www/tootstream/Makefile N ports/www/tootstream/distinfo N ports/www/tootstream/pkg/DESCR N ports/www/tootstream/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/05/02 16:01:01 Modified files: www : Makefile Log message: Add www/tootstream CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/02 16:02:31 Modified files: mail/claws-mail: Makefile Log message: Disable tnef_parse plugin Otherwise it might pick converters/libytnef. Reported by espie CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/02 16:06:13 Modified files: mail/dovecot : Makefile distinfo mail/dovecot/patches: patch-doc_example-config_Makefile_in patch-doc_example-config_conf_d_10-mail_conf patch-doc_example-config_conf_d_10-master_conf patch-doc_example-config_conf_d_10-ssl_conf patch-doc_example-config_conf_d_Makefile_in patch-doc_example-config_conf_d_auth-system_conf_ext patch-doc_example-config_dovecot_conf patch-doc_mkcert_sh patch-src_auth_password-scheme-crypt_c mail/dovecot/pkg: PLIST-server Log message: update to Dovecot 2.3.6, from Brad: - CVE-2019-11494: Submission-login crashed with signal 11 due to null pointer access when authentication was aborted by disconnecting. - CVE-2019-11499: Submission-login crashed when authentication was started over TLS secured channel and invalid authentication message was sent. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/02 16:06:35 Modified files: mail/dovecot-pigeonhole: Makefile distinfo mail/dovecot-pigeonhole/patches: patch-doc_example-config_conf_d_20-managesieve_conf patch-doc_example-config_conf_d_90-sieve_conf patch-src_lib-sieve_sieve-common_h patch-src_managesieve-login_Makefile_in Log message: update to Dovecot-pigeonhole 0.5.6 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/02 16:07:03 Modified files: mail/postfix/snapshot: Makefile distinfo Log message: update to postfix 3.5-20190427, from Brad CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/02 16:09:01 Modified files: devel/ccache : Makefile distinfo Log message: update to ccache-3.7.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/02 16:10:57 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: update the quirks cve thingy for dovecot, reminded by danj CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2019/05/02 16:32:34 Modified files: usr.sbin/httpd : logger.c Log message: Avoid opening log files on "no log" When not logging anything, do not open files in the first place. This prevents startup failures on configurations where the log/ directory is missing but logging is disabled anyway. OK aja solene reyk CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/05/02 19:41:35 Modified files: sys/dev/pci/drm/i915: intel_fbdev.c Log message: Revert "drm/i915/fbdev: Actually configure untiled displays" From Dave Airlie 2bc7ce32eb21b094b3ae3e489017fabfe72b4dda in linux 4.19.y/4.19.38 9fa246256e09dc30820524401cdbeeaadee94025 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/05/02 19:48:42 Modified files: usr.sbin/bgpctl: bgpctl.c Log message: missing break ok benno@ CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2019/05/02 20:41:25 Modified files: . : mail.html Log message: some assorted improvements: - add opensmtpd/openbgpd lists - add opensmtpd security contact - mention arm64 in the arm@ list description - add archive links for each list (where available) - format list names more consistently - switch some links to https ok tb CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2019/05/02 21:25:18 Modified files: usr.bin/ssh : sshkey.c Log message: Wrap XMSS including in ifdef. Patch from markus at blueflash.cc, ok djm CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2019/05/02 21:27:38 Modified files: usr.bin/ssh : sshconnect.c Log message: Free host on exit path. Patch from markus at blueflash.cc, ok djm@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/05/02 22:06:08 Modified files: lib/libc/sys : kqueue.2 Log message: basic macro cleanup; from Fabio Scotoni CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2019/05/02 22:11:00 Modified files: usr.bin/ssh : channels.c Log message: Free channel objects on exit path. Patch from markus at blueflash.cc, ok deraadt CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/05/02 23:18:04 Modified files: multimedia : Makefile Log message: hook qtav CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/05/02 23:32:41 Modified files: textproc/cmark : Makefile distinfo Log message: Update cmark to 0.29.0 From Jan Klemkow (Maintainer) CVSROOT: /cvs Module name: ports Changes by: feinerer@cvs.openbsd.org 2019/05/03 00:00:58 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Add telephony/coturn to CVE table Fixes CVE-2018-4056, CVE-2018-4058, and CVE-2018-4059. CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2019/05/03 00:06:30 Modified files: usr.bin/ssh : progressmeter.c Log message: Use the correct (according to POSIX) format for left-justification in snmprintf. bz#3002, patch from velemas at gmail.com, ok markus@. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/05/03 00:17:52 Modified files: graphics/digikam: Makefile distinfo graphics/digikam/patches: patch-core_app_utils_digikam_version_h_cmake_in graphics/digikam/pkg: PLIST Added files: graphics/digikam/patches: patch-core_libs_kmemoryinfo_libstatgrab_kmemoryinfo_backend_cpp patch-core_libs_pgfutils_libpgf_PGFplatform_h Removed files: graphics/digikam/patches: patch-core_libs_kmemoryinfo_kmemoryinfo_backend_cpp patch-core_libs_pgfutils_PGFplatform_h Log message: Update Digikam to 6.1.0 Notable new features: - Full support of video files management working just like photos. - An integration of all import/export web-service tools in LightTable, Image editor and Showfoto. - Raw file decoding engine supporting new cameras. - Similarity data is now stored in a separate database file. - Simplified web-service authentication using OAuth protocol. - New tools to export to Pinterest, OneDrive and Box web-services. - The capability to re-organize the icon-view contents manually. - New Plugins Interface “DPlugins” CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2019/05/03 00:22:34 Modified files: security/suricata: Makefile distinfo security/suricata/patches: patch-configure_ac patch-src_suricata_c Removed files: security/suricata/patches: patch-src_suricata_h Log message: Update for Suricata to 4.1.4 and suricata-update to 1.0.5. While here we prepare Suricata for version 5 with rust included, some patches already applied upstream thanks to bluhm@. OK bluhm@ jasper@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/05/03 00:26:38 Modified files: graphics/digikam: Makefile Added files: graphics/digikam/patches: patch-core_app_DigikamTarget_cmake Log message: add missing patch CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2019/05/03 00:38:46 Modified files: security/pdfcrack: Makefile distinfo security/pdfcrack/patches: patch-Makefile security/pdfcrack/pkg: PLIST Log message: Update to pdfcrack-0.17. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/03 00:59:58 Modified files: graphics/py-matplotlib: Makefile graphics/py-matplotlib/pkg: PLIST Log message: Unbreak !python3 Error: duplicate item in packing-list /usr/local/lib/python2.7/site-packages/matplotlib/cbook Error: duplicate item in packing-list /usr/local/lib/python2.7/site-packages/matplotlib/testing/_nose Error: duplicate item in packing-list /usr/local/lib/python2.7/site-packages/matplotlib/testing/_nose/plugins CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/05/03 01:35:59 Modified files: graphics/py-matplotlib: Makefile Added files: graphics/py-matplotlib/patches: patch-setup_py Log message: Fix py-matplotlib-2.2.4 build. naddy@ and ajacoutot@, independently from each other, found that the recent update of py-matplotlib does not build. Issue is caused by me not noticing that matplotlib tries to download jquery-ui-1.12.1, which fails when building in a chroot using dpb. Instead of downloading jquery-ui use the bundled files. REVISION is not bumped as patched file is not included in the package, and no new files are added. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2019/05/03 01:54:22 Modified files: security/py-ecdsa: Makefile distinfo Log message: Update to py-ecdsa-0.13.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/03 01:59:10 Modified files: x11/gnome/tracker: Makefile distinfo x11/gnome/tracker/patches: patch-tests_functional-tests_test-runner_sh Log message: Update to meta-tracker-2.2.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/03 01:59:23 Modified files: x11/gnome/tracker-miners: Makefile distinfo Log message: Update to tracker-miners-2.2.2. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2019/05/03 01:59:37 Modified files: www/httrack : Makefile Log message: switch HOMEPAGE to HTTPS CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/03 02:18:04 Modified files: multimedia/qtav: Makefile Log message: Unbreak: ports/multimedia/qtav: Poisoned variable NO_TESTS is already set CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/03 02:46:51 Modified files: net/gssdp : Makefile distinfo Removed files: net/gssdp/patches: patch-libgssdp_gssdp-net-posix_c Log message: update to gssdp-1.2.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/03 03:01:35 Modified files: net/gupnp/core : Makefile distinfo Log message: update to gupnp-1.2.1 CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/05/03 03:39:01 Modified files: usr.bin/mandoc : main.c Log message: In man(1) mode, when the first argument starts with a digit, optionally followed by a letter, and at least one more argument follows, interpret the first argument as a section name even when additional characters follow after the digit and letter. This is needed because many operating systems have section names consisting of a digit followed by more than one letter - for example Illumos, Solaris, Linux, even NetBSD. There is very little risk of regressions: in the whole corpus of manual pages on man.openbsd.org, there isn't a single manual page name starting with a digit. And even if programs like "0ad" or "4channels" had manual pages, "man 0ad" and "man -a cat 0ad" would still work, only "man -a 0ad cat" will fail with "man: No entry for cat in section 0ad of the manual." Fixing one of the issues reported by Lorenzo Beretta as part of https://github.com/void-linux/void-packages/issues/9868 . CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/05/03 04:00:48 Modified files: usr.bin/tmux : status.c Log message: Fix reverse attribute in status line, GitHub issue 1709. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/05/03 04:03:48 Modified files: sysutils/ttyplot: Makefile distinfo Log message: Update ttyplot to 1.4. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2019/05/03 05:06:26 Modified files: www/varnish : Makefile distinfo www/varnish/patches: patch-lib_libvmod_unix_cred_compat_h www/varnish/pkg: MESSAGE PLIST Removed files: www/varnish/patches: patch-doc_sphinx_reference_varnishd_rst Log message: Update for Varnish to 6.2.0 https://github.com/varnishcache/varnish-cache/blob/6.2/doc/changes.rst#varnish-cache-611-2018-10-26 OK kn@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/05/03 05:09:55 Modified files: www/stagit : Makefile distinfo Log message: Update to stagit-0.9.2 From Hiltjo Posthuma, thanks! CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/05/03 05:17:32 Modified files: sysutils/random_run: Makefile distinfo Log message: update to 1.3 (slightly faster) CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/03 05:59:52 Modified files: devel/p5-Test-Object: Makefile Log message: p5-Test-Object: requires FIX_EXTRACT_PERMISSIONS OK jca@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/05/03 06:13:33 Modified files: emulators/atari800: Makefile distinfo Removed files: emulators/atari800/patches: patch-src_atari800_man Log message: Update atari800 to 4.1.0. CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2019/05/03 06:35:00 Modified files: www/stagit : Makefile Log message: Add maintainer, who happens to be upstream CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2019/05/03 06:59:00 Modified files: net/syncthing : Makefile distinfo net/syncthing/patches: patch-build_go net/syncthing/pkg: PLIST Log message: Update net/syncthing to version 1.1.1. OK bket@ and gonzalo@. Thanks! CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/05/03 07:02:00 Modified files: sbin/unwind : unwind.c Log message: Revert previous, I got too excited and forgot about the config file :( CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/05/03 07:04:40 Modified files: usr.sbin/sysupgrade: sysupgrade.8 sysupgrade.sh Log message: Only fetch and upgrade if a new snapshot is available. Based on a diff by Marco Bonetti (sid77 AT slackware.it). discussed with deraadt@, OK kn CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/05/03 07:32:57 Modified files: math/cfitsio/patches: patch-fitsio2_h Log message: regen patch (offset 30 lines) CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/03 07:44:26 Modified files: graphics/p5-Image-MetaData-JPEG: Makefile Log message: Remove giovanni@ as maintainer per his request I missed this change in the other commit CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/03 07:45:29 Modified files: lang/scheme48 : Makefile news/nn : Makefile Log message: Remove maintainer per his request CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/03 07:47:01 Modified files: mail/sylpheed : Makefile Log message: Update maintainer's email address per his request CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/05/03 08:24:13 Modified files: sys/kern : vfs_vops.c Log message: Make VOP_ADVLOCK() safe to use without kernel lock All non-dummy implementations of VOP_ADVLOCK() rely on lf_advlock() which is now safe to use without the kernel lock. Because VOP_ADVLOCK() does not make the vnode dirty, it is unnecessary to keep track of in-flight vnode lock operations and the updating of vnode->v_inflight can be dropped from VOP_ADVLOCK(). This makes VOP_ADVLOCK() safe to use without the kernel lock. OK tedu@ mpi@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/05/03 08:28:58 Modified files: distrib/miniroot: maketz.sh Log message: During debugging, media are often built without DESTDIR correctly set. Such media are not entirely accurate -- that's fine. However one case is very bad -- the TZ tree is entirely skipped, resulting in artificially smaller media and confusion. Just assume DESTDIR=/ for that case... CVSROOT: /cvs Module name: src Changes by: ian@cvs.openbsd.org 2019/05/03 08:44:19 Modified files: usr.sbin/sysupgrade: sysupgrade.8 sysupgrade.sh Log message: sysupgrade gains -n for no-reboot option. Accidentally duplicated benno's diff, who graciously OK'd mine. Improvement from naddy; polishing and OKs from kn and ingo. CVSROOT: /cvs Module name: src Changes by: ian@cvs.openbsd.org 2019/05/03 08:48:13 Modified files: usr.sbin/sysupgrade: sysupgrade.sh Log message: typo in previous CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/05/03 08:51:31 Modified files: usr.bin/tmux : server-client.c tmux.h tty-keys.c Log message: Instead of processing keys all together, put them up on the client command queue so they are ordered correctly with the commands that they execute. CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/03 09:08:03 Modified files: net/toxcore : Makefile Added files: net/toxcore/patches: patch-CMakeLists_txt Log message: toxcore: build with base-gcc on !base-clang archs, instead of ports-gcc Done by removing an unsupported warning option. Proposed by and OK naddy@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/05/03 09:08:47 Modified files: usr.sbin/bgpd : parse.y Log message: Make sure that the as-set name is not too long when parsing the config file. Fixes an assertion caught in new_as_set() parsing some arouteserver config. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/05/03 09:10:25 Modified files: math/ebc : Makefile distinfo Log message: Update to ebc-1.2.8 Changelog: https://github.com/gavinhoward/bc/compare/1.2.5...1.2.8 CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/05/03 09:18:14 Modified files: usr.sbin/sysupgrade: sysupgrade.8 sysupgrade.sh Log message: Rename -c to -s since the correct term is snapshot, not current. Also implement -r for symetry reasons to force an upgrade to the next release. suggested by & OK deraadt, OK benno, kmos CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/05/03 09:20:29 Modified files: usr.sbin/bgpd : bgpd.h Log message: Bump SET_NAME_LEN to 128 since arouteserver produces names that are more than 64 chars long. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/05/03 09:25:47 Modified files: usr.sbin/bgpd : bgpd.h Log message: Adjust some comments that were misleading. Those flags are used by bgpd but only on the request side of a bgpctl call. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/05/03 09:27:28 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: register graphics/png vulnerability CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/05/03 09:43:01 Modified files: usr.bin/tmux : cmd-queue.c tmux.h Log message: Correct ordering when adding after an existing item. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/03 09:48:33 Modified files: graphics/digikam-kde4: Makefile Log message: Unbreak... |Error: change in plist | If the old and new builds were done correctly | (fully up-to-date ports tree including relevant MODULES) | then someone probably forgot to bump a REVISION. | (see bsd.port.mk(5), PACKAGE_REPOSITORY) --- /exopi-cvs/ports/plist/amd64/libksane-4.14.3p4 +++ /exopi-cvs/ports/plist/amd64/libksane-4.14.3p4-new @@ -1,3 +1,4 @@ +@comment $OpenBSD: PLIST-sane,v$ @name libksane-4.14.3p4 @version 5 @comment pkgpath=graphics/digikam-kde4,-sane cdrom=yes ftp=yes @@ -21,7 +22,6 @@ @wantlib pthread.26.1 @wantlib sane.2.0 @cwd /usr/local -@comment $OpenBSD: CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/05/03 10:13:12 Modified files: sysutils/random_run: Makefile distinfo Log message: micro-update, source tweaks CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/03 10:13:39 Modified files: misc/hwdata : Makefile distinfo Log message: Update to hwdata-0.323. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/05/03 10:14:31 Modified files: usr.bin/mandoc : main.c Log message: In man(1) mode with a specific section requested, try harder to find the best match. Use this order of preference: 1. The section in both the directory name and the file name matches exactly. 2. The section in the file name matches exactly. 3. The section in the directory name matches exactly. 4. Neither of them matches exactly. The latter can happen when mansearch() finds substring matches or when the second .Dt argument mismatches the dir and file names. Lorenzo Beretta reported that this caused real problems on Void Linux, like "man 3 readline" showing readline(3m). See https://github.com/void-linux/void-packages/issues/9868 for details. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/03 10:20:13 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py-boto3-1.9.141. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/03 10:20:25 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py-botocore-1.12.141. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/03 10:20:39 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.16.151. CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2019/05/03 10:31:34 Modified files: lib/libevent : buffer.c Log message: Fixed endless loop/ OOB write on 64 bit systems with large buffers. If a buffer exceeds UINT_MAX (which is only possible on 64 bit systems) an endless loop or OOB write can occur in buffer-specific readline functions. Switching variables in function scope to size_t solves these issue because relevant fields in struct buffer are already size_t. ok cheloha, deraadt, nicm, tedu CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/03 10:31:37 Modified files: devel/glib2 : Makefile distinfo devel/glib2/pkg: PLIST Log message: Update to glib2-2.60.2. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/05/03 10:32:28 Added files: astro/kstars : Makefile distinfo astro/kstars/patches: patch-CMakeLists_txt patch-cmake_modules_CheckNodump_cmake astro/kstars/pkg: DESCR PLIST Log message: re-add kstars 3.2.1 Feedback and OK kn@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/05/03 10:33:25 Modified files: geo/py-rasterio: Makefile distinfo geo/py-rasterio/pkg: PLIST Log message: Update to py-rasterio 1.0.22. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/05/03 10:35:03 Modified files: x11/kde4 : Makefile meta/kde4 : Makefile Log message: unhook x11/kde4/kstars CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/05/03 10:35:46 Modified files: astro : Makefile Log message: hook kstars CVSROOT: /cvs Module name: www Changes by: landry@cvs.openbsd.org 2019/05/03 10:40:58 Modified files: . : 65.html Log message: 9495 sparc64 packages CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/05/03 10:51:29 Modified files: usr.bin/tmux : cmd-resize-pane.c cmd.c server-client.c Log message: Fix mouse positioning when the pane is not entirely visible. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/05/03 10:53:07 Modified files: sys/net : if_bridge.c Log message: An if_put() was missing in one branch of bridge_process(). This caused a hanging "ifconfig bridge0 destroy" and a subsequent uvm fault. reported and tested by Hrvoje Popovski; OK visa@ CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/03 10:59:10 Modified files: audio/mp3splt : Makefile lang/pcc : Makefile sysutils/entr : Makefile mail/tmda : Makefile sysutils/p5-Schedule-At: Makefile Log message: Remove maintainers per their requests CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/05/03 11:16:27 Modified files: usr.sbin/httpd : httpd.conf.5 httpd.h parse.y server_http.c Log message: Add a "forwarded" log format that extends the "combined" log format by including the contents of the X-Forwarded-For and X-Forwarded-Port headers. If httpd(8) runs behind a proxy like relayd(8), this allows tracking the origin of the requests. The format is compatible with log analyzers such as GoAccess and Webalizer. Patch from Bruno Flueckiger ok benno, reyk CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/05/03 11:31:05 Modified files: usr.bin/mandoc : main.c Log message: In fs_lookup(), use stat(2) rather than access(2) to check file existence. Some mildly broken real-world packages on some operating systems contain dangling symlinks in manual page directories: pestering the user to run makewhatis(8) makes no sense because that won't help. On the other hand, missing read permissions deserve ugly error messages and are unlikely to occur in practice anyway. Fixing an issue reported by Lorenzo Beretta as part of https://github.com/void-linux/void-packages/issues/9868 . CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2019/05/03 11:45:17 Modified files: usr.bin/mandoc : manpath.c Log message: When processing unknown output options, prevent passing NULL to printf. ok schwarze@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/05/03 12:00:19 Modified files: usr.bin/tmux : tty-keys.c Log message: Use the right index for user-keys. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/05/03 12:16:57 Modified files: usr.bin/mandoc : mandocdb.c Log message: Enter dangling .so links into the database, to avoid harassing users of man(1) about running makewhatis(8), which won't help. Seeing the content of the broken .so request might even help users to figure out how to access the manual page they want. Fixing the last issue reported by Lorenzo Beretta as part of https://github.com/void-linux/void-packages/issues/9868 . CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/05/03 12:23:22 ports/sysutils/librelp/patches Update of /cvs/ports/sysutils/librelp/patches In directory cvs.openbsd.org:/tmp/cvs-serv62766/patches Log Message: Directory /cvs/ports/sysutils/librelp/patches added to the repository CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/05/03 12:38:45 Modified files: usr.bin/mandoc : main.c manpath.c Log message: avoid duplicate "bad argument" error message, also shortening the code CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/05/03 12:39:08 Modified files: sys/net : bridgestp.c Log message: Add missing bridge_getbif(), reported by jsg@. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/05/03 12:42:40 Modified files: usr.bin/tmux : cmd-resize-pane.c cmd.c server-client.c window-copy.c Log message: Do not store the mouse position we calculate as the start of a drag back into the mouse event that later code uses, it has been adjusted and they should use the original position. GitHub issue 1710. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/05/03 12:51:02 Modified files: lang/scheme48 : Makefile Log message: Fix typo. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/05/03 12:59:58 Modified files: usr.bin/tmux : cmd-queue.c Log message: Insert after the right element on queue. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/05/03 14:03:59 Modified files: distrib/alpha/miniroot: Makefile distrib/amd64/iso: Makefile distrib/amd64/ramdiskA: Makefile distrib/amd64/ramdisk_cd: Makefile distrib/arm64/ramdisk: Makefile distrib/armv7/miniroot: Makefile.inc distrib/armv7/ramdisk: Makefile distrib/hppa/ramdisk: Makefile distrib/i386/iso: Makefile distrib/i386/ramdisk: Makefile distrib/i386/ramdisk_cd: Makefile distrib/landisk/ramdisk: Makefile distrib/loongson/ramdisk: Makefile distrib/luna88k/ramdisk: Makefile distrib/macppc/ramdisk: Makefile distrib/octeon/ramdisk: Makefile distrib/ramdisk: Makefile distrib/sgi/cdfs: Makefile distrib/sgi/iso: Makefile distrib/sgi/ramdisk: Makefile distrib/socppc/ramdisk: Makefile distrib/sparc64/miniroot: Makefile distrib/sparc64/ramdisk: Makefile distrib/sparc64/ramdiskB: Makefile Log message: Further removal of differences (using install instead of cp, sorting chunks in a specified order, using a few variables, performing bsd.rd to bsd.gz conversion as similar as possible) CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/05/03 14:20:05 Modified files: devel/llvm : Makefile Log message: Actually disable -extras no_* PSEUDO_FLAVORS are ignored under dpb(1) / BUILD_ONCE=Yes Reminded by naddy@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/05/03 14:38:15 Modified files: distrib/miniroot: install.sub Log message: Bring v6_config() into the modern age. Remember 'autoconf' if install restarts. Be more careful to keep things clean. Remove unnecessary checks left over from rtsol days. Started by claudio@ noticing 'autoconf' is not remembered. ok florian@ kn@ (mostly) CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/05/03 14:44:24 Modified files: usr.bin/tmux : cmd-display-message.c cmd-split-window.c format.c input.c server-client.c server-fn.c spawn.c tmux.1 tmux.h window.c Log message: Allow panes to be empty (no command), output can be piped to them with split-window or display-message -I. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/05/03 15:21:00 Modified files: usr.bin/tmux : cfg.c Log message: Fix order of insertion in load_cfg. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2019/05/03 16:29:00 Modified files: math/plplot : Makefile Log message: dropping maintainer CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/05/03 17:17:58 Modified files: net/wget : Tag: OPENBSD_6_5 Makefile distinfo Log message: Security update to 1.20.3 for a buffer overflow vulnerability. From maintainer Nam Nguyen. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/05/03 17:49:06 Modified files: distrib/sgi/cdfs: Makefile Log message: cannot give newfs a -c parameter yet, since this Makefile still thinks in terms of MB and it's not a trivial conversion. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/05/03 17:53:05 Modified files: distrib/sgi/cdfs: Makefile Log message: Use MOUNT_POINT throughout, consistant with other platforms. CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/03 18:17:11 Modified files: comms/x3270 : Makefile www/squidguard : Makefile net/clive : Makefile Log message: Remove maintainers per their requests CVSROOT: /cvs Module name: src Changes by: afresh1@cvs.openbsd.org 2019/05/03 19:14:34 Modified files: gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod: Perldoc.pm gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc: ToMan.pm Log message: Fix Pod::Perldoc::ToMan and use it as the default perldoc formatter From Andrew Daugherity Corrections to fix and OK millert@, suggestions and OK schwarze@ CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/03 19:18:59 Modified files: audio/mkplaylist: Makefile audio/mp3cut : Makefile audio/multimux : Makefile audio/p5-CDDB-File: Makefile devel/p5-Term-ProgressBar: Makefile misc/p5-Term-Animation: Makefile misc/randtype : Makefile net/p5-DNS-ZoneParse: Makefile net/p5-Net-FTP-AutoReconnect: Makefile security/ipguard: Makefile www/p5-CSS-Minifier: Makefile www/p5-HTML-Copy: Makefile www/p5-HTML-SiteTear: Makefile www/p5-JavaScript-Minifier: Makefile www/p5-pQuery : Makefile www/retawq : Makefile misc/supercat : Makefile Log message: Remove maintainer per their request CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/05/03 19:25:49 Modified files: www/p5-URI : Makefile distinfo Log message: Update www/p5-URI to 1.76 OK sthen@, cwen@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/05/03 19:27:58 Modified files: devel/p5-Package-Stash: Makefile distinfo devel/p5-Package-Stash/pkg: PLIST Log message: Update devel/p5-Package-Stash to 0.38 and stop installing bin/package-stash-conflicts OK cwen@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/05/03 19:39:09 Log message: Add www/p5-Mojolicious-Plugin-AccessLog Mojolicious plugin to easily generate an access log. From MAINTAINER Olivier Cherrier OK cwen@ Status: Vendor Tag: afresh1 Release Tags: afresh1_20190503 N ports/www/p5-Mojolicious-Plugin-AccessLog/Makefile N ports/www/p5-Mojolicious-Plugin-AccessLog/distinfo N ports/www/p5-Mojolicious-Plugin-AccessLog/pkg/DESCR N ports/www/p5-Mojolicious-Plugin-AccessLog/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/05/03 19:40:22 Log message: Add www/p5-Mojolicious-Plugin-Thumbnail Simple Mojolicious plugin for fast creating thumbnails using Imager. From MAINTAINER Olivier Cherrier OK cwen@ Status: Vendor Tag: afresh1 Release Tags: afresh1_20190503 N ports/www/p5-Mojolicious-Plugin-Thumbnail/Makefile N ports/www/p5-Mojolicious-Plugin-Thumbnail/distinfo N ports/www/p5-Mojolicious-Plugin-Thumbnail/pkg/DESCR N ports/www/p5-Mojolicious-Plugin-Thumbnail/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/05/03 19:41:27 Modified files: www : Makefile Log message: +p5-Mojolicious-Plugin-AccessLog p5-Mojolicious-Plugin-Thumbnail CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/05/03 20:00:17 Log message: Import games/gnukem, an open source retro-style 2D scrolling platform shooter game. Big-endian fixes from Raphael Graf. macppc testing and ok cwen@ Dave Gnukem is an open source retro-style 2D scrolling platform shooter, inspired by and similar to Duke Nukem 1 (a famous original 1991 game that launched the Duke Nukem series). It features an integrated level editor. (Please note this is not a 'clone' or a 're-make'; it is probably most akin to a parody.) Status: Vendor Tag: bcallah Release Tags: bcallah_20190503 N ports/games/gnukem/Makefile N ports/games/gnukem/distinfo N ports/games/gnukem/patches/patch-Makefile N ports/games/gnukem/patches/patch-src_game_cpp N ports/games/gnukem/patches/patch-src_datadir_h N ports/games/gnukem/patches/patch-src_sdl_djsound_cpp N ports/games/gnukem/patches/patch-src_sys_defs_h N ports/games/gnukem/patches/patch-src_sdl_djgraph_cpp N ports/games/gnukem/patches/patch-src_djimage_cpp N ports/games/gnukem/pkg/PLIST N ports/games/gnukem/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/05/03 20:00:51 Modified files: games : Makefile Log message: +gnukem CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/05/03 20:52:35 Modified files: textproc/p5-PPI: Makefile distinfo textproc/p5-PPI/pkg: PLIST Log message: Update textproc/p5-PPI to 1.264 OK cwen@ CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2019/05/04 00:40:33 Modified files: sys/dev/pci : files.pci Added files: sys/dev/pci : if_mcx.c Log message: Add mcx(4), a driver for Mellanox ConnectX-4 (and later) Ethernet controllers, written by dlg@ and me based on the cut down non-NDA programming reference manual Mellanox were nice enough to release. ok dlg@ deraadt@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/05/04 01:55:31 Modified files: sys/dev/pci/drm: drm_file.c Log message: drm: Fix drm_release() and device unplug From Noralf Tronnes c5eb9a424ebd2d9f9e3cccdf2bfbb415c2921261 in linux 4.19.y/4.19.39 3f04e0a6cfebf48152ac64502346cdc258811f79 in mainline linux CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/04 01:57:00 Modified files: lang/php/7.2 : Makefile distinfo lang/php/7.2/patches: patch-acinclude_m4 patch-aclocal_m4 patch-configure_ac patch-ext_mysqlnd_config9_m4 patch-ext_tidy_config_m4 patch-ext_tidy_tidy_c patch-main_php_h patch-main_php_ini_c patch-php_ini-development patch-php_ini-production patch-sapi_cgi_cgi_main_c patch-sapi_cli_php_cli_c 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 Log message: update to php-7.2.18 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/04 02:00:59 Modified files: lang/php/7.1/patches: patch-acinclude_m4 patch-aclocal_m4 patch-configure_in patch-ext_mysqlnd_config9_m4 patch-ext_tidy_config_m4 patch-ext_tidy_tidy_c patch-main_php_h patch-main_php_ini_c patch-php_ini-development patch-php_ini-production patch-sapi_cgi_cgi_main_c patch-sapi_cli_php_cli_c patch-sapi_fpm_www_conf_in patch-scripts_Makefile_frag patch-scripts_php-config_in patch-scripts_phpize_in lang/php/7.3/patches: patch-acinclude_m4 patch-aclocal_m4 patch-ext_mysqlnd_config9_m4 patch-main_php_h patch-main_php_ini_c patch-php_ini-development patch-php_ini-production patch-sapi_cgi_cgi_main_c patch-sapi_cli_php_cli_c patch-sapi_fpm_www_conf_in patch-scripts_Makefile_frag patch-scripts_php-config_in patch-scripts_phpize_in Log message: regen patches; no change CVSROOT: /cvs Module name: ports Changes by: feinerer@cvs.openbsd.org 2019/05/04 03:10:11 Modified files: security/pcsc-cyberjack: Makefile distinfo security/pcsc-cyberjack/patches: patch-cjeca32_Debug_cpp patch-configure_ac patch-include_driver_Platform_unix_h Log message: Update to pcsc-cyberjack 3.99.5final.SP13 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/05/04 04:20:11 Modified files: share/man/man4 : Makefile Added files: share/man/man4 : mcx.4 Log message: a quick and dirty manpage for mcx CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/04 04:49:11 Modified files: devel/py-cffi : Makefile distinfo devel/py-cffi/pkg: PLIST Log message: update to py-cffi-1.12.3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/04 05:07:35 Modified files: devel/libgit2/libgit2: Makefile distinfo devel/libgit2/libgit2/pkg: PLIST Log message: update to libgit2-0.28.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/04 05:07:45 Modified files: devel/libgit2/libgit2-glib: Makefile distinfo Removed files: devel/libgit2/libgit2-glib/patches: patch-libgit2-glib_meson_build Log message: update to libgit2-glib-0.28.0.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/04 05:07:59 Modified files: devel/libgit2/py-git2: Makefile distinfo devel/libgit2/py-git2/pkg: PLIST Log message: update to py-git2-0.28.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/04 05:26:20 Modified files: devel/vte3 : Makefile distinfo Removed files: devel/vte3/patches: patch-bindings_vala_app_vala Log message: update to vte3-0.56.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/04 05:29:40 Modified files: devel/help2man : Makefile distinfo Log message: update to help2man-1.47.10 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/05/04 05:34:48 Modified files: sys/arch/amd64/amd64: efifb.c mainbus.c sys/arch/amd64/conf: GENERIC sys/arch/amd64/include: efifbvar.h sys/arch/i386/conf: GENERIC sys/conf : files sys/dev/pci/drm: drm_drv.c files.drm sys/dev/pci/drm/i915: i915_drv.c i915_drv.h sys/dev/pci/drm/include/drm: drmP.h sys/dev/pci/drm/radeon: radeon.h radeon_kms.c sys/dev/wscons : wsdisplay.c wsdisplayvar.h Log message: Improve the interaction between efifb(4), inteldrm(4) and radeondrm(4) when we have a serial console by introducing the notion of a "primary" graphics device. The primary graphics device is the one set up and used by firmware (BIOS, UEFI). The goal is to make sure that wsdisplay0 and drm0 reliably attach to the primary graphics device such that X works out of the box even if you have multiple cards or if you are using a serial console. This also fixes the situation where inteldrm(4) or radeondrm(4) would take over the console on UEFI systems even if the kernel was booted with a serial console. ok jsg@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2019/05/04 05:53:40 Modified files: usr.sbin/sysupgrade: sysupgrade.sh Log message: Require root to run (still allow access to usage). ok naddy@ florian@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/04 06:00:51 Modified files: x11/gnome/at-spi2-atk: Tag: OPENBSD_6_5 Makefile distinfo Log message: Tarball has been rerolled. Only change was the project version in meson.build. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/04 06:02:40 Modified files: graphics/simple-scan: Makefile distinfo graphics/simple-scan/patches: patch-meson_build patch-src_simple-scan_vala graphics/simple-scan/pkg: PLIST Log message: Update to simple-scan-3.32.2. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/05/04 06:23:56 Modified files: share/man/man4 : pci.4 Log message: Xr mcx CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/05/04 06:42:23 Modified files: net/mrtg : Makefile Log message: Various packaging tweaks - https HOMEPAGE and MASTER_SITES - register textproc/groff dep, picked up if installed - sync WANTLIB - sed -i instead of perl -pi - don't clobber LDFLAGS CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/04 07:12:02 Modified files: x11/gnome/gvfs : Makefile distinfo Log message: Update to gvfs-1.40.1. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/05/04 07:37:47 Modified files: sys/dev/pci/drm/i915: intel_bios.c Log message: drm/i915/bios: assume eDP is present on port A when there is no VBT From Thomas Preston 6e0473633af059a559ce7b4cbaa51e389c94085e in mainline linux Makes inteldrm(4) work on James Hastings's 'HP Stream Laptop 14-cb1XX' a Gemini Lake system where finding the VBT fails. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/05/04 07:42:12 Modified files: sys/dev/pci : if_ixl.c Log message: fix array bounds check in ixl_search_link_speed() ok dlg@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/05/04 07:47:25 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/04 08:04:16 Log message: import textproc/pecl-yaml, ok bcallah@ pecl-yaml provides PHP support for YAML 1.1 (YAML Ain't Markup Language) serialization using the LibYAML library. Status: Vendor Tag: sthen Release Tags: sthen_20190504 N ports/textproc/pecl-yaml/Makefile N ports/textproc/pecl-yaml/distinfo N ports/textproc/pecl-yaml/pkg/DESCR N ports/textproc/pecl-yaml/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/04 08:05:26 Modified files: textproc : Makefile Log message: +pecl-yaml,php7{1,2,3} CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/05/04 08:12:40 Modified files: www : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: www/piwik : Makefile distinfo www/piwik/patches: patch-config_global_ini_php www/piwik/pkg : DESCR PLIST README Log message: Remove piwik, web app lagging behind upstream The port does little more than extracting the port and tweaking perms. Since it is not kept up to date (especially wrt security issues) it doesn't make sense to provide it here. ok danj@ sthen@ bcallah@ Note: the project has been renamed to Matomo in January 2018 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/04 08:29:48 Modified files: sysutils/entr : Makefile distinfo Log message: update to entr-4.2, don't use a wildcard in WRKDIST CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/05/04 08:42:44 Modified files: sys/kern : kern_event.c Log message: Relax the check in knote_{de,en}queue: don't panic w/o KERNEL_LOCK(). Use splassert_fail() instead, please set kern.splassert to 2 and report the corresponding stack trace if you see a warning. ok dlg@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/05/04 08:52:45 Modified files: sys/kern : kern_event.c Log message: Removed all diagnostic, calling printf() here might create a recursion. Should be revisited once logwakeup() is fixed. CVSROOT: /cvs Module name: ports Changes by: jsing@cvs.openbsd.org 2019/05/04 09:03:15 Modified files: lang/go : Makefile Log message: Ensure GOCACHE refers to a suitable location when building Go. Issue found and fix verified by phessler@ CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2019/05/04 09:08:45 Modified files: sysutils/supervisor: Makefile distinfo sysutils/supervisor/patches: patch-supervisor_skel_sample_conf sysutils/supervisor/pkg: PLIST supervisord.rc Log message: Update sysutils/supervisor to version 4.0.2. OK solene@, thanks! CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/05/04 09:38:12 Modified files: sys/ufs/ufs : dir.h Log message: Add DIR_ROUNDUP define, from Kirk McKusick ok millert otto kettenis CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/05/04 09:57:20 Modified files: share/man/man4 : ixl.4 mcx.4 pci.4 Log message: call these devices "Ethernet device", as other pages do; prod/ok deraadt CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/05/04 10:18:35 Modified files: sys/arch/arm64/include: asm.h Log message: Remove some junk that we don't use. ok patrick@ CVSROOT: /cvs Module name: ports Changes by: feinerer@cvs.openbsd.org 2019/05/04 11:09:12 Modified files: multimedia/libv4l: Makefile distinfo Log message: Update to libv4l 1.16.6 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/05/04 11:14:12 Modified files: sys/dev/pci/drm/radeon: radeon_agp.c Log message: Silence "Uunable to acquire AGP" message since we don't support AGP on all AGP-capable chipsets and probably never will. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/05/04 11:57:46 Modified files: sys/ufs/ufs : ufs_lookup.c Log message: 3 bytes of kernel stack address space were leaked into on-disk directories. With some gritty work up to 254 bytes can be discovered. More details at https://svnweb.freebsd.org/changeset/base/347066 The impact on OpenBSD is very limited: 1 - such stack bytes can be found in raw-device reads, from group operator. If you can read the raw disks you can undertake other more powerful actions. 2 - read(2) upon directory fd was disabled July 1997 because I didn't like how grep * would display garbage and mess up the tty, and applying vis(3) for just directory reads seemed silly. read(2) was changed to return 0 (EOF). Sep 2016 this was further changed to EISDIR, so you still cannot see the bad bytes. 3 - In 2013 when guenther adapted the getdents(2) directory-reading system call to 64-bit ino_t, the userland data format changed to 8-byte-alignment, making it incompatible with the 4-byte-alignment UFS on-disk format. As a result of code refactoring the bad bytes were not copied to userland. Bad bytes will remain in old directories on old filesystems, but nothing makes those bytes user visible. There will be no errata or syspatch issued. I urge other systems which do expose the information to userland to issue errata quickly, since this is a 254 byte infoleak of the stack which is great for ROP-chain building to attack some other bug. Especially if the kernel has no layout/link-order randomization ... ok kettenis jca millert otto ... CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/05/04 11:59:40 Modified files: sys/arch/amd64/conf: GENERIC RAMDISK_CD Log message: let users try mcx(4) CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/05/04 13:02:49 Modified files: net/py-siphon : Makefile net/py-siphon/pkg: DESCR Log message: Fix HOMEPAGE link to point at the actual project and add a URL to the THREDDS data server, which is the primary target of users of this port. From a tip by Stefan Wollny - Thank you OK from kn@ and Martin Reindl (maintainer) CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2019/05/04 13:48:55 Modified files: usr.sbin/sysupgrade: sysupgrade.sh Log message: * For "unpriv -f file", chown file back to root once the command finishes, like install.sub does. * Only verify the signature once. * Only checksum the newly downloaded files. ok florian@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/05/04 14:13:37 Modified files: sysutils/restic: Makefile distinfo Log message: Update to restic-0.9.5. Changelog can be found at https://github.com/restic/restic/blob/master/CHANGELOG.md OK abieber@ (maintainer, who has the same diff locally) CVSROOT: /cvs Module name: ports Changes by: remi@cvs.openbsd.org 2019/05/04 14:16:43 Modified files: sysutils/librelp: Makefile distinfo Added files: sysutils/librelp/patches: patch-src_tcp_c Log message: Update librelp to version 1.4.0. It now supports OpenSSL and GnuTLS. Many inputs from jca@ OK jca@ CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2019/05/04 14:18:40 Modified files: usr.sbin/sysupgrade: sysupgrade.sh Log message: oops, fix unpriv() argument handling; from install.sub CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/05/04 14:52:01 Modified files: misc/gpsd : Makefile Log message: Amend LIB_DEPENDS-main so libestdc++ from gcc-libs can be found Unbreaks build on sparc64. Sync WANTLIB-main while here. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/04 15:46:17 Modified files: lang/go : go.port.mk databases/influxdb: Makefile devel/go-tools : Makefile devel/hub : Makefile editors/micro : Makefile net/dnscrypt-proxy: Makefile net/mattermost-server: Makefile net/syncthing : Makefile security/gopass: Makefile security/keybase: Makefile sysutils/consul-template: Makefile sysutils/prometheus: Makefile sysutils/telegraf: Makefile www/gitea : Makefile www/honk : Makefile Removed files: editors/micro/patches: patch-Makefile Log message: No need for a special MODGO_ENV for go.port.mk, just use normal MAKE_ENV like the rest of the ports tree. This also allows removing a bunch of manual setting of PATH="${PORTPATH}" HOME="${PORTHOME}" done in various ports etc. This also makes sure CFLAGS is passed through (not everything honours it but it does improve at least some ports). Remove NO_CCACHE from www/honk that was added because the above problem resulted in ccache variables not being passed through correctly breaking the cc calls in this. ok kmos@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/04 15:47:33 Modified files: lang/php/7.1 : Makefile distinfo Log message: update to php-7.1.29 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/04 15:56:18 Modified files: net/dhcpcd : Makefile distinfo Added files: net/dhcpcd/patches: patch-src_if-bsd_c Log message: update to dhcpcd-7.2.2, fixes: DHCP: Ensure dhcp is running on the interface received from BSD: Link handling has been simplified, however it is expected that if an interface supports SIOCGIFMEDIA then it reports the correct link status via route(4) for reliable operations BPF: ARP filter is more robust BSD and sun: Validate RTM message lengths DHCPv6 (security): Fix a potential read overflow with D6_OPTION_PD_EXCLUDE CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/04 16:01:12 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: add dhcpcd version check update php version checks, drop old php branches CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/04 18:00:11 Modified files: devel/p5-String-Format: Makefile distinfo Log message: p5-String-Format: update to 1.18 Changelog: https://metacpan.org/source/SREZIC/String-Format-1.18/Changes OK steven@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/05/04 18:13:41 Modified files: archivers/unrar: Makefile distinfo Log message: update to 5.71 CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/05/04 22:31:22 Modified files: audio/cdparanoia: Makefile audio/celt : Makefile audio/celt07 : Makefile audio/libao : Makefile audio/libogg : Makefile audio/libvorbis: Makefile audio/speex : Makefile audio/speexdsp : Makefile audio/vorbis-tools: Makefile multimedia/libtheora: Makefile multimedia/oggz: Makefile net/ezstream : Makefile net/icecast : Makefile net/ices : Makefile net/ices2 : Makefile net/libshout : Makefile Log message: Use https for xiph.org master_sites and homepages. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/05/04 23:07:45 Modified files: audio/flac : Makefile Log message: Move master_sites to https. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/05/04 23:08:26 Modified files: productivity/gnucash: Makefile Log message: Move homepage to https. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/05/05 00:09:47 Modified files: usr.sbin/sysupgrade: sysupgrade.8 Log message: sentences start with capitals; CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/05/05 00:54:33 Log message: Import libsignal-protocol-c-2.3.2. The Signal Protocol is a ratcheting forward secrecy protocol that works in synchronous and asynchronous messaging environments. From Alex Holst; thanks! ok bcallah@ Status: Vendor Tag: bentley Release Tags: bentley_20190505 N ports/net/libsignal-protocol-c/Makefile N ports/net/libsignal-protocol-c/distinfo N ports/net/libsignal-protocol-c/patches/patch-tests_test_common_openssl_c N ports/net/libsignal-protocol-c/patches/patch-tests_test_common_h N ports/net/libsignal-protocol-c/patches/patch-tests_test_session_builder_c N ports/net/libsignal-protocol-c/patches/patch-tests_test_session_cipher_c N ports/net/libsignal-protocol-c/pkg/DESCR N ports/net/libsignal-protocol-c/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/05/05 00:55:09 Modified files: net : Makefile Log message: +libsignal-protocol-c CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/05/05 02:14:11 Modified files: news/nzbget : Makefile distinfo news/nzbget/patches: patch-nzbget_conf Log message: Update to nzbget-21.0. Changelog can be found at https://github.com/nzbget/nzbget/releases/tag/v21.0 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/05/05 03:09:59 Modified files: sys/dev/pci : azalia.c ccp_pci.c pcidevs Log message: Harmonize AMD CPU/APU devices. ok jsg@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/05/05 03:11:00 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/05 03:41:57 Modified files: astro/kstars : Makefile Log message: Unbreak: missing EPOCH Found newer package kstars-4.14.3p5 in ports/plist/amd64 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/05 03:47:51 Modified files: devel/libgsf : Makefile distinfo Log message: Update to libgsf-1.14.46. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/05 03:48:15 Modified files: misc/osinfo/osinfo-db: Makefile distinfo misc/osinfo/osinfo-db/pkg: PLIST Log message: Update to osinfo-db-20190504. CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/05 04:17:43 Modified files: devel/dconf : Makefile Log message: dconf: use ports-gcc on !base-clang archs because it uses C99 constructs OK jca@ aja@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/05 04:21:30 Modified files: devel/p5-Universal-can: Makefile distinfo Log message: p5-Universal-can: update to 1.20140328 Changelog: https://metacpan.org/source/CHROMATIC/UNIVERSAL-can-1.20140328/Changes OK afresh1@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2019/05/05 04:22:57 Modified files: usr.sbin/syspatch: syspatch.sh Log message: Change variable name. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2019/05/05 04:24:00 Modified files: usr.sbin/syspatch: syspatch.sh Log message: Initialise variable. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/05/05 04:24:26 Added files: mail/dspam/patches: patch-configure Log message: Don't error out if CR_ERROR_FIRST isn't defined. Not shipped by recent versions of mariadb and not used anywhere in the dspam source code. CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/05 04:25:13 Modified files: devel/p5-Universal-isa: Makefile distinfo Log message: p5-Universal-isa: update to 1.20171012 Changelog: https://metacpan.org/source/ETHER/UNIVERSAL-isa-1.20171012/Changes OK afresh1@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2019/05/05 04:34:01 Modified files: usr.sbin/syspatch: syspatch.sh Log message: For "unpriv -f file", chown file back to root once the command finishes, like install.sub and sysupgrade(8) do. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/05 04:48:05 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py-boto3-1.9.142. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/05 04:48:17 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py-botocore-1.12.142. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/05 04:48:29 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.16.152. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/05 06:52:58 Modified files: mail/evolution-rss: Makefile Log message: Regen WANTLIB. CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/05/05 07:28:14 Modified files: sys/arch/mips64/include: cpu.h sys/arch/mips64/mips64: cpu.c sendsig.c Log message: Turn need_resched() and signotify() into proper functions on mips64. CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/05/05 07:36:28 Modified files: sys/arch/mips64/mips64: cpu.c Log message: Call cpu_unidle() from need_resched() on mips64 like most other architectures. CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/05 09:10:00 Modified files: x11/xkeycaps : Makefile Log message: Remove maintainer because unreachable 554 5.4.0 Error: too many hops (in reply to end of DATA command) CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/05 09:15:46 Modified files: textproc/lq-sp : Makefile textproc/sp : Makefile textproc/validate: Makefile textproc/wdg-sgml-lib: Makefile x11/gtk2-oxygen-engine: Makefile x11/gtk3-oxygen-engine: Makefile x11/pwm : Makefile math/p5-Math-Random-ISAAC: Makefile Log message: Remove maintainers per their requests CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/05/05 09:43:25 Modified files: sys/arch/octeon/octeon: locore.S machdep.c Log message: Use the .bss for the bootstrap stack of mips_init(). This way the memory region is properly allocated by the firmware. Move the .bss clearing to locore.S because the section has to be ready when the stack is taken into use. This additionally makes the C environment more consistent at the start of mips_init(). CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/05 09:44:13 Modified files: devel/py-ipykernel: Makefile devel/py-jedi : Makefile devel/py-jupyter_client: Makefile devel/py-jupyter_core: Makefile devel/py-parso : Makefile devel/py-pathlib2: Makefile devel/py-rope : Makefile devel/py-wurlitzer: Makefile devel/spyder/py-spyder-kernels: Makefile devel/spyder/spyder: Makefile devel/spyder : Makefile.inc graphics/sk1 : Makefile math/py-pandas : Makefile net/py-zmq : Makefile net/qbittorrent: Makefile.inc net/qbittorrent/qbittorrent: Makefile net/qbittorrent/qbittorrent-nox: Makefile print/lyx : Makefile sysutils/py-scandir: Makefile textproc/py-xlrd: Makefile x11/py-qtpy : Makefile Log message: Remove mariani@ as maintainer per his request CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/05/05 09:59:19 Modified files: distrib/sgi/iso: Makefile Log message: like ../cdfs/, not yet adjusted to use FSSIZE CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/05 10:06:34 Modified files: devel/bashunit : Makefile devel/expect-lite: Makefile devel/rcs-fast-import: Makefile devel/shunit2 : Makefile devel/src : Makefile misc/gnugetopt : Makefile www/awstats : Makefile www/sarg : Makefile www/selfoss : Makefile Log message: Remove rpe@ as maintainer per his request CVSROOT: /cvs Module name: www Changes by: kmos@cvs.openbsd.org 2019/05/05 10:17:18 Modified files: . : plus.html Log message: Plus entries for the week of 2019-04-22 through 2019-04-28 with pamela@ OK florian@ CVSROOT: /cvs Module name: ports Changes by: remi@cvs.openbsd.org 2019/05/05 10:35:59 Modified files: devel/liblognorm: Makefile distinfo Log message: update to liblognorm 2.0.6 while here change URLs to https. ok jca@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/05/05 11:09:08 Modified files: x11/lxqt : Makefile.inc x11/lxqt/about : Makefile x11/lxqt/build-tools: Makefile x11/lxqt/compton-conf: Makefile x11/lxqt/config: Makefile x11/lxqt/globalkeys: Makefile x11/lxqt/l10n : Makefile x11/lxqt/libfm-qt: Makefile x11/lxqt/liblxqt: Makefile x11/lxqt/libqtxdg: Makefile x11/lxqt/libsysstat: Makefile x11/lxqt/lximage-qt: Makefile x11/lxqt/notificationd: Makefile x11/lxqt/obconf-qt: Makefile x11/lxqt/openssh-askpass: Makefile x11/lxqt/panel : Makefile x11/lxqt/pavucontrol-qt: Makefile x11/lxqt/pcmanfm-qt: Makefile x11/lxqt/policykit: Makefile x11/lxqt/powermanagement: Makefile x11/lxqt/qterminal: Makefile x11/lxqt/qtermwidget: Makefile x11/lxqt/qtplugin: Makefile x11/lxqt/runner: Makefile x11/lxqt/screengrab: Makefile x11/lxqt/session: Makefile x11/lxqt/sudo : Makefile x11/lxqt/themes: Makefile Log message: Remove mariani@ as maintainer per his request CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/05/05 11:09:38 Modified files: devel/msgpack : Makefile Log message: Doesn't build using base-gcc, use COMPILER as in other c++ ports CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/05/05 11:41:38 Modified files: lib/libc/sys : sysctl.2 Log message: kern.bufcachepercent is actually for dma-reachable memory. While here, stop describing the default (wrong place to be so specific) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/05/05 11:52:54 Modified files: x11/qt5ct : Makefile distinfo Log message: Update qt5ct to 0.39 OK landry@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/05/05 11:54:58 Modified files: distrib/loongson/ramdisk: Makefile Log message: Use bsd.gz inside ramdisk CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/05/05 12:11:20 Modified files: www : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: www/wml : Makefile distinfo www/wml/patches: patch-Makefile_in patch-configure patch-wml_aux_Makefile_in patch-wml_aux_freetable_freetable_src patch-wml_aux_iselect_Makefile_in patch-wml_aux_iselect_configure patch-wml_aux_txt2html_Makefile_in patch-wml_aux_txt2html_txt2html_src patch-wml_aux_weblint_Makefile_in patch-wml_aux_weblint_weblint_src patch-wml_backend_p2_mp4h_configure patch-wml_backend_p2_mp4h_doc_mp4h_mp4h patch-wml_backend_p2_mp4h_mp4h-config_src patch-wml_backend_p2_mp4h_src_builtin_c patch-wml_backend_p2_mp4h_src_ltdl_c patch-wml_backend_p3_eperl_configure patch-wml_backend_p3_eperl_configure_in patch-wml_backend_p3_eperl_eperl_perl5_h patch-wml_backend_p6_asubst_asubst_src patch-wml_common_Makefile_in patch-wml_docs_wml_intro_pod patch-wml_docs_wml_tutorial_pod patch-wml_frontend_Makefile_in patch-wml_frontend_wml_src patch-wml_include_Makefile_in patch-wml_include_des_imgbg_src patch-wml_include_des_imgdot_src patch-wml_include_des_typography_src patch-wml_include_fmt_isolatin_src patch-wml_include_fmt_text_src patch-wml_include_fmt_xtable_src patch-wml_include_imp_csmap_src patch-wml_misc_Makefile_in patch-wml_test_Makefile_in patch-wml_test_t_des-space_t www/wml/pkg : DESCR PLIST Log message: Remove www/wml, an old HTML preprocessor Not updated since 2008, on life support with recent perl and compiler changes, dead upstream. There's a new upstream at https://www.shlomifish.org/open-source/projects/website-meta-language/ who says wml is "still maintained for legacy reasons, but probably not recommended for new sites". ok bcallah@ kn@ CVSROOT: /cvs Module name: ports Changes by: denis@cvs.openbsd.org 2019/05/05 12:52:24 Log message: Import flameshot-0.6.0. Flameshot is an easy to use, powerful and customizable screenshot software. https://flameshot.js.org/ Tweaks and OK bcallah@ Status: Vendor Tag: denis Release Tags: denis_20190505 N ports/graphics/flameshot/Makefile N ports/graphics/flameshot/distinfo N ports/graphics/flameshot/pkg/DESCR N ports/graphics/flameshot/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: denis@cvs.openbsd.org 2019/05/05 12:54:30 Modified files: graphics : Makefile Log message: +flameshot CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/05/05 13:06:56 Modified files: lib/libc/sys : sysctl.2 share/man/man4 : options.4 Log message: sync the description of bufcachepercent; ok deraadt CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/05/05 13:17:03 Modified files: sys/arch/amd64/stand/efiboot: Makefile.common conf.c Added files: sys/arch/amd64/stand/efiboot: efirng.c Log message: Add support for the EFI Random Number Generator Protocol and use it to XOR random data into the buffer that we feed the kernel. ok deraadt@, mlarkin@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/05/05 14:11:12 Modified files: sys/arch/i386/conf: RAMDISK Log message: Getting too tight. Surrender a little CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/05 14:29:41 Modified files: net/znc : Makefile distinfo net/znc/pkg : PLIST Log message: update to znc-1.7.3, from Hiltjo Posthuma, ok Brad (maintainer) CVSROOT: /cvs Module name: src Changes by: akoshibe@cvs.openbsd.org 2019/05/05 15:33:00 Modified files: usr.sbin/switchd: ofp10.c ofp13.c packet.c switchd.h Log message: switchd(8) will sometimes not save a copy of a packet needing forwarding even when a switch(4) instance requires it to supply it. Cases where this can happen are: if the copy of the packet recieved from the switch is too short (source/destination pairs can't be recovered), is non-unicast, or when switchd has to fall back to flooding traffic. Factor out the check for short packets, stopping before forwarding decisions are made if the full packet is needed by the switch. Set the packet buffer early for cases where it is needed otherwise. Also replace a few bzero's with memset's. Diff based on one by guenther@ OK phessler@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/05 16:08:30 ports/devel/p5-File-BaseDir/patches Update of /cvs/ports/devel/p5-File-BaseDir/patches In directory cvs.openbsd.org:/tmp/cvs-serv80711/patches Log Message: Directory /cvs/ports/devel/p5-File-BaseDir/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/05 16:10:55 Modified files: devel/p5-File-BaseDir: Makefile distinfo devel/p5-File-BaseDir/pkg: PLIST Added files: devel/p5-File-BaseDir/patches: patch-t_04_pod_ok_t Log message: p5-File-BaseDir: update to 0.08 Changelog: https://metacpan.org/changes/release/KIMRYAN/File-BaseDir-0.08 OK afresh1@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/05/05 16:14:17 Modified files: gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc: ToMan.pm Log message: Like we already do for pod2man(1), always let perldoc(1) produce man(7) output in UTF-8 encoding on OpenBSD. The consumer is always mandoc(1) on OpenBSD, which can always handle UTF-8 input (no matter what LC_CTYPE is) and which always produces useful output: UTF-8 for LC_CTYPE=*.UTF-8 or ASCII otherwise, in particular for LC_CTYPE=C. Patch written after afresh1@ reported that "perldoc -oman" output looked bad in both output modes. OK afresh1@. CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/05 16:15:54 Modified files: devel/p5-File-ChangeNotify: Makefile distinfo Log message: p5-File-ChangeNotify: update to 0.31 Changelog: https://metacpan.org/source/DROLSKY/File-ChangeNotify-0.31/Changes OK afresh1@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/05 16:18:49 Modified files: devel/p5-File-Flat: Makefile distinfo Log message: p5-File-Flat: update to 1.05 Changelog: https://metacpan.org/source/ETHER/File-Flat-1.05/Changes OK afresh1@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/05/05 16:26:32 Modified files: gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc: ToMan.pm Log message: The perldoc(1) program wants to support the MANWIDTH environment variable and fall back to what stty(1) reports, and it does so with nroff(1), but it didn't with mandoc(1) because it didn't know how to pass the desired width to mandoc. Teach it to use "-O width=". OK afresh1@. I noticed the unimplemented feature when Andrew Daugherity asked on tech@ what the point of a certain patch in FreeBSD is (which it turns out we don't need). CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/05 16:27:36 Modified files: devel/p5-File-HomeDir: Makefile distinfo Log message: p5-File-HomeDir: update to 1.004 Changelog: https://metacpan.org/source/REHSACK/File-HomeDir-1.004/Changes OK afresh1@ CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/05 16:29:50 Modified files: devel/jam : Makefile Log message: Remove maintainer per their request CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/05 16:33:11 ports/devel/p5-File-MimeInfo/patches Update of /cvs/ports/devel/p5-File-MimeInfo/patches In directory cvs.openbsd.org:/tmp/cvs-serv83425/patches Log Message: Directory /cvs/ports/devel/p5-File-MimeInfo/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/05 16:34:40 Modified files: net/proxy-suite: Makefile archivers/p7zip: Makefile Log message: Remove maintainers per their requests CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/05 16:37:23 Modified files: devel/p5-File-MimeInfo: Makefile distinfo devel/p5-File-MimeInfo/pkg: DESCR Added files: devel/p5-File-MimeInfo/patches: patch-t_06_pod_ok_t Log message: p5-File-MimeInfo: update to 0.29 Also update DESCR to mention the bundled tools. Changelog: https://metacpan.org/changes/release/MICHIELB/File-MimeInfo-0.29 OK afresh1@ CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/05 16:40:36 Modified files: net/plushs : Makefile Log message: Remove maintainer whose addresse bounce CVSROOT: /cvs Module name: xenocara Changes by: schwarze@cvs.openbsd.org 2019/05/05 17:27:58 Modified files: doc/xorg-docs : Makefile.bsd-wrapper lib/libdrm : Makefile.bsd-wrapper 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.socppc md.sparc64 distrib/sets/lists/xshare: mi Log message: put fonts.7 and drm*.3 into the install sets; patch from Nathanael Rensen , minimally tweaked by me; OK matthieu@ CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/05 17:48:01 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register znc as 1.7.3 fixes CVE-2019-9917 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/05/05 18:47:43 Modified files: lang/flang/libpgmath: Makefile distinfo lang/flang/flang: Makefile distinfo Log message: Update to flang-7.0.1.20190503 CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/05/05 20:56:37 Modified files: fonts/gohufont : Makefile Log message: Fix dead homepage/master_sites. CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2019/05/05 21:19:27 Modified files: share/man/man4/man4.i386: Makefile Removed files: share/man/man4/man4.i386: vmm.4 Log message: Cleanup things that missed removal during vmm(4) i386 purge a few months ago. ok kn, deraadt CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2019/05/05 21:20:43 Modified files: share/man/man8/man8.i386: MAKEDEV.8 Log message: Remove vmm(4) from i386 MAKEDEV.8 pointed out by jmc@ CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2019/05/05 21:27:54 Modified files: usr.sbin/vmctl : vmctl.8 Log message: vmctl.8 : man page cleanup input from jmc@ CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2019/05/05 21:30:10 Modified files: sys/arch/armv7/omap: gptimer.c Log message: Whitespace and extra semicolon removal. Pointed out by Jerome Pinot CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2019/05/05 21:32:48 Modified files: sys/arch/armv7/armv7: armv7_machdep.c armv7_start.S Log message: Whitespace removal Pointed out by Jerome Pinot CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2019/05/05 21:34:43 Modified files: sys/arch/armv7/include: bootconfig.h intr.h machine_reg.h Log message: Whitespace removal Pointed out by Jerome Pinot CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2019/05/05 21:45:58 Modified files: sys/arch/armv7/omap: amdisplay.c amdisplayreg.h dmtimer.c gptimer.c intc.c intc.h nxphdmi.c omdisplay.c omehcivar.h omusbtll.c sitara_cm.h ti_iic.c Log message: Whitespace removal Pointed out by Jerome Pinot CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2019/05/05 21:47:40 Modified files: sys/arch/armv7/stand/efiboot: efidev.h Log message: Whitespace removal Pointed out by Jerome Pinot CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2019/05/05 21:49:53 Modified files: sys/arch/armv7/sunxi: sxiintc.c sxitimer.c Log message: Whitespace removal Pointed out by Jerome Pinot CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2019/05/05 21:50:48 Modified files: sys/arch/armv7/vexpress: sysreg.c Log message: Whitespace removal Pointed out by Jerome Pinot CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/05/05 23:40:49 Modified files: usr.sbin/vmctl : vmctl.8 Log message: double macro snuck in; CVSROOT: /cvs Module name: ports Changes by: claudio@cvs.openbsd.org 2019/05/06 00:15:23 Modified files: devel/promu : Makefile distinfo Log message: Update to promu v0.3.0 OK sthen@ CVSROOT: /cvs Module name: ports Changes by: claudio@cvs.openbsd.org 2019/05/06 00:16:27 Modified files: sysutils/prometheus: Makefile distinfo sysutils/prometheus/pkg: PLIST Added files: sysutils/prometheus/patches: patch-Makefile_common Removed files: sysutils/prometheus/patches: patch-Makefile Log message: Update to prometheus v2.9.2 OK sthen@ CVSROOT: /cvs Module name: src Changes by: kevlo@cvs.openbsd.org 2019/05/06 01:44:00 Modified files: sys/dev/pci : if_alc.c Log message: Fix a logic error when configuring the driver to use msi. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/06 02:17:49 Modified files: graphics/simple-scan: Makefile distinfo Log message: Update to simple-scan-3.32.2.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/06 02:22:31 Modified files: multimedia/dav1d: Makefile Added files: multimedia/dav1d/patches: patch-src_itx_tmpl_c patch-src_lib_c patch-src_thread_h patch-src_win32_thread_c Log message: - Control the stack size of spawned threads - itx_tmpl: Fix the assert in inv_txfm_add_c from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/05/06 03:23:15 Modified files: www/varnish : Makefile Log message: Switch pre-configure to do-gen and AUTOCONF_ENV CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/05/06 03:49:26 Modified files: usr.sbin/bgpd : kroute.c Log message: Fix reloading of network statements that have no fixed prefix specification. The return value of kr_net_redist_add() was not as intended and so kr_redistribute() removed those networks on config reloads. Bug reported by openbsd (at) kene.nu OK benno@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/05/06 03:50:34 Modified files: www/mozilla-firefox: Makefile distinfo www/firefox-i18n: Makefile.inc distinfo Log message: Update to firefox 66.0.4. See https://www.mozilla.org/en-US/firefox/66.0.4/releasenotes/ Fixes the addons issue seen all around, cf https://blog.mozilla.org/addons/2019/05/04/update-regarding-add-ons-in-firefox/ Repackage i18n langpacks from 66.0.3 as they're not available for this release. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2019/05/06 03:50:46 Modified files: geo/globe : Makefile distinfo Removed files: geo/globe/patches: patch-globe_c Log message: Update to globe-20140814. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/05/06 03:51:39 Modified files: www/firefox-esr: Makefile distinfo www/firefox-esr-i18n: Makefile.inc distinfo Log message: Update to firefox 60.6.2. See https://www.mozilla.org/en-US/firefox/60.6.2/releasenotes/ Fixes the addons issue seen all around, cf https://blog.mozilla.org/addons/2019/05/04/update-regarding-add-ons-in-firefox/ Repackage i18n langpacks from 60.6.1 as they're not available for this release. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/06 03:55:37 Modified files: x11/gnome/nautilus: Makefile Added files: x11/gnome/nautilus/patches: patch-meson_build patch-src_gnome-desktop_gnome-desktop-thumbnail-script_c patch-src_gnome-desktop_gnome-desktop-thumbnail_c Log message: SECURITY fix for CVE-2019-11461 (sandbox escape). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/06 03:55:53 Modified files: x11/gnome/nautilus: Tag: OPENBSD_6_5 Makefile Added files: x11/gnome/nautilus/patches: Tag: OPENBSD_6_5 patch-meson_build patch-src_gnome-desktop_gnome-desktop-thumbnail-script_c patch-src_gnome-desktop_gnome-desktop-thumbnail_c Log message: SECURITY fix for CVE-2019-11461 (sandbox escape). CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/05/06 03:55:59 Modified files: www/mozilla-firefox: Tag: OPENBSD_6_5 Makefile distinfo Log message: Update to firefox 66.0.4. See https://www.mozilla.org/en-US/firefox/66.0.4/releasenotes/ Fixes the addons issue seen all around, cf https://blog.mozilla.org/addons/2019/05/04/update-regarding-add-ons-in-firefox/ 6.5-stable packages available at https://packages.rhaalovely.net, signed with https://packages.rhaalovely.net/landry-mozilla-pkg.pub. i386 still building. ppl running 6.5-release not wanting to install 3rd-party packages from a potentially untrusted source (ie, me) can temporarly enable studies to get the hotfix, or manually install https://storage.googleapis.com/moz-fx-normandy-prod-addons/extensions/hotfix-update-xpi-intermediate%40mozilla.com-1.0.2-signed.xpi CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/05/06 03:58:38 Modified files: www/firefox-esr: Tag: OPENBSD_6_5 Makefile distinfo Log message: Update to firefox-esr 60.6.2. See https://www.mozilla.org/en-US/firefox/60.6.2/releasenotes/ Fixes the addons issue seen all around, cf https://blog.mozilla.org/addons/2019/05/04/update-regarding-add-ons-in-firefox/ 6.5-stable packages available at https://packages.rhaalovely.net, signed with https://packages.rhaalovely.net/landry-mozilla-pkg.pub. i386 still building. ppl running 6.5-release not wanting to install 3rd-party packages from a potentially untrusted source (ie, me) can temporarly enable studies to get the hotfix, or manually install https://storage.googleapis.com/moz-fx-normandy-prod-addons/extensions/hotfix-update-xpi-intermediate%40mozilla.com-1.0.2-signed.xpi CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/05/06 04:38:26 Modified files: x11/itk : Makefile x11/itk/patches: patch-Makefile_in x11/itk/pkg : PLIST Log message: Fix loading of the shared library, so make it actually work CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/05/06 06:54:51 Modified files: sys/arch/mips64/mips64: exception.S Log message: Fix unintentional delay of ASTs on MP mips64 Make the interrupt and trap return paths check for ASTs with interrupts disabled. If there is no pending request, interrupts are kept disabled until return to userspace. This fixes delayed processing of an AST request that arrives from another CPU after the AST flag has been checked but before the CPU has finished the return path. The IPI that follows the setting of the AST flag forces kernel re-entry and recheck of AST. Noticed by guenther@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/05/06 06:56:30 Modified files: sys/arch/mips64/mips64: ipifuncs.c Log message: Issue write-write barrier before sending IPI on mips64 The barrier ensures that any lockless state changes become visible to other CPUs before the IPI is sent. Otherwise, a receiving CPU might still observe an old state when it processes the interrupt. OK guenther@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/05/06 06:57:56 Modified files: sys/arch/mips64/mips64: cpu.c sendsig.c trap.c Log message: Enforce store/load order when setting or clearing AST flag on mips64 Make sure that any preceding stores become visible to other CPUs before setting the AST flag in need_resched() and signotify(). This should prevent a very unlikely case with inter-CPU ASTs where the receiving CPU uses stale state. When clearing the AST flag in ast(), ensure that the clearing store is performed before any other memory accesses in the AST handler. Otherwise, there is a slight risk of losing an AST request that gets posted while the handler is running. OK guenther@ CVSROOT: /cvs Module name: xenocara Changes by: fcambus@cvs.openbsd.org 2019/05/06 08:15:08 Modified files: driver/xf86-video-openchrome: Makefile.in aclocal.m4 configure configure.ac driver/xf86-video-openchrome/man: Makefile.am Makefile.in driver/xf86-video-openchrome/src: via_display.c via_driver.h via_fp.c via_ums.c via_ums.h driver/xf86-video-openchrome/src/xvmc: xf86dristr.h Log message: Update openchrome to 0.6.182. Tested on my VX900 system. Looks OK to matthieu@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/06 08:58:54 Modified files: audio/cmus : Makefile distinfo audio/cmus/patches: patch-Makefile patch-configure audio/cmus/pkg : PLIST-main Removed files: audio/cmus/patches: patch-ffmpeg_c patch-sndio_c Log message: cmus: update to 2.8.0 Also drop all ffmpeg v4 compat and upstreamed patches. Changelog: https://github.com/cmus/cmus/releases/tag/v2.8.0 Original diff from Paco Esteban, with input from edd@ and jca@ - thanks you all - and additional ports-gcc and macppc tweaks from me. OK edd@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2019/05/06 09:40:06 Modified files: graphics/p5-Image-Info: Makefile distinfo Log message: Update to p5-Image-Info-1.41. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/05/06 09:44:34 Modified files: usr.bin/rsync : rsync.1 Log message: Remove an example that doesn't do what the accompanying text says, with the current formatting. OK benno@ naddy@ The original suggestion to delete it rather than fix it came from deraadt@: we do not want to encourage use of --rsync-path because it is important that the openrsync client smoothly works with the Samba rsync server. If it doesn't, we should fix it and not fragment the ecosystem. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2019/05/06 09:44:56 Modified files: net/p5-Nmap-Parser: Makefile distinfo Log message: Update to p5-Nmap-Parser-1.37. CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/06 10:01:32 Modified files: x11/hs-xmonad-contrib: Makefile x11/xmobar : Makefile Log message: Remove maintainer per their request CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2019/05/06 10:29:19 Modified files: sys/kern : vfs_lockf.c Log message: Bring back lockf deadlock detection from the dead. Back in 2007, the deadlock detection broke while changing the owner of a lock from struct proc to struct filedesc/file. Instead of keeping track of the owning proc for each lock, introduce a new list for all pending blocked locks. This list is scanned before waiting on a blocking lock in order to determine if sleeping would cause a deadlock. The new implementation is serialized by the recently added locking to the same subsystem, meaning that acquiring the kernel lock is no longer necessary. ok visa@ CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2019/05/06 10:32:04 Modified files: regress/sys/kern/flock: Makefile Log message: enable deadlock related tests CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/05/06 10:34:44 Modified files: multimedia/upplay: Makefile distinfo multimedia/upplay/patches: patch-upplay_pro Log message: Update to upplay-1.3.3 Cope with libupnpp>=0.17.1, otherwise just "Minuscule source changes mostly dealing with building and documentation". Set COMPILER while here as C++11 is required. OK pascal CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/05/06 10:34:44 Modified files: net/libupnp : Makefile distinfo net/libupnp/pkg: PLIST Log message: Update to libupnp-1.8.4 libthreadutil merged into libupnp, ABI and API changes; see http://pupnp.sourceforge.net/ChangeLog. Enable `reuseaddr' support as requirement for an upcoming port. OK rsadowski steven CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/05/06 10:34:44 Modified files: net/libupnpp : Makefile distinfo net/libupnpp/patches: patch-configure net/libupnpp/pkg: PLIST Log message: Update to libupnpp-0.17.1 Cope with libupnp>=1.8.4. Set NO_TEST and SEPARATE_BUILD while here. OK rsadowski pascal CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/05/06 11:13:22 Modified files: sys/arch/octeon/octeon: locore.S Log message: Fix thinko in previous. The .bss clearing was overzealous and overwrote a part of the free memory list, terminating it prematurely. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/05/06 11:31:25 Modified files: sbin/unwind : resolver.c Log message: Only try to resolve the DNSSEC trust anchor if we have a validating resolver context. Otherwise we will ignore the answer later on anyway. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/06 12:12:07 Modified files: databases/evolution-data-server: Makefile distinfo databases/evolution-data-server/pkg: PLIST Log message: Update to evolution-data-server-3.32.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/06 12:12:29 Modified files: mail/evolution : Makefile distinfo mail/evolution/pkg: PLIST Log message: Update to evolution-3.32.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/06 12:12:44 Modified files: mail/evolution-ews: Makefile distinfo mail/evolution-ews/pkg: PLIST Log message: Update to evolution-ews-3.32.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/06 12:13:26 Modified files: x11/gnome/calendar: Makefile Added files: x11/gnome/calendar/patches: patch-meson_build patch-src_gcal-utils_h x11/gnome/todo/patches: patch-plugins_eds_gtd-eds-autoptr_h Log message: Unbreak after recent e-d-s update (patches will be remove as soon as we update to 3.32). CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/05/06 12:29:59 Modified files: news/sabnzbd : Makefile news/sabnzbd/pkg: sabnzbd.rc Log message: Fix daemon_flags in sabnznd.rc. Current daemon flags are: daemon_flags="-b 0 -f ${datadir} -p ${datadir}/sabnzbd.pid" Intention is to be: daemon_flags="-b 0 -f ${datadir} --pidfile ${datadir}/sabnzbd.pid" Notice "--pidfile" instead of "-p". "-p" starts the daemon paused, which isn't desired for most people. Additionally, the entire PID option can be omitted. Addressed offlist by Nick Templeton . Diff by me. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2019/05/06 12:33:21 Modified files: usr.sbin/sysupgrade: sysupgrade.8 Log message: not do -> do not; ok jmc@ CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/06 13:36:30 Modified files: audio/nosefart : Makefile print/mftrace : Makefile www/p5-HTML-Template: Makefile www/p5-HTML-Template-Expr: Makefile devel/ninja : Makefile Log message: Remove maintainers per their requests CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/06 13:51:38 Modified files: games/freedink : Makefile.inc games/freedink/data: Makefile games/freedink/game: Makefile productivity/tdl: Makefile x11/oroborus : Makefile www/mimetex : Makefile net/mudix : Makefile multimedia/streamdvd: Makefile devel/cunit : Makefile Log message: Remove unreachable maintainers CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/06 13:52:08 Modified files: sysutils/terraform/provider-alicloud: Makefile distinfo sysutils/terraform/provider-aws: Makefile distinfo sysutils/terraform/provider-azurerm: Makefile distinfo sysutils/terraform/provider-gitlab: Makefile distinfo Log message: Update terraform providers. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2019/05/06 15:09:53 Modified files: math/octave : Makefile distinfo math/octave/patches: patch-configure math/octave/pkg: PLIST Log message: update to 5.1.0 ok kn@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2019/05/06 15:17:19 Modified files: print/poppler : Makefile distinfo print/poppler/pkg: PLIST-main Log message: Update to poppler-0.76.0. This does *not* contain the major bump for the poppler-qt5 shared library from the diff I initially sent to ports, because that isn't needed (as pointed out by jca@). Also build-tested with gcc-8 by jca@, thanks! CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2019/05/06 15:20:22 Modified files: graphics/pdf2djvu: Makefile Added files: graphics/pdf2djvu/patches: patch-pdf2djvu_cc Log message: Unbreak build with poppler-0.76.0. ok juanfra@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2019/05/06 15:22:17 Modified files: graphics/inkscape: Makefile Added files: graphics/inkscape/patches: patch-src_extension_internal_pdfinput_pdf-parser_cpp Log message: Unbreak build with poppler-0.76.0. ok rsadowski@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/06 16:00:12 Modified files: x11/gnome/user-docs: Makefile distinfo x11/gnome/user-docs/pkg: PLIST Log message: Update to gnome-user-docs-3.32.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/06 16:09:10 Modified files: x11/gnome/libdazzle: Makefile distinfo Log message: Update to libdazzle-3.32.2. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/05/06 18:06:00 Modified files: sys/dev/pci : if_mcx.c Log message: use MCX_PAGE_SIZE when calculating number of pages for queues PAGE_SIZE might be the same, but isn't on sparc64 at least. ok jmatthew@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/05/06 18:08:33 Modified files: sys/dev/pci : if_mcx.c Log message: align the rx buffer to ETHER_ALIGN this will probably change as the rx handling grows to cope with the hardware max mru. ok jmatthew@ CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/06 20:31:03 Modified files: security/logsentry: Makefile misc/p5-File-Rotate-Backup: Makefile Log message: Remove maintainers per their requests CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/05/06 20:33:03 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2019/05/06 22:12:15 Modified files: sys/dev/pci : if_mcx.c Log message: always rearm completion queues as leaving them disarmed would lead to rx or tx completion stalling. (also replace a line dlg didn't mean to remove) CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2019/05/06 23:20:05 Modified files: lib/libcxx : Makefile shlib_version Log message: Add support for std::filesystem. We're already installing the headers, so also compile the needed source files for it. While there, switch to compiling libc++ with C++14. Prompted by, initial patch from and ok espie@, ok jca@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/07 01:16:56 Modified files: graphics/digikam-kde4: Makefile Log message: Bump all that were a miss. This update was a shit show... please use PLIST_DB. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/05/07 01:33:53 Modified files: plan9 : Makefile Log message: Unhook 9wm, w9wm, larswm. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/05/07 01:38:34 Removed files: plan9/9wm : Makefile distinfo plan9/9wm/patches: patch-event_c patch-fns_h patch-manage_c patch-menu_c plan9/9wm/pkg : DESCR PLIST plan9/larswm : Makefile distinfo plan9/larswm/pkg: DESCR PLIST plan9/w9wm : Makefile distinfo plan9/w9wm/patches: patch-client_c patch-error_c patch-menu_c plan9/w9wm/pkg : DESCR PLIST Log message: Remove 9wm, w9wm, larswm. Restrictive PERMIT_*; CONFIGURE_STYLE=imake; no updates in 15+ years. If you're itching for the Plan 9 window experience, plan9port has rio. ok markus@ (former 9wm maintainer) CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/05/07 01:58:50 Modified files: net/libupnpp : Makefile Log message: Remove NO_TEST since tests do not fail, see bsd.port.mk(5). Reminded by jca, thanks. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2019/05/07 02:01:38 Modified files: net/py-IP : Makefile distinfo Log message: Update to py-IP-1.00. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/07 02:29:28 Modified files: net/znc : Makefile x11/vlc : Makefile databases/mariadb: Makefile Log message: use https; from Brad CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/05/07 02:36:19 Log message: Import gw-libretro-1.6.3. gw-libretro is a libretro core that runs Nintendo Game & Watch simulators. ok jeremy@ Status: Vendor Tag: bentley Release Tags: bentley_20190507 N ports/emulators/gw-libretro/Makefile N ports/emulators/gw-libretro/distinfo N ports/emulators/gw-libretro/patches/patch-Makefile_libretro N ports/emulators/gw-libretro/patches/patch-gwlua_functions_c N ports/emulators/gw-libretro/patches/patch-gwlua_gwlua_c N ports/emulators/gw-libretro/patches/patch-retroluxury_src_rl_image_c N ports/emulators/gw-libretro/pkg/DESCR N ports/emulators/gw-libretro/pkg/PLIST N ports/emulators/gw-libretro/pkg/README No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/05/07 02:36:58 Modified files: emulators : Makefile Log message: +gw-libretro CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/05/07 02:38:21 Log message: Import public-sans-1.0.0. Public Sans is a strong, neutral, principles-driven, open-source typeface for text or display. It is a fork of the SIL Open Licensed face Libre Franklin. Public Sans has many similarities with its parent, but differs in its focus on longform reading and neutral UI applicability. It takes inspiration from geometric sans faces of the 20th century, as well as the original Franklins of the 19th, resulting in something of a mongrel face that retains its American origin. ok sthen@ Status: Vendor Tag: bentley Release Tags: bentley_20190507 N ports/fonts/public-sans/Makefile N ports/fonts/public-sans/distinfo N ports/fonts/public-sans/pkg/DESCR N ports/fonts/public-sans/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/05/07 02:39:12 Modified files: fonts : Makefile Log message: +public-sans CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/05/07 04:25:15 Modified files: usr.bin/tmux : control-notify.c input.c notify.c tmux.h window.c Log message: Do not use evbuffer_add_buffer because it is destructive and doesn't work in newer libevent. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/05/07 04:50:13 Modified files: infrastructure/bin: register-plist Log message: comment that stuff a bit more CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/05/07 05:06:40 Modified files: net/libmaxminddb: Makefile distinfo Log message: Update GeoLite2 databases to latest version. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/05/07 05:24:03 Modified files: usr.bin/tmux : cmd-copy-mode.c server-client.c tmux.h tty-keys.c Log message: Treat keys in identify mode (display-panes) specially and handle them immediately rather than queuing them (the command can block the queue which means they were not being seen until it finished which was too late). Reported by denis@ and solene@, ok solene@. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/05/07 06:54:54 Modified files: infrastructure/bin: register-plist Log message: refactor code a bit for later CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/05/07 07:20:06 Modified files: infrastructure/bin: register-plist Log message: give names to comparison results rewrite a bit to diminish code duplication CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/05/07 07:56:06 Modified files: devel/ruby-opt_parse_validator: Makefile distinfo Log message: Update to 1.7.2, new versioning scheme CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/05/07 07:56:51 Modified files: security/ruby-cms_scanner: Makefile distinfo security/ruby-cms_scanner/pkg: PLIST Log message: Update to 0.5.1 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/05/07 07:57:40 Modified files: security/wpscan: Makefile distinfo security/wpscan/pkg: PLIST Log message: Update to 3.5.3 and add HOMEPAGE CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/05/07 08:01:39 Modified files: usr.bin/tmux : tmux.1 Log message: Rename the ENVIRONMENT section which was squatting on the standard manual page section and create a new ENVIRONMENT with the expected content. Move some information that was misplaced below the -u flag into that new section. Feedback and OK nicm@ jmc@ tb@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/05/07 08:16:16 Modified files: usr.bin/less : line.c Log message: UTF-8 cleanup of the function pappend(): Use the standard function mbrtowc(3) to distinguish valid, incomplete, and invalid multibyte characters, getting rid of five calls to functions and macros that we want to phase out, and of one goto. Add comments. OK millert@. CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2019/05/07 08:22:06 Modified files: sys/dev/ic : ncr53c9x.c Log message: Fix delay logic: measure w/ uptime, pack timeval correctly. ok krw@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/05/07 08:24:01 Modified files: sysutils/apcupsd: Makefile Log message: Fix packaging on ports-gcc archs Spotted by Johan Huldtgren on mips64 and me on sparc64. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/05/07 08:26:38 Modified files: usr.bin/less : charset.c filename.c funcs.h Log message: Completely clean up UTF-8 handling in the file filename.c: Employ the usual form of an mbtowc(3) loop, eliminating two calls to the bad function step_char() and reducing the number of nested loops by one. This also removes the last caller of the bad function binary_char(), which is consequently deleted. While here, count ASCII C0 non-whitespace control characters as binary (except backspace and, with -R only, escape). OK millert@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/05/07 08:26:45 Modified files: sysutils/apcupsd: Makefile Log message: Zap extra REVISION CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/05/07 09:25:43 Modified files: sysutils/bfs : Makefile distinfo sysutils/bfs/patches: patch-Makefile Log message: Update to bfs-1.4.1 Changelog: https://github.com/tavianator/bfs/releases/tag/1.4.1 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/05/07 09:27:47 Modified files: games/freedink : Makefile.inc games/freedink/data: Makefile distinfo games/freedink/data/pkg: PLIST games/freedink/game: Makefile distinfo games/freedink/game/pkg: PLIST Removed files: games/freedink/data/patches: patch-Makefile Log message: Update to newest FreeDink game and data code. FreeDink is now compiled with SDL2 instead of SDL1.2. Remove a patch since we have `cp -a' support. While here, take MAINTAINER. ok solene@ CVSROOT: /cvs Module name: ports Changes by: tj@cvs.openbsd.org 2019/05/07 10:15:08 Modified files: infrastructure/db: network.conf Log message: remove some stale mirrors and switch one to https. ok sthen CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/07 10:29:03 Modified files: games/crack-attack: Makefile Log message: Update maintainer's address per their request CVSROOT: /cvs Module name: ports Changes by: jsing@cvs.openbsd.org 2019/05/07 10:33:42 Modified files: lang/go : Makefile distinfo lang/go/pkg : PLIST Log message: Update lang/go to 1.12.5 CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/07 10:52:35 Modified files: devel/lua-cliargs: Makefile devel/lua-lgi : Makefile devel/lua-openbsd: Makefile devel/lua-term : Makefile devel/luafs : Makefile net/hexchat : Makefile textproc/lua-yaml: Makefile textproc/the_silver_searcher: Makefile x11/herbstluftwm: Makefile Log message: Remove maintainer per their request Done with portbump -z, thanks sthen! CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/07 11:04:59 Modified files: audio/nap : Makefile devel/atlas : Makefile devel/smpeg : Makefile games/amph : Makefile games/fire : Makefile games/gtkballs : Makefile games/heroes : Makefile games/icebreaker: Makefile games/lgeneral : Makefile games/newvox : Makefile games/sdlzombies: Makefile games/xpilot : Makefile graphics/dumpmpeg: Makefile graphics/enjoympeg: Makefile graphics/iview : Makefile graphics/p5-Imager: Makefile math/mcsim : Makefile math/sc : Makefile math/yorick : Makefile net/p5-Net-RawIP: Makefile sysutils/xuvmstat: Makefile textproc/bibelot: Makefile textproc/palm-bookmarks: Makefile x11/fvwm2 : Makefile Log message: Remove pvalchev as maintainer per his request CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/07 11:07:29 Modified files: games/glutton : Makefile education/dvorak7min: Makefile Log message: Remove maintainers whose addresses bounce CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/05/07 11:51:52 Modified files: mail/mailpile/patches: patch-scripts_mailpile-test_py Log message: Remove cp -a patch ok solene@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/07 11:54:23 Modified files: devel/p5-File-Remove: Makefile distinfo Log message: p5-File-Remove: update to 1.58 Changelog: https://metacpan.org/changes/release/SHLOMIF/File-Remove-1.58 OK steven@ afresh1@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2019/05/07 12:38:22 Modified files: distrib/sets/lists/base: md.amd64 md.arm64 md.armv7 md.i386 md.loongson md.macppc md.octeon md.sgi md.sparc64 Log message: Sync after libc++ bump Noticed by mlarkin CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2019/05/07 12:53:35 Modified files: lib/libc/sys : sysctl.2 Log message: add an extra m where needed. spotted by Kent Watsen CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2019/05/07 13:28:09 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Remove junit, no benefit to packaging, all the good kids use maven or gradle these days. correction & ok JCA@ CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2019/05/07 13:29:41 Removed files: java/junit : Makefile distinfo java/junit/pkg : DESCR PLIST Log message: Remove junit, no benefit to packaging, OK jca@ CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2019/05/07 13:38:46 Modified files: java : Makefile Log message: unhook junit CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/05/07 13:39:32 Modified files: www/icedtea-web/patches: patch-Makefile_in Log message: Remove install -D and cp -a hunks, not needed any more. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/05/07 13:44:30 Modified files: textproc/discount: Makefile textproc/discount/pkg: PLIST Added files: textproc/discount/patches: patch-configure_inc Log message: Build a shared lib with our versioning instead of a static lib. Needed by an upcoming purple-rocketchat port. ok jca@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/05/07 13:46:17 Modified files: usr.bin/tmux : window-copy.c Log message: Adjust the same bit to adjust the selection for history-top and history-bottom as for cursor-up and cursor-down. GitHub issue 1723. CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/07 13:53:08 Modified files: x11/fluxter : Makefile x11/idesk : Makefile Log message: Remove maintainer per their request CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/05/07 14:01:41 Modified files: usr.bin/tmux : cmd-display-panes.c screen-redraw.c server-client.c tmux.h Log message: Move around the display-panes identify code to make it a bit more generic and hide the display-panes specific bits into cmd-display-panes.c. CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/07 14:07:47 Modified files: devel/p5-File-ShareDir-Install: Makefile distinfo devel/p5-File-ShareDir-Install/pkg: DESCR Log message: p5-File-ShareDir-Install: update to 0.13 Changelog: https://metacpan.org/source/ETHER/File-ShareDir-Install-0.13/Changes OK afresh1@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/05/07 14:08:52 Removed files: telephony/pjsua/patches: patch-Makefile Log message: Yet another boring cp -a patch removed CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/07 14:10:58 Modified files: devel/p5-File-ShareDir: Makefile distinfo Log message: p5-File-ShareDir: update to 1.116 Changelog: https://metacpan.org/source/REHSACK/File-ShareDir-1.116/Changes OK afresh1@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/07 14:14:11 Modified files: devel/p5-File-Slurp: Makefile distinfo Log message: p5-File-Slurp: update to 9999.27 Changelog: https://metacpan.org/release/CAPOEIRAB/File-Slurp-9999.27 tweaks and OK afresh1@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/07 14:18:10 Modified files: devel/p5-File-Slurper: Makefile distinfo Log message: p5-File-Slurper: update to 0.012 Changelog: https://metacpan.org/changes/release/LEONT/File-Slurper-0.012 OK afresh1@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/05/07 14:26:50 Removed files: games/chromium-bsu/patches: patch-misc_Makefile_in textproc/rubber/patches: patch-tests_run_sh www/tor-browser/tor-launcher/patches: patch-Makefile Log message: Drop some more cp -a patches CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/07 14:28:06 Modified files: devel/p5-File-Sync: Makefile distinfo Log message: p5-File-Sync: update to 0.11 Changelog: https://metacpan.org/source/BRIANSKI/File-Sync-0.11/Changes OK afresh1@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/05/07 14:32:32 Modified files: games/egoboo : Makefile games/egoboo/patches: patch-game_egoboo_sh Log message: Last "drop cp -a patch" commit While here, move one hardcoded /sur/local to ${TRUEPREFIX}. ok phessler@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/07 14:42:46 Modified files: x11/gnome/yelp-tools: Makefile distinfo Log message: Update to yelp-tools-3.32.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/07 14:54:20 Modified files: x11/gnome/yelp : Makefile distinfo Log message: Update to yelp-3.32.2. CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2019/05/07 15:08:14 Modified files: build : mirrors.pl Log message: fix the openbgpd-6.5p0.tar.gz filename, with the new release the files end in tar.gz. CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2019/05/07 15:09:08 Modified files: openbgpd : ftp.html Log message: sync CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2019/05/07 15:38:02 Modified files: . : ftp.html ftplist httpslist build : mirrors.dat openbgpd : ftp.html openntpd : portable.html openssh : ftp.html portable.html Log message: update cdn-related comments and only list the fastly mirror once. ok job CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2019/05/07 16:53:17 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: geo/jeoip : Makefile distinfo geo/jeoip/patches: patch-build_xml geo/jeoip/pkg : DESCR PLIST Log message: Remove geo/jeoip. Upstream data file no longer generally available. And geoip is a better choice for command-line use. Comments by sthen. CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2019/05/07 16:55:34 Modified files: geo : Makefile Log message: unhook jeoip CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/05/07 17:05:12 Modified files: usr.bin/less : less.1 Log message: fix an obvious documentation bug: -# requires an argument CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2019/05/07 17:21:49 Modified files: sys/dev/pci : if_mcx.c Log message: Use the same completion queue for both the send and receive queues. We don't get any benefit from having separate queues (yet), and the tx completion queue seems to stall sometimes if it's on its own. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/07 19:02:29 Modified files: x11/gtksourceview3: Makefile distinfo Log message: update to gtksourceview3-3.24.11 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/05/07 19:07:35 Modified files: www/chromium/patches: patch-chrome_common_chrome_paths_cc www/chromium : Makefile Log message: unbreak policies by actually setting the correct policy dir CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/07 19:08:23 Modified files: devel/vte3 : Makefile distinfo devel/vte3/pkg : PLIST Log message: update to vte3-0.56.3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/07 19:09:42 Modified files: x11/gnome/gjs : Makefile distinfo Log message: update to gjs-1.56.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/07 19:19:32 Modified files: x11/gnome/libgweather: Makefile distinfo Log message: update to libgweather-3.32.1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/07 19:19:52 Modified files: x11/gnome/tweaks: Makefile distinfo x11/gnome/tweaks/pkg: PLIST Log message: Update to gnome-tweaks-3.32.0. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/07 19:21:14 Modified files: x11/gnome/online-accounts: Makefile distinfo x11/gnome/online-accounts/pkg: PLIST Log message: update to gnome-online-accounts-3.32.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/07 19:28:15 Modified files: x11/gnome/calendar: Makefile distinfo x11/gnome/calendar/pkg: PLIST Removed files: x11/gnome/calendar/patches: patch-meson_build patch-src_gcal-utils_h Log message: update to gnome-calendar-3.32.1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/07 19:31:29 Modified files: x11/gnome/desktop: Makefile distinfo x11/gnome/desktop/pkg: PLIST Added files: x11/gnome/desktop/patches: patch-meson_build Removed files: x11/gnome/desktop/patches: patch-libgnome-desktop_Makefile_in Log message: Update to gnome-desktop-3.32.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/07 19:31:43 Modified files: meta/gnome : Makefile Log message: Welcome GNOME 3.32.2 (WIP). CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/07 19:34:48 Modified files: x11/gnome/gucharmap: Makefile distinfo Removed files: x11/gnome/gucharmap/patches: patch-gucharmap_gucharmap-unicode-info_h Log message: update to gucharmap-12.0.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/07 19:35:47 Modified files: x11/gnome/recipes: Makefile Log message: regen WANTLIB CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/07 19:44:12 Modified files: x11/gnome/characters: Makefile distinfo x11/gnome/characters/pkg: PLIST Log message: update to gnome-characters-3.32.1 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/05/07 19:46:00 Modified files: net : Makefile Removed files: net/gnaughty : Makefile distinfo net/gnaughty/patches: patch-configure_in patch-src_gnaughty_c patch-src_http_c net/gnaughty/pkg: DESCR PLIST Log message: remove net/gnaughty as it goes against our code of conduct ok ajacoutot@, jasper@, mbalmer@, mlarkin@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/05/07 19:49:20 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: deprecate gnaughty CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/07 19:51:45 Modified files: x11/gnome/zenity: Makefile distinfo Log message: update to zenity-3.32.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/07 19:51:50 Modified files: x11/gnome/font-viewer: Makefile distinfo x11/gnome/font-viewer/pkg: PLIST Log message: update to gnome-font-viewer-3.32.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/07 19:55:14 Modified files: x11/gnome/screenshot: Makefile distinfo x11/gnome/screenshot/pkg: PLIST Log message: update to gnome-screenshot-3.32.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/07 19:57:02 Modified files: x11/gnome/weather: Makefile distinfo x11/gnome/weather/pkg: PLIST Log message: Update to gnome-weather-3.32.2. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/05/08 00:38:53 Modified files: games/heroes : Makefile Log message: Take maintainership. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/05/08 01:26:55 Log message: Import sigil-0.9.13. Sigil is a free, open source, multi-platform ebook editor. It is designed to edit books in ePub format (both ePub 2 and ePub 3). tweaks + ok kirby@ Status: Vendor Tag: bentley Release Tags: bentley_20190508 N ports/editors/sigil/Makefile N ports/editors/sigil/distinfo N ports/editors/sigil/patches/patch-3rdparty_minizip_ioapi_c N ports/editors/sigil/pkg/PLIST N ports/editors/sigil/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/05/08 01:27:36 Modified files: editors : Makefile Log message: +sigil CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/05/08 03:10:54 Modified files: infrastructure/bin: dpb infrastructure/lib/DPB: Reporter.pm infrastructure/lib/DPB/Reporter: Tty.pm Log message: create the reporter object earlier, and add the producers of report as they become available. make the code "less special", be explicit about the singleton part always. (fixes a TOCTOU reported by landry@) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/05/08 04:19:15 Modified files: usr.sbin/pkg_add/OpenBSD: Signature.pm Log message: fix pkg_info -S bug: multiple inheritance tricks signature into actually ignoring version elements. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/08 05:20:57 Modified files: net/unifi : Makefile.inc Log message: unifi common Makefile.inc tweaks; - don't care whether BUILD_V starts with a dash - handle filenames containing spaces CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/08 05:24:04 Modified files: net/unifi/lts : Makefile distinfo net/unifi/lts/pkg: PLIST Log message: update to unifi-5.6.42, includes unspecified "security improvements" (details to follow later at https://community.ubnt.com/t5/Security-Updates-Blog/bg-p/Security_Updates_Blog) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/08 05:25:40 Modified files: net/unifi/stable: Makefile distinfo Log message: update to unifi-5.10.23, includes unspecified "security improvement" (details to follow later at https://community.ubnt.com/t5/Security-Updates-Blog/bg-p/Security_Updates_Blog) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/08 05:55:47 Modified files: x11/gnome/menus: Makefile distinfo x11/gnome/menus/pkg: PLIST Added files: x11/gnome/menus/patches: patch-libmenu_Makefile_am patch-libmenu_canonicalize_c patch-libmenu_canonicalize_h patch-libmenu_menu-layout_c Removed files: x11/gnome/menus/patches: patch-layout_gnome-applications_menu patch-libmenu_desktop-entries_c patch-libmenu_entry-directories_c patch-libmenu_gmenu-tree_c patch-util_test-menu-spec_c Log message: Update to gnome-menus-3.32.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/08 06:04:10 Modified files: x11/gnome/settings-daemon: Makefile distinfo x11/gnome/settings-daemon/patches: patch-plugins_power_gsd-power-manager_c x11/gnome/settings-daemon/pkg: PLIST Log message: Update to gnome-settings-daemon-3.32.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/08 06:07:02 Modified files: x11/gnome/power-manager: Makefile distinfo Log message: Update to gnome-power-manager-3.32.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/08 06:07:18 Modified files: x11/gnome/color-manager: Makefile distinfo x11/gnome/color-manager/pkg: PLIST Log message: Update to gnome-color-manager-3.32.0. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/08 06:10:31 Modified files: www/epiphany : Makefile distinfo www/epiphany/pkg: PLIST Log message: update to epiphany-3.32.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/08 06:11:54 Added files: www/epiphany/patches: patch-lib_ephy-web-app-utils_c Log message: missed in previous CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/08 06:14:57 Modified files: x11/gnome/file-roller: Makefile distinfo x11/gnome/file-roller/pkg: PLIST Log message: update to file-roller-3.32.1 CVSROOT: /cvs Module name: ports Changes by: claudio@cvs.openbsd.org 2019/05/08 06:24:15 Modified files: infrastructure/db: user.list Log message: Reserve UID 834 for node_exporter OK sthen@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/05/08 06:34:00 Modified files: lang/mono : Makefile distinfo lang/mono/pkg : PLIST Removed files: lang/mono/patches: patch-support_sys-mman_c Log message: update to 5.20.1.19 CVSROOT: /cvs Module name: ports Changes by: claudio@cvs.openbsd.org 2019/05/08 06:37:10 Log message: Prometheus exporter for hardware and OS metrics exposed by *NIX kernels, written in Go with pluggable metric collectors. OK sthen@ Status: Vendor Tag: claudio Release Tags: claudio_20190508 N ports/sysutils/node_exporter/Makefile N ports/sysutils/node_exporter/distinfo N ports/sysutils/node_exporter/patches/patch-Makefile_common N ports/sysutils/node_exporter/pkg/DESCR N ports/sysutils/node_exporter/pkg/PLIST N ports/sysutils/node_exporter/pkg/node_exporter.rc No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2019/05/08 06:40:57 Modified files: sys/kern : vfs_bio.c vfs_biomem.c Log message: Modify the buffer cache to always flip recovered DMA buffers high. This also modifies the backoff logic to only back off what is requested and not a "mimimum" amount. Tested by me, benno@, tedu@ anda ports build by naddy@. ok tedu@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/05/08 06:41:55 Modified files: usr.sbin/bgpd : bgpd.c bgpd.h config.c pfkey.c session.c session.h Log message: Rework the TCP md5sig and IKE handling. Move the pfkey socket to the parent process in this process. The refreshing of the keys is done whenever the session state is changes to state IDLE or ACTIVE. This should behave better when reloading configs with auth changes. OK benno@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/08 06:55:52 Modified files: graphics/evince: Makefile distinfo graphics/evince/pkg: PLIST Removed files: graphics/evince/patches: patch-shell_ev-application_c Log message: update to evince-3.32.0 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/05/08 06:59:33 Modified files: infrastructure/lib/DPB: Config.pm Core.pm Host.pm infrastructure/lib/DPB/Core: Distant.pm Init.pm Log message: simplify host/core creation: create actual host objects once, and create cores based on them. Remove the localhost normal jobs/fetch jobs ambiguity by creating a dummy "FETCH" host. (still a bit of unwanted redundancy in hosts, but works better already) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/05/08 07:03:06 Modified files: infrastructure/bin: register-plist Log message: make register-plist more readable, and add some logic for better diagnostics. - show more info when @version is bumped, either updated info for simple cases, or diffs when it's the only thing preventing an error. - remove synthetic @version -1 from confusing diffs - talk about missing version info when we end up with an error that we couldn't solve. okay sthen@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/05/08 07:04:27 Modified files: usr.sbin/pkg_add/OpenBSD: PkgAdd.pm Signature.pm Update.pm Log message: better signatures. - pass state along to be able to do proper errsay instead of raw printing. - compare VERSION markers first, because they're supposed to trump everything else. (todo: evaluate -v diagnostics for version bumps) okay sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/08 07:05:10 Modified files: x11/gnome/gedit: Makefile distinfo x11/gnome/gedit/pkg: PLIST Log message: update to gedit-3.32.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/08 07:07:14 Modified files: x11/gnome/eog : Makefile distinfo x11/gnome/eog/pkg: PLIST Log message: update to eog-3.32.1 CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/05/08 07:11:43 Modified files: cad/netgen : Makefile Log message: Use -std=gnu89 so base-gcc doesn't crap out on c++-style comments REVISION bump to be safe. ok bentley@ Alessandro DE LAURENZIS (maintainer) CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/05/08 07:13:38 Modified files: www/chromium : Makefile www/chromium/patches: patch-services_service_manager_sandbox_openbsd_sandbox_openbsd_cc Log message: call XGetErrorDatabaseText() before pledge(2) to have the XErrorDB cached for future XGetErrorDatabaseText() calls CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/08 07:15:49 Modified files: x11/gnome/system-monitor: Makefile distinfo x11/gnome/system-monitor/pkg: PLIST Log message: update to gnome-system-monitor-3.32.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/08 07:15:50 Modified files: x11/gnome/calculator: Makefile distinfo x11/gnome/calculator/pkg: PLIST Removed files: x11/gnome/calculator/patches: patch-lib_equation-parser_vala Log message: update to gnome-calculator-3.32.1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/08 07:17:33 Modified files: x11/gnome/session: Makefile distinfo x11/gnome/session/pkg: PLIST Log message: Update to gnome-session-3.32.0. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/08 07:23:55 Modified files: x11/gnome/gedit-plugins: Makefile distinfo x11/gnome/gedit-plugins/pkg: PLIST Log message: update to gedit-plugins-3.32.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/08 07:37:46 Modified files: x11/gnome/baobab: Makefile distinfo x11/gnome/baobab/pkg: PLIST Log message: Update to baobab-3.32.0. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/08 07:45:44 Modified files: www : Makefile www/pecl-memcached: Makefile distinfo Log message: update to pecl-memcached-3.1.3, enable for php73 CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2019/05/08 07:47:24 Modified files: . : hackathons.html Added files: images/hackathons: g2k19-s.gif g2k19.gif Log message: g2k19 in Ottawa begins CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/08 07:49:47 Modified files: mail/spampd : Makefile net/prosody : Makefile net/py-oauth2 : Makefile devel/py-coveralls: Makefile devel/py-docopt: Makefile Log message: Remove maintainers per their requests CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/08 08:09:07 Modified files: x11/gnome/bijiben: Makefile distinfo x11/gnome/bijiben/pkg: PLIST Log message: update to bijiben-3.32.1 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/05/08 08:18:25 Modified files: lib/libcrypto/modes: ccm128.c Log message: Make sure that the tag buffer size is equal to the tag size in CRYPTO_ccm128_tag(). Otherwise the caller might end up using the part of the tag buffer that was left uninitialized. Issue found by Guido Vranken. ok inoguchi CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/08 08:21:42 Modified files: x11/gnome/nautilus: Makefile distinfo x11/gnome/nautilus/pkg: PLIST Removed files: x11/gnome/nautilus/patches: patch-meson_build patch-src_gnome-desktop_gnome-desktop-thumbnail-script_c patch-src_gnome-desktop_gnome-desktop-thumbnail_c Log message: Update to nautilus-3.32.1. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2019/05/08 08:22:25 Modified files: net/p5-Net-DNS-SEC: Makefile distinfo Log message: update p5-Net-DNS-SEC to 1.13 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/08 08:24:41 Modified files: devel/pear-Date-Holidays: Makefile.inc devel/pear-Date-Holidays/Australia: Makefile devel/pear-Date-Holidays/Austria: Makefile devel/pear-Date-Holidays/Brazil: Makefile devel/pear-Date-Holidays/Chile: Makefile devel/pear-Date-Holidays/Croatia: Makefile devel/pear-Date-Holidays/Czech: Makefile devel/pear-Date-Holidays/Denmark: Makefile devel/pear-Date-Holidays/Discordian: Makefile devel/pear-Date-Holidays/EnglandWales: Makefile devel/pear-Date-Holidays/Finland: Makefile devel/pear-Date-Holidays/France: Makefile devel/pear-Date-Holidays/Germany: Makefile devel/pear-Date-Holidays/Iceland: Makefile devel/pear-Date-Holidays/Ireland: Makefile devel/pear-Date-Holidays/Italy: Makefile devel/pear-Date-Holidays/Japan: Makefile devel/pear-Date-Holidays/Netherlands: Makefile devel/pear-Date-Holidays/Norway: Makefile devel/pear-Date-Holidays/PHPdotNet: Makefile devel/pear-Date-Holidays/Portugal: Makefile devel/pear-Date-Holidays/Romania: Makefile devel/pear-Date-Holidays/Russia: Makefile devel/pear-Date-Holidays/SanMarino: Makefile devel/pear-Date-Holidays/Serbia: Makefile devel/pear-Date-Holidays/Slovenia: Makefile devel/pear-Date-Holidays/Spain: Makefile devel/pear-Date-Holidays/Sweden: Makefile devel/pear-Date-Holidays/Turkey: Makefile devel/pear-Date-Holidays/UNO: Makefile devel/pear-Date-Holidays/USA: Makefile devel/pear-Date-Holidays/Ukraine: Makefile devel/pear-Date-Holidays/Venezuela: Makefile devel/pear-Date-Holidays/pear-Date-Holidays: Makefile Log message: Drop jhuldtgren as maintainer of the pear-Date-* ports, he doesn't use them any more. Discussed with danj@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/08 08:32:25 Log message: import libhandy 0.0.9.1 The aim of The handy library is to help with developing UI for mobile devices using GTK+/GNOME. ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20190805 N ports/x11/libhandy/Makefile N ports/x11/libhandy/distinfo N ports/x11/libhandy/pkg/PLIST N ports/x11/libhandy/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/08 08:34:10 Modified files: x11 : Makefile x11/libhandy/pkg: PLIST Log message: add libhandy (and fixup PLIST while here) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/08 08:37:21 Modified files: x11/gnome/contacts: Makefile distinfo x11/gnome/contacts/pkg: PLIST Log message: update to gnome-contacts-3.32.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/08 08:39:03 Modified files: www/epiphany : Makefile Log message: stop using the bundled libhandy and use the one from ports CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/08 08:39:05 Modified files: x11/libhandy : Makefile Log message: Fix SHARED_LIBS comment. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/08 08:40:33 Modified files: x11/gnome/latex: Makefile distinfo x11/gnome/latex/pkg: PLIST Log message: Update to gnome-latex-3.32.0. CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2019/05/08 08:45:24 Modified files: lang/jikes : Makefile Log message: jikes new maintainer Yozo TODA CVSROOT: /cvs Module name: src Changes by: ccardenas@cvs.openbsd.org 2019/05/08 08:53:54 Modified files: sys/arch/arm64/dev: agintc.c Log message: Fix kernel compile with DEBUG_AGINTC. ok phessler, deraadt CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/08 08:55:03 ports/x11/gnome/quadrapassel/patches Update of /cvs/ports/x11/gnome/quadrapassel/patches In directory cvs.openbsd.org:/tmp/cvs-serv42246/patches Log Message: Directory /cvs/ports/x11/gnome/quadrapassel/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/05/08 08:55:20 Modified files: infrastructure/lib/OpenBSD/PortGen/Port: PyPI.pm Log message: Initial try at python dependency detection for portgen It does not correctly separate build/test/run depends or separate dependencies per python version, but it does add dependencies it thinks it needs and will recurse. add it as is kmos@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/05/08 08:59:31 Modified files: regress/sys/net/rtable: kern_compat.h Log message: Mutex functions have no __ prefix anymore. Adjust kernel compat macros to make art.c compile again in regress. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/05/08 09:01:02 Modified files: infrastructure/lib/DPB: Core.pm Log message: unbreak CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/08 09:04:36 Modified files: x11/gnome/quadrapassel: Makefile distinfo x11/gnome/quadrapassel/pkg: PLIST Added files: x11/gnome/quadrapassel/patches: patch-meson_build patch-src_meson_build patch-src_quadrapassel_vala Log message: update to quadrapassel-3.32.0 CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2019/05/08 09:06:20 Modified files: usr.sbin/sysupgrade: sysupgrade.sh Log message: It is not an error condition if no new snapshot is available. ok jasper@ florian@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/05/08 09:06:24 Modified files: infrastructure/lib/DPB: Core.pm Log message: unbreak 2, really need to pass a {} even if I don't use it. CVSROOT: /cvs Module name: www Changes by: mpi@cvs.openbsd.org 2019/05/08 09:07:52 Modified files: . : want.html Log message: Remove my request for a USB card. CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/05/08 09:13:02 Modified files: mail/p5-Email-MIME-ContentType: Makefile distinfo mail/p5-Email-MIME-ContentType/pkg: DESCR Log message: Update mail/p5-Email-MIME-ContentType to 1.022 OK Sam Smith (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/05/08 09:16:16 Modified files: sys/dev/pci : pcidevs Log message: add more Intel 300 Series PCH ids CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/05/08 09:16:39 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/08 09:19:44 Modified files: x11/gnome/clocks: Makefile distinfo x11/gnome/clocks/pkg: PLIST Log message: Update to gnome-clocks-3.32.0. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/05/08 09:20:05 Modified files: sys/dev/pci : ichiic.c Log message: match on 300 series pch CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/05/08 09:23:20 Modified files: sys/dev/pci : pucdata.c Log message: match on 200 and 300 series pch kt CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/08 09:24:14 Modified files: databases/gdbm : Makefile distinfo Added files: databases/gdbm/patches: patch-src_gdbmconst_h Log message: update to gdbm-1.18.1 CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2019/05/08 09:32:02 Modified files: sys/dev/acpi : acpi.c Log message: free size. the allocation is the header plus the length. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2019/05/08 09:32:53 Modified files: sys/dev/ic : nvme.c Log message: when freeing ccbs, pass the number so we can free with the size. ok deraadt mpi CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2019/05/08 09:33:42 Modified files: sys/dev/pci : azalia_codec.c Log message: add free size, the old number of mixers, when reallocating. ok deraadt mpi CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/05/08 09:34:19 Modified files: sys/arch/mips64/mips64: db_machdep.c Log message: Print the current ASID in hex instead of decimal, to match the format with the ASID format on TLB entry lines. CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/08 09:44:46 Modified files: databases/p5-Class-DBI-AbstractSearch: Makefile databases/p5-Class-DBI-AsForm: Makefile databases/p5-Class-DBI-FromCGI: Makefile databases/p5-Class-DBI-Loader: Makefile databases/p5-Class-DBI-Loader-Relationship: Makefile databases/p5-Class-DBI-Pager: Makefile databases/p5-Class-DBI-Plugin-RetrieveAll: Makefile databases/p5-Class-DBI-Plugin-Type: Makefile databases/p5-Class-DBI-SQLite: Makefile databases/p5-Class-DBI-mysql: Makefile databases/p5-DBIx-ContextualFetch: Makefile devel/p5-AppConfig-Std: Makefile devel/p5-Class-MethodMapper: Makefile devel/p5-Class-WhiteHole: Makefile devel/p5-Class-XPath: Makefile devel/p5-Date-ICal: Makefile devel/p5-Date-Leapyear: Makefile devel/p5-Date-Simple: Makefile devel/p5-Number-Compare: Makefile devel/p5-Number-Compare-Date: Makefile devel/p5-Universal-exports: Makefile mail/p5-Email-MIME-ContentType: Makefile mail/p5-Email-MessageID: Makefile net/p5-Net-FTP-Recursive: Makefile net/p5-Net-ICal: Makefile textproc/p5-Lingua-EN-Inflect: Makefile textproc/p5-Lingua-EN-Inflect-Number: Makefile textproc/p5-PDF-Reuse: Makefile textproc/p5-Text-Reform: Makefile textproc/p5-XML-RAI: Makefile textproc/p5-XML-RSS-Timing: Makefile textproc/p5-XML-RSS-TimingBot: Makefile www/p5-CGI-Untaint: Makefile www/p5-HTML-Calendar-Month-Simple: Makefile www/p5-HTML-Scrubber: Makefile www/p5-HTTP-Proxy: Makefile www/p5-HTTP-Recorder: Makefile www/p5-HTTP-Request-Params: Makefile www/p5-LWP-UserAgent-Determined: Makefile www/p5-Maypole : Makefile www/p5-Maypole-Authentication-UserSessionCookie: Makefile Log message: Remove maintainer per their request CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/08 09:45:47 Modified files: x11/gnome/control-center: Makefile distinfo x11/gnome/control-center/patches: patch-panels_power_cc-power-panel_c patch-panels_printers_pp-host_c patch-shell_cc-panel-loader_c patch-shell_meson_build x11/gnome/control-center/pkg: PLIST Added files: x11/gnome/control-center/patches: patch-panels_info_cc-info-overview-panel_c patch-panels_info_meson_build patch-panels_user-accounts_cc-realm-manager_c patch-panels_user-accounts_user-utils_c patch-tests_datetime_meson_build patch-tests_interactive-panels_meson_build Removed files: x11/gnome/control-center/patches: patch-panels_display_cc-night-light-widget_c patch-panels_user-accounts_um-realm-manager_c patch-panels_user-accounts_um-utils_c Log message: Update to gnome-control-center-3.32.1. CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/08 09:48:26 Modified files: sysutils/cfengine: Makefile benchmarks/fs_mark: Makefile fonts/gohufont : Makefile graphics/freeglut: Makefile Log message: Remove maintainers per their requests CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/08 09:50:19 Modified files: x11/gnome/maps : Makefile distinfo x11/gnome/maps/pkg: PLIST Log message: Update to gnome-maps-3.32.2. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/05/08 09:53:31 Modified files: distrib/miniroot: install.sub Log message: cleanup after unattended upgrade tweak & OK kmos, OK semarie CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/05/08 09:55:56 Modified files: sys/dev/pci/drm/i915: i915_drv.c Log message: We're not quite ready yet to actually detach inteldrm(4). ok jsg@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/05/08 10:05:32 Modified files: devel/p5-Test-Inter: Makefile distinfo Log message: Update devel/p5-Test-Inter to 1.09 OK due to a similar diff, cwen@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/05/08 10:08:00 Modified files: mail/p5-Email-MessageID: Makefile distinfo mail/p5-Email-MessageID/pkg: PLIST Log message: Update mail/p5-Email-MessageID to 1.406 OK Sam Smith (ex-MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/08 10:16:59 Modified files: x11/gnome/mutter: Makefile distinfo x11/gnome/mutter/patches: patch-src_compositor_compositor_c patch-src_core_main_c x11/gnome/mutter/pkg: PLIST Removed files: x11/gnome/mutter/patches: patch-src_backends_x11_meta-input-settings-x11_c Log message: update to mutter-3.32.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/08 10:17:27 Modified files: x11/gnome/shell: Makefile distinfo x11/gnome/shell/patches: patch-js_misc_loginManager_js patch-js_ui_status_keyboard_js patch-js_ui_tweener_js patch-src_main_c x11/gnome/shell/pkg: PLIST Removed files: x11/gnome/shell/patches: patch-js_ui_messageTray_js Log message: update to gnome-shell-3.32.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/08 10:17:40 Modified files: x11/gnome/shell-extensions: Makefile distinfo x11/gnome/shell-extensions/pkg: PLIST Log message: update to gnome-shell-extensions-3.32.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/08 10:17:51 Modified files: x11/gnome/terminal: Makefile distinfo x11/gnome/terminal/pkg: PLIST Log message: update to gnome-terminal-3.32.1 CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2019/05/08 10:22:42 Modified files: sys/kern : subr_prf.c Log message: Add a compile-time option called SPLASSERT_WATCH which changes the default value of kern.splassert to 3, i.e. enter ddb on splassert() failure. Will be used during fuzzing. ok mpi@ visa@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/08 10:23:39 Modified files: x11/gnome/music: Makefile distinfo x11/gnome/music/pkg: PLIST Log message: Update to gnome-music-3.32.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/08 10:24:14 Modified files: x11/gnome/photos: Makefile distinfo x11/gnome/photos/pkg: PLIST Log message: Update to gnome-photos-3.32.0. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2019/05/08 10:24:48 Modified files: sys/kern : vfs_lockf.c Log message: group function prototypes CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/08 10:25:47 Modified files: x11/gnome/mutter: Makefile x11/gnome/mutter/pkg: PLIST Log message: add missing SHARED_LIBS entry and regen PLIST CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/08 10:27:28 Modified files: devel/p5-Config-IniFiles: Makefile distinfo Log message: update to p5-Config-IniFiles-3.000002 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/08 10:35:53 Log message: import r2pipe-1.2.0 Interact with radare2 using the #!pipe command or in standalone scripts that communicate with local or remote r2 via pipe, tcp or http. ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20190805 N ports/devel/py-r2pipe/Makefile N ports/devel/py-r2pipe/distinfo N ports/devel/py-r2pipe/pkg/DESCR N ports/devel/py-r2pipe/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/08 10:36:59 Modified files: devel : Makefile Log message: add py-r2pipe CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/08 10:37:24 Modified files: x11/gnome/totem: Makefile distinfo x11/gnome/totem/patches: patch-src_meson_build x11/gnome/totem/pkg: PLIST Log message: Update to totem-3.32.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/08 10:42:28 Modified files: x11/gnome/seahorse: Makefile distinfo x11/gnome/seahorse/pkg: PLIST Log message: Update to seahorse-3.32.1. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/08 11:26:52 Modified files: textproc/oniguruma: Makefile distinfo Log message: update to oniguruma-6.9.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/08 11:29:28 Modified files: infrastructure/db: user.list Log message: reserve 835 for _opendmarc CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2019/05/08 11:33:22 Modified files: lib/libevent : kqueue.c Log message: Fixed integer overflow with an excessively large amount of events. While at it: KNF and switch from reallocarray to recallocarray. ok tedu CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/05/08 11:34:34 ports/databases/py-mysqlclient/patches Update of /cvs/ports/databases/py-mysqlclient/patches In directory cvs.openbsd.org:/tmp/cvs-serv19287/patches Log Message: Directory /cvs/ports/databases/py-mysqlclient/patches added to the repository CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2019/05/08 11:55:41 Modified files: usr.bin/signify: signify.1 Log message: xr to sysupgrade CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/05/08 12:05:03 Modified files: usr.bin/tmux : cmd.c cmd-find.c Log message: Adjust how mouse targets are found so they always have a session, window and pane. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/05/08 12:07:13 Modified files: usr.bin/tmux : cmd-display-panes.c screen-redraw.c server-client.c tmux.h Log message: Add a flag to redraw only the overlay, and remove the overlay on resize. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/05/08 12:16:31 Modified files: www/mozilla-firefox: Makefile distinfo www/firefox-i18n: Makefile.inc distinfo Log message: Update to firefox 66.0.5. See https://www.mozilla.org/en-US/firefox/66.0.5/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/05/08 12:17:38 Modified files: www/firefox-esr: Makefile distinfo www/firefox-esr-i18n: Makefile.inc distinfo Log message: Update to firefox-esr 60.6.3. See https://www.mozilla.org/en-US/firefox/60.6.3/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/05/08 12:19:24 Modified files: www/mozilla-firefox: Tag: OPENBSD_6_5 Makefile distinfo Log message: Update to firefox 66.0.5. See https://www.mozilla.org/en-US/firefox/66.0.5/releasenotes/ 6.5-stable packages at the usual spot. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/05/08 12:19:56 Modified files: www/firefox-esr: Tag: OPENBSD_6_5 Makefile distinfo Log message: Update to firefox 60.6.3. See https://www.mozilla.org/en-US/firefox/60.6.3/releasenotes/ 6.5-stable packages at the usual spot (in some hours). CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/05/08 12:26:43 Modified files: infrastructure/lib/DPB: Host.pm Log message: create the shell in a lazy way, so I can refactor host creation and remove code duplication CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/08 12:28:29 Modified files: www/epiphany : Makefile distinfo www/epiphany/patches: patch-lib_ephy-web-app-utils_c Log message: - update to epiphany-3.32.2 - apply upstream's patch for ephy-web-app-utils.c CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/08 12:42:30 Modified files: x11/gnome/initial-setup: Makefile distinfo Added files: x11/gnome/initial-setup/patches: patch-gnome-initial-setup_meson_build patch-gnome-initial-setup_pages_meson_build Removed files: x11/gnome/initial-setup/patches: patch-configure_ac patch-gnome-initial-setup_Makefile_in patch-gnome-initial-setup_pages_Makefile_in patch-gnome-initial-setup_pages_account_Makefile_in patch-gnome-initial-setup_pages_password_Makefile_in Log message: Update to gnome-initial-setup-3.32.1. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/05/08 12:48:34 Modified files: usr.sbin/bgpd : bgpd.c Log message: when passing objects to imsg use the for 'obj, sizeof(*obj)' instead of 'obj, sizeof(struct object)' OK benno@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/08 12:52:18 Modified files: graphics/evince: Makefile graphics/evince/pkg: PLIST Log message: Unbreak: missing BDEP. Regen PLIST while here. CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/08 12:52:46 Modified files: lang/snobol4 : Makefile Log message: Update maintainer's address per their request CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/08 13:04:30 Modified files: games/freedink/game: Makefile games/freedink/game/pkg: PLIST Log message: Unbreak: missing BDEP Regen PLIST while here. CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2019/05/08 13:08:34 Modified files: www/honk : Makefile distinfo Log message: Bonk honk to the latest vonk. Update from MAINTAINER! OK jturner@ CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/08 13:08:58 Modified files: games/chessx : Makefile math/moo : Makefile net/wifind : Makefile Log message: Remove maintainers per their requests CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/08 13:23:19 Modified files: x11/gnome/shell: Makefile Log message: Sync COMPILER with gjs. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2019/05/08 13:29:41 Modified files: regress/sys/kern/realpath: realpathtest.c Log message: Add another case for robert@ :) CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/05/08 13:41:15 Modified files: www/py-tornado : Makefile Log message: Add missing RDEP on devel/py-futures. Grepping the source code of py-tornado shows that concurrent.futures is imported at several places. This fixes an issue with spyder not starting as it errors out with "pkg_resources.DistributionNotFound: The 'futures' distribution was not found and is required by tornado" OK sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/08 13:41:30 Modified files: x11/gnome/sushi: Makefile distinfo Log message: Update to sushi-3.32.0. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2019/05/08 13:57:45 Modified files: usr.sbin/httpd : config.c httpd.h parse.y server_fcgi.c server_http.c Log message: spacing CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2019/05/08 14:00:26 Modified files: usr.bin/rsync : blocks.c client.c downloader.c extern.h fargs.c flist.c ids.c io.c log.c main.c mkpath.c mktemp.c receiver.c sender.c server.c session.c socket.c symlinks.c uploader.c Log message: remove sess argument from log functions. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/05/08 14:13:57 Modified files: infrastructure/mk: fortran.port.mk Log message: Teach the fortran module about flang. ok steven@ jca@ CVSROOT: /cvs Module name: src Changes by: bcallah@cvs.openbsd.org 2019/05/08 14:14:52 Modified files: share/man/man5 : port-modules.5 Log message: Add flang to the MODFORTRAN_COMPILER list. ok jca@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/05/08 14:17:21 Modified files: math/R : Makefile Log message: Use flang to build R on arm64 ok jca@ steven@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/08 14:23:27 Modified files: x11/gnome/documents: Makefile distinfo x11/gnome/documents/pkg: DESCR PLIST Log message: Update to gnome-documents-3.32.0. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/05/08 14:27:29 Modified files: lib/csu : crt0.c Log message: Call _csu_finish() before {pre,}init_array functions so that in static executables the TIB and __progname are set up before they can be used. problem noted by ori@ ok millert@ kettenis@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/05/08 14:42:57 Modified files: devel : Makefile devel/quirks/files: Quirks.pm Removed files: devel/mysql++ : Makefile distinfo devel/mysql++/patches: patch-Makefile_in devel/mysql++/pkg: DESCR PLIST Log message: Remove mysql++, a C++ mysql library unused by the rest of the ports tree ... since the removal of mysqlgui in 2004. Fails to build with the wip update to mariadb-10.2.3, now is a good time to remove the port. ok bcallah@ sthen@ CVSROOT: /cvs Module name: src Changes by: sashan@cvs.openbsd.org 2019/05/08 15:09:57 Modified files: sbin/pfctl : pfctl.8 share/man/man5 : pf.conf.5 Log message: update to PF pfctl(8) and pf.conf(5) manpages great input by Ingo, Jason and Klemens OK schwarze@, OK kn@, OK jmc@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/08 15:15:44 Log message: import pwntools-3.12.2 Pwntools is a CTF framework and exploit development library. Written in Python, it is designed for rapid prototyping and development, and intended to make exploit writing as simple as possible. NB: Only the 'pwn' script has been installed, all other end-user scripts are available through 'pwn', e.g. 'pwn checksec'. OK aja@ Status: Vendor Tag: jasper Release Tags: jasper_20190805 N ports/security/pwntools/Makefile N ports/security/pwntools/distinfo N ports/security/pwntools/pkg/DESCR N ports/security/pwntools/pkg/PLIST N ports/security/pwntools/patches/patch-pwn___init___py N ports/security/pwntools/patches/patch-pwnlib___init___py N ports/security/pwntools/patches/patch-pwnlib_commandline_main_py N ports/security/pwntools/patches/patch-pwnlib_elf_elf_py N ports/security/pwntools/patches/patch-setup_py N ports/security/pwntools/patches/patch-pwnlib_asm_py No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/08 15:16:54 Modified files: security : Makefile Log message: +pwntools CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/05/08 15:25:54 Modified files: lang/flang/flang: Makefile Log message: flang1 and flang2 were being linked with the LLVM shared library. Do the same thing we do with the flang driver and force linking with the static libraries instead. Reported off-list by j bitminer ca -- thanks! CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/08 15:27:29 Modified files: security/pwntools: Makefile security/pwntools/patches: patch-pwnlib_elf_elf_py Log message: recognize retguard; can be used through 'pwn checksec' discussed with mortimer@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/08 15:28:55 Log message: Import gnome-books-3.32.0. Books is an e-book manager application for GNOME. It was split from gnome-documents. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20190508 N ports/x11/gnome/books/Makefile N ports/x11/gnome/books/distinfo N ports/x11/gnome/books/pkg/DESCR N ports/x11/gnome/books/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/08 15:29:18 Modified files: x11/gnome : Makefile Log message: +books CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2019/05/08 15:30:11 Modified files: usr.bin/rsync : Makefile blocks.c downloader.c extern.h flist.c ids.c io.c mkpath.c mktemp.c receiver.c sender.c server.c socket.c symlinks.c uploader.c Log message: remove sess argument from all functions that only used it for logging functions. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/08 15:31:30 Modified files: meta/gnome : Makefile Log message: Add x11/gnome/books to -extras. CVSROOT: /cvs Module name: src Changes by: sashan@cvs.openbsd.org 2019/05/08 15:31:30 Modified files: sbin/pfctl : parse.y Log message: pfctl should check pfctl.astack is not overrun (bug found and fixed by Petr Hoffmann _at_ oracle.com) OK kn@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/08 15:32:36 Modified files: x11/gnome/gdm : Makefile distinfo x11/gnome/gdm/patches: patch-daemon_gdm-display_c patch-daemon_gdm-local-display-factory_c patch-daemon_gdm-server_c patch-daemon_gdm-session_c patch-daemon_gdm-session_h patch-data_Makefile_am x11/gnome/gdm/pkg: PLIST Removed files: x11/gnome/gdm/patches: patch-data_gdm_schemas Log message: Update to gdm-3.32.0. CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/08 15:36:07 Modified files: devel/p5-App-Cmd: Makefile devel/p5-Class-Method-Modifiers: Makefile devel/p5-ExtUtils-Config: Makefile devel/p5-ExtUtils-Helpers: Makefile devel/p5-ExtUtils-InstallPaths: Makefile devel/p5-IO-TieCombine: Makefile devel/p5-Import-Into: Makefile devel/p5-Moo : Makefile devel/p5-MooX-Types-MooseLike: Makefile devel/p5-Role-Tiny: Makefile devel/p5-indirect: Makefile devel/p5-strictures: Makefile net/p5-Net-SCP : Makefile net/p5-Net-SSH : Makefile Log message: Remove maintainer per their request CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/05/08 15:41:06 Modified files: usr.sbin/httpd : http.h server_fcgi.c server_http.c Log message: Set the REQUEST_URI CGI variable to the requested URI and query string instead of the rewritten path and query string. Patch from Tim Baumgard, reminded by Mischa Peters. ok benno, reyk CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/05/08 15:44:06 Modified files: www/chromium : Makefile www/chromium/patches: patch-ui_gl_BUILD_gn Added files: www/chromium/patches: patch-ui_gl_gl_surface_glx_cc patch-ui_views_widget_desktop_aura_desktop_window_tree_host_x11_cc Log message: add an upstream fix for https://bugs.chromium.org/p/chromium/issues/detail?id=956061 Issue 956061: Context menu and on top elements draw a black rectangle CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/08 15:46:44 Modified files: graphics/mtpaint: Makefile security/sqlmap: Makefile security/zaproxy: Makefile Log message: Remove maintainers whose addresses bounce CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/05/08 15:46:56 Modified files: usr.sbin/httpd : httpd.conf.5 server_http.c Log message: The QUERY_STRING macro is not actually URL encoded, so fix the manual. Add a QUERY_STRING_ENC macro that is URL encoded. Patch from Tim Baumgartner ok reyk CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/05/08 15:48:20 Modified files: devel/llvm : Makefile Log message: Now that we have ports-gcc-8, enable lldb on ports-gcc archs While here remove PSEUDO_FLAVORS and other goo to make lldb conditional. From Brad. CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2019/05/08 15:53:10 Modified files: lib/libcrypto/x509v3: v3_bcons.c v3_bitst.c v3_pmaps.c Log message: initialize safestack pointers ok beck@, tb@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/05/08 15:53:20 Modified files: devel/llvm : Makefile Removed files: devel/llvm/pkg : DESCR-extras PLIST-extras Log message: Remove -extras subpackage (already disabled) Discussed with rsadowski@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/08 15:58:04 Modified files: x11/gnome/gdm/patches: patch-daemon_gdm-local-display-factory_c patch-daemon_gdm-server_c patch-daemon_gdm-session_c Log message: Forgot to regen some patches before committing. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/05/08 15:59:13 Modified files: sbin/unwind : frontend.c Log message: When starting up use the built-in DNSSEC trust anchor as well as the on-disk one to give us a better chance on root KSK roll. Either we were online during the time the key rolled or we are running on a version of unwind(8) that has the new KSK. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/05/08 16:00:42 Modified files: databases/py-mysqlclient: Makefile distinfo databases/py-mysqlclient/pkg: PLIST Log message: Update to py-mysqlclient-1.4.2 Fixes build with recent mariadb releases CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/05/08 16:00:55 Modified files: usr.sbin/dhcpd : confpars.c dhcp-options.5 dhcp.h dhcpd.h tables.c Log message: Switch domain-search parsing from hand rolled hex string to human readable list of strings. Slightly tweaked version of a diff from William Ahern via tech@. Long silence on all fronts leads to community based testing. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/05/08 16:01:19 Modified files: sys/dev/pci/drm/include/linux: atomic.h Log message: add cmpxchg() with same implementation as atomic_cmpxchg() CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/05/08 16:04:25 Modified files: www/chromium/patches: patch-base_debug_stack_trace_posix_cc patch-base_process_process_metrics_openbsd_cc patch-base_process_process_posix_cc Log message: remove some noisy notimplemented notifications CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/08 16:04:51 Modified files: x11/gnome/libgda: Makefile distinfo x11/gnome/libgda/pkg: PLIST-ui Log message: Update to libgda-5.2.9. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/05/08 16:15:48 Modified files: libexec/ld.so : util.c Log message: On retguard systems, remove the ld.so-local stack-protector handling functions because retguard uses hard-traps instead. ok mortimer. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/08 16:29:07 Modified files: graphics/gegl04: Makefile distinfo graphics/gegl04/patches: patch-operations_seamless-clone_Makefile_in Log message: Update to gegl04-0.4.16. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/05/08 16:29:13 Modified files: databases : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: databases/mysqlcc: Makefile distinfo databases/mysqlcc/files: qmake.conf databases/mysqlcc/patches: patch-configure patch-mysqlcc_pro_in patch-src_CApplication_cpp patch-src_CHotKeyEditorDialog_cpp patch-src_main_cpp databases/mysqlcc/pkg: DESCR PLIST Log message: Remove mysqlcc, an old Qt gui for mysql Won't build with recent mariadb releases, unmaintained upstream, no interest in keeping this on life support. ok bcallah@ sthen@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/05/08 16:33:32 Modified files: databases/py-mysql: Makefile databases/py-mysql/patches: patch-_mysql_c databases/ruby-mysql: Makefile databases/ruby-mysql/patches: patch-ext_mysql_api_mysql_c Log message: Fix build with recent mariadb releases. No more 'reconnect' member in struct MYSQL, use mysql_options() and mysql_get_options() to set/get the autoreconnect setting. Same approach as in databases/py-mysqlclient. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/05/08 16:34:02 Modified files: devel/llvm : distinfo Log message: Missed in previous. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/05/08 16:44:31 Modified files: sys/dev/pci/drm/include/linux: mm.h slab.h Log message: Fix overflow tests such that we can allocate arrays with zero items. Linux allows this sillyness and it is needed to make X work on the integrated graphics on the AMD Ryzen 3 PRO 2200GE APU. ok jsg@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/08 16:50:07 Modified files: mail/alpine : Makefile Log message: Fix HOMEPAGE and MASTER_SITES. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/05/08 16:53:30 Modified files: audio/qsynth : Makefile Log message: Don't pick up qmake from qt3-mt when we want qt5, use ${MODQT_QMAKE} instead Spotted by ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/05/08 17:04:57 Modified files: devel/p5-Memoize-ExpireLRU: Makefile distinfo Log message: Update devel/p5-Memoize-ExpireLRU to 0.56 CVSROOT: /cvs Module name: www Changes by: pamela@cvs.openbsd.org 2019/05/08 17:10:44 Modified files: . : plus.html Log message: plus entries for April 28 - May 8 OK florian@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2019/05/08 17:22:19 Modified files: usr.sbin/relayd: http.h relay.c relay_http.c relayd.c relayd.h Log message: Fix and tweak websocket upgrade handling. - Don't expect the Connection header to equal Upgrade, it may include Upgrade - Reshuffle the code to check the Upgrade/Connection headers in one place Reported and tested by Rivo Nurges OK and input from benno@ Cvs: ---------------------------------------------------------------------- CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/05/08 17:23:06 Modified files: distrib/miniroot: install.sub Log message: Move the magic ping6 IPv6 default router discovery so we probe all relevant interfaces at once, and ask for a user decision right after we ask for the IPv4 default route. ok florian@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/05/08 17:35:23 Modified files: sys/dev/pci/drm/include/linux: wait.h Log message: Add wait_event_killable(). In linux TASK_KILLABLE only gets fatal signals, as we don't have an equivalent use PCATCH and check for all signals before and after msleep. Discussed with kettenis@. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/05/08 17:49:45 Modified files: lib/libssl : ssl_tlsext.c Log message: In DTLS, use_srtp is part of the extended server hello while in TLSv1.3, it is an encrypted extension. Include it in the server hello for now. This will have to be revisited once TLSv1.3 gets there. Fixes SRTP negotiation. Problem found by two rust-openssl regress failures reported by mikeb. with & ok beck CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/05/08 17:51:14 Modified files: sys/dev/usb : usbdevs Log message: add Google vendor ID CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/05/08 17:51:34 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2019/05/08 17:53:26 Modified files: sys/kern : kern_malloc.c Log message: print a few warnings when calling free with a zero size. let's see what falls out. ok beck deraadt kettenis mpi CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/05/08 17:53:40 Added files: sys/dev/usb : ucrcom.c Log message: Add ucrcom(4) a (very simple) driver for the serial console of (some) chromebooks. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2019/05/08 17:54:13 Modified files: usr.bin/systat : iostat.c systat.1 Log message: allow switching to print stats since boot via 'b'. ok beck deraadt CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/05/08 17:54:39 Modified files: sys/arch/alpha/conf: GENERIC sys/arch/amd64/conf: GENERIC sys/arch/arm64/conf: GENERIC sys/arch/armv7/conf: GENERIC sys/arch/hppa/conf: GENERIC sys/arch/i386/conf: GENERIC sys/arch/landisk/conf: GENERIC sys/arch/loongson/conf: GENERIC sys/arch/macppc/conf: GENERIC sys/arch/octeon/conf: GENERIC sys/arch/sparc64/conf: GENERIC Log message: Enable ucrcom(4) on all architectures that have uslcom(4). ok deraadt@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2019/05/08 17:56:48 Modified files: libexec/ftpd : extern.h ftpcmd.y ftpd.8 ftpd.c popen.c Log message: rm dead code and simplify ftpd_popen. this code has only called its statically linked ls_main for some time now. from Jan Klemkow ok deraadt CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2019/05/08 17:59:19 Modified files: usr.sbin/ikectl: ikeca.c Log message: convert system() calls to an execv() like interface. avoids sh difficulties, etc. from Matthew Martin. ok deraadt reyk CVSROOT: /cvs Module name: www Changes by: beck@cvs.openbsd.org 2019/05/08 18:10:52 Added files: . : 66.html Log message: Add a 66.html to start with CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/08 18:11:20 Modified files: x11/gnome/builder: Makefile distinfo x11/gnome/builder/patches: patch-src_plugins_todo_gbp-todo-model_c x11/gnome/builder/pkg: PLIST Added files: x11/gnome/builder/patches: patch-src_libide_io_ide-path_c Removed files: x11/gnome/builder/patches: patch-src_libide_util_ide-posix_c Log message: Update to gnome-builder-3.32.2. We need to build with ports-gcc because clang doesn't support variadic macros (__VA_OPT__) in C mode. CVSROOT: /cvs Module name: www Changes by: tb@cvs.openbsd.org 2019/05/08 18:13:36 Modified files: . : 66.html Log message: obligatory bikeshedding now that i can't do that anymore when the release notes are prepared CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/08 18:16:32 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-245.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/08 18:19:37 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py-boto3-1.9.145. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/08 18:19:50 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py-botocore-1.12.145. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/08 18:20:05 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.16.155. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/05/08 18:20:57 Modified files: sys/dev/usb : files.usb Log message: Add ucrcom(4) a (very simple) driver for the serial console of (some) chromebooks. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/08 18:39:16 Modified files: net/kea : Makefile Log message: Remove maintainer per their request CVSROOT: /cvs Module name: ports Changes by: feinerer@cvs.openbsd.org 2019/05/08 18:40:38 Modified files: security/py-axolotl: Makefile distinfo Log message: Update to python-axolotl 0.2.2 CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/05/08 19:05:50 Modified files: editors/sigil/pkg: PLIST Log message: Remove stray .so in plist, fixing the build. CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/05/08 20:13:57 Modified files: infrastructure/lib/OpenBSD/PortGen/Port: PyPI.pm Log message: Avoid uninitalized $req warning in portgen Noticed by jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/08 20:19:48 Modified files: x11/gnome/gedit-plugins: Makefile Log message: Missing BDEP on devel/appstream-glib. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/05/08 21:27:40 Modified files: security/cyrus-sasl2: Makefile Log message: Help this build with recent mariadb releases. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/05/08 21:48:56 Modified files: net/jabberd : Makefile Added files: net/jabberd/patches: patch-c2s_authreg_mysql_c patch-sm_storage_mysql_c Log message: Cope with lack of 'reconnect' in struct MYSQL in recent mariadb releases. CVSROOT: /cvs Module name: ports Changes by: ratchov@cvs.openbsd.org 2019/05/08 23:12:53 Modified files: emulators/qemu : Makefile emulators/qemu/patches: patch-configure Added files: emulators/qemu/patches: patch-audio_Makefile_objs patch-audio_sndioaudio_c Log message: Add sndio backend. It should allow guest operating systems with no sndio support to use sndio audio interfaces of the host system. With help from brad@, ok sthen@. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2019/05/08 23:17:45 Modified files: sys/dev/pci : envy.c Log message: Implement set_rate() method for M-Audio Audiophile 192k cards. It switches the AK5385 and the AK4358 chips between single-, double- or quad-speed modes depending on the host sample rate. Help and testing by Andrey Oktyabrskiy . Thanks! CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/05/08 23:47:27 Modified files: regress/lib/libssl/key_schedule: key_schedule.c Log message: Proper prototype for main(). Make sparc64 happier. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/05/09 00:00:55 Modified files: distrib/miniroot: install.sub Log message: Don't forget about previous dhcp configuration attempts when restarting an install. Even if the original dhcp attempt did not successfully get a lease and configure the interface. ok beck@ florian@ CVSROOT: /cvs Module name: www Changes by: anton@cvs.openbsd.org 2019/05/09 00:15:14 Modified files: . : plus.html Log message: correct description of recent lockf changes CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/05/09 00:31:18 Modified files: meta/tor-browser: Makefile www/tor-browser: Makefile.inc www/tor-browser/browser: distinfo www/tor-browser/https-everywhere: Makefile www/tor-browser/noscript: Makefile distinfo www/tor-browser/tor-launcher: Makefile www/tor-browser/torbutton: Makefile distinfo Log message: Update to tor-browser 8.0.9, from MAINTAINER. See https://blog.torproject.org/new-release-tor-browser-809 CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2019/05/09 00:58:13 Modified files: sys/dev/usb : uaudio.c Log message: Skip empty control interfaces when parsing descriptors. Even if having multiple control interface descriptors is not allowed by the UAC spec, there's no reason to stop as long as a proper control interface was processed. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2019/05/09 01:00:38 Modified files: sys/dev/usb : uaudio.c Log message: Set the rate of UAC v2.0 clock units using the control interface, not a random streaming iface. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2019/05/09 01:09:05 Modified files: sys/dev/usb : uaudio.c Log message: When changing device rate, send request to the clock source unit. Currently we send the request to the unit indicated as clock source of the terminals, which may be a clock selector unit that doesn't support the request. Fix this by following the clock source path until the clock source unit is found. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/05/09 02:38:13 Modified files: usr.bin/tmux : format.c tmux.1 Log message: Add formats to show if pane is the marked pane and if any marked pane is set. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/05/09 02:39:09 Modified files: usr.bin/tmux : cmd-swap-window.c Log message: Change swap-window -d to be the other way round (stay with src window), so it works like swap-pane. CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2019/05/09 03:18:34 Modified files: devel/py-xlsxwriter: Makefile distinfo Log message: update XlsxWriter to 1.1.8. CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2019/05/09 03:37:56 Modified files: net/py-tld : Makefile distinfo Log message: update py-tld to 0.9.3. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/05/09 03:43:28 Modified files: share/man/man1 : register-plist.1 Log message: be more thorough in describing what register-plist does. also document -p, used by check-register ... and @version bumps. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/05/09 04:35:59 Modified files: usr.bin/less : line.c Log message: UTF-8 cleanup in the function pshift(). Use the standard functions mbtowc(3), wcwidth(3), iscntrl(3) instead of bad functions like get_wchar(), utf_len(), is_wide_char(), is_composing_char(), is_combining_char(), control_char(). If only half of a double-width character is shifted off screen, do not inspect anything following it because that clearly remains on-screen. Improve and add comments. OK millert@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/09 04:37:05 Modified files: x11/gnome/mutter: Makefile Log message: add missing dependency on gnome-settings-daemon CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/09 04:47:46 Modified files: x11/gnome/terminal: Makefile distinfo Log message: update to gnome-terminal-3.32.2 CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/05/09 04:53:59 Modified files: usr.bin/less : charset.h Log message: delete five unused macros CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/05/09 05:05:36 Modified files: infrastructure/lib/DPB: Core.pm infrastructure/lib/DPB/PortBuilder: Rebuild.pm Log message: finish fixing host changes noticed by Andreas Kusalananda Kähäri patch is slightly different: - remove badly placed empty prop - no need to use Hosts. All "basic" includes are done by dpb proper. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/05/09 05:06:01 Modified files: infrastructure/lib/DPB: Locks.pm Log message: way simpler to zap vim .swp files on the way... CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/05/09 05:08:55 Modified files: infrastructure/lib/DPB: Config.pm Log message: Add LISTING_EXTRA for config files, as an alternative to -e (coucou Antoine) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/05/09 05:09:18 Modified files: share/man/man1 : dpb.1 Log message: actual timeout is smaller. document LISTING_EXTRA CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2019/05/09 05:23:04 Modified files: print/poppler : Makefile distinfo Log message: Update to poppler-0.76.1. Testbuild with ports gcc and ld.bfd by jca@, thanks! ok, jca@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/09 05:23:53 Modified files: devel/libyaml : Makefile distinfo Log message: update to yaml-0.2.2, maintainer timeout CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2019/05/09 05:38:36 Modified files: productivity/tryton/5.0: Makefile Log message: add (commented) entries for 5.0 modules not currently ported (to keep track of them) CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2019/05/09 05:40:51 ports/productivity/tryton/5.2 Update of /cvs/ports/productivity/tryton/5.2 In directory cvs.openbsd.org:/tmp/cvs-serv33804/5.2 Log Message: Directory /cvs/ports/productivity/tryton/5.2 added to the repository CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2019/05/09 05:48:23 Modified files: security/oledump: Makefile distinfo Log message: update oledump to 0.0.42. CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2019/05/09 05:49:02 Log message: import 5.2 serie of tryton "commit but not hooked for now" @aja Status: Vendor Tag: semarie Release Tags: semarie_20190509 N ports/productivity/tryton/5.2/Makefile N ports/productivity/tryton/5.2/Makefile.inc N ports/productivity/tryton/5.2/account/Makefile N ports/productivity/tryton/5.2/account/distinfo N ports/productivity/tryton/5.2/account/pkg/DESCR N ports/productivity/tryton/5.2/account/pkg/PLIST N ports/productivity/tryton/5.2/account_asset/Makefile N ports/productivity/tryton/5.2/account_asset/distinfo N ports/productivity/tryton/5.2/account_asset/pkg/DESCR N ports/productivity/tryton/5.2/account_asset/pkg/PLIST N ports/productivity/tryton/5.2/account_be/Makefile N ports/productivity/tryton/5.2/account_be/distinfo N ports/productivity/tryton/5.2/account_be/pkg/DESCR N ports/productivity/tryton/5.2/account_be/pkg/PLIST N ports/productivity/tryton/5.2/account_credit_limit/Makefile N ports/productivity/tryton/5.2/account_credit_limit/distinfo N ports/productivity/tryton/5.2/account_credit_limit/pkg/DESCR N ports/productivity/tryton/5.2/account_credit_limit/pkg/PLIST N ports/productivity/tryton/5.2/account_de_skr03/distinfo N ports/productivity/tryton/5.2/account_de_skr03/Makefile N ports/productivity/tryton/5.2/account_de_skr03/pkg/DESCR N ports/productivity/tryton/5.2/account_de_skr03/pkg/PLIST N ports/productivity/tryton/5.2/account_deposit/distinfo N ports/productivity/tryton/5.2/account_deposit/Makefile N ports/productivity/tryton/5.2/account_deposit/pkg/DESCR N ports/productivity/tryton/5.2/account_deposit/pkg/PLIST N ports/productivity/tryton/5.2/account_dunning/distinfo N ports/productivity/tryton/5.2/account_dunning/Makefile N ports/productivity/tryton/5.2/account_dunning/pkg/DESCR N ports/productivity/tryton/5.2/account_dunning/pkg/PLIST N ports/productivity/tryton/5.2/account_dunning_email/distinfo N ports/productivity/tryton/5.2/account_dunning_email/Makefile N ports/productivity/tryton/5.2/account_dunning_email/pkg/DESCR N ports/productivity/tryton/5.2/account_dunning_email/pkg/PLIST N ports/productivity/tryton/5.2/account_dunning_fee/distinfo N ports/productivity/tryton/5.2/account_dunning_fee/Makefile N ports/productivity/tryton/5.2/account_dunning_fee/pkg/DESCR N ports/productivity/tryton/5.2/account_dunning_fee/pkg/PLIST N ports/productivity/tryton/5.2/account_dunning_letter/distinfo N ports/productivity/tryton/5.2/account_dunning_letter/Makefile N ports/productivity/tryton/5.2/account_dunning_letter/pkg/DESCR N ports/productivity/tryton/5.2/account_dunning_letter/pkg/PLIST N ports/productivity/tryton/5.2/account_es/Makefile N ports/productivity/tryton/5.2/account_es/distinfo N ports/productivity/tryton/5.2/account_es/pkg/DESCR N ports/productivity/tryton/5.2/account_es/pkg/PLIST N ports/productivity/tryton/5.2/account_eu/distinfo N ports/productivity/tryton/5.2/account_eu/Makefile N ports/productivity/tryton/5.2/account_eu/pkg/DESCR N ports/productivity/tryton/5.2/account_eu/pkg/PLIST N ports/productivity/tryton/5.2/account_fr/Makefile N ports/productivity/tryton/5.2/account_fr/distinfo N ports/productivity/tryton/5.2/account_fr/pkg/DESCR N ports/productivity/tryton/5.2/account_fr/pkg/PLIST N ports/productivity/tryton/5.2/account_fr_chorus/Makefile N ports/productivity/tryton/5.2/account_fr_chorus/distinfo N ports/productivity/tryton/5.2/account_fr_chorus/pkg/DESCR N ports/productivity/tryton/5.2/account_fr_chorus/pkg/PLIST N ports/productivity/tryton/5.2/account_invoice/Makefile N ports/productivity/tryton/5.2/account_invoice/distinfo N ports/productivity/tryton/5.2/account_invoice/pkg/DESCR N ports/productivity/tryton/5.2/account_invoice/pkg/PLIST N ports/productivity/tryton/5.2/account_invoice_correction/Makefile N ports/productivity/tryton/5.2/account_invoice_correction/distinfo N ports/productivity/tryton/5.2/account_invoice_correction/pkg/DESCR N ports/productivity/tryton/5.2/account_invoice_correction/pkg/PLIST N ports/productivity/tryton/5.2/account_payment/Makefile N ports/productivity/tryton/5.2/account_payment/distinfo N ports/productivity/tryton/5.2/account_payment/pkg/DESCR N ports/productivity/tryton/5.2/account_payment/pkg/PLIST N ports/productivity/tryton/5.2/account_invoice_history/Makefile N ports/productivity/tryton/5.2/account_invoice_history/distinfo N ports/productivity/tryton/5.2/account_invoice_history/pkg/DESCR N ports/productivity/tryton/5.2/account_invoice_history/pkg/PLIST N ports/productivity/tryton/5.2/account_invoice_line_standalone/Makefile N ports/productivity/tryton/5.2/account_invoice_line_standalone/distinfo N ports/productivity/tryton/5.2/account_invoice_line_standalone/pkg/DESCR N ports/productivity/tryton/5.2/account_invoice_line_standalone/pkg/PLIST N ports/productivity/tryton/5.2/account_invoice_stock/Makefile N ports/productivity/tryton/5.2/account_invoice_stock/distinfo N ports/productivity/tryton/5.2/account_invoice_stock/pkg/DESCR N ports/productivity/tryton/5.2/account_invoice_stock/pkg/PLIST N ports/productivity/tryton/5.2/account_payment_clearing/Makefile N ports/productivity/tryton/5.2/account_payment_clearing/distinfo N ports/productivity/tryton/5.2/account_payment_clearing/pkg/DESCR N ports/productivity/tryton/5.2/account_payment_clearing/pkg/PLIST N ports/productivity/tryton/5.2/account_payment_sepa/Makefile N ports/productivity/tryton/5.2/account_payment_sepa/distinfo N ports/productivity/tryton/5.2/account_payment_sepa/pkg/DESCR N ports/productivity/tryton/5.2/account_payment_sepa/pkg/PLIST N ports/productivity/tryton/5.2/account_payment_sepa_cfonb/Makefile N ports/productivity/tryton/5.2/account_payment_sepa_cfonb/distinfo N ports/productivity/tryton/5.2/account_payment_sepa_cfonb/pkg/DESCR N ports/productivity/tryton/5.2/account_payment_sepa_cfonb/pkg/PLIST N ports/productivity/tryton/5.2/account_product/Makefile N ports/productivity/tryton/5.2/account_product/distinfo N ports/productivity/tryton/5.2/account_product/pkg/DESCR N ports/productivity/tryton/5.2/account_product/pkg/PLIST N ports/productivity/tryton/5.2/account_statement/distinfo N ports/productivity/tryton/5.2/account_statement/Makefile N ports/productivity/tryton/5.2/account_statement/pkg/DESCR N ports/productivity/tryton/5.2/account_statement/pkg/PLIST N ports/productivity/tryton/5.2/account_statement_ofx/Makefile N ports/productivity/tryton/5.2/account_statement_ofx/distinfo N ports/productivity/tryton/5.2/account_statement_ofx/pkg/DESCR N ports/productivity/tryton/5.2/account_statement_ofx/pkg/PLIST N ports/productivity/tryton/5.2/account_statement_rule/Makefile N ports/productivity/tryton/5.2/account_statement_rule/distinfo N ports/productivity/tryton/5.2/account_statement_rule/pkg/DESCR N ports/productivity/tryton/5.2/account_statement_rule/pkg/PLIST N ports/productivity/tryton/5.2/account_stock_anglo_saxon/distinfo N ports/productivity/tryton/5.2/account_stock_anglo_saxon/Makefile N ports/productivity/tryton/5.2/account_stock_anglo_saxon/pkg/DESCR N ports/productivity/tryton/5.2/account_stock_anglo_saxon/pkg/PLIST N ports/productivity/tryton/5.2/account_stock_continental/distinfo N ports/productivity/tryton/5.2/account_stock_continental/Makefile N ports/productivity/tryton/5.2/account_stock_continental/pkg/DESCR N ports/productivity/tryton/5.2/account_stock_continental/pkg/PLIST N ports/productivity/tryton/5.2/account_stock_landed_cost/distinfo N ports/productivity/tryton/5.2/account_stock_landed_cost/Makefile N ports/productivity/tryton/5.2/account_stock_landed_cost/pkg/DESCR N ports/productivity/tryton/5.2/account_stock_landed_cost/pkg/PLIST N ports/productivity/tryton/5.2/account_stock_landed_cost_weight/distinfo N ports/productivity/tryton/5.2/account_stock_landed_cost_weight/Makefile N ports/productivity/tryton/5.2/account_stock_landed_cost_weight/pkg/DESCR N ports/productivity/tryton/5.2/account_stock_landed_cost_weight/pkg/PLIST N ports/productivity/tryton/5.2/analytic_account/distinfo N ports/productivity/tryton/5.2/analytic_account/Makefile N ports/productivity/tryton/5.2/analytic_account/pkg/DESCR N ports/productivity/tryton/5.2/analytic_account/pkg/PLIST N ports/productivity/tryton/5.2/bank/distinfo N ports/productivity/tryton/5.2/bank/Makefile N ports/productivity/tryton/5.2/bank/pkg/DESCR N ports/productivity/tryton/5.2/bank/pkg/PLIST N ports/productivity/tryton/5.2/analytic_invoice/distinfo N ports/productivity/tryton/5.2/analytic_invoice/Makefile N ports/productivity/tryton/5.2/analytic_invoice/pkg/DESCR N ports/productivity/tryton/5.2/analytic_invoice/pkg/PLIST N ports/productivity/tryton/5.2/analytic_purchase/distinfo N ports/productivity/tryton/5.2/analytic_purchase/Makefile N ports/productivity/tryton/5.2/analytic_purchase/pkg/DESCR N ports/productivity/tryton/5.2/analytic_purchase/pkg/PLIST N ports/productivity/tryton/5.2/analytic_sale/distinfo N ports/productivity/tryton/5.2/analytic_sale/Makefile N ports/productivity/tryton/5.2/analytic_sale/pkg/DESCR N ports/productivity/tryton/5.2/analytic_sale/pkg/PLIST N ports/productivity/tryton/5.2/authentication_sms/distinfo N ports/productivity/tryton/5.2/authentication_sms/Makefile N ports/productivity/tryton/5.2/authentication_sms/pkg/DESCR N ports/productivity/tryton/5.2/authentication_sms/pkg/PLIST N ports/productivity/tryton/5.2/carrier/distinfo N ports/productivity/tryton/5.2/carrier/Makefile N ports/productivity/tryton/5.2/carrier/pkg/DESCR N ports/productivity/tryton/5.2/carrier/pkg/PLIST N ports/productivity/tryton/5.2/carrier_percentage/distinfo N ports/productivity/tryton/5.2/carrier_percentage/Makefile N ports/productivity/tryton/5.2/carrier_percentage/pkg/DESCR N ports/productivity/tryton/5.2/carrier_percentage/pkg/PLIST N ports/productivity/tryton/5.2/carrier_weight/distinfo N ports/productivity/tryton/5.2/carrier_weight/Makefile N ports/productivity/tryton/5.2/carrier_weight/pkg/DESCR N ports/productivity/tryton/5.2/carrier_weight/pkg/PLIST N ports/productivity/tryton/5.2/commission/distinfo N ports/productivity/tryton/5.2/commission/Makefile N ports/productivity/tryton/5.2/commission/pkg/DESCR N ports/productivity/tryton/5.2/commission/pkg/PLIST N ports/productivity/tryton/5.2/commission_waiting/distinfo N ports/productivity/tryton/5.2/commission_waiting/Makefile N ports/productivity/tryton/5.2/commission_waiting/pkg/DESCR N ports/productivity/tryton/5.2/commission_waiting/pkg/PLIST N ports/productivity/tryton/5.2/company/distinfo N ports/productivity/tryton/5.2/company/Makefile N ports/productivity/tryton/5.2/company/pkg/DESCR N ports/productivity/tryton/5.2/company/pkg/PLIST N ports/productivity/tryton/5.2/company_work_time/distinfo N ports/productivity/tryton/5.2/company_work_time/Makefile N ports/productivity/tryton/5.2/company_work_time/pkg/DESCR N ports/productivity/tryton/5.2/company_work_time/pkg/PLIST N ports/productivity/tryton/5.2/country/distinfo N ports/productivity/tryton/5.2/country/Makefile N ports/productivity/tryton/5.2/country/pkg/DESCR N ports/productivity/tryton/5.2/country/pkg/PLIST N ports/productivity/tryton/5.2/currency/distinfo N ports/productivity/tryton/5.2/currency/Makefile N ports/productivity/tryton/5.2/currency/pkg/DESCR N ports/productivity/tryton/5.2/currency/pkg/PLIST N ports/productivity/tryton/5.2/customs/distinfo N ports/productivity/tryton/5.2/customs/Makefile N ports/productivity/tryton/5.2/customs/pkg/DESCR N ports/productivity/tryton/5.2/customs/pkg/PLIST N ports/productivity/tryton/5.2/dashboard/distinfo N ports/productivity/tryton/5.2/dashboard/Makefile N ports/productivity/tryton/5.2/dashboard/pkg/DESCR N ports/productivity/tryton/5.2/dashboard/pkg/PLIST N ports/productivity/tryton/5.2/edocument_uncefact/distinfo N ports/productivity/tryton/5.2/edocument_uncefact/Makefile N ports/productivity/tryton/5.2/edocument_uncefact/pkg/DESCR N ports/productivity/tryton/5.2/edocument_uncefact/pkg/PLIST N ports/productivity/tryton/5.2/edocument_unece/distinfo N ports/productivity/tryton/5.2/edocument_unece/Makefile N ports/productivity/tryton/5.2/edocument_unece/pkg/DESCR N ports/productivity/tryton/5.2/edocument_unece/pkg/PLIST N ports/productivity/tryton/5.2/google_maps/distinfo N ports/productivity/tryton/5.2/google_maps/Makefile N ports/productivity/tryton/5.2/google_maps/pkg/DESCR N ports/productivity/tryton/5.2/google_maps/pkg/PLIST N ports/productivity/tryton/5.2/notification_email/distinfo N ports/productivity/tryton/5.2/notification_email/Makefile N ports/productivity/tryton/5.2/notification_email/pkg/DESCR N ports/productivity/tryton/5.2/notification_email/pkg/PLIST N ports/productivity/tryton/5.2/party/distinfo N ports/productivity/tryton/5.2/party/Makefile N ports/productivity/tryton/5.2/party/pkg/DESCR N ports/productivity/tryton/5.2/party/pkg/PLIST N ports/productivity/tryton/5.2/party_relationship/distinfo N ports/productivity/tryton/5.2/party_relationship/Makefile N ports/productivity/tryton/5.2/party_relationship/pkg/DESCR N ports/productivity/tryton/5.2/party_relationship/pkg/PLIST N ports/productivity/tryton/5.2/sao/distinfo N ports/productivity/tryton/5.2/sao/Makefile N ports/productivity/tryton/5.2/sao/pkg/DESCR N ports/productivity/tryton/5.2/sao/pkg/PLIST N ports/productivity/tryton/5.2/sao/files/sao-dependencies.sh N ports/productivity/tryton/5.2/sao/files/custom.css N ports/productivity/tryton/5.2/sao/files/custom.js N ports/productivity/tryton/5.2/party_siret/distinfo N ports/productivity/tryton/5.2/party_siret/Makefile N ports/productivity/tryton/5.2/party_siret/pkg/DESCR N ports/productivity/tryton/5.2/party_siret/pkg/PLIST N ports/productivity/tryton/5.2/product/distinfo N ports/productivity/tryton/5.2/product/Makefile N ports/productivity/tryton/5.2/product/pkg/DESCR N ports/productivity/tryton/5.2/product/pkg/PLIST N ports/productivity/tryton/5.2/product_attribute/distinfo N ports/productivity/tryton/5.2/product_attribute/Makefile N ports/productivity/tryton/5.2/product_attribute/pkg/DESCR N ports/productivity/tryton/5.2/product_attribute/pkg/PLIST N ports/productivity/tryton/5.2/product_classification/distinfo N ports/productivity/tryton/5.2/product_classification/Makefile N ports/productivity/tryton/5.2/product_classification/pkg/DESCR N ports/productivity/tryton/5.2/product_classification/pkg/PLIST N ports/productivity/tryton/5.2/product_classification_taxonomic/distinfo N ports/productivity/tryton/5.2/product_classification_taxonomic/Makefile N ports/productivity/tryton/5.2/product_classification_taxonomic/pkg/DESCR N ports/productivity/tryton/5.2/product_classification_taxonomic/pkg/PLIST N ports/productivity/tryton/5.2/product_cost_fifo/distinfo N ports/productivity/tryton/5.2/product_cost_fifo/Makefile N ports/productivity/tryton/5.2/product_cost_fifo/pkg/DESCR N ports/productivity/tryton/5.2/product_cost_fifo/pkg/PLIST N ports/productivity/tryton/5.2/product_cost_history/distinfo N ports/productivity/tryton/5.2/product_cost_history/Makefile N ports/productivity/tryton/5.2/product_cost_history/pkg/DESCR N ports/productivity/tryton/5.2/product_cost_history/pkg/PLIST N ports/productivity/tryton/5.2/product_measurements/distinfo N ports/productivity/tryton/5.2/product_measurements/Makefile N ports/productivity/tryton/5.2/product_measurements/pkg/DESCR N ports/productivity/tryton/5.2/product_measurements/pkg/PLIST N ports/productivity/tryton/5.2/product_price_list/distinfo N ports/productivity/tryton/5.2/product_price_list/Makefile N ports/productivity/tryton/5.2/product_price_list/pkg/DESCR N ports/productivity/tryton/5.2/product_price_list/pkg/PLIST N ports/productivity/tryton/5.2/product_price_list_dates/distinfo N ports/productivity/tryton/5.2/product_price_list_dates/Makefile N ports/productivity/tryton/5.2/product_price_list_dates/pkg/DESCR N ports/productivity/tryton/5.2/product_price_list_dates/pkg/PLIST N ports/productivity/tryton/5.2/product_price_list_parent/distinfo N ports/productivity/tryton/5.2/product_price_list_parent/Makefile N ports/productivity/tryton/5.2/product_price_list_parent/pkg/DESCR N ports/productivity/tryton/5.2/product_price_list_parent/pkg/PLIST N ports/productivity/tryton/5.2/production/distinfo N ports/productivity/tryton/5.2/production/Makefile N ports/productivity/tryton/5.2/production/pkg/DESCR N ports/productivity/tryton/5.2/production/pkg/PLIST N ports/productivity/tryton/5.2/production_outsourcing/distinfo N ports/productivity/tryton/5.2/production_outsourcing/Makefile N ports/productivity/tryton/5.2/production_outsourcing/pkg/DESCR N ports/productivity/tryton/5.2/production_outsourcing/pkg/PLIST N ports/productivity/tryton/5.2/production_routing/distinfo N ports/productivity/tryton/5.2/production_routing/Makefile N ports/productivity/tryton/5.2/production_routing/pkg/DESCR N ports/productivity/tryton/5.2/production_routing/pkg/PLIST N ports/productivity/tryton/5.2/production_split/distinfo N ports/productivity/tryton/5.2/production_split/Makefile N ports/productivity/tryton/5.2/production_split/pkg/DESCR N ports/productivity/tryton/5.2/production_split/pkg/PLIST N ports/productivity/tryton/5.2/production_work/distinfo N ports/productivity/tryton/5.2/production_work/Makefile N ports/productivity/tryton/5.2/production_work/pkg/DESCR N ports/productivity/tryton/5.2/production_work/pkg/PLIST N ports/productivity/tryton/5.2/production_work_timesheet/distinfo N ports/productivity/tryton/5.2/production_work_timesheet/Makefile N ports/productivity/tryton/5.2/production_work_timesheet/pkg/DESCR N ports/productivity/tryton/5.2/production_work_timesheet/pkg/PLIST N ports/productivity/tryton/5.2/proteus/distinfo N ports/productivity/tryton/5.2/proteus/Makefile N ports/productivity/tryton/5.2/proteus/pkg/DESCR N ports/productivity/tryton/5.2/proteus/pkg/PLIST N ports/productivity/tryton/5.2/sale/distinfo N ports/productivity/tryton/5.2/sale/Makefile N ports/productivity/tryton/5.2/sale/pkg/DESCR N ports/productivity/tryton/5.2/sale/pkg/PLIST N ports/productivity/tryton/5.2/purchase/distinfo N ports/productivity/tryton/5.2/purchase/Makefile N ports/productivity/tryton/5.2/purchase/pkg/DESCR N ports/productivity/tryton/5.2/purchase/pkg/PLIST N ports/productivity/tryton/5.2/purchase_request/distinfo N ports/productivity/tryton/5.2/purchase_request/Makefile N ports/productivity/tryton/5.2/purchase_request/pkg/DESCR N ports/productivity/tryton/5.2/purchase_request/pkg/PLIST N ports/productivity/tryton/5.2/purchase_shipment_cost/distinfo N ports/productivity/tryton/5.2/purchase_shipment_cost/Makefile N ports/productivity/tryton/5.2/purchase_shipment_cost/pkg/DESCR N ports/productivity/tryton/5.2/purchase_shipment_cost/pkg/PLIST N ports/productivity/tryton/5.2/sale_price_list/distinfo N ports/productivity/tryton/5.2/sale_price_list/Makefile N ports/productivity/tryton/5.2/sale_price_list/pkg/DESCR N ports/productivity/tryton/5.2/sale_price_list/pkg/PLIST N ports/productivity/tryton/5.2/sale_promotion/distinfo N ports/productivity/tryton/5.2/sale_promotion/Makefile N ports/productivity/tryton/5.2/sale_promotion/pkg/DESCR N ports/productivity/tryton/5.2/sale_promotion/pkg/PLIST N ports/productivity/tryton/5.2/sale_shipment_cost/distinfo N ports/productivity/tryton/5.2/sale_shipment_cost/Makefile N ports/productivity/tryton/5.2/sale_shipment_cost/pkg/DESCR N ports/productivity/tryton/5.2/sale_shipment_cost/pkg/PLIST N ports/productivity/tryton/5.2/sale_supply/distinfo N ports/productivity/tryton/5.2/sale_supply/Makefile N ports/productivity/tryton/5.2/sale_supply/pkg/DESCR N ports/productivity/tryton/5.2/sale_supply/pkg/PLIST N ports/productivity/tryton/5.2/sale_supply_drop_shipment/distinfo N ports/productivity/tryton/5.2/sale_supply_drop_shipment/Makefile N ports/productivity/tryton/5.2/sale_supply_drop_shipment/pkg/DESCR N ports/productivity/tryton/5.2/sale_supply_drop_shipment/pkg/PLIST N ports/productivity/tryton/5.2/stock/distinfo N ports/productivity/tryton/5.2/stock/Makefile N ports/productivity/tryton/5.2/stock/pkg/DESCR N ports/productivity/tryton/5.2/stock/pkg/PLIST N ports/productivity/tryton/5.2/stock_package/distinfo N ports/productivity/tryton/5.2/stock_package/Makefile N ports/productivity/tryton/5.2/stock_package/pkg/DESCR N ports/productivity/tryton/5.2/stock_package/pkg/PLIST N ports/productivity/tryton/5.2/stock_shipment_measurements/distinfo N ports/productivity/tryton/5.2/stock_shipment_measurements/Makefile N ports/productivity/tryton/5.2/stock_shipment_measurements/pkg/DESCR N ports/productivity/tryton/5.2/stock_shipment_measurements/pkg/PLIST N ports/productivity/tryton/5.2/stock_supply/distinfo N ports/productivity/tryton/5.2/stock_supply/Makefile N ports/productivity/tryton/5.2/stock_supply/pkg/DESCR N ports/productivity/tryton/5.2/stock_supply/pkg/PLIST N ports/productivity/tryton/5.2/timesheet/distinfo N ports/productivity/tryton/5.2/timesheet/Makefile N ports/productivity/tryton/5.2/timesheet/pkg/DESCR N ports/productivity/tryton/5.2/timesheet/pkg/PLIST N ports/productivity/tryton/5.2/tryton/distinfo N ports/productivity/tryton/5.2/tryton/Makefile N ports/productivity/tryton/5.2/tryton/patches/patch-tryton_config_py N ports/productivity/tryton/5.2/tryton/pkg/DESCR N ports/productivity/tryton/5.2/tryton/pkg/PLIST N ports/productivity/tryton/5.2/trytond/distinfo N ports/productivity/tryton/5.2/trytond/Makefile N ports/productivity/tryton/5.2/trytond/pkg/PLIST N ports/productivity/tryton/5.2/trytond/pkg/trytond_worker.rc N ports/productivity/tryton/5.2/trytond/pkg/DESCR N ports/productivity/tryton/5.2/trytond/pkg/trytond_cron.rc N ports/productivity/tryton/5.2/trytond/pkg/README N ports/productivity/tryton/5.2/trytond/pkg/trytond.rc N ports/productivity/tryton/5.2/trytond/files/logging.conf N ports/productivity/tryton/5.2/trytond/files/server.conf N ports/productivity/tryton/5.2/user_role/Makefile N ports/productivity/tryton/5.2/user_role/distinfo N ports/productivity/tryton/5.2/user_role/pkg/PLIST N ports/productivity/tryton/5.2/user_role/pkg/DESCR N ports/productivity/tryton/5.2/web_user/Makefile N ports/productivity/tryton/5.2/web_user/distinfo N ports/productivity/tryton/5.2/web_user/pkg/PLIST N ports/productivity/tryton/5.2/web_user/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/09 05:49:10 Log message: import py-ldap3-2.6 ldap3 is a pure Python LDAP 3 client library strictly conforming to RFC4510. ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20190905 N ports/databases/py-ldap3/Makefile N ports/databases/py-ldap3/distinfo N ports/databases/py-ldap3/pkg/DESCR N ports/databases/py-ldap3/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/09 05:49:39 Modified files: sysutils/amazon-ssm-agent: Makefile distinfo Log message: Update to amazon-ssm-agent-2.3.612.0. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/09 05:50:20 Modified files: databases : Makefile Log message: +py-ldap3 CVSROOT: /cvs Module name: src Changes by: aoyama@cvs.openbsd.org 2019/05/09 06:50:03 Modified files: sys/arch/luna88k/stand/boot: Makefile Log message: Eliminate 'make clean' stops with 'rmdir: .: Invalid argument'. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/09 06:59:57 Modified files: multimedia/gstreamer1/plugins-base: Makefile Log message: Regen WANTLIB. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/09 07:00:43 Modified files: graphics/graphene: Makefile distinfo graphics/graphene/patches: patch-meson_build Log message: Update to graphene-1.9.1. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/05/09 07:12:59 Modified files: usr.bin/tmux : cmd-send-keys.c key-bindings.c tmux.h Log message: send-keys also needs to insert key commands in the right order. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/09 07:29:49 Added files: x11/gnome/gedit/patches: patch-plugins_filebrowser_meson_build Log message: fix missing dependency on gedit-file-browser-enum-types.h which may get included before it's generated spotted by aja@, fix from upstream git CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/09 07:42:05 Modified files: x11/gtk+4 : Makefile distinfo x11/gtk+4/pkg : PLIST-main Added files: x11/gtk+4/patches: patch-gtk_tools_updateiconcache_c Removed files: x11/gtk+4/patches: patch-gtk_gtksettings_c patch-gtk_updateiconcache_c Log message: Update to gtk+4-3.96.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/09 07:53:10 Modified files: x11/gnome/nautilus: Makefile x11/gnome/nautilus/pkg: PLIST Log message: Add missing conflict with totem-<3.32.0. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/09 08:03:14 Modified files: security/sqlmap: Makefile distinfo security/sqlmap/pkg: PLIST Log message: update to sqlmap-1.3.5 CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/05/09 08:07:44 Modified files: converters/p5-DateManip: Makefile distinfo converters/p5-DateManip/pkg: PLIST Log message: Update converters/p5-DateManip to 6.76 Looks good, okay espie@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2019/05/09 08:09:01 Modified files: sys/kern : kern_malloc.c Log message: disable stack printing for now since at least arm64 can't print them reported by kettenis CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/05/09 08:09:32 Modified files: usr.bin/tmux : tmux.h tty-keys.c Log message: Save mouse buttons as well as position. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/09 08:09:36 Modified files: sysutils/consolekit: Makefile sysutils/consolekit/pkg: README Log message: Drop useless chunk. CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/05/09 08:10:10 Modified files: www/p5-CGI : Makefile distinfo Log message: Update www/p5-CGI to 4.43 OK cwen@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/05/09 08:14:02 Modified files: textproc/p5-Lingua-EN-Tagger: Makefile distinfo Log message: Update textproc/p5-Lingua-EN-Tagger to 0.30 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/09 08:15:30 Log message: import boofuzz-0.1.4 Boofuzz is a fork of and the successor to the venerable Sulley fuzzing framework. Besides numerous bug fixes, boofuzz aims for extensibility. ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20190905 N ports/security/boofuzz/Makefile N ports/security/boofuzz/distinfo N ports/security/boofuzz/pkg/DESCR N ports/security/boofuzz/pkg/PLIST N ports/security/boofuzz/patches/patch-boofuzz_helpers_py N ports/security/boofuzz/patches/patch-setup_py No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/09 08:16:10 Modified files: security : Makefile Log message: +boofuzz CVSROOT: /cvs Module name: src Changes by: phessler@cvs.openbsd.org 2019/05/09 08:29:30 Modified files: sys/net : bfd.c Log message: we don't need to check rtisvalid() in these places, the functions we are protecing will do the right thing OK claudio@ CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2019/05/09 08:50:46 Modified files: sys/dev/pci : azalia.c Log message: add free sizes ok tedu CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2019/05/09 08:51:34 Modified files: usr.bin/ftp : ftp.1 Log message: ftp makes a new connection for each auto-fetch file. Remove a lie claiming otherwise. ok tb@ tedu@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/05/09 08:52:33 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_Makefile_in patch-ECtools_search_kopano_search_plaintext_py patch-Makefile_in patch-caldav_CalDAV_cpp patch-configure_ac patch-provider_libserver_ECCacheManager_cpp patch-provider_libserver_ECCacheManager_h patch-provider_libserver_ECUserManagement_cpp patch-spooler_DAgent_cpp patch-swig_python_kopano_kopano_item_py mail/kopano/core/pkg: PLIST-main Removed files: mail/kopano/core/patches: patch-provider_libserver_ECUserManagement_h Log message: update to 8.7.80.943 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/05/09 08:53:18 Modified files: sys/ufs/ufs : ufs_lookup.c Log message: For filenames which are a multiple of 4 bytes long, the zero pad is incorrectly placed underneath the last 4 bytes (and then overwritten) rather than afterwards. We got confused and followed FreeBSD's lead, which curiously increased the leakage of kernel stack from 3 bytes to 4... ok millert kettenis CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/09 08:53:28 Modified files: x11/gnome/shell: Makefile x11/gnome/shell/patches: patch-js_misc_loginManager_js Log message: sync our local LoginManagerConsoleKit implementation with the upstream changes to port non-GObject classes to JS6 classes fixes breakage seen by aja@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/05/09 08:59:30 Modified files: sys/kern : kern_sysctl.c sys/net : pf_ioctl.c sys/sys : sysctl.h Log message: Add a sysctl accessor to struct pf_status. The pf_status only holds the current status and statistics and can be exported without super-user rights via sysctl to make it easier for tools like systat to access those. OK deraadt@, sashan@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/05/09 09:01:09 Modified files: usr.bin/systat : pf.c Log message: Use the new sysctl to print systat pf 1. This now works even for unprived users. OK deraadt@, sashan@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/05/09 09:05:47 Modified files: lib/libc/sys : sysctl.2 Log message: Document KERN_PFSTATUS CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2019/05/09 09:09:40 Modified files: sys/kern : vfs_bio.c Log message: Don't unconditionally throw away dma memory when we don't need to. Noticed by me and otto@ ok tedu@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/05/09 09:35:19 Modified files: sys/ufs/ufs : ufs_lookup.c Log message: Nope, the right byte layout is happening, but we still need to figure out a reported baddir panic. Discussed with guenther tedu kettenis millert.. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/09 09:54:25 Modified files: sysutils/py-ghmi: Makefile distinfo sysutils/py-ghmi/pkg: PLIST Log message: update to pyghmi-1.3.0 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/05/09 09:54:31 Log message: Test IPv6 raw sockets with checksum calculation in kernel. Status: Vendor Tag: bluhm Release Tags: bluhm_20190509 N src/regress/sys/netinet6/rip6cksum/Makefile N src/regress/sys/netinet6/rip6cksum/LICENSE N src/regress/sys/netinet6/rip6cksum/README N src/regress/sys/netinet6/rip6cksum/rip6cksum.c N src/regress/sys/netinet6/rip6cksum/sendrecv.py No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/09 09:56:12 Modified files: sysutils/borgmatic: Makefile distinfo Log message: update to borgmatic-1.3.2 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/05/09 09:58:18 Modified files: regress/sys/netinet6: Makefile Log message: Link rip6cksum regress to build. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/09 09:59:33 Modified files: devel/libyaml : Makefile distinfo Log message: cope with libyaml upstream distfile which was rerolled to include generated autoconf files and html docs; thanks aja@ for the report CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2019/05/09 09:59:34 Modified files: comms/chirp : Makefile distinfo comms/chirp/pkg: PLIST Log message: Bump chirp to the latest version. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/09 10:04:47 Modified files: net/py-nxos : Makefile distinfo Log message: update to py-nxos-0.0.5 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/09 10:06:03 Modified files: sysutils/ansible: Makefile distinfo Log message: update to ansible-2.7.10 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/09 10:12:52 Modified files: security/py-M2Crypto: Makefile distinfo Log message: update to py-M2Crypto-0.33.0 CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/05/09 10:13:34 Modified files: sys/dev/pci : if_iwm.c Log message: Add two sanity checks to iwm's firmware notification interrupt handler: 1) Clamp firmware-provided index into the rx ring to the size of the ring. Linux started doing this, too, to work around HW bugs in the 9000 series. (mathes Linux 5eae443eb5e2b3777582ea37c6a002171ec134d5) 2) Don't call iwm_cmd_done() if the firmware response in the Rx buffer is not recognized. We should just skip such buffers, not act on them. ok beck kevlo mpi CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/09 10:13:56 Modified files: x11/yaru : Makefile distinfo x11/yaru/pkg : PLIST Log message: Update to yaru-19.04.1. CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/05/09 10:14:14 Modified files: sys/dev/pci : if_iwm.c Log message: Correctly mask status bits in iwm's ADD_STA command response; remaining bits are used by firmware to return the BAID for a BA session. matches: Dragonfly 74d41163ddac72b0d7ea7b7873d53fe134723a12 Linux 837c4da98481d4e504b2aba077c8528fee1b6d13 ok kevlo mpi jmatthew CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/09 10:40:28 Modified files: x11/gnome/initial-setup: Makefile x11/gnome/initial-setup/patches: patch-gnome-initial-setup_meson_build Log message: Unbreak runtime: properly find libkrb5.so by providing an rpath. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/09 10:41:23 Modified files: net/py-junos-eznc: Makefile distinfo Log message: update to py-junos-eznc-2.2.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/09 10:45:43 Modified files: security/gpgme : Makefile Log message: change COMPILER=base-clang ports-clang ports-gcc -> base-clang ports-gcc CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/09 10:47:26 Modified files: x11/gnome/shell: Makefile Added files: x11/gnome/shell/patches: patch-js_ui_dateMenu_js patch-js_ui_dialog_js patch-js_ui_padOsd_js patch-js_ui_panel_js patch-js_ui_status_network_js patch-js_ui_workspacesView_js patch-src_shell-app_c patch-src_st_st-widget_c Log message: Merge all patches from the stable branch. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/09 10:47:51 Modified files: x11/gnome/mutter: Makefile x11/gnome/mutter/patches: patch-src_compositor_compositor_c Added files: x11/gnome/mutter/patches: patch-clutter_clutter_x11_clutter-backend-x11_c patch-clutter_clutter_x11_clutter-xkb-a11y-x11_c patch-src_backends_meta-idle-monitor_c patch-src_backends_meta-input-mapper_c patch-src_backends_meta-input-settings_c patch-src_compositor_compositor-private_h patch-src_core_meta-launch-context_c Log message: Merge all patches from the stable branch. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/05/09 10:59:25 Modified files: distrib/miniroot: install.sub Log message: Shuffle code a bit to consistently call 'ifconfig $_if [-inet|-inet6]' to completely clear existing configurations after restarting an install. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/09 11:02:30 Modified files: graphics/gdcm : Makefile distinfo graphics/gdcm/patches: patch-CMakeLists_txt graphics/gdcm/pkg: PLIST Removed files: graphics/gdcm/patches: patch-Applications_Cxx_gdcminfo_cxx patch-Applications_Cxx_gdcmpdf_cxx Log message: update to gdcm-3.0.0 CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/05/09 11:05:42 Modified files: mail/p5-Email-MIME: Makefile distinfo mail/p5-Email-MIME/pkg: PLIST Log message: Update mail/p5-Email-MIME to 1.946 ok cwen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/09 11:22:31 Modified files: x11/gnome/settings-daemon: Makefile x11/gnome/settings-daemon/patches: patch-plugins_media-keys_gsd-media-keys-manager_c patch-plugins_power_gsd-power-manager_c Added files: x11/gnome/settings-daemon/patches: patch-plugins_color_gcm-self-test_c patch-plugins_color_gsd-night-light-common_c patch-plugins_color_gsd-night-light_c patch-plugins_common_gsd-shell-helper_c patch-plugins_common_gsd-shell-helper_h patch-plugins_media-keys_mpris-controller_c patch-plugins_power_gsd-backlight_c patch-plugins_power_gsd-backlight_h Log message: Merge all relevant patches from the stable branch. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/09 11:22:49 Modified files: x11/gnome/control-center: Makefile Added files: x11/gnome/control-center/patches: patch-panels_display_cc-display-settings_c patch-panels_mouse_gnome-mouse-properties_ui patch-panels_power_cc-power-panel_ui patch-panels_region_cc-region-panel_c Log message: Merge all relevant patches from the stable branch. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/05/09 11:32:07 Modified files: distrib/miniroot: install.sub Log message: Shuffle code to make v4_config() and v6_config() look even more like each other. CVSROOT: /cvs Module name: src Changes by: semarie@cvs.openbsd.org 2019/05/09 11:38:23 Modified files: sys/dev/isa : isa.c Log message: add free sizes ok tedu@ CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2019/05/09 11:39:24 Modified files: productivity/tryton/5.2/trytond/pkg: README Log message: add a title to pkg-readme pointed by ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2019/05/09 11:40:27 Modified files: productivity/tryton/5.0/trytond: Makefile productivity/tryton/5.0/trytond/pkg: README Log message: add a title to pkg-readme pointed by ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/09 11:45:05 Modified files: infrastructure/templates: README.template Log message: Extend paper cut. CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2019/05/09 11:52:04 Modified files: build : mirrors.dat Log message: add upstream syncing info for ftp2.fr CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/05/09 12:15:17 Modified files: games/wtf : Makefile distinfo Log message: Update to wtf-20190424 CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/05/09 12:19:28 Modified files: distrib/miniroot: install.sub Log message: Stop tromping over the saved interface configuration when invalid address or netmask/prefixlen values are entered. Keeps the presented default values sane in the face of cats or otherunintended keyboard events. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/05/09 12:22:18 Modified files: games/openjk : Makefile distinfo Log message: Update to openjk-0.0.0.20190428 This builds with gcc-8, so change COMPILER to base-clang ports-gcc CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2019/05/09 12:29:25 Modified files: sys/dev/acpi : acpisbs.c Log message: Measure poll interval with monotonic clock. ok jcs@ CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2019/05/09 12:32:56 Modified files: security/keybase: Makefile distinfo Added files: security/keybase/patches: patch-go_client_platform_specific_ctl_commands_other_go patch-go_install_stop_openbsd_go Log message: Update keybase to 4.0.0 OK bket@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/05/09 13:10:59 Modified files: sysutils/colorls: Makefile distinfo Log message: sync with OpenBSD 6.5 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/05/09 13:56:18 Modified files: sys/dev/pci/drm/i915: intel_gtt.c Log message: set up IFP using the gen3 path on pineview Avoids crashes on boot with pineview on chipset flush due to IFP not being initialised. Diagnosed by, tested by and ok ratchov@ ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/05/09 14:17:31 Modified files: sysutils/ruby-puppet/5: Makefile distinfo sysutils/ruby-puppet/5/patches: patch-lib_puppet_provider_package_gem_rb Log message: Update to 5.5.14 since the switch to ruby 2.6 as default, installing packages with the gem provider was broken, since it used the long depreprecated parameters to omit installation of documenation. 5.5.14 apparently fixed that. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2019/05/09 14:19:23 Modified files: games/battlestar: com1.c com4.c com6.c cypher.c extern.h globals.c init.c Log message: rm lists of hereditary wizards and bad users to ensure level playing field ok benno mlarkin tb CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/05/09 14:26:33 Modified files: regress/usr.sbin/pkg_add: check-sig Log message: compare now wants a state object, so make it. noticed by bluhm@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2019/05/09 14:30:22 Modified files: sys/kern : kern_time.c syscalls.c syscalls.master init_sysent.c Log message: Unlock adjfreq(2), adjtime(2), clock_settime(2), and settimeofday(2). clock_settime(2)/settimeofday(2) still need KERNEL_LOCK for a moment when resetting the RTC, as that's done periodically from a task under KERNEL_LOCK. Not quite sure how to approach that one yet. ok visa@ mpi@, "good stuff" tedu@, "please wait until after [tree] unlock" deraadt@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2019/05/09 14:36:44 Modified files: sys/kern : vfs_biomem.c sys/uvm : uvm_extern.h uvm_pdaemon.c uvm_pmemrange.c Log message: Ensure that pagedaemon wakeups as a result of failed UVM_PLA_NOWAIT allocations will recover some memory from the dma_constraint range. The allocation still fails, the intent is to ensure that the pagedaemon will free some memory to possibly allow a subsequent allocation to succeed. This also adds a UVM_PLA_NOWAKE flag to allow special cases in the buffer cache to not wake up the pagedaemon until they want to. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/09 15:04:20 Modified files: x11/gnome/control-center: Makefile x11/gnome/control-center/patches: patch-panels_info_cc-info-overview-panel_c patch-panels_info_meson_build Log message: Display a few more things on the info panel. CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2019/05/09 15:06:09 Modified files: distrib/miniroot: install.sub usr.sbin/sysupgrade: sysupgrade.sh Log message: sysupgrade already verifies all sets, so eliminate redundant verification by the installer: Verification is triggered by the presence of SHA256.sig. In sysupgrade, remove SHA256.sig once the signature has been verified. Compare SHA256 against a stored copy from the previous install/upgrade. In the installer, stash away a copy of SHA256 and move that code into install_files() where the sets are actually processed. Confirm in the response file that we want to proceed without verifying the sets. ok florian@ tj@ CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2019/05/09 15:09:37 Modified files: usr.sbin/sysupgrade: sysupgrade.8 sysupgrade.sh Log message: Add a -k flag to keep the files in /home/_sysupgrade, since they will be deleted after the upgrade by default. ok kn@ CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/09 15:13:26 Modified files: devel/py-html5lib: Makefile lang/expect : Makefile sysutils/tentakel: Makefile textproc/py-lxml: Makefile x11/compton : Makefile x11/xkbset : Makefile Log message: Remove maintainers per their requests CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/05/09 15:55:26 Modified files: distrib/miniroot: install.sub Log message: Simplify v4_config() and v6_config() by getting updated information via [v4|v6]_info() after calling ifconfig. As a side effect 'inet' lines in hostname.if will always use the hex format for the netmask, i.e. as displayed by ifconfig(8). CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/05/09 16:25:42 Modified files: sys/kern : exec_elf.c Log message: If mallocing the array program header fails, give up on coredumping instead of panicing ok deraadt@, tedu@, mpi@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/05/09 16:27:33 Modified files: usr.sbin/bgpd : rde_filter.c rde_update.c Log message: Neither rde_apply_set() nor rde_filter() are called with a NULL state so remove some unneeded == NULL checks. OK benno@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/05/09 16:38:42 Modified files: distrib/miniroot: install.sub Log message: Don't ignore configured netmask/prefixlen on restarting an install. Use the info as default answers in relevant questions. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/05/09 16:44:53 Modified files: usr.bin/xinstall: xinstall.c Log message: This no longer uses utime(3), so it doesn't need CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/05/09 16:54:28 Modified files: lib/libcrypto/gost: streebog.c Log message: Fix incorrect carry operation in 512 bit addition: in the case that there is already a carry and Sigma[i-1] == -1, the carry must be kept. From Dmitry Eremin-Solenik. Fixes incorrect Streebog result reported by Guido Vranken. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/05/09 17:01:09 Modified files: regress/lib/libcrypto/evp: evptests.txt Log message: Add a test vector for Streebog 512 from Guido Vranken CVSROOT: /cvs Module name: www Changes by: tb@cvs.openbsd.org 2019/05/09 17:09:15 Modified files: . : 66.html Log message: incorrect carry operation for streebog CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/05/09 17:13:31 Modified files: regress/sys/kern/mmap2: mmaptest.c Log message: Drop reference to sparc and expand 'VAC' so the comment makes sense to semi-gurus CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/05/09 19:22:11 Added files: net/monitoring-plugins/patches: patch-plugins_common_h Log message: Recent mariadb releases don't define MYSQL_PORT, pull fix from upstream No change with current mariadb so no REVISION bump. CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2019/05/09 19:29:14 Modified files: usr.sbin/sysupgrade: sysupgrade.sh Log message: tweak verbosity; ok ccardenas@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/05/09 19:29:31 Modified files: sbin/dhclient : dispatch.c sbin/ifconfig : brconfig.c ifconfig.c usr.bin/netstat: route.c usr.sbin/hostapd: apme.c handle.c hostapd.c iapp.c llc.c parse.y print-802_11.c privsep.c roaming.c usr.sbin/npppd/l2tp: l2tp_ctrl.c usr.sbin/npppd/npppd: npppd.c npppd_subr.c usr.sbin/npppd/pptp: pptpd.c usr.sbin/ospf6d: packet.c usr.sbin/rad : frontend.c parse.y usr.sbin/ripd : parse.y Log message: Delete superfluous #includes of , , and ok krw@, jsg@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/05/09 19:31:30 Modified files: lib/libc/arch/amd64/sys: tfork_thread.S Log message: Apply retpoline protection to the indirect call to the thread startfunc ok mortimer@ CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/09 19:57:35 Modified files: games/ja2-stracciatella: Makefile games/mnemosyne: Makefile games/typespeed: Makefile Log message: Remove maintainer per their request CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/05/09 20:05:35 Modified files: sys/dev/usb : xhcireg.h Log message: Add more flags to the debug bitmask ok mpi@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2019/05/09 20:16:50 Modified files: sys/uvm : uvm_pdaemon.c Log message: Check for nowait failed *after* the wakeup point, not before. ok guenther@ CVSROOT: /cvs Module name: ports Changes by: ians@cvs.openbsd.org 2019/05/09 20:17:46 Modified files: sysutils/htop : Makefile sysutils/htop/patches: patch-openbsd_Platform_c Added files: sysutils/htop/patches: patch-openbsd_OpenBSDProcessList_c patch-openbsd_OpenBSDProcessList_h Log message: Fix CPU meters & sysctl logic - Enumerate CPU meters based on NCPUONLINE instead of NCPU - Use CPUSTATS_ONLINE flag to build CPU index and poll based on those instead of cpu count ok patrick@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/05/09 20:22:34 Modified files: regress/sbin/slaacd: Makefile regress/sys/kern/sosplice/scapy: Makefile regress/sys/net/pf_forward: Makefile regress/sys/net/pf_fragment: Makefile regress/sys/net/pf_state: Makefile regress/sys/netinet/arp: Makefile regress/sys/netinet/frag: Makefile regress/sys/netinet/pmtu: Makefile regress/sys/netinet6/frag6: Makefile regress/sys/netinet6/nd6: Makefile regress/sys/netinet6/rh0: Makefile regress/sys/netinet6/rip6cksum: Makefile Log message: Simplify the detection for installed python and scapy. Refactor these tests to make them similar. Use the setup and cleanup variables. CVSROOT: /cvs Module name: ports Changes by: benno@cvs.openbsd.org 2019/05/09 20:29:37 Modified files: sysutils : Makefile Log message: unhook relayd-updateconf from build, it's no longer useful CVSROOT: /cvs Module name: ports Changes by: benno@cvs.openbsd.org 2019/05/09 20:31:20 Removed files: sysutils/relayd-updateconf: Makefile distinfo sysutils/relayd-updateconf/patches: patch-parse_y sysutils/relayd-updateconf/pkg: DESCR PLIST Log message: remove relayd-updateconf, no longer useful. ok danj@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2019/05/09 20:33:57 Modified files: sys/uvm : uvm_pdaemon.c Log message: simplify logic after wakeup since this variable is only manipulated under lock ok guenther@ CVSROOT: /cvs Module name: ports Changes by: benno@cvs.openbsd.org 2019/05/09 20:38:04 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: relayd-updateconf was used to update a OpenBSD 5.5 relayd config to OpenBSD 5.6 relayds format. Its no longer useful. ok danj@ CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/05/09 22:14:13 Modified files: fonts/noto : Makefile.inc fonts/noto/cjk : Makefile distinfo fonts/noto/cjk/pkg: PLIST fonts/noto/emoji: Makefile distinfo fonts/noto/emoji/pkg: PLIST fonts/noto/fonts: Makefile distinfo fonts/noto/fonts/pkg: PLIST Log message: Update noto fonts to their latest versions. Take maintainership also. ok naddy@ CVSROOT: /cvs Module name: ports Changes by: ians@cvs.openbsd.org 2019/05/09 22:24:36 Modified files: sysutils/htop : Makefile sysutils/htop/patches: patch-openbsd_Platform_c Added files: sysutils/htop/patches: patch-CPUMeter_c patch-Header_c Log message: Don't attempt to redraw meters if they haven't been init'd yet. This will stop a large number of crashes. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2019/05/09 22:39:08 Modified files: usr.bin/sndiod : fdpass.c Log message: Don't try to send to device helper process if it's terminated. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2019/05/09 22:40:16 Modified files: usr.bin/sndiod : midi.c Log message: Use the correct length for MIDI common messages. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2019/05/09 22:45:48 Modified files: usr.bin/sndiod : midi.c Log message: Backout latest, commited by mistake. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/05/09 22:59:49 Modified files: x11/xwallpaper : Makefile distinfo Log message: Update xwallpaper to 0.5.0 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/05/09 23:13:41 Modified files: fonts/font-awesome: Makefile distinfo Log message: Update font-awesome to 5.8.2 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/05/09 23:50:17 Modified files: graphics/maim : Makefile distinfo Log message: Update maim to 5.5.3 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/05/10 00:20:18 Modified files: games/openomf : Makefile distinfo games/openomf/patches: patch-CMakeLists_txt patch-src_game_gui_menu_c games/openomf/pkg: PLIST Log message: Update to latest openomf code since it fixes a number of bugs and memory leaks. Also, the libshadowdive library was integrated into the code itself since it never got any external users, and so it goes away from PLIST. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2019/05/10 03:15:00 Modified files: usr.sbin/relayd: parse.y relay.c relay_http.c relayd.conf.5 relayd.h Log message: Add support for from/to in relay filter rules. For example, pass from 10.0.0.0/8 path "/hello/*" forward to Ok benno@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2019/05/10 03:47:03 Modified files: textproc/p5-XML-Parser-Lite: Makefile distinfo Log message: Update to p5-XML-Parser-Lite-0.722. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/05/10 05:17:36 Modified files: sysutils/facter: Makefile distinfo Log message: simple update to 3.13.2 CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2019/05/10 05:18:01 Modified files: . : 66.html Log message: mention powerpc clang; from Brad CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/05/10 05:24:15 Modified files: net/ruby-msgpack: Makefile distinfo Log message: simple update to 1.2.10 CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2019/05/10 05:27:23 Modified files: etc/etc.i386 : MAKEDEV.md Log message: vmm(4) was removed from share/man/man8/man8.i386/MAKEDEV.8 but not the input file or MAKEDEV script itself; sync up the input file. req by jmc@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2019/05/10 05:28:38 Modified files: share/man/man8/man8.i386: MAKEDEV.8 etc/etc.i386 : MAKEDEV Log message: sync CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/05/10 05:35:39 Modified files: www/py-terminado: Makefile distinfo Log message: Update to py-terminado-0.8.2. Overview on changes can be found at https://github.com/jupyter/terminado/compare/0.6...0.8.2 OK shadchin@ CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/05/10 05:36:55 Modified files: www/jupyter-notebook: Makefile distinfo www/jupyter-notebook/pkg: PLIST Removed files: www/jupyter-notebook/patches: patch-notebook_base_zmqhandlers_py Log message: Update to jupyter-notebook-5.7.8. This update introduces numerous fixes, and addresses CVE-2018-8768 (bypass sanitization), CVE-2019–9644 (cross-site inclusion vulnerability) and CVE-2019-10255 (Open Redirect vulnerability). It also includes a newer Bootstrap, which addresses CVE-2018-14041 (XSS vulnerability). Changelog can be found at https://github.com/jupyter/notebook/blob/5.7.8/docs/source/changelog.rst While here change HOMEPAGE to https. OK shadchin@ CVSROOT: /cvs Module name: xenocara Changes by: schwarze@cvs.openbsd.org 2019/05/10 05:44:39 Modified files: distrib/sets/lists/xshare: mi doc/xorg-docs : Makefile.bsd-wrapper lib/libXext : Makefile.bsd-wrapper lib/libXmu : Makefile.bsd-wrapper lib/libxtrans : Makefile.bsd-wrapper Added files: doc/xorg-docs/general/input: XKB-Config.7 XKB-Enhancing.7 defs.ent lib/libXext/specs: defs.ent shapelib.3 synclib.3 xtest1.3 lib/libXmu/doc : Xmu.3 defs.ent lib/libxtrans/doc: defs.ent xtrans.3 Log message: Install more manual pages: * XKB-Config(7), XKB-Enhancing(7): user-level documentation for XKB configuration; not perfect, but the best available. * xtrans(3): a library actively maintained upstream. * libXmu and libXext: Many libraries are effectively frozen upstream. According to matthieu@, the documentation of libXmu and libXext is among the most valuable of those. Feedback and OK matthieu@. CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2019/05/10 05:44:50 Modified files: shells/fish : Makefile distinfo Log message: Update fish to 3.0.2. Enable tests. OK rsadowski@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/10 06:01:55 Modified files: lang/python/3.6: Makefile lang/python/3.6/pkg: PLIST-gdbm PLIST-idle PLIST-main PLIST-tests PLIST-tkinter lang/python/3.7: Makefile lang/python/3.7/pkg: PLIST-gdbm PLIST-idle PLIST-main PLIST-tests PLIST-tkinter Log message: fix @pkgpath markers; - there was never a lang/python3/3.6 (@pkgpath marker for this is present in current 3.6 plists), python3/3.x was only used for 3.2, so remove these. - they should probably have originally used "@pkgpath lang/python/3.5" to trigger updates from 3.5 when 3.5 was removed, but no point adding those to 3.6 now that 3.7 is the default version. so add @pkgpath lang/python/3.5 markers in 3.7 PLISTs, fixing the upgrade path if old versions were present (there was previously nothing to trigger 3.5 being removed/updated so stray packages would be left around). problem reported by Laurie Tratt CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2019/05/10 06:11:33 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register jupyter-notebook{,3} as 5.7.8 fixes CVE-2018-14041, CVE-2018-8768, CVE-2019-10255 and CVE-2019-9644. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/10 06:25:51 Modified files: lang/php/7.2 : Tag: OPENBSD_6_5 Makefile distinfo lang/php/7.2/patches: Tag: OPENBSD_6_5 patch-acinclude_m4 patch-aclocal_m4 patch-configure_ac patch-ext_mysqlnd_config9_m4 patch-ext_tidy_config_m4 patch-ext_tidy_tidy_c patch-main_php_h patch-main_php_ini_c patch-php_ini-development patch-php_ini-production patch-sapi_cgi_cgi_main_c patch-sapi_cli_php_cli_c 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 Log message: MFC update to php-7.2.18, diff/tests from Josh Grosse, thank you CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/10 06:27:36 Modified files: lang/php : Tag: OPENBSD_6_5 Makefile.inc Log message: mfc re2c BDEP for php ports CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/10 06:27:56 Modified files: lang/php/7.1 : Tag: OPENBSD_6_5 Makefile distinfo lang/php/7.1/patches: Tag: OPENBSD_6_5 patch-acinclude_m4 patch-aclocal_m4 patch-configure_in patch-ext_mysqlnd_config9_m4 patch-ext_tidy_config_m4 patch-ext_tidy_tidy_c patch-main_php_h patch-main_php_ini_c patch-php_ini-development patch-php_ini-production patch-sapi_cgi_cgi_main_c patch-sapi_cli_php_cli_c patch-sapi_fpm_www_conf_in patch-scripts_Makefile_frag patch-scripts_php-config_in patch-scripts_phpize_in Log message: MFC update to php-7.1.29 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/10 06:28:15 Modified files: lang/php/7.3 : Tag: OPENBSD_6_5 Makefile distinfo lang/php/7.3/patches: Tag: OPENBSD_6_5 patch-acinclude_m4 patch-aclocal_m4 patch-ext_mysqlnd_config9_m4 patch-main_php_h patch-main_php_ini_c patch-php_ini-development patch-php_ini-production patch-sapi_cgi_cgi_main_c patch-sapi_cli_php_cli_c patch-sapi_fpm_www_conf_in patch-scripts_Makefile_frag patch-scripts_php-config_in patch-scripts_phpize_in Log message: MFC update to php-7.3.5 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/05/10 06:41:30 Modified files: sys/net : if_bridge.c Log message: Move bridge_filterrule() before doing the mbuf copy. Fixes a memory leak when multiple interfaces do MAC filtering. Memory leak reported by Daniel Levai With and OK mpi@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2019/05/10 06:41:49 Modified files: share/man/man8 : ssl.8 Log message: Browsers using SAN instead of CN in Subject is now more than just "some new browsers" and it's a strict requirement rather than just deprecating cn; adjust the text accordingly. ok reyk@ CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2019/05/10 06:45:30 Modified files: net/munin : Makefile distinfo net/munin/patches: patch-node__bin_munin-asyncd_in Log message: update to munin-2.0.49 CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/05/10 06:49:16 Modified files: lib/libc/time : strptime.3 strptime.c Log message: Delete support for military timezones in %z (A-I and K-Y). They were originally defined in one way, then RFC822 erroneously redefined them the opposite way, then RFC5322 said they can no longer be used reliably. So return NULL like FreeBSD, DragonFly, glibc, and musl do. Issue reported by Hiltjo Posthuma . Deletion suggested by tedu@ and deraadt@. Feedback and OK on the patch from tedu@. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/05/10 06:49:58 Modified files: sys/stand/boot : cmd.h Log message: Fix prototype of upgrade(). OK benno@ CVSROOT: /cvs Module name: ports Changes by: rapha@cvs.openbsd.org 2019/05/10 06:55:19 Modified files: audio/portmidi : Makefile audio/portmidi/files/pm_sndio: pmsndio.c Log message: Add support for midi input. ok ratchov@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/10 07:04:56 Modified files: misc/osinfo : Makefile.inc misc/osinfo/libosinfo: Makefile distinfo misc/osinfo/libosinfo/pkg: PLIST misc/osinfo/osinfo-db-tools: distinfo Log message: Update to: libosinfo-1.5.0 osinfo-db-tools-1.5.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/10 07:06:05 Modified files: sysutils/terraform/provider-azurerm: Makefile distinfo sysutils/terraform/provider-opc: Makefile distinfo Log message: Update a couple of terraform providers. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/05/10 07:13:14 Modified files: share/man/man3 : tree.3 Log message: Make the red-black tree example -Wmissing-prototypes clean by providing prototypes with RB_PROTOTYPE. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/10 07:27:03 Modified files: textproc/gtk-doc: Makefile distinfo textproc/gtk-doc/pkg: PLIST Log message: Update to gtk-doc-1.30. CVSROOT: /cvs Module name: src Changes by: rob@cvs.openbsd.org 2019/05/10 07:28:40 Modified files: regress/lib/libutil/ber: ber_test.c Log message: Add some more edge case tests. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/05/10 07:29:21 Modified files: include : tib.h etc : rc libexec/ld.so : Makefile boot.c loader.c resolve.h util.h libexec/ld.so/aarch64: Makefile.inc ldasm.S libexec/ld.so/amd64: Makefile.inc ldasm.S libexec/ld.so/arm: Makefile.inc ldasm.S libexec/ld.so/powerpc: Makefile.inc ldasm.S libexec/ld.so/sparc64: Makefile.inc ldasm.S lib/csu : boot.h crt0.c extern.h Added files: libexec/ld.so/aarch64: ld.script libexec/ld.so/amd64: ld.script libexec/ld.so/arm: ld.script libexec/ld.so/powerpc: ld.script libexec/ld.so/sparc64: ld.script Log message: ld.so boot cleanup support: - put functions and data which are only used before calling the executable's start function into their own page-aligned segments for unmapping (only done on amd64, arm64, armv7, powerpc, and sparc64 so far) - pass .init_array and .preinit_array functions an addition argument which is a callback to get a structure which includes a function that frees the boot text and data - sometimes delay doing RELRO processing: for a shared-object marked DF_1_INITFIRST do it after the object's .init_array, for the executable do it after the .preinit_array - improve test-ld.so to link against libpthread and trigger its initialization late libc changes to use this will come later ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/10 07:29:36 Modified files: sysutils/terraform/provider-alicloud: Makefile distinfo sysutils/terraform/provider-aws: Makefile distinfo sysutils/terraform/provider-vault: Makefile distinfo Log message: Update a few more terraform providers. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/05/10 07:50:34 Modified files: usr.sbin/ospf6d: database.c lsreq.c Log message: When calculating how much payload ospf6d can put into DD and LSREQ packets substract the size of the IPv6 header and not the IPv4 header from the MTU. This stops ospf6d to send out fragmented packets. Found with and OK benno@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/05/10 08:10:38 Modified files: sbin/unwind : captiveportal.c frontend.c parse.y printconf.c resolver.c unwind.c unwind.conf.5 unwind.h Log message: Implement DNS block lists. If unwind is queried for a domain in the block list it answers with rcode REFUSED. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/05/10 08:12:47 Modified files: usr.bin/tmux : tmux.h screen-write.c Log message: Add a function to draw a simple menu onto a screen. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/10 08:25:44 Modified files: x11/gnome/menus: Makefile Added files: x11/gnome/menus/patches: patch-libmenu_entry-directories_c patch-libmenu_gmenu-tree_c Log message: Forgot to cvs add these in previous. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/05/10 08:36:21 Modified files: share/man/man9 : KASSERT.9 Log message: The correct header for KASSERT(9) is . ok deraadt@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/05/10 08:45:01 Modified files: regress/sys/netinet6/rip6cksum: Makefile sendrecv.py Log message: Python for scapy must be executed a bit differently in this test. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/05/10 08:45:19 Modified files: distrib/sparc64/miniroot: Makefile Log message: The cdrom contains a nested ffs filesystem, so indicate that dependency for large-factor make -j, hit by claudio CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2019/05/10 09:02:17 Modified files: sbin/iked : iked.h ikev2.c ikev2_msg.c Log message: Enforce messages after IKE_SA_INIT exchange to contain only encrypted payloads. Also increment message id only for valid messages. From Tobias Heider ok sthen@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2019/05/10 09:03:24 Modified files: include : stdlib.h lib/libc : Symbols.list shlib_version lib/libc/hidden: stdlib.h lib/libc/stdlib: malloc.3 malloc.c Log message: Inroduce malloc_conceal() and calloc_conceal(). Similar to their counterparts but return memory in pages marked MAP_CONCEAL and on free() freezero() is actually called. CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/05/10 09:03:58 Modified files: usr.sbin/dhcpd : confpars.c Log message: Fix dhcpd build on gcc architectures. OK deraadt@ jca@ CVSROOT: /cvs Module name: ports Changes by: feinerer@cvs.openbsd.org 2019/05/10 09:12:19 Modified files: math/hdf5 : Makefile distinfo math/hdf5/pkg : PLIST Log message: Update to HDF5 1.10.5 Joint work with and OK martin@ CVSROOT: /cvs Module name: src Changes by: akoshibe@cvs.openbsd.org 2019/05/10 09:13:38 Modified files: sys/net : if_switch.c if_switch.h switchofp.c Log message: Add port protection support to switch(4). The behavior copies that of bridge(4), where the SIOCBRDGSIFPROT ioctl can be used to add a port to up to 31 protected domains. This allows configuration by specifying a list of IDs to the 'protected' option in ifconfig(8): # ifconfig switch0 protected pair1 1,2,.. Domain membership is checked for unicast, flooded (broadcast), and local (host-network-bound, e.g. trunk) traffic. OK benno@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2019/05/10 09:18:04 Modified files: sbin/iked : ikev2.c Log message: Set the IKED_REQ_INFORMATIONAL flag when sending a delete request during rekeying to make sure that the response is not rejected. From Tobias Heider "much more stable" dhill@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/10 09:18:23 Modified files: x11/gnome/calendar: Makefile distinfo Log message: update to gnome-calendar-3.32.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/10 09:19:03 Log message: import selectors2-2.0.1 Backported, durable, and portable selectors designed to replace the standard library selectors module. ok aja@ Status: Vendor Tag: jasper Release Tags: jasper_20191005 N ports/devel/py-selectors2/Makefile N ports/devel/py-selectors2/distinfo N ports/devel/py-selectors2/pkg/DESCR N ports/devel/py-selectors2/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/10 09:20:34 Modified files: devel : Makefile Log message: +py-selectors2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/10 09:20:57 Modified files: net/py-ncclient: Makefile distinfo Log message: update to ncclient-0.6.4 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/05/10 09:28:45 Modified files: sys/dev/pci : pcidevs Log message: add Intel Atom C3000 ids CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/05/10 09:29:18 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/05/10 09:36:19 Modified files: regress/lib/libedit: Makefile.inc regress/lib/libedit/read: Makefile Log message: Regress libedit needs header files generated during src libedit build. Improve dependencies to resolve this more reliably. requested by claudio@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/05/10 09:38:19 Modified files: distrib/miniroot: install.sub Log message: Always make the default answer 'dhcp' on unconfigured interfaces. Allow 'dhcp' even if the install media lacks /sbin/dhclient. Great simplification of code. ok florian@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/05/10 09:42:09 Modified files: www/p5-CGI-Fast: Makefile distinfo Log message: Update www/p5-CGI-Fast to 2.15 From Mikolaj Kucharski (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/05/10 09:43:20 Modified files: distrib/sets/lists/base: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/05/10 09:57:37 Modified files: multimedia/mlt : Makefile distinfo Log message: Update mlt to 6.16.0 - Remove ports-gcc<=8 workaround. OK cwen@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/05/10 09:57:39 Modified files: regress/sys/kern/noexec: noexec.c testfly.S Log message: Let the test build on mips64. OK guenther@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/05/10 09:58:22 Modified files: regress/sys/kern/noexec: Makefile Log message: Enable the test on octeon. Ignore the fact that the test cannot work on CN3xxx where the TLB does not implement the execute inhibit feature. OK guenther@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/10 10:02:09 Modified files: www/p5-Dancer : Makefile distinfo www/p5-Dancer/pkg: PLIST Log message: p5-Dancer: update to 1.3512 Changelog: https://metacpan.org/source/BIGPRESH/Dancer-1.3512/Changes Original diff from Wen Heping (thanks!) with some tweaks by me. OK afresh1@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/10 10:05:18 Modified files: textproc/p5-XML-SAX-Writer: Makefile distinfo Log message: p5-XML-SAX-Writer: update to 0.57 Changelog: https://github.com/perigrin/xml-sax-writer/compare/v0.56...v0.57 OK afresh1@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/10 10:08:49 Modified files: textproc/p5-XML-SemanticDiff: Makefile distinfo Log message: p5-XML-SemanticDiff: update to 1.0007 Changelog: https://metacpan.org/source/PERIGRIN/XML-SemanticDiff-1.0007/Changes OK afresh1@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/10 10:11:20 Modified files: textproc/p5-XML-Simple: Makefile distinfo Log message: p5-XML-Simple: update to 2.25 Changelog: https://metacpan.org/source/GRANTM/XML-Simple-2.25/Changes OK afresh1@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/10 10:14:20 Modified files: sysutils/p5-File-Which: Makefile distinfo Log message: p5-File-Which: update to 1.23 Changelog: https://metacpan.org/source/PLICEASE/File-Which-1.23/Changes OK afresh1@ CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2019/05/10 10:44:36 Modified files: sys/dev/ic : bwireg.h sys/dev/pci : if_bwi_pci.c Log message: Explicitly disable BCM4331 chips present in 2011-2012 Apple Mac systems. The Mac EFI firmware enables the wireless controller, but does not disable it, so it continues to receive packets and signal interrupts. This was originally seen as an interrupt storm that consumes about 50% of CPU0 on affected machines. The issue was originally discovered in 2012 by Matthew Garret with a partial fix in Grub, then Lukas Wunner added a fix for the Linux kernel in 2016. This piggy-backs on the most-related driver (bwi) for the purpose of detection and mapping the control registers, but does not actually register the driver if the affected chip is detected. See this archived discussion for further analysis of the bug: https://www.mail-archive.com/linux-kernel@vger.kernel.org/msg1165355.html ok kettenis stsp CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/10 10:50:05 Modified files: biology/py-biopython: Makefile mail/spambayes : Makefile net/cjc : Makefile net/nssl : Makefile net/py-xmpp : Makefile productivity/bruce: Makefile sysutils/clusterit: Makefile www/py-clientform: Makefile www/twill : Makefile Log message: Remove maintainer per their request CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2019/05/10 10:51:13 Modified files: sbin/dhclient : kroute.c Log message: Make it possible to switch between wireless and physical interfacs (again?): when adding the default route, set it with the interface address of the interface we are configuring. This way its possible to have two default routes (from two running dhclient processes) in the routing table. Since wireless interfaces have a higher prio value, when a physical interface is connected it will be prefered (for new connections). ok krw@ mumble yes mumble claudio@ CVSROOT: /cvs Module name: src Changes by: fcambus@cvs.openbsd.org 2019/05/10 11:02:08 Added files: share/man/man9 : wsfont_init.9 Log message: Document the wsfont framework. This is wsfont.9 revision 1.18 from NetBSD with the following changes: - Remove documentation for wsfont_matches() which we don't have - Remove wsfont_find() arguments which we don't have - Add missing arguments for wsfont_lock() which NetBSD doesn't have - Modify wsfont_enum() signature to match our implementation - Modify the wsdisplay_font struct to add the index and cookie members which NetBSD doesn't have - Remove some macros for font encoding we do not support anymore - Remove and correct stuff which doesn't apply to us because the codebases have diverged Looks fine to jmc@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/05/10 11:24:53 Modified files: share/man/man9 : wsfont_init.9 Log message: tweak previous: fix three wrong macros and one missing macro CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/05/10 12:04:06 Modified files: usr.bin/tmux : Makefile cmd.c format.c key-bindings.c tmux.1 tmux.h Added files: usr.bin/tmux : cmd-display-menu.c menu.c Log message: Add support for simple menus usable with mouse or keyboard. New command display-menu shows a menu (bound to the mouse on status line by default) and a couple of extra formats for the default menus. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/05/10 12:09:51 Modified files: usr.bin/tmux : format.c Log message: Fix a typo in previous (, -> :). CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2019/05/10 12:11:27 Modified files: usr.sbin/vmd : vmd.h usr.sbin/vmctl : vmctl.h Log message: remove receive_vm prototype for the function does not exist (anymore) ok pd@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2019/05/10 12:20:41 Modified files: sys/dev/fdt : ehci_fdt.c Log message: Add a fallback to ehci(4)'s phy init code so that when there is no compatible phy it tries to enable the VBus using the phy-supply property. Makes the USB ports on the RockPro64 work. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: akoshibe@cvs.openbsd.org 2019/05/10 12:27:50 Modified files: sbin/ifconfig : ifconfig.8 share/man/man4 : bridge.4 switch.4 Log message: Document port protection support in switch(4). Also add SIOCBRDGSIFPROT to list of ioctls in bridge(4). OK ccardenas@ kn@ phessler@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2019/05/10 12:30:15 Modified files: sys/net80211 : ieee80211_output.c Log message: On the transmit path the ethernet and ip headers might not be in contiguous memory. Taking the pointer to the data and simply looking at the IP header by adding an offset can lead to an out- of-bounds access. Make the ieee80211 classify function copy the ethernet and ip header into stack variables to fix it. Fixes a panic for florian@ Discussed with claudio@ ok stsp@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/05/10 12:35:00 Modified files: sys/dev/pci/drm: drm_linux.c Log message: Fix idr_get_next() such that idr_for_each_entry() actually works. ok jsg@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/05/10 12:41:17 Modified files: lib/libcrypto/evp: e_aes.c Log message: Revert part of r1.36: in the case of GCM, gcm.key is assigned from aesni_gcm_init_key() via CRYPTO_gcm128_init(), so it needs to be copied over... Fixes cryptofuzz issue #14352 and likely also #14374. ok beck jsing CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/05/10 12:48:41 Modified files: infrastructure/lib/DPB: Locks.pm Log message: fix a very old bug. I was confused in my variable names, and thus old locks where only affecting localhost... ouch CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/05/10 12:50:11 Modified files: sbin/dhclient : dhclient.c Log message: Restart the protocol and get a new/renewed lease for any relevant RTM_IFINFO seen. As dhclient no longer commits suicide to restart the protocol this should be very low cost. This will help some trunk(4) setups after some pending network stack commits. Requested by & ok florian@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2019/05/10 12:53:13 Modified files: sys/kern : kern_tc.c Log message: Reduce number of timehands from to just two. Reduces the worst-case error for for time values retrieved via the microtime(9) functions from 10 ticks to 2 ticks. Being interrupted for over a tick is unlikely but possible. While here use C99 initializers. From FreeBSD r303383. ok mpi@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/05/10 12:55:17 Modified files: usr.bin/ssh : channels.c Log message: For PermitOpen violations add the remote host and port to be able to find out from where the request was comming. Add the same logging for PermitListen violations which where not logged at all. Pointed out by Robert Kisteleki (robert AT ripe.net) input markus OK deraadt CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/10 13:11:13 Modified files: multimedia/dav1d: Makefile multimedia/dav1d/patches: patch-src_lib_c Log message: Increase thread stack size (slightly too low for certain debugging tools). from Brad (maintainer) CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2019/05/10 13:14:12 Modified files: share/man/man3 : timeradd.3 Log message: Document TIMEVAL_TO_TIMESPEC() and TIMESPEC_TO_TIMEVAL(). With input from schwarze@. "read ok" jmc@, "yep" deraadt@, ok schwarze@ CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2019/05/10 13:15:06 Modified files: lib/libcrypto/ec: ec_kmeth.c Log message: Initialize EC_KEY_METHOD before use. Fixes COV-186146 ok tb, beck CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/05/10 13:22:50 Modified files: devel/p5-Test-Time: Makefile distinfo Log message: Update devel/p5-Test-Time to 0.08 From Julien Dhaille OK cwen@ CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/10 13:38:01 Modified files: print/cups-bjnp: Makefile net/p5-Net-PH : Makefile Log message: Remove maintainers whose addresses bounce CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/05/10 13:38:52 Modified files: sys/arch/sparc64/stand/ofwboot: boot.c vers.c Log message: Add bsd.upgrade support to sparc64 bootloader. OK kettenis@ deraadt@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2019/05/10 14:10:06 Modified files: etc/root : root.mail Log message: few can remember what apm was ok deraadt@ CVSROOT: /cvs Module name: src Changes by: pd@cvs.openbsd.org 2019/05/10 14:17:41 Modified files: sys/arch/amd64/amd64: vmm.c Log message: vmm: handle some unhandled exits for SVM There were some exits for instructions that were unhandled and caused the guest to terminate if it tried to execute them. We now inject a #ud for those. Also intercept and #ud RDTSCP and INVLPGA instructions. ok mlarkin@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/05/10 14:22:59 Modified files: x11/i3-gaps : Makefile Log message: remove useless autoreconf invocation CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/05/10 14:24:58 Modified files: lib/libc/time : strptime.c Log message: repair %Z: write seconds into tm_gmtoff, not hours; patch from Hiltjo Posthuma ; OK tedu@ millert@ CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2019/05/10 14:38:23 Modified files: graphics/ftgl : Makefile Log message: remove myself as MAINTAINER, as I haven't used this for a long time CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2019/05/10 14:41:36 Modified files: games/egoboo : Makefile Log message: remove myself as MAINTAINER, as I haven't used this for a long time CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2019/05/10 14:47:54 Modified files: distrib/miniroot: install.sub Log message: Improve error message of "Question has no answer in response file". It didn't always print the actual question so it was hard to debug problems in the autoinstall(8) script. OK florian@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/05/10 14:50:51 Modified files: infrastructure/lib/OpenBSD/PortGen: License.pm Log message: Recognize "MPL v2" as a license in portgen OK kmos@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/05/10 15:13:28 Modified files: net/rtg : Makefile net/rtg/patches: patch-configure_in Added files: net/rtg/patches: patch-src_rtgsnmp_c Log message: Stop referencing my_thread_init to unbreak build with recent mariadb releases The code was already using mysql_thread_init() at runtime with mysql>=4.0, this diff only removes references to an obsolete function. ok sthen@ CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2019/05/10 15:20:43 Modified files: sys/arch/amd64/stand/efiboot: Makefile.common sys/arch/amd64/stand/libsa: cmd_i386.c dev_i386.c diskprobe.c exec_i386.c machdep.c memprobe.c Added files: sys/arch/amd64/stand/efiboot: cmd_i386.c dev_i386.c diskprobe.c exec_i386.c machdep.c memprobe.c Log message: Disentangle #ifdef EFIBOOT. Separate out files used by both BIOS and EFI boot modes. These files had many #ifdef EFIBOOT code paths that make it difficult to move forward with changes needed to support random base VA linked kernels. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/05/10 15:27:07 Modified files: editors/TeXmacs: Makefile Added files: editors/TeXmacs/patches: patch-src_Plugins_Pdf_PDFWriter_PDFDocumentHandler_cpp Log message: Unbreak build with ports-gcc and use ports-gcc on all archs. texmacs on amd64 prints a few ugly warnings about symbol size mismatch on stderr, but it seems to work properly anyway. ports-gcc approach suggested by phessler@. One less port that builds only with base-gcc. rsadowski@ has a diff to update this port and make it use clang, but nobody gave feedback on it yet. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/05/10 15:27:57 Modified files: lib/libc/time : strptime.c Log message: repair %z: store seconds into tm_gmtoff, not centihours; bug reported by Hiltjo Posthuma ; feedback and OK millert@, OK tedu@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/05/10 15:39:05 Modified files: lib/libc/time : strptime.c Log message: trim trailing whitespace (reported by Hiltjo Posthuma) and also delete spaces before tabs; no object change CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/05/10 15:39:53 Added files: devel/autoconf/2.60/patches: patch-bin_Makefile_in devel/autoconf/2.61/patches: patch-bin_Makefile_in Log message: fix parallel build; from autoconf 2.62 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/05/10 15:55:40 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-BUILD_gn patch-apps_ui_views_app_window_frame_view_cc patch-base_BUILD_gn patch-base_debug_debugger_posix_cc patch-base_debug_elf_reader_cc patch-base_files_file_util_posix_cc patch-base_process_launch_h patch-base_process_process_metrics_cc patch-build_config_BUILDCONFIG_gn patch-build_config_BUILD_gn patch-build_config_c++_c++_gni patch-build_config_compiler_BUILD_gn patch-build_config_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_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_prefs_cc patch-chrome_browser_download_download_prefs_h patch-chrome_browser_extensions_BUILD_gn patch-chrome_browser_extensions_bookmark_app_extension_util_cc patch-chrome_browser_flag_descriptions_cc patch-chrome_browser_flag_descriptions_h 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_h 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_renderer_preferences_util_cc patch-chrome_browser_send_tab_to_self_receiving_ui_handler_registry_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_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_ui_browser_command_controller_cc patch-chrome_browser_ui_browser_window_h patch-chrome_browser_ui_startup_bad_flags_prompt_cc patch-chrome_browser_ui_startup_startup_browser_creator_cc patch-chrome_browser_ui_tab_helpers_cc patch-chrome_browser_ui_task_manager_task_manager_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_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_tabs_new_tab_button_cc patch-chrome_browser_ui_views_tabs_tab_drag_controller_cc patch-chrome_browser_ui_webui_chrome_web_ui_controller_factory_cc patch-chrome_common_BUILD_gn patch-chrome_common_chrome_features_cc patch-chrome_common_chrome_features_h patch-chrome_common_chrome_switches_cc patch-chrome_common_chrome_switches_h patch-chrome_common_pref_names_cc patch-chrome_common_pref_names_h patch-chrome_common_webui_url_constants_cc patch-chrome_common_webui_url_constants_h patch-chrome_renderer_chrome_content_renderer_client_cc patch-chrome_test_BUILD_gn patch-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_policy_resources_policy_templates_json patch-content_app_content_main_runner_impl_cc patch-content_browser_BUILD_gn patch-content_browser_browser_child_process_host_impl_cc patch-content_browser_browser_main_loop_cc patch-content_browser_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_service_manager_service_manager_context_cc patch-content_browser_webui_shared_resources_data_source_cc patch-content_ppapi_plugin_ppapi_blink_platform_impl_h patch-content_public_app_content_packaged_services_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_renderer_media_stream_processed_local_audio_source_cc patch-content_renderer_render_process_impl_cc patch-content_renderer_render_thread_impl_cc patch-content_renderer_renderer_blink_platform_impl_cc patch-content_renderer_renderer_blink_platform_impl_h patch-content_shell_BUILD_gn patch-content_shell_browser_shell_browser_context_cc patch-content_shell_browser_shell_browser_main_parts_cc patch-device_bluetooth_BUILD_gn patch-device_gamepad_gamepad_provider_cc patch-extensions_browser_api_messaging_message_service_cc patch-gpu_command_buffer_common_gpu_memory_buffer_support_cc patch-gpu_ipc_common_gpu_memory_buffer_support_cc patch-gpu_ipc_service_gpu_init_cc patch-gpu_ipc_service_gpu_memory_buffer_factory_cc patch-gpu_ipc_service_gpu_watchdog_thread_cc patch-gpu_ipc_service_gpu_watchdog_thread_h patch-gpu_vulkan_generate_bindings_py patch-gpu_vulkan_vulkan_function_pointers_cc patch-gpu_vulkan_vulkan_function_pointers_h patch-headless_lib_browser_headless_content_browser_client_h patch-ipc_ipc_message_utils_cc patch-ipc_ipc_message_utils_h 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_fake_video_capture_device_factory_cc patch-media_capture_video_mock_gpu_memory_buffer_manager_cc patch-media_capture_video_video_capture_device_client_cc patch-media_media_options_gni patch-media_mojo_services_gpu_mojo_media_client_cc patch-mojo_public_js_mojo_bindings_resources_grd patch-net_BUILD_gn patch-net_base_address_tracker_linux_cc patch-net_base_network_change_notifier_cc patch-net_proxy_resolution_proxy_resolution_service_cc patch-net_socket_udp_socket_posix_cc patch-net_url_request_url_request_context_builder_cc patch-pdf_pdfium_pdfium_engine_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_zygote_zygote_linux_cc patch-third_party_angle_BUILD_gn patch-third_party_blink_renderer_core_html_forms_internal_popup_menu_cc patch-third_party_blink_renderer_platform_BUILD_gn patch-third_party_blink_renderer_platform_fonts_font_description_cc patch-third_party_blink_renderer_platform_fonts_font_unique_name_lookup_cc patch-third_party_blink_renderer_platform_wtf_stack_util_cc patch-third_party_crc32c_BUILD_gn patch-third_party_libusb_BUILD_gn patch-third_party_pdfium_core_fxcrt_fx_system_h patch-third_party_pdfium_xfa_fgas_font_cfx_fontsourceenum_file_cpp patch-third_party_perfetto_src_tracing_core_tracing_service_impl_cc patch-third_party_sqlite_amalgamation_sqlite3_c 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_rtc_base_network_cc patch-third_party_webrtc_system_wrappers_BUILD_gn patch-third_party_webrtc_webrtc_gni patch-third_party_zlib_BUILD_gn patch-tools_json_schema_compiler_feature_compiler_py patch-tools_json_schema_compiler_model_py patch-tools_variations_fieldtrial_to_struct_py patch-ui_base_ui_base_features_cc patch-ui_base_ui_base_features_h 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_mojo_buffer_types_struct_traits_cc patch-ui_gfx_mojo_buffer_types_struct_traits_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_message_center_public_cpp_message_center_constants_h patch-ui_message_center_views_message_popup_view_cc patch-ui_views_bubble_bubble_dialog_delegate_view_cc patch-ui_views_controls_label_cc patch-ui_views_controls_textfield_textfield_cc patch-ui_views_corewm_tooltip_aura_cc patch-ui_views_examples_widget_example_cc patch-ui_views_selection_controller_cc patch-ui_views_views_delegate_h patch-ui_views_widget_desktop_aura_desktop_window_tree_host_platform_cc patch-ui_views_widget_desktop_aura_desktop_window_tree_host_x11_cc patch-ui_views_window_custom_frame_view_cc patch-ui_views_window_dialog_delegate_cc patch-ui_views_window_frame_background_cc patch-v8_BUILD_gn patch-v8_src_api_cc patch-v8_src_globals_h www/chromium/pkg: PLIST Added files: www/chromium/patches: patch-chrome_browser_ui_webui_settings_settings_localized_strings_provider_cc patch-components_sync_device_info_local_device_info_util_cc patch-gpu_command_buffer_service_external_vk_image_backing_cc patch-gpu_command_buffer_service_external_vk_image_gl_representation_cc patch-ui_base_ime_init_input_method_initializer_cc Removed files: www/chromium/patches: patch-base_files_memory_mapped_file_posix_cc patch-chrome_browser_policy_machine_level_user_cloud_policy_controller_cc 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_services_font_font_service_app_cc patch-components_sync_device_info_local_device_info_provider_impl_cc patch-content_browser_storage_partition_impl_cc patch-content_browser_storage_partition_impl_map_cc patch-net_third_party_quic_platform_impl_quic_ip_address_impl_cc 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_swiftshader_third_party_llvm-7_0_configs_linux_include_llvm_Config_config_h patch-ui_base_ime_input_method_initializer_cc Log message: update to 75.0.3770.27; 75.0.3770.27 is still a beta, but it fixes a really bad bug with notifications CVSROOT: /cvs Module name: ports Changes by: ians@cvs.openbsd.org 2019/05/10 16:35:36 Modified files: sysutils/htop : Makefile sysutils/htop/patches: patch-CPUMeter_c Log message: Properly initialize draw fptr instead of skipping draw on edge case CVSROOT: /cvs Module name: ports Changes by: ians@cvs.openbsd.org 2019/05/10 17:38:58 Modified files: sysutils/htop : Makefile sysutils/htop/patches: patch-CPUMeter_c patch-openbsd_Platform_c Log message: Re-init all meters on edge case, fix platform code When meters draw before init, re-init everything Also don't write useless unusued period var in platform code This should stop all runtime crashes CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/05/10 18:07:08 Removed files: security/nss/patches: patch-nss_lib_freebl_config_mk Log message: Drop patch not needed since a few releases ok landry@ (maintainer) CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2019/05/10 19:05:17 Modified files: usr.sbin/vmd : vmd.c Log message: sync the vm state in vmd too when (un)pausing a vm, otherwise the vm process knows the vm is paused, but vmd does not. ok mlarkin@ pd@ CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2019/05/10 19:11:20 Modified files: java : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: java/java-getopt: Makefile distinfo java/java-getopt/pkg: DESCR PLIST Log message: Remove another port that doesn't benefit from packaging... because people will use it from Maven or Gradle. OK sthen jca. CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2019/05/10 20:24:46 src/sys/arch/amd64/stand/efi64 Update of /cvs/src/sys/arch/amd64/stand/efi64 In directory cvs.openbsd.org:/tmp/cvs-serv58012/efi64 Log Message: Directory /cvs/src/sys/arch/amd64/stand/efi64 added to the repository CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2019/05/10 20:24:46 src/sys/arch/amd64/stand/efi32 Update of /cvs/src/sys/arch/amd64/stand/efi32 In directory cvs.openbsd.org:/tmp/cvs-serv58012/efi32 Log Message: Directory /cvs/src/sys/arch/amd64/stand/efi32 added to the repository CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2019/05/10 20:30:51 src/sys/arch/amd64/stand/efi32/bootia32 Update of /cvs/src/sys/arch/amd64/stand/efi32/bootia32 In directory cvs.openbsd.org:/tmp/cvs-serv5847/bootia32 Log Message: Directory /cvs/src/sys/arch/amd64/stand/efi32/bootia32 added to the repository CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2019/05/10 20:33:34 Added files: sys/arch/amd64/stand/efi32: Makefile Makefile.common Makefile.inc cmd_i386.c conf.c dev_i386.c diskprobe.c efiboot.c efiboot.h eficall.S eficall.h efidev.c efidev.h efipxe.c efipxe.h efirng.c exec_i386.c heap.h ldscript.amd64 ldscript.i386 machdep.c memprobe.c run_i386.S run_i386.h self_reloc.c start_amd64.S start_i386.S sys/arch/amd64/stand/efi32/bootia32: Makefile Log message: Refactor efiboot into 32 and 64 bit copies. Make 2 separate efiboots, one for 32 bit and one for 64 bit to allow us to remove lots of #ifdef code. Needed to ease the development effort for random-VA linked kernels ok tedu, deraadt CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2019/05/10 20:34:10 src/sys/arch/amd64/stand/efi64/bootx64 Update of /cvs/src/sys/arch/amd64/stand/efi64/bootx64 In directory cvs.openbsd.org:/tmp/cvs-serv41896/bootx64 Log Message: Directory /cvs/src/sys/arch/amd64/stand/efi64/bootx64 added to the repository CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2019/05/10 20:36:10 Added files: sys/arch/amd64/stand/efi64: Makefile Makefile.common Makefile.inc cmd_i386.c conf.c dev_i386.c diskprobe.c efiboot.c efiboot.h eficall.S eficall.h efidev.c efidev.h efipxe.c efipxe.h efirng.c exec_i386.c heap.h ldscript.amd64 ldscript.i386 machdep.c memprobe.c run_i386.S run_i386.h self_reloc.c start_amd64.S start_i386.S sys/arch/amd64/stand/efi64/bootx64: Makefile Log message: Refactor efiboot into 32 and 64 bit copies. Make 2 separate efiboots, one for 32 bit and one for 64 bit to allow us to remove lots of #ifdef code. Needed to ease the development effort for random-VA linked kernels ok tedu, deraadt CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/05/10 20:51:04 Modified files: infrastructure/lib/OpenBSD/PortGen/Port: PyPI.pm Log message: Make python PKGNAME lowercase if neccessary in portgen CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/05/10 21:33:43 Modified files: multimedia : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: multimedia/avidemux: Makefile distinfo multimedia/avidemux/files: ADM_devicesndio.cpp ADM_devicesndio.h multimedia/avidemux/patches: patch-addons_Makefile patch-admin_detect-autoconf_sh patch-avidemux_ADM_audiodevice_ADM_audiodevice_cpp patch-avidemux_ADM_audiodevice_Makefile_am patch-avidemux_ADM_audiodevice_audio_out_h patch-avidemux_ADM_libraries_ADM_lavcodec_Makefile_am patch-avidemux_ADM_libraries_ADM_lavcodec_dsputil_c patch-avidemux_ADM_libraries_ADM_lavcodec_mpegaudiodec_c patch-avidemux_ADM_libraries_ADM_lavcodec_mpegvideo_c patch-avidemux_ADM_libraries_ADM_libswscale_yuv2rgb_c patch-avidemux_ADM_libraries_ADM_utilities_ADM_imageUtils_cpp patch-avidemux_ADM_libraries_ADM_utilities_default_h patch-avidemux_ADM_libraries_ADM_utilities_prefs_cpp patch-avidemux_ADM_osSupport_ADM_crashdump_cpp patch-avidemux_ADM_script_ADM_JSFunctions_cpp patch-avidemux_ADM_userInterfaces_ADM_commonUI_DIA_builtin_cpp patch-avidemux_ADM_userInterfaces_ADM_commonUI_DIA_prefs_cpp patch-avidemux_ADM_videoFilter_ADM_vidBlend_cpp patch-avidemux_ADM_videoFilter_ADM_vidDeintASM_cpp patch-avidemux_ADM_videoFilter_ADM_vidFields_cpp patch-avidemux_ADM_videoFilter_ADM_vidFlux_cpp patch-avidemux_ADM_videoFilter_ADM_vidResampleFPS_cpp patch-avidemux_ADM_video_ADM_interlaced_cpp patch-avidemux_avi_vars_h patch-avidemux_gtk_gui_cpp patch-avidemux_gui_action_names patch-configure_in_bot patch-configure_in_in multimedia/avidemux/pkg: DESCR PLIST Log message: Remove avidemux, broken with clang and not updated since 2009 ok kn@ naddy@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/10 22:08:57 Modified files: net/ircd-hybrid: Makefile distinfo net/ircd-hybrid/patches: patch-doc_Makefile_in patch-doc_reference_conf patch-include_defaults_h patch-include_stdinc_h patch-src_ircd_c Log message: Update to ircd-hybrid-8.2.25. from Brad CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/10 22:24:49 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py-boto3-1.9.146. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/10 22:25:01 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py-botocore-1.12.146. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/10 22:25:23 Modified files: sysutils/awscli: Makefile distinfo sysutils/awscli/pkg: PLIST Log message: Update to awscli-1.16.156. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/05/11 00:34:56 Modified files: usr.bin/tmux : resize.c status.c Log message: Do not reduce window height by status line height for control mode clients, from George Nachman. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/05/11 00:40:02 Modified files: usr.bin/tmux : tmux.1 Log message: Don't use arguments with It and -enum, pointed out by jmc. CVSROOT: /cvs Module name: ports Changes by: pea@cvs.openbsd.org 2019/05/11 00:59:58 Modified files: databases/postgresql: Makefile distinfo databases/postgresql/pkg: PLIST-docs Log message: Update to 11.3 ok jeremy@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/05/11 01:18:17 Modified files: . : Makefile.cross distrib : Makefile distrib/notes : Makefile distrib/sets/lists/base: mi distrib/sets/lists/man: mi distrib/special/disklabel: Makefile distrib/special/fdisk: Makefile distrib/special/installboot: Makefile etc : Makefile etc/mtree : 4.4BSD.dist regress/etc/MAKEDEV: Makefile sbin/disklabel : Makefile sbin/fdisk : Makefile share/man/man4 : Makefile com.4 share/man/man7 : mdoc.7 share/man/man8 : Makefile sys : Makefile sys/kern : Makefile usr.bin/mandoc : arch.c usr.sbin/hotplugd: Makefile usr.sbin/pcidump: Makefile Removed files: distrib/notes/socppc: contents features hardware install prep upgrade whatis xfer distrib/sets/lists/base: md.socppc distrib/sets/lists/comp: gcc.socppc md.socppc distrib/sets/lists/etc: md.socppc distrib/sets/lists/game: md.socppc distrib/sets/lists/man: md.socppc distrib/socppc : Makefile distrib/socppc/ramdisk: Makefile install.md list etc/etc.socppc : MAKEDEV MAKEDEV.md Makefile Makefile.inc disktab fbtab login.conf sysctl.conf ttys share/man/man4/man4.socppc: Makefile autoconf.4 intro.4 ipic.4 mem.4 obio.4 sociic.4 socpcic.4 tsec.4 share/man/man8/man8.socppc: MAKEDEV.8 Makefile sys/arch/socppc: Makefile sys/arch/socppc/compile: Makefile Makefile.inc sys/arch/socppc/compile/GENERIC: Makefile sys/arch/socppc/compile/RAMDISK: Makefile sys/arch/socppc/conf: GENERIC Makefile.socppc RAMDISK files.socppc sys/arch/socppc/dev: com_obio.c ehci_obio.c if_tsec.c ipic.c obio.c pciide_machdep.c sociic.c socpcic.c wdc_mainbus.c sys/arch/socppc/include: _float.h _types.h asm.h atomic.h autoconf.h bus.h cdefs.h conf.h cpu.h db_machdep.h disklabel.h endian.h exec.h fenv.h fpu.h frame.h ieee.h ieeefp.h intr.h kcore.h limits.h loadfile_machdep.h lock.h mutex.h param.h pcb.h pci_machdep.h pio.h pmap.h proc.h profile.h psl.h pte.h ptrace.h reg.h reloc.h setjmp.h signal.h spinlock.h stdarg.h tcb.h trap.h varargs.h vmparam.h sys/arch/socppc/socppc: autoconf.c clock.c conf.c cpu.c disksubr.c genassym.cf locore.S machdep.c mainbus.c mem.c n1200.dts n1200_dts.S sys/arch/socppc/stand: Makefile Makefile.inc sys/arch/socppc/stand/boot: Makefile boot.8 clock.c cmd_socppc.c conf.c dev_socppc.c devopen.c exec.c fdt.c fdt.h libsa.h machdep.c ns16550.c pciide.c start.S time.c wd.c wdc.c wdc_obio.c wdvar.h sys/arch/socppc/stand/mbr: Makefile mbr.S sys/arch/socppc/stand/mkboot: Makefile mkboot.8 mkboot.c Log message: socppc makes an extended visit to the bigbucket. ok kettenis CVSROOT: /cvs Module name: xenocara Changes by: deraadt@cvs.openbsd.org 2019/05/11 01:22:55 Removed files: distrib/notes : README.socppc Log message: socppc is gone CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2019/05/11 01:46:07 Modified files: lib/pixman : Makefile.am Makefile.bsd-wrapper Makefile.in aclocal.m4 configure configure.ac lib/pixman/demos: Makefile.am Makefile.in lib/pixman/pixman: Makefile.am Makefile.in pixman-bits-image.c pixman-conical-gradient.c pixman-gradient-walker.c pixman-inlines.h pixman-linear-gradient.c pixman-private.h pixman-radial-gradient.c lib/pixman/test: Makefile.am Makefile.in Added files: lib/pixman : arm-simd-test.S meson.build meson_options.txt neon-test.S lib/pixman/demos: meson.build lib/pixman/pixman: meson.build lib/pixman/test: meson.build Log message: Update to pixman 0.38.4. ok jca@ naddy@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2019/05/11 01:47:56 Modified files: . : MODULES Log message: update CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2019/05/11 01:49:02 Modified files: distrib/sets/lists/xbase: mi Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2019/05/11 01:55:05 Removed files: lib/libFS : COPYING ChangeLog INSTALL Makefile.am Makefile.bsd-wrapper Makefile.in README aclocal.m4 compile config.guess config.h.in config.sub configure configure.ac depcomp install-sh libfs.pc.in ltmain.sh missing mkinstalldirs lib/libFS/doc : FSlib.txt lib/libFS/include/X11/fonts: FSlib.h lib/libFS/src : FSClServ.c FSCloseFt.c FSConnServ.c FSErrDis.c FSErrHndlr.c FSFlush.c FSFontInfo.c FSFtNames.c FSGetCats.c FSListCats.c FSListExt.c FSMisc.c FSNextEv.c FSOpenFont.c FSOpenServ.c FSQGlyphs.c FSQXExt.c FSQXInfo.c FSQuExt.c FSServName.c FSSetCats.c FSSync.c FSSynchro.c FSlibInt.c FSlibint.h FSlibos.h Makefile.am Makefile.in fs_transport.c lib/libFS/test : FSGetErrorText.c Makefile.am Makefile.in Log message: Remove libFS. Unlinked from the build 2 weeks ago. CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2019/05/11 02:17:36 Modified files: www/squid : Makefile Added files: www/squid/patches: patch-src_comm_TcpAcceptor_cc Log message: Add a patch to ignore ECONNABORTED in accept(2). This was causing lockups on my squid cache at work. Upstreem PR: https://github.com/squid-cache/squid/pull/404 ok sthen@, jca@ CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2019/05/11 02:18:51 Modified files: sys/kern : vfs_lockf.c Log message: Restore previous behavior of limiting deadlock detection to posix-style locks. ok jturner@ visa@ Reported-by: syzbot+f9f13034fd656af6c48f@syzkaller.appspotmail.com CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/05/11 04:22:49 Modified files: infrastructure/lib/DPB: Locks.pm Log message: add a proper "parser" for lockfiles, and a way to scan through lockdir. this simplifies all the code that scans existing locks. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/05/11 04:23:57 Modified files: infrastructure/lib/DPB: PkgPath.pm PortBuilder.pm infrastructure/lib/DPB/Job: Port.pm Log message: tag the code that writes to lockfiles with #WRITELOCK as it does so directly (for now) to identify all patterns CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/05/11 04:31:27 Modified files: infrastructure/lib/DPB: Locks.pm Log message: scan_lockdir can create the lockinfo since it contains its filename. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/05/11 05:31:08 Modified files: distrib/special/disklabel: Makefile Log message: Make bsd.rd compile after socppc removal. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/05/11 05:51:00 Modified files: infrastructure/lib/DPB: Locks.pm Log message: missing field (shouldn't happen too often, as the lockfile is going to vanish) CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2019/05/11 06:05:08 Removed files: distrib/sets/lists/xbase: md.socppc distrib/sets/lists/xetc: md.socppc distrib/sets/lists/xfont: md.socppc distrib/sets/lists/xserv: md.socppc distrib/sets/lists/xshare: md.socppc Log message: Remove socppc sets. ok tb@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/11 06:05:46 Modified files: infrastructure/mk: arch-defines.mk Log message: socppc is no more CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/05/11 06:14:10 Modified files: sbin/disklabel : Makefile Log message: Add missing ) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/11 06:40:40 Modified files: www/squid : Makefile distinfo www/squid/patches: patch-src_comm_TcpAcceptor_cc Removed files: www/squid/patches: patch-src_enums_h patch-src_store_cc patch-src_store_swapout_cc Log message: update to squid-4.7 CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/05/11 06:47:22 Modified files: audio : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: audio/festival : Makefile audio/festival/arctic: Makefile Makefile.inc audio/festival/arctic/festvox_cmu_us_awb_arctic_hts: Makefile distinfo audio/festival/arctic/festvox_cmu_us_awb_arctic_hts/pkg: DESCR PLIST audio/festival/arctic/festvox_cmu_us_bdl_arctic_hts: Makefile distinfo audio/festival/arctic/festvox_cmu_us_bdl_arctic_hts/pkg: DESCR PLIST audio/festival/arctic/festvox_cmu_us_jmk_arctic_hts: Makefile distinfo audio/festival/arctic/festvox_cmu_us_jmk_arctic_hts/pkg: DESCR PLIST audio/festival/arctic/festvox_cmu_us_slt_arctic_hts: Makefile distinfo audio/festival/arctic/festvox_cmu_us_slt_arctic_hts/pkg: DESCR PLIST audio/festival/arctic/festvox_cstr_us_awb_arctic_multisyn: Makefile distinfo audio/festival/arctic/festvox_cstr_us_awb_arctic_multisyn/pkg: DESCR PLIST audio/festival/arctic/festvox_cstr_us_jmk_arctic_multisyn: Makefile distinfo audio/festival/arctic/festvox_cstr_us_jmk_arctic_multisyn/pkg: DESCR PLIST audio/festival/core: Makefile distinfo audio/festival/core/files: Makefile OpenBSD.mak sndio.cc sndio_audio.mak audio/festival/core/patches: ogi-patch-festival_src_modules_OGIcommon_OGI_Macro_h ogi-patch-festival_src_modules_OGIcommon_OGI_TimeWarp_cc ogi-patch-festival_src_modules_OGIcommon_OGI_Wave_h ogi-patch-festival_src_modules_OGIcommon_OGI_file_h ogi-patch-festival_src_modules_OGIdbase_OGIdbUnits_cc ogi-patch-festival_src_modules_OGIdbase_OGIresLPC_db_cc ogi-patch-festival_src_modules_OGIdbase_OGIunitsel_diphone_cc patch-festival_config_config_in patch-festival_config_modules_Makefile patch-festival_config_project_mak patch-festival_doc_Makefile patch-festival_examples_text2wave_sh patch-festival_lib_init_scm patch-festival_lib_voices_scm patch-festival_src_arch_festival_Makefile patch-festival_src_modules_MultiSyn_EST_JoinCostCache_h patch-festival_src_modules_clunits_clunits_h patch-speech_tools_audio_Makefile patch-speech_tools_audio_audioP_h patch-speech_tools_audio_gen_audio_cc patch-speech_tools_config_compilers_gcc_defaults_mak patch-speech_tools_config_config_in patch-speech_tools_config_modules_Makefile patch-speech_tools_include_EST_Chunk_h patch-speech_tools_include_EST_String_h patch-speech_tools_include_EST_audio_h patch-speech_tools_include_EST_simplestats_h patch-speech_tools_include_ling_class_EST_Item_h patch-speech_tools_lib_siod_init_scm patch-speech_tools_ling_class_item_feats_cc patch-speech_tools_stats_EST_DProbDist_cc audio/festival/core/pkg: DESCR PFRAG.ogi PLIST audio/festival/festlex: Makefile Makefile.inc audio/festival/festlex/festlex_CMU: Makefile distinfo audio/festival/festlex/festlex_CMU/pkg: DESCR PLIST audio/festival/festlex/festlex_OALD: Makefile distinfo audio/festival/festlex/festlex_OALD/pkg: DESCR PLIST audio/festival/festlex/festlex_POSLEX: Makefile distinfo audio/festival/festlex/festlex_POSLEX/pkg: DESCR PLIST audio/festival/festvox: Makefile Makefile.inc audio/festival/festvox/festvox_don: Makefile distinfo audio/festival/festvox/festvox_don/pkg: DESCR PLIST audio/festival/festvox/festvox_ellpc11k: Makefile distinfo audio/festival/festvox/festvox_ellpc11k/pkg: DESCR PLIST audio/festival/festvox/festvox_kallpc16k: Makefile distinfo audio/festival/festvox/festvox_kallpc16k/pkg: DESCR PLIST audio/festival/festvox/festvox_kedlpc16k: Makefile distinfo audio/festival/festvox/festvox_kedlpc16k/pkg: DESCR PLIST audio/festival/festvox/festvox_rablpc16k: Makefile distinfo audio/festival/festvox/festvox_rablpc16k/pkg: DESCR PLIST audio/festival/ogi: Makefile Makefile.inc audio/festival/ogi/OGIlexicon: Makefile distinfo audio/festival/ogi/OGIlexicon/pkg: DESCR PLIST audio/festival/ogi/voice_aec_di: Makefile distinfo audio/festival/ogi/voice_aec_di/pkg: DESCR PLIST audio/festival/ogi/voice_jph_di: Makefile distinfo audio/festival/ogi/voice_jph_di/pkg: DESCR PLIST audio/festival/ogi/voice_mwm_di: Makefile distinfo audio/festival/ogi/voice_mwm_di/pkg: DESCR PLIST audio/festival/ogi/voice_tll_di: Makefile distinfo audio/festival/ogi/voice_tll_di/pkg: DESCR PLIST Log message: Remove festival, broken with clang and not updated since years. Last user of COMPILER=base-gcc. ok naddy@ sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/11 06:47:42 Modified files: www/squid : Tag: OPENBSD_6_5 Makefile Added files: www/squid/patches: Tag: OPENBSD_6_5 patch-src_comm_TcpAcceptor_cc Log message: MFC matthieu@'s patch for ECONNABORTED lockups https://github.com/squid-cache/squid/pull/404 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/05/11 07:05:25 Modified files: lib/libcrypto/arch/alpha: Makefile.inc lib/libcrypto/arch/arm: Makefile.inc lib/libcrypto/arch/hppa: Makefile.inc lib/libcrypto/arch/mips64: Makefile.inc lib/libcrypto/arch/powerpc: Makefile.inc lib/libcrypto/arch/sparc: Makefile.inc lib/libcrypto/arch/sparc64: Makefile.inc Log message: Remove commented out rc5 bits CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/05/11 07:13:47 Modified files: usr.sbin/tcpdump: print-bgp.c Log message: Support extended shutdown communications in tcpdump as well. OK sthen@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/11 07:49:14 ports/misc/osinfo/osinfo-db/files Update of /cvs/ports/misc/osinfo/osinfo-db/files In directory cvs.openbsd.org:/tmp/cvs-serv47036/files Log Message: Directory /cvs/ports/misc/osinfo/osinfo-db/files added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/11 07:51:26 Modified files: misc/osinfo/osinfo-db: Makefile misc/osinfo/osinfo-db/pkg: PLIST Added files: misc/osinfo/osinfo-db/files: openbsd-6.5.xml Log message: Add OpenBSD 6.5. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/05/11 08:17:51 Modified files: plan9/drawterm/patches: patch-Make_openbsd Log message: socppc is gone CVSROOT: /cvs Module name: src Changes by: abieber@cvs.openbsd.org 2019/05/11 08:19:16 Modified files: share/man/man4 : pckbd.4 ukbd.4 sys/dev/pckbc : wskbdmap_mfii.c sys/dev/wscons : wsksymdef.h Log message: Add the colemak keyboard layout. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: abieber@cvs.openbsd.org 2019/05/11 08:20:17 Modified files: sys/dev/usb : ukbdmap.c Log message: Regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/05/11 08:39:13 Modified files: sys/dev/pci/drm/include/linux: workqueue.h irq_work.h Log message: move irq_work bits into irq_work header CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2019/05/11 08:43:27 Modified files: sys/arch/arm64/conf: GENERIC RAMDISK sys/dev/fdt : files.fdt Added files: sys/dev/fdt : fusbtc.c Log message: Add fusbtc(4) to support the Fairchild FUSB302 USB Type-C controller. A Type-C controller has multiple tasks. Even though the orientation of the plug doesn't matter for the user, it matters for the hardware. To be able to know how to route the SuperSpeed pins you need to know which way the plug is connected. Also you need to know if you're a sink/source or device/host. To get the first connection, you toggle between the modes until you find a connection. In case you see that a sink is connected, you can turn on USB Vbus to power the sink. This driver explicitly does not implement USB's Type-C state machine, but if we get more and more of these controllers it might be worth doing. Also there's no support for Power Delivery messages yet. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/11 08:51:25 Modified files: security/libfprint: Makefile distinfo security/libfprint/pkg: PLIST Added files: security/libfprint/patches: patch-libfprint_poll_c Removed files: security/libfprint/patches: patch-libfprint_fp_internal_h Log message: Update to libfprint-0.8.2. ok robert@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/11 08:52:00 Modified files: sysutils/fprintd: Makefile distinfo sysutils/fprintd/pkg: PLIST Log message: Update to fprintd-0.8.1. CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2019/05/11 08:56:12 Modified files: sys/dev/fdt : rkgpio.c Log message: Implement interrupt controller functionality in the Rockchip GPIO driver. This allows us to use the fusbtc(4) interrupt on the RockPro64. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/05/11 08:57:23 Modified files: infrastructure/lib/OpenBSD/PortGen: Port.pm infrastructure/lib/OpenBSD/PortGen/Port: PyPI.pm Ruby.pm Log message: Provide a set_pkgname helper for portgen internals CVSROOT: /cvs Module name: src Changes by: lteo@cvs.openbsd.org 2019/05/11 08:59:52 Modified files: sys/dev/acpi : acpi.c Log message: Fix incorrect error message. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/05/11 09:09:06 Modified files: infrastructure/lib/OpenBSD/PortGen: Port.pm Utils.pm infrastructure/lib/OpenBSD/PortGen/Port: CPAN.pm PyPI.pm Ruby.pm Log message: In portgen, keep the existing port name if we can find it OK kmos@, cwen@ as part of a larger diff CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/05/11 09:10:59 Modified files: infrastructure/lib/OpenBSD/PortGen: Port.pm Log message: Have portgen start with the existing port if we can find it This lets us update the PLIST instead of regenerating from scratch. OK cwen@ kmos@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/05/11 09:12:58 Modified files: infrastructure/lib/OpenBSD/PortGen: Port.pm Log message: Use the old Makefile for portgen template if it exists This means that updates to ports don't discard work done already. OK kmos@ cwen@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/05/11 09:16:33 Modified files: infrastructure/lib/OpenBSD/PortGen: Port.pm Log message: Avoid expanding portgen CVS keyword that shouldn't be expanded CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/05/11 09:31:13 Modified files: infrastructure/lib/DPB: Core.pm Distfile.pm Engine.pm Job.pm Locks.pm PkgPath.pm PortBuilder.pm State.pm infrastructure/lib/DPB/Job: Port.pm infrastructure/lib/DPB/SubEngine: Build.pm Log message: quite a few lock-related changes, mostly internal - create a proper writelock object, so that we can pinpoint where we lock to it - accordingly, new write_parent interface to deal with writing parent to a lock - pass the Logger through to lockinfo, so we log any errors anyhow - properly deal with stale hostlocks - categorize lockfile names - tweak the find_dependencies interface to be less bizarre - tweak find_tag as well, so that Job/Port can log accurate info for still_untainted. - have jobs get an explicit cleanup_after_fork interface, so in addition to the signal handlers, port jobs also lose their fd on the lock CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/11 09:31:32 Modified files: devel/acpica : Makefile distinfo Log message: update to acpica-20190509 CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2019/05/11 09:44:23 Modified files: share/man/man4 : mvpinctrl.4 Log message: Remove Rockchip from the manpage since it's just a leftover from the original manpage used to create this one. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2019/05/11 09:47:58 Modified files: share/man/man4 : Makefile Added files: share/man/man4 : mvuart.4 Log message: Add a manpage for mvuart(4). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/11 09:49:00 Modified files: audio/squeezelite: Makefile distinfo audio/squeezelite/pkg: PLIST Log message: update to squeezelite-1.9.2.1145, install manpage CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/05/11 09:55:52 Modified files: lib/libcrypto/curve25519: curve25519-generic.c curve25519.c curve25519.h curve25519_internal.h Log message: $OpenBSD$ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2019/05/11 10:00:13 Modified files: share/man/man4 : Makefile iic.4 Added files: share/man/man4 : fusbtc.4 Log message: Add a manpage for fusbtc(4). CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2019/05/11 10:30:23 Modified files: sbin/iked : config.c iked.c iked.conf.5 iked.h ikev2.c ikev2.h ikev2_msg.c ikev2_pld.c parse.y types.h regress/sbin/iked/parser: common.c test_parser_fuzz.c Log message: Add support for IKEv2 Message Fragmentation as defined in RFC 7383. ok sthen@ CVSROOT: /cvs Module name: xenocara Changes by: abieber@cvs.openbsd.org 2019/05/11 10:30:32 Modified files: xserver/config : wscons.c Log message: Enable colemak OK matthieu@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/05/11 10:47:02 Modified files: sys/net : route.c rtsock.c Log message: Make rt_mpls_set() be more strict in what it accepts. Also ensure that the RTF_MPLS can't be toggled without rt_mpls_set() being called. While RTF_MPLS is part of RTF_FMASK it should be excluded from the flags and mask when they are applied to the route since toggling it requires a call to rt_mpls_set(). OK bluhm@ Reported-by: syzbot+86344a9e31c27aa6f15b@syzkaller.appspotmail.com CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/05/11 10:56:47 Modified files: sys/lib/libsa : printf.c snprintf.c Log message: we have never built without %b support CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/05/11 11:13:59 Modified files: sys/dev/pci/drm: drm_linux.c sys/dev/pci/drm/include/linux: dma-fence-array.h Log message: implement dma_fence_array CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2019/05/11 11:16:21 Modified files: sys/netinet : ip_ipsp.c Log message: unbreak the build without IPSEC. ok claudio@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/05/11 11:17:53 Modified files: infrastructure/lib/OpenBSD/PortGen: Port.pm infrastructure/lib/OpenBSD/PortGen/Port: CPAN.pm PyPI.pm Log message: Default port names to lowercase in portgen OK kmos@ CVSROOT: /cvs Module name: src Changes by: sashan@cvs.openbsd.org 2019/05/11 11:45:59 Modified files: sys/kern : kern_rwlock.c Log message: make rw-lock adaptive OK visa@, OK mpi@ CVSROOT: /cvs Module name: src Changes by: rob@cvs.openbsd.org 2019/05/11 11:46:02 Modified files: share/man/man3 : intro.3 lib/libutil : Makefile Symbols.map shlib_version usr.bin/ldap : Makefile aldap.h usr.sbin/ldapd : Makefile aldap.h usr.sbin/ldapctl: Makefile usr.sbin/snmpd : Makefile snmpd.h traphandler.c util.c usr.sbin/snmpctl: Makefile snmpclient.c usr.sbin/ypldap: Makefile aldap.h Added files: lib/libutil : ber.3 ber.c ber.h Removed files: usr.bin/ldap : ber.c ber.h usr.sbin/ldapd : ber.c ber.h usr.sbin/snmpd : ber.3 ber.c ber.h usr.sbin/ypldap: ber.c ber.h Log message: The BER API is currently used by ldap, ldapd, ldapctl, ypldap, snmpd, and snmpctl. Separate copies of ber.[ch] have existed and been maintained in sync in ldap, ldapd, ypldap and snmpd. This commit moves the BER API into /usr/lib/libutil. All current consumers already link libutil. ldapd and snmpd regress passes, and release builds. With help from tb@ and guenther@. ok deraadt@, tb@ CVSROOT: /cvs Module name: src Changes by: rob@cvs.openbsd.org 2019/05/11 11:48:35 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/05/11 12:10:45 Modified files: sys/net : if_trunk.c Log message: A trunk(4) usually stays up when the link state of one of its members changes. While we do get RTM_IFINFO messages for the (physical) member interfaces there is no indication that something changed from the trunk(4) interface. It is helpful to get this information in userland from the trunk so that userland daemons do not need to track interface membership by themselves. OK phessler CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/11 12:16:42 Modified files: net : Makefile Removed files: net/proxy-suite: Makefile distinfo net/proxy-suite/pkg: DESCR PLIST Log message: Remove proxy-suite Last release is from 2005. Suggested by previous maintainer. ok solene@ jca@ CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/11 12:19:03 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register proxy-suite removal CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/05/11 12:33:43 Modified files: x11/mate/atril : Makefile distinfo x11/mate/caja : Makefile distinfo x11/mate/caja/pkg: PLIST x11/mate/caja-extensions/pkg: PLIST x11/mate/calc : Makefile distinfo x11/mate/calc/pkg: PLIST x11/mate/control-center: Makefile distinfo x11/mate/control-center/pkg: PLIST x11/mate/desktop/pkg: PLIST x11/mate/engrampa: Makefile distinfo x11/mate/eom : Makefile distinfo x11/mate/eom/pkg: PLIST x11/mate/icon-theme: Makefile distinfo x11/mate/icon-theme/pkg: PLIST x11/mate/marco : Makefile distinfo x11/mate/marco/pkg: PLIST x11/mate/media : Makefile distinfo x11/mate/media/pkg: PLIST x11/mate/panel : Makefile distinfo x11/mate/power-manager: Makefile distinfo x11/mate/session-manager: Makefile distinfo x11/mate/session-manager/pkg: PLIST x11/mate/system-monitor: Makefile distinfo x11/mate/system-monitor/pkg: PLIST x11/mate/terminal: Makefile distinfo x11/mate/terminal/pkg: PLIST x11/mate/utils : Makefile distinfo x11/mate/utils/pkg: PLIST Added files: x11/mate/control-center/patches: patch-capplets_about-me_mate-about-me_c Removed files: x11/mate/utils/patches: patch-gsearchtool_help_Makefile_in Log message: update to 1.22.1 CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/05/11 13:11:19 Modified files: distrib/miniroot: install.sub Log message: Repair and improve v6 default route selection. Should fix autoinstalls, suppress pointless questions, allow section of 'none' via a number, etc. Issues first reported by reyk@ Testing & ok florian CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2019/05/11 13:14:41 Modified files: sys/arch/amd64/stand/efi32: Makefile efiboot.c eficall.h exec_i386.c self_reloc.c sys/arch/amd64/stand/efi64: Makefile efiboot.c eficall.h exec_i386.c self_reloc.c Removed files: sys/arch/amd64/stand/efi32: ldscript.amd64 start_amd64.S sys/arch/amd64/stand/efi64: ldscript.i386 start_i386.S Log message: Further cleanup of efi32/64. Removes some code and files not needed by efi32 and efi64. ok guenther CVSROOT: /cvs Module name: src Changes by: lteo@cvs.openbsd.org 2019/05/11 13:17:56 Modified files: usr.sbin/acpidump: acpidump.c Log message: Make acpidump match the kernel's acpi_loadtables() behavior by preferring XSDT over RSDT. Thanks to kettenis@ who pointed out the mismatch. ok guenther@ kettenis@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/05/11 13:36:27 Modified files: infrastructure/lib/OpenBSD/PortGen: Port.pm infrastructure/lib/OpenBSD/PortGen/Port: CPAN.pm PyPI.pm Ruby.pm Log message: Move portgen notifications to the end of the run OK kmos@, cwen@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/05/11 13:48:06 Modified files: infrastructure/lib/OpenBSD/PortGen: Port.pm Log message: Don't let portgen overwite a port already in mystuff OK kmos@, requested and OK cwen@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2019/05/11 13:55:15 Modified files: usr.sbin/vmd : config.c parse.y vm.c vmd.c vmd.h vmm.c Log message: track the state of the vm (running, paused, etc) using a single bitfield instead of a handful of separate variables. this will makes it easier for vmd to report and check on the individual vm states no functional change intended ok ccardenas@ mlarkin@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2019/05/11 13:58:02 Modified files: usr.sbin/vmd : vmd.h Log message: add missing comment about VM_STATE_SHUTDOWN; as discussed with ccardenas@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/05/11 13:59:26 Modified files: sys/kern : exec_elf.c Log message: wxneeded binaries on wxallowed filesystems were refused execution. We have encountered a wxneeded binary that attempts correct operation when started on a nowxallowed filesystem (it tries mprotect with RWX, notices ENOTSUP and acts in a different way). So permit execution (but of course don't allow W^X violating mappings) ok sthen kettenis robert CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2019/05/11 13:59:32 Modified files: usr.sbin/vmd : vm.c vmd.c Log message: vm_dump_header allocated space for a signature but it was never set; set it to VMM_HV_SIGNATURE and check for it upon restoring a vm image ok mlarkin@ pd@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/05/11 14:02:00 Modified files: sys/uvm : uvm_mmap.c Log message: move the noise about W^X mapping failure inside the sysctl kern.wxabort knob, since we found a proram which tests RWX mapping then changes execution behaviour to non-W^X. (that program is chrome, as v8 is heading towards W^X compliance with mprotect RW/RX swaps, and also has jitless components in developent.) ok sthen kettenis robert CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/05/11 14:18:18 Modified files: lang/gawk : Makefile distinfo lang/gawk/pkg : PLIST Log message: Update to gawk-5.0.0 Improved by me from a diff from Stephen Gregoratto ok cwen@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/05/11 14:24:55 Modified files: sbin/bioctl : bioctl.c Log message: Kill a couple of superfluous "return;" statements at the end of void functions. First one pointed out by Andrey Sokolov via bugs@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/05/11 14:31:53 Modified files: sys/dev : softraid_raid5.c Log message: Kill an unused done: label and the associated superfluous "return;" statement at the end of a void function. All inside #if 0, so no effect on generated code. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/05/11 14:36:47 Modified files: www/chromium : Makefile www/chromium/files: chrome Log message: remove the check for a wxallowed filesystem CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/05/11 14:37:14 Modified files: www/chromium : Makefile www/chromium/patches: patch-build_config_compiler_BUILD_gn patch-net_BUILD_gn patch-net_base_network_change_notifier_cc Added files: www/chromium/patches: patch-chrome_browser_plugins_plugin_info_host_impl_cc patch-chrome_browser_ui_views_hung_renderer_view_cc patch-components_autofill_core_browser_personal_data_manager_cc patch-components_discardable_memory_service_discardable_shared_memory_manager_cc patch-google_apis_gcm_engine_heartbeat_manager_cc patch-net_base_network_change_notifier_posix_cc patch-services_video_capture_broadcasting_receiver_cc Log message: just the regular round of OS_BSD define additions for linux code CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/05/11 14:43:31 Added files: geo/merkaartor/patches: patch-src_ImportExport_ImportExportGdal_h Log message: Fix build with upcoming GDAL 3. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/05/11 15:02:35 Modified files: libexec/ld.so : loader.c resolve.h Log message: Prune visited leaves when walking dependencies to call init functions in topological sort order, reducing it to O(n) from O(2^n) (ouch!) diff from Nathanael Rensen (nathanael(at)list.polymorpheus.com) Much testing and pleading by robert@ and ajacoutot@ ok drahn@ mpi@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2019/05/11 15:28:08 Modified files: regress/sys/kern/realpath: realpathtest.c Log message: let's check /bin/c++ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/11 15:32:36 Modified files: textproc/p5-XML-XPath: Makefile distinfo textproc/p5-XML-XPath/pkg: DESCR Log message: p5-XML-XPath: update to 1.44 Changelog: https://metacpan.org/source/MANWAR/XML-XPath-1.44/Changes tweaks and OK afresh1@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/11 15:39:28 Modified files: converters/luastruct: Makefile distinfo Log message: update to luastruct-0.3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/11 15:42:50 Modified files: cad/gtkwave : Makefile distinfo Log message: update to gtkwave-3.3.100 CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/05/11 15:58:00 Modified files: devel/py-serial: Makefile distinfo devel/py-serial/pkg: PLIST Added files: devel/py-serial/patches: patch-test_test_pty_py Log message: Update devel/py-serial 2.7 -> 3.4 Update tested by folks in different scenarios. Initial version by Olivier. Modified by me to re-add new HOMEPAGE and replace eliaborate do-test dance with MODPY_PYTEST. OK Daniel Winters (maintainer) Martin Reindl bket@ phessler@ CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2019/05/11 16:09:48 Modified files: sys/arch/amd64/stand/boot: conf.c Log message: whitespace removal CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2019/05/11 16:12:18 Modified files: sys/arch/amd64/stand/cdboot: conf.c Log message: whitespace removal CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2019/05/11 16:13:26 Modified files: sys/arch/amd64/stand/pxeboot: conf.c Log message: whitespace removal CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/11 16:42:10 Modified files: www/p5-XML-Atom-SimpleFeed: Makefile distinfo Log message: p5-XML-Atom-SimpleFeed: update to 0.902 Changelog: https://metacpan.org/source/ARISTOTLE/XML-Atom-SimpleFeed-0.902/Changes OK afresh1@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2019/05/11 17:07:46 Modified files: usr.sbin/vmd : vmd.h vmd.c usr.sbin/vmctl : vmctl.h vmctl.c Log message: report vm state through 'vmctl status'; whereas previously this would display the state of the vcpu (which is why it got removed), it now actually reports the correct state (running, stopped, disabled, paused, etc) ok ccardenas@ mlarkin@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/05/11 17:27:08 Modified files: sys/net80211 : ieee80211_node.c Log message: Show driver name on net80211 scan debug lines. ok mpi@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/05/11 17:36:40 Modified files: sys/net : if.c Log message: Correct a check in if_isconnected(). Fix a regression introduced by the bridge(4) refactoring. Found by and ok bluhm@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2019/05/11 17:52:17 Modified files: games/pig : pig.6 Log message: add an example to the man page. discovered by mlarkin CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2019/05/11 18:09:59 Modified files: lib/libcrypto/lhash: lhash.c Log message: Stop the eyebleed in here and just use calloc CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/05/11 18:49:30 Modified files: share/man/man4 : Makefile usb.4 Added files: share/man/man4 : ucrcom.4 Log message: add missing ucrcom page CVSROOT: /cvs Module name: www Changes by: jca@cvs.openbsd.org 2019/05/11 19:24:28 Modified files: faq : upgrade65.html Log message: samba AD DC support also broken on arm64 Confirmed by naddy@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/11 19:43:29 Modified files: textproc/itstool: Makefile distinfo Log message: update to itstool-2.0.6 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/11 19:45:09 Modified files: sysutils/ncdu : Makefile distinfo Log message: update to ncdu-1.14 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/11 19:49:17 Modified files: net/py-zmq : Makefile distinfo Log message: update to py-zmq-18.0.1 CVSROOT: /cvs Module name: ports Changes by: lteo@cvs.openbsd.org 2019/05/11 20:08:13 Modified files: telephony/libosip2: Makefile Log message: Drop maintainership CVSROOT: /cvs Module name: ports Changes by: lteo@cvs.openbsd.org 2019/05/11 20:08:29 Modified files: telephony/siproxd: Makefile Log message: Drop maintainership CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/05/11 20:21:13 Modified files: sys/dev/acpi : acpi.c Log message: Add support for mapping ACPI PM registers using the "extended" gasio representation from the FADT. Mostly fixes the Lanner NCA-1510. ok lteo@, mlarkin@, deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/05/11 20:46:48 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/11 21:17:17 Modified files: productivity/gnucash: Makefile Added files: productivity/gnucash/patches: patch-gnucash_register_register-gnome_gnucash-style_c Log message: Use after free in gnucash__sheet_style_destroy (from upstream). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/11 22:04:12 Modified files: devel/glib2/patches: patch-meson_build Log message: Link to issue URL. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/05/12 00:07:36 Modified files: games/pig : pig.6 Log message: eaktway eviouspray; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/05/12 00:09:59 Modified files: share/man/man4 : usb.4 Log message: sort; CVSROOT: /cvs Module name: ports Changes by: feinerer@cvs.openbsd.org 2019/05/12 00:21:19 Modified files: databases/pgmodeler: Makefile distinfo databases/pgmodeler/pkg: PLIST Log message: Update to pgModeler 0.9.1 CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/05/12 01:27:08 Modified files: usr.bin/tmux : cmd-display-menu.c menu.c tmux.h Log message: Remove menu_create_from_items, I thought I would use it for some later work but I don't need it. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/05/12 01:28:59 Modified files: infrastructure/mk: bsd.port.mk Log message: reverse doas env into env doas for a tighter doas.conf This requires that you allow env variables TRUSTED_PKG_PATH and TERM in your doas.conf, or ports install will stop working also full path to touch prompted by cwen@ initial touch patch CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/05/12 01:43:54 Modified files: infrastructure/mk: bsd.port.mk Log message: remove CACHE_PACKAGE_COOKIE (and only CACHE_PACKAGE_COOKIE) as _pfetch problem noticed by cwen@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/05/12 01:46:35 Modified files: infrastructure/mk: bsd.port.mk Log message: use ${PKG_ADD} directly in FETCH_PACKAGES, so we can enforce -I -x, so working pkg_add is by default silent. Remove the redirections to /dev/null. When it fails, people generally want to see how it fails. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/05/12 01:50:00 Modified files: infrastructure/lib/DPB: Locks.pm Log message: thinko, noticed by naddy@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/05/12 02:00:45 Modified files: devel/proj : Makefile distinfo devel/proj/pkg : PLIST Log message: Major update to PROJ 6.0.0. See https://github.com/OSGeo/proj.4/releases/tag/6.0.0 for the details. This contains an API break, and some next port updates will deal with it. Went into some bulk builds, all tests pass. Now is the right time to put it in to chase potential runtime regressions. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/05/12 02:02:14 Modified files: devel/geotiff : Makefile distinfo devel/geotiff/pkg: PLIST Log message: Update to geotiff 1.5.1. Now depends on PROJ>=6, as it stops shipping the share/epsg_csv files and now relies on the sqlite db shipped by PROJ. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/05/12 02:03:50 Modified files: geo/py-proj : Makefile distinfo geo/py-proj/pkg: PLIST Log message: Update to py-proj 2.1.3, compatible with PROJ 6. ok benoit@ (MAINTAINER) on a previous version CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/05/12 02:07:33 Modified files: geo/gdal : Makefile distinfo geo/gdal/patches: patch-swig_python_setup_py geo/gdal/pkg : PLIST-main PLIST-python Log message: Major update to gdal 3.0.0. See https://www.osgeo.org/foundation-news/gdal-3-0-0-is-released/ Depends on PROJ>=6 as its been updated to use the major changes that happened there per https://trac.osgeo.org/gdal/wiki/rfc73_proj6_wkt2_srsbarn Various betas/rcs went into some bulk builds without issues. Now is the right time to put it in to chase potential runtime regressions. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/05/12 02:09:53 Modified files: geo/py-fiona : Makefile Log message: Temporarly mark BROKEN, it builds fine with gdal 3 but will break at runtime as it uses a removed API, per https://github.com/Toblerity/Fiona/issues/745 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/05/12 02:22:18 Modified files: databases/sqlite3: Makefile distinfo Log message: Update to sqlite 3.28. Cf https://www.sqlite.org/releaselog/3_28_0.html Will be a requirement for gecko 68 per #1544443 Went into a bulk build. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2019/05/12 02:34:26 Modified files: driver : Makefile Log message: Unlink a number of old video drivers from the build. The corresponding hardware is out of date, barely useable with modern systems and their code is not maintained. ok sthen@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2019/05/12 02:34:56 Modified files: distrib/sets/lists/xserv: md.amd64 md.i386 md.sparc64 Log message: sync CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/05/12 02:56:10 Modified files: share/man/man4 : fusbtc.4 Log message: new sentence, new line; CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/05/12 02:57:03 Modified files: infrastructure/lib/DPB: Vars.pm Log message: hijack DPB::Job->cleanup_after_fork since it cleans up more. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/05/12 02:58:09 Modified files: usr.bin/tmux : cmd-send-keys.c key-bindings.c menu.c mode-tree.c tmux.h window-buffer.c window-client.c window-tree.c Log message: Add simple menus to tree, client, buffer modes. CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2019/05/12 04:09:21 Modified files: www/py-genshi : Makefile distinfo www/py-genshi/pkg: PLIST Log message: update to Genshi-0.7.2 while here, switch HOMEPAGE to https and use pipy CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/05/12 04:28:22 Modified files: infrastructure/lib/DPB: Vars.pm Log message: that fork can use a cleanup_after_fork too CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/05/12 04:37:04 Modified files: infrastructure/bin: dpb infrastructure/lib/DPB: Core.pm Log message: on premature exit, try to kill our existing children by sending them the proper signal and waiting for a bit. Some scaffolding left (verbose) to allow more precise debugging CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/05/12 05:20:57 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: wakemeup can contain the lock_order CVSROOT: /cvs Module name: src Changes by: denis@cvs.openbsd.org 2019/05/12 05:27:09 Modified files: usr.sbin/ripd : printconf.c Log message: fix typo OK claudio@ deraadt@ CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2019/05/12 05:37:15 Modified files: driver/xf86-video-ati/src: radeon_glamor.c Log message: Revert the local change to disable glamor accel on r600 to northern island radeons. When this was done radeondrm was still based on linux 3.8 and Mesa was 13.0.6 without libLLVM. Now we have a radeondrm based on linux 4.19 and Mesa 18.3.5 built against libLLVM. This also makes DRI3 be on by default for these parts. discussed with kettenis@ CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2019/05/12 05:53:06 Modified files: app/xenodm/config: GiveConsole TakeConsole Log message: chown the first drm render node in addition to the primary drm device ok matthieu@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/05/12 05:59:49 Modified files: net/bitcoin : Makefile distinfo net/bitcoin/patches: patch-configure_ac patch-src_wallet_db_cpp net/bitcoin/pkg: PLIST Log message: Update bitcoin to 0.18.0. Upstream changlog: https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.18.0.md Notable port changes: - Disable BIP70, form changlog: "A new --disable-bip70 option may be passed to ./configure to prevent Bitcoin-Qt from being built with support for the BIP70 payment protocol or from linking libssl. As the payment protocol has exposed Bitcoin Core to libssl vulnerabilities in the past, builders who don't need BIP70 support are encouraged to use this option to reduce their exposure to future vulnerabilities." - Major lib bump: libbitcoinconsensus - WANTLIB png clean up - devel/protobuf is not more needed with disabled BIP70 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/05/12 06:12:53 Modified files: infrastructure/lib/DPB: Engine.pm PortBuilder.pm SubEngine.pm External.pm infrastructure/lib/DPB/Job: Port.pm infrastructure/lib/DPB/SubEngine: Build.pm Log message: new socket command: wipe fullpkgpath locate lock, run clean on the appropriate host, THEN remove lock and affinity information. (this creates a temporary core that is not tracked) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/05/12 06:20:30 Modified files: share/man/man1 : dpb.1 Log message: document existing command status, and new command wipe for EXTERNAL CONTROL CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/05/12 06:49:52 Modified files: lib/libc/time : localtime.c private.h strftime.c strptime.c wcsftime.c Log message: Unifdef TM_GMTOFF TM_ZONE USG_COMPAT ALTZONE to make the code more readable. No binary change when compiled with -g0. Note that wcsftime.c did not even compile without TM_ZONE. OK millert@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/05/12 07:18:58 Modified files: sys/sys : proc.h Log message: Document which fields are protected by the SCHED_LOCK(). ok tedu@, guenther@, ians@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/12 07:20:15 Modified files: x11/mate/desktop: Makefile Log message: Missed bump. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/05/12 07:22:58 Modified files: net/litecoin : Makefile distinfo net/litecoin/patches: patch-configure_ac patch-src_wallet_db_cpp Log message: Update litecoin to 0.17.1 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/05/12 07:36:34 Modified files: net/libvncserver: Makefile distinfo net/libvncserver/pkg: PLIST Added files: net/libvncserver/patches: patch-CMakeLists_txt patch-libvncclient_sasl_c Log message: Update libvncserver to 0.9.12 Notable Changes: - Move from GNU autotools to cmake. - Take the same cmake configure args from Net and FreeBSD (more or less) - Add patch to avoid links with shared libs - bump SHARED_LIBS Tested by Tracey Emery. Thanks! CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/05/12 07:39:46 Modified files: infrastructure/lib/DPB: Locks.pm Log message: try to avoid thinko, give me a fullpkgpath getter mark that "cleaned" is (more or less) finished CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2019/05/12 08:04:11 Modified files: productivity/tryton: Makefile Log message: hook 5.2 serie of tryton ok aja@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/05/12 08:09:11 Modified files: infrastructure/lib/DPB: External.pm Locks.pm PortBuilder.pm infrastructure/lib/DPB/Job: Port.pm infrastructure/lib/DPB/SubEngine: Build.pm Log message: rename "finished" to "errored" so it has clearer semantics modify the PortBuilder -> Job::Port interface so that differences are obvious. tweak wipe to avoid wiping what we're currently actually running, and also clean the "right" flavor in case we gave a wrong pkgpath name. CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2019/05/12 08:56:24 Modified files: lib/libdrm : xf86drm.c Log message: open correct render node in libdrm drm render nodes have the same major as drm primary devices but offset the minor by a base of 128. I expected the name of the device to have numbering starting at 0 when these non-linux codepaths were added (before we had render nodes). CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2019/05/12 08:57:30 Modified files: distrib/syspatch: diff.sh Log message: use readlink(1) on each file that we think is different to ensure that only the resolved path is included ok ajacoutot@, tb@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/12 09:02:05 Modified files: devel/p5-Test-MockObject: Makefile distinfo Log message: p5-Test-MockObject: update to 1.20180705 Changelog: https://metacpan.org/changes/release/CHROMATIC/Test-MockObject-1.20180705 OK afresh1@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/05/12 09:06:58 Modified files: etc/etc.amd64 : fbtab etc/etc.arm64 : fbtab etc/etc.i386 : fbtab etc/etc.loongson: fbtab etc/etc.macppc : fbtab etc/etc.sparc64: fbtab Log message: Add first drm render node to list of devices to change when logging in on ttyC0. While here add drm0 to loongson and add the complete set of wscons and drm devices to arm64. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/12 09:11:01 Modified files: devel/p5-Test-NoTabs: Makefile distinfo Log message: update p5-Test-NoTabs to 2.02 Changelog: https://metacpan.org/changes/release/ETHER/Test-NoTabs-2.02 OK afresh1@ CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2019/05/12 09:17:26 Log message: Import audio/libcdio-paranoia. This is part of the effort to update our very old libcdio port. In newer versions of libcdio, the cdparanoia bits were split off into a separate package. This new port is exactly that. Tested and OK cwen@, thanks! Status: Vendor Tag: edd Release Tags: edd_20190512 N ports/audio/libcdio-paranoia/distinfo N ports/audio/libcdio-paranoia/Makefile N ports/audio/libcdio-paranoia/pkg/DESCR N ports/audio/libcdio-paranoia/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2019/05/12 09:26:07 Modified files: audio/aqualung : Makefile audio/audacious-plugins: Makefile audio/cantata : Makefile audio/cmus : Makefile audio/libcdio : Makefile distinfo audio/libcdio/pkg: PLIST audio/mpd : Makefile graphics/vcdimager: Makefile distinfo multimedia/mpv : Makefile Added files: audio/libcdio/patches: patch-configure Removed files: audio/libcdio/files: openbsd.c audio/libcdio/patches: patch-config_h_in patch-configure_ac patch-include_cdio_device_h patch-lib_driver_Makefile_in patch-lib_driver_cdio_private_h patch-lib_driver_device_c Log message: Update audio/libcdio to version 2.1.0. Also fix fallout. I've been working with upstream to have the NetBSD driver work on both NetBSD *and* OpenBSD, and here it is. Thanks to upstream for helping, particularly Rocky Bernstein and Thomas Schmitt! Tested and OK cwen@, thanks! CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2019/05/12 09:30:18 Modified files: distrib/syspatch: bsd.syspatch.mk Log message: exit early if the errata name is invalid to avoid building a syspatch that cannot be installed CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/05/12 09:43:45 Modified files: editors/TeXmacs: Makefile distinfo editors/TeXmacs/patches: patch-src_Plugins_Qt_qt_gui_cpp editors/TeXmacs/pkg: PLIST Added files: editors/TeXmacs/patches: patch-CMakeLists_txt patch-misc_CMakeLists_txt Removed files: editors/TeXmacs/patches: patch-Makefile_in patch-aclocal_m4 patch-configure_in patch-src_Plugins_Pdf_PDFWriter_PDFDocumentHandler_cpp patch-src_Plugins_Unix_unix_sys_utils_cpp patch-src_System_Link_pipe_link_cpp Log message: Update TeXmacs to 1.99.9 Upstream switched form Qt4 to Qt5 and from autotools to CMake. Added Nam Nguyen as maintainer. Thank you for taking care of this! Initial diff from me, tweaked and newer diff from jca@. OK jca@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/05/12 09:52:46 Modified files: lib/libcrypto/evp: e_aes.c Log message: Revert the other hunk of r1.36 as well: in the case of CCM, ccm.key is assigned from aesni_ccm_init_key() via CRYPTO_ccm128_init(), so it needs to be copied over... Pointed out by Guido Vranken. ok jsing CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/05/12 09:52:52 Modified files: sys/dev/acpi : acpi.c Log message: Make sure the extended PM register descriptions actually exist before using them. Fixes machines with ancient ACPI 1.0 (such as recent hypervisors). ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/12 09:52:53 Modified files: graphics/orthanc/server: Makefile Log message: no need to escape the question mark in MASTER_SITES anymore \? prompted by espie@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/12 09:53:55 Modified files: sysutils/borgmatic: Makefile distinfo sysutils/borgmatic/pkg: PLIST Log message: update to borgmatic-1.3.3 from Tom Murphy CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/05/12 09:56:31 Modified files: lib/libcrypto/asn1: t_crl.c Log message: Fix signed overflow in X509_CRL_print(). fixes oss-fuzz #14558 ok beck jsing CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/05/12 09:56:45 Modified files: multimedia/gstreamer1: Makefile.inc multimedia/gstreamer1/mm: Makefile Log message: Pick the appropriate compiler throughout the gstreamer1 directory: * clang architectures use base-clang * non-clang architectures use ports-gcc for the mm port, base-gcc otherwise * powerpc uses ports-gcc for all ports ok jca@ CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2019/05/12 09:56:56 Modified files: lib/libz : zconf.h zlib.h sys/lib/libz : zconf.h zlib.h Log message: Add ZLIB_CONST Introduced in zlib-1.2.5.2, used by a few ports. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/05/12 10:07:04 Modified files: multimedia/synfig: Makefile textproc/mupdf : Makefile textproc/mupdf/patches: patch-source_fitz_compress_c geo/pdal : Makefile Removed files: multimedia/synfig/patches: patch-src_synfig_zstreambuf_cpp geo/pdal/patches: patch-vendor_arbiter_arbiter_hpp Log message: Drop z_const patches and unbreak geo/pdal on ports-gcc Note: needs zlib headers with the ZLIB_CONST addition CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/05/12 10:10:08 Added files: distrib/hppa/ramdisk: list Removed files: distrib/hppa/ramdisk: list.local Log message: The list + list.local approach is only needed if an architecture builds multiple bsd.rd. hppa builds one. Fold into one file. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2019/05/12 10:15:29 Modified files: security/p5-Net_SSLeay: Makefile distinfo Removed files: security/p5-Net_SSLeay/patches: patch-SSLeay_xs patch-t_local_33_x509_create_cert_t Log message: update p5-Net-SSLeay to 1.88 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/12 10:24:04 Modified files: devel/glib2/patches: patch-glib_gfileutils_c patch-glib_gutils_c Log message: Add link to merge requests. CVSROOT: /cvs Module name: src Changes by: akoshibe@cvs.openbsd.org 2019/05/12 10:24:44 Modified files: sys/net : if_switch.c Log message: Unused switch_port variable. CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/12 10:29:44 Modified files: comms/owx : Makefile x11/xcalib : Makefile Log message: Remove maintainer per their request CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/12 10:33:48 Modified files: x11/iwidgets : Makefile Log message: Remove maintainer whose address bounces CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/05/12 10:36:30 Modified files: sys/arch/arm64/dev: agintc.c Log message: Between the broken GIC-500 on the RK3399 and differences in the secure mode configuration done by TF-A between boards we have to shift the priorities that we use for both the architected ICC_PMR_EL1 register and the memory mapped priority registers on the GIC in different ways. Make this explicit in the code and try to handle all the cases we care about. This includes QEMU and RK3399 boards that still use the TF-A version provided by Rockchip. Seems to make the rockpro64 run stable with a GENERIC kernel. ok drahn@, patrick@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/05/12 10:37:52 Modified files: infrastructure/lib/DPB: Locks.pm Log message: lock parsing errors should not happen, put them in debug.log along with other generic debug info. CVSROOT: /cvs Module name: src Changes by: sashan@cvs.openbsd.org 2019/05/12 10:38:02 Modified files: sys/net : if.c if_bridge.c if_tun.c switchctl.c Log message: pushing NET_LOCK() further down from if_clone_{create,destroy}() OK mpi@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/05/12 10:38:14 Modified files: share/man/man1 : dpb.1 Log message: document log reading errors CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/05/12 10:38:16 Modified files: infrastructure/lib/OpenBSD/PortGen: Port.pm Log message: Avoid configuring ports without trying to find depends in portgen Especially python setup.py ports that try to download depends themselves. OK cwen@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/05/12 10:40:55 Modified files: devel/catch2 : Makefile distinfo Log message: Update catach2 to 2.7.2 Switch from py2 to py3 at build time. CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/12 10:53:21 Modified files: converters : Makefile Removed files: converters/py-amf: Makefile distinfo converters/py-amf/pkg: DESCR PLIST Log message: Remove py-amf It was used by multimedia/yle-dl but it switched to py-mini-amf. Suggested by maintainer Timo Myyra CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/12 10:54:07 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Register py-amf removal CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/05/12 10:55:11 Modified files: share/man/man7 : hostname.7 Log message: Delete documentation of the former HOSTALIASES features which was removed in libc/asr/asr.c rev. 1.50 in 2015. Smaller version of a patch posted by Hiltjo Posthuma . No objection was raised when shown on tech@. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/05/12 11:08:14 Modified files: share/man/man4 : drm.4 Log message: mention render node device files CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/05/12 11:30:56 Modified files: astro/kstars : Makefile distinfo Log message: Update kstars to 3.2.2 CVSROOT: /cvs Module name: src Changes by: rob@cvs.openbsd.org 2019/05/12 11:42:14 Modified files: lib/libutil : ber.c Log message: In long form encoding, explicitly prohibit an initial length octet of 0xff which is reserved for future use. ok claudio@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/05/12 11:44:25 Modified files: regress/sys/kern/sigprof: Makefile Log message: Remove redundant settings. CVSROOT: /cvs Module name: src Changes by: rob@cvs.openbsd.org 2019/05/12 11:50:32 Modified files: lib/libutil : ber.c Log message: Enforce minimal number of octets for tag > 30. "sure" claudio@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/05/12 11:58:20 Modified files: security/nss : Makefile distinfo Added files: security/nss/patches: patch-nss_lib_freebl_crypto_primitives_c Log message: Update to nss 3.44, will be a requirement for gecko 68. See https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.44_release_notes Add a patch from FreeBSD via https://bugzilla.mozilla.org/show_bug.cgi?id=1551041 to fix the build on big-endian. thanks to cwen@ for testing on macppc. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2019/05/12 11:58:45 Modified files: security/p5-IO-Socket-SSL: Makefile distinfo Removed files: security/p5-IO-Socket-SSL/patches: patch-lib_IO_Socket_SSL_pm Log message: update p5-IO-Socket-SSL to 2.066 CVSROOT: /cvs Module name: src Changes by: rob@cvs.openbsd.org 2019/05/12 12:11:51 Modified files: lib/libutil : ber.c Log message: Fail early if a (universal) primitive type identifies as constructed, or if a boolean has a contents length other than 1. ok claudio@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/05/12 12:12:38 Modified files: sbin/ifconfig : ifconfig.8 sys/dev/ic : if_wi.c sys/net80211 : ieee80211_input.c ieee80211_ioctl.c ieee80211_ioctl.h ieee80211_output.c ieee80211_var.h Log message: Fix 'ifconfig nwflags; These flags ended up overlapping with other flags in ieee80211com's ic_flags because we haven't been paying attention to them (they're not in the same place in the code and hence easy to miss). Move them to a dedicated variable to avoid this problem in the future. Add a new 'stayauth' nwflag which can be set to let net80211 ignore deauth frames. This can be useful when deauth frames are being persistently spoofed by an attacker. Idea from beck@ ok beck@ phessler@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/05/12 12:16:33 Modified files: usr.bin/tmux : cmd-show-options.c mode-tree.c options.c server-client.c style.c window-copy.c Log message: Fix some indentation and dead assignments. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/05/12 12:18:30 Modified files: usr.bin/tmux : cmd-show-options.c Log message: Oops, removed too much in last change. CVSROOT: /cvs Module name: src Changes by: tim@cvs.openbsd.org 2019/05/12 12:52:44 Modified files: etc/rc.d : nsd Log message: Stop generating keys for nsd-control(8). These are unused since nsd was switched to using a local control socket by default. OK florian@ sthen@ CVSROOT: /cvs Module name: src Changes by: rob@cvs.openbsd.org 2019/05/12 13:29:41 Modified files: lib/libutil : ber.3 Log message: Mention #include of in synopsis. Discussed with claudio@ and tedu@. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/05/12 13:34:07 Modified files: devel/pycharm : Makefile distinfo Log message: Update pycharm to 2019.1.2 CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2019/05/12 13:43:34 Modified files: sys/kern : vfs_lockf.c Log message: no need to store the wmesg passed to rwsleep() as a static variable anymore CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/05/12 13:53:22 Modified files: sys/net : bridgectl.c if_bridge.c if_bridge.h Log message: Switch the list of span interfaces and interfaces to SMR. This removes the KERNEL_LOCK() around the list iteration in bridge_enqueue(). Since the NET_LOCK() isn't protecting any data structure, release it early in all the code paths coming from the Network Stack to prevent possible deadlock situations with smr_barrier(). bridge_input() is still KERNEL_LOCK()ed as well as bridge_filterrule(). ok visa@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/05/12 14:12:25 Modified files: sys/dev/pci/drm/include/linux: interrupt.h Log message: remove unused STUB definition CVSROOT: /cvs Module name: src Changes by: rob@cvs.openbsd.org 2019/05/12 14:13:08 Modified files: lib/libutil : ber.c Log message: Enforce smallest number of contents octets for int (and enum). ok claudio@ CVSROOT: /cvs Module name: src Changes by: rob@cvs.openbsd.org 2019/05/12 14:19:37 Modified files: regress/lib/libutil/ber: ber_test.c Log message: Test mandatory use of minimal contents octets for int and enum. CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/05/12 14:23:33 Modified files: infrastructure/lib/OpenBSD/PortGen: Dependency.pm infrastructure/lib/OpenBSD/PortGen/Port: PyPI.pm Log message: Improve complex dependency version understaning in portgen While here, improve python test dependency detection. OK cwen@ CVSROOT: /cvs Module name: src Changes by: rob@cvs.openbsd.org 2019/05/12 14:25:10 Modified files: lib/libutil : ber.c Log message: Enable support for the writting of BITSTRING by treating it as an OCTETSTRING. ok claudio@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/05/12 14:40:20 Modified files: infrastructure/bin: check-lib-depends Log message: I wouldn't put PORTSDIR_PATH in my environment instead of /etc/mk.conf, but... why not ? allow passing it thru, solving naddy@'s problem CVSROOT: /cvs Module name: src Changes by: kmos@cvs.openbsd.org 2019/05/12 14:44:39 Modified files: distrib/special/ftp: Makefile distrib/special/ftp-ssl: Makefile usr.bin/ftp : Makefile ftp.1 ftp.c main.c util.c Added files: usr.bin/ftp : cmd.c file.c ftp.h http.c progressmeter.c url.c xmalloc.c xmalloc.h Removed files: usr.bin/ftp : cmds.c cmds.h cmdtab.c complete.c cookie.c domacro.c extern.h fetch.c ftp_var.h list.c pathnames.h ruserpass.c small.c small.h stringlist.c stringlist.h Log message: Move us from old ftp(1) to Sunil's new ftp(1). The necessary modifications have been made to make it behave. Any new misbehaviors can be fixed in tree. OK florian@ deraadt@ "Have you committed ftp yet?" CVSROOT: /cvs Module name: src Changes by: rob@cvs.openbsd.org 2019/05/12 14:55:09 Modified files: regress/lib/libutil/ber: ber_test.c Log message: Add test cases for enum, and an additional test for null. CVSROOT: /cvs Module name: src Changes by: rob@cvs.openbsd.org 2019/05/12 14:56:11 Modified files: regress/lib/libutil/ber: ber_test.c Log message: Remove a now obsolete comment about BITSTRING. CVSROOT: /cvs Module name: src Changes by: pd@cvs.openbsd.org 2019/05/12 14:56:34 Modified files: sys/arch/amd64/amd64: vmm.c sys/arch/amd64/include: vmmvar.h usr.sbin/vmd : vm.c Log message: vmm: add a x86 page table walker Add a first cut of x86 page table walker to vmd(8) and vmm(4). This function is not used right now but is a building block for future features like HPET, OUTSB and INSB emulation, nested virtualisation support, etc. With help from Mike Larkin ok mlarkin@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2019/05/12 14:58:19 Modified files: usr.bin/ftp : Makefile cmd.c file.c ftp.1 ftp.c ftp.h http.c main.c progressmeter.c url.c util.c Log message: add rcs ids CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2019/05/12 15:01:46 Modified files: usr.sbin/pppd : Makefile Log message: remove .PATH. this was used in previous eras to build bpf compiler stuff, that's all used via libpcap now. found by deraadt ok tb CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/05/12 15:03:17 Modified files: usr.bin/ftp : ftp.1 Log message: It will show up in 6.6. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/05/12 15:27:47 Modified files: sys/arch/amd64/include: frameasm.h Log message: s/availible/available/ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/12 15:28:50 Modified files: x11/gnome/gdm : Makefile x11/gnome/gdm/patches: patch-common_gdm-address_c patch-data_Init_in patch-data_PostSession_in patch-data_PreSession_in x11/gnome/gdm/pkg: gdm.rc Log message: Merge the recent changes from GiveConsole/TakeConsole. CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2019/05/12 15:30:48 Modified files: usr.bin/ftp : main.c Log message: Repair ftp -o - and thus pkg_add: print informational messages on stderr ok florian@ espie@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/05/12 15:49:52 Modified files: usr.bin/ftp : main.c Log message: zap confusing unneeded parameters okay jca@, jasper@ CVSROOT: /cvs Module name: src Changes by: kmos@cvs.openbsd.org 2019/05/12 15:56:27 Modified files: usr.bin/ftp : progressmeter.c Log message: Make the "xx bytes received in y time" message go to the right place by using the login_info() function the other messages use. OK florian@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/05/12 15:56:55 Modified files: databases/mariadb: Makefile distinfo databases/mariadb/patches: patch-client_CMakeLists_txt patch-cmake_install_macros_cmake patch-cmake_mysql_version_cmake patch-scripts_CMakeLists_txt patch-scripts_mysql_install_db_sh patch-scripts_mysqld_safe_sh patch-sql_CMakeLists_txt patch-storage_oqgraph_CMakeLists_txt patch-tests_CMakeLists_txt databases/mariadb/pkg: PLIST-main PLIST-server PLIST-tests Added files: databases/mariadb/patches: patch-client_mysqladmin_cc patch-libmariadb_libmariadb_CMakeLists_txt patch-libmariadb_libmariadb_ma_charset_c patch-libmariadb_mariadb_config_mariadb_config_c_in patch-libmariadb_unittest_libmariadb_CMakeLists_txt patch-man_mysqladmin_1 patch-scripts_mysql_config_sh Removed files: databases/mariadb/patches: patch-libmysql_CMakeLists_txt Log message: Major upgrade to mariadb-10.2.23 Some config options have changed or have been removed, check your config file. Also make sure to use mysql_upgrade. Update effort started by jeremy@, continued by sthen@ and me. Delayed for some time because of lack of atomic builtins on lots of our base-gcc platforms. Since we now use ports-gcc to build mariadb, this is not a problem any more. This update brings in libiconv and changes the name of the library. Stuart kindly proposed to handle the WANTLIB syncing. Test reports for the server from jcs@ and sthen@. ok sthen@, "go ahead" Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/05/12 16:00:52 Modified files: devel/spice-protocol: Makefile devel/spice-protocol/patches: patch-spice_macros_h Log message: Fix gcc version check to unbreak on base-gcc platforms The __builtin_bswap* functions have only been introduced in gcc-4.5, not gcc-4.0. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/05/12 16:03:53 Modified files: devel/glib2 : Makefile devel/glib2/patches: patch-meson_build Log message: Tweak types detection, make gint64 and int64_t match on 64 bits base-gcc archs. Fixes www/webkitgtk4 on sparc64. Help and ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: rob@cvs.openbsd.org 2019/05/12 16:12:16 Modified files: regress/lib/libutil/ber: Makefile Log message: Use .OBJDIR. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/12 16:15:57 Modified files: multimedia/yle-dl: Makefile distinfo multimedia/yle-dl/pkg: PLIST Removed files: multimedia/yle-dl/patches: patch-setup_py Log message: update to yle-dl-20190502, from maintainer Timo Myyrä CVSROOT: /cvs Module name: src Changes by: rob@cvs.openbsd.org 2019/05/12 16:17:25 Modified files: regress/lib/libutil/ber: ber_test.c Log message: Add an enum test. Modify some output. CVSROOT: /cvs Module name: www Changes by: naddy@cvs.openbsd.org 2019/05/12 16:18:16 Modified files: . : 65.html Log message: powerpc package count CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/05/12 16:23:38 Modified files: sys/arch/amd64/amd64: locore.S machdep.c sys/arch/amd64/include: cpu.h Log message: Delete cpu_idle_{enter,leave}_fcn() as unused. Add RETGUARD checks to cpu_idle_cycle() ok mpi@ kettenis@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/05/12 16:25:45 Log message: Import devel/p5-forks OK cwen The forks.pm module is a drop-in replacement for threads.pm. It has the same syntax as the threads.pm module (it even takes over its namespace) but has some significant differences: - you do _not_ need a special (threaded) version of Perl - it is _much_ more economic with memory usage on OS's that support COW - it is more efficient in the startup of threads - it is slightly less efficient in the stopping of threads - it is less efficient in inter-thread communication If for nothing else, it allows you to use the Perl threading model in non-threaded Perl builds and in older versions of Perl (5.6.0 and higher are supported). Status: Vendor Tag: kn Release Tags: kn_20190513 N ports/devel/p5-forks/Makefile N ports/devel/p5-forks/distinfo N ports/devel/p5-forks/pkg/DESCR N ports/devel/p5-forks/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/05/12 16:28:08 Modified files: devel : Makefile Log message: + p5-forks CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/12 16:46:58 Modified files: devel/meson : Makefile devel/meson/patches: patch-run_unittests_py Log message: Adapt to our different pkg-config(1). CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/05/12 16:48:03 Modified files: usr.bin/ftp : http.c Log message: Fix double free by nulling out pointers after free. from florian, ok jca CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/05/12 17:32:42 Modified files: libexec/ld.so : loader.c Log message: Indentation fix CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/05/12 18:07:05 Modified files: gnu/llvm/tools/lld/ELF: Driver.cpp Log message: Add support for -znoretpolineplt and make -zretpolineplt the default. Affects i386 and amd64 only. ok deraadt@ kettenis@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/05/12 18:21:29 Modified files: infrastructure/lib/OpenBSD/PortGen: License.pm Log message: Adding ISC license to the list of "good" licenses. OK afresh1@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/12 19:30:05 Modified files: infrastructure/lib/OpenBSD/PortGen: Port.pm Log message: portgen: bring back camel-cased port names for Perl OK afresh1@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/05/12 20:09:15 Modified files: x11/mate/caja-extensions: Makefile Log message: bump pkg, missed in previous commit CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/12 20:11:10 Modified files: devel/meson/patches: patch-run_unittests_py Log message: Merged upstream. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2019/05/12 20:25:16 Modified files: usr.sbin/sysupgrade: sysupgrade.sh Log message: Use the same heuristic as the installer to find a proper prefetch area for the sets instead of hardcoding /home. This leads the way to a knob for manually choosing a sets directory if we want that. Create /auto_upgrade.conf that will get picked up by the installer for the unattended upgrade mode. Similar inputs from naddy@ and kn@ ok florian@ kmos@ kn@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2019/05/12 20:26:42 Modified files: distrib/miniroot: install.sub Log message: Fix usage() (missing '-x'). Adapt to recent sysupgrade(8) change ok florian@ kmos@ kn@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/05/12 20:51:54 ports/databases/mariadb/files Update of /cvs/ports/databases/mariadb/files In directory cvs.openbsd.org:/tmp/cvs-serv58996/files Log Message: Directory /cvs/ports/databases/mariadb/files added to the repository CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/05/12 20:54:54 Modified files: regress/lib/libc/open_memstream: open_memstreamtest.c Log message: The call to fseek(fp, -1, SEEK_END) also sets the reported size to this value. To match the expectation of the test again, move this line before the the code that sets the final position. OK yasuoka@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2019/05/12 21:13:29 Modified files: sys/arch/arm64/include: armreg.h Log message: Add the needed ICC_PMR_EL1 register bit defines for the previous commit to unbreak the build. from kettenis@ ok drahn@ CVSROOT: /cvs Module name: ports Changes by: pamela@cvs.openbsd.org 2019/05/12 21:25:18 Modified files: www/py-bottle : Makefile distinfo Log message: Update www/py-bottle to 0.12.16 based on diff from wen heping, I added tests OK jca phessler CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/05/12 21:53:22 Modified files: databases/mariadb: Makefile Log message: Zap a stray backslash CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2019/05/12 22:02:31 Modified files: net/pbgpp : Makefile distinfo net/pbgpp/patches: patch-pbgpp_Application_Handler_py net/pbgpp/pkg : PLIST Log message: update pbgpp to latest version set NO_TESTS because the tests require a configured service, which has also been previously forcibly disabled. OK pamela@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/05/12 22:18:39 Removed files: net/libvncserver/patches: patch-Makefile_am Log message: Unbreak, patch should have been deleted in the update to 0.9.12. CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/05/12 22:33:41 Log message: Import t-prot 3.4 t-prot (TOFU Protection) is a filter which improves the readability of email messages and Usenet posts by hiding some of their annoying parts. The annoyances it handles include mailing list footers, signatures, TOFU, sequences of blank lines, and repeated punctuation. TOFU is an acronym that stands for "Text oben, Fullquote unten", a German reference to the practice of adding just a few lines of original text and quoting a complete message below them. OK kmos@ Status: Vendor Tag: afresh1 Release Tags: afresh1_20190512 N ports/mail/t-prot/Makefile N ports/mail/t-prot/distinfo N ports/mail/t-prot/pkg/DESCR N ports/mail/t-prot/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/05/12 22:34:38 Modified files: mail : Makefile Log message: +t-prot CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2019/05/13 00:04:55 Modified files: lib/libc/stdlib: malloc.3 Log message: Mention introduction of *_conceal. CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2019/05/13 01:24:50 Modified files: usr.sbin/snmpd : snmpe.c Log message: According to RFC3414 section 4 applications should be able to discover the snmpEngineID by sending a noAuthNoPriv request. Move the seclevel check to after the usm_decode phase, so we can reply with the mandatory usmStatsUnknownEngineIDs instead of usmStatsUnsupportedSecLevels. This brings us one step closer to using p5-Net-SNMP with seclevel enc. OK tb@, rob@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2019/05/13 01:33:23 Modified files: usr.sbin/snmpd : usm.c Log message: According to RFC3414 section 4 applications should be able to discover the snmpEngineBoots and snmpEngineTime by sending an AuthPriv request with the requested values set to zero and with a valid user. Move the engine_boots and engine_time down after the user check and remove the 0-check, so we can reply with the appropriate usmStatsNotInTimeWindows. This allows us to use p5-Net-SNMP against snmpd with seclevel enc. OK rob@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/05/13 02:56:07 Modified files: usr.bin/tmux : tmux.1 Log message: Fix column width for copy mode commands. CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2019/05/13 03:00:22 Modified files: www/py-genshi/pkg: PLIST Log message: unbreak py-genshi PLIST for py-genshi isn't the same than py3-genshi. diff from sthen@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2019/05/13 03:54:07 Modified files: usr.sbin/relayd: relay.c relay_http.c relayd.h util.c Log message: Fix filter rules with "forward to" statement in persistent connections. OK bentley@ mikeb@ CVSROOT: /cvs Module name: src Changes by: rob@cvs.openbsd.org 2019/05/13 04:00:29 Modified files: regress/lib/libutil: Makefile Log message: Hookup ber regress. ok bluhm@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/13 05:01:10 Modified files: net/arp-scan : Makefile distinfo Log message: update mac-vendor db CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2019/05/13 06:05:04 Modified files: lib/libcrypto : Tag: OPENBSD_6_5 opensslv.h Log message: LibreSSL 2.9.2 CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/13 06:25:49 Modified files: devel/p5-Test-Spelling: Makefile distinfo Log message: p5-Test-Spelling: update to 0.22 Changelog: https://metacpan.org/release/CAPOEIRAB/Test-Spelling-0.22 OK sthen@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/13 06:28:02 Modified files: devel/p5-File-Copy-Recursive: Makefile distinfo Log message: p5-File-Copy-Recursive: update to 0.44 Changelog: https://metacpan.org/source/DMUEY/File-Copy-Recursive-0.44/Changes OK sthen@ CVSROOT: /cvs Module name: src Changes by: abieber@cvs.openbsd.org 2019/05/13 06:31:56 Modified files: sys/arch/sgi/hpc: wskbdmap_sgi.c Log message: regen (missed this when I did the colemak update) CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/13 06:33:58 Modified files: devel/p5-Carp-Assert-More: Makefile distinfo Log message: p5-Carp-Assert-More: update to 1.16 Changelog: https://metacpan.org/source/PETDANCE/Carp-Assert-More-1.16/Changes OK sthen@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/13 06:37:59 Modified files: devel/p5-Test-WWW-Mechanize: Makefile distinfo Log message: p5-Test-WWW-Mechanize: update to 1.52 Changelog: https://metacpan.org/source/PETDANCE/Test-WWW-Mechanize-1.52/Changes tweaks and OK sthen@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/13 06:40:14 Modified files: devel/p5-Test-URI: Makefile distinfo Log message: p5-Test-URI: update to 1.082 Changelog: https://metacpan.org/changes/release/BDFOY/Test-URI-1.082 OK sthen@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/13 06:42:18 Modified files: textproc/p5-Pod-Tests: Makefile distinfo textproc/p5-Pod-Tests/pkg: DESCR Log message: p5-Pod-Tests: update to 1.20 Changelog: https://metacpan.org/changes/release/ETHER/Pod-Tests-1.20 OK sthen@ CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2019/05/13 06:58:58 Modified files: lang/sbcl : Makefile distinfo lang/sbcl/pkg : PLIST Removed files: lang/sbcl/patches: patch-src_compiler_generic_genesis_lisp patch-src_compiler_x86_parms_lisp patch-src_runtime_Config_x86-openbsd patch-src_runtime_run-program_c patch-tests_run-compiler_sh Log message: Update to sbcl-1.5.2 From maintainer joshe@ Re-enable -threads flavor CVSROOT: /cvs Module name: src Changes by: denis@cvs.openbsd.org 2019/05/13 07:47:36 Modified files: usr.sbin/bgpd : rde_update.c Log message: fix export default-route. OK claudio@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/13 07:59:38 Modified files: audio/mpd : Makefile Log message: Unbreak: missed bump CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2019/05/13 08:10:36 Log message: Bring back tidy as it is now maintained. OK sthen@ Status: Vendor Tag: abieber Release Tags: abieber_20190513 C ports/www/tidy/Makefile C ports/www/tidy/distinfo C ports/www/tidy/pkg/DESCR C ports/www/tidy/pkg/PLIST 4 conflicts created by this import. Use the following command to help the merge: cvs checkout -jabieber:yesterday -jabieber ports/www/tidy CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/05/13 08:11:20 Modified files: lib/libc/net : resolver.3 Log message: explicitly mention that RES_NOALIASES has no effect; jmc@ noticed that the text wasn't completely clear; OK jmc@ CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2019/05/13 08:27:23 Added files: www/tidy : Makefile distinfo www/tidy/pkg : DESCR PLIST Log message: Bring back tidy as it is now maintained. OK sthen@ CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2019/05/13 08:30:17 Modified files: www/tidyp : Makefile www/tidyp/pkg : PLIST Log message: Bump REVISION for tidyp (we have tidy again): - remove tidy symlink - remove conflict marker OK sthen@ CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2019/05/13 08:31:48 Modified files: www : Makefile Log message: + tidy CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/13 09:08:50 Log message: import wireguard-go-0.0.20190409 wireguard-go is a userland implementation of WireGuard in Go; WireGuard ia simple yet fast modern VPN. based on the initial port by bentley@ ok sthen@ Status: Vendor Tag: jasper Release Tags: jasper_20191305 N ports/net/wireguard-go/Makefile N ports/net/wireguard-go/distinfo N ports/net/wireguard-go/pkg/README N ports/net/wireguard-go/pkg/PLIST N ports/net/wireguard-go/pkg/DESCR N ports/net/wireguard-go/pkg/wireguard_go.rc No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/13 09:10:30 Log message: import wireguard-tools-0.0.20190406 WireGuard is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. based on the initial port by bentley@ ok sthen@ Status: Vendor Tag: jasper Release Tags: jasper_20191305 N ports/net/wireguard-tools/Makefile N ports/net/wireguard-tools/distinfo N ports/net/wireguard-tools/pkg/PLIST N ports/net/wireguard-tools/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/13 09:12:07 Modified files: net : Makefile Log message: +wireguard-{go,tools} CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2019/05/13 09:19:16 Modified files: usr.sbin/relayd: relay_http.c Log message: Add Connection: close when switching to "unlimited" reading mode. Ask the server to close the connection after the request since we don't read any further request headers. This fixes an issue with OPTIONS and optional body, as well as similar cases. Reported and tested by Rivo Nurges OK benno@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/13 09:30:05 Modified files: net/wireguard-go: Makefile net/wireguard-go/pkg: DESCR Log message: Typo. ok jasper@ CVSROOT: /cvs Module name: src Changes by: pd@cvs.openbsd.org 2019/05/13 09:40:34 Modified files: sys/arch/amd64/amd64: vmm.c sys/arch/amd64/include: vmmvar.h sys/dev/pv : pvbus.c pvclock.c pvreg.h Log message: vmm: add host side pvclock Emulate kvm pvclock in vmm(4). Compatible with pvclock(4) in OpenBSD. Linux does not attach to this (yet). Fixes by reyk@ and tested extensively by reyk@, tb@ and phessler@ ok mlarkin@ phessler@ reyk@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/05/13 10:04:49 Modified files: usr.bin/ftp : ftp.c Log message: ephermal -> ephemeral From Hiltjo Posthuma CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/05/13 10:23:15 Modified files: sys/dev/pci/drm/include/linux: idr.h Log message: add idr_is_empty() CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/13 10:46:23 Modified files: graphics/fswebcam: Makefile mail/p5-Email-Received: Makefile sysutils/firmware/acx: Makefile sysutils/firmware/bwi: Makefile sysutils/firmware/malo: Makefile sysutils/firmware/pgt: Makefile sysutils/firmware/upgt: Makefile sysutils/firmware/uvideo: Makefile sysutils/stan : Makefile sysutils/sunxi-tools: Makefile Log message: Remove maintainers per their requests CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/05/13 11:00:12 Modified files: usr.bin/sort : coll.c coll.h sort.1 sort.c Log message: Delete tentacles of LC_NUMERIC support. Our libc doesn't support that now and won't in the future. Minus ~90 lines of code, no functional change. OK tb@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/05/13 11:15:40 Modified files: security/aircrack-ng: Makefile Added files: security/aircrack-ng/patches: patch-src_aircrack-osdep_openbsd_c Log message: Unbreak on sparc64, where can't be included from userland ok benoit@ (maintainer) CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/05/13 11:18:10 Modified files: lib/libc/gen : nlist.c Log message: The fd used by nlist() isn't application visible, so mark it close-on-exec to avoid leaking it ok deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/05/13 11:31:51 Modified files: sys/kern : kern_descrip.c Log message: dup2(n,n) would rlimit check before handling the n==n shortcut, and incorrectly return EBADF when n>curlim. ok millert guenther tedu CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2019/05/13 11:52:59 Modified files: textproc/idiff : Makefile distinfo Removed files: textproc/idiff/patches: patch-idiff_1 patch-idiff_c patch-testdata1 patch-testdata2 Log message: Upgrade idiff to 1.1; incorporates patches. Help & OK kn@ CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/13 12:06:44 Modified files: devel/ectags : Makefile devel/py-appdirs: Makefile devel/py-astroid: Makefile devel/py-babel : Makefile devel/py-backports: Makefile devel/py-backports-functools-lru-cache: Makefile devel/py-backports-shutil-get-terminal-size: Makefile devel/py-backports-ssl-match-hostname: Makefile devel/py-cairocffi: Makefile devel/py-codestyle: Makefile devel/py-configparser: Makefile devel/py-country: Makefile devel/py-dateutil: Makefile devel/py-decorator: Makefile devel/py-entrypoints: Makefile devel/py-enum34: Makefile devel/py-funcsigs: Makefile devel/py-hypothesis: Makefile devel/py-ipython_genutils: Makefile devel/py-isort : Makefile devel/py-lazy-object-proxy: Makefile devel/py-logilab-common: Makefile devel/py-nbconvert: Makefile devel/py-nbformat: Makefile devel/py-nose-warnings-filters: Makefile devel/py-parsing: Makefile devel/py-path.py: Makefile devel/py-pathlib: Makefile devel/py-pexpect: Makefile devel/py-pluggy: Makefile devel/py-setuptools_scm: Makefile devel/py-simplejson: Makefile devel/py-six : Makefile devel/py-spark-parser: Makefile devel/py-test : Makefile devel/py-test-benchmark: Makefile devel/py-test-cov: Makefile devel/py-test-expect: Makefile devel/py-test-httpbin: Makefile devel/py-test-mock: Makefile devel/py-test-runner: Makefile devel/py-testpath: Makefile devel/py-traitlets: Makefile devel/py-tz : Makefile devel/py-uncompyle6: Makefile devel/py-wrapt : Makefile devel/py-xdis : Makefile devel/pylint : Makefile Log message: Remove shadchin@ as maintainer per his request Other categories will follow shortly CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/05/13 12:14:05 Modified files: sys/net : if_bridge.c Log message: Deal with the case where bridge_getbif() can return NULL. Since `bif' are removed from the interface list before calling smr_barrier() and the hash queue is cleaned up afterward, it is possible to find an ifidx with bridge_rtlookup() that won't match to any `bif'. Fix a panic reported by Hrvoje Popovski, ok visa@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/05/13 12:20:13 Modified files: sys/net : bridgestp.c Log message: Do not check for IFF_RUNNING inside bstp_initialization(). This allows to set such flag after completing the initialization of a bridge and still have bstp_tick() be scheduled from the begining. Fix a regression reported by and ok markus@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/05/13 12:21:30 Modified files: www/chromium : Makefile www/chromium/patches: patch-base_BUILD_gn patch-base_debug_debugger_posix_cc patch-base_process_process_posix_cc Added files: www/chromium/patches: patch-base_base_paths_posix_cc Log message: fix the sysctl(2) call for testing if we are running inside gdb and make the best effort for figuring out our own exectuable name and fall back to a hardcoded value if that fails CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/13 12:58:48 Modified files: net/p5-Net-DNS-Resolver-Programmable: Makefile distinfo net/p5-Net-DNS-Resolver-Programmable/pkg: PLIST Log message: p5-Net-DNS-Resolver-Programmable: update to 0.09 Changelog: https://metacpan.org/source/BIGPRESH/Net-DNS-Resolver-Programmable-0.009/CHANGES OK sthen@ CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/13 13:03:54 Modified files: audio/libcue : Makefile databases/py-pickleshare: Makefile editors/texmaker: Makefile graphics/djview4: Makefile graphics/djvulibre: Makefile graphics/py-cycler: Makefile graphics/py-imagesize: Makefile math/py-bottleneck: Makefile math/py-mpmath : Makefile math/py-numexpr: Makefile math/py-patsy : Makefile math/py-sympy : Makefile net/py-msgpack : Makefile net/py-socks : Makefile shells/py-qtconsole: Makefile textproc/py-alabaster: Makefile textproc/py-chardet: Makefile textproc/py-cssselect: Makefile textproc/py-jellyfish: Makefile textproc/py-mistune: Makefile textproc/py-nltk: Makefile textproc/py-numpydoc: Makefile textproc/py-pandocfilters: Makefile textproc/py-snowballstemmer: Makefile textproc/py-sphinx_rtd_theme: Makefile textproc/py-stemmer: Makefile textproc/py-webencodings: Makefile www/jupyter-notebook: Makefile www/py-bleach : Makefile www/py-httpbin : Makefile www/py-httplib2: Makefile www/py-terminado: Makefile x11/py-qtawesome: Makefile Log message: Remove shadchin@ as maintainer per his request CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/13 13:04:45 Modified files: databases/py-psycopg2: Makefile Log message: Take maintainership CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/05/13 13:21:32 Modified files: sys/kern : exec_elf.c kern_exit.c kern_sig.c tty.c sys/nfs : nfs_socket.c sys/sys : proc.h signalvar.h sysctl.h Log message: When killing a process, the signal is handled by any thread that does not block the signal. If all threads block the signal, we delivered it to the main thread. This does not conform to POSIX. If any thread unblocks the signal, it should be delivered immediately to this thread. Mark such signals pending at the process instead of a single thread. Then any thread can handle it later. OK kettenis@ guenther@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/13 13:28:28 Modified files: x11/gtk+2 : Makefile x11/gtk+2/patches: patch-gtk_gtkmountoperation-x11_c x11/gtk+3 : Makefile x11/gtk+4 : Makefile Added files: x11/gtk+3/patches: patch-gtk_gtkmountoperation-x11_c x11/gtk+4/patches: patch-gtk_gtkmountoperation-x11_c Log message: Fix a long standing bug in pid_get_parent on OpenBSD where kp wasn't properly allocated and the function could randomly fail. Already merged upstream. with robert@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/05/13 13:40:22 Log message: Test the interaction of signals with multiple posix threads. It covers blocking with signal mask, killing process or thread, invoking handler or waiting for signal. Status: Vendor Tag: bluhm Release Tags: bluhm_20190513 N src/regress/sys/kern/sigpthread/README N src/regress/sys/kern/sigpthread/sigpthread.c N src/regress/sys/kern/sigpthread/Makefile N src/regress/sys/kern/sigpthread/LICENSE No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/05/13 13:42:28 Modified files: regress/sys/kern: Makefile Log message: Link regress sigpthread to build. CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/05/13 14:00:33 Modified files: lib/libc/include: namespace.h Added files: lib/libc/include: DETAILS Log message: Move 'how this works' details from namespace.h to DETAILS CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/05/13 14:07:02 Modified files: usr.bin/tmux : format.c Log message: Always include Lock in the menu. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/13 14:07:15 Modified files: infrastructure/bin: portcheck Log message: Whine if somebody sets PKG_ARCH=* and there are files in the plist matching *.so.*, *.so, or *.a. Probably most likely to do this by mistake with p5-* things if copying too much from an existing port, or some multipackages cases. ok afresh1@ kn@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/05/13 14:10:23 Modified files: usr.bin/tmux : attributes.c grid.c input.c tmux.1 tmux.h tty-term.c tty.c Log message: Add support for overline (SGR 53), from Ricardo Banffy. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/05/13 14:24:14 Modified files: devel/glib2 : Makefile Removed files: devel/glib2/patches: patch-glib_gutils_c Log message: remove the check for non-existent XDG directories as they are going to be moved to gtk+3 ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/13 14:28:20 Modified files: www/tidy : Makefile Log message: Unbreak: missing BDEP on textproc/libxslt (xsltproc) CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2019/05/13 14:37:41 Modified files: x11/gtk+3 : Makefile x11/gtk+3/patches: patch-gtk_gtkplacessidebar_c Added files: x11/gtk+3/patches: patch-gtk_gtkfilechooserwidget_c Log message: check if the XDG directories exist before showing them on the sidebar ok ajatoctou@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/05/13 14:39:07 Modified files: infrastructure/bin: update-patches Log message: prevent update-patches from mangling files in case of permission errors CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/05/13 14:47:19 Modified files: sbin/sysctl : sysctl.c Log message: KERN_PFSTATUS is not handled by sysctl so warn about it if requested but ignore if sysctl -a is used. OK bluhm@ CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2019/05/13 14:55:22 Modified files: sys/arch/arm64/arm64: intr.c sys/arch/arm64/dev: agintc.c Log message: Move idepth tracking out of interrupt controller into common layer. 'looks good' kettenis@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/13 15:04:44 Modified files: x11/gtk+3/patches: patch-gtk_gtkfilechooserwidget_c patch-gtk_gtkplacessidebar_c x11/gtk+4 : Makefile Added files: x11/gtk+4/patches: patch-gtk_gtkfilechooserwidget_c patch-gtk_gtkplacessidebar_c Log message: Merge unveil patches from gtk+3 and tweak/add comment: unveil(2): check if the XDG directories exist before showing them on the sidebar CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/05/13 15:13:04 Modified files: usr.sbin/bgpd : rde_update.c Log message: Don't use a hardcoded list of how attribute are dumped and instead move to a loop-switch construct in up_generate_attr(). This way attributes are always dumped in ascending order as suggested by the RFC and adding special attributes is simpler than in the current way. The MP attributes are a special case since those are handled at a later stage of creating UPDATE messages. OK benno@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/13 15:20:00 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py-boto3-1.9.147. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/13 15:20:11 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py-botocore-1.12.147. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/13 15:20:24 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.16.157. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/13 15:25:29 Modified files: x11/nagstamon : Makefile distinfo Log message: Update to nagstamon-3.2.1. CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/05/13 15:27:59 Modified files: sys/arch/alpha/dev: sgmap_common.c sys/arch/alpha/include: bus.h sys/arch/alpha/isa: isadma_bounce.c Log message: free(9) sizes. From miod@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2019/05/13 15:29:28 Modified files: sys/dev/pci : sv.c Log message: free(9) sizes. From Jan Klemkow, ok tedu@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/13 15:31:11 Modified files: x11/rdesktop : Makefile distinfo Log message: SECURITY update to rdesktop-1.8.5. This is a security release to address various buffer overflow and overrun issues in the rdesktop protocol handling. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/13 15:31:18 Modified files: x11/rdesktop : Tag: OPENBSD_6_5 Makefile distinfo Log message: SECURITY update to rdesktop-1.8.5. This is a security release to address various buffer overflow and overrun issues in the rdesktop protocol handling. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/13 15:35:25 Modified files: x11/wxSVG : Makefile distinfo Log message: Update to wxsvg-1.5.16. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/13 15:35:55 Modified files: x11/wmweather : Makefile distinfo Added files: x11/wmweather/patches: patch-src_wmweather_c Log message: Update to wmweather-2.4.7. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/05/13 15:44:14 Modified files: sys/dev/pci/drm/include/linux: preempt.h Log message: add in_irq() in_interrupt() in_task() in_irq() uses ci_idepth on archs that have it in_interrupt() is the same as in_irq() for now, linux has in_irq() for hard interrupt context and in_interrupt() is also for soft interrupt and nmi context. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2019/05/13 15:47:10 Modified files: regress/sys/kern/realpath: realpathtest.c Log message: Document our currently incosnsistent behaviour and our current sins which have been judged by Dr Posix as sinful... CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/05/13 15:50:50 Modified files: sys/dev/pci/drm/i915: intel_guc_ct.c Log message: enable in_irq() based check CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2019/05/13 16:01:56 src/distrib/special/tee Update of /cvs/src/distrib/special/tee In directory cvs.openbsd.org:/tmp/cvs-serv16552/tee Log Message: Directory /cvs/src/distrib/special/tee added to the repository CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2019/05/13 16:06:00 Modified files: www/varnish : Makefile Log message: Fix build with py-docutils installed Revision 1.42 switched to using Python 3, but Varnish's build prefers Python 2 versions of various tools if found at configure time, so pass explicit --with-* arguments to pin the selection. Spotted by espie OK gonzalo espie CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2019/05/13 16:06:29 Modified files: lang/node : Makefile distinfo Log message: Bump node to 10.15.3 Changelog: https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V10.md#10.15.3 CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2019/05/13 16:08:11 Modified files: www/kibana : Makefile www/kibana/patches: patch-package_json Log message: Bump REVISION and patches to handle node 10.15.3 update. CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2019/05/13 16:11:20 Log message: Import edbrowse a command-line editor / web browser OK afresh1@ Status: Vendor Tag: abieber Release Tags: abieber_20190513 N ports/www/edbrowse/Makefile N ports/www/edbrowse/distinfo N ports/www/edbrowse/patches/patch-src_http_c N ports/www/edbrowse/patches/patch-CMakeLists_txt N ports/www/edbrowse/pkg/DESCR N ports/www/edbrowse/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2019/05/13 16:12:01 Modified files: www : Makefile Log message: +edbrowse CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/13 16:14:02 Modified files: devel/liblouis : Makefile distinfo devel/liblouis/pkg: PLIST Log message: Update to liblouis-3.9.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/13 16:15:13 Modified files: audio/cantata : Makefile distinfo Log message: Update to cantata-2.3.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/13 16:20:12 Modified files: devel/p5-Glib-Object-Introspection: Makefile distinfo Log message: Update to p5-Glib-Object-Introspection-0.047. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/05/13 16:25:27 Modified files: lib/libc : shlib_version Log message: Add missing word in comment. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/13 16:26:37 Modified files: devel/liblouis : Makefile Log message: No need for MODPY_ADJ_FILES. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/05/13 16:34:30 Modified files: devel/pygame : Makefile Log message: https HOMEPAGE CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2019/05/13 16:36:01 Modified files: lib/libtls : tls_server.c Log message: Acquire mutex before incrementing the refcount. Fixes COV-186144 ok tb@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/05/13 16:41:55 Modified files: devel/coccinelle: Makefile Log message: BROKEN on sparc64 since the update to 1.0.6 CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/05/13 16:45:57 Modified files: chinese/libpinyin: Makefile Log message: As with all C++ ports, set COMPILER to base-clang ports-gcc This requires a C++11 compiler, as spotted on sparc64. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/13 16:47:45 Modified files: x11/gnome/librsvg: Makefile distinfo Log message: Update to librsvg-2.44.14. CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2019/05/13 16:48:30 Modified files: lib/libssl : t1_enc.c Log message: Remove unused pad check, which is handled by tls1_cbc_remove_padding() now. Fixes COV-174858 ok tb@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2019/05/13 16:55:27 Modified files: sys/kern : init_sysent.c kern_pledge.c syscalls.c syscalls.master vfs_getcwd.c vfs_lookup.c vfs_syscalls.c sys/sys : namei.h syscall.h syscallargs.h Log message: Add a kernel implementation of realpath() as __realpath(). We want this so that we can stop allowing readlink() on traversed vnodes in unveil(). This includes all the kernel side and the system call. This is not yet used in libc for realpath, so nothing calls this yet. The libc wrapper will be committed later. Testing by many, and ports build by naddy@ ok deraadt@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2019/05/13 16:58:52 Modified files: sys/dev/acpi : tpm.c Log message: print a newline for attach. from f holop CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/05/13 17:13:24 Modified files: sbin/unwind : parse.y printconf.c unwind.c unwind.h Log message: Remove strict mode for now, it is in the way. CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2019/05/13 17:18:22 Modified files: distrib/alpha/miniroot: list distrib/amd64/common: list distrib/arm64/ramdisk: list distrib/armv7/ramdisk: list distrib/hppa/ramdisk: list distrib/i386/common: list distrib/landisk/ramdisk: list distrib/loongson/ramdisk: list distrib/luna88k/ramdisk: list distrib/macppc/ramdisk: list distrib/miniroot: install.sub list distrib/octeon/ramdisk: list distrib/ramdisk: list distrib/sgi/ramdisk: list distrib/sparc64/miniroot: list distrib/sparc64/ramdisk: list distrib/sparc64/ramdiskB: list distrib/special: Makefile Added files: distrib/special/tee: Makefile Log message: Add tee(1) to the ramdisk filesystem and use it to provide both a moving progress bar during auto upgrade/install and a clean log afterwards. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: sunil@cvs.openbsd.org 2019/05/13 20:30:00 Modified files: usr.bin/ftp : http.c Log message: tls_write(3): Handle short writes. Ok jca@ CVSROOT: /cvs Module name: src Changes by: sunil@cvs.openbsd.org 2019/05/13 20:32:08 Modified files: usr.bin/ftp : main.c Log message: Remove an unused and leftover label. CVSROOT: /cvs Module name: src Changes by: sunil@cvs.openbsd.org 2019/05/13 21:16:55 Modified files: usr.bin/ctfdump: Makefile ctfdump.c elf.c Log message: Use elf(3) api instead of an ad-hoc elf parser. Ok mpi@ CVSROOT: /cvs Module name: src Changes by: sunil@cvs.openbsd.org 2019/05/13 21:20:12 Removed files: usr.bin/ctfdump: elf.c Log message: Remove leftover elf.c CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/05/13 21:27:43 Modified files: sys/kern : kern_smr.c Log message: Add lock order checking for smr_barrier(9). This is similar to the checking done in taskq_barrier(9) and timeout_barrier(9). OK mpi@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/13 23:07:24 Modified files: editors/abiword: Makefile distinfo editors/abiword/patches: patch-src_af_xap_xp_xap_Dialog_cpp editors/abiword/pkg: PLIST Removed files: editors/abiword/patches: patch-src_wp_ap_gtk_ap_UnixApp_cpp Log message: Upgrade to the newest git commit (still broken). CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/05/13 23:48:58 Modified files: regress/lib/libcrypto/botan: Makefile Log message: Use propper regress target to integrate better into test framework. CVSROOT: /cvs Module name: src Changes by: jca@cvs.openbsd.org 2019/05/13 23:58:36 Modified files: usr.bin/ftp : http.c Log message: Enable TLSv1.0 and TLSv1.1 Like the old ftp. Discussed with at least with tedu@ "We should match existing behavior at least for now" CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2019/05/14 00:05:45 Modified files: usr.sbin/vmd : parse.y vm.conf.5 Log message: Add support for `boot device' to vm.conf grammar which is the `-B device' counterpart from vmctl. ok mlarkin@ CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2019/05/14 01:01:33 Log message: import ghidra, a software reverse engineering. ok and inputs sthen@ bentley@ Status: Vendor Tag: rpointel Release Tags: rpointel_20190514 N ports/security/ghidra/Makefile N ports/security/ghidra/distinfo N ports/security/ghidra/patches/patch-support_launch_sh N ports/security/ghidra/pkg/PLIST N ports/security/ghidra/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2019/05/14 01:06:34 Modified files: security : Makefile Log message: + SUBDIR += ghidra CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/05/14 01:37:50 Modified files: usr.bin/tmux : layout-set.c Log message: Fix sizing of main-vertical and main-horizontal layouts, GitHub issue 1736. CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2019/05/14 01:59:54 Modified files: lang/sbcl/patches: patch-src_runtime_Config_generic-openbsd Log message: Add a forgotten patch change thanks aja@ for spotting it sorry for the noise CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2019/05/14 03:26:09 Modified files: devel/p5-Time-Duration: Makefile distinfo Log message: Update to p5-Time-Duration-1.21. from Wen Heping, tweaks and ok afresh1@ CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2019/05/14 03:28:56 Modified files: devel/p5-Time-Duration-Parse: Makefile distinfo Log message: Update to p5-Time-Duration-Parse-0.15. from Wen Heping, ok afresh1@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2019/05/14 06:08:54 Modified files: usr.sbin/smtpd : smtp_client.c Log message: fix typos in log messages CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/05/14 06:47:17 Modified files: share/man/man4 : inet6.4 usr.bin/ssh : ssh_config.5 sshd_config.5 usr.sbin/vmctl : vmctl.8 usr.sbin/vmd : vm.conf.5 Log message: Delete some .Sx macros that were used in a wrong way. Part of a patch from Stephen Gregoratto . CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/05/14 06:55:54 Modified files: share/man/man9 : syscall.9 Log message: minor wording improvement from Stephen Gregoratto CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/05/14 07:17:09 Modified files: share/man/man9 : syscall.9 Log message: minor macro cleanup CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2019/05/14 07:44:25 Modified files: usr.sbin/config: config.8 main.c misc.c misc.h ukcutil.c Log message: allow specifying a cmdfile instead of trying to pipe in commands for -ef. ok deraadt CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2019/05/14 07:44:45 Modified files: sys/dev : kcov.c Log message: armv7 and arm64 also have ci_idepth ok anton@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/14 07:47:42 Log message: Import devel/p5-Ref-Util-XS Ref::Util::XS is an XS implementation for Ref::Util, a set of utility functions for checking references. WWW: http://search.cpan.org/dist/Ref-Util-XS/ Proposed by Wen Heping, who takes MAINTAINER. Additional tweaks by afresh1@ and me. OK afresh1@ Status: Vendor Tag: cwen Release Tags: cwen_20190514 N ports/devel/p5-Ref-Util-XS/Makefile N ports/devel/p5-Ref-Util-XS/distinfo N ports/devel/p5-Ref-Util-XS/pkg/DESCR N ports/devel/p5-Ref-Util-XS/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/14 07:49:27 Modified files: devel : Makefile Log message: +p5-Ref-Util-XS CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2019/05/14 08:27:49 Modified files: distrib/miniroot: install.sub usr.sbin/sysupgrade: sysupgrade.sh Log message: Revert my recent sysupgrade changes; it broke unattended upgrades for espie@. Need to look deeper. CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/14 08:30:23 Log message: Import devel/p5-Ref-Util Ref::Util introduces several functions to help identify references in a faster and smarter way. WWW: http://search.cpan.org/dist/Ref-Util Proposed by Wen Heping, who takes MAINTAINER. Additional tweaks by afresh1@ and me. OK afresh1@ Status: Vendor Tag: cwen Release Tags: cwen_20190514 N ports/devel/p5-Ref-Util/Makefile N ports/devel/p5-Ref-Util/distinfo N ports/devel/p5-Ref-Util/pkg/DESCR N ports/devel/p5-Ref-Util/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/14 08:31:43 Modified files: devel : Makefile Log message: +p5-Ref-Util CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/14 08:46:34 Modified files: x11/gtk+2 : Makefile x11/gtk+2/patches: patch-gtk_gtkmountoperation-x11_c x11/gtk+3 : Makefile x11/gtk+3/patches: patch-gtk_gtkmountoperation-x11_c x11/gtk+4 : Makefile x11/gtk+4/patches: patch-gtk_gtkmountoperation-x11_c Log message: Prevent potential leak of kp. CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/05/14 08:51:31 Modified files: sbin/unwind : captiveportal.c frontend.c resolver.c unwind.c unwind.h Log message: Move common config passing code into a function. OK pamela CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/05/14 08:59:56 Modified files: infrastructure/mk: bsd.port.mk gnu.port.mk Log message: Introduce CONFIGURE_STYLE=autoreconf. This runs autoreconf (or a command of your choice, like autogen.sh) at the gen stage. It implies "gnu". ok espie@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/05/14 09:00:01 Modified files: infrastructure/lib/OpenBSD/PortGen: Port.pm infrastructure/lib/OpenBSD/PortGen/Port: CPAN.pm PyPI.pm Log message: Improve EXTRACT_SUFX detection in portgen OK cwen@ kmos@ CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2019/05/14 09:00:37 Modified files: share/man/man5 : bsd.port.mk.5 Log message: document CONFIGURE_STYLE=autoreconf; ok espie@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/14 09:03:18 Modified files: net/wireguard-tools: Makefile net/wireguard-tools/pkg: PLIST Added files: net/wireguard-tools/pkg: README Log message: - add README with quick instructions on setting up an OpenBSD<->OpenBSD tunnel - take maintainership ok sthen@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/05/14 09:03:52 Modified files: www/youtube-dl : Makefile distinfo www/youtube-dl/pkg: PLIST Log message: Update youtube-dl to 2019.05.11 Maintainer timeout OK naddy@, kn@ and successful test by schwarze@ CVSROOT: /cvs Module name: src Changes by: jan@cvs.openbsd.org 2019/05/14 09:19:07 Modified files: sys/dev/ic : aic7xxx_seeprom.c aic7xxx.c Log message: Add free(9) sizes to ahc(4) From Miod OK tedu@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2019/05/14 09:40:45 Modified files: lib/libcrypto/evp: e_des3.c Log message: Correct missing test to determine if length is in bytes or in bits. Issue found by Guido Vranken ok tedu@ tb@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/14 09:44:56 Modified files: graphics/graphene: Makefile Log message: Update to graphene-1.9.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/14 09:45:59 Modified files: graphics/graphene: Makefile Log message: Oops revert, committed from the wrong tree. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/14 09:50:39 Modified files: graphics/graphene: Makefile distinfo Log message: Really upgrade to graphene-1.9.2 this time... CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/05/14 10:28:23 Modified files: devel/bison : Makefile distinfo devel/bison/pkg: PLIST Removed files: devel/bison/patches: patch-lib_local_mk patch-src_local_mk Log message: Update to bison-3.3.2 Bulk build test and ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2019/05/14 10:43:26 Modified files: regress/lib/libpthread: Makefile.inc regress/lib/libpthread/pthread_specific: Makefile regress/lib/libpthread/stdarg: Makefile share/man/man5 : bsd.regress.mk.5 share/mk : bsd.regress.mk Log message: Remove the REGRESS_MAXTIME feature from regress framework. The timeout based on CPU seconds is pretty useless, most hanging tests sleep and do not spin. The timeout could not be distinguished from failure. Only 3 tests used it. OK anton@ schwarze@ cheloha@ otto@ CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2019/05/14 10:47:30 Modified files: usr.sbin/bgpctl: bgpctl.c Log message: make "bgpctl sh rib detail *out*" look less confusing ok claudio@ CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2019/05/14 10:49:05 Modified files: misc/memcached : Makefile distinfo misc/memcached/patches: patch-configure patch-memcached_c misc/memcached/pkg: PLIST Log message: Update to 1.5.14 Initial diff from David Carlier with tweaks by me and sthen@ enable tls per sthen@ proposal ok sthen@ CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/05/14 11:20:34 Modified files: devel/riscv-elf/gcc: Makefile Added files: devel/riscv-elf/gcc/patches: patch-gcc_tree-vect-stmts_c Log message: Fix build with ports-gcc /usr/ports/pobj/riscv-elf-gcc-8.1.0/gcc-8.1.0/gcc/tree-vect-stmts.c:3748:14: error: converting to 'bool' from 'std::nullptr_t' requires direct-initialization [-fpermissive] CVSROOT: /cvs Module name: ports Changes by: claudio@cvs.openbsd.org 2019/05/14 11:21:31 Log message: Prometheus exporter for hardware and OS metrics exposed by *NIX kernels, written in Go with pluggable metric collectors. OK sthen@ Status: Vendor Tag: claudio Release Tags: claudio_20190514 U ports/sysutils/node_exporter/Makefile U ports/sysutils/node_exporter/distinfo U ports/sysutils/node_exporter/patches/patch-Makefile_common U ports/sysutils/node_exporter/pkg/DESCR U ports/sysutils/node_exporter/pkg/PLIST U ports/sysutils/node_exporter/pkg/node_exporter.rc No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/14 11:36:23 Modified files: lang/elixir : Makefile distinfo Log message: update to elixir-1.8.2 CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/05/14 11:57:20 Modified files: net/samba : Makefile distinfo Log message: SECURITY update to samba-4.8.12 Fixes: o CVE-2018-16860 (Samba AD DC S4U2Self/S4U2Proxy unkeyed checksum) Release notes: https://www.samba.org/samba/history/samba-4.8.12.html CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/05/14 11:58:07 Modified files: net/samba : Tag: OPENBSD_6_5 Makefile distinfo Log message: SECURITY update to samba-4.8.12 Fixes: o CVE-2018-16860 (Samba AD DC S4U2Self/S4U2Proxy unkeyed checksum) Release notes: https://www.samba.org/samba/history/samba-4.8.12.html CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/05/14 11:59:56 Modified files: net/samba : Tag: OPENBSD_6_4 Makefile distinfo Log message: SECURITY update to samba-4.8.12 Fixes: o CVE-2018-16860 (Samba AD DC S4U2Self/S4U2Proxy unkeyed checksum) Release notes: https://www.samba.org/samba/history/samba-4.8.12.html CVSROOT: /cvs Module name: www Changes by: phessler@cvs.openbsd.org 2019/05/14 12:03:51 Modified files: . : events.html Added files: papers : bhyvecon-ottawa-2019.pdf Log message: add my slides for my talk at bhyvecon ottawa CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/05/14 12:25:31 Modified files: usr.bin/ftp : main.c Log message: -v forces verbose mode even if stdin is not a terminal Found the hard way by bluhm Debugged with deraadt & bluhm CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/05/14 12:27:37 Modified files: usr.bin/ftp : ftp.1 Log message: Document -v CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/05/14 12:51:07 Modified files: usr.bin/ftp : http.c progressmeter.c Log message: do not intermingle direct io (write), and potentially buffered io (stdio) against the same outputs ok kmos florian CVSROOT: /cvs Module name: ports Changes by: claudio@cvs.openbsd.org 2019/05/14 12:55:53 Modified files: sysutils : Makefile Log message: Add node_exporter reminded by jasper@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/14 14:04:14 Modified files: sysutils/firmware: Makefile.inc Log message: Don't set a default MASTER_SITES if download points at github CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/14 14:20:17 Modified files: lang/php : Makefile.inc lang/php/7.1 : Makefile lang/php/7.2 : Makefile lang/php/7.3 : Makefile Removed files: lang/php/7.1/patches: patch-ext_tidy_config_m4 patch-ext_tidy_tidy_c lang/php/7.2/patches: patch-ext_tidy_config_m4 patch-ext_tidy_tidy_c Log message: switch from tidyp to tidy(-html5) CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2019/05/14 14:34:15 Modified files: sysutils/firmware/intel: Makefile distinfo sysutils/firmware/intel/pkg: PLIST Log message: update intel microcode to 20190514 changes VERW instruction to clear CPU buffer https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00233.html https://www.intel.com/content/dam/www/public/us/en/documents/corporate-information/SA00233-microcode-update-guidance_05132019.pdf https://software.intel.com/security-software-guidance/insights/deep-dive-intel-analysis-microarchitectural-data-sampling take MAINTAINER as suggested by patrick@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/14 14:40:43 Modified files: sysutils/firmware/intel: Makefile Log message: bump REVISION as the packages I had built didn't have the changed maintainer CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2019/05/14 14:48:45 Modified files: regress/sys/dev/kcov: Makefile kcov.c Log message: test different buffer sizes CVSROOT: /cvs Module name: ports Changes by: pascal@cvs.openbsd.org 2019/05/14 15:10:03 Modified files: net/tor : Makefile distinfo net/tor/patches: patch-configure_ac Log message: Update to new major release Tor 0.4.0.5. For a full changelog, see: https://lists.torproject.org/pipermail/tor-announce/2019-May/000178.html CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/14 15:27:51 Modified files: www/pelican : Makefile Log message: Take maintainership Previous maintainer asked to be dropped CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/14 15:28:53 Modified files: net/p5-Net-Netmask: Makefile distinfo Log message: p5-Net-Netmask: update to 1.9104 Changelog: https://metacpan.org/changes/release/JMASLAK/Net-Netmask-1.9104 OK steven@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/14 15:31:04 Modified files: net/p5-Net-SMTPS: Makefile distinfo Log message: p5-Net-SMTPS: update to 0.09 Changelog: https://metacpan.org/source/TOMO/Net-SMTPS-0.09/Changes OK steven@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/14 15:33:55 Modified files: net/p5-Net-SSH2: Makefile distinfo Log message: p5-Net-SSH2: update to 0.70 Changelog: https://metacpan.org/source/SALVA/Net-SSH2-0.70/Changes OK steven@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/14 15:36:37 Modified files: net/p5-Net-Telnet-Cisco: Makefile distinfo net/p5-Net-Telnet-Cisco/pkg: DESCR Log message: p5-Net-Telnet-Cisco: update to 1.11 Changelog: https://metacpan.org/source/VINSWORLD/Net-Telnet-Cisco-1.11/Changes OK steven@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2019/05/14 15:41:11 Modified files: sys/dev/ic : athn.c Log message: Fix athn(4) 9280 1T2R devices; broken since my noisefloor calib commit Problem reported and fix tested by Stephane Guedon ok jca@ mpi@ CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2019/05/14 17:43:31 Modified files: lang/janet : Makefile distinfo lang/janet/patches: patch-Makefile lang/janet/pkg : PLIST Log message: Update janet to 0.5.0 Reintroduce the shared lib with some more install work. Initial diff from Fred with tweaks from me. CVSROOT: /cvs Module name: src Changes by: rob@cvs.openbsd.org 2019/05/14 21:11:52 Modified files: lib/libutil : Makefile Added files: lib/libutil : ber_add_string.3 ber_get_string.3 ber_oid_cmp.3 ber_read_elements.3 ber_set_header.3 Removed files: lib/libutil : ber.3 Log message: Split ber.3 into logical parts. Further tweaking will be done in tree. Discussed with and ok jmc@, schwarze@, claudio@ CVSROOT: /cvs Module name: src Changes by: rob@cvs.openbsd.org 2019/05/14 21:12:50 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/05/14 21:16:16 Modified files: sys/arch/mips64/mips64: trap.c Log message: Drop redundant pmap_proc_iflush() call. The needed instruction cache invalidation is done by mips64 pmap when the branch emulation page is made executable. Originally, the pmap_proc_iflush() call was necessary. The instruction cache invalidation was added in pmap_protect() after the FPU emulation was introduced. OK miod@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/05/14 21:17:20 Modified files: sys/arch/mips64/mips64: trap.c Log message: Reduce branch emulation page access protection during setup. The setup stage does not need execute access, so map the page initially with read-write protection. OK miod@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/05/14 22:43:32 Modified files: usr.bin/ssh : sshconnect2.c Log message: When doing the fork+exec'ing for ssh-keysign, rearrange the socket into fd3, so as to not mistakenly leak other fd forward accidentally. ok djm CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2019/05/14 23:02:43 Modified files: usr.sbin/smtpd : smtpc.c Log message: normalize newlines when reading the message spotted by martijn@ ok martijn@ gilles@ CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2019/05/15 00:10:24 Modified files: lang/rust : Makefile distinfo Log message: update lang/rust to 1.34.2 Announce: https://blog.rust-lang.org/2019/05/14/Rust-1.34.2.html Security advisory for the standard library: https://blog.rust-lang.org/2019/05/13/Security-advisory.html In short, starting with 1.34.0, you can "safely" cast a type to the wrong type by using Error::type_id function in the standard library. As it could result out of bounds reads/writes/etc it is considered as security issue. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2019/05/15 00:12:19 Modified files: sys/uvm : uvm_amap.c uvm_amap.h Log message: free size for amap; ok visa@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/05/15 00:36:29 Modified files: audio/qsynth : Makefile distinfo Log message: simple update to 0.5.6 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/05/15 00:42:17 Modified files: devel/ruby-activesupport: Makefile distinfo devel/ruby-activesupport/pkg: PLIST Log message: simple update 5.2.2->5.2.3 CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2019/05/15 00:44:23 Modified files: mail/postfwd : Makefile distinfo mail/postfwd/pkg: PLIST Added files: mail/postfwd/patches: patch-sbin_postfwd3 mail/postfwd/pkg: postfwd3.rc Removed files: mail/postfwd/patches: patch-sbin_postfwd2 Log message: Update to 2.02 and add a postfwd3 rc script postfwd3 is still considered beta software CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2019/05/15 00:52:33 Modified files: sys/arch/amd64/include: loadfile_machdep.h sys/arch/amd64/stand/boot: Makefile conf.c sys/arch/amd64/stand/cdboot: Makefile conf.c sys/arch/amd64/stand/libsa: exec_i386.c sys/arch/amd64/stand/pxeboot: Makefile conf.c Added files: sys/arch/amd64/stand/libsa: run_amd64.S Log message: Add support to the BIOS bootloader for random kernel base VA This diff adds support to be able to load a randomly linked kernel VA (subject to some range restrictions). This change has been in snaps for a few days without any fallout. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2019/05/15 00:54:10 Modified files: sys/dev/pci : if_mcx.c Log message: Rework tx path to allow using up to 13 segments per packet, so we don't have to defrag everything. While working on this I discovered both of the tx doorbells can be rung once per mcx_start() call, rather than once per packet. dlg@ helped a lot by making me read the documentation again. CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2019/05/15 00:56:36 Modified files: sys/dev/pci : if_mcx.c Log message: remove some use of uninitialized values pointed out by jsg@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/05/15 01:03:58 Modified files: devel/ruby-cri : Makefile distinfo Log message: simple update 2.15.3 -> 2.15.5 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/05/15 01:04:47 Modified files: www/ruby-multipart-post: Makefile distinfo www/ruby-multipart-post/pkg: PLIST Log message: Simple update 2.0.0 -> 2.1.1 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/05/15 01:07:44 Modified files: sysutils/ruby-r10k: Makefile distinfo sysutils/ruby-r10k/pkg: PLIST Log message: Update to 3.2.0 while there, install r10k tool without GEM_BIN_SUFFIX, this bothers me every time when the default ruby version gets updated CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/15 02:18:34 Modified files: textproc/solr : Makefile distinfo textproc/solr/patches: patch-bin_solr patch-bin_solr_in_sh textproc/solr/pkg: PLIST Log message: update to solr-8.1.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/15 02:19:13 Modified files: mail/rspamd : Makefile distinfo mail/rspamd/pkg: PLIST Log message: update to rspamd-1.9.3 CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/05/15 03:07:47 Modified files: usr.bin/sort : bwstring.c bwstring.h file.c sort.1 sort.c Log message: Cleanup: Delete handling of LC_COLLATE (which has no effect) and delete support for non-ASCII single-byte encodings, allowing to replace the condition byte_sort == 1 with sort_mb_cur_max == 1. Since none of our single-byte character and string functions are locale dependent, also zap inspection of LC_CTYPE while here. For know, keep the code supporting multi-byte encodings even though it is very ugly, it cannot be reached right now, and we have no plans to enable it any time soon. OK millert@ tb@ CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2019/05/15 03:13:16 Modified files: lib/libssl : ssl_cert.c ssl_ciphers.c ssl_lib.c Log message: s3 is never NULL since s2 (formerly used for SSLv2) does not exist, so there is no need to check for it. Fixes COV-165788, identified with help from Alex Bumstead. ok jsing@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/05/15 03:33:34 Modified files: usr.bin/sort : bwstring.c Log message: re-indent bwscoll() after previous commit; no binary change CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/05/15 03:49:32 Modified files: lib/libutil : ber_read_elements.3 Log message: delete some duplicate words CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2019/05/15 05:50:38 Modified files: multimedia/mkvtoolnix: Makefile Log message: Fix RCS Id CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/15 05:52:23 Modified files: net/strongswan : Makefile net/strongswan/pkg: PLIST Added files: net/strongswan/pkg: PFRAG.aesni Log message: strongswan: build with AES-NI support only on x86, fragment PLIST. This should unbreak the build on all !x86 platforms. Originally tested on macppc, and on aarch64 by sthen@ (thanks!) OK sthen@ (maintainer) CVSROOT: /cvs Module name: src Changes by: kmos@cvs.openbsd.org 2019/05/15 05:53:22 Modified files: usr.bin/ftp : ftp.1 main.c Log message: Add the -m flag to the ftp.1 man page. Adjust the usage message of ftp(1) to reflect its two operating modes and list missing flags. OK florian@ jmc@ CVSROOT: /cvs Module name: src Changes by: eric@cvs.openbsd.org 2019/05/15 05:56:19 Modified files: usr.sbin/smtpd : smtp_session.c Log message: do not use CRLF when passing data lines to filters. ok gilles@ CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2019/05/15 06:04:43 Modified files: lang/python : python.port.mk audio/beets : Makefile audio/py-discogs-client: Makefile biology/py-biopython: Makefile converters/py-mini-amf: Makefile databases/barman: Makefile databases/py-flask-sqlalchemy: Makefile databases/py-influxdb: Makefile databases/py-pgsql: Makefile databases/py-sqlobject: Makefile devel/bpython : Makefile devel/bzr : Makefile devel/cvs2svn : Makefile devel/flake8 : Makefile devel/git-cvs : Makefile devel/mercurial: Makefile devel/meson : Makefile devel/pudb : Makefile devel/py-SOAPpy: Makefile devel/py-arrow : Makefile devel/py-astroid: Makefile devel/py-babel : Makefile devel/py-binaryornot: Makefile devel/py-binplist: Makefile devel/py-buildslave: Makefile devel/py-cairocffi: Makefile devel/py-cffi : Makefile devel/py-click-log: Makefile devel/py-doit : Makefile devel/py-dulwich: Makefile devel/py-execnet: Makefile devel/py-fasteners: Makefile devel/py-freezegun: Makefile devel/py-gevent: Makefile devel/py-hachoir-metadata: Makefile devel/py-html5lib: Makefile devel/py-icalendar: Makefile devel/py-intervaltree: Makefile devel/py-ipykernel: Makefile devel/py-jedi : Makefile devel/py-jsonschema: Makefile devel/py-jupyter_client: Makefile devel/py-jupyter_core: Makefile devel/py-logilab-common: Makefile devel/py-mock : Makefile devel/py-modulegraph: Makefile devel/py-more-itertools: Makefile devel/py-nbconvert: Makefile devel/py-nbformat: Makefile devel/py-nbval : Makefile devel/py-nosexcover: Makefile devel/py-objgraph: Makefile devel/py-pexpect: Makefile devel/py-prompt_toolkit: Makefile devel/py-protocols: Makefile devel/py-ruledispatch: Makefile devel/py-test-xdist: Makefile devel/py-test : Makefile devel/py-testpath: Makefile devel/py-testtools: Makefile devel/py-texscythe: Makefile devel/py-tox : Makefile devel/py-traitlets: Makefile devel/py-wurlitzer: Makefile devel/py-yamllint: Makefile devel/pylint : Makefile devel/src : Makefile editors/py-neovim: Makefile geo/mapproxy : Makefile geo/py-fiona : Makefile geo/py-owslib : Makefile geo/py-planet : Makefile geo/py-rasterio: Makefile graphics/py-matplotlib: Makefile graphics/py-qrcode: Makefile graphics/pycha : Makefile lang/pcbasic : Makefile mail/mailpile : Makefile mail/py-milter : Makefile math/py-affine : Makefile math/py-bottleneck: Makefile math/py-numexpr: Makefile math/py-pandas : Makefile math/py-patsy : Makefile math/py-snuggs : Makefile math/py-sympy : Makefile multimedia/py-chromecast: Makefile multimedia/streamlink: Makefile multimedia/yle-dl: Makefile net/aggregate6 : Makefile net/blaeu : Makefile net/poezio : Makefile net/py-aiodns : Makefile net/py-boto3 : Makefile net/py-botocore: Makefile net/py-oauth2 : Makefile net/py-ripe.atlas.cousteau: Makefile net/py-ripe.atlas.sagan: Makefile net/py-ripe.atlas.tools: Makefile net/py-slixmpp : Makefile net/py-tld : Makefile net/py-xmpp : Makefile print/py-relatorio: Makefile print/py-reportlab: Makefile productivity/khal: Makefile productivity/vdirsyncer: Makefile security/ROPgadget: Makefile security/fierce: Makefile security/floss : Makefile security/plaso : Makefile security/py-M2Crypto: Makefile security/py-artifacts: Makefile security/py-axolotl: Makefile security/py-dfwinreg: Makefile security/py-miasm: Makefile security/py-oauthlib: Makefile security/py-paramiko: Makefile security/py-rsa: Makefile security/py-service_identity: Makefile security/py-viv_utils: Makefile security/wapiti: Makefile shells/fish : Makefile shells/py-qtconsole: Makefile sysutils/aws-shell: Makefile sysutils/borgbackup: Makefile sysutils/diffoscope: Makefile sysutils/fabric: Makefile sysutils/google-compute-engine: Makefile sysutils/py-augeas: Makefile sysutils/py-croniter: Makefile sysutils/tarsnapper: Makefile textproc/py-black: Makefile textproc/py-commonmark: Makefile textproc/py-m2r: Makefile textproc/py-nltk: Makefile textproc/py-numpydoc: Makefile textproc/py-ofxparse: Makefile textproc/py-pyRFC3339: Makefile textproc/py-ruamel.yaml: Makefile www/jupyter-notebook: Makefile www/pelican : Makefile www/py-aiohttp : Makefile www/py-beaker : Makefile www/py-bleach : Makefile www/py-feedgenerator: Makefile www/py-flask : Makefile www/py-frozen-flask: Makefile www/py-httpie : Makefile www/py-httplib2: Makefile www/py-jinja2 : Makefile www/py-mako : Makefile www/py-paste-deploy: Makefile www/py-paste-script: Makefile www/py-paste : Makefile www/py-pylons : Makefile www/py-repoze-profile: Makefile www/py-requests-mock: Makefile www/py-requests-oauthlib: Makefile www/py-requests: Makefile www/py-terminado: Makefile www/py-tornado : Makefile www/py-weberror: Makefile www/py-webhelpers: Makefile www/py-webtest : Makefile www/py-yarl : Makefile www/tootstream : Makefile www/weboob : Makefile Log message: Add RUN_DEPENDS to TEST_DEPENDS automatically for ports using the lang/python port module. I've not yet come up with a port that would not need this and one can always set MODPY_TESTDEP to "no" to prevent the module from touching TEST_DEPENDS. Idea from afresh1 who pointed out the cpan module already does this. aja "I support this move." OK sthen@ CVSROOT: /cvs Module name: src Changes by: jan@cvs.openbsd.org 2019/05/15 06:17:18 Modified files: sys/dev : softraid.c Log message: Fix free(9) sizes in softraid(4) OK tedu@ CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2019/05/15 06:43:24 Modified files: productivity/tryton: Makefile.inc productivity/tryton/5.0/trytond: Makefile productivity/tryton/5.2/trytond: Makefile Log message: RUN_DEPENDS is automatically added to TEST_DEPENDS now. Now need to add it explicitly. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2019/05/15 06:59:42 Modified files: . : hackathons.html Log message: extra developer showed up CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/15 07:34:58 Modified files: www/p5-HTTP-Headers-Fast: Makefile distinfo Log message: p5-HTTP-Headers-Fast: update to 0.22 Changelog: https://metacpan.org/source/TOKUHIROM/HTTP-Headers-Fast-0.22/Changes tweaks and OK afresh1@ CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/05/15 07:37:32 Modified files: audio/timidity : Makefile distinfo audio/timidity/pkg: PLIST Added files: audio/timidity/patches: patch-TiMidity++-2_15_0_configure_in patch-TiMidity++-2_15_0_timidity_Makefile_am patch-TiMidity++-2_15_0_timidity_common_c patch-TiMidity++-2_15_0_timidity_freq_c patch-TiMidity++-2_15_0_timidity_mfi_c patch-TiMidity++-2_15_0_timidity_output_c Removed files: audio/timidity/patches: patch-TiMidity++-2_13_2_configure_in patch-TiMidity++-2_13_2_interface_xaw_i_c patch-TiMidity++-2_13_2_timidity_Makefile_am patch-TiMidity++-2_13_2_timidity_common_c patch-TiMidity++-2_13_2_timidity_freq_c patch-TiMidity++-2_13_2_timidity_mfi_c patch-TiMidity++-2_13_2_timidity_output_c patch-TiMidity++-2_13_2_timidity_sun_a_c audio/timidity/pkg: PFRAG.xaw Log message: Update to timidity-2.15.0, which brings in lots of bug fixes over the 15 years since 2.13.2 was released. ok ratchov@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/05/15 07:42:40 Modified files: usr.bin/ftp : cmd.c ftp.h main.c progressmeter.c Log message: Display "bytes received" like the csrg ftp used to when the progressbar is disabled. Difference pointed out by deraadt OK kurtm, sunil CVSROOT: /cvs Module name: src Changes by: bcook@cvs.openbsd.org 2019/05/15 07:44:18 Modified files: usr.sbin/ocspcheck: ocspcheck.c Log message: check result of ftruncate() as we do write() below ok beck@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/05/15 07:51:08 Modified files: infrastructure/bin: dpb infrastructure/lib/DPB: Trace.pm Log message: get trace to cleanup its children as well (pass them an INT signal) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/05/15 07:53:17 Modified files: infrastructure/lib/DPB: Host.pm External.pm infrastructure/lib/DPB/PortBuilder: Rebuild.pm Log message: stop lying, we are not creating a new host. incidentally: wipe can't wipe locks from a different configuration with a host that's not actually running. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/05/15 07:55:47 Modified files: infrastructure/lib/DPB: External.pm Log message: more user input validation: dead hosts can't wipe CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/05/15 09:36:59 Modified files: usr.bin/ktrace : ktrace.1 usr.bin/kdump : kdump.1 kdump.c Log message: improve wrong markup and poor wording regarding the -t argument that was spotted by deraadt@; OK deraadt@ jmc@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/05/15 09:59:24 Modified files: games/caesar : caesar.c Log message: patch from to support backward rotation, hoping to save somebody's life from the Leather Goddesses of Phobos CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/05/15 10:58:56 Modified files: lib/libc/stdlib: qsort.3 Log message: delete two stray blank lines CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/15 11:21:33 Modified files: devel/libsoup : Makefile distinfo Log message: Update to libsoup-2.66.2. CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/05/15 11:22:16 Modified files: editors/featherpad: Makefile distinfo editors/featherpad/pkg: PLIST Log message: Update to featherpad-0.10.0 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/05/15 11:37:19 Modified files: lang/kona : Makefile distinfo Log message: Update to kona-3.2.0.20190514 CVSROOT: /cvs Module name: ports Changes by: bcallah@cvs.openbsd.org 2019/05/15 11:39:41 Modified files: games/wtf : Makefile distinfo Log message: Update to wtf-20190507 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2019/05/15 12:02:19 Modified files: databases/ruby-hiera-eyaml-gpg: Makefile distinfo Log message: Update to 0.7.3 CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/05/15 12:06:09 Modified files: usr.bin/less : cmdbuf.c Log message: UTF-8 cleanup in the function cmd_putstr(). This function is only ever called with constant ASCII string arguments, so actually it doesn't need any UTF-8 handling whatsoever. OK millert@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/05/15 12:18:08 Modified files: usr.bin/less : charset.c cvt.c funcs.h Log message: Clean up all major UTF-8 issues in cvt.c. This also allows to delete the buggy, now unused function put_wchar(). OK millert@ CVSROOT: /cvs Module name: src Changes by: rob@cvs.openbsd.org 2019/05/15 12:18:21 Modified files: lib/libutil : ber_get_string.3 ber_read_elements.3 Log message: Consistently make errno a .Vt CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/05/15 12:25:29 Modified files: lib/libutil : ber_add_string.3 Log message: add substantial amounts of missing information; OK rob@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/15 12:40:56 Modified files: multimedia/py-chromecast: Makefile distinfo Log message: Update to py3-chromecast-3.2.2. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/05/15 12:42:30 Modified files: lib/libutil : getmaxpartitions.3 getrawpartition.3 Log message: sort SEE ALSO; CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2019/05/15 12:53:03 Modified files: regress/lib/libpthread/malloc_duel: malloc_duel.c Log message: Turn the 2 thread duel into a 11 thread melee. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/15 12:57:19 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py-boto3-1.9.148. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/15 12:57:31 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py-botocore-1.12.148. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/15 12:57:47 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.16.158. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/15 12:59:43 Modified files: textproc/libxslt: Makefile distinfo Log message: update to libxslt-1.1.33 tested in a bulk by aja@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/05/15 13:00:47 Modified files: share/man/man3 : intro.3 Log message: listing all the libutil pages is getting cumbersome, and providing little benefit - remove it; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2019/05/15 13:01:58 Modified files: share/man/man1 : register-plist.1 Log message: new sentence, new line; CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/15 13:04:38 Modified files: sysutils/exoscale-cli: Makefile distinfo Log message: Update to exoscale-cli-1.3.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/15 13:05:53 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-246.0.0. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/05/15 13:06:01 Modified files: usr.bin/less : charset.h cmdbuf.c cvt.c line.c Log message: trivial replacement of the home-grown IS_ASCII_OCTET() with the standard isascii(3) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/15 13:09:05 Modified files: x11/gnome/gedit-plugins: Makefile distinfo x11/gnome/gedit-plugins/pkg: PLIST Log message: update to gedit-plugins-3.32.2 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/15 13:13:07 Modified files: x11/gnome/gedit: Makefile distinfo Log message: update to gedit-3.32.2 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2019/05/15 13:25:15 Modified files: lib/libssl : Tag: OPENBSD_6_5 ssl_tlsext.c Log message: In DTLS, use_srtp is part of the extended server hello while in TLSv1.3, it is an encrypted extension. Include it in the server hello for now. This will have to be revisited once TLSv1.3 gets there. Fixes SRTP negotiation. Problem found by two rust-openssl regress failures reported by mikeb. with & ok beck OpenBSD 6.5 errata 002 CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/05/15 13:25:53 Modified files: usr.bin/tmux : window-copy.c Log message: Fix dragging when in view mode rather than copy mode, GitHub issue 1740 from Brad Town. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/05/15 13:36:20 Modified files: usr.bin/less : charset.c funcs.h Log message: trivial patch to at least make the buggy functions control_char() and get_wchar() static for now - until they can be deleted CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2019/05/15 14:27:42 Modified files: distrib/miniroot: trimcerts.awk Log message: add copyright grant, requested by deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/05/15 14:59:17 Modified files: sys/dev/acpi : tpm.c Log message: if \n is added in attach, then tpm_init() should skip it. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2019/05/15 15:05:56 Modified files: regress/sys/kern/unveil: syscalls.c Log message: Add a regression test for path discovery outside of unveil() which we should eventually fix CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2019/05/15 15:18:40 Modified files: sys/dev/acpi : tpm.c Log message: revert previous, since it makes jmc's machine print an extra newline. several printfs here seem to have mismatched newlines? CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2019/05/15 15:25:50 Modified files: sys/kern : kern_malloc.c Log message: rework the zero warning slightly, and more completely disable until we're more ready to deal with the noise. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2019/05/15 15:28:21 Modified files: sys/dev/acpi : tpm.c Log message: unrevert, i missed deraadt's commit with the proper fix noticed by deraadt CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/15 16:06:06 Modified files: devel/boehm-gc : Makefile Log message: - use https - this is heavily MD; add a comment making clear that updates to this need testing on more than just amd64 CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/15 17:08:12 Modified files: devel/p5-Array-Diff: Makefile distinfo Log message: p5-Array-Diff: update to 0.09 Changelog: https://metacpan.org/source/NEILB/Array-Diff-0.09/Changes Original diff from Wen Heping, tweaks from afresh1@, reminded by Julien Dhaille. OK afresh1@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/15 17:24:32 Modified files: devel/p5-Test-Time: Makefile Log message: p5-Test-Time: add MAINTAINER Julien Dhaille , who took care of the last update for this module, takes MAINTAINER-ship. Thanks! CVSROOT: /cvs Module name: src Changes by: mlarkin@cvs.openbsd.org 2019/05/15 19:14:08 Modified files: sys/dev/pci : dwiic_pci.c Log message: Attach two dwiic-pci devices that didn't work before. That problem seems to have been resolved sometime in the past few months, and attaching the devices now makes the trackpad and trackpoint on the Dell Precision 7520 work properly. ok jcs CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/15 21:12:29 Modified files: geo/pdal : Makefile Log message: This picks up libexecinfo if installed. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2019/05/15 22:24:14 Modified files: sys/uvm : uvm_map.c Log message: Handle a bit more work without taking the kernel lock. This should avoid taking the kernel lock on when operating on the kernel_map when called from all kernel memory allocation interfaces. ok visa@, mlarkin@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/05/15 22:33:07 Log message: Import devel/p5-File-Share 0.25 File::Share is a dropin replacement for File::ShareDir. It supports the dist_dir and dist_file functions, except these functions have been enhanced to understand when the developer's local ./share/ directory should be used. CVS: From wen heping (MAINTAINER) OK and tweaks from cwen@ ---------------------------------------------------------------------- Status: Vendor Tag: afresh1 Release Tags: afresh1_20190515 N ports/devel/p5-File-Share/Makefile N ports/devel/p5-File-Share/distinfo N ports/devel/p5-File-Share/pkg/DESCR N ports/devel/p5-File-Share/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/05/15 22:33:35 Modified files: devel : Makefile Log message: +p5-File-Share CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2019/05/15 23:00:00 Modified files: usr.sbin/snmpd : mps.c smi.c snmpd.h Log message: Allow arbitrary oids to be specified for the getnext request, instead of oids needing to be part of the snmpd loaded tree. This is in line with RFC3416. OK gerhard@ who apparently has the exact same diff in his repo. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2019/05/15 23:24:13 Modified files: regress/lib/libpthread: Makefile Log message: enable malloc_duel; "tests want to run" bluhm@ CVSROOT: /cvs Module name: src Changes by: denis@cvs.openbsd.org 2019/05/15 23:49:22 Modified files: usr.sbin/ospfd : ospfd.c ospfd.h parse.y Log message: Do not change router-id on reload if unspecified. OK remi@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/05/16 00:23:15 Modified files: usr.bin/wall : ttymsg.c Log message: unveil "w" on ttys was too strict, introducing a failure condition that non-root walls would not stat() tty permissions. Pointed out by Anton Borowka. The stat is intentional to check for biff-compatible g+w bit, Correct stat+open TOCTOU into open+fstat, which means the unveil is correct. (once again, application of unveil has exposed a minor TOCTOU). ok guenther martijn CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2019/05/16 00:41:47 Modified files: usr.sbin/vmctl : vmctl.c Log message: treat vms that are disabled in vm.conf the same as any other vm that's stopped "disabled" in this context might imply it being broken or otherwise unusable prompted by and ok mlarkin@ CVSROOT: /cvs Module name: www Changes by: gilles@cvs.openbsd.org 2019/05/16 01:30:05 Modified files: opensmtpd : list.html Log message: add link to archives From: Sergey Bronnikov CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2019/05/16 01:58:50 Modified files: textproc/uncrustify: Makefile distinfo Log message: update uncrustify to 0.69.0. ok benoit@. CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2019/05/16 02:47:27 Modified files: usr.bin/ssh : ssh-pkcs11-helper.c Log message: Move a variable declaration to the block where it's used to make things a little tidier for -portable. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/16 03:36:05 Modified files: textproc/libxml: Makefile distinfo Log message: update to libxml2-2.9.9 tested in a bulk by aja@, thanks CVSROOT: /cvs Module name: ports Changes by: rpointel@cvs.openbsd.org 2019/05/16 03:37:00 Modified files: security/yara : Makefile.inc security/yara/main: distinfo security/yara/python: Makefile distinfo Log message: update yara to 3.10.0. ok benoit@. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/16 04:07:34 Modified files: sysutils/firmware: Tag: OPENBSD_6_5 Makefile.inc Log message: MFC make MASTER_SITES conditional on !GH_ACCOUNT CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/16 04:07:46 Modified files: sysutils/firmware: Tag: OPENBSD_6_4 Makefile.inc Log message: MFC make MASTER_SITES conditional on !GH_ACCOUNT CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/16 04:10:23 Modified files: sysutils/firmware/intel: Tag: OPENBSD_6_5 Makefile distinfo sysutils/firmware/intel/pkg: Tag: OPENBSD_6_5 PLIST Log message: MFC new intel microcode CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/16 04:10:36 Modified files: sysutils/firmware/intel: Tag: OPENBSD_6_4 Makefile distinfo sysutils/firmware/intel/pkg: Tag: OPENBSD_6_4 PLIST Log message: MFC new intel microcode CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2019/05/16 05:37:40 Modified files: www/weboob : Makefile distinfo www/weboob/pkg : PLIST Log message: update weboob to 1.5 and switch port to py3 only CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2019/05/16 05:39:19 Modified files: math/netcdf : Makefile distinfo math/netcdf/pkg: PLIST Removed files: math/netcdf/patches: patch-libdispatch_dfile_c patch-libdispatch_dparallel_c Log message: update to netcdf-4.7.0 from martin@ (MAINTAINER) with a tweak by me CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2019/05/16 06:44:18 Modified files: distrib/special/ftp: Makefile distrib/special/ftp-ssl: Makefile usr.bin/ftp : Makefile ftp.1 ftp.c main.c util.c Added files: usr.bin/ftp : cmds.c cmds.h cmdtab.c complete.c cookie.c domacro.c extern.h fetch.c ftp_var.h list.c pathnames.h ruserpass.c small.c small.h stringlist.c stringlist.h Removed files: usr.bin/ftp : cmd.c file.c ftp.h http.c progressmeter.c url.c xmalloc.c xmalloc.h Log message: Revert suni'ls ftp rewrite for now. We are juggling too many things at the moment and we can't deal with the differences in behaviour right now. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/05/16 07:35:17 Modified files: lib/libc/gen : err.3 glob.3 psignal.3 lib/libc/stdio : perror.3 lib/libc/string: strerror.3 strsignal.3 lib/libc/time : strftime.3 strptime.3 Log message: More consistently put remarks about the less useful LC_* categoties, i.e. those other than LC_CTYPE, into the CAVEATS section, and standardize wording somewhat. OK jmc@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/05/16 07:52:47 Modified files: sys/kern : kern_smr.c sys/sys : sched.h Log message: Remove incorrect optimization. The current logic for skipping idle CPUs does not establish strong enough ordering between CPUs. Consequently, smr_grace_wait() might incorrectly skip a CPU and invoke an SMR callback too early. Prompted by haesbaert@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/16 08:06:05 Modified files: graphics/ffmpeg: Makefile Log message: - libass already pulls in iconv so add iconv support to FFmpeg to enable character set conversion for subtitles. - Add libxml2 to enable the DASH demuxer. - Since libxml2 pulls in xz then add xz to FFmpeg for LZMA support for the TIFF decoder. from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/05/16 08:08:53 Modified files: www/kore : Makefile distinfo Log message: Update kore to 3.3.0. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2019/05/16 08:36:58 Modified files: usr.sbin/sensorsd: sensorsd.c Log message: unveil code was unaware of -f option. From Anton Borowka. ok sthen CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2019/05/16 09:21:40 Modified files: . : events.html Log message: add video link for the recent vmm talk CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/16 09:28:32 Modified files: security/heimdal: Makefile distinfo security/heimdal/pkg: PLIST-main Removed files: security/heimdal/patches: patch-lib_kadm5_init_s_c patch-lib_roken_rand_c Log message: SECURITY update to heimdal-7.6.0. - CVE-2018-16860 Heimdal KDC: Reject PA-S4U2Self with unkeyed checksum - CVE-2019-12098: krb5: always confirm PA-PKINIT-KX for anon PKINIT CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/16 09:28:51 Modified files: security/heimdal: Tag: OPENBSD_6_5 Makefile Added files: security/heimdal/patches: Tag: OPENBSD_6_5 patch-kdc_krb5tgs_c patch-lib_krb5_init_creds_pw_c patch-lib_krb5_krb5_locl_h patch-lib_krb5_pkinit_c Log message: Backport SECURITY fixes for: - CVE-2018-16860 Heimdal KDC: Reject PA-S4U2Self with unkeyed checksum - CVE-2019-12098: krb5: always confirm PA-PKINIT-KX for anon PKINIT CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/16 09:35:46 Modified files: net/p5-Net-IP-XS: Makefile distinfo Log message: p5-Net-IP-XS: update to 0.21 Changelog: https://metacpan.org/source/TOMHRR/Net-IP-XS-0.21/Changes OK afresh1@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/16 09:38:07 Modified files: textproc/p5-Text-Diff-HTML: Makefile distinfo Log message: p5-Text-Diff-HTML: update to 0.08 Changelog: https://metacpan.org/changes/release/TIMK/Text-Diff-HTML-0.08 OK afresh1@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/05/16 09:38:56 Modified files: gnu/llvm/tools/clang/docs/CommandGuide: clang.rst gnu/usr.bin/clang/clang: clang.1 Makefile distrib/sets/lists/comp: clang.amd64 clang.arm64 clang.armv7 clang.i386 clang.loongson clang.macppc clang.octeon clang.sgi clang.sparc64 Log message: Stop using the moribund MLINKS bsd.man.mk feature for clang(1). Patch clang.rst such that "gmake -f Makefile.sphinx man" keeps working. Using input from jsg@; OK patrick@; "no worries" deraadt@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/16 09:39:49 Modified files: textproc/p5-Text-Format: Makefile distinfo Log message: p5-Text-Format: update to 0.61 Changelog: https://metacpan.org/source/SHLOMIF/Text-Format-0.61/Changes OK afresh1@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/16 09:41:59 Modified files: textproc/p5-Text-Reflow: Makefile distinfo textproc/p5-Text-Reflow/pkg: DESCR PLIST Log message: p5-Text-Reflow: update to 1.17 Changelog: https://metacpan.org/source/MWARD/Text-Reflow-1.17/Changes OK afresh1@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/05/16 09:55:47 Modified files: infrastructure/lib/OpenBSD/PortGen: Port.pm infrastructure/lib/OpenBSD/PortGen/Port: PyPI.pm Log message: Reset python3 FLAVOR in portgen When python ports move from python 2 + 3 to only a single version or the other way we need to reset some values for that to take effect. go with it, cwen@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/05/16 10:00:08 Modified files: infrastructure/lib/OpenBSD/PortGen/Port: PyPI.pm Log message: Have portgen attach MODPY_FLAVOR only if dependency has python3 flavor go with it, cwen@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/05/16 10:01:10 Modified files: infrastructure/lib/OpenBSD/PortGen/Port: PyPI.pm Log message: Clean up PyPI get_deps method in portgen Should be no functional change CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2019/05/16 10:07:06 Modified files: net/osrtspproxy/patches: patch-librtsp_rtspprot_cpp Added files: net/osrtspproxy/patches: patch-libapp_Avl_h patch-libapp_types_h Log message: Remove the min and max defines to make it compile with ports gcc. reported, tested, OK cwen@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/05/16 10:18:55 Modified files: distrib/sets/lists/man: mi gnu/usr.bin/perl: Makefile.bsd-wrapper1 Log message: Stop using the moribund MLINKS bsd.man.mk feature for Perl manuals. It was only used in a very unsystematic way for a small minority of Perl manual pages anyway, and using it consistently would entail unsustainable maintenance workload. Using input from afresh1@ espie@ and Grinnz#p5p; OK afresh1@ espie@ jmc@. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/16 10:24:48 Modified files: www : Makefile Log message: Unbreak sqlports, there's no more weboob,python3. CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2019/05/16 10:57:16 Modified files: . : errata64.html errata65.html Log message: release srtp errata CVSROOT: /cvs Module name: www Changes by: tb@cvs.openbsd.org 2019/05/16 11:12:03 Modified files: . : errata64.html Log message: Only 6.5 is affected by the srtp issue. CVSROOT: /cvs Module name: src Changes by: rob@cvs.openbsd.org 2019/05/16 11:39:21 Modified files: lib/libutil : ber_get_string.3 ber_read_elements.3 Log message: Correct errno markup. Noticed by schwarze. Discussed with schwarze and jmc. ok schwarze CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2019/05/16 12:12:54 Modified files: productivity/tryton/5.0/account: Makefile distinfo productivity/tryton/5.0/account_eu: Makefile distinfo productivity/tryton/5.0/account_invoice: Makefile distinfo productivity/tryton/5.0/account_statement: Makefile distinfo productivity/tryton/5.0/product_cost_fifo: Makefile distinfo productivity/tryton/5.0/production_work_timesheet: Makefile distinfo productivity/tryton/5.0/sao: Makefile distinfo productivity/tryton/5.0/tryton: Makefile distinfo Log message: update tryton 5.0 serie: maintenance update CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2019/05/16 12:15:40 Modified files: lang/python : python.port.mk Log message: set MODPY_TESTDEP dependent to NO_TEST. it will avoid populate TEST_DEPENDS when the port has explicitly declared there is no test. ok kmos@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2019/05/16 13:47:49 Modified files: www/kore : Makefile www/kore/pkg : PLIST Log message: Add a curl FLAVOR to Kore, and regen PLIST. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/16 14:19:32 Modified files: print/cups-filters: Makefile distinfo print/cups-filters/patches: patch-Makefile_in Log message: Update to cups-filters-1.22.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/16 14:21:41 Modified files: x11/gnome/seahorse: Makefile distinfo Log message: Update to seahorse-3.32.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/16 14:27:00 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py-boto3-1.9.150. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/16 14:27:13 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py-botocore-1.12.150. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/16 14:27:28 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.16.160. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/16 14:43:09 Modified files: x11/gtk+2 : Makefile x11/gtk+2/patches: patch-gtk_gtkmountoperation-x11_c x11/gtk+3 : Makefile x11/gtk+3/patches: patch-gtk_gtkmountoperation-x11_c x11/gtk+4 : Makefile x11/gtk+4/patches: patch-gtk_gtkmountoperation-x11_c Log message: Make sure kp is properly initialized. CVSROOT: /cvs Module name: src Changes by: remi@cvs.openbsd.org 2019/05/16 15:07:33 Modified files: usr.sbin/ospfctl: parser.c parser.h Log message: Accept address and number format for "ospfctl show database area XXX". OK denis@ benno@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/16 15:11:47 Modified files: textproc/p5-Text-SimpleTable: Makefile distinfo Log message: p5-Text-SimpleTable: update to 2.07 Changelog: https://metacpan.org/source/MRAMBERG/Text-SimpleTable-2.07/Changes OK afresh1@ CVSROOT: /cvs Module name: src Changes by: rob@cvs.openbsd.org 2019/05/16 15:12:33 Modified files: lib/libutil : ber.c Log message: Add XXX to a comment. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2019/05/16 15:16:04 Modified files: usr.sbin/vmd : loadfile.h loadfile_elf.c Log message: Unbreak vmctl start foo -b /bsd -d disk.img -cL Define a local definition of LOADADDR() instead of pulling in machine/loadfile_machdep.h. vmd -b requires the addresses to be masked and the new bootloader no longer does that. OK pd@ kettenis@ CVSROOT: /cvs Module name: src Changes by: kevlo@cvs.openbsd.org 2019/05/16 19:05:20 Modified files: sys/dev/ic : athn.c athnreg.h Log message: For AR9271, use correct clock control register and add a macro to access it. ok stsp@ CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/05/16 21:29:37 Log message: Add devel/p5-Test-EOL 2.00 This module checks the correct line endings in your project. From wen heping (MAINTAINER) looks good cwen@ Status: Vendor Tag: afresh1 Release Tags: afresh1_20190516 N ports/devel/p5-Test-EOL/Makefile N ports/devel/p5-Test-EOL/distinfo N ports/devel/p5-Test-EOL/pkg/DESCR N ports/devel/p5-Test-EOL/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/05/16 21:30:18 Modified files: devel : Makefile Log message: +p5-Test-EOL CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/16 21:31:26 Modified files: textproc/libical: Makefile distinfo textproc/libical/patches: patch-CMakeLists_txt textproc/libical/pkg: PLIST-glib PLIST-main Log message: Update to libical-3.0.5. - bulk tested CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/16 21:33:21 Modified files: www : Makefile Log message: Hook up the curl FLAVOR. CVSROOT: /cvs Module name: ports Changes by: afresh1@cvs.openbsd.org 2019/05/16 21:40:00 Modified files: www/p5-Apache-LogFormat-Compiler: Makefile distinfo Log message: Update www/p5-Apache-LogFormat-Compiler to 0.35 From wen heping tweaks and OK cwen@ CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/05/16 21:53:08 Modified files: sys/kern : kern_smr.c subr_xxx.c Log message: Add SMR_ASSERT_NONCRITICAL() in assertwaitok(). This eases debugging because now the error is detected before context switch. The sleep code path eventually calls assertwaitok() in mi_switch(), so the assertwaitok() in the SMR barrier function is somewhat redundant and can be removed. OK mpi@ CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/05/16 23:47:31 Modified files: usr.bin/tmux : cmd-new-session.c Log message: Initialize default size variables, from Thomas Adam. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/05/16 23:48:26 Modified files: usr.bin/tmux : tty-acs.c Log message: Change a couple of ACS characters to be more sensible and add a few missing ones, reported by Ricardo Banffy. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2019/05/17 00:47:10 Modified files: usr.sbin/tcpdump: print-gre.c Log message: handle ERSPAN type I type I and II share their GRE protocol, but you tell them apart by checking if a sequence number is used. type I does not use a sequence number and contains a bare ethernet frame. type II contains a sequence number and a shim header that is already handled by the code. tested with a Dell S5048F-ON and an encapsulated remote port mirror setup. CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2019/05/17 01:12:33 Modified files: sys/dev/pci : if_mcx.c Log message: Implement mcx_down() and use it to unwind unsuccessful mcx_up() attempts. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/05/17 04:04:13 Modified files: infrastructure/lib/OpenBSD: ReverseSubst.pm Log message: put empty_backsubst into its own function. fix buglet: call adjust anyhow (from afresh1@) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/05/17 04:24:18 Modified files: infrastructure/bin: update-plist Log message: make code clearer, do not declare a 2nd local i. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/17 06:11:31 Modified files: x11/gtk+2/patches: patch-gtk_gtkmountoperation-x11_c x11/gtk+3/patches: patch-gtk_gtkmountoperation-x11_c x11/gtk+4/patches: patch-gtk_gtkmountoperation-x11_c Log message: Merged upstream. CVSROOT: /cvs Module name: ports Changes by: abieber@cvs.openbsd.org 2019/05/17 06:21:08 Modified files: plan9/drawterm : Makefile distinfo Log message: Update to drawterm-20170319 (5c953ddd29fa) from maintainer Stanley Lieber CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2019/05/17 06:42:45 Modified files: security/opendnssec: Makefile distinfo Log message: Update opendnssec 2.1.3 -> 2.1.4 Announcement: https://www.opendnssec.org/2019/05/opendnssec-2-1-4/ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/17 06:52:46 Modified files: net/isc-bind : Makefile distinfo net/isc-bind/patches: patch-lib_isc_unix_socket_c Removed files: net/isc-bind/patches: patch-bin_named_client_c patch-bin_named_include_named_interfacemgr_h patch-bin_named_interfacemgr_c Log message: update to BIND 9.11.7 CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2019/05/17 07:05:48 Modified files: build : mirrors.dat Log message: readd mirror.internode.on.net in Adelaide, they have switched from aarnet as upstream and now have usable files CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2019/05/17 07:06:28 Modified files: . : ftp.html ftplist openbgpd : ftp.html openssh : ftp.html portable.html openntpd : portable.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/05/17 07:27:03 Modified files: lang/python : python.port.mk Log message: It's well-known that update-plist has a hard time on py2/py3 ports when run outside the py3 flavor, so gently remind the porters. okay sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/17 07:31:29 Modified files: devel/libmagic : Makefile distinfo Log message: update to libmagic (file) 5.37 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/17 07:35:49 Modified files: audio/py-acoustid: Makefile distinfo audio/py-acoustid/pkg: PLIST Log message: update to py-acoustid 1.1.6 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/17 07:42:00 Modified files: audio/beets : Makefile distinfo audio/beets/pkg: PLIST Log message: update to beets-1.4.8 CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/05/17 08:40:59 Modified files: lib/libutil : ber_get_string.3 Log message: add various missing information and remove the lie that these functions would set errno; tweaks and OK jmc@; OK rob@ on the previous version CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/05/17 08:47:03 Modified files: gnu/usr.bin/binutils-2.17: Makefile.bsd-wrapper Log message: stop using the moribund MLINKS bsd.man.mk feature; no functional change intended; OK millert@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2019/05/17 08:50:41 Modified files: gnu/usr.bin/clang/lld: Makefile Log message: stop using the moribund MLINKS bsd.man.mk feature; no functional change intended; OK patrick@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/17 09:39:59 Modified files: net/putty : Makefile net/putty/pkg : PLIST-gui PLIST-main Log message: net/putty packaging change: move pageant to gui, it's linked against X11 libs. add a comment in case this can be moved back in a future update. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/17 10:19:41 Modified files: audio/jack : Makefile audio/pms : Makefile audio/xmcd : Makefile cad/gnucap : Makefile chinese/cless : Makefile comms/c3270 : Makefile comms/pilot-link: Makefile comms/qodem : Makefile databases/postgresql-previous: Makefile databases/repmgr: Makefile devel/ald : Makefile devel/avrdude : Makefile devel/libslang : Makefile devel/libxsvf : Makefile devel/mspdebug : Makefile devel/p5-Curses: Makefile devel/p5-Term-ReadLine-Gnu: Makefile devel/remake : Makefile devel/stfl : Makefile editors/jed : Makefile editors/jove : Makefile editors/le : Makefile editors/nvi : Makefile editors/uemacs : Makefile editors/zile : Makefile education/gtypist: Makefile emulators/bochs: Makefile games/clines : Makefile games/cpat : Makefile games/dungeon : Makefile games/eliot : Makefile games/moria : Makefile games/nethack/3.4: Makefile games/netris : Makefile games/omega : Makefile games/slash-em : Makefile games/slash : Makefile games/stone-soup: Makefile games/xlife : Makefile graphics/libcaca: Makefile graphics/s10sh : Makefile korean/hanterm-xf: Makefile lang/datalog : Makefile lang/ghc : Makefile lang/scm : Makefile lang/swi-prolog: Makefile mail/elm : Makefile mail/lumail : Makefile mail/metamail : Makefile mail/nmzmail : Makefile math/aamath : Makefile math/foma : Makefile math/pspp : Makefile math/sc : Makefile math/wcalc : Makefile misc/dvtm : Makefile misc/lifelines : Makefile misc/most : Makefile multimedia/gstreamer-0.10/plugins-good: Makefile multimedia/vitunes: Makefile net/cftp : Makefile net/gopher : Makefile net/irrtoolset : Makefile net/mcabber : Makefile net/mosh : Makefile net/ntp : Makefile net/pidgin : Makefile net/pktstat : Makefile net/rtorrent : Makefile net/tinyfugue : Makefile net/trafshow : Makefile net/ysmv7 : Makefile news/nn : Makefile plan9/rc : Makefile productivity/siag: Makefile productivity/tdl: Makefile productivity/tudu: Makefile security/gnupg : Makefile security/nfsshell: Makefile shells/nsh : Makefile sysutils/shmux : Makefile sysutils/testdisk: Makefile textproc/aspell/core: Makefile textproc/hgrep : Makefile textproc/ispell: Makefile textproc/wdiff : Makefile www/canto : Makefile x11/fvwm2 : Makefile Log message: update curses WANTLIB entries following the change in base libraries to use soname CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/17 10:45:30 Modified files: audio/audacity : Makefile audio/parlatype: Makefile audio/rhythmbox: Makefile devel/codeblocks: Makefile devel/ddd : Makefile devel/geany : Makefile devel/harfbuzz : Makefile devel/jdk/11 : Makefile devel/pango : Makefile devel/rapidsvn : Makefile devel/sdl2-image: Makefile editors/emacs : Makefile editors/libreoffice: Makefile emulators/hatari: Makefile emulators/mgba : Makefile emulators/snes9x: Makefile emulators/vbam : Makefile games/hyperrogue: Makefile games/manaplus : Makefile games/megaglest/base: Makefile games/openclonk: Makefile games/scorched3d: Makefile games/scummvm-tools: Makefile games/spacehulk: Makefile games/supertux : Makefile geo/gpx-viewer : Makefile geo/mapserver : Makefile geo/spatialite/gis: Makefile geo/spatialite/gui: Makefile geo/spatialite/librewms: Makefile graphics/GraphicsMagick: Makefile graphics/clutter/clutter-gst: Makefile graphics/clutter/cogl: Makefile graphics/darktable: Makefile graphics/digikam-kde4: Makefile graphics/gdk-pixbuf2: Makefile graphics/hugin : Makefile graphics/inkscape: Makefile graphics/ipe : Makefile graphics/krita : Makefile graphics/libgphoto2: Makefile graphics/netpbm: Makefile graphics/opencv: Makefile graphics/opencv2: Makefile graphics/p5-Imager: Makefile graphics/piglit: Makefile graphics/tesseract/tesseract: Makefile mail/claws-mail: Makefile math/R : Makefile misc/m17n/lib : Makefile multimedia/gstreamer1/plugins-good: Makefile multimedia/synfig: Makefile net/amule : Makefile net/filezilla : Makefile print/poppler : Makefile print/texlive/base: Makefile sysutils/bacula: Makefile www/chromium : Makefile www/iridium : Makefile www/webkitgtk4 : Makefile x11/gnome/aisleriot: Makefile x11/gnome/gcr : Makefile x11/gnome/libgnomekbd: Makefile x11/gnustep/gui: Makefile x11/gtk3mm : Makefile x11/gtksourceview4: Makefile x11/jgmenu : Makefile x11/kde-applications/gwenview: Makefile x11/mate/atril : Makefile x11/mate/caja : Makefile x11/mate/caja-extensions: Makefile x11/mate/control-center: Makefile x11/mate/desktop: Makefile x11/mate/engrampa: Makefile x11/mate/libmatekbd: Makefile x11/mate/libmateweather: Makefile x11/mate/marco : Makefile x11/mate/notification-daemon: Makefile x11/mate/panel : Makefile x11/mate/pluma : Makefile x11/mate/polkit: Makefile x11/mate/power-manager: Makefile x11/mate/screensaver: Makefile x11/mate/session-manager: Makefile x11/mate/settings-daemon: Makefile x11/mate/system-monitor: Makefile x11/mate/terminal: Makefile x11/virt-viewer: Makefile x11/wxWidgets : Makefile x11/xfce4/thunar: Makefile x11/xfce4/xfce4-pulseaudio: Makefile x11/xfce4/xfce4-taskmanager: Makefile x11/xfce4/xfce4-weather: Makefile x11/xfce4/xfce4-xkb: Makefile x11/xfce4/xfdashboard: Makefile Log message: set png16 WANTLIB entries back to png following the change in soname part done by portbump, part by hand (it is easily confused) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/17 10:50:48 Modified files: www/honk : Makefile Log message: totally missing LIB_DEPENDS/WANTLIB CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/17 10:53:07 Modified files: security/hydra : Makefile Log message: missing libgcrypt dep; "NOT REACHABLE" CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/17 10:53:23 Modified files: www/webkitgtk4 : Tag: OPENBSD_6_5 Makefile distinfo www/webkitgtk4/patches: Tag: OPENBSD_6_5 patch-Source_cmake_WebKitCompilerFlags_cmake patch-Source_cmake_WebKitFeatures_cmake www/webkitgtk4/pkg: Tag: OPENBSD_6_5 PLIST Removed files: www/webkitgtk4/patches: Tag: OPENBSD_6_5 patch-Source_cmake_FindSSE2_cmake Log message: SECURITY update to webkitgtk4-2.24.2. - CVE-2019-8595, CVE-2019-8607, CVE-2019-8615 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/17 10:56:21 Modified files: www/webkitgtk4 : Makefile distinfo www/webkitgtk4/patches: patch-Source_cmake_WebKitCompilerFlags_cmake patch-Source_cmake_WebKitFeatures_cmake www/webkitgtk4/pkg: PLIST Removed files: www/webkitgtk4/patches: patch-Source_cmake_FindSSE2_cmake Log message: SECURITY update to webkitgtk4-2.24.2. - CVE-2019-8595, CVE-2019-8607, CVE-2019-8615 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/05/17 11:01:08 Modified files: math/arpack : Makefile math/arpack/pkg: PLIST Log message: * Always build shared libs with -fPIC, never -fpic. Fixes build on aarch64. * Do not build the profiling library. * No test target available. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/17 11:24:20 Modified files: multimedia/dav1d: Makefile distinfo Removed files: multimedia/dav1d/patches: patch-src_itx_tmpl_c patch-src_lib_c patch-src_thread_h patch-src_win32_thread_c Log message: Update to dav1d-0.3.1. from Brad (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/17 11:26:29 Modified files: x11/gnome/todo : Makefile Log message: Sync WANTLIB. prodded by sthen@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/05/17 11:42:15 Modified files: math/cblas : Makefile Log message: Always build shared libs with -fPIC, never -fpic. Fixes aarch64. CVSROOT: /cvs Module name: www Changes by: florian@cvs.openbsd.org 2019/05/17 11:45:57 Modified files: . : events.html Added files: papers : bsdcan2019_unwind.pdf Log message: add my bsdcan slides CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/05/17 13:07:16 Modified files: sys/arch/amd64/amd64: cpu.c genassym.cf identcpu.c locore.S mainbus.c vmm.c vmm_support.S sys/arch/amd64/conf: Makefile.amd64 files.amd64 sys/arch/amd64/include: codepatch.h cpu.h specialreg.h vmmvar.h Added files: sys/arch/amd64/amd64: mds.S Log message: Mitigate Intel's Microarchitectural Data Sampling vulnerability. If the CPU has the new VERW behavior than that is used, otherwise use the proper sequence from Intel's "Deep Dive" doc is used in the return-to-userspace and enter-VMM-guest paths. The enter-C3-idle path is not mitigated because it's only a problem when SMT/HT is enabled: mitigating everything when that's enabled would be a _huge_ set of changes that we see no point in doing. Update vmm(4) to pass through the MSR bits so that guests can apply the optimal mitigation. VMM help and specific feedback from mlarkin@ vendor-portability help from jsg@ and kettenis@ ok kettenis@ mlarkin@ deraadt@ jsg@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/05/17 13:07:47 Modified files: sys/arch/amd64/include: cpu_full.h Log message: Oops, forgot to include a copyright year when originally added CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/17 13:14:08 Modified files: games/pingus : Makefile Added files: games/pingus/patches: patch-src_pingus_screens_demo_session_cpp Log message: pingus: fix the build with ports-gcc by adding a missing header While here, move HOMEPAGE to https. OK bentley@ CVSROOT: /cvs Module name: www Changes by: stsp@cvs.openbsd.org 2019/05/17 13:14:37 Modified files: . : events.html Added files: papers : bsdcan2019-accessible-openbsd-laptop.pdf Log message: add slides for my bsdcan 2019 talk CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/17 14:01:59 Modified files: devel/harfbuzz : Makefile Log message: Bring back lost WANTLIB from the png16 ->png change. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2019/05/17 14:08:38 Modified files: regress/sys/kern: Makefile Log message: Add realpath to regress CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/17 14:23:24 Modified files: devel/p5-Term-Encoding: Makefile distinfo Log message: p5-Term-Encoding: update to 0.03 Changelog: https://metacpan.org/release/MIYAGAWA/Term-Encoding-0.03 OK afresh1@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/05/17 14:41:54 Modified files: databases/sqlports: Makefile databases/sqlports/files: Inserter.pm Sql.pm Var.pm mksqlitedb Log message: create indices for all fullpkgpaths in secondary tables, this ought to speed up some requests at least a little bit. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2019/05/17 14:42:44 Modified files: sbin/dhclient : kroute.c Log message: Don't put dhclient into a loop when interface-mtu is present in a lease. dhclient.c r1.634 made every RTM_IFINFO restart the DHCP protocol and obtain a new/renewed lease. If the lease contained interface-mtu the interface MTU was set. An RTM_IFINFO is generated every time an interface MTU is set. So only set the interface MTU if it is different from the existing MTU. Fix using %d to print an unsigned value in passing. Noticed and fix inmproved & tested by Bj??rn Ketelaars while usihg the wifi on Dutch Railways. CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/17 15:06:08 Modified files: textproc/p5-Text-Table: Makefile distinfo Log message: p5-Text-Table: update to 1.133 Changelog: https://metacpan.org/source/SHLOMIF/Text-Table-1.133/Changes OK afresh1@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/17 15:10:47 Modified files: textproc/p5-Text-WordDiff: Makefile distinfo textproc/p5-Text-WordDiff/pkg: DESCR Log message: p5-Text-WordDiff: update to 0.09 Changelog: https://metacpan.org/source/TIMK/Text-WordDiff-0.09/Changes OK afresh1@ CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2019/05/17 15:49:43 Modified files: www/gitea : Makefile distinfo www/gitea/patches: patch-custom_conf_app_ini_sample www/gitea/pkg : PLIST Log message: Update gitea 1.7.6 -> 1.8.1 Take maintainership, ok robert@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/17 16:51:05 Modified files: x11/fvwm2 : Makefile Log message: unbork fvwm2 WANTLIB; portbump -W/-w considered harmful CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/17 16:52:26 Modified files: textproc/ispell: Makefile Log message: unbork ispell WANTLIB CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2019/05/17 18:18:19 Modified files: devel/py-twisted: Makefile graphics/xzgv : Makefile mail/mblaze : Makefile Log message: Remove maintainers per their requests CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2019/05/17 18:20:59 Modified files: sysutils/rancid: Makefile distinfo sysutils/rancid/pkg: PLIST Log message: Update rancid 3.8 -> 3.9 Changelog: https://www.shrubbery.net/rancid/CHANGES Update maintainer's e-mail address CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2019/05/17 18:33:52 Modified files: lang/python : python.port.mk Log message: check that FLAVORS is defined before using it in .if; problem with "make plist" following prior commit reported by juanfra@ with devel/mercurial. CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/17 19:26:36 Modified files: textproc/p5-XML-RSS: Makefile distinfo textproc/p5-XML-RSS/pkg: PLIST Log message: p5-XML-RSS: update to 1.60 Changelog: https://metacpan.org/source/SHLOMIF/XML-RSS-1.60/Changes tweaks and OK sthen@ CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/17 19:34:20 Modified files: devel/p5-Term-ProgressBar: Makefile distinfo devel/p5-Term-ProgressBar/pkg: PLIST Log message: p5-Term-ProgressBar: update to 2.22 Changelog: https://metacpan.org/source/MANWAR/Term-ProgressBar-2.22/Changes OK sthen@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/05/18 06:13:34 Modified files: audio/audacity : Makefile audio/jack : Makefile audio/mp3blaster: Makefile audio/swh-plugins: Makefile audio/timidity : Makefile cad/tkgate : Makefile devel/cjose : Makefile emulators/nestopia: Makefile games/angband : Makefile games/liblcf : Makefile games/numptyphysics: Makefile games/zangband : Makefile graphics/tesseract/tesseract: Makefile mail/abook : Makefile math/libqalculate: Makefile multimedia/minidlna: Makefile multimedia/motion: Makefile net/seafile/libsearpc: Makefile net/seafile/seafile: Makefile security/aircrack-ng: Makefile security/pcsc-cyberjack: Makefile textproc/hunspell: Makefile x11/gnome/menus: Makefile x11/mate/menus : Makefile Log message: switch to CONFIGURE_STYLE=autoreconf CVSROOT: /cvs Module name: src Changes by: sashan@cvs.openbsd.org 2019/05/18 06:59:32 Modified files: sys/net : bpf.c bpfdesc.h Log message: BPF: remove redundant reference counting of filedescriptors OK visa@, OK mpi@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2019/05/18 07:32:19 Modified files: devel/kdiff3 : Makefile distinfo devel/kdiff3/pkg: PLIST Removed files: devel/kdiff3/patches: patch-src-QT4_kdiff3_pro patch-src-QT4_optiondialog_cpp Log message: Update kdiff3 to 1.8 This update get rid of Qt3 and switch to the modern KDE framework 5. Tweak and OK kn@ CVSROOT: /cvs Module name: www Changes by: claudio@cvs.openbsd.org 2019/05/18 07:52:58 Modified files: . : want.html Log message: I'm looking for a umb(4) device for my X270 to make the integration with the rest of the network stack better. CVSROOT: /cvs Module name: src Changes by: tim@cvs.openbsd.org 2019/05/18 08:02:27 Modified files: sys/dev : softraid.c Log message: Correct free size. Fixes a panic when detaching crypto volumes. OK jan@, "yes please" tedu@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/05/18 08:48:15 Modified files: x11/xfce4/thunar: Makefile distinfo x11/xfce4/thunar/pkg: PLIST Log message: Bugfix update to thunar 1.6.17 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2019/05/18 08:49:35 Modified files: x11/xfce4/tumbler: Makefile distinfo Log message: Update to tumbler 0.2.4 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/05/18 09:00:41 Modified files: games/nethack/3.6: Makefile distinfo games/nethack/3.6/files: x-config games/nethack/3.6/patches: patch-include_system_h patch-include_tcap_h patch-include_unixconf_h patch-src_files_c patch-src_hacklib_c patch-sys_share_unixtty_c patch-sys_unix_Makefile_src patch-sys_unix_Makefile_top patch-win_tty_termcap_c games/nethack/3.6/pkg: PLIST Removed files: games/nethack/3.6/patches: patch-util_makedefs_c Log message: update to 3.6.2 took me a while to get to it, because I had to check for compatibility, and the build system is still... unique. Save files from 3.6.0 will still work, so the directories stay the same. CVSROOT: /cvs Module name: www Changes by: bluhm@cvs.openbsd.org 2019/05/18 09:15:09 Modified files: . : events.html Added files: papers : bsdcan2019-perform-slides.pdf Log message: Add slides "Measuring Performance on OpenBSD" at BSDCan 2019. CVSROOT: /cvs Module name: www Changes by: beck@cvs.openbsd.org 2019/05/18 09:23:55 www/papers/bsdcan2019-unveil Update of /cvs/www/papers/bsdcan2019-unveil In directory cvs.openbsd.org:/tmp/cvs-serv73730/bsdcan2019-unveil Log Message: Directory /cvs/www/papers/bsdcan2019-unveil added to the repository CVSROOT: /cvs Module name: www Changes by: beck@cvs.openbsd.org 2019/05/18 09:24:40 Added files: papers/bsdcan2019-unveil: index.html mgp00001.html mgp00001.idx.jpg mgp00001.jpg mgp00001.txt mgp00002.html mgp00002.idx.jpg mgp00002.jpg mgp00002.txt mgp00003.html mgp00003.idx.jpg mgp00003.jpg mgp00003.txt mgp00004.html mgp00004.idx.jpg mgp00004.jpg mgp00004.txt mgp00005.html mgp00005.idx.jpg mgp00005.jpg mgp00005.txt mgp00006.html mgp00006.idx.jpg mgp00006.jpg mgp00006.txt mgp00007.html mgp00007.idx.jpg mgp00007.jpg mgp00007.txt mgp00008.html mgp00008.idx.jpg mgp00008.jpg mgp00008.txt mgp00009.html mgp00009.idx.jpg mgp00009.jpg mgp00009.txt mgp00010.html mgp00010.idx.jpg mgp00010.jpg mgp00010.txt mgp00011.html mgp00011.idx.jpg mgp00011.jpg mgp00011.txt mgp00012.html mgp00012.idx.jpg mgp00012.jpg mgp00012.txt mgp00013.html mgp00013.idx.jpg mgp00013.jpg mgp00013.txt mgp00014.html mgp00014.idx.jpg mgp00014.jpg mgp00014.txt mgp00015.html mgp00015.idx.jpg mgp00015.jpg mgp00015.txt mgp00016.html mgp00016.idx.jpg mgp00016.jpg mgp00016.txt mgp00017.html mgp00017.idx.jpg mgp00017.jpg mgp00017.txt mgp00018.html mgp00018.idx.jpg mgp00018.jpg mgp00018.txt mgp00019.html mgp00019.idx.jpg mgp00019.jpg mgp00019.txt mgp00020.html mgp00020.idx.jpg mgp00020.jpg mgp00020.txt mgp00021.html mgp00021.idx.jpg mgp00021.jpg mgp00021.txt mgp00022.html mgp00022.idx.jpg mgp00022.jpg mgp00022.txt mgp00023.html mgp00023.idx.jpg mgp00023.jpg mgp00023.txt mgp00024.html mgp00024.idx.jpg mgp00024.jpg mgp00024.txt mgp00025.html mgp00025.idx.jpg mgp00025.jpg mgp00025.txt mgp00026.html mgp00026.idx.jpg mgp00026.jpg mgp00026.txt mgp00027.html mgp00027.idx.jpg mgp00027.jpg mgp00027.txt mgp00028.html mgp00028.idx.jpg mgp00028.jpg mgp00028.txt mgp00029.html mgp00029.idx.jpg mgp00029.jpg mgp00029.txt mgp00030.html mgp00030.idx.jpg mgp00030.jpg mgp00030.txt mgp00031.html mgp00031.idx.jpg mgp00031.jpg mgp00031.txt mgp00032.html mgp00032.idx.jpg mgp00032.jpg mgp00032.txt Log message: Add my bsdcan2019 unveil talk CVSROOT: /cvs Module name: www Changes by: beck@cvs.openbsd.org 2019/05/18 09:45:43 Modified files: . : events.html Log message: Add my bsdcan talk and tutorial CVSROOT: /cvs Module name: www Changes by: beck@cvs.openbsd.org 2019/05/18 09:46:29 Modified files: . : events.html Log message: fix oopsie CVSROOT: /cvs Module name: src Changes by: visa@cvs.openbsd.org 2019/05/18 09:57:22 Modified files: sys/arch/octeon/octeon: machdep.c Log message: Add parsing for standard boot options. CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2019/05/18 10:05:27 Modified files: lang/jruby/patches: patch-jruby-launcher_argparser_cpp patch-jruby-launcher_unixlauncher_cpp Added files: lang/jruby/patches: patch-jffi_build_xml patch-jffi_src_main_java_com_kenai_jffi_ObjectBuffer_java patch-jffi_version_xml Removed files: lang/jruby/patches: patch-jffi_jni_GNUmakefile patch-jruby-launcher_Makefile patch-jruby-launcher_inc_Makefile-conf_mk Log message: Prepare JRuby for Java 11 Keep using Java 8, but add necessary patches and update jffi and jruby-launcher dependencies so that Java 11 could be used. The JRuby team still recommends the use of Java 8 for JRuby, though that will be changing in the future. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2019/05/18 10:53:39 Modified files: bin/md5 : md5.c Log message: freezero() is of no use here, the computed digest is not a secret. ok millert@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2019/05/18 12:11:10 Log message: import Math::GMPz perl interface to the GMP library's integer (mpz) functions test, tweaks and ok cwen@ Status: Vendor Tag: steven Release Tags: steven-20190518 N ports/math/p5-Math-GMPz/Makefile N ports/math/p5-Math-GMPz/distinfo N ports/math/p5-Math-GMPz/patches/patch-Makefile_PL N ports/math/p5-Math-GMPz/patches/patch-Random_Makefile_PL N ports/math/p5-Math-GMPz/pkg/DESCR N ports/math/p5-Math-GMPz/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2019/05/18 12:11:46 Modified files: sys/arch/amd64/amd64: cpu.c Log message: Both FreeBSD and I appear to have been confused by intel's deep-dive doc: the RDCL_NO bit of the ARCH_CAPA msr only indicates one of the MDS subissues is mitigated; only the MDS_NO bit indicates they're all mitigated. ok jsg@ mlarkin@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2019/05/18 12:12:22 Log message: import Math::GMPf perl interface to the GMP library's floating point (mpf) functions test, tweaks and ok cwen@ Status: Vendor Tag: steven Release Tags: steven-20190518 N ports/math/p5-Math-GMPf/Makefile N ports/math/p5-Math-GMPf/distinfo N ports/math/p5-Math-GMPf/patches/patch-Makefile_PL N ports/math/p5-Math-GMPf/patches/patch-Random_Makefile_PL N ports/math/p5-Math-GMPf/pkg/DESCR N ports/math/p5-Math-GMPf/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2019/05/18 12:13:15 Modified files: math : Makefile Log message: +p5-Math-GMPf +p5-Math-GMPz CVSROOT: /cvs Module name: src Changes by: rob@cvs.openbsd.org 2019/05/18 12:45:53 Modified files: usr.sbin/ldapd : modify.c Log message: Fix LDAP RFC reference in comment. Also noticed by martijn. ok guenther@, claudio@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/05/18 12:53:48 Modified files: infrastructure/bin: update-plist infrastructure/lib/OpenBSD: ReverseSubst.pm Log message: implement two new related options, -c and -I (documentation to follow) tweak the actual plist writer to do two passes: first pass actually determines object names, and second pass does the writing. That way, the first pass can create "canonical" names where ${MODPY_PYCACHE} vanishes, and the second pass can sprinkle @comment in front of the duplicate dirs. okay afresh1@ CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2019/05/18 12:54:31 Modified files: . : events.html Added files: papers : bsdcan2019-syspatch.pdf Log message: Add my BSDCan 2019 syspatch slides. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/05/18 12:54:39 Modified files: share/man/man1 : update-plist.1 Log message: document -c and -I. Use compact literal for the examples, so that the description is not too lax. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/05/18 12:56:45 Modified files: lang/python : python.port.mk Log message: make use of new update-plist options (make sure your update-plist is current!) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/18 13:02:05 Modified files: x11/dbus : Makefile distinfo x11/dbus/patches: patch-dbus_dbus-sysdeps-util-unix_c Log message: Update to dbus-1.12.14. CVSROOT: /cvs Module name: src Changes by: rob@cvs.openbsd.org 2019/05/18 13:38:26 Modified files: games/tetris : scores.c tetris.c tetris.h Log message: Unveil tetris. ok brynet@, tedu@ CVSROOT: /cvs Module name: www Changes by: tb@cvs.openbsd.org 2019/05/18 14:12:31 Modified files: . : events.html Added files: papers : bsdcan2019-tls13.pdf Log message: add my slides on the tls 1.3 state machine CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2019/05/18 15:14:10 Modified files: usr.bin/tmux : cmd-queue.c control.c tmux.h Log message: Move the single command flag (CMD_CONTROL) into the shared flags. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/05/18 15:35:22 Modified files: databases/sqlports: Makefile databases/sqlports/files: Sql.pm mksqlitedb databases/sqlports/pkg: PLIST-main Added files: databases/sqlports/files/scripts: rebuild-sqlports-cache Log message: Add a denormalized table that instantiates the main ports view. So, Portsq is a snapshot of Ports... dirty but fast. I had mixed feelings about this. There's also a script to resync the table. Grows the db by about 50% (+25MB) Discussed with sthen@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/05/18 16:24:51 Modified files: infrastructure/lib/DPB: Core.pm Log message: the jobs we start usually live in their own process groups. So check that, and killpg when applicable CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/18 17:27:20 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py-boto3-1.9.151. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/18 17:27:36 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py-botocore-1.12.151. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/18 17:27:57 Modified files: sysutils/awscli: Makefile distinfo sysutils/awscli/pkg: PLIST Log message: Update to awscli-1.16.161. CVSROOT: /cvs Module name: ports Changes by: cwen@cvs.openbsd.org 2019/05/18 17:30:21 Modified files: www/libsass : Makefile Log message: libsass: fix runtime on macppc (at least) by changing COMPILER to ports-gcc for all !base-clang arches. OK jca@ jasper@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/18 17:31:43 Modified files: sysutils/terraform/terraform: Makefile distinfo Log message: Update to terraform-0.11.14. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2019/05/18 17:38:39 Modified files: share/man/man1 : update-plist.1 Log message: unneeded escape, as noticed by jmc@ who can't commit right now CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/18 17:38:53 Modified files: sysutils/terraform/provider-alicloud: Makefile distinfo sysutils/terraform/provider-azurerm: Makefile distinfo sysutils/terraform/provider-postgresql: Makefile distinfo sysutils/terraform/provider-rundeck: Makefile distinfo Log message: Update terraform providers. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2019/05/18 17:57:16 Modified files: print/cups-filters: Makefile distinfo Log message: Update to cups-filters-1.23.0. CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/05/18 23:53:08 Modified files: inputmethods/cellwriter: Makefile distinfo Log message: Update to cellwriter-1.3.6. ok Vasily Mikhaylichenko (maintainer) CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2019/05/19 01:12:55 Modified files: emulators/mgba : Makefile emulators/mgba/patches: patch-src_platform_sdl_main_c Log message: Add prot_exec to the pledge promise in all circumstances. mesa/llvmpipe now calls llvm::sys::Memory::protectMappedMemory() deep in the bowels of swrast_dri.so. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2019/05/19 02:10:55 Modified files: sys/kern : subr_witness.c Log message: include uvm.h -> uvm_extern.h; ok visa@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/05/19 02:27:30 Modified files: infrastructure/lib/DPB: Trace.pm Log message: I'm such a doofus, explicitly pass 0 parameters to cleanup, explicitly 0 parameters to cleanup, otherwise we inherit those from parent. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/05/19 02:48:59 Modified files: infrastructure/bin: pkg_outdated Log message: cosmetic tweak CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2019/05/19 02:55:27 Modified files: sys/dev : kcov.c Log message: During fuzzing, one or many fuzzing processes are often stuck waiting on memory from the subproc malloc subsystem which is exhausted. Attempt to circumvent such scenarios by allocation the kcov coverage buffer using km_alloc() instead. With help from kettenis@ and ok visa@ CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2019/05/19 03:34:59 Modified files: regress/sys/dev/kcov: kcov.c Log message: pass a context struct to each test function in order to reduce future churn CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2019/05/19 04:20:12 Modified files: net/p5-Net-Whois-Raw: Makefile distinfo Log message: Bugfix update to 2.99021 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2019/05/19 05:26:25 Modified files: devel/libcoap : Makefile editors/abiword: Makefile geo/pgpointcloud: Makefile graphics/agg : Makefile graphics/iec16022: Makefile graphics/libpgf: Makefile graphics/openjpeg: Makefile multimedia/atomicparsley: Makefile net/libmesode : Makefile net/mac-telnet : Makefile net/nfdump : Makefile net/ntopng : Makefile security/p11-kit: Makefile telephony/asterisk-g729: Makefile www/fcgi-cgi : Makefile www/varnish : Makefile Log message: switch to CONFIGURE_STYLE=autoreconf CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2019/05/19 06:41:42 Modified files: infrastructure/lib/DPB/Job: Port.pm Log message: style tweaks, no functional change CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2019/05/19 06:44:55 Modified files: usr.bin/aucat : aucat.c Log message: Fix integer overflow in block size calculation. Fixes truncation of contents of files with rate above 64kHz generate in off-line mode