Commit Graph

15605 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
sthen
db779b3bda sync unifi/testing with unifi/stable, in case anyone thinks testing/ is newer
(there's no newer testing version atm)
2019-03-20 16:40:44 +00:00
sthen
905d4e26d6 update to icinga2-2.10.4 2019-03-20 13:13:50 +00:00
steven
a280ce5f31 pull some fixes from upstream to avoid crashes by null pointer dereference
ok bket@
2019-03-19 17:28:32 +00:00
sthen
1d05beb7b7 librenms/cache dir should be writable 2019-03-19 13:55:47 +00:00
sebastia
22c35df6a2 Update to 4.14 2019-03-18 22:16:06 +00:00
giovanni
14004c4f73 Update to latest GH commit (2018.05.16) and take maintainership 2019-03-18 16:29:49 +00:00
sthen
05d8d8e9e2 Mention in the pkg-readme how to convert alert templates from old-style
to new (if you see messages with keywords like "Severity: %severity" you
need to do this) - at present there's a built-in converter but this won't
stay around forever.
2019-03-17 22:44:22 +00:00
sthen
6b419c1a13 udpate to PuTTY 0.71 2019-03-16 22:09:30 +00:00
jsing
9e4b294c60 Update net/go-net to a version around the Go 1.12 release.
ok sthen@
2019-03-16 13:41:01 +00:00
ajacoutot
46822148df -py-zeroconf,python3 2019-03-16 08:03:50 +00:00
ajacoutot
5983c738a0 Update to py3-zeroconf-0.21.3.
- drop python2 support
maintainer timeout
2019-03-16 08:03:23 +00:00
sebastia
efb27811f9 Update to 1.2.9 2019-03-15 08:22:47 +00:00
sebastia
df39e1b5e9 hook up ruby-public_suffix 2019-03-15 07:30:54 +00:00
sebastia
01c1238a36 Import ruby-public_suffix
PublicSuffix can parse and decompose a domain name into top level
domain, domain and subdomains.

test and OK jeremy@
2019-03-15 07:29:48 +00:00
cwen
235b5eb19d haproxy: needs atomics on macppc (and probably hppa)
Successfully tested on macppc.

OK jca@, "no objection" danj@ (maintainer)
2019-03-14 21:37:20 +00:00
ajacoutot
b18093160b +py-ifaddr
+py-ifaddr,python3
2019-03-14 06:32:32 +00:00
ajacoutot
d1a9e5eac4 Import py-ifaddr-0.1.6
"ifaddr" is a small Python library that allows you to find all the IP addresses
of the computer.

ok robert@
2019-03-14 06:31:34 +00:00
bket
d3c8fb7a40 Update to ocserv-0.12.3.
Bugfix release. Changelog can be found at
https://gitlab.com/openconnect/ocserv/blob/master/NEWS
2019-03-14 04:20:18 +00:00
sthen
7bcccd8f2d move the several @exec-add lines to a script for first-run.
run cert bootstrap there, this is complicated enough to configure it's
best if things match upstream's documentation as closely as possible.
prompted by a mail from Julien Dhaille
2019-03-14 01:33:14 +00:00
sthen
75240c6e56 update to libunbound-1.9.1 2019-03-13 14:21:36 +00:00
sebastia
38b567697f Update to 1.2.8 2019-03-13 10:01:04 +00:00
sthen
9298eee8bc remove comments, BUILD_V won't be needed in lts/ 2019-03-12 22:14:17 +00:00
sthen
3c5818af1b comment-out testing/, 5.10 moved to stable 2019-03-12 22:13:54 +00:00
sthen
4fb1f6d292 move unifi/stable to the 5.10 branch / update to 5.10.20 2019-03-12 22:12:59 +00:00
ajacoutot
f6e64c86d0 Update to py-botocore-1.12.113. 2019-03-12 19:56:56 +00:00
ajacoutot
6159b935d7 Update to py-boto3-1.9.113. 2019-03-12 19:56:46 +00:00
jasper
f25bde3a03 update to gupnp-1.2.0 2019-03-12 19:40:28 +00:00
jasper
389840fece update to gssdp-1.2.0 2019-03-12 19:40:22 +00:00
bentley
917ade36c5 https homepage/master_sites. 2019-03-12 03:55:25 +00:00
bentley
6a96c1ffef Switch homepage/master_sites to https. 2019-03-12 01:27:15 +00:00
bket
e33efe215a Cherrypick patch from upstream miniupnpd: Check the return value of
snprintf().

jasper@ found a POC (https://github.com/b1ack0wl/miniupnpd_poc) for a
read out-of-bounds vulnerability in miniupnpd. Fix has been provided by
upstream.

POC seems to work, so does the fix.
2019-03-11 20:05:23 +00:00
bket
b5ab658f28 Bump REVISION due to pkgpath change in net/miniupnp/miniupnpc. 2019-03-11 04:11:57 +00:00
bket
818cf013a9 Update to miniupnpc-2.1.
Simplified port by removing python related multipackage. No objections
received.
Bumped major of SHARED_LIBS as symbols have been removed.

Hints and tips from sthen@, thanks!

OK sthen@
2019-03-11 04:07:15 +00:00
bket
3733937611 Update to miniupnpd-2.1.
Thanks to @sthen for the help, especially for noticing a lost cast in a
patch.

OK sthen@
2019-03-11 04:06:37 +00:00
bket
6d670cbb53 Update to minissdpd-1.5.
OK sthen@
2019-03-11 04:04:53 +00:00
jca
9c5be9a263 Fix a crash when the listening port is already used
from Mikolaj Kucharski, "go ahead" rsadowski@ (maintainer)
2019-03-10 18:24:48 +00:00
jca
1640d1178d Update to samba-4.8.9
Tests by Ian McWilliam
2019-03-10 18:08:05 +00:00
jca
e8f30c47d2 Document patch (committed upstream)
from Mikolaj Kucharski
2019-03-10 17:27:01 +00:00
ajacoutot
78c49e3453 Update to py-botocore-1.12.111 2019-03-09 19:08:43 +00:00
ajacoutot
a1adef3fdb Update to py-boto3-1.9.111. 2019-03-09 19:08:31 +00:00
sthen
ec46daa932 tidy up wireshark's version string (no more ugly Git Rev Unknown from Unknown) 2019-03-09 18:04:28 +00:00
sthen
666ec1bbf1 List USB controllers capturable via usbpcap in wireshark's interface list,
making it straightforward to do live capture in the gui (previously it
seems this could only be done with "wireshark -i usb0 -k" or similar)
2019-03-09 14:22:47 +00:00
cwen
6309a2bb3b qt5.port.mk: change COMPILER
Move it to "base-clang ports-gcc" and bump REVISION accordingly.
This unbreaks Qt5-related binaries runtime on macppc.

OK sthen@
2019-03-08 20:00:39 +00:00
jasper
f525c39907 remove empty file 2019-03-08 17:21:21 +00:00
solene
a6b121fc04 Update to clic-1.1.3
This adds TLS support for gopher servers supporting it and fallback to
plaintext if TLS is not supported.
2019-03-08 11:20:18 +00:00
rsadowski
1f2b7c2a06 hook litecoin 2019-03-08 05:58:06 +00:00
rsadowski
fe3d579918 Import litecoin-0.16.3; OK and tweaks kirby@
Comment:
P2P payment system

Description:
Litecoin is a peer-to-peer Internet currency that enables instant payments to
anyone in the world. It is based on the Bitcoin protocol but differs from
Bitcoin in that it can be efficiently mined with consumer-grade hardware.
Litecoin provides faster transaction confirmations (2.5 minutes on average) and
uses memory-hard, scrypt-based mining proof-of-work algorithm to target the
regular computers and GPUs most people already have. The Litecoin network is
scheduled to produce 84 million currency units.

One of the aims of Litecoin was to provide a mining algorithm that could run at
the same time, on the same hardware used to mine bitcoins. With the rise of
specialized ASICs for Bitcoin, Litecoin continues to satisfy these goals. It is
unlikely for ASIC mining to be developed for Litecoin until the currency is
widely used.

Maintainer: Rafael Sadowski <rsadowski@openbsd.org>

WWW: https://litecoin.org
2019-03-08 05:52:25 +00:00
jasper
c66245a2dc update to minio-0.20190306 2019-03-07 19:43:40 +00:00
jasper
b7d169c4ef update to minioc-0.20190306 2019-03-07 19:41:28 +00:00
jasper
b0a1fa6844 update to mosquitto-1.5.8 2019-03-07 19:41:18 +00:00
giovanni
1598d4ab7b +p5-Net-DNS-Resolver-Mock 2019-03-07 07:28:17 +00:00
giovanni
21326e2e54 Import p5-Net-DNS-Resolver-Mock, a DNS Resolver object for testing
ok afresh1@

pkg/DESCR:
A subclass of Net::DNS::Resolver which parses a zonefile for it's data
source. Primarily for use in testing.
2019-03-07 07:19:41 +00:00
sthen
c6f6f6b011 update to librenms-1.49 2019-03-06 15:08:24 +00:00
ajacoutot
b232080582 Update to py-botocore-1.12.108. 2019-03-06 14:48:30 +00:00
ajacoutot
60bf3bdd3c Update to py-boto3-1.9.108. 2019-03-06 14:48:18 +00:00
ajacoutot
afc41bb445 Unbreak: needs BDEP on textproc/groff for soelim(1). 2019-03-06 13:45:18 +00:00
kirby
17cea9b1f8 update to munin-2.0.47 2019-03-05 15:33:45 +00:00
cwen
7ff335ec60 bro: needs atomics on powerpc, and probably hppa.
Sucessfully tested on powerpc.

OK jca@
2019-03-05 14:58:49 +00:00
fcambus
7f8c7bdd1c Update GeoLite2 databases to latest version. 2019-03-05 11:49:07 +00:00
bentley
27dce3ac09 +dico 2019-03-05 03:41:37 +00:00
bentley
b3fa5034ed Import dico-2.8.
GNU Dico is a flexible modular implementation of DICT server (RFC 2229).
In contrast to other implementations, it does not depend on a particular
database format. GNU Dico handles database accesses using loadable modules.

The package is shipped with quite a few modules that provide support for the
most often used database formats and strategies. New modules can easily be
written in C, Guile or Python. The module API is mature and well documented.

The package also includes a console client program that can be used to query
remote dictionary servers.

ok juanfra@ sthen@
2019-03-05 03:40:51 +00:00
sthen
b7882d7f14 update to gpodder-3.10.7, from maintainer Tim Meunier 2019-03-04 22:28:12 +00:00
chrisz
b438efbd00 Upgrade OCaml and dependent ports
testing and OKs by avsm@, jca@, krw@ Thanks a lot !
2019-03-04 12:51:12 +00:00
sebastia
dec03a3544 simple update to 1.2.7 2019-03-04 12:27:12 +00:00
sebastia
ab9f231262 Update the ancient version to the more recent 2016-07-R1, tested on
i386 and amd64 with a couple of different wifi adapters by myself
and kili@ test on amd64.

lots of things changed, gpsmap GUI is gone. security model changed,
see MESSAGE. Take over MAINTAINER from kili@

OK kili@
2019-03-03 23:11:04 +00:00
rsadowski
3c4301c909 unhook libmesode; hook libstrophe 2019-03-03 19:40:44 +00:00
rsadowski
ec06a0b559 Update profanity to 0.6.0
Switch from net/libstrophe to net/libmesode which enables TLS support

Tweaks and OK from kn@ (Thanks!)
2019-03-03 19:40:03 +00:00
rsadowski
00f7ab0f2f Import libmesode-0.9.2; OK kn@
Comment:
fork of libstrophe for use with profanity XMPP client

Description:
libmesode is a minimal XMPP library written in C. libmesode is a fork of
libstrophe for use in Profanity (ports/net/profanity).

Reasons for forking:

    Remove Windows support
    Support only one XML Parser implementation (expat)
    Support only one SSL implementation (OpenSSL)

This simplifies maintenance of the library when used in Profanity.

Whilst Profanity will run against libstrophe, libmesode provides extra TLS
functionality such as manual SSL certificate verification.

Maintainer: Rafael Sadowski <rsadowski@openbsd.org>

WWW: https://github.com/boothj5/libmesode
2019-03-03 19:14:28 +00:00
ajacoutot
e28cd1cd13 Update to py-botocore-1.12.106. 2019-03-03 10:40:34 +00:00
ajacoutot
6f789913c2 Update to py-boto3-1.9.106. 2019-03-03 10:40:23 +00:00
sthen
c550cb17bb update to bird-2.0.4 2019-03-02 22:41:24 +00:00
sthen
eb01ae6aa4 update to bird-1.6.6 2019-03-02 22:41:04 +00:00
sthen
fec3ff9dc0 update to icinga-web2-module-director-1.6.2 2019-03-02 22:34:15 +00:00
ajacoutot
71a6323def Update to axel-2.16.1.
Joint work with tj@
2019-03-02 18:41:17 +00:00
sthen
8815a83e36 oops, handle the wireshark-gtk -> wireshark upgrade path (gtk is no longer
included upstream). reminded by stsp@
2019-03-02 18:41:12 +00:00
sthen
404f338502 adjust the DHCPv6-PD example in dhcpcd's pkg-readme to give an example for
using dhcpcd to do slaac itself on the upstream; seems a bit more reliable
than mixing dhcpcd for PD and slaacd for SLAAC
2019-03-02 00:24:07 +00:00
sthen
dff2181bbd remove NO_TEST=Yes 2019-03-01 21:12:20 +00:00
sthen
501996f453 update to wireshark-3.0.0 2019-03-01 18:06:46 +00:00
sthen
cd845628d0 update to BIND 9.11.6 2019-03-01 17:17:08 +00:00
giovanni
5769ef298e Update database to 20190301 2019-03-01 14:16:42 +00:00
sthen
933540da10 update to wireshark-2.6.7 2019-02-28 23:31:08 +00:00
sthen
99d0eeb0ab unbreak -4/-6 flags in netbsd-iscsi-target, problem reported by solene@ 2019-02-28 20:39:40 +00:00
sthen
a94bfd8012 update to freeradius-3.0.18
- OPENSSL_VERSION_NUMBER patch needed for new use of SSL_CTX_set_num_tickets
2019-02-28 18:46:49 +00:00
sthen
b1879bab23 update to icinga2-2.10.3 2019-02-28 13:37:46 +00:00
ajacoutot
3170c30d5b Update to py-botocore-1.12.104. 2019-02-28 10:14:56 +00:00
ajacoutot
7d3da9cad1 Update to py-boto3-1.9.104. 2019-02-28 10:14:45 +00:00
jca
81bbcc5b83 Force OBJCC to avoid linking hexchat with gcc
Fixes a linking failure on arm.  ok Florian Stinglmayr (maintainer)
2019-02-27 23:34:05 +00:00
sthen
d59e8a4c99 cd in rc_stop as well as rc_start; avoid littering a stupid logs/
directory in $PWD
2019-02-26 21:57:50 +00:00
sthen
5ecd006ce7 update to unifi-5.10.19 2019-02-26 21:56:14 +00:00
ajacoutot
83981aa588 Update to py-botocore-1.12.102. 2019-02-26 19:56:52 +00:00
ajacoutot
4187b0eedf Update to py-boto3-1.9.102. 2019-02-26 19:56:42 +00:00
pvk
37af377e74 Update mattermost-server 5.7.1 -> 5.8.0
ok robert@
2019-02-25 20:37:11 +00:00
fcambus
63f4774d18 Add p5-MaxMind-DB-Writer. 2019-02-25 10:01:51 +00:00
fcambus
f62b613aff Import net/p5-MaxMind-DB-Writer.
This distribution contains the code necessary to write MaxMind DB database
files.

OK bluhm@
2019-02-25 10:01:19 +00:00
kn
ad8e0a6a05 Update to ircII-20190117
From Brad
OK tb
2019-02-24 12:41:47 +00:00
mariani
a5c64fbefb Updating py-zmq from 17.1.2 to 18.0.0
Tweaks, advices and patches by jca@

OK sthen@ "If things are still working with it"
OK jca@ "If you know that consumer ports can cope with this update"
2019-02-23 18:09:47 +00:00
sthen
6f3f5683d1 update to maclookup-1.7, use locale for output 2019-02-23 11:23:37 +00:00
pascal
b74be113b7 Update to tor 0.3.5.8. Fixes security issue TROVE-2019-001 (remote DoS).
Complete announcement:
https://lists.torproject.org/pipermail/tor-announce/2019-February/000174.html
2019-02-22 17:38:09 +00:00
ajacoutot
32ebae3d5b Update to py-botocore-1.12.100. 2019-02-22 12:46:36 +00:00
ajacoutot
af4ff1399b Update to py-boto3-1.9.100. 2019-02-22 12:46:23 +00:00
jca
95fbe58bb5 Fix tests: skip fuzzing tests, no need for a python3 symlink
I still get seemingly random failures when building unit-test.c but
that's still better than what we have now.

ok sthen@, Nam Nguyen (maintainer)
2019-02-22 11:18:48 +00:00
jca
5834574e42 Drop unneeded autoconf/automake BUILD_DEPENDS
discussed with sthen@, diff from Nam Nguyen (maintainer), from which
I omitted the REVISION bump.
2019-02-22 08:40:37 +00:00
jca
c35744bdca Fix memory leak, unused variable pointed out by the compiler 2019-02-21 23:41:12 +00:00
sthen
115e360822 security update to isc-bind 9.11.5-P4
CVE-2018-5744: A specially crafted packet can cause named to leak memory
...
A failure to free memory can occur when processing messages
having a specific combination of EDNS options.

By exploiting this condition, an attacker can potentially cause
named's memory use to grow without bounds until all memory
available to the process is exhausted. Typically a server process
is limited as to the amount of memory it can use but if the named
process is not limited by the operating system all free memory
on the server could be exhausted.
...

CVE-2018-5745: An assertion failure can occur if a trust anchor
rolls over to an unsupported key algorithm when using managed-keys

(there is also CVE-2019-6465 but we don't build dlz)
2019-02-21 23:35:34 +00:00
jca
b1ebcec12a Update to openvpn-2.4.7
Adds TLSv1.3 support, not supported by LibreSSL yet.
#ifdef OPENSSL_DEFINES_MAZE proofread by and ok tb@
2019-02-21 23:32:23 +00:00
sthen
7e93f0142d update to wget-1.20.1, from Nam Nguyen (taking maintainer).
earlier version ok abieber@
2019-02-21 22:32:31 +00:00
bluhm
60eb5e4f49 Pull my fix in scapy bpf layer from upstream as a patch. This will
avoid a race in the OpenBSD regress tests.
Take maintainer.
OK danj@
2019-02-20 13:58:24 +00:00
ajacoutot
2d47829270 Update to py-botocore-1.12.98. 2019-02-20 10:23:36 +00:00
ajacoutot
246ad2c916 Update to py-boto3-1.9.98. 2019-02-20 10:23:25 +00:00
fcambus
e0a55b3482 Add p5-MaxMind-DB-Reader-XS. 2019-02-20 09:05:00 +00:00
fcambus
6711cae4ac Import net/p5-MaxMind-DB-Reader-XS.
This module causes MaxMind::DB::Reader to use the XS implementation, which
is much faster than the Perl implementation.

OK giovanni@
2019-02-20 09:04:33 +00:00
fcambus
c6a59c716e Add p5-GeoIP2. 2019-02-20 08:46:46 +00:00
fcambus
8db3ac0ab3 Import net/p5-GeoIP2.
This module provides an API for the GeoIP2 web services and databases.
The API also works with the free GeoLite2 databases.

See GeoIP2::WebService::Client for details on the web service client API
and GeoIP2::Database::Reader for the database API.

OK giovanni@
2019-02-20 08:46:06 +00:00
sthen
1562e03b73 - update URL in unifi PERMIT_* lines (and bump REVISIONs because these
are included in packages)

- as this is port-only (no redistribution) and the dependencies have
slow builds, print a message suggesting use of FETCH_PACKAGES if it
wasn't already used.
2019-02-19 22:44:40 +00:00
rpointel
583d909487 update py-tld to 0.9.2.
fix errors for regression tests.
2019-02-19 09:20:23 +00:00
fcambus
7adb145878 Add p5-MaxMind-DB-Reader. 2019-02-19 09:06:06 +00:00
fcambus
2168aa9913 Import net/p5-MaxMind-DB-Reader.
This module provides a low-level interface to the MaxMind DB file format.

OK sthen@, giovanni@
2019-02-19 09:05:32 +00:00
fcambus
5622a30a21 Add p5-MaxMind-DB-Common. 2019-02-19 09:04:21 +00:00
fcambus
f8a6030ef1 Import net/p5-MaxMind-DB-Common.
This distribution provides some shared code for use by both the MaxMind DB
reader and writer Perl modules.

OK sthen@, giovanni@
2019-02-19 09:02:35 +00:00
jasper
a5f92dcbb0 update to minio-0.20190214 2019-02-18 19:45:43 +00:00
jasper
1ec9486153 update to minioc-0.20190213 2019-02-18 19:45:12 +00:00
kn
f368c8b933 Fix build with libutf8proc installed
Unicode 9.0 changed certain character widths, libutf8proc is used by
upstream to cope with this[0].

Our www/netsurf/libutf8proc is not same and builds fail if it's picked up.

Noticed the hard way by ajacoutot, thanks!

0: https://github.com/irssi/irssi/issues/720
2019-02-18 18:35:57 +00:00
fcambus
9a516d8abd Add p5-Net-Works. 2019-02-18 11:27:00 +00:00
fcambus
dcf67c194d Import net/p5-Net-Works.
This module provides an alternative API to NetAddr::IP that aims to address
the biggest problems with that module's API, as well as adding some additional
features.

OK giovanni@
2019-02-18 11:26:00 +00:00
ajacoutot
95a2a193e5 Update to py-botocore-1.12.96. 2019-02-18 11:06:08 +00:00
ajacoutot
8237810bd5 Update to py-boto3-1.9.96. 2019-02-18 11:05:55 +00:00
kn
06c9cfea94 Update to irssi-1.2.0
OTR is now supported as loadable module, thus remove net/irssi-otr.

OK sthen
2019-02-17 19:25:43 +00:00
sthen
8820c81c45 tweak icingaweb2 pkg-readme, prompted by a mail from Marcos Madeira 2019-02-16 22:17:13 +00:00
sthen
b86de6ff95 update to icingaweb2-module-director-1.6.1 2019-02-16 11:35:48 +00:00
sthen
b7a5d0eda9 Since libelf was added to base, net-snmp started picking it up (it thought
it was useful for getting nlist). Poison CONFIGURE_ENV to disable this.
2019-02-15 20:15:17 +00:00
afresh1
cca41ada69 Update net/p5-Net-Amazon to 0.62
From Edward Lopez-Acosta <elopezacosta AT gmail.com>
remove MAINTAINER on word of Edward
2019-02-15 05:06:45 +00:00
ajacoutot
dbee1b7e0d Update to py-botocore-1.12.94. 2019-02-14 14:41:45 +00:00
ajacoutot
967c72bce1 Update to py-boto3-1.9.94. 2019-02-14 14:41:34 +00:00
jca
3d640deb66 Unbreak lmdb detection with ports-gcc (always look in /usr/local)
knot's configure script tries to detect liblmdb.so and lmdb.h, if it
can't find them it automatically adds /usr/local/{include,lib}
to the search paths then rechecks.  This works well on clang archs.  On
gcc archs ports-gcc automatically adds /usr/local/lib to the ld(1)
search path so detection of liblmdb.so works out of the box, but lmdb.h
can't be found since /usr/local/include hasn't been added to CPPFLAGS,
triggering a fatal error.  sigh
2019-02-14 12:54:23 +00:00
pvk
d168442727 Update mattermost-server 5.7.0 -> 5.7.1
ok kn@
2019-02-14 06:26:03 +00:00
sthen
440428ea92 update to unifi-5.10.17
stable release, but keeping in testing/ rather than updating stable/ for now
2019-02-13 21:41:34 +00:00
tsg
4b2a5a9457 Update to ngircd-25.
MaxPenaltyTime patch and OK from sthen@.
2019-02-13 16:09:40 +00:00
ajacoutot
4a96b7f94a Update to py-botocore-1.12.93. 2019-02-13 15:53:53 +00:00
ajacoutot
73cd04f487 Update to py-boto3-1.9.93. 2019-02-13 15:53:42 +00:00
sebastia
0f4fc1521a hook up proxychains-ng 2019-02-13 15:16:13 +00:00
sebastia
41cc9f9d35 import proxychains-ng
proxychains ng (new generation) - a preloader which hooks calls to
sockets in dynamically linked programs and redirects it through one or
more socks/http proxies. Continuation of the unmaintained proxychains
project.

feedback and OK jasper@
2019-02-13 15:15:15 +00:00
sthen
aeebc78e97 update unifi/testing to stable-candidate 5.10.16
(5.0.15 didn't last very long... .16 has a fix for L3 Adopt+Upgrade
when using cached firmware from 5.10.12)
2019-02-13 00:41:47 +00:00
sthen
32174ee304 update unifi/testing to stable-candidate 5.10.15 2019-02-12 22:40:37 +00:00
sthen
9890e792f2 update to snort-2.9.12, from maintainer Markus Lude plus one tweak to
fix #!/bin/bash on a script which is very much a bash-only script.
2019-02-12 22:19:52 +00:00
jasper
571044813f security update to mosquitto-1.5.6
https://mosquitto.org/blog/2019/02/version-1-5-6-released/
2019-02-12 19:18:41 +00:00
danj
e5402649c1 Drop maintainership 2019-02-12 17:53:39 +00:00
otto
1082cf6ceb Enable LDAP dynamic loadable backend; ok sthen@ 2019-02-12 08:10:12 +00:00
naddy
4e0b2b1c3f Don't interfere with debugging (-g) and optimization (-O) flags.
The curl configure script wants to take control of the compiler
flags for optimization and debugging.  The actual interactions are
more complex, but the gist is that the flags are stripped from
CFLAGS, and if --enable-optimize or --enable-debug are specified,
an approved optimization or debugging flag is added.

report/ok bentley@
2019-02-11 20:34:39 +00:00
ajacoutot
4a63e31a30 Update to py-botocore-1.12.91. 2019-02-10 18:58:57 +00:00
ajacoutot
339a0db326 Update to py-boto3-1.9.91. 2019-02-10 18:58:45 +00:00