Re: lighttpd: SSL broken in OpenBSD 5.9/6.0 (fixed, patched upstream)

2016-09-11 Thread Walter Haidinger
On 2016-09-11 23:06, Jeremie Courreges-Anglas wrote: Jeremie Courreges-Anglas writes: Cc'ing the port maintainer. Thanks! IMO it would be better to use the same diff as upstream. (flag & SSL_CTX_set_options() != flag) Of course! That's why I called the included patch "crude". I simply ri

Re: UPDATE: graphics/opencv

2016-09-11 Thread Rafael Sadowski
On Fri Aug 12, 2016 at 07:29:34AM +0200, Rafael Sadowski wrote: > On Sat Jun 25, 2016 at 08:07:36PM +0200, Rafael Sadowski wrote: > > Hi ports@, > > > > update OpenCV stable branch to 2.4.13. OpenCV 3 from WIP githup is not > > ready for other ports in tree. > > > > core ports features: > > - re

remove net/ttcp?

2016-09-11 Thread Jeremie Courreges-Anglas
nt/ttcp is broken sine at least 5.9, when support for sin_family==AF_UNSPEC==0 was removed from bind(2). ttcp is thus broken at runtime: $ ttcp -r > /dev/null ttcp-r: socket ttcp-r: bind: Address family not supported by protocol family errno=47 as reported here: http://marc.info/?l=openbsd-m

Re: lighttpd: SSL broken in OpenBSD 5.9/6.0 (fixed, patched upstream)

2016-09-11 Thread Jeremie Courreges-Anglas
Jeremie Courreges-Anglas writes: > Cc'ing the port maintainer. > > Walter Haidinger writes: > >> Hi! >> >> tl;dr: fixed upstream, quick patch for 5.9/6.0 below. >> >> SSL support in lighttpd of OpenBSD 5.9 (1.3.36) and >> OpenBSD 6.0 (1.3.38) is broken. >> >> Note: already fixed by upsteam in 1.

Re: UPDATE: print/texinfo

2016-09-11 Thread Jeremie Courreges-Anglas
Ingo Feinerer writes: > Update print/texinfo 6.1 -> 6.3 > > - Drop the gettext MODULE > - Fixes a bug (only seen on OpenBSD) when building an R package with a > 'vignette' via 'R CMD build' (as it needs texi2dvi then): > > "No longer exits prematurely in some circumstances (due to the script

Re: NEW: comms/dump1090

2016-09-11 Thread Stuart Henderson
On 2016/09/10 01:09, Giannis Tsaraias wrote: > Hello. > > Recently got my hands on an RTL-SDR dongle and I've been using dump1090 to > track > aircrafts flying nearby. > > DESCR: > dump1090 is an ADS-B Mode S decoder specifically designed for RTLSDR devices. > Currently detected aircrafts can be

Re: UPDATE: graphics/nomacs

2016-09-11 Thread Rafael Sadowski
On Thu Aug 18, 2016 at 10:36:08AM +0100, Stuart Henderson wrote: > On 2016/08/17 21:55, Rafael Sadowski wrote: > > > -V = 3.2.0 > > > -DISTNAME = nomacs-${V}-source > > > -PKGNAME =${DISTNAME:S/-source//} > > > +V = 3.4 > > > +

openvpn broken caused by a change in route add and delete

2016-09-11 Thread Sander van Kranenburg
Hi, In openbsd 6.0 is the openvpn package is broken because the route add and delete commands are different from 5.9 and before. Mon Sep 5 13:27:46 2016 /sbin/route delete -net 0.0.0.0 192.168.2.1 delete net 0.0.0.0: gateway 192.168.2.1: not in table Mon Sep 5 13:27:46 2016 ERROR: OpenBSD/NetB

Re: net/bro: can't load library 'libbind.so.5.0'

2016-09-11 Thread Antoine Jacoutot
On Sun, Sep 11, 2016 at 12:02:36PM +0200, Sebastien Marie wrote: > On Sun, Sep 11, 2016 at 11:19:42AM +0200, Antoine Jacoutot wrote: > > On Sun, Sep 11, 2016 at 10:22:26AM +0200, Sebastien Marie wrote: > > > > > > After reading pkg-readmes/bro-2.4.1p2, I configured the recommanded > > > files (bro

Re: net/bro: can't load library 'libbind.so.5.0'

2016-09-11 Thread Sebastien Marie
On Sun, Sep 11, 2016 at 11:19:42AM +0200, Antoine Jacoutot wrote: > On Sun, Sep 11, 2016 at 10:22:26AM +0200, Sebastien Marie wrote: > > > > After reading pkg-readmes/bro-2.4.1p2, I configured the recommanded > > files (bro/node.cfg, login.conf), and I ran: > > > > You need to use the latest pac

Re: openvpn-2.3.11 segfaults, error "Too many levels of symbolic links"

2016-09-11 Thread Jiri B
On Sun, Sep 11, 2016 at 06:03:07PM +0900, Bryan Linton wrote: > I'm seeing this too. From reading this thread on bugs@, it looks > like support for this was removed from the /sbin/route command (as > well as the kernel itself) to enable upcoming support for other > features. > > Unfortunately, it

Re: net/bro: can't load library 'libbind.so.5.0'

2016-09-11 Thread Antoine Jacoutot
On Sun, Sep 11, 2016 at 10:22:26AM +0200, Sebastien Marie wrote: > Hi, > > I am taking a look at net/bro (strongly novice with this software), and > I encountered a library issue. > > I installed bro using pkg_add, and libbind was installed too. > > After reading pkg-readmes/bro-2.4.1p2, I confi

UPDATE: print/texinfo

2016-09-11 Thread Ingo Feinerer
Update print/texinfo 6.1 -> 6.3 - Drop the gettext MODULE - Fixes a bug (only seen on OpenBSD) when building an R package with a 'vignette' via 'R CMD build' (as it needs texi2dvi then): "No longer exits prematurely in some circumstances (due to the script running under "set -e")" (http://

Re: openvpn-2.3.11 segfaults, error "Too many levels of symbolic links"

2016-09-11 Thread Bryan Linton
On 2016-09-10 21:29:29, Jiri B wrote: > > Thanks I do not see segfaults anymore but issue about 'too many symbolic > links' > is strange. I doubt they have changed anything on remote OpenVPN gw. > I'm seeing this too. From reading this thread on bugs@, it looks like support for this was remov

Re: lighttpd: SSL broken in OpenBSD 5.9/6.0 (fixed, patched upstream)

2016-09-11 Thread Jeremie Courreges-Anglas
Cc'ing the port maintainer. Walter Haidinger writes: > Hi! > > tl;dr: fixed upstream, quick patch for 5.9/6.0 below. > > SSL support in lighttpd of OpenBSD 5.9 (1.3.36) and > OpenBSD 6.0 (1.3.38) is broken. > > Note: already fixed by upsteam in 1.4.40: > https://redmine.lighttpd.net/issues/2729

net/bro: can't load library 'libbind.so.5.0'

2016-09-11 Thread Sebastien Marie
Hi, I am taking a look at net/bro (strongly novice with this software), and I encountered a library issue. I installed bro using pkg_add, and libbind was installed too. After reading pkg-readmes/bro-2.4.1p2, I configured the recommanded files (bro/node.cfg, login.conf), and I ran: $ doas broctl