15178 Commits

Author SHA1 Message Date
robert
d5b5dd781f remove old files, missed from previous commit 2018-10-26 07:00:22 +00:00
robert
9cd0dc1130 update to zabbix 4.0.0 2018-10-26 06:57:21 +00:00
jsing
9b238750f5 Get the MAC secret size from the TLS cipher, rather than reaching into
libssl internals. While here also take more of the OpenSSL 1.1 API code
paths.

ok sthen@ tb@
2018-10-24 17:15:25 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
jasper
05b8810e3f update to py-napalm-2.3.3 2018-10-23 19:13:58 +00:00
jasper
95edade3ad update to py-netmiko-2.3.0 2018-10-23 19:08:31 +00:00
jasper
25dff17881 update to py-ncclient-0.6.3 2018-10-23 19:02:31 +00:00
jasper
23ee5cd5d3 remove py-raet; saltstack stopped this flirt a while ago
discussed with and ok aja@ a while ago
2018-10-23 18:58:38 +00:00
jasper
3ab104e4e9 - py-raet 2018-10-23 18:57:22 +00:00
jasper
c7c2391abd update to minio-0.20181018 2018-10-23 18:53:09 +00:00
jasper
15e6ece1d4 update to minioc-0.20181018 2018-10-23 18:52:26 +00:00
rsadowski
75fd86cf18 unbreak lld
Do not set "-fPIE -pie" flags by AX_CHECK_LINK_FLAG().

"looks fine" neddy@
2018-10-23 15:26:42 +00:00
jca
c403b58b59 Update to knot-2.7.3
Several bugfixes and improvements
2018-10-23 11:20:12 +00:00
rpointel
38c32b62b1 update tld to 0.9.1. 2018-10-23 09:00:23 +00:00
sthen
0f28a3f9d4 update to icinga 2.10.1, update HOMEPAGE 2018-10-19 20:42:20 +00:00
jasper
966253f31f update to nanomsg-1.1.5 2018-10-19 19:29:38 +00:00
sthen
460f3d9b19 update to bind-9.11.5
enable idn in utilities (dig/etc)
2018-10-19 14:04:45 +00:00
sthen
55067c0145 update to librenms-1.44 2018-10-17 20:24:38 +00:00
sthen
44f8a14fd9 switch default php version from 7.0 to 7.1 (not 7.2 yet as some things are still
using mcrypt).
2018-10-17 14:15:55 +00:00
sthen
63025870b7 add comments about py3 and (beta) librenms-service.py, no pkg change 2018-10-17 13:40:04 +00:00
sthen
a0370164da @sample the bash_completion.d files 2018-10-17 13:36:48 +00:00
ajacoutot
696e65ba9a Update to py-botocore-1.12.25. 2018-10-17 10:33:15 +00:00
ajacoutot
9974baddf8 Update to py-boto3-1.9.25. 2018-10-17 10:33:05 +00:00
ajacoutot
aebe7409b2 Add sample pf.conf(5) rules for SSDP and inet6.
adapted from a submission by Stephane HUC PengouinBSD
2018-10-17 08:19:34 +00:00
jca
43ac6bb7cb Update to samba-4.8.6
ChangeLog:
https://www.samba.org/samba/history/samba-4.8.6.html

Tests by Ian McWilliam
2018-10-17 07:33:04 +00:00
tj
2776d42c94 update to libtorrent-rasterbar 1.1.10
tested with qbittorrent by elias m. mariani and with deluge by me

ok landry
2018-10-16 17:11:41 +00:00
bcallah
bb65d234d8 Minor update to tintin++-2.01.4
While here, clean up whitespace as requested by sthen@
MAINTAINER timeout
ok sthen@
2018-10-16 15:56:39 +00:00
bket
dfaad3e4e8 Update to dnscrypt-proxy-2.0.17.
As of 2.x dnscrypt-proxy is golang based. This newer version has
additional features, e.g. caching, and uses a new conf file/layout.
There is no separate package for plugins.

Feedback from MAINTAINER and sthen@ have been addressed. Thanks!
2018-10-16 14:55:02 +00:00
bcallah
2c45b27269 Ensure -lintl is linked into transmission-qt to appease lld.
ok naddy@
2018-10-16 14:48:15 +00:00
sthen
26cbfde2c6 update to icinga2-2.10.0 2018-10-16 13:45:59 +00:00
ajacoutot
04aeeb7919 Update to py-botocore-1.12.24. 2018-10-16 11:41:20 +00:00
ajacoutot
4649619257 Update to py-boto3-1.9.24. 2018-10-16 11:41:09 +00:00
sthen
8dc0aba4f8 update to wireshark-2.6.4 2018-10-16 11:29:58 +00:00
rsadowski
09b1bd9b06 Security update tinc 1.0.35
- "Prevent oracle attacks (CVE-2018-16737, CVE-2018-16738)."
- "Prevent a MITM from forcing a NULL cipher for UDP (CVE-2018-16758)."
-- More see https://www.tinc-vpn.org/security/

PLIST mode 640 tinc.conf tweak from sthen@

OK sthen@ jca@
2018-10-09 20:32:45 +00:00
rsadowski
442bea308b Update bitcoin 0.17.0
release notes:
https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.17.0.md
2018-10-09 07:08:17 +00:00
solene
a95748de59 Update ipv6calc to 1.1.0
link https homepage (seen by kn@)

ok kn@ sthen@ jca@
2018-10-09 06:11:12 +00:00
sthen
7e55c026b2 another hidden build dep (for tests), py-libpcap, reported by naddy 2018-10-07 00:58:40 +00:00
sthen
3796c77d96 add missing lib path in librrd.pc, tested with all librrd-using ports 2018-10-05 11:02:51 +00:00
sthen
25a471464a add BUILD_DEPENDS for hidden (test-only) deps; if py-libdnet is installed
but py-dpkt is not, build fails
2018-10-05 11:01:28 +00:00
ajacoutot
89fad255ec Update to py-botocore-1.12.17. 2018-10-05 08:04:04 +00:00
ajacoutot
91a74e67ae Update to py-boto3-1.9.17. 2018-10-05 07:56:00 +00:00
sthen
fdfa5ec6a1 update to ntopng-3.6.1 but mark BROKEN, the dissectors just aren't working
reliably here (mostly SIGSEGV reading off the end of strings).

the previous version runs for a bit longer but neither really work well and
I'd rather not ship with release in the state it's in.
2018-10-04 22:28:03 +00:00
bluhm
1e50e3d818 update p5-Socket6 to 0.29 2018-10-04 22:03:21 +00:00
sthen
4ebb8f2018 last candidate now released as stable, adjust fetch URL 2018-10-04 17:29:35 +00:00
phessler
e786f51425 update bgpq3 to include prefix-set and as-set
use a github commit hash because upstream has not done a release
for 2 years (and the last rc was 1.5 years ago)

requested by claudio@
OK claudio@ sthen@
2018-10-04 13:08:41 +00:00
sthen
99fb7aaaaf update to exabgp-3.4.25 2018-10-03 22:03:39 +00:00
sthen
69a5f0f0dd update to pear-Net-Sieve-1.4.4 2018-10-03 13:36:20 +00:00
sthen
9a0a3a7711 update to pear-Net-SMTP-1.8.1 2018-10-03 13:33:29 +00:00
fcambus
176fd7fa53 Update GeoLite2 databases to latest version. 2018-10-03 08:00:39 +00:00
sthen
cbfaef9591 merge upstream commit allow8ng dhcpcd to work alongside slaacd, there
was a request to upstream for this so that slaacd could handle the address
and dhcpcd handle rdnss (though TBH I'd just use dhcpcd for everything in
that case).
2018-10-02 07:58:02 +00:00