Re: net/zabbix SSH flavor?

2017-10-12 Thread Antoine Jacoutot
On Thu, Oct 12, 2017 at 07:02:54PM +, William Leuschner wrote:
> Now that the release hubbub is over, what do you all think of this patch
> to add an ssh flavor to net/zabbix that lets it run SSH checks?

Is it worth adding yet another FLAVOR to this port? Can't we enable it by
default?

> Index: Makefile
> ===
> RCS file: /cvs/ports/net/zabbix/Makefile,v
> retrieving revision 1.122
> diff -u -p -r1.122 Makefile
> --- Makefile  7 Jul 2016 18:47:32 -   1.122
> +++ Makefile  22 Sep 2017 18:29:39 -
> @@ -29,7 +29,7 @@ MODPHP_BUILDDEP =   No
> 
>  MULTI_PACKAGES = -main -web
>  PSEUDO_FLAVORS = no_server
> -FLAVORS =mysql pgsql sqlite3
> +FLAVORS =mysql pgsql sqlite3 ssh
> 
>  SUBST_VARS +=PREFIX-web ZABBIX_WEB MAJV
> 
> @@ -77,7 +77,7 @@ FLAVOR =sqlite3
>  #if non-backend-related flavors are added, add them to
>  #the following line as ":L:Nflavor1:Nflavor2" so that
>  #they don't trigger a "Conflicting flavors" error.
> -BACKEND =${FLAVOR}
> +BACKEND =${FLAVOR:L:Nssh}
>  .if ${BACKEND} == "mysql"
>  MULTI_PACKAGES += -server
>  LIB_DEPENDS-server +=databases/mariadb,-main
> @@ -97,6 +97,13 @@ CONFIGURE_ARGS += --disable-server \
>   --disable-proxy
>  .else
>  ERRORS +="Fatal: Conflicting flavors: ${FLAVOR}";
> +.endif
> +
> +# Include libssh if the ssh flavor is requested
> +.if ${FLAVOR:Mssh}
> +LIB_DEPENDS-server += security/libssh2
> +WANTLIB-server += ssh2
> +CONFIGURE_ARGS += --with-ssh2
>  .endif
> 
>  pre-configure:
> 
> ───
> William Leuschner
> wel2...@rit.edu
> 
> On 9/25/2017 1:17 PM, William Leuschner wrote:
> > Ah, that did it! Thank you for the pointers. The now-fixed patch is 
> > below. Comments? ─── William Leuschner 
> > wel2...@rit.edu
> > 
> > 
> > On 9/21/2017 5:24 PM, Nigel Taylor wrote:
> >> 
> >> $ cd /usr/ports/mystuff/net/zabbix $ doas make configure $ cd
> >> /usr/ports/pobj/zabbix-3.2.7-mysql/zabbix-3.2.7 $ ./configure
> >> --help | grep -i ssh If you want to use SSH2 based checks: 
> >> --with-ssh2[=DIR]   use SSH2 package [default=no], DIR is the
> >> SSH2
> >> 
> >> I don't see a --with-ssh option
> >> 
> >> that's LIB_DEPENDS-server += security/libssh2 WANTLIB-server +=
> >> ssh2 CONFIGURE_ARGS += --with-ssh2
> >> 
> >> You drop the lib on the WANTLIB, check the SHARED_LIBS in 
> >> security/libssh{,2}
> 

-- 
Antoine



CVS: cvs.openbsd.org: ports

2017-10-12 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/10/12 22:58:29

Modified files:
sysutils/awscli: Makefile distinfo 

Log message:
Update to awscli-1.11.170.



CVS: cvs.openbsd.org: ports

2017-10-12 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/10/12 22:58:18

Modified files:
net/py-botocore: Makefile distinfo 

Log message:
Update to py-botocore-1.7.28.



CVS: cvs.openbsd.org: ports

2017-10-12 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/10/12 22:53:53

Modified files:
sysutils/amazon-ssm-agent: Makefile distinfo 

Log message:
Update to amazon-ssm-agent-2.2.30.0.



CVS: cvs.openbsd.org: ports

2017-10-12 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/10/12 22:48:34

Modified files:
emulators/qemu : Makefile distinfo 

Log message:
Update to qemu-2.10.1.

from Brad (maintainer)



Re: Upcoming Ruby Plans

2017-10-12 Thread Jeremy Evans
On 10/12 09:33, vtamara wrote:
> In general I think these are good plans. I use to develop applications on
> Ruby on Rails, and I try to keep always with the latest version of the gems
> (since I use bundler I don't use the gems packed for OpenBSD) So these are
> good plans for me.
> 
> Besides that, and thanking your hard work maintaining recent Ruby on
> OpenBSD, I would like to ask you:
>  - How to use chroot with unicorn ?
> 
> I have not been able to find documentation about it, except notes in
> changelogs.

It is mentioned in the unicorn documentation for the Unicorn::Worker#user
method.

I run my unicorn processes using unicorn's fork+exec support, chrooting,
priv dropping, then pledging. I use nginx as the main webserver, and
have it send requests to unicorn using a unix socket.  In my unicorn
config files, I have code similar to:

require 'pledge'

listen '/var/www/sockets/app.sock'

worker_exec true

after_worker_ready do |server, worker|
  server.logger.info("worker=#{worker.nr} ready")
  worker.user('_app', '_app', true)
  Pledge.pledge('rpath prot_exec unix')
end

One of the issues you will run into is you need to make sure that all
libraries necessary are loaded before chroot.  This can be tricky if
you are using libraries that use autoload, which you are because rack
uses autoload.

Thanks,
Jeremy



CVS: cvs.openbsd.org: ports

2017-10-12 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2017/10/12 19:33:47

Modified files:
editors/zile   : Makefile distinfo 

Log message:
Update for Zile to 2.4.14:

Makefile.am: fix pushing of tag in dorelease target (escape $)

maint: post-release administrivia
* NEWS: Add header line for next release.
* .prev-version: Record previous version.
* cfg.mk (old_NEWS_hash): Auto-update.
* NEWS: Record release date.

OK bcallah@



Re: UPDATE: borgbackup 1.1.0

2017-10-12 Thread Björn Ketelaars
On Sun 08/10/2017 07:49, Björn Ketelaars wrote:
> Please find enclosed a diff for bringing borgbackup to the latest version
> (1.1.0). Changelog can be found at
> https://github.com/borgbackup/borg/blob/1.1.0/docs/changes.rst#version-110-2017-10-07
> 
> Please note that Guzzle Sphinx Theme is required as build dependency. A port
> has been submitted to the list.
> 
> I've been running with different 1.1.0 release candidates for a couple of
> weeks without any issues on amd64 and i386.
> 
> -- 
> Björn Ketelaars
> GPG key: 0x4F0E5F21
> 
> 
> diff --git sysutils/borgbackup/Makefile sysutils/borgbackup/Makefile
> index 47bee20d824..d6b75b7e3d6 100644
> --- sysutils/borgbackup/Makefile
> +++ sysutils/borgbackup/Makefile
> @@ -2,7 +2,7 @@
>  
>  COMMENT =deduplicating backup program
>  
> -MODPY_EGG_VERSION =  1.0.11
> +MODPY_EGG_VERSION =  1.1.0
>  DISTNAME =   borgbackup-${MODPY_EGG_VERSION}
>  
>  MODPY_PI =   Yes
> @@ -24,7 +24,8 @@ LIB_DEPENDS +=  ${MODPY_LIB_DEPENDS} 
> archivers/lz4
>  
>  BUILD_DEPENDS += ${RUN_DEPENDS} \
>   devel/py-setuptools_scm${MODPY_FLAVOR} \
> - textproc/py-sphinx${MODPY_FLAVOR}
> + textproc/py-sphinx${MODPY_FLAVOR} \
> + textproc/py-sphinx_guzzle_theme${MODPY_FLAVOR}
>  
>  RUN_DEPENDS +=   net/py-msgpack${MODPY_FLAVOR}
>  
> @@ -35,6 +36,9 @@ TEST_DEPENDS += ${RUN_DEPENDS} \
>  
>  MODPY_SETUPTOOLS =   Yes
>  
> +post-patch:
> + ${SUBST_CMD} ${WRKSRC}/src/borg/testsuite/archiver.py
> +
>  post-build:
>   ${MODPY_CMD} build_ext --inplace
>   cd ${WRKSRC}/docs; env PYTHONPATH=${WRKSRC} \
> @@ -42,12 +46,12 @@ post-build:
>  
>  post-install:
>   ${INSTALL_MAN} ${WRKSRC}/docs/_build/man/borg.1 
> ${PREFIX}/man/man1/borg.1
> + rm 
> ${PREFIX}/lib/python${MODPY_VERSION}/site-packages/borg/testsuite/archiver.py.beforesubst
>  
>  do-test: fake
> - @printf "\n*** NOTE: borgbackup fails all tests when it is already 
> installed ***\n\n"
>   cd ${WRKSRC}; \
>   PATH=${WRKINST}/usr/local/bin:${PATH} \
> - PYTHONPATH=${WRKSRC} \
> + PYTHONPATH=${WRKSRC}/src \
>   ${MODPY_BIN} -m pytest --ignore lib*
>  
>  .include 
> diff --git sysutils/borgbackup/distinfo sysutils/borgbackup/distinfo
> index efa07b0453b..d9b6af82dd0 100644
> --- sysutils/borgbackup/distinfo
> +++ sysutils/borgbackup/distinfo
> @@ -1,2 +1,2 @@
> -SHA256 (borgbackup-1.0.11.tar.gz) = 
> /G79LRlFRiVTLg3vrJDNjoc3Zl4QrlntsVNW7lqZ0pE=
> -SIZE (borgbackup-1.0.11.tar.gz) = 603381
> +SHA256 (borgbackup-1.1.0.tar.gz) = 
> tAwRIMSAqCNc5AO45uer8Td0WIlvQ46vzmD1SRZ4nm8=
> +SIZE (borgbackup-1.1.0.tar.gz) = 2912847
> diff --git sysutils/borgbackup/patches/patch-borg__hashindex_c 
> sysutils/borgbackup/patches/patch-borg__hashindex_c
> deleted file mode 100644
> index d24438ca982..000
> --- sysutils/borgbackup/patches/patch-borg__hashindex_c
> +++ /dev/null
> @@ -1,25 +0,0 @@
> -$OpenBSD: patch-borg__hashindex_c,v 1.2 2017/02/14 17:56:26 danj Exp $
> -
> -__builtin_bswap32 unavailable at least on sparc64
> -
>  borg/_hashindex.c.orig   Mon Feb 13 04:55:35 2017
> -+++ borg/_hashindex.cMon Feb 13 12:43:39 2017
> -@@ -7,6 +7,7 @@
> - #include 
> - #include 
> - #include 
> -+#include 
> - 
> - #if defined (__SVR4) && defined (__sun)
> - #include 
> -@@ -25,8 +26,8 @@
> - #endif
> - 
> - #if BORG_BIG_ENDIAN
> --#define _le32toh(x) __builtin_bswap32(x)
> --#define _htole32(x) __builtin_bswap32(x)
> -+#define _le32toh(x) letoh32(x)
> -+#define _htole32(x) htole32(x)
> - #else
> - #define _le32toh(x) (x)
> - #define _htole32(x) (x)
> diff --git sysutils/borgbackup/patches/patch-src_borg__endian_h 
> sysutils/borgbackup/patches/patch-src_borg__endian_h
> new file mode 100644
> index 000..d12bc84b49d
> --- /dev/null
> +++ sysutils/borgbackup/patches/patch-src_borg__endian_h
> @@ -0,0 +1,26 @@
> +$OpenBSD$
> +
> +__builtin_bswap32 unavailable at least on sparc6
> +
> +Index: src/borg/_endian.h
> +--- src/borg/_endian.h.orig
>  src/borg/_endian.h
> +@@ -1,6 +1,7 @@
> + #include 
> + #include 
> + #include 
> ++#include 
> + 
> + #if defined (__SVR4) && defined (__sun)
> + #include 
> +@@ -19,8 +20,8 @@
> + #endif
> + 
> + #if BORG_BIG_ENDIAN
> +-#define _le32toh(x) __builtin_bswap32(x)
> +-#define _htole32(x) __builtin_bswap32(x)
> ++#define _le32toh(x) letoh32(x)
> ++#define _htole32(x) htole32(x)
> + #else
> + #define _le32toh(x) (x)
> + #define _htole32(x) (x)
> diff --git sysutils/borgbackup/patches/patch-src_borg_testsuite_archiver_py 
> sysutils/borgbackup/patches/patch-src_borg_testsuite_archiver_py
> new file mode 100644
> index 000..36328b95f13
> --- /dev/null
> +++ sysutils/borgbackup/patches/patch-src_borg_testsuite_archiver_py
> @@ -0,0 +1,14 @@
> +$OpenBSD$
> +
> +Index: src/borg/testsuite/archiver.py
> +--- src/borg/testsuite/archiver.py.orig
>  

Re: NEW: textproc/py-sphinx_guzzle_theme

2017-10-12 Thread Björn Ketelaars
On Sun 08/10/2017 07:42, Björn Ketelaars wrote:
> Please find enclosed a port for Guzzle Sphinx Theme, which is needed as build
> dependency for the upcoming borgbackup update.
> 
> OK?
> 

Ping?



UPDATE: Zile-2.4.14

2017-10-12 Thread Gonzalo L. Rodriguez
Hello,

Update for Zile to 2.4.14:

Makefile.am: fix pushing of tag in dorelease target (escape $)

maint: post-release administrivia
* NEWS: Add header line for next release.
* .prev-version: Record previous version.
* cfg.mk (old_NEWS_hash): Auto-update.
* NEWS: Record release date.

Ok? Comments?


Cheers.-

-- 
Sending from my toaster.
Index: Makefile
===
RCS file: /cvs/ports/editors/zile/Makefile,v
retrieving revision 1.47
diff -u -p -r1.47 Makefile
--- Makefile1 Nov 2016 22:26:18 -   1.47
+++ Makefile12 Oct 2017 19:48:35 -
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.47 2016/11/01 22:26:18 gonzalo Exp $
 
 COMMENT=   lightweight Emacs clone
-DISTNAME=  zile-2.4.13
+DISTNAME=  zile-2.4.14
 CATEGORIES=editors
 HOMEPAGE=  https://www.gnu.org/software/zile/
 
Index: distinfo
===
RCS file: /cvs/ports/editors/zile/distinfo,v
retrieving revision 1.38
diff -u -p -r1.38 distinfo
--- distinfo1 Nov 2016 22:26:18 -   1.38
+++ distinfo12 Oct 2017 19:48:35 -
@@ -1,2 +1,2 @@
-SHA256 (zile-2.4.13.tar.gz) = x5XzaepDIhnCG/Wf/JMi/V8iEhcCGo+6pvn+2Rd4rA4=
-SIZE (zile-2.4.13.tar.gz) = 1296379
+SHA256 (zile-2.4.14.tar.gz) = enh0J5XKMkgPK6tpf9XjKGGNmZfW9BfPGxTp2prya3Q=
+SIZE (zile-2.4.14.tar.gz) = 1385314


Re: net/zabbix SSH flavor?

2017-10-12 Thread William Leuschner
Now that the release hubbub is over, what do you all think of this patch
to add an ssh flavor to net/zabbix that lets it run SSH checks?

Index: Makefile
===
RCS file: /cvs/ports/net/zabbix/Makefile,v
retrieving revision 1.122
diff -u -p -r1.122 Makefile
--- Makefile7 Jul 2016 18:47:32 -   1.122
+++ Makefile22 Sep 2017 18:29:39 -
@@ -29,7 +29,7 @@ MODPHP_BUILDDEP = No

 MULTI_PACKAGES =   -main -web
 PSEUDO_FLAVORS =   no_server
-FLAVORS =  mysql pgsql sqlite3
+FLAVORS =  mysql pgsql sqlite3 ssh

 SUBST_VARS +=  PREFIX-web ZABBIX_WEB MAJV

@@ -77,7 +77,7 @@ FLAVOR =  sqlite3
 #if non-backend-related flavors are added, add them to
 #the following line as ":L:Nflavor1:Nflavor2" so that
 #they don't trigger a "Conflicting flavors" error.
-BACKEND =  ${FLAVOR}
+BACKEND =  ${FLAVOR:L:Nssh}
 .if ${BACKEND} == "mysql"
 MULTI_PACKAGES += -server
 LIB_DEPENDS-server +=  databases/mariadb,-main
@@ -97,6 +97,13 @@ CONFIGURE_ARGS += --disable-server \
--disable-proxy
 .else
 ERRORS +=  "Fatal: Conflicting flavors: ${FLAVOR}";
+.endif
+
+# Include libssh if the ssh flavor is requested
+.if ${FLAVOR:Mssh}
+LIB_DEPENDS-server += security/libssh2
+WANTLIB-server += ssh2
+CONFIGURE_ARGS += --with-ssh2
 .endif

 pre-configure:

───
William Leuschner
wel2...@rit.edu

On 9/25/2017 1:17 PM, William Leuschner wrote:
> Ah, that did it! Thank you for the pointers. The now-fixed patch is 
> below. Comments? ─── William Leuschner 
> wel2...@rit.edu
> 
> 
> On 9/21/2017 5:24 PM, Nigel Taylor wrote:
>> 
>> $ cd /usr/ports/mystuff/net/zabbix $ doas make configure $ cd
>> /usr/ports/pobj/zabbix-3.2.7-mysql/zabbix-3.2.7 $ ./configure
>> --help | grep -i ssh If you want to use SSH2 based checks: 
>> --with-ssh2[=DIR]   use SSH2 package [default=no], DIR is the
>> SSH2
>> 
>> I don't see a --with-ssh option
>> 
>> that's LIB_DEPENDS-server += security/libssh2 WANTLIB-server +=
>> ssh2 CONFIGURE_ARGS += --with-ssh2
>> 
>> You drop the lib on the WANTLIB, check the SHARED_LIBS in 
>> security/libssh{,2}



Re: arm bulk build report

2017-10-12 Thread Matthias Kilian
Hi,

On Thu, Oct 12, 2017 at 09:26:23AM -0600, phess...@openbsd.org wrote:
> bulk build on armv7-0.ports.openbsd.org
> started on  Mon Oct 2 09:23:39 MDT 2017
> finished at Thu Oct 12 09:23:57 MDT 2017
> lasted 10D17h00m
> done with kern.version=OpenBSD 6.2 (GENERIC) #88: Sun Oct  1 17:05:34 MDT 2017
[...]
> build failures: 42

Magic number!

> http://build-failures.rhaalovely.net//arm/2017-10-02/print/texlive/base.log

Does the diff in

https://marc.info/?l=openbsd-ports=150748868003488=2

help (not only the added patch but also the CXXFLAGS change in the
ports Makefile)?

Ciao,
KIli



Re: UPDATE: php revamp

2017-10-12 Thread Martijn van Duren
On 10/12/17 17:47, Tom Van Looy wrote:
> Hi Martijn
> 
> Maybe it is a good idea to just remove 7.0 and not introduce 7.1 anymore.
> Because 7.2 is planned for release on October 26. There will be plenty of
> time to test this release before 6.3. What do you think?
> 
Maintaining an extra version isn't that bad, since all versions share
almost everything. It might save some extra plumbing if we'd stick with
one version, but as long there's multiple supported PHP versions
upstream I don't see a reason to not include them all, since the
plumbing is already there.

martijn@



CVS: cvs.openbsd.org: ports

2017-10-12 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/10/12 11:53:52

Modified files:
net/bro: Makefile 
net/bro/pkg: PLIST 

Log message:
Does not conflict with brotli anymore.



CVS: cvs.openbsd.org: ports

2017-10-12 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/10/12 11:53:31

Modified files:
archivers/brotli: Makefile distinfo 
archivers/brotli/pkg: PLIST 

Log message:
Update to brotli-1.0.1.
- remove conflict with net/bro

ok pascal@ (maintainer)



NEW: fonts/ja-vlgothic-ttf (again)

2017-10-12 Thread SASANO Takayoshi
A month has passed but there is no response, this is a ping.

On Tue, 12 Sep 2017 06:56:54 +0900,
SASANO Takayoshi wrote:
> 
> Here is the ports of VLGothic, a Japanese TrueType font from Vine Linux.
> ok?
> 
> diff -uNpr fonts.orig/ja-vlgothic-ttf/Makefile fonts/ja-vlgothic-ttf/Makefile
> --- fonts.orig/ja-vlgothic-ttf/Makefile   Thu Jan  1 09:00:00 1970
> +++ fonts/ja-vlgothic-ttf/MakefileTue Sep 12 00:48:03 2017
> @@ -0,0 +1,34 @@
> +# $OpenBSD: Makefile.template,v 1.76 2017/02/25 16:04:20 danj Exp $
> +
> +COMMENT =Japanese gothic TrueType fonts from Vine Linux
> +
> +DISTNAME =   VLGothic-20141206
> +PKGNAME =ja-vlgothic-ttf-201401206
> +
> +CATEGORIES = fonts japanese x11
> +
> +HOMEPAGE =   http://vlgothic.dicey.org/
> +
> +#BSD
> +PERMIT_PACKAGE_CDROM=Yes
> +
> +MASTER_SITES =   ${MASTER_SITE_OSDN_JP:=vlgothic/62375/}
> +EXTRACT_SUFX =   .tar.bz2
> +
> +NO_BUILD =   Yes
> +NO_TEST =Yes
> +
> +PKG_ARCH =   *
> +
> +INST_DIR=${PREFIX}/share/fonts/vlgothic/
> +DOC_DIR= ${PREFIX}/share/doc/vlgothic/
> +FONTSDIR=${WRKDIR}/VLGothic/
> +
> +do-install:
> + ${INSTALL_DATA_DIR} ${INST_DIR} ${DOC_DIR}
> + ${INSTALL_DATA} ${FONTSDIR}/*.ttf ${INST_DIR}
> + ${INSTALL_DATA} ${FONTSDIR}/Changelog ${DOC_DIR}
> + ${INSTALL_DATA} ${FONTSDIR}/LICENSE* ${DOC_DIR}
> + ${INSTALL_DATA} ${FONTSDIR}/README* ${DOC_DIR}
> +
> +.include 
> diff -uNpr fonts.orig/ja-vlgothic-ttf/distinfo fonts/ja-vlgothic-ttf/distinfo
> --- fonts.orig/ja-vlgothic-ttf/distinfo   Thu Jan  1 09:00:00 1970
> +++ fonts/ja-vlgothic-ttf/distinfoTue Sep 12 00:48:03 2017
> @@ -0,0 +1,2 @@
> +SHA256 (VLGothic-20141206.tar.bz2) = 
> JStMP69szzFXY+Ah7aziGDcBVOOY2V+5erzhyoMlVWw=
> +SIZE (VLGothic-20141206.tar.bz2) = 4952134
> diff -uNpr fonts.orig/ja-vlgothic-ttf/pkg/DESCR 
> fonts/ja-vlgothic-ttf/pkg/DESCR
> --- fonts.orig/ja-vlgothic-ttf/pkg/DESCR  Thu Jan  1 09:00:00 1970
> +++ fonts/ja-vlgothic-ttf/pkg/DESCR   Tue Sep 12 00:48:03 2017
> @@ -0,0 +1,4 @@
> +This port provides VLGothic family Japanese TrueType fonts from Vine Linux.
> +
> +VLGothic
> +VLPGothic
> diff -uNpr fonts.orig/ja-vlgothic-ttf/pkg/PLIST 
> fonts/ja-vlgothic-ttf/pkg/PLIST
> --- fonts.orig/ja-vlgothic-ttf/pkg/PLIST  Thu Jan  1 09:00:00 1970
> +++ fonts/ja-vlgothic-ttf/pkg/PLIST   Tue Sep 12 00:48:03 2017
> @@ -0,0 +1,15 @@
> +@comment $OpenBSD$
> +share/doc/vlgothic/
> +share/doc/vlgothic/Changelog
> +share/doc/vlgothic/LICENSE
> +share/doc/vlgothic/LICENSE.en
> +share/doc/vlgothic/LICENSE_E.mplus
> +share/doc/vlgothic/LICENSE_J.mplus
> +share/doc/vlgothic/README
> +share/doc/vlgothic/README.sazanami
> +share/doc/vlgothic/README_E.mplus
> +share/doc/vlgothic/README_J.mplus
> +share/fonts/
> +share/fonts/vlgothic/
> +share/fonts/vlgothic/VL-Gothic-Regular.ttf
> +share/fonts/vlgothic/VL-PGothic-Regular.ttf
> 
> -- 
> SASANO Takayoshi (JG1UAA) 
> 



CVS: cvs.openbsd.org: ports

2017-10-12 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2017/10/12 09:27:02

Modified files:
audio/gqmpeg   : Makefile 

Log message:
Fix link with ld.lld (missing -lm)



arm bulk build report

2017-10-12 Thread phessler
bulk build on armv7-0.ports.openbsd.org
started on  Mon Oct 2 09:23:39 MDT 2017
finished at Thu Oct 12 09:23:57 MDT 2017
lasted 10D17h00m
done with kern.version=OpenBSD 6.2 (GENERIC) #88: Sun Oct  1 17:05:34 MDT 2017

built packages:8036
Oct 2:225
Oct 3:143
Oct 4:196
Oct 5:110
Oct 6:135
Oct 7:288
Oct 8:289
Oct 9:496
Oct 10:801
Oct 11:2449
Oct 12:2903



build failures: 42
http://build-failures.rhaalovely.net//arm/2017-10-02/audio/audiality2.log
http://build-failures.rhaalovely.net//arm/2017-10-02/audio/grip.log
http://build-failures.rhaalovely.net//arm/2017-10-02/cad/openscad.log
http://build-failures.rhaalovely.net//arm/2017-10-02/converters/k2pdfopt.log
http://build-failures.rhaalovely.net//arm/2017-10-02/databases/citus.log
http://build-failures.rhaalovely.net//arm/2017-10-02/databases/pg_statsinfo.log
http://build-failures.rhaalovely.net//arm/2017-10-02/databases/pgpool.log
http://build-failures.rhaalovely.net//arm/2017-10-02/databases/postgresql-pllua.log
http://build-failures.rhaalovely.net//arm/2017-10-02/databases/postgresql-previous.log
http://build-failures.rhaalovely.net//arm/2017-10-02/databases/repmgr.log
http://build-failures.rhaalovely.net//arm/2017-10-02/databases/skytools.log
http://build-failures.rhaalovely.net//arm/2017-10-02/devel/gtest.log
http://build-failures.rhaalovely.net//arm/2017-10-02/devel/mygui.log
http://build-failures.rhaalovely.net//arm/2017-10-02/devel/reposurgeon.log
http://build-failures.rhaalovely.net//arm/2017-10-02/devel/sdcc.log
http://build-failures.rhaalovely.net//arm/2017-10-02/editors/TeXmacs.log
http://build-failures.rhaalovely.net//arm/2017-10-02/emulators/dgen-sdl.log
http://build-failures.rhaalovely.net//arm/2017-10-02/games/pokerth.log
http://build-failures.rhaalovely.net//arm/2017-10-02/geo/geos.log
http://build-failures.rhaalovely.net//arm/2017-10-02/graphics/dcmtk.log
http://build-failures.rhaalovely.net//arm/2017-10-02/graphics/djview4.log
http://build-failures.rhaalovely.net//arm/2017-10-02/graphics/gdcm.log
http://build-failures.rhaalovely.net//arm/2017-10-02/graphics/gifsicle.log
http://build-failures.rhaalovely.net//arm/2017-10-02/graphics/slop.log
http://build-failures.rhaalovely.net//arm/2017-10-02/lang/erlang/16.log
http://build-failures.rhaalovely.net//arm/2017-10-02/lang/erlang/17,-main.log
http://build-failures.rhaalovely.net//arm/2017-10-02/lang/erlang/18.log
http://build-failures.rhaalovely.net//arm/2017-10-02/lang/erlang/19.log
http://build-failures.rhaalovely.net//arm/2017-10-02/lang/swi-prolog.log
http://build-failures.rhaalovely.net//arm/2017-10-02/mail/bogofilter,db4.log
http://build-failures.rhaalovely.net//arm/2017-10-02/math/gnumeric.log
http://build-failures.rhaalovely.net//arm/2017-10-02/net/filezilla.log
http://build-failures.rhaalovely.net//arm/2017-10-02/net/gnugk.log
http://build-failures.rhaalovely.net//arm/2017-10-02/net/owncloudclient.log
http://build-failures.rhaalovely.net//arm/2017-10-02/net/pidgin-sipe.log
http://build-failures.rhaalovely.net//arm/2017-10-02/net/psi.log
http://build-failures.rhaalovely.net//arm/2017-10-02/net/synergy.log
http://build-failures.rhaalovely.net//arm/2017-10-02/print/scribus.log
http://build-failures.rhaalovely.net//arm/2017-10-02/print/texlive/base.log
http://build-failures.rhaalovely.net//arm/2017-10-02/security/botan2.log
http://build-failures.rhaalovely.net//arm/2017-10-02/sysutils/facter.log
http://build-failures.rhaalovely.net//arm/2017-10-02/telephony/asterisk.log
Base libs:
c.90.0 crypto.42.0

X libs:



CVS: cvs.openbsd.org: ports

2017-10-12 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2017/10/12 09:05:31

Modified files:
sysutils/logstalgia: Makefile distinfo 

Log message:
Update for Logstalgia to 1.1.0:

https://github.com/acaudwell/Logstalgia/releases

OK rpointel@



CVS: cvs.openbsd.org: ports

2017-10-12 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2017/10/12 09:04:52

Added files:
audio/adplug/patches: patch-configure 

Log message:
Don't hardcode libstdc++, fixes build on systems which don't provide it

clang ignores -lstdc++ even if it is absent from the system, giving the
wrong hint to the configure, which proceeds to add it to the list of
libraries.  Then libtool fails because it can't find it.

Why is clang ignoring -lstdc++?  Convenience?



Re: Upcoming Ruby Plans

2017-10-12 Thread vtamara
In general I think these are good plans. I use to develop applications 
on Ruby on Rails, and I try to keep always with the latest version of 
the gems (since I use bundler I don't use the gems packed for OpenBSD) 
So these are good plans for me.


Besides that, and thanking your hard work maintaining recent Ruby on 
OpenBSD, I would like to ask you:

 - How to use chroot with unicorn ?

I have not been able to find documentation about it, except notes in 
changelogs.


Again, thanks a lot.

Blessings.


El 2017-10-10 22:49, Jeremy Evans escribió:

tl;dr:

* Make ruby 2.4 default ruby version
* Remove ruby 1.8, 2.1, 2.2
* Remove ruby-do_* and ruby-swift-db-*

This message may be a little long, but if you are interested in ruby on
OpenBSD, I'd like to get some feedback.  I plan on preparing for these
changes over the next few weeks, and commiting them during p2k17.

Now that ruby 2.4.2 has been released, I plan to switch the default 
ruby
version in the ports tree from 2.3 to 2.4.  I'll be doing bulk builds 
of

all ruby ports before and after switching to hopefully catch all the
necessary bumps.

In late August I worked on getting the remaining ports that depended on
ruby 1.8 working on a modern version of ruby, and getting OKs to remove
a couple ports that couldn't be upgraded and were no longer needed
(gonzui and puppet-dashboard).  There shouldn't be any remaining ports
that depend on lang/ruby/1.8, other than some old ruby libraries:

* databases/ruby-bdb (dependency of gonzui)
* devel/ruby-gems (included in ruby 1.9+)
* devel/ruby-rake (included in ruby 1.9+)

So I plan on removing these ports and then removing ruby 1.8.

Upstream support for ruby 2.1 was dropped completely in March, so I 
plan

on also removing ruby 2.1 per our usual ruby support policy.

When I first proposed our current ruby support policy in August 2015,
there was a greater need to support older ruby versions.  Since then,
the last couple ruby versions have had fewer backwards incompatible
changes, so there is less reason to continue to supporting old 
versions.
Plus, honestly I don't want to backport security patches to versions 
not

supported upstream.

So, with that in mind I'd like to update our ruby support policy to the
following:

1) All upstream versions in normal maintenance phase are supported, 
with

   C extensions built for each version.
2) Once an upstream version enters security maintenance phase, it
   remains in the ports tree, but C extensions are no longer built for
   it.
3) 6 months after the upstream version enters security maintenance
   phase, it is removed from the ports tree.

Currently, this would have the effect of also removing ruby 2.2, since
it has been over 6 months since ruby 2.2 entered security maintenance
phase (which happened on March 28, 2017 with the release of ruby 
2.2.7).


There are currently a couple of ruby ports (ruby-augeas and
ruby-libvirt) that are built for ruby 2.2 and not ruby 2.3, those will
need to be dealt with before ruby 2.2 can be removed.

There are quite a few ruby database driver ports in the tree that are 
no

longer needed:

* ruby-data_objects
* ruby-do_mysql
* ruby-do_postgres
* ruby-do_sqlite3
* ruby-swift-db-mysql
* ruby-swift-db-postgres
* ruby-swift-db-sqlite3

These ports are all dead upstream.  They used to be usable with
databases/ruby-sequel, but support for them was dropped in a recent
Sequel version, and there is nothing in the tree that uses them.  The
data_objects and do_* ports were used by DataMapper and were reasonably
popular at one point, but pretty much nothing in the ruby ecosystem
still uses DataMapper anymore.  The swift-db-* ports were never popular
or widely used.  I plan on removing these ports as well.

There are a number of pure ruby gem ports in the tree that are not
dependencies of anything else and have not been updated in many years.
I would like to remove some of these ports as they do not add value.  I
don't have a list of such ports yet, this is probably something I'll
research at p2k17.

I appreciate any thoughts or comments on these changes.

Thanks,
Jeremy


--
--
Dios, gracias por tu amor infinito.
--
  Vladimir Támara Patiño.  http://vtamara.pasosdeJesus.org/
  http://www.pasosdejesus.org/dominio_publico_colombia.html



CVS: cvs.openbsd.org: ports

2017-10-12 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2017/10/12 08:18:04

Modified files:
audio/dumb/patches: patch-Makefile_rdy 

Log message:
Fix link with ld.lld (missing -lm)



Re: UPDATE: Logstalgia-1.0.9

2017-10-12 Thread Gonzalo L. Rodriguez
Update to 1.1.0

anyone? :)


On [04/10/17] [10:30P], Gonzalo L. Rodriguez wrote:
; Hello,
; 
; Update for Logstalgia to 1.0.9:
; 
; https://github.com/acaudwell/Logstalgia/releases
; 
; Ok? Comments?
; 
; Cheers.-
; 
; 
; -- 
; Sending from my toaster.

; Index: Makefile
; ===
; RCS file: /cvs/ports/sysutils/logstalgia/Makefile,v
; retrieving revision 1.14
; diff -u -p -r1.14 Makefile
; --- Makefile  26 Jul 2017 22:45:30 -  1.14
; +++ Makefile  5 Oct 2017 01:14:27 -
; @@ -2,10 +2,9 @@
;  
;  COMMENT =website access log visualization
;  
; -DISTNAME =   logstalgia-1.0.7
; +DISTNAME =   logstalgia-1.0.9
;  CATEGORIES = sysutils graphics
;  HOMEPAGE =   http://logstalgia.io/
; -REVISION =   0
;  
;  MAINTAINER = Gonzalo L. R. 
;  
; @@ -16,8 +15,6 @@ MASTER_SITES =  https://github.com/acaudw
;  
;  WANTLIB += GL GLEW GLU SDL2 SDL2_image c freetype iconv m pcre png pthread
;  WANTLIB += z ${COMPILER_LIBCXX}
; -
; -COMPILER =   gcc
;  
;  CONFIGURE_STYLE =gnu
;  CONFIGURE_ENV=   CPPFLAGS="-I${X11BASE}/include" \
; Index: distinfo
; ===
; RCS file: /cvs/ports/sysutils/logstalgia/distinfo,v
; retrieving revision 1.3
; diff -u -p -r1.3 distinfo
; --- distinfo  15 Mar 2016 15:03:57 -  1.3
; +++ distinfo  5 Oct 2017 01:14:27 -
; @@ -1,2 +1,2 @@
; -SHA256 (logstalgia-1.0.7.tar.gz) = 
VVP9A/t75WRTj+Vuhx6sbjyvVvQOirxGAtJVOWT48OE=
; -SIZE (logstalgia-1.0.7.tar.gz) = 902050
; +SHA256 (logstalgia-1.0.9.tar.gz) = 
i2bsH5jC1mFoRqqmkxJ/lHjdzhnneaIkeAsOsfGYGao=
; +SIZE (logstalgia-1.0.9.tar.gz) = 917694
; Index: patches/patch-src_logstalgia_cpp
; ===
; RCS file: /cvs/ports/sysutils/logstalgia/patches/patch-src_logstalgia_cpp,v
; retrieving revision 1.3
; diff -u -p -r1.3 patch-src_logstalgia_cpp
; --- patches/patch-src_logstalgia_cpp  15 Mar 2016 15:03:57 -  1.3
; +++ patches/patch-src_logstalgia_cpp  5 Oct 2017 01:14:27 -
; @@ -1,7 +1,8 @@
;  $OpenBSD: patch-src_logstalgia_cpp,v 1.3 2016/03/15 15:03:57 gonzalo Exp $
;  src/logstalgia.cpp.orig  Tue Oct 20 17:32:05 2015
; -+++ src/logstalgia.cpp   Sun Mar 13 23:44:44 2016
; -@@ -395,7 +395,7 @@ std::string Logstalgia::dateAtPosition(float percent) 
; +Index: src/logstalgia.cpp
; +--- src/logstalgia.cpp.orig
;  src/logstalgia.cpp
; +@@ -718,7 +718,7 @@ std::string Logstalgia::dateAtPosition(float percent) 
;   
;   time_t timestamp = le.timestamp;
;   
; @@ -10,7 +11,7 @@ $OpenBSD: patch-src_logstalgia_cpp,v 1.3
;   strftime(datestr, 256, "%H:%M:%S %B %d, %Y", timeinfo);
;   date = std::string(datestr);
;   }
; -@@ -975,7 +975,7 @@ void Logstalgia::logic(float t, float dt) {
; +@@ -1451,7 +1451,7 @@ void Logstalgia::logic(float t, float dt) {
;   char datestr[256];
;   char timestr[256];
;   


-- 
Sending from my toaster.
Index: Makefile
===
RCS file: /cvs/ports/sysutils/logstalgia/Makefile,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile
--- Makefile26 Jul 2017 22:45:30 -  1.14
+++ Makefile12 Oct 2017 13:30:59 -
@@ -2,10 +2,9 @@
 
 COMMENT =  website access log visualization
 
-DISTNAME = logstalgia-1.0.7
+DISTNAME = logstalgia-1.1.0
 CATEGORIES =   sysutils graphics
 HOMEPAGE = http://logstalgia.io/
-REVISION = 0
 
 MAINTAINER =   Gonzalo L. R. 
 
@@ -14,11 +13,9 @@ PERMIT_PACKAGE_CDROM =   Yes
 
 MASTER_SITES = 
https://github.com/acaudwell/Logstalgia/releases/download/${DISTNAME}/
 
-WANTLIB += GL GLEW GLU SDL2 SDL2_image c freetype iconv m pcre png pthread
+WANTLIB += GL GLEW GLU SDL2 SDL2_image c freetype m pcre png
 WANTLIB += z ${COMPILER_LIBCXX}
 
-COMPILER = gcc
-
 CONFIGURE_STYLE =gnu
 CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
LDFLAGS="-L${X11BASE}/lib"
@@ -26,8 +23,7 @@ CONFIGURE_ENV=CPPFLAGS="-I${X11BASE}/in
 BUILD_DEPENDS =graphics/glm \
devel/boost
 
-LIB_DEPENDS =  converters/libiconv \
-   graphics/glew \
+LIB_DEPENDS =  graphics/glew \
devel/pcre \
devel/sdl2-image
 
Index: distinfo
===
RCS file: /cvs/ports/sysutils/logstalgia/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo15 Mar 2016 15:03:57 -  1.3
+++ distinfo12 Oct 2017 13:30:59 -
@@ -1,2 +1,2 @@
-SHA256 (logstalgia-1.0.7.tar.gz) = VVP9A/t75WRTj+Vuhx6sbjyvVvQOirxGAtJVOWT48OE=
-SIZE (logstalgia-1.0.7.tar.gz) = 902050
+SHA256 (logstalgia-1.1.0.tar.gz) = aA1Hur6iZlpnQDKr7Xpgy+zwA3i1uZJNJlscBjpxEMM=
+SIZE (logstalgia-1.1.0.tar.gz) = 2332427


[NEW] uw-ttyp0 font

2017-10-12 Thread Manuel Giraud
Hi,

Maybe the ports tree is unlocked now so I'm reposting this nice font:
https://people.mpi-inf.mpg.de/~uwe/misc/uw-ttyp0/


uw-ttyp0.tar.gz
Description: Unix tar archive
-- 
Manuel Giraud


Re: ntopng is unusable

2017-10-12 Thread kasak

> 12 окт. 2017 г., в 11:29, Stuart Henderson  написал(а):
> 
> On 2017/10/12 09:13, kasak wrote:
>> I have tried different option but it seems that ntopng will not work
>> more than 3-5 minutes. It simply crashes without any output.
> 
> How does the backtrace look?
> 
> It worked last time I used it, but that was a while ago.
> 
>> And it seems that I am facing this bug:
>> https://github.com/ntop/ntopng/issues/710 
>> 
>> I also have tons of suspicious activity. Adding -H option disable alerts but 
>> ntopng continues to crash. 
>> It is crashing both in 6.1 and 6.2. I have simple configuration with em0 
>> connected to internet and em1 connected to lan. Stop of course started on 
>> em1. 
>> Can anybody confirm? 
> 
> Seems they moved to github so portroach didn't find the update for me.
> I'll take a look at updating the port sometime, if anyone wants to beat me
> to it, be very careful with the bpf_timeval mess in patches.
> 

Hello Stuart! I am afraid I can’t look at backtrace, I am running ntopng from 
packages and don’t really know how to do it. 
I have tried to start it right now and it crashed after 20-30 seconds. Here is 
log file:

12/Oct/2017 13:17:36 [Ntop.cpp:1121] Setting local networks to 
192.168.2.0/23,192.168.200.0/24
12/Oct/2017 13:17:36 [Redis.cpp:92] Successfully connected to redis 
127.0.0.1:6379@0
12/Oct/2017 13:17:36 [Ntop.cpp:1095] Parent process is exiting (this is normal)
12/Oct/2017 13:17:36 [PcapInterface.cpp:85] Reading packets from interface 
em1...
12/Oct/2017 13:17:36 [Ntop.cpp:1267] Registered interface em1 [id: 0]
12/Oct/2017 13:17:36 [Ntop.cpp:1279] Registered interface view em1 [id: 0]
12/Oct/2017 13:17:36 [main.cpp:255] PID stored in file 
/var/run/ntopng/ntopng.pid
12/Oct/2017 13:17:36 [Utils.cpp:353] User changed to _ntopng
12/Oct/2017 13:17:36 [HTTPserver.cpp:464] HTTPS Disabled: missing SSL 
certificate /etc/ssl/ntopng-cert.pem
12/Oct/2017 13:17:36 [HTTPserver.cpp:466] Please read 
https://github.com/ntop/ntopng/blob/dev/doc/README.SSL if you want to enable 
SSL.
12/Oct/2017 13:17:36 [HTTPserver.cpp:509] Web server dirs 
[/usr/local/share/ntopng/httpdocs][/usr/local/share/ntopng/scripts]
12/Oct/2017 13:17:36 [HTTPserver.cpp:512] HTTP server listening on port 3000
12/Oct/2017 13:17:36 [main.cpp:295] Working directory: /home/ntop
12/Oct/2017 13:17:36 [main.cpp:297] Scripts/HTML pages directory: 
/usr/local/share/ntopng
12/Oct/2017 13:17:36 [Ntop.cpp:271] Welcome to ntopng amd64 v.2.4.171002 - (C) 
1998-2016 ntop.org
12/Oct/2017 13:17:36 [PeriodicActivities.cpp:53] Started periodic activities 
loop...
12/Oct/2017 13:17:36 [Ntop.cpp:531] Adding 192.168.2.0/23 as IPv4 local network 
for em1
12/Oct/2017 13:17:36 [NetworkInterface.cpp:1536] Started packet polling on 
interface em1 [id: 0]…

And here is rc.conf.local string: 
ntopng_flags=-i em1 -m 192.168.2.0/23,192.168.200.0/24 -d /home/ntop

Re: NEW: devel/github-backup

2017-10-12 Thread Laurence Tratt
On Thu, Sep 21, 2017 at 11:02:28AM +, Laurence Tratt wrote:

Here's an updated version of devel/github-backup based on Stuart's pre-lock
comments. I think this is ready for importing, so am looking for OKs.

For those who've forgotten:

> github-backup allows one to incrementally backup a github user and
> repositories, including issues, pull requests and so on e.g.:
>
>   github-backup ltratt -i -o  -t  --all


Laurie
-- 
Personal http://tratt.net/laurie/
Software Development Teamhttp://soft-dev.org/
   https://github.com/ltratt  http://twitter.com/laurencetratt


github-backup.tgz
Description: application/tar-gz


CVS: cvs.openbsd.org: ports

2017-10-12 Thread Patrick Wildt
CVSROOT:/cvs
Module name:ports
Changes by: patr...@cvs.openbsd.org 2017/10/12 03:53:06

Modified files:
sysutils/firmware: Makefile 

Log message:
+bwfm



CVS: cvs.openbsd.org: ports

2017-10-12 Thread Patrick Wildt
CVSROOT:/cvs
Module name:ports
Changes by: patr...@cvs.openbsd.org 2017/10/12 03:50:15

Log message:
Import Broadcom FullMAC chipset firmware for bwfm(4).

with and ok sthen@

Status:

Vendor Tag: patrick
Release Tags:   patrick_20171012

N ports/sysutils/firmware/bwfm/Makefile
N ports/sysutils/firmware/bwfm/distinfo
N ports/sysutils/firmware/bwfm/pkg/DESCR
N ports/sysutils/firmware/bwfm/pkg/PLIST

No conflicts created by this import



Re: ntopng is unusable

2017-10-12 Thread Stuart Henderson
On 2017/10/12 09:13, kasak wrote:
> I have tried different option but it seems that ntopng will not work
> more than 3-5 minutes. It simply crashes without any output.

How does the backtrace look?

It worked last time I used it, but that was a while ago.

> And it seems that I am facing this bug:
> https://github.com/ntop/ntopng/issues/710 
> 
> I also have tons of suspicious activity. Adding -H option disable alerts but 
> ntopng continues to crash. 
> It is crashing both in 6.1 and 6.2. I have simple configuration with em0 
> connected to internet and em1 connected to lan. Stop of course started on 
> em1. 
> Can anybody confirm? 

Seems they moved to github so portroach didn't find the update for me.
I'll take a look at updating the port sometime, if anyone wants to beat me
to it, be very careful with the bpf_timeval mess in patches.



CVS: cvs.openbsd.org: ports

2017-10-12 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/10/12 02:23:16

Modified files:
sysutils/awscli: Makefile distinfo 

Log message:
Update to awscli-1.11.169.



CVS: cvs.openbsd.org: ports

2017-10-12 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/10/12 02:23:02

Modified files:
net/py-botocore: Makefile distinfo 

Log message:
Update to py-botocore-1.7.27.



CVS: cvs.openbsd.org: ports

2017-10-12 Thread Peter Hessler
CVSROOT:/cvs
Module name:ports
Changes by: phess...@cvs.openbsd.org2017/10/12 02:07:11

Added files:
devel/valgrind/patches: patch-configure_ac 

Log message:
we won't have clang older than 2.9, so simply accept all versions of
clang as a valid compiler

OK sthen@ jca@



CVS: cvs.openbsd.org: ports

2017-10-12 Thread Sebastian Reitenbach
CVSROOT:/cvs
Module name:ports
Changes by: sebas...@cvs.openbsd.org2017/10/12 00:39:27

Modified files:
sysutils/ruby-puppet/4: Makefile distinfo 

Log message:
bugfix update to 4.10.8



CVS: cvs.openbsd.org: ports

2017-10-12 Thread Sebastian Reitenbach
CVSROOT:/cvs
Module name:ports
Changes by: sebas...@cvs.openbsd.org2017/10/12 00:35:03

Modified files:
sysutils/facter: Makefile distinfo 
sysutils/facter/patches: patch-lib_CMakeLists_txt 

Log message:
Minor update to 3.9.2



CVS: cvs.openbsd.org: ports

2017-10-12 Thread Sebastian Reitenbach
CVSROOT:/cvs
Module name:ports
Changes by: sebas...@cvs.openbsd.org2017/10/12 00:28:17

Modified files:
devel/leatherman: Makefile distinfo 

Log message:
small update to 1.3.0



CVS: cvs.openbsd.org: ports

2017-10-12 Thread Sebastian Reitenbach
CVSROOT:/cvs
Module name:ports
Changes by: sebas...@cvs.openbsd.org2017/10/12 00:26:20

Modified files:
devel/cpp-hocon: Makefile distinfo 

Log message:
minimal update to 0.1.6



Re: UPDATE: net/bitlbee-facebook

2017-10-12 Thread Michal Mazurek
On 00:06:01, 11.10.17, Rafael Sadowski wrote:
> You forgot to remove REVISION.

Thanks, fixed.

Index: net/bitlbee-facebook//Makefile
===
RCS file: /cvs/ports/net/bitlbee-facebook/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- net/bitlbee-facebook//Makefile  28 May 2017 14:16:12 -  1.2
+++ net/bitlbee-facebook//Makefile  12 Oct 2017 06:16:12 -
@@ -1,9 +1,8 @@
 # $OpenBSD: Makefile,v 1.2 2017/05/28 14:16:12 ajacoutot Exp $
 
 COMMENT=   Facebook Messenger protocol plugin for bitlbee
-V= 1.1.1
+V= 1.1.2
 DISTNAME=  bitlbee-facebook-$V
-REVISION=  0
 CATEGORIES=net
 
 HOMEPAGE=  https://github.com/bitlbee/bitlbee-facebook
Index: net/bitlbee-facebook//distinfo
===
RCS file: /cvs/ports/net/bitlbee-facebook/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- net/bitlbee-facebook//distinfo  28 May 2017 11:59:36 -  1.1.1.1
+++ net/bitlbee-facebook//distinfo  12 Oct 2017 06:16:12 -
@@ -1,2 +1,2 @@
-SHA256 (bitlbee-facebook-1.1.1.tar.gz) = 
NAhNEkMpx0xeThJ+tnLZmaWd7rK9wYPVndbFATfFU8U=
-SIZE (bitlbee-facebook-1.1.1.tar.gz) = 396646
+SHA256 (bitlbee-facebook-1.1.2.tar.gz) = 
O5RfgFdzoO8nyXIHzbqmUESr5QvmqpV08sMZ+OU4CWg=
+SIZE (bitlbee-facebook-1.1.2.tar.gz) = 397445

-- 
Michal Mazurek



ntopng is unusable

2017-10-12 Thread kasak
I have tried different option but it seems that ntopng will not work more than 
3-5 minutes. It simply crashes without any output.
And it seems that I am facing this bug:
https://github.com/ntop/ntopng/issues/710 

I also have tons of suspicious activity. Adding -H option disable alerts but 
ntopng continues to crash. 
It is crashing both in 6.1 and 6.2. I have simple configuration with em0 
connected to internet and em1 connected to lan. Stop of course started on em1. 
Can anybody confirm?