15240 Commits

Author SHA1 Message Date
ajacoutot
35cd6f4fb2 Update to py-boto3-1.9.90. 2019-02-08 14:49:32 +00:00
kirby
b4e590fe31 update to munin-2.0.45 2019-02-08 12:51:12 +00:00
sthen
06babbc276 update to libunbound-1.9.0 2019-02-08 10:29:24 +00:00
sthen
b3acab9eae use UPDATE_PLIST_ARGS += -i MODPHP_VERSION to prevent bad subst's creeping back in 2019-02-08 10:18:49 +00:00
sthen
6faa6fd495 fix bad ${MODPHP_VERSION} subst (no pkg change) 2019-02-07 22:47:43 +00:00
sthen
8863949170 update to dhcpcd-7.1.1 2019-02-07 22:22:54 +00:00
danj
ac3ad1f1d0 Update to py3-slixmpp-1.4.2
From Kurt Mosiejczuk (maintainer)
2019-02-07 21:31:32 +00:00
danj
fea1d0af5d Update to prosody-0.11.2
"""Quite a bit of changes in this one, most noticeably:
- prosody now ships with BSD Makefiles, so we can drop gmake.
- I have disabled the tests for now, as they now require busted and
  luacheck, of which busted has not been ported yet."""

From Henrik Friedrichsen (Maintainer)
2019-02-07 19:23:39 +00:00
edd
c95e29c950 Update to net/syncthing to 1.0.1.
Also link stcli (the command line interface) to the build.

This was a combined effort between myself and Alex Holst.

OK abieber@, thanks.
2019-02-07 15:50:09 +00:00
sthen
bb4f39fc75 Update to maclookup-1.6, adds "maclookup -e" which adds the vendor
name to the end of the line rather than inline, useful for annotating
dhcp configs.

Add Text::CSV_XS dependency, it's small and 10x faster than CSV_PP.
2019-02-07 11:16:31 +00:00
giovanni
3dc810d58a +p5-POE-Component-Client-DNS-Recursive
+p5-POE-Component-Server-DNS
+p5-POE-Filter-DNS-TCP
2019-02-07 07:30:07 +00:00
giovanni
88281226c5 Import POE::Component::Server::DNS, a non-blocking, concurrent DNS server POE component
ok afresh1@

pkg/DESCR:
POE::Component::Server::DNS is a POE component that implements a DNS
server.
It uses POE::Component::Client::DNS to handle resolving when configured
as 'forward_only' and Net::DNS::Resolver::Recurse wrapped by
POE::Component::Generic to perform recursion.
One may add handlers to massage and manipulate responses to particular
queries which is vaguely modelled after Net::DNS::Nameserver.
2019-02-07 07:19:46 +00:00
giovanni
05ced19ec7 Import POE::Component::Client::DNS::Recursive, a POE component that
implements a recursive DNS client.

ok afresh1@

pkg/DESCR:
POE::Component::Client::DNS::Recursive is a POE component that
implements a recursive DNS client.
POE sessions and components can spawn a
POE::Component::Client::DNS::Recursive instance to perform a DNS query.
The component will perform its task and return the results to the
requesting session.
One may also enable tracing of the delegation path from the root name
servers for the name being looked up.
2019-02-07 07:18:18 +00:00
giovanni
28cee2f111 Import POE::Filter::DNS::TCP, a POE Filter to handle DNS over TCP connections
ok afresh1@

pkg/DESCR:
POE::Filter::DNS::TCP is a POE::Filter for parsing and generating DNS
messages received from or transmitted (respectively) over TCP as per RFC
1035.
2019-02-07 07:16:08 +00:00
naddy
3086b11500 Update to 7.64.0. Includes fixes for
CVE-2018-16890: NTLM type-2 out-of-bounds buffer read
CVE-2019-3822: NTLMv2 type-3 header stack buffer overflow
CVE-2019-3823: SMTP end-of-response out-of-bounds read
2019-02-06 18:14:05 +00:00
ajacoutot
84dc3ebbcd Update to py-botocore-1.12.88. 2019-02-06 11:26:52 +00:00
ajacoutot
21a1098117 Update to py-boto3-1.9.88. 2019-02-06 11:26:37 +00:00
fcambus
350a11af95 Update GeoLite2 databases to latest version. 2019-02-06 08:59:40 +00:00
otto
b9edbbb5e8 Update to 4.1.6; fix unknown configure arguments; take maintership; ok sthen@ 2019-02-06 06:14:15 +00:00
sthen
18516dcaa4 update to dnsperf-2.2.1. add benchmarks to CATEGORIES while there. 2019-02-05 23:23:29 +00:00
sebastia
074f021f37 Simple update to 1.2.6 2019-02-05 22:16:39 +00:00
naddy
1bc6ff0ce0 Fix bind(2) call, ambiguous after the libcxx7 update 2019-02-05 21:12:07 +00:00
sthen
f8ba25ff2a py-dnspython tweaks: add missing files to plist, fix spaces->tabs in makefile 2019-02-05 20:57:44 +00:00
sthen
d9de3a05d9 update to rrdtool-1.7.1 2019-02-05 16:10:05 +00:00
sthen
0dbd2d30aa update unifi/testing to 5.10.12 stable candidate 2019-02-05 15:23:02 +00:00
sthen
82a2f14115 mark ONLY_FOR_ARCHS=amd64. depends on mongodb which is amd64-only and even
if that weren't the case, building the i386 binary for snappy-java is a pain)
2019-02-05 14:38:47 +00:00
jca
ca12ea7853 Fix bind(2) call, ambiguous after the libcxx7 update 2019-02-05 13:27:25 +00:00
jca
ea273c7e95 Needs gettext-tools 2019-02-05 13:19:11 +00:00
bket
af1d9cf0ec Change Makefile's in net/unison to make them more consistent. Suggested
by jca@.

OK jca@
2019-02-04 18:55:08 +00:00
jca
ed91f63165 Fix DISTNAME/PKGNAME
Encode the "vX" part in distfiles, translated as "plX" in PKGNAME.
Makes it possible to update to v2.48.15v4, which is needed with newer
OCaml version.

ok sthen@ bket@ (maintainer)
2019-02-04 16:23:30 +00:00
sthen
6191171448 fix with newer perl, @INC . 2019-02-03 13:31:13 +00:00
sthen
6b44706f57 fix with newer perl, @INC . 2019-02-03 13:30:06 +00:00
sthen
a8428f7647 Use https for comstyle.com MASTER_SITES lines. From Brad. 2019-02-03 12:30:10 +00:00
otto
33c8f61248 Update to 4.1.11; ok sthen@ 2019-02-01 17:39:45 +00:00
sthen
d897ded9f6 update to librenms-1.48.1 2019-02-01 12:57:44 +00:00
sthen
286dd8bdfe use a simpler command for "generate 16 random chars" for the setup token
(we can't use upstream's "head -c 12 /dev/urandom | base64" directly so
had to patch, but it's easier to just "openssl rand -base64 12" instead
of the dd | perl monstrosity I was using).
2019-02-01 11:32:02 +00:00
sthen
48deaeefa1 update to maradns-deadwood 3.2.14 2019-02-01 11:18:58 +00:00
jasper
6ed292d87d update to minio-0.20190131 2019-02-01 07:33:33 +00:00
jasper
e1e6c3df54 update to minioc-0.20190130 2019-02-01 07:33:23 +00:00
feinerer
196ffadb84 Update to Gajim 1.1.2
OK rsadowski@
2019-01-30 17:09:17 +00:00
feinerer
7ea7087f1c Update to nbxmpp 0.6.9
OK rsadowski@
2019-01-30 17:05:36 +00:00
sthen
6bd627d28f update to LibreNMS 1.48 2019-01-29 22:20:37 +00:00
naddy
e07397c230 Ancient autoconf macros fail to recognize our shared libraries.
This causes the gettext configure test to weirdly mix shared and
static libraries with pthread dependencies, and lld 7 errors out.

Fix by grabbing updated macros and re-generating the configure script.
2019-01-28 22:58:11 +00:00
jasper
32194f63a7 update to zeromq-4.3.1 2019-01-28 19:39:30 +00:00
sthen
d37d2b807a update mac-vendor database
tweak generation (revert mistaken commit in last update, read in as utf-8,
additional output format)
2019-01-28 16:36:37 +00:00
ajacoutot
b275098072 Needs devel/gettext-tools. 2019-01-28 15:44:30 +00:00
cwen
e159461866 Update p5-POE-Component-IRC-Plugin-RSS-Headlines to 1.10
Changelog:
https://metacpan.org/changes/distribution/POE-Component-IRC-Plugin-RSS-Headlines
OK afresh1@
2019-01-28 15:08:58 +00:00
cwen
916811573c +dnsperf 2019-01-28 14:38:21 +00:00
cwen
26d44d854f Import net/dnsperf 2.2.0
Many tweaks and OK sthen@, OK solene@ bcallah@

dnsperf and resperf are free tools that make it simple to gather
accurate latency and throughput metrics for Domain Name Service (DNS).
They read input files describing DNS queries, and send those queries
to DNS servers to measure performance.

resperf-report is a script allowing to generate a report in HTML
format, with graphs.  You will need to install the gnuplot package
to use it.
2019-01-28 14:35:41 +00:00
pvk
a90b1ccffc Update mattermost-server 5.6.1 -> 5.7.0
ok abieber@ kn@
2019-01-28 11:45:48 +00:00