15555 Commits

Author SHA1 Message Date
sthen
c13bc39a37 set PORTROACH 2019-04-01 14:05:13 +00:00
sthen
8cb44b246c update to librenms-1.50 2019-04-01 13:52:45 +00:00
jasper
d003356501 update to py-netmiko-2.3.3 2019-04-01 04:32:46 +00:00
jasper
df4c1593e1 update to fastnetmon-1.1.4 2019-04-01 03:53:04 +00:00
sthen
99c3b1fa9f +strongswan 2019-03-31 19:48:02 +00:00
sthen
5fa3af0c8f import net/strongswan, ok landry@
tun support patches from csszep at gmail

-----
strongSwan is reasonably portable open source VPN software supporting
both IKEv1 and IKEv2. It has wide support for authentication types
including IKEv1 XAUTH (username and password) and multiple IKEv2 EAP
mechanisms on both server and client side.

The OpenBSD port currently provides only the "kernel-libipsec" plugin.
This operates in userland via tun(4) devices and strongSwan's own
IPsec implementation rather than using kernel IPsec - it is suggested
that this is only used for testing or in client situations where the
native IPsec software (isakmpd and iked) does not support the required
functionality.
-----
2019-03-31 19:47:28 +00:00
bcallah
05f2ca7ea8 Update to tintin++-2.01.7
Diff from Lauri Tirkkonen
While here, drop MAINTAINER due to multiple timeouts.
2019-03-31 15:54:38 +00:00
sthen
a85da3b14e add putty patches: pageant fix from freebsd, arm/aarch64 fix from upstream 2019-03-31 10:55:48 +00:00
sthen
371a502b46 monitoring-plugins can handle setting "fping -4" / "fping -6" to properly
handle the dual-stack v4+, so do it
2019-03-31 00:09:38 +00:00
sthen
1af8ca5ad5 update to fping-4.2
without flags, the main fping binary is v4/v6 dual stack, use -4 / -6 to
force one particular af.

a v6-only fping6 is installed to provide support for dependent ports, using
the method from https://github.com/schweikert/fping/pull/139
2019-03-31 00:09:09 +00:00
naddy
9698dc858e Drop maintainership. I have no used this for the duration of a release cycle.
CVSync suffers from known problems and has not had a release for 13 years (a
promised one some 5 years ago never materialized).  It should not be used.
2019-03-30 07:00:44 +00:00
naddy
0756f1ed82 Maintenance update to curl 7.64.1 for numerous bug fixes.
No security vulnerabilities have been announced.
2019-03-30 03:18:12 +00:00
jasper
34773c2100 update to gupnp-tools-0.10.0 2019-03-30 01:52:57 +00:00
jasper
460c89c4a2 update to minioc-0.20190320 2019-03-30 01:52:04 +00:00
jasper
8e2893e7c8 update to minio-0.20190327 2019-03-30 01:49:23 +00:00
bluhm
6e95602cd3 update p5-Net-DNS to 1.20 2019-03-28 23:47:27 +00:00
rsadowski
6415ef79de Update weechat to 2.4 2019-03-28 20:39:15 +00:00
ajacoutot
f81d84a431 Update to py-botocore-1.12.123. 2019-03-28 15:10:05 +00:00
ajacoutot
48c94198e7 Update to py-boto3-1.9.123. 2019-03-28 15:09:52 +00:00
sthen
290ff2a315 cherrypick additional upstream fix for script ""
use proper git headers as comments in our patches
2019-03-27 23:47:21 +00:00
ajacoutot
07e7822fb5 Fix after recent devel/meson MODULE change. 2019-03-27 23:27:59 +00:00
sthen
24bed0ae23 Use activation.jar from Maven, avoiding the binary version from Oracle
which required FETCH_MANUALLY which doesn't work properly if only one of
the set of distfiles is manual-fetch.

Fetch problem reported by Brad.
2019-03-27 21:20:57 +00:00
ajacoutot
39ddcca535 Update to py-botocore-1.12.122. 2019-03-27 13:47:25 +00:00
ajacoutot
733f2d4f45 Update to py-boto3-1.9.122. 2019-03-27 13:47:14 +00:00
jca
b65e9a3f22 Disable optional deps: libidn and cython
from Kurt Mosiejczuk (maintainer)
2019-03-27 11:24:33 +00:00
bentley
4133180f77 Missing run_depends on py3-cryptodome. 2019-03-27 10:09:19 +00:00
sthen
4f3a86906d update to ttg-2.2 2019-03-26 21:33:52 +00:00
sthen
a9105f27de fix error in brain->keyboard interface while adjusting for javax.activation being needed 2019-03-26 21:27:36 +00:00
sthen
113c5b8bd2 add upstream commit; "DHCPv6: Allow nooptions dhcp6_unicast to work"
useful with some broken upstream DHCPv6 servers
2019-03-26 11:57:34 +00:00
ajacoutot
1943be5374 Update to py-botocore-1.12.121. 2019-03-26 08:24:21 +00:00
ajacoutot
2635340e43 Update to py-boto3-1.9.121. 2019-03-26 08:24:09 +00:00
otto
d9278ec227 Update to 1.3.3; take maintainership; ok sthen@ 2019-03-25 16:10:04 +00:00
sthen
aea0680278 oh, last pkg-readme change needs a fix from upstream 2019-03-25 14:41:55 +00:00
sthen
632b6a1e25 use 'script ""' instead of 'script /usr/bin/true' in sample config 2019-03-25 14:34:08 +00:00
kn
0796219cc0 Convert devel/py-test consumers to new MODPY_PYTEST
lang/python/python.port.mk revision 1.102 and 1.103 added
MODPY_TEST_LOCALE and MODPY_PYTEST respectively, nicely wrapping up the
usual pytest dance.

This removes hand-rolled do-tests from all 70 ports by setting
MODPY_PYTEST=Yes and MODPY_TEST_LOCALE as well as HOME=${WRKDIR} to TESTENV
as needed.

From Kurt Mosiejczuk <kurt at cranky dot work>, thanks!
OK sthen
2019-03-25 14:29:49 +00:00
bentley
0cea862965 Update to onionshare-2.0.
Release notes:
https://github.com/micahflee/onionshare/releases/tag/v2.0

ok bcallah@
2019-03-25 12:17:44 +00:00
sthen
f564cf1a34 switch mfi to MODJAVA_VER=1.8 as it almost certainly has the same
javax.activation issue with jdk11 as unifi, but I don't have an
installation here to test any compatibility fixes
2019-03-25 03:15:03 +00:00
sthen
a20fd05451 handle jdk 11 for unifi;
unifi requires javax.activation from activation.jar, which is present
and active in jdk 8, present but deprecated in 9/10 (hidden behind a
command-line flag), and removed in jdk 11.

add a FETCH_MANUALLY distfile to take this from Java Activation Framework;
this is under Oracle's binary license with an indemnity clause so you get
to download it yourself, but it's fairly straightforward. adapt the startup
script to cope.
2019-03-25 03:13:32 +00:00
sthen
828f08b0e2 sweep all java ports with a couple of adjustments to build/dependency
environment, which will reduce complexity in java.port.mk when jdk 11 is
added. direction agreed with kurt@.

- switch all MODJAVA_VER to at least 1.8 (we don't currently have any
version earlier than this anyway).

- drop MODJAVA_JRERUN, the separate jre package will be going away with
jdk 11.

- bump changed ports
2019-03-24 22:24:12 +00:00
otto
f3f8fbac43 Missed in previous 2019-03-23 06:32:30 +00:00
otto
9710e68622 Update to 4.1.8; ok sthen@ 2019-03-22 19:13:33 +00:00
ajacoutot
f84d717010 Update to py-botocore-1.12.119. 2019-03-22 17:57:24 +00:00
ajacoutot
e8a7c59747 Update to py-boto3-1.9.119. 2019-03-22 17:57:13 +00:00
kn
472ec1fd86 Update to toot-0.21.0
Makefile is installed during fake, so @comment it.  See
https://github.com/ihabunek/toot/issues/91 for the upstream issue.
2019-03-21 19:09:31 +00:00
pvk
5bb159419d Update mattermost-server 5.8.0 -> 5.9.0
ok robert@
2019-03-21 11:36:24 +00:00
sthen
b8a6b3cae5 check_http patch: don't segfault with SSL errors 2019-03-21 10:03:21 +00:00
bluhm
c0f573a196 update p5-Net-DNS-SEC to 1.12 2019-03-21 00:17:11 +00:00
ajacoutot
f1f2b9ebc9 Update to py-botocore-1.12.117. 2019-03-20 17:08:50 +00:00
ajacoutot
ceb4c6b283 Update to py-boto3-1.9.117. 2019-03-20 17:08:37 +00:00
ajacoutot
668e983834 Update to gnugk-5.2. 2019-03-20 16:52:59 +00:00