NEW: lang/gdmd

2021-10-12 Thread Brian Callahan
Hi ports -- Attached is a new port, lang/gdmd. gdmd is a DMD-like wrapper for GDC. --- pkg/DESCR: gdmd is a DMD-like wrapper for GDC. It lets you use DMD-style command line flags with GDC. --- This wrapper is necessary for gdc to interface with the dub package manager, which would enable D

CVS: cvs.openbsd.org: ports

2021-10-12 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2021/10/12 23:50:56 Modified files: sysutils/ruby-puppet/6: Makefile distinfo sysutils/ruby-puppet/6/pkg: PLIST Log message: Update to Puppet 6.25.0

NEW: devel/dub

2021-10-12 Thread Brian Callahan
Hi ports -- Attached is a new port, devel/dub. Dub is the package and build management system for the D language. --- pkg/DESCR: Dub is the package and build manager for D applications and libraries. There is a central package registry located at https://code.dlang.org where packages can be

Re: update net/dnscrypt-proxy 2.1.1

2021-10-12 Thread Bjorn Ketelaars
On Tue 12/10/2021 15:36, Nam Nguyen wrote: > Here is an update for net/dnscrypt-proxy 2.1.1 released on Sep. 27, > 2021. > > changelog: https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.1.1 > > It fixes regressions dealing with more niche features like DoH served > from cache during

Re: UPDATE x11/icewm-2.8.0

2021-10-12 Thread Stefan Hagen
Bjorn Ketelaars wrote: > Diff below updates icewm to 2.8.0. Changes: > https://github.com/ice-wm/icewm/releases/tag/2.8.0 > > Changes to the port: > - Add -lintl to LDFLAGS so that all tests get build > - set TEST_ENV so that tests run successfully when using > PORTS_PRIVSEP=Yes > > Testing: >

CVS: cvs.openbsd.org: ports

2021-10-12 Thread Brian Callahan
CVSROOT:/cvs Module name:ports Changes by: bcal...@cvs.openbsd.org 2021/10/12 22:39:43 Modified files: lang : Makefile Log message: +dmd

CVS: cvs.openbsd.org: ports

2021-10-12 Thread Brian Callahan
CVSROOT:/cvs Module name:ports Changes by: bcal...@cvs.openbsd.org 2021/10/12 22:38:52 Log message: Import lang/dmd, the reference compiler for the D programming language. ok gkoehler@ DMD is the reference compiler for the D programming language. D is a

Re: Update hledger to 1.23

2021-10-12 Thread Greg Steuck
Greg Steuck writes: > Simple cabal-bundler-written update. > > Tested locally. > > OK? Any takers? > > From 269752d77d5ea804f856fca5c26bb2246caca656 Mon Sep 17 00:00:00 2001 > From: Greg Steuck > Date: Sat, 2 Oct 2021 22:23:07 -0700 > Subject: [PATCH] Upgrade to hledger 1.23 > > --- >

CVS: cvs.openbsd.org: ports

2021-10-12 Thread Aaron Bieber
CVSROOT:/cvs Module name:ports Changes by: abie...@cvs.openbsd.org 2021/10/12 18:26:36 Modified files: audio/navidrome: Makefile distinfo modules.inc Log message: Update to v0.46.0

CVS: cvs.openbsd.org: ports

2021-10-12 Thread Aaron Bieber
CVSROOT:/cvs Module name:ports Changes by: abie...@cvs.openbsd.org 2021/10/12 18:25:47 Modified files: plan9/drawterm : Makefile distinfo plan9/drawterm/patches: patch-Make_openbsd Log message: Update to the latest drawterm - switch to git.9front.org for

Re: [NEW] www/unit

2021-10-12 Thread Stuart Henderson
On 2021/10/12 21:58, Sergey A. Osokin wrote: > Hi Stuart, > > thank you very much for the review and updates. > > On Mon, Oct 11, 2021 at 10:25:57PM +0100, Stuart Henderson wrote: > > [...] > > > Hi Sergey. Updated version attached, A few notes on my changes, there > > are probably some others

update net/dnscrypt-proxy 2.1.1

2021-10-12 Thread Nam Nguyen
Here is an update for net/dnscrypt-proxy 2.1.1 released on Sep. 27, 2021. changelog: https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.1.1 It fixes regressions dealing with more niche features like DoH served from cache during connectivity issues and time-based rules in blocklists. I

Re: [NEW] www/unit

2021-10-12 Thread Sergey A. Osokin
Hi Stuart, thank you very much for the review and updates. On Mon, Oct 11, 2021 at 10:25:57PM +0100, Stuart Henderson wrote: [...] > Hi Sergey. Updated version attached, A few notes on my changes, there > are probably some others too but this is what I remember: > > - reduce unnecessary

[update] lang/node to 12.22.7

2021-10-12 Thread Volker Schlecht
Hi, the attached patch updates lang/node to 12.22.7, fixing CVE-2021-22959 CVE-2021-22960 https://nodejs.org/en/blog/vulnerability/oct-2021-security-releases/ The update affects only their http parser. OK? regards, VolkerIndex: Makefile

UPDATE mail/notmuch-0.33.2

2021-10-12 Thread Bjorn Ketelaars
Diff below updates notmuch to 0.33.2. Changelog can be found at [0]. Changes to the port: - Bump minor of libnotmuch as several symbols have been added - Patch a test so that we do not need gsed Tests: - Several tests fail because of seemingly failing LD_PRELOAD=shim. I'm not sure what the

CVS: cvs.openbsd.org: ports

2021-10-12 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/10/12 12:50:17 Modified files: databases/postgresql-pllua: Makefile distinfo Log message: use GH_*, ok jeremy@

UPDATE x11/icewm-2.8.0

2021-10-12 Thread Bjorn Ketelaars
Diff below updates icewm to 2.8.0. Changes: https://github.com/ice-wm/icewm/releases/tag/2.8.0 Changes to the port: - Add -lintl to LDFLAGS so that all tests get build - set TEST_ENV so that tests run successfully when using PORTS_PRIVSEP=Yes Testing: - All tests pass - Run tested on amd64

UPDATE net/ocserv-1.1.3

2021-10-12 Thread Bjorn Ketelaars
Diff below updates ocserv to 1.1.3. Changes: https://gitlab.com/openconnect/ocserv/-/blob/1.1.3/NEWS Diff partly based on work from Marc West [0]. Changes to the port: - Drop patch that has been committed upstream Testing: - One new failing test because it uses socket_wrapper, which we don't

Early Look: databases/postgresql 14.0 (plus dependencies)

2021-10-12 Thread Jeremy Evans
Here's a diff to upgrade PostgreSQL from 13.4 to 14.0, including dependent ports. In general, we don't commit a PostgreSQL update until ${MAJOR_VERSION}.1 is released, but this should be useful for early testing. This diff includes changes to: databases/postgresql databases/postgresql-previous

Re: nmap segfault fix

2021-10-12 Thread Theo Buehler
On Tue, Oct 12, 2021 at 07:50:51AM -0700, JR Aquino wrote: > Hello again Theo, just validating to see if the commit is pending any > further actions, or if it's just in the queue. I committed this about a week ago to both 7.0-stable and to -current:

Re: nmap segfault fix

2021-10-12 Thread JR Aquino
Hello again Theo, just validating to see if the commit is pending any further actions, or if it's just in the queue. Thanks! -JR On Fri, Oct 1, 2021 at 8:12 AM JR Aquino wrote: > Thanks Theo, I hadn't caught the update to extend the prior license to > include 7.92. > > I'll separately work on

CVS: cvs.openbsd.org: ports

2021-10-12 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2021/10/12 08:29:09 Modified files: sysutils/grafana: Tag: OPENBSD_7_0 Makefile distinfo sysutils/grafana/pkg: Tag: OPENBSD_7_0 PLIST Log message: sysutils/grafana: MFC update to 7.5.11. Fixes

CVS: cvs.openbsd.org: ports

2021-10-12 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2021/10/12 08:22:16 Modified files: sysutils/grafana: Makefile distinfo sysutils/grafana/pkg: PLIST Log message: sysutils/grafana: update to 7.5.11. Fixes CVE-2021-39226, see

CVS: cvs.openbsd.org: ports

2021-10-12 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2021/10/12 07:39:11 Modified files: math/visidata : Makefile distinfo math/visidata/pkg: PLIST Log message: update to visidata-2.6.1, now including menus this has a minor issue,

Re: [new] databases/pspg: pager for tabular data

2021-10-12 Thread Stuart Henderson
On 2021/10/12 15:02, Omar Polo wrote: > > Omar Polo writes: > > > Hello ports, > > > > Thanks to a thread on misc@ I've found pspg: a pager designed for > > tabular data. Unfortunately it doesn't ship with a manpage, but > > is really easy to use. For example, to use it as pager for psql, set

CVS: cvs.openbsd.org: ports

2021-10-12 Thread Aaron Bieber
CVSROOT:/cvs Module name:ports Changes by: abie...@cvs.openbsd.org 2021/10/12 07:14:02 Modified files: net/headscale : Makefile distinfo modules.inc net/headscale/patches: patch-config_json_postgres_example

Re: [new] databases/pspg: pager for tabular data

2021-10-12 Thread Omar Polo
Omar Polo writes: > Hello ports, > > Thanks to a thread on misc@ I've found pspg: a pager designed for > tabular data. Unfortunately it doesn't ship with a manpage, but > is really easy to use. For example, to use it as pager for psql, set > PSQL_PAGER=pspg (or, even better, PSQL_PAGER='pspg

CVS: cvs.openbsd.org: ports

2021-10-12 Thread Aaron Bieber
CVSROOT:/cvs Module name:ports Changes by: abie...@cvs.openbsd.org 2021/10/12 06:47:44 Modified files: net/tailscale : Makefile distinfo modules.inc Log message: Update tailscale to 1.16.0

[new] databases/pspg: pager for tabular data

2021-10-12 Thread Omar Polo
Hello ports, Thanks to a thread on misc@ I've found pspg: a pager designed for tabular data. Unfortunately it doesn't ship with a manpage, but is really easy to use. For example, to use it as pager for psql, set PSQL_PAGER=pspg (or, even better, PSQL_PAGER='pspg -s20' for a cool light theme ;-)

CVS: cvs.openbsd.org: ports

2021-10-12 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2021/10/12 05:31:03 Modified files: sysutils/burp/2.0: Makefile sysutils/burp/2.1: Makefile sysutils/burp/2.2: Makefile Added files: sysutils/burp/2.0/patches:

Re: devel/cargo: Support fetching crates as GitHub archive tarballs

2021-10-12 Thread Marc Espie
On Mon, Oct 11, 2021 at 11:46:53AM +0200, Sebastien Marie wrote: > What I mean is it might helps too much to package experimental and > possibly unmaintained code. > > My point is we are following closely rustc release cycle, and regulary > crates are breaking. So it could add work for rustc

Re: graphics/djvulibre update

2021-10-12 Thread Rafael Sadowski
On Mon Oct 11, 2021 at 10:24:33AM +0200, Moritz Buhl wrote: > bump > > On Fri, Sep 17, 2021 at 12:17:25PM +0200, Moritz Buhl wrote: > > Dear ports@, > > > > updating graphics/djvulibre to 3.5.28 fixes the following bugs: > > CVE-2021-3630: out-of-bounds write > > CVE-2019-15143: infinite

UPDATE: libvpx 1.11.0

2021-10-12 Thread Brad Smith
Here is an update to libvpx 1.11.0. Release v1.11.0 Smew Duck 2021-09-27 v1.11.0 "Smew Duck" This maintenance release adds support for VBR mode in VP9 rate control interface, new codec controls to get quantization parameters and loop filter levels, and includes several improvements to