15470 Commits

Author SHA1 Message Date
jca
d500286fa0 SECURITY update to samba-4.8.11
Fixes:
- CVE-2019-3880 (Save registry file outside share as unprivileged user)

Release notes:
  https://www.samba.org/samba/history/samba-4.8.11.html

Tests by Ian McWilliam and Kurt Mosiejczuk, ok sthen@
2019-04-11 14:05:58 +00:00
naddy
6fb634bd07 fix build after libobjc removal; ok sthen@ 2019-04-09 11:13:09 +00:00
ajacoutot
e59d72b01a Unbreak runtime: add -rpath so that eds.so can find libdbus-private from
evolution-data-server.

ok jasper@ (maintainer), sthen@
2019-04-07 10:26:39 +00:00
sthen
49adee401a OpenVPN announced that it was sending three addresses in the route socket
messages to lookup the default gateway (RTA_DST | RTA_NETMASK | RTA_IFP),
but did not actually send RTA_IFP. This is caught by the recently added
check in sys/net/rtsock.c r1.284 causing a failure. Remove RTA_IFP from
rtm_addrs to unbreak. Help/ok bluhm@, ok jca@.
2019-04-05 06:56:00 +00:00
bluhm
84d925c72e The kernel is checking routing messages stricter. More address
bits than actual socket addresses are not allowed anymore.  Fix
broken userland.
OK sthen@
2019-04-04 19:18:18 +00:00
sthen
08f147ba5f update to wget-1.10.2, from maintainer Nam Nguyen 2019-04-04 10:36:45 +00:00
naddy
75e606a654 fix warning and future error about unescaped left brace in perl regex 2019-04-03 14:01:29 +00:00
ajacoutot
982c031d2a Update to py-botocore-1.12.127. 2019-04-03 08:30:39 +00:00
ajacoutot
34dac00e32 Update to py-boto3-1.9.127. 2019-04-03 08:30:28 +00:00
bentley
de23e6caf6 Remove more crufty ports.
All are very old (most 20+ years), unmaintained, so poorly licensed that
they can't be installed with pkg_add, and either have decently licensed
alternatives or are so trivial as to be useless.

ok kn@ naddy@
2019-04-03 07:29:50 +00:00
giovanni
ec73a7ba41 bugfix update to 3.41.2 2019-04-03 07:08:57 +00:00
solene
4a271ecd10 Update to clic-1.1.4 2019-04-02 16:29:55 +00:00
fcambus
31aab767a4 Update GeoLite2 databases to latest version. 2019-04-02 12:58:16 +00:00
sthen
365539f3dd PREFIX->TRUEPREFIX, problem reported by Robert Klein 2019-04-02 09:45:23 +00:00
kirby
8dc23e446c update to owncloudclient-2.5.4.11654 2019-04-02 08:37:02 +00:00
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