Does gcc-4.9 on armv7 compiles for you?

2018-02-15 Thread Mikolaj Kucharski
Hi, I'm running on PandaBoard-ES: OpenBSD 6.2-current (GENERIC) #174: Thu Feb 8 12:19:16 MST 2018 dera...@armv7.openbsd.org:/usr/src/sys/arch/armv7/compile/GENERIC and I see gcc 4.9 from ports fail to compile: error: no member named 'fancy_abort' in namespace 'std::__1'; did you mean

NEW: security/qgpgme; Update security/gpgme, mail/trojita; remove: x11/kde-applications/gpgmepp

2018-02-15 Thread Rafael Sadowski
Hi All, tl;dr: x11/kde-applications/gpgmepp is dead upstream. Long live security/qgpgme. Since Sep. 2016[1] the C++ bindings for GnuPG's GPGME library and the Qt Job API for GpgME++ (QGpgME) is part of the GPGME repository. It wasn't a good idea to make an FLAVOR in security/gpgme; discussed

Re: UPDATE devel/msgpack

2018-02-15 Thread Brian Callahan
On 02/15/18 23:01, Björn Ketelaars wrote: On Fri 09/02/2018 18:29, Björn Ketelaars wrote: On Fri 09/02/2018 17:09, Stuart Henderson wrote: On 2018/02/09 07:55, Björn Ketelaars wrote: Included a diff for bringing devel/msgpack to 2.1.5. From CHANGELOG: - Improve cross platform configuration

Re: UPDATE devel/msgpack

2018-02-15 Thread Björn Ketelaars
On Fri 09/02/2018 18:29, Björn Ketelaars wrote: > On Fri 09/02/2018 17:09, Stuart Henderson wrote: > > On 2018/02/09 07:55, Björn Ketelaars wrote: > > > Included a diff for bringing devel/msgpack to 2.1.5. From CHANGELOG: > > > > > > - Improve cross platform configuration > > > - Add boost asio

CVS: cvs.openbsd.org: ports

2018-02-15 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/02/15 16:37:33 Modified files: textproc/mupdf : Tag: OPENBSD_6_2 Makefile textproc/mupdf/patches: Tag: OPENBSD_6_2 patch-source_fitz_load-jpx_c Log message:

Re: UPDATE: net/irssi 1.1.0 -> 1.1.1

2018-02-15 Thread Stuart Henderson
On 2018/02/15 21:36, Klemens Nanni wrote: > This is a security update, all users should update to 1.1.1 (or 1.0.7): > https://irssi.org/2018/02/15/irssi-1.1.1-1.0.7-released/ > > irssi and irssi-icb run tested on amd64, irssi-{otr,xmpp} build tested, > all test pass. > > OK? OK sthen@. Any

CVS: cvs.openbsd.org: ports

2018-02-15 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/02/15 15:13:20 Modified files: net/curl : Makefile Added files: net/curl/patches: patch-lib_vtls_openssl_c Log message: Unbreak - OpenSSL_version_num() was added to libressl but cURL

libqcow - qcowmount (fuse) does not work (VNDIOCSET: Permission denied)

2018-02-15 Thread Jiri B
Hi, while investigating possibilities to access data inside qcow* images on OpenBSD[1], I discovered libqcow's qcowmount does not work: Flow below: - info about qcow2 disk - qcowmount the disk - ls -l /mnt - vnconfig - chmod Thank you for clarification. [1]

CVS: cvs.openbsd.org: ports

2018-02-15 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2018/02/15 13:39:57 Modified files: devel/py-buildbot: Makefile.inc devel/py-buildbot/buildbot: distinfo devel/py-buildbot/buildbot/pkg: PLIST devel/py-buildbot/console-view:

UPDATE: net/irssi 1.1.0 -> 1.1.1

2018-02-15 Thread Klemens Nanni
This is a security update, all users should update to 1.1.1 (or 1.0.7): https://irssi.org/2018/02/15/irssi-1.1.1-1.0.7-released/ irssi and irssi-icb run tested on amd64, irssi-{otr,xmpp} build tested, all test pass. OK? Index: Makefile

UPDATE: Jenkins Security Advisory 2018-02-14

2018-02-15 Thread bob
Tested stable on 6.2 + patches, tested devel on recent current snapshot. Index: devel/Makefile === RCS file: /cvs/ports/devel/jenkins/devel/Makefile,v retrieving revision 1.25 diff -u -p -p -r1.25 Makefile --- devel/Makefile 24

CVS: cvs.openbsd.org: ports

2018-02-15 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2018/02/15 11:37:48 Modified files: security : Makefile Log message: +suricata-update

CVS: cvs.openbsd.org: ports

2018-02-15 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2018/02/15 11:36:37 Log message: import suricata-update-1.0.0b1 suricata-update aims to be a simple to use rule download and management tool for Suricata. ok gonzalo@ Status:

Re: new: textproc/py-toml

2018-02-15 Thread Stuart Henderson
On 2018/02/15 18:10, Daniel Jakots wrote: > Hello, > > The port is pretty simple: no deps and not much of anything. The project > has tests but they're not included in the pypi tar.gz. > > The 'Quick tutorial' works fine in both python. > > Comments? OK? > > Cheers, > Daniel how about

new: textproc/py-toml

2018-02-15 Thread Daniel Jakots
Hello, The port is pretty simple: no deps and not much of anything. The project has tests but they're not included in the pypi tar.gz. The 'Quick tutorial' works fine in both python. Comments? OK? Cheers, Daniel py-toml.tgz Description: application/compressed-tar

Re: build libLLVM.so in devel/llvm

2018-02-15 Thread Stuart Henderson
On 2018/02/15 11:19, Brian Callahan wrote: > > On 02/15/18 10:02, Jonathan Gray wrote: > > Build libLLVM.so and link tools with it. > > > > This seems to be the way almost all Linux distributions and BSDs > > ship LLVM and is what Mesa expects. > > > > Use the documented cmake var for RTTI

Re: build libLLVM.so in devel/llvm

2018-02-15 Thread Brian Callahan
On 02/15/18 10:02, Jonathan Gray wrote: Build libLLVM.so and link tools with it. This seems to be the way almost all Linux distributions and BSDs ship LLVM and is what Mesa expects. Use the documented cmake var for RTTI while here. Any reason not to use the SHARED_LIBS facility of ports for

CVS: cvs.openbsd.org: ports

2018-02-15 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/02/15 09:19:41 Modified files: security/suricata: Makefile security/suricata/pkg: PLIST suricata.rc Log message: Missing BDEP on textproc/py-sphinx Drop uneeded CONFIGURE_ENV and

Re: update audio/lame

2018-02-15 Thread Jan Stary
ping > > Index: Makefile > === > RCS file: /cvs/ports/audio/lame/Makefile,v > retrieving revision 1.58 > diff -u -p -u -p -r1.58 Makefile > --- Makefile 27 Jul 2017 14:48:10 - 1.58 > +++ Makefile 1 Feb 2018 09:13:46

build libLLVM.so in devel/llvm

2018-02-15 Thread Jonathan Gray
Build libLLVM.so and link tools with it. This seems to be the way almost all Linux distributions and BSDs ship LLVM and is what Mesa expects. Use the documented cmake var for RTTI while here. Index: Makefile === RCS file:

CVS: cvs.openbsd.org: ports

2018-02-15 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/02/15 07:35:49 Modified files: net/pear-Net-Sieve: Makefile distinfo Log message: update to pear-Net_Sieve-1.4.2 (basically a noop update, it only touches package.xml -> pear registry)

CVS: cvs.openbsd.org: ports

2018-02-15 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/02/15 06:58:25 Modified files: devel/libgit2/libgit2/patches: patch-src_openssl_stream_h net/haproxy/patches: patch-include_proto_openssl-compat_h Log message: add

CVS: cvs.openbsd.org: ports

2018-02-15 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/02/15 06:45:49 Modified files: net/haproxy: Makefile devel/libgit2/libgit2: Makefile Added files: net/haproxy/patches: patch-include_proto_openssl-compat_h

Re: [update] devel/gdb

2018-02-15 Thread Stuart Henderson
On 2018/02/09 21:23, Pascal Stumpf wrote: > This updates GDB to the latest version, 8.1. Tested on amd64, i386, > armv7 and hppa. It's not new with the update, but the port needs a post-install: ${MODPY_BIN} ${MODPY_LIBDIR}/compileall.py ${PREFIX}/share/gdb/python and regen PLIST,

CVS: cvs.openbsd.org: ports

2018-02-15 Thread Pierre-Emmanuel Andre
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2018/02/15 06:01:58 Modified files: databases/postgresql: Tag: OPENBSD_6_2 Makefile distinfo databases/postgresql/pkg: Tag: OPENBSD_6_2 PLIST-docs Removed files:

CVS: cvs.openbsd.org: ports

2018-02-15 Thread Pierre-Emmanuel Andre
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2018/02/15 06:00:36 Modified files: databases/postgresql: Makefile distinfo databases/postgresql/patches: patch-src_backend_storage_lmgr_s_lock_c

CVS: cvs.openbsd.org: ports

2018-02-15 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2018/02/15 04:59:15 Modified files: devel/catch2 : Makefile distinfo devel/catch2/pkg: PLIST Log message: Update Catch2 to 2.1.2

Re: UPDATE devel/git-cola

2018-02-15 Thread Rafael Sadowski
On Tue Feb 13, 2018 at 07:28:54PM +0100, Björn Ketelaars wrote: > git-cola received an update, which fixes some bugs and adds some > features. Changelog can be found at > https://github.com/git-cola/git-cola/blob/master/share/doc/git-cola/relnotes.rst > > Lightly tested on my laptop. > > OK?

CVS: cvs.openbsd.org: ports

2018-02-15 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/02/15 04:17:05 Modified files: net/ftpsesame : Makefile net/miniupnp/miniupnpd: Makefile net/natpmpd: Makefile net/scamper: Makefile sysutils/collectd:

CVS: cvs.openbsd.org: ports

2018-02-15 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2018/02/15 02:59:44 Modified files: net/samba : Makefile distinfo net/samba/patches: patch-buildtools_wafsamba_samba_autoconf_py

CVS: cvs.openbsd.org: ports

2018-02-15 Thread Adam Wolk
CVSROOT:/cvs Module name:ports Changes by: aw...@cvs.openbsd.org 2018/02/15 02:56:21 Modified files: games/yquake2 : Makefile games/yquake2/files: quake2.sh Log message: games/yquake2 quote parameters in the wrapper as they can contain whitespace as pointed

CVS: cvs.openbsd.org: ports

2018-02-15 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/02/15 02:02:06 Modified files: sysutils/awscli: Makefile Log message: Bump py-s3transfer requirement.

CVS: cvs.openbsd.org: ports

2018-02-15 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/02/15 02:01:22 Modified files: net/py-s3transfer: Makefile distinfo Log message: Update to py-s3transfer-0.1.13.

CVS: cvs.openbsd.org: ports

2018-02-15 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/02/15 01:59:39 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.14.39.

CVS: cvs.openbsd.org: ports

2018-02-15 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/02/15 01:59:28 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py-botocore-1.8.43.

CVS: cvs.openbsd.org: ports

2018-02-15 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/02/15 01:53:24 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py-boto3-1.5.29.

CVS: cvs.openbsd.org: ports

2018-02-15 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/02/15 01:47:41 Modified files: x11/gtk+3 : Makefile distinfo Removed files: x11/gtk+3/patches: patch-configure Log message: Update to gtk+3-3.22.28.

CVS: cvs.openbsd.org: ports

2018-02-15 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2018/02/15 01:45:48 Modified files: net/pfstat : Makefile Added files: net/pfstat/patches: patch-pfstat_c Log message: Bump revision to force recompilation after the pf_ioctl ABI break. While

Re: CVS: cvs.openbsd.org: ports

2018-02-15 Thread Antoine Jacoutot
On Thu, Feb 15, 2018 at 08:30:08AM +, Gonzalo L. Rodriguez wrote: > CVSROOT: /cvs > Module name: ports > Changes by: gonz...@cvs.openbsd.org 2018/02/15 01:30:08 > > Log message: > high performance network IDS, IPS and security monitoring OK jasper@ > > Status: > >

CVS: cvs.openbsd.org: ports

2018-02-15 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs Module name:ports Changes by: gonz...@cvs.openbsd.org 2018/02/15 01:33:38 Modified files: infrastructure/db: user.list Log message: add suricata's user

CVS: cvs.openbsd.org: ports

2018-02-15 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs Module name:ports Changes by: gonz...@cvs.openbsd.org 2018/02/15 01:32:25 Modified files: security : Makefile Log message: hook suricata

CVS: cvs.openbsd.org: ports

2018-02-15 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs Module name:ports Changes by: gonz...@cvs.openbsd.org 2018/02/15 01:30:08 Log message: high performance network IDS, IPS and security monitoring OK jasper@ Status: Vendor Tag: gonzalo Release Tags: gonzalo_20181502 N

CVS: cvs.openbsd.org: ports

2018-02-15 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/02/15 01:06:29 Modified files: net/bro: Tag: OPENBSD_6_2 Makefile distinfo Log message: SECURITY update to bro-2.5.3. - fix for an integer overflow in code generated by binpac

CVS: cvs.openbsd.org: ports

2018-02-15 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/02/15 01:05:30 Modified files: net/bro: Makefile distinfo Log message: SECURITY update to bro-2.5.3. - fix for an integer overflow in code generated by binpac