Re: serurity/aircrack-ng builds successfully but core dumped airodump-ng

2020-07-14 Thread Theo Buehler
On Wed, Jul 15, 2020 at 12:01:55AM +, Martin wrote: > Can it be implemented in -current ports tree to check? Yes, you can apply the patch to the -current ports tree to check. Save the email to a file, cd /usr/ports/*/aircrack-ng patch < /path/to/patch make

python-3.8.3 don't build (probably) _gdbm.so and can't install it -current ports tree

2020-07-14 Thread Martin
Stuck with building Python-3.8.3 from -current ports. During build all the necessary dependences and gdbm especially builds as should be, but finally _gdbm.so does not installed. The question is how to fix it for this particular build? Error:

CVS: cvs.openbsd.org: ports

2020-07-14 Thread Brian Callahan
CVSROOT:/cvs Module name:ports Changes by: bcal...@cvs.openbsd.org 2020/07/14 18:53:04 Modified files: lang/kona : Makefile distinfo Log message: Update to kona-3.2.0.20200711

[UPDATE] games/gnubg to latest release

2020-07-14 Thread Nils Reuße
Hi all, this patch brings gnubg to the latest release. I am not too sure about adding "-I$(top_srcdir)" to the DEFAULT_INCLUDES in the two Makefiles (for the two subdirectories), but I couldn't get it to compile otherwise. The affected includes are in subdirectories of the source, but the

Re: 'tr' extra brackets treated literally

2020-07-14 Thread Christian Weisgerber
On 2020-07-14, Jordan Geoghegan wrote: > I was grepping around the ports tree and I found a few places where > unnecessary brackets were used with 'tr'. Using square brackets with tr > for character ranges is unnecessary, and in fact the brackets are > treated literally: This is a historical

CVS: cvs.openbsd.org: ports

2020-07-14 Thread Bjorn Ketelaars
CVSROOT:/cvs Module name:ports Changes by: b...@cvs.openbsd.org2020/07/14 13:45:40 Modified files: net/filezilla : Makefile distinfo Log message: Update to filezilla-3.49.0 Changelog: https://filezilla-project.org/changelog.php

CVS: cvs.openbsd.org: ports

2020-07-14 Thread Bjorn Ketelaars
CVSROOT:/cvs Module name:ports Changes by: b...@cvs.openbsd.org2020/07/14 13:45:12 Modified files: net/libfilezilla: Makefile distinfo net/libfilezilla/pkg: PLIST Log message: Update to libfilezilla-0.23.0 Changes: https://lib.filezilla-project.org/. Bump

CVS: cvs.openbsd.org: ports

2020-07-14 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2020/07/14 12:10:33 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: register cve quirk for apache-ant

CVS: cvs.openbsd.org: ports

2020-07-14 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2020/07/14 12:08:49 Modified files: devel/apache-ant: Makefile distinfo devel/apache-ant/pkg: PLIST Log message: update to apache-ant 1.10.8 this addresses CVE-2020-1945

CVS: cvs.openbsd.org: ports

2020-07-14 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2020/07/14 11:59:56 Modified files: security/py-cryptodome: Makefile distinfo Log message: update to cryptodome-3.9.8 (mostly fixes related to the Shamir's Secret Sharing implementation)

CVS: cvs.openbsd.org: ports

2020-07-14 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2020/07/14 11:52:11 Modified files: sysutils/py-ghmi: Makefile distinfo Log message: update to pyghmi-1.5.15

Re: to Pandoc or not

2020-07-14 Thread Ingo Schwarze
Hi, sven falempin wrote on Tue, Jul 14, 2020 at 01:23:21PM -0400: > Is anyone working on that for openbsd ? > > https://github.com/freebsd/freebsd-ports/blob/master/textproc/hs-pandoc/Makefile I never found pandoc useful for anything - so much so that i never even felt a need to evalute its

Re: to Pandoc or not

2020-07-14 Thread Stuart Henderson
On 2020/07/14 13:23, sven falempin wrote: > Dear readers, > > Is anyone working on that for openbsd ? > > https://github.com/freebsd/freebsd-ports/blob/master/textproc/hs-pandoc/Makefile > > I do not know the Cabal build system nor haskell >

to Pandoc or not

2020-07-14 Thread sven falempin
Dear readers, Is anyone working on that for openbsd ? https://github.com/freebsd/freebsd-ports/blob/master/textproc/hs-pandoc/Makefile I do not know the Cabal build system nor haskell so I have no idea of the

CVS: cvs.openbsd.org: ports

2020-07-14 Thread Bjorn Ketelaars
CVSROOT:/cvs Module name:ports Changes by: b...@cvs.openbsd.org2020/07/14 10:53:57 Modified files: net/sslh : Makefile distinfo net/sslh/patches: patch-Makefile patch-t Added files: net/sslh/patches: patch-sslh-conf_c Log message: Update to

CVS: cvs.openbsd.org: ports

2020-07-14 Thread Bjorn Ketelaars
CVSROOT:/cvs Module name:ports Changes by: b...@cvs.openbsd.org2020/07/14 10:52:25 Modified files: sysutils/nnn : Makefile distinfo Log message: Update to nnn-3.3 Changes: https://github.com/jarun/nnn/blob/v3.3/CHANGELOG >From Martin Ziemer (maintainer). Thank

UPDATE devel/py-prompt_toolkit-3.0.5

2020-07-14 Thread Bjorn Ketelaars
Diff below brings py-prompt_toolkit to the latest release (3.0.5), which is needed for updating ipython. Changes: https://github.com/prompt-toolkit/python-prompt-toolkit/blob/3.0.5/CHANGELOG. While here, take MAINTAINER. Testing: - 'make test' runs successfully - run tested, on amd64, in

UPDATE devel/ipython-7.16.1

2020-07-14 Thread Bjorn Ketelaars
Diff below brings ipython to 7.16.1, which is a jump forward from what we currently have in ports. List of changes/additions is long, and can be found at https://ipython.readthedocs.io/en/stable/whatsnew/. Note that this update depends on an update of devel/py-prompt_toolkit, which will be send

CVS: cvs.openbsd.org: ports

2020-07-14 Thread Mark Kettenis
CVSROOT:/cvs Module name:ports Changes by: kette...@cvs.openbsd.org2020/07/14 09:52:54 Added files: devel/libffi/patches: patch-configure_host Log message: Add support for OpenBSD/powerpc64. ok jasper@

CVS: cvs.openbsd.org: ports

2020-07-14 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/07/14 09:16:11 Modified files: www/tomcat/v8 : Tag: OPENBSD_6_7 Makefile distinfo www/tomcat/v9 : Tag: OPENBSD_6_7 Makefile distinfo www/tomcat/v9/pkg: Tag: OPENBSD_6_7

CVS: cvs.openbsd.org: ports

2020-07-14 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/07/14 09:13:37 Modified files: www/tomcat/v8 : Makefile distinfo www/tomcat/v9 : Makefile distinfo www/tomcat/v9/pkg: PLIST-examples Log message: update to tomcat-8.5.57, 9.0.37 -

serurity/aircrack-ng builds successfully but core dumped airodump-ng

2020-07-14 Thread Martin
Hi ports@, security/aircrack-ng coredumped wih malloc set to CF. OpenBSD 6.7-current # airodump-ng athn0 airodump-ng(13664) in free(): chunk canary corrupted 0xbb2425f7400 0x2ac@ox2ac Abort trap (core dumped) I don't know how to deal with it. Please check the issue.

CVS: cvs.openbsd.org: ports

2020-07-14 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/07/14 08:15:47 Modified files: net/unifi : Makefile.inc net/unifi/lts : Makefile net/unifi/stable: Makefile distinfo net/unifi/testing: Makefile Log message: unifi:

CVS: cvs.openbsd.org: ports

2020-07-14 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/07/14 06:43:56 Modified files: x11/gnome/gjs : Makefile distinfo Log message: Update to gjs-1.64.4. ok jasper@

Re: serurity/aircrack-ng builds successfully but core dumped airodump-ng

2020-07-14 Thread Theo Buehler
On Tue, Jul 14, 2020 at 01:58:12PM +0200, Theo Buehler wrote: > On Tue, Jul 14, 2020 at 11:07:24AM +, Martin wrote: > > Hi ports@, > > > > security/aircrack-ng coredumped wih malloc set to CF. OpenBSD 6.7-current > > > > # airodump-ng athn0 > > airodump-ng(13664) in free(): chunk canary

Re: serurity/aircrack-ng builds successfully but core dumped airodump-ng

2020-07-14 Thread Theo Buehler
On Tue, Jul 14, 2020 at 11:07:24AM +, Martin wrote: > Hi ports@, > > security/aircrack-ng coredumped wih malloc set to CF. OpenBSD 6.7-current > > # airodump-ng athn0 > airodump-ng(13664) in free(): chunk canary corrupted 0xbb2425f7400 0x2ac@ox2ac > Abort trap (core dumped) stsp changed

CVS: cvs.openbsd.org: ports

2020-07-14 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2020/07/14 03:19:32 Modified files: devel : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm devel/pylint : Makefile devel/pylint/pkg:

Re: NEW: x11/ntk

2020-07-14 Thread Dimitri Karamazov
On Sun, July 5, 2020 15:51, deserter...@danwin1210.me wrote: > On Sat, July 4, 2020 2:47 pm, Stuart Henderson wrote: > >> >> so that is a better description than "custom LGPLv2" :) >> > Hey, > > > Now the shared library version control is more seamless and occurs in the > Makefile alone, so no

Re: NEW: x11/fff

2020-07-14 Thread Bjorn Ketelaars
On Mon 06/07/2020 07:53, deserter...@danwin1210.me wrote: > On Mon, July 6, 2020 4:53 am, Bjorn Ketelaars wrote: > > > > Hi, > > > > > > Couple of comments: > > - I think CATEGORIES=sysutils is better. nnn and ranger are also there. > > - No need to set HOMEPAGE as this is done by the GH_* magic.

'tr' extra brackets treated literally

2020-07-14 Thread Jordan Geoghegan
Hello, I was grepping around the ports tree and I found a few places where unnecessary brackets were used with 'tr'. Using square brackets with tr for character ranges is unnecessary, and in fact the brackets are treated literally: ryzen$ echo "[hello]" | tr -d a-z [] ryzen$ echo "[hello]"

[update patch] nnn 3.2 -> 3.3

2020-07-14 Thread Martin Ziemer
This patch updates nnn from 3.2 to 3.3. Tested on two amd64 systems. Index: Makefile === RCS file: /cvs/ports/sysutils/nnn/Makefile,v retrieving revision 1.9 diff -u -p -r1.9 Makefile --- Makefile16 Jun 2020 15:02:51 -

CVS: cvs.openbsd.org: ports

2020-07-14 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/07/14 00:32:03 Modified files: x11/gnome/gdm : Makefile distinfo x11/gnome/gdm/patches: patch-daemon_gdm-local-display-factory_c Log message: Update to gdm-3.36.3.