Update: latex2html

2021-03-23 Thread David
Sorry to bother you. On OpenBSD 6.8 any attempt, for me at least, to use latex2html terminates immediately with: Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/((^|[\s,=])')\\\W{ <-- HERE (\w)}/ at /usr/local/bin/latex2html line 6481. The attached diff updates t

Re: Interest check: gh (github's cli)

2021-03-23 Thread Mikolaj Kucharski
On Tue, Mar 23, 2021 at 10:18:07PM +, Stuart Henderson wrote: > > OK sthen with these added > > BROKEN-aarch64= old kr/pty doesn't support OpenBSD arm arches; needs > creack/pty@v1.1.11 > BROKEN-armv7= old kr/pty doesn't support OpenBSD arm arches; needs > creack/pty@v1.1.11 > Port

Re: NEW: security/py-hvac 0.10.6

2021-03-23 Thread Mikolaj Kucharski
On Tue, Mar 23, 2021 at 10:25:13PM +, Stuart Henderson wrote: > > There don't seem to be any tests in the distribution, so TEST_DEPENDS > doesn't make much sense? > > Port looks good to me but I have no way to test it. > Dropped TEST_DEPENDS. I've used it with Ansible: bindpw: "{{ lookup

Re: NEW: security/py-hvac 0.10.6

2021-03-23 Thread Stuart Henderson
On 2021/03/23 22:06, Mikolaj Kucharski wrote: > Kind reminder. > > On Tue, Mar 09, 2021 at 09:23:02PM +, Mikolaj Kucharski wrote: > > Updated the port to 0.10.8 > > > > On Sun, Jan 24, 2021 at 12:54:17PM +, Mikolaj Kucharski wrote: > > > Hi, > > > > > > Kind reminder. Port reattached for

Re: sysutils/u-boot: Ship assorted README files

2021-03-23 Thread Klemens Nanni
On Tue, Mar 23, 2021 at 09:10:22PM +0100, Klemens Nanni wrote: > One thing I'd like to have around is documentation on how certain > u-boot commands/subsystems work and/or what needs to be done on > certain specific boards. > > I'm on a Pinebook Pro here and ${WRKSRC}/doc/README.rockchip > (thanks

Re: Interest check: gh (github's cli)

2021-03-23 Thread Stuart Henderson
On 2021/03/23 22:11, Mikolaj Kucharski wrote: > On Wed, Mar 10, 2021 at 07:31:50PM +, Mikolaj Kucharski wrote: > > On Sun, Jan 24, 2021 at 02:25:14PM +, Mikolaj Kucharski wrote: > > > > > > See new port version attached. It contains 1.5.0, which I didn't had a > > > chance to properly test

go.port.mk help wanted; can we use a newer go dep? [Re: aarch64 bulk build report]

2021-03-23 Thread Stuart Henderson
On 2021/03/23 15:47, phess...@openbsd.org wrote: > build failures: 17 > http://build-failures.rhaalovely.net/aarch64/2021-03-21/net/termshark.log > http://build-failures.rhaalovely.net/aarch64/2021-03-21/sysutils/nomad.log > http://build-failures.rhaalovely.net/aarch64/2021-03-21/sysutils/terragrun

Re: Interest check: gh (github's cli)

2021-03-23 Thread Mikolaj Kucharski
On Wed, Mar 10, 2021 at 07:31:50PM +, Mikolaj Kucharski wrote: > On Sun, Jan 24, 2021 at 02:25:14PM +, Mikolaj Kucharski wrote: > > > > See new port version attached. It contains 1.5.0, which I didn't had a > > chance to properly test, as I've updated the port today. > > > > From port per

Re: NEW: graphics/promplot

2021-03-23 Thread Mikolaj Kucharski
Kind reminder. On Mon, Jan 25, 2021 at 03:51:16PM +, Mikolaj Kucharski wrote: > Hi, > > I was looking for a tool which can easily generate a screenshot > from Prometheus metrics and I found: > > https://github.com/qvl/promplot > > > Comment: > > create plots from Prometheus metrics >

Re: NEW: security/py-hvac 0.10.6

2021-03-23 Thread Mikolaj Kucharski
Kind reminder. On Tue, Mar 09, 2021 at 09:23:02PM +, Mikolaj Kucharski wrote: > Updated the port to 0.10.8 > > On Sun, Jan 24, 2021 at 12:54:17PM +, Mikolaj Kucharski wrote: > > Hi, > > > > Kind reminder. Port reattached for convenience. > > > > On Fri, Jan 01, 2021 at 05:08:59PM +,

aarch64 bulk build report

2021-03-23 Thread phessler
bulk build on arm64.ports.openbsd.org started on Sun Mar 21 03:36:10 MDT 2021 finished at Tue Mar 23 15:47:20 MDT 2021 lasted 2D12h11m done with kern.version=OpenBSD 6.9-beta (GENERIC.MP) #1085: Sat Mar 20 22:02:07 MDT 2021 built packages:11054 Mar 21:3787 Mar 22:1922 Mar 23:5344 critical path

Re: Update: latex2html

2021-03-23 Thread Stuart Henderson
On 2021/03/23 20:53, David wrote: > Sorry to bother you. On OpenBSD 6.8 any attempt, for me at least, to use > latex2html terminates immediately with: > > Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in > m/((^|[\s,=])')\\\W{ <-- HERE (\w)}/ at /usr/local/bin/latex2

Re: NEW: security/py-fickling

2021-03-23 Thread Stuart Henderson
On 2021/03/23 22:31, Sebastian Reitenbach wrote: > Hi, > > attached a port of fickling. > > cat pkg/DESCR: > Fickling is a decompiler, static analyzer, and bytecode rewriter for > Python pickle object serializations. > > Pickled Python objects are in fact bytecode that is interpreted by a > stac

Re: NEW: devel/py-astunparse

2021-03-23 Thread Stuart Henderson
On 2021/03/23 21:36, Stuart Henderson wrote: > On 2021/03/23 22:29, Sebastian Reitenbach wrote: > > Hi, > > > > attached a port for astunparse. > > > > cat pkg/DESCR > > An AST unparser for Python. > > > > This is a factored out version of unparse found in the Python source > > distribution; und

Re: NEW: devel/py-astunparse

2021-03-23 Thread Stuart Henderson
On 2021/03/23 22:29, Sebastian Reitenbach wrote: > Hi, > > attached a port for astunparse. > > cat pkg/DESCR > An AST unparser for Python. > > This is a factored out version of unparse found in the Python source > distribution; under Demo/parser in Python 2 and under Tools/parser in > Python 3.

NEW: security/py-fickling

2021-03-23 Thread Sebastian Reitenbach
Hi, attached a port of fickling. cat pkg/DESCR: Fickling is a decompiler, static analyzer, and bytecode rewriter for Python pickle object serializations. Pickled Python objects are in fact bytecode that is interpreted by a stack-based virtual machine built into Python called the "Pickle Machine"

NEW: devel/py-astunparse

2021-03-23 Thread Sebastian Reitenbach
Hi, attached a port for astunparse. cat pkg/DESCR An AST unparser for Python. This is a factored out version of unparse found in the Python source distribution; under Demo/parser in Python 2 and under Tools/parser in Python 3. With python3.9 this is part of python itself, it's needed as a depen

sysutils/u-boot: Ship assorted README files

2021-03-23 Thread Klemens Nanni
One thing I'd like to have around is documentation on how certain u-boot commands/subsystems work and/or what needs to be done on certain specific boards. I'm on a Pinebook Pro here and ${WRKSRC}/doc/README.rockchip (thanks abieber!) for example has the relevant dd(1) commands to flash the various

Re: [MAINTAINER UPDATE] www/qutebrowser -> 2.1.0

2021-03-23 Thread Dimitri Karamazov
Ping On Mon, Mar 15, 2021 at 03:31:18AM +, Dimitri Karamazov wrote: > Simple update for qutebrowser to 2.1.0 > > Changelog:https://github.com/qutebrowser/qutebrowser/releases > > Build & Run tested on amd64 > > regards, > Dimitri > Index: Makefile ===

Re: [patch] xsel: fix segfault when running on empty input file.

2021-03-23 Thread Stuart Henderson
It should use a version based on the date of last commit, rather than 'now'. Also please use "make update-patches" to prepare files in the patches/ directory (which includes a header line, after which it's often useful to include a short comment about the patch). Will fix + commit. On 2021/03/23

Re: [patch] xsel: fix segfault when running on empty input file.

2021-03-23 Thread Brennan Vincent
Can this be landed, or are more changes needed? On 3/21/21 12:26 PM, Brennan Vincent wrote: Changed the "before" file from configure.ac.bak to configure.ac.orig. Sorry for the spam. On 3/21/21 12:18 PM, Brennan Vincent wrote: Thanks for the feedback. I had not realized that some systems are s

Tiny fix to security/sshguard to allow use of daemon_flags

2021-03-23 Thread Andreas Kusalananda Kähäri
A user contacted me about the security/sshguard port. They wanted to use daemon_flags with the port, which means this needs to be added to the pexp expression in the rc.d file. The attached patch does this in the similar manner as is done for e.g. sshd and unbound. Regards, Andreas (port mainta

Re: NEW: security/evil-winrm

2021-03-23 Thread Sebastian Reitenbach
Am Donnerstag, März 18, 2021 22:52 CET, schrieb "Sebastian Reitenbach" : > Hi, > > Am Dienstag, März 16, 2021 22:33 CET, schrieb "Sebastian Reitenbach" > : > > > Hi, > > > > cat DESCR: > > WinRM (Windows Remote Management) is the Microsoft implementation of > > WS-Management Protocol. A standard

UPDATE: Ziproxy-3.3.2

2021-03-23 Thread Gonzalo L. Rodriguez
Hello, Update for Ziproxy to 3.3.2, with almost all our patches included. OK? Comments? Cheers.- -- %gonzalo Index: Makefile === RCS file: /cvs/ports/net/ziproxy/Makefile,v retrieving revision 1.16 diff -u -p -r1