15535 Commits

Author SHA1 Message Date
jasper
669b206e36 update to gssdp-1.2.1 2019-05-03 08:46:51 +00:00
danj
1a52a02bfb Remove maintainers whose addresses bounce 2019-05-02 19:43:20 +00:00
ajacoutot
dfe1ff6e62 Update to glib2-networking-2.60.2. 2019-05-02 19:42:57 +00:00
danj
05a7ec7904 Remove giovanni@ as maintainer per his request 2019-05-02 14:51:49 +00:00
ajacoutot
9cd4ce2a90 No need to override PORTROACH anymore; we are back on stable releases. 2019-05-02 07:45:16 +00:00
juanfra
59dc716852 Update to pyftpd 1.5.5 and add python3 flavor. 2019-05-01 23:34:17 +00:00
danj
3af538acd1 Remove maintainers per their requests 2019-05-01 20:12:51 +00:00
sthen
fd4ea44115 update MAINTAINER email 2019-05-01 19:56:13 +00:00
sthen
6102919871 drop maintainers with bouncing @openbsd.org addresses; thanks danj for the list 2019-05-01 19:29:43 +00:00
jasper
bba73397a2 update to folks-0.12.1 2019-05-01 17:43:15 +00:00
danj
63967366aa Remove avsm@ as maintainer per his request 2019-05-01 16:04:26 +00:00
ajacoutot
76fdf6e4f9 Update to py-botocore-1.12.139. 2019-05-01 14:39:24 +00:00
ajacoutot
5b1430f421 Update to py-boto3-1.9.139. 2019-05-01 14:39:11 +00:00
kmos
781e8bad1f +py-siphon
+py-siphon,python3
2019-05-01 04:09:44 +00:00
kmos
a277dc3565 Siphon is a collection of Python utilities for downloading data from
remote data services. Much of Siphon's current functionality focuses
on access to data hosted on a THREDDS Data Server. It also provides
clients to a variety of simple web services.

From Martin Reindl

OK sthen@
2019-05-01 04:04:03 +00:00
tj
ef0b0aad5f update to libtorrent-rasterbar 1.1.13
ok bentley
2019-04-30 16:45:26 +00:00
sthen
c4291514c2 update to librenms-1.51 2019-04-30 15:25:50 +00:00
kn
00ef627426 Remove ixml (libupnp) from WANTLIB as well
Missed in previous commit.

Spotted by naddy, thanks!
2019-04-30 15:06:32 +00:00
sthen
9819486c16 unbreak; don't use FULLPKGNAME in plists 2019-04-30 09:31:22 +00:00
sthen
04837a1602 update to dnscrypt-proxy-2.0.23, from Nam Nguyen who takes maintainer 2019-04-30 08:51:13 +00:00
bentley
8a33ea95ea Update to dico-2.9.
The pidfile is now written to the right directory by default, so setting
it in the config file is no longer required.

Take maintainership.
2019-04-30 04:46:04 +00:00
sthen
46e5abdc6f update to unifi 5.10.21 2019-04-29 15:50:10 +00:00
cwen
30572ee12b toxcore: define COMPILER, as the build use flags that don't exist
for base-gcc.

OK sthen@
2019-04-29 11:46:07 +00:00
kn
01112f117a Disable UPnP support
net/libupnp update is coming, but amule's latest release (from 2016) fails
to build with it, so disable this feature to avoid blocking the update and
other consumers.

OK juanfra solene
2019-04-29 08:24:06 +00:00
jeremy
4311e64eb4 Bump after default ruby version change to ruby 2.6 2019-04-29 00:42:08 +00:00
sthen
d7f0752227 bump all the py3 things, _SYSTEM_VERSION didn't quite work out how
we expected and it's easier|safer to do it this way than fiddle with
pkg_add now. thanks aja for update tests with a quick bulk.
2019-04-28 20:51:26 +00:00
ajacoutot
c56eababdb Update to glib2-networking-2.60.1. 2019-04-28 06:32:15 +00:00
cwen
87d4c4f68e rtorrent: build with C++11 everywhere
This fixes the build with ports-gcc-8. Also remove an unneeded
sparc64 workaround.

OK sthen@
2019-04-28 02:13:31 +00:00
cwen
651a0c3219 libtorrent: build with C++11 everywhere, merge clang specific patches
into the main ones. This fixes the build with ports-gcc-8.
Also remove an unneeded sparc64 workaround, and add missing RCS tags.

input and OK sthen@
2019-04-28 02:01:30 +00:00
sthen
53defd7102 remove more PKG_ARCH=* with pyc in PLIST 2019-04-27 23:55:04 +00:00
sthen
0f775b57f1 drop PKG_ARCH=* from the handful of python ports that use it.
1. the pyc files aren't truly arch independent (they can be used cross-arch
but aren't identical), and
2. @version isn't used on PKG_ARCH=* ports so the py3 switch is tripping PLIST_DB
2019-04-27 23:24:01 +00:00
sthen
e39953dc90 Security update to bind 9.11.6-P1, plus patches ("Replace atomic
operations in bin/named/client.c with isc_refcount reference counting")
from https://gitlab.isc.org/isc-projects/bind9/merge_requests/1864.patch
for wider arch support.

Fixes:

CVE-2018-5743: Limiting simultaneous TCP clients is ineffective
https://kb.isc.org/docs/cve-2018-5743
2019-04-27 22:26:55 +00:00
ajacoutot
5431dd0939 Update to py-botocore-1.12.137. 2019-04-26 21:33:16 +00:00
ajacoutot
8551a31f31 Update to py-boto3-1.9.137. 2019-04-26 21:32:59 +00:00
sthen
482c42f1f2 update to dhcpcd-7.2.1, security fixes:
*  auth: Use consttime_memequal to avoid latency attack
   consttime_memequal is supplied if libc does not support it
   dhcpcd >=6.2 <7.2.1 are vulnerable

*  DHCP: Fix a potential 1 byte read overflow with DHO_OPTSOVERLOADED
   dhcpcd >=4 <7.2.1 are vulnerable

*  DHCPv6: Fix a potential buffer overflow reading NA/TA addresses
   dhcpcd >=7 <7.2.1 are vulnerable
2019-04-26 14:50:06 +00:00
sthen
29afb3b2a1 update to icingaweb2 2.6.3 2019-04-26 13:23:06 +00:00
otto
125bf6620a Update to PowerDNS recursor 4.1.12 2019-04-26 07:52:52 +00:00
jeremy
a73bbd1588 Stop building ports for ruby 2.4 libraries by default
Per our current ruby support policy, as ruby 2.4's normal maintenance phase
has ended.
2019-04-24 23:33:48 +00:00
bluhm
c2ae19d8b7 In Scapy 2.4.2 probing for OpenBSD tcpdump is broken, so filters
for sniff() did not work.  Apply patch from upstream.
OK sthen@ danj@
2019-04-24 21:27:26 +00:00
bluhm
e91458b811 Scapy 2.4.2 sends ARP requests with wrong MAC address. Apply patch
from upstream.
OK sthen@
2019-04-24 20:33:52 +00:00
sthen
86852bcf6e reset unresponsive maintainers, various porters have spent a bunch of
time waiting for timeouts over the last year or more for many of these
ports.  ok danj@ jca@ kmos@
2019-04-24 16:26:54 +00:00
naddy
204bfb71f6 Security update to 1.20.3 for a buffer overflow vulnerability.
From maintainer Nam Nguyen.
2019-04-23 20:15:08 +00:00
sthen
fac3112f84 update to dhcpcd-7.2.0 2019-04-23 10:52:59 +00:00
sthen
b16b3b5aaa Recognize python 3.7 and 3.8, from upstream via ajacoutot in response to a
slightly different diff from me
2019-04-23 10:16:19 +00:00
bluhm
97afbe1d83 Update scapy to 2.4.2. Tests were removed from upstream package.
OK sthen@ danj@
2019-04-23 01:14:02 +00:00
kmos
9e5da0b2c4 Remove py-funcsigs from python3 FLAVOR.
py-funcsigs backports functionality to python 2.x and versions
of python 3.x earlier than what we have.

OK sthen@ (MAINTAINER)
2019-04-22 08:19:22 +00:00
solene
2cfe269512 Update to bitlbee-3.6
ok maintainer
ok kn@
2019-04-21 11:31:20 +00:00
ajacoutot
50d4d7a5b7 Update to py-botocore-1.12.134. 2019-04-21 09:11:39 +00:00
ajacoutot
eab4d72930 Update to py-boto3-1.9.134. 2019-04-21 09:11:27 +00:00
jca
ef9829e6ff Update to knot-2.8.1
Release notes:
https://www.knot-dns.cz/2019-03-05-version-280.html
https://www.knot-dns.cz/2019-04-09-version-281.html

Reorder SHARED_LIBS while here.
2019-04-20 16:48:32 +00:00