15548 Commits

Author SHA1 Message Date
bentley
2250386a29 Import libsignal-protocol-c-2.3.2.
The Signal Protocol is a ratcheting forward secrecy protocol that works in
synchronous and asynchronous messaging environments.

From Alex Holst; thanks!

ok bcallah@
2019-05-05 06:54:33 +00:00
bentley
ada0e16b48 Use https for xiph.org master_sites and homepages. 2019-05-05 04:31:21 +00:00
sthen
7127c699c2 update to dhcpcd-7.2.2, fixes:
DHCP: Ensure dhcp is running on the interface received from
BSD: Link handling has been simplified, however it is expected
that if an interface supports SIOCGIFMEDIA then it reports
the correct link status via route(4) for reliable operations
BPF: ARP filter is more robust
BSD and sun: Validate RTM message lengths
DHCPv6 (security): Fix a potential read overflow with D6_OPTION_PD_EXCLUDE
2019-05-04 21:56:18 +00:00
sthen
4c9d7e6039 No need for a special MODGO_ENV for go.port.mk, just use normal MAKE_ENV
like the rest of the ports tree. This also allows removing a bunch of
manual setting of PATH="${PORTPATH}" HOME="${PORTHOME}" done in various
ports etc. This also makes sure CFLAGS is passed through (not everything
honours it but it does improve at least some ports).

Remove NO_CCACHE from www/honk that was added because the above problem
resulted in ccache variables not being passed through correctly breaking
the cc calls in this.

ok kmos@
2019-05-04 21:46:16 +00:00
kmos
9afb9b8782 Fix HOMEPAGE link to point at the actual project and add a URL
to the THREDDS data server, which is the primary target of users
of this port.

From a tip by Stefan Wollny - Thank you

OK from kn@ and Martin Reindl (maintainer)
2019-05-04 19:02:49 +00:00
jca
40eb1b9047 Various packaging tweaks
- https HOMEPAGE and MASTER_SITES
- register textproc/groff dep, picked up if installed
- sync WANTLIB
- sed -i instead of perl -pi
- don't clobber LDFLAGS
2019-05-04 12:42:23 +00:00
danj
b584241910 Remove maintainer per their request 2019-05-04 01:18:58 +00:00
danj
ad1eae70d2 Remove maintainers per their requests 2019-05-04 00:17:11 +00:00
ajacoutot
f8754647cc Update to py-botocore-1.12.141. 2019-05-03 16:20:24 +00:00
ajacoutot
7285a869fa Update to py-boto3-1.9.141. 2019-05-03 16:20:13 +00:00
cwen
fce71d45e1 toxcore: build with base-gcc on !base-clang archs, instead of ports-gcc
Done by removing an unsupported warning option.

Proposed by and OK naddy@
2019-05-03 15:08:03 +00:00
edd
3e9fa46e3f Update net/syncthing to version 1.1.1.
OK bket@ and gonzalo@. Thanks!
2019-05-03 12:58:59 +00:00
jasper
516cbf9ff9 update to gupnp-1.2.1 2019-05-03 09:01:35 +00:00
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