16662 Commits

Author SHA1 Message Date
ajacoutot
cb9d3b2543 Update to glib2-networking-2.64.2. 2020-05-14 14:55:05 +00:00
jca
3d8f1d87b7 Update to knot-2.9.4 2020-05-14 12:33:20 +00:00
fcambus
abcaefc7aa Update dbip to 2020-05. 2020-05-14 12:17:36 +00:00
ajacoutot
bb28601750 Update to zeek-3.1.3. 2020-05-14 12:15:11 +00:00
sthen
419f895bd3 update to arouteserver-0.25.1 2020-05-14 11:50:12 +00:00
sthen
d719447869 update to flow-tools-0.68.6 2020-05-14 11:49:57 +00:00
sthen
9671a7446a update to routinator-0.7.0 2020-05-14 11:48:29 +00:00
sthen
75aecb6f58 update to kea-1.7.7 2020-05-14 11:48:07 +00:00
sthen
8074deb923 fastnetmon: create /var/run/fastnetmon in the rc script
feedback/ok various including kn jca jasper
2020-05-14 11:47:32 +00:00
sthen
7c72342ed9 update to dnsperf-2.3.3 2020-05-14 11:46:24 +00:00
ajacoutot
f8d47028f4 Update to py3-boto3-1.13.1. 2020-05-02 08:49:42 +00:00
ajacoutot
844a0b38a6 Update to py3-botocore-1.16.1. 2020-05-02 08:49:31 +00:00
ajacoutot
d02834a7c2 Update to py3-boto3-1.13.0. 2020-05-01 07:35:43 +00:00
ajacoutot
6a3111a208 Update to py3-botocore-1.16.0. 2020-05-01 07:35:33 +00:00
pvk
c0202eba8c Update mattermost-server 5.22.0 -> 5.22.1
Changelog: https://docs.mattermost.com/administration/changelog.html
2020-04-30 18:07:52 +00:00
ajacoutot
b02a9e103e Update to py3-boto3-1.12.49. 2020-04-30 06:51:38 +00:00
ajacoutot
149db3181e Update to py3-botocore-1.15.49. 2020-04-30 06:51:22 +00:00
sthen
dbbc027643 update to librenms-1.63 2020-04-29 17:23:52 +00:00
ajacoutot
b85fd51e85 Update to py3-boto3-1.12.48. 2020-04-29 05:49:52 +00:00
ajacoutot
13d12b20bc Update to py3-botocore-1.15.48. 2020-04-29 05:49:41 +00:00
sthen
bd1680f2bb remove the end-of-life net/GeoIP port, thanks to earlier rampage from
fcambus@ no other ports are using it, and the database is far enough
out-of-date that it's not really useful any more.  ok aja@ mariani@
2020-04-28 12:47:33 +00:00
ajacoutot
3aadc8c49f Update to py3-boto3-1.12.47. 2020-04-28 07:11:28 +00:00
ajacoutot
bfebfb407b Update to py3-botocore-1.15.47. 2020-04-28 07:11:14 +00:00
danj
30a959d5e9 Remove jabberd removal leftovers 2020-04-27 20:23:00 +00:00
solene
215ba41f31 remove net/ejabberd
project is abandoned upstream since 2 years and no fork is active
net/prosody is a solid alternative

ok mariani@ kn@ cwen@
2020-04-27 16:53:08 +00:00
cwen
2b5d593ff2 fastnetmon: fix the build with clang on powerpc
Remove the now unneeded 'atomic' from WANTLIB for this arch. While
here, reword the comment about atomics (with input from jca@, thanks)

OK jasper@ (maintainer), sthen@ and jca@
2020-04-26 20:18:58 +00:00
naddy
207a4c5532 Fix build on aarch64 by providing dummy functions in a file that was
accidentally omitted when upstream included a copy of PuTTY.  ok bket@
2020-04-26 19:16:07 +00:00
kn
95aca1ad1a Update to wiresep 0.11.3
* many improvements in handling transient socket errors, i.e. no route to
  host no longer prevents us from trying to reconnect at a later time if
  the remote endpoint is known
* fix a possible deadlock when the queue runs full while a peer is not
  connected
* schedule a keepalive after receiving the first data packet in a
  responder role
* further improve log messages

From Tim Kuijsten (maintainer), thanks!

Tested on amd64, sparc64 and macppc myself as well
2020-04-26 16:40:16 +00:00
kn
f7c4f6f24f Drop obsolete x11/gtk+2 dependency, add required x11/gtk+3
Deluge no longer uses GTK+2, it builds and runs fine without it.
GTK+3 is used, but has been missing a proper RDEP;  probably unnoticed
since because it was already installed on every user's system.

Use proper MODPY_FLAVOR and comment patches while here.

Missing GTK+3 dependency spotted by ajacoutot
OK sthen
2020-04-26 00:58:39 +00:00
ajacoutot
2fbd5e1e51 We have everything we need not to be forced to hardcode ,python3.
Use MODPY_FLAVOR instead.

ok sthen@
2020-04-25 10:07:41 +00:00
ajacoutot
2f4062d7db Update to py3-boto3-1.12.46. 2020-04-25 09:06:15 +00:00
ajacoutot
01730be1d5 Update to py3-botocore-1.15.46. 2020-04-25 09:06:04 +00:00
kn
6e6bff4d8c Update to wiresep 0.11.2
* fix endless loop on platforms where char is unsigned, e.g. macppc
  (fix by Klemens Nanni)
* print interface v6 address on -vv
* fix log message if no suitable address could be picked

All patches upstreamed, thanks Tim Kuijsten (author/maintainer)!
2020-04-24 20:50:15 +00:00
mariani
5106b05ad1 net/qbittorrent 4.2.3 to 4.2.4
Changelog:
https://github.com/qbittorrent/qBittorrent/blob/release-4.2.4/Changelog#L1

Mostly small bugfixes, nothing of impact.

Tested on amd64 (mariani@ and solene@).

ok solene@
2020-04-23 21:39:05 +00:00
ajacoutot
6a969b7a45 Forgot about these in previous. 2020-04-23 16:01:15 +00:00
ajacoutot
fd7b28078d Update to py3-boto3-1.12.44. 2020-04-23 06:31:53 +00:00
ajacoutot
4ceee16270 Update to py3-botocore-1.15.44. 2020-04-23 06:31:41 +00:00
ajacoutot
76d8ca3021 Update to swirc-3.2.4.
from Markus Uhlin, maintainer and upstream
2020-04-22 15:48:32 +00:00
ajacoutot
befbd9ce70 Update to py3-boto3-1.12.43. 2020-04-22 07:24:30 +00:00
ajacoutot
b34ec3d45e Update to py3-botocore-1.15.43. 2020-04-22 07:24:10 +00:00
jca
19867e48cf SECURITY update to openvpn-2.4.9
Fix for CVE-2020-11810

Changes:
https://github.com/OpenVPN/openvpn/blob/release/2.4/Changes.rst#version-249
https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn24#OpenVPN2.4.9
2020-04-21 23:43:55 +00:00
kn
dfcc197068 Include relayd.conf(5) example in README
Example/diff from Andrea Fleckenstein, thanks!
"looks fine" Renaud Allard (maintainer)
2020-04-21 19:14:12 +00:00
ajacoutot
a55438b3b4 py-zeroconf -> py-zeroconf,python3 2020-04-21 15:52:18 +00:00
ajacoutot
7805838052 Move to python3 FLAVOR instead of MODPY_DEFAULT_VERSION_3 since it's
module.
2020-04-21 15:49:35 +00:00
sthen
5e334b1191 update to dhcpcd-9.0.2 2020-04-21 12:40:59 +00:00
ajacoutot
81482fbe2b Merge fix from upstream to really disable MQTT. 2020-04-20 21:37:40 +00:00
kn
564836dbe7 getopt(3) returns int not char
Fix endless loop on platforms where char is unsigned, e.g. macppc.

OK cwen
2020-04-20 20:45:12 +00:00
sthen
1a847ff03b wireguard-go: set ONLY_FOR_ARCHS amd64 arm64, it uses an EPROTO constant which is only defined in zerrors_openbsd_amd64 and zerrors_openbsd_arm64 2020-04-20 09:10:39 +00:00
sthen
e20b190a81 isc-bind: remove obsolote CONFIGURE_ARGS (noop; they were ignored anyway).
From Claus Assmann.
2020-04-19 15:38:58 +00:00
ajacoutot
c11ec45736 --disable-mqtt to prevent picking up net/mosquitto
reported by jca@
2020-04-19 11:14:13 +00:00