salt & openbsd package branch names

2020-05-14 Thread Florian Obser
I'm installing burp 2.1 on my systems thusly with salt: burp-pkgs: pkg.installed: - pkgs: - burp%2.1 This works reasonably well, except that salt doesn't understand that 2.1 is already installed. So on every highstate run it tries to install it again. pkg_add usually does nothing.

[UPDATE] misc/gpsd

2020-05-14 Thread Kirill Bychkov
Hi! Here is an update to gpsd-3.20. gpsd has some API changes so it's consumers need fixes. See my previous mail. Comments? OKs? Index: Makefile === RCS file: /cvs/ports/misc/gpsd/Makefile,v retrieving revision 1.76 diff -u -p -u -p -

Prepare for another gpsd update

2020-05-14 Thread Kirill Bychkov
Hi! New gpsd-3.20 has some API changes which require fixes for consumers. Patches below. OK? foxtrotgps: Index: Makefile === RCS file: /cvs/ports/geo/foxtrotgps/Makefile,v retrieving revision 1.24 diff -u -p -u -r1.24 Makefile --- Mak

Re: UPDATE net/openconnect-8.10

2020-05-14 Thread Rafael Sadowski
On Thu May 14, 2020 at 09:51:54PM +0200, Bjorn Ketelaars wrote: > Enclosed diff updates openconnect to 8.10, which fixes a potential > buffer overflow with GnuTLS describing local certs (CVE-2020-12823). > Changes: https://www.infradead.org/openconnect/changelog.html > > Run tested on amd64. > >

Re: New: zsh-syntax-highlighting

2020-05-14 Thread Rafael Sadowski
On Tue Apr 21, 2020 at 06:35:38AM +0200, Rafael Sadowski wrote: > On Sat Apr 11, 2020 at 08:16:55AM +0200, Rafael Sadowski wrote: > > On Fri Apr 10, 2020 at 09:11:25AM -0500, Matthew Martin wrote: > > > On Fri, Apr 10, 2020 at 09:13:43AM +0200, Rafael Sadowski wrote: > > > > On Thu Apr 09, 2020 at

UPDATE x11/i3-4.18.1

2020-05-14 Thread Bjorn Ketelaars
Diff below brings i3 to 4.18.1, which is a bugfix release. Release notes: https://i3wm.org/downloads/RELEASE-NOTES-4.18.1.txt Lightly run tested on amd64. Comments/OK? diff --git Makefile Makefile index 94c613754fa..c4e8ec479a5 100644 --- Makefile +++ Makefile @@ -2,7 +2,7 @@ COMMENT =

UPDATE audio/ncmpc-0.38

2020-05-14 Thread Bjorn Ketelaars
Simple diff for updating ncmpc to 0.38, which fixes an use-after-free bug. Changes: https://raw.githubusercontent.com/MusicPlayerDaemon/ncmpc/v0.38/NEWS Run tested on amd64. Comments/OK? diff --git Makefile Makefile index 6711a8fa65a..ee550af32df 100644 --- Makefile +++ Makefile @@ -2,7 +2,7 @@

UPDATE audio/mpd-0.21.23

2020-05-14 Thread Bjorn Ketelaars
Simple diff for updating mpd to 0.21.23. Changes: https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.23/NEWS Run tested on amd64. diff --git Makefile Makefile index d5e8db38d7c..6909e70c991 100644 --- Makefile +++ Makefile @@ -2,8 +2,7 @@ BROKEN-hppa = no atomic ops COMME

Re: wip: mail/notmuch

2020-05-14 Thread Kurt Mosiejczuk
On Thu, May 14, 2020 at 10:30:01PM +0100, Stuart Henderson wrote: > Anyone want to import this now (or give me an ok to do so)? > Reattached. > (Worked on by various people including me, Olivier Taïbi, and Enric Morales) No reason not to import, but I was curious at not making the python extensio

Re: Go and portgen(1)

2020-05-14 Thread Aaron Bieber
On Sat, 18 Apr 2020 at 11:26:34 +0100, Stuart Henderson wrote: > On 2020/04/18 10:00, Landry Breuil wrote: > > can be polished in-tree if needed, as long as all existing go ports > > > still build fine with the go.port.mk changes

New: lr

2020-05-14 Thread Evan Silberman
list files, recursively, by Leah Neukirchen. https://git.vuxu.org/lr/about/ From readme: ## Benefits Over find: * friendly and logical C-style filter syntax * getopt is used, can mix filters and arguments in any order * can sort * compute directory sizes * can strip leading `./` * can do breadt

Re: update amdgpu-firmware to 20200421

2020-05-14 Thread Klemens Nanni
On Mon, May 11, 2020 at 09:59:52PM +1000, Jonathan Gray wrote: > Here is an amdgpu-firmware update for after unlock. > > The linux 4.19 based drm in -current should be fine with this. OK kn, no regression on a T495 running snapshots.

Re: wip: mail/notmuch

2020-05-14 Thread Stuart Henderson
Anyone want to import this now (or give me an ok to do so)? Reattached. (Worked on by various people including me, Olivier Taïbi, and Enric Morales) On 2020/04/19 22:32, Stuart Henderson wrote: > This is now OK sthen@ to import. As there has been a fair bit of > interest in this over time, I th

Re: [update] mail/mu 1.4.5, flavor for guile support

2020-05-14 Thread Stefan Hagen
Hi Todd, Todd Carson wrote: > This incorporates the changes previously posted for 1.4.3, with the > exception of the README since there seemed to be some disagreement about > that. Maybe we should wait a few weeks. Right now, djb is releasing a new bugfix release every few days. > I also added a

UPDATE audacious-4.0.3

2020-05-14 Thread Bjorn Ketelaars
Diff below updates audio/audacious-{player,plugins} and meta/audacious to 4.0.3. Changes: https://audacious-media-player.org/news/48-audacious-4-0-3-released Run tested on amd64. Comments/OK? diff --git audio/audacious/Makefile.inc audio/audacious/Makefile.inc index 2e3e84ecc4c..a1dcb433f3b 100

UPDATE net/openconnect-8.10

2020-05-14 Thread Bjorn Ketelaars
Enclosed diff updates openconnect to 8.10, which fixes a potential buffer overflow with GnuTLS describing local certs (CVE-2020-12823). Changes: https://www.infradead.org/openconnect/changelog.html Run tested on amd64. I think it makes sense to push this to 6.7 as well. Comments/OK? diff --git

NEW: graphics/libvips

2020-05-14 Thread Denis Fondras
libvips is a demand-driven, horizontally threaded image processing library. Compared to similar libraries, libvips runs quickly and uses little memory. https://libvips.github.io/libvips/ Provided by Stephane Guedon libvips-8.9.2.tgz Description: application/tar-gz

UPDATE: radare2

2020-05-14 Thread Jasper Lievisse Adriaanse
Hi, Here's an update for radare2 along with an update cutter. Testing and OKs welcome. -- jasper Index: devel/radare2/main/Makefile === RCS file: /cvs/ports/devel/radare2/main/Makefile,v retrieving revision 1.19 diff -u -p -r1.19 M

Re: [New] Puppet6 - 6.14.0

2020-05-14 Thread Klemens Nanni
On Thu, May 14, 2020 at 10:55:09PM +1000, Arthur Barton wrote: > Attached is a port for puppet 6.14.0. Its a minor update to the previously > posted 6.9.0 port. > Confirmed working on amd64 in master-less mode. Thanks for working on this, but a few things need fixing. PLIST is missing lines for u

Re: [macppc] Unbreak lang/parrot, mark BROKEN-mips64

2020-05-14 Thread Charlene Wendling
On Tue, 28 Apr 2020 13:37:08 +0200 Charlene Wendling wrote: > On Mon, 27 Apr 2020 20:59:20 +0200 > Charlene Wendling wrote: > > > > > Parrot fails to build in the current macppc bulk, same as: > > > > > http://build-failures.rhaalovely.net/mips64/2020-04-11/lang/parrot.log > > > > I already ha

Re: NEW: security/uacme

2020-05-14 Thread Stuart Henderson
On 2020/05/14 18:36, Christian Weisgerber wrote: > Stuart Henderson: > > > --- > > uacme is a lightweight client for the RFC8555 ACMEv2 protocol used with > > certificate authorities to validate and issue X509 certificates. It is > > written in plain C with minimal dependencies (libcurl and one of

Re: Fix random crashes with gettext on alpha

2020-05-14 Thread Christian Weisgerber
Martijn van Duren: > So msgfmt crashes an insane amount of times on alpha (rough guess is 75% > of the time) which is a pain when building other packages. That is odd. Why does this only happen on alpha? When did it start happening on alpha? Years ago I had an alpha and this is a "new" problem

Re: update: net/py-transmissionrpc-ng

2020-05-14 Thread Jeremie Courreges-Anglas
On Tue, May 12 2020, Paco Esteban wrote: > Hi ports@, > > (this is for after unlock) > > This is an update for net/py-transmissionrpc-ng to its latest version > 0.14.1 > > Changes in the software are: > > * Reformat code with Black code style > * Follow redirects to magnet links > * Fix 'Defaul

Re: NEW: security/uacme

2020-05-14 Thread Christian Weisgerber
Stuart Henderson: > --- > uacme is a lightweight client for the RFC8555 ACMEv2 protocol used with > certificate authorities to validate and issue X509 certificates. It is > written in plain C with minimal dependencies (libcurl and one of GnuTLS, > OpenSSL or mbedTLS) and can handle all authenticat

Re: py-tlsfuzzer: add py-M2Crypto as an RDEP

2020-05-14 Thread Kurt Mosiejczuk
On Thu, May 14, 2020 at 05:39:53PM +0200, Jeremie Courreges-Anglas wrote: > > Sounds good. Probably will prevent a future phantom failure if py-M2Crypto > > gets junked during build. > Adding m2crypto to RUN_DEPENDS won't prevent a failure at build > time. You're right. I plead "trying to recove

Re: py-tlsfuzzer: add py-M2Crypto as an RDEP

2020-05-14 Thread Jeremie Courreges-Anglas
On Thu, May 14 2020, Kurt Mosiejczuk wrote: > On Thu, May 14, 2020 at 03:22:27PM +0200, Theo Buehler wrote: >> This an optional runtime dependency that speeds up the some of the >> tlsfuzzer tests quite a bit (by a factor of 4-6 on my laptop) simply by >> replacing the native python crypto impleme

maintainer update: www/hugo

2020-05-14 Thread Paco Esteban
Hi ports, This is a simple update for www/hugo to 0.70.0. You can see the changes here. Comments and/or ok welcome. Index: Makefile === RCS file: /home/cvs/ports/www/hugo/Makefile,v retrieving revision 1.19 diff -u -p -r1.19 Makefi

Re: NEW: textproc/py-codespell

2020-05-14 Thread Kurt Mosiejczuk
On Thu, May 14, 2020 at 09:16:43AM -0600, Todd C. Miller wrote: > On Thu, 14 May 2020 10:37:28 -0400, Kurt Mosiejczuk wrote: > > Attached is my counter-proposal. It seems to be just a program that is run, > > not a library, so just have it be textproc/codespell. I also had to add > > some dependen

Re: NEW: textproc/py-codespell

2020-05-14 Thread Todd C . Miller
On Thu, 14 May 2020 10:37:28 -0400, Kurt Mosiejczuk wrote: > Attached is my counter-proposal. It seems to be just a program that is run, > not a library, so just have it be textproc/codespell. I also had to add > some dependencies for it to work properly. They don't list it in setup.py > or setup.

Re: Fix random crashes with gettext on alpha

2020-05-14 Thread Theo de Raadt
Martijn van Duren wrote: > tl;dr: should we disable alloca in gettext and what's the best way to > do this if so? > > So msgfmt crashes an insane amount of times on alpha (rough guess is 75% > of the time) which is a pain when building other packages. > I managed to trace the issue to gettet-run

Re: avrdude 6.3 and libelf

2020-05-14 Thread Tracey Emery
On Tue, Apr 28, 2020 at 09:31:41AM -0600, Tracey Emery wrote: > On Fri, Apr 24, 2020 at 08:18:53AM -0600, Tracey Emery wrote: > > I can certainly test this here in the future. Having newer avrdude would > > be great. None of the ESP "suite of tools" uses avrdude, so those won't > > be affected. > >

Re: NEW: textproc/py-codespell

2020-05-14 Thread Kurt Mosiejczuk
On Thu, May 14, 2020 at 07:45:44AM -0600, Todd C. Miller wrote: > --- > Codespell is a source code spell checker. > Fix common misspellings in text files. It's designed primarily for > checking misspelled words in source code, but it can be used with > other files as well. > --- > I've tried to f

update mail/claws-mail

2020-05-14 Thread Solene Rapenne
This updates claws-mail to last version. I also removed bsfilter module because it requires bsfilter and we don't have it in ports. I enabled the crash dialog because I had a few crashes when using malloc options. And of course, I never had a crash since I enabled that option. Some patches have

Re: py-tlsfuzzer: add py-M2Crypto as an RDEP

2020-05-14 Thread Kurt Mosiejczuk
On Thu, May 14, 2020 at 03:22:27PM +0200, Theo Buehler wrote: > This an optional runtime dependency that speeds up the some of the > tlsfuzzer tests quite a bit (by a factor of 4-6 on my laptop) simply by > replacing the native python crypto implementations by faster versions. > This is purely con

Fix random crashes with gettext on alpha

2020-05-14 Thread Martijn van Duren
tl;dr: should we disable alloca in gettext and what's the best way to do this if so? So msgfmt crashes an insane amount of times on alpha (rough guess is 75% of the time) which is a pain when building other packages. I managed to trace the issue to gettet-runtime/gnulib-lib/malloca.c: freea(), whi

Re: py-tlsfuzzer: add py-M2Crypto as an RDEP

2020-05-14 Thread Jeremie Courreges-Anglas
On Thu, May 14 2020, Theo Buehler wrote: > This an optional runtime dependency that speeds up the some of the > tlsfuzzer tests quite a bit (by a factor of 4-6 on my laptop) simply by > replacing the native python crypto implementations by faster versions. > > This is purely convenience. I can al

NEW: textproc/py-codespell

2020-05-14 Thread Todd C . Miller
--- Codespell is a source code spell checker. Fix common misspellings in text files. It's designed primarily for checking misspelled words in source code, but it can be used with other files as well. --- I've tried to follow some of the existing python ports with respect to python3. Let me know

py-tlsfuzzer: add py-M2Crypto as an RDEP

2020-05-14 Thread Theo Buehler
This an optional runtime dependency that speeds up the some of the tlsfuzzer tests quite a bit (by a factor of 4-6 on my laptop) simply by replacing the native python crypto implementations by faster versions. This is purely convenience. I can also add two packages, but I would expect this to mak

UPDATE: SQLMap-1.4.5

2020-05-14 Thread Gonzalo L. Rodriguez
Hello, small update for SQLMap to 1.4.5: https://github.com/sqlmapproject/sqlmap/releases Cheers.- -- - gonzalo Index: Makefile === RCS file: /cvs/ports/security/sqlmap/Makefile,v retrieving revision 1.29 diff -u

[update] mail/mu 1.4.5, flavor for guile support

2020-05-14 Thread Todd Carson
This incorporates the changes previously posted for 1.4.3, with the exception of the README since there seemed to be some disagreement about that. I also added a FLAVOR to optionally build the guile bindings, with some patches to change hard-coded references to guile and guile-snarf to guile2.2 a