14489 Commits

Author SHA1 Message Date
sthen
13cca4d836 add 5.8 stable candidate now that it's publically available rather
than restricted to beta testers.

tighten mongodb dependency lines (a noop at the moment, but since we
already know that 3.6+ is a problem, make sure that it's recorded)
and regen plists.
2018-05-31 21:04:09 +00:00
sthen
27607e4bbe update to LibreNMS 1.40 - note the new addition to the pkg-readme,
repeated below.

(upstream's normal setup these days is to provide only their own code
and rely on composer to fetch the dependencies. this isn't suitable for
OS packaging so I'm pregenerating a separate distfile with dependencies
instead. unfortunately the hook to copy across existing config to the
.env file is done from composer, so that doesn't work for us, so you
have to copy it yourself.)

Updating from 1.39 or earlier
=============================
As of 1.40, LibreNMS now uses the Laravel framework which requires some
additional setup. Upstream has code to copy this across from an existing
configuration initially, but it's not functional in this packaged
environment.

Generate an APP_KEY:

# cd /var/www/librenms
# doas -u _librenms /usr/local/bin/php-7.0 artisan key:generate

Copy this to the clipboard, then edit /var/www/librenms/.env and fill in the
relevant details.

It may also be necessary to raise max_connections in /etc/my.cnf;
https://community.librenms.org/t/new-requirements-for-1-40/4057
suggests doubling this value.
2018-05-31 20:40:41 +00:00
ajacoutot
296d2f01c4 Update to py-boto3-1.7.30. 2018-05-31 09:37:06 +00:00
ajacoutot
17c2848043 Update to py-botocore-1.10.30. 2018-05-31 09:36:37 +00:00
sthen
ae40267ac5 update to UniFi 5.6.39 and 5.7.28 stable candidates
refactor common Makefile parts into Makefile.inc
2018-05-30 11:38:43 +00:00
rsadowski
95222d6cc9 Unbreak build with upcoming cmake 3.11.2 (Fix from FreeBSD) 2018-05-29 21:01:44 +00:00
jasper
60658f22af fix GID for _openvpnusers 2018-05-28 17:29:00 +00:00
sthen
74191dc8fc fix UID for net/ntopng, spotted by espie
regen PLIST
2018-05-28 12:17:12 +00:00
espie
6dac1535fe @extra stuff is under PREFIX by default, even though it accepts absolute
paths.
2018-05-27 09:34:51 +00:00
solene
a32d21c163 Update homepage
thx aja@

ok danj@ pirofti@
2018-05-26 21:41:21 +00:00
phessler
b023d9bb1a fix build on aarch64
same diff from Markus Hennecke and jca@
OK benoit@ phessler@
2018-05-26 21:03:38 +00:00
jasper
4ab9e88a76 update to nanomsg-1.1.3 2018-05-26 19:38:16 +00:00
espie
99ff5e917c TRUEPREFIX => PREFIX (last instance in packaging information!) 2018-05-26 17:43:43 +00:00
danj
a4f3eb6c2e Update to haproxy-1.7.11 2018-05-26 16:40:04 +00:00
espie
b8666490a2 TRUEPREFIX => PREFIX
extra does not need the PREFIX but... this doesn't require a bump
2018-05-26 15:03:50 +00:00
espie
cf0d016907 TRUEPREFIX => PREFIX 2018-05-26 15:00:24 +00:00
ajacoutot
8ed07000aa Update to py-boto3-1.7.28. 2018-05-26 11:40:59 +00:00
ajacoutot
6de6144768 Update to py-botocore-1.10.28. 2018-05-26 11:40:34 +00:00
espie
7ab7096103 missing \ 2018-05-25 15:38:22 +00:00
sthen
abbcd9d662 use MODPHP_PDO_DEPENDS where it makes sense (ports that do require
PDO but it was being defaulted in from pdo_mysql in the main php
package).

hints+ok for ownCloud/nextcloud aja@
2018-05-25 14:03:36 +00:00
sthen
fd2381d293 regen patch, use FIX_EXTRACT_PERMISSIONS 2018-05-25 12:16:52 +00:00
sthen
49df94e4a3 update to wireshark-2.6.1 2018-05-24 17:05:47 +00:00
ajacoutot
9c5c46cced devel/mozjs17 -> devel/spidermonkey52 2018-05-24 14:28:41 +00:00
ajacoutot
d4882f3bdf Update to py-boto3-1.7.26. 2018-05-23 06:48:44 +00:00
ajacoutot
e02f25d084 Update to py-botocore-1.10.26. 2018-05-23 06:48:20 +00:00
jca
cbdee8d517 Not needed any more now that sys/socket.h is standalone. 2018-05-22 20:54:06 +00:00
ajacoutot
3272d1d6f5 Update to glib2-networking-2.56.1. 2018-05-22 15:44:11 +00:00
ajacoutot
e26e882266 Update to py-botocore-1.10.25. 2018-05-22 15:12:27 +00:00
ajacoutot
242e46b626 Update to py-boto3-1.7.25. 2018-05-22 15:12:15 +00:00
sthen
1cd7e295e8 drop MODPHP_VERSION=7.0 for ports which switched early 2018-05-22 08:19:06 +00:00
sthen
ee5cc861cb - bump REVISION for php switch 2018-05-22 08:18:08 +00:00
jasper
0e8cc6c8a8 this needs a c++11 compiler; give this a chance to build on sparc64 and the like
prompted by landry@
ok aja@ (MAINTAINER)
2018-05-22 07:04:41 +00:00
sthen
2b38aa4c79 add MODPHP_VERSION=5.6 to ports that don't work with php 7.0,
a noop for now until the button is pushed in php.port.mk

pear-MDB2-mysql: requires php-mysql
nedi:		 requires php-mysql (fixable by updating to nedi 1.6)
mapserver:	 https://github.com/mapserver/mapserver/issues/5252
xcache:		 not ported to 7.0; opcache recommended instead
2018-05-21 22:18:01 +00:00
feinerer
392ffa5988 Update to Gajim 1.0.3
Initial diff and tests by Ryan Freeman.
"Go for it!" jasper@, ok pea@
2018-05-21 06:10:43 +00:00
feinerer
d2bda5c576 Update to nbxmpp 0.6.6
"go for it" jasper@
2018-05-20 10:41:47 +00:00
bluhm
d042cf1cd5 update p5-Net-DNS-SEC to 1.08 2018-05-19 10:24:38 +00:00
ajacoutot
abe7e5960a Update to ircd-hybrid-8.2.24.
from Brad (maintainer)
2018-05-19 06:28:10 +00:00
bluhm
0d6f4371ad update p5-NetAddr-MAC to 0.96
from maintainer Mikolaj Kucharski
2018-05-18 19:10:41 +00:00
ajacoutot
1ffc3af894 Update to py-boto3-1.7.23. 2018-05-18 14:38:32 +00:00
ajacoutot
5dc1505bc0 Update to py-botocore-1.10.23. 2018-05-18 14:38:03 +00:00
sthen
41d2ec1ab8 update to pmacct-1.7.1 (requested by David Higgs) and enable some of the
optional features that only have lightweight dependencies. tidy up example
installation.
2018-05-18 10:52:13 +00:00
sthen
ddc2046492 flip librenms over to PHP 7.0, I've been using it like this for ages 2018-05-17 08:27:43 +00:00
ajacoutot
c8bec4b631 Bump after recent avahi,,-python changes. 2018-05-16 21:41:58 +00:00
naddy
54361640ad Update to 7.60.0. Includes fixes for:
CVE-2018-1000300: FTP shutdown response buffer overflow)
CVE-2018-1000301: RTSP bad headers buffer over-read
2018-05-16 19:06:05 +00:00
ajacoutot
974c032593 Move avahi to python3.
req. by feinerer@
2018-05-16 16:18:52 +00:00
jasper
d679ec0c08 turns out @comment's make it into the PLIST; missing bump spotted by nigel@ 2018-05-16 15:32:24 +00:00
jasper
ef6a5a6723 ethercodes.dat is @comment'ed, so simply remove it from do-install 2018-05-16 12:37:32 +00:00
kirby
770360ade0 update HOMEPAGE 2018-05-16 10:11:40 +00:00
kirby
6a8bda936c update to seafile-6.1.8 2018-05-16 10:01:19 +00:00
ajacoutot
f64ff4c1fc Update to py-boto3-1.7.21. 2018-05-16 07:02:01 +00:00