Commit Graph

15605 Commits

Author SHA1 Message Date
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
jca
17e1c77e0a Remove duplicate symbol workaround 2019-04-20 16:16:40 +00:00
jca
f6634d4db9 Update to knot-2.7.7
Release notes:
https://www.knot-dns.cz/2019-01-07-version-275.html
https://www.knot-dns.cz/2019-01-23-version-276.html
https://www.knot-dns.cz/2019-04-08-version-277.html
2019-04-20 15:41:33 +00:00
bluhm
2f7b467f53 To sniff on OpenBSD loopback interface there was a patch from 2012.
In the meantime upstream has implemented it differently.  Adapt
their version for OpenBSD and use it instead.
OK sthen@ danj@
2019-04-20 00:17:50 +00:00
sthen
97983be85a update to xl2tpd-1.3.14 2019-04-18 17:30:45 +00:00
sthen
9ce80e2082 update to freeradius-3.0.19 2019-04-18 17:27:18 +00:00
sthen
1c009f9e0e update to librenms-1.50.1
- Affects users of webservers not using .htaccess:

Moved php files outside of public html directory (Apache was protected
by .htaccess)

Some files could be accessed directly, leaking some information, like
the version in about.inc.php but not statistics because it doesn't have
DB access.

- Affects all users:

Some files did not check for authentication and could disclose some info.
Better checks before including files from user input

Fix unescaped variables in ajax_search.php
2019-04-18 17:20:51 +00:00
bket
f4131b6bde Update to dnscrypt-proxy-2.0.22.
Diff from Nam Nguyen <namn ! berkeley () edu>. Thanks!
2019-04-16 15:26:10 +00:00
kmos
b53fbf4bc6 devel/py-typing does nothing for Python >= 3.5.x. Remove it as a
dependency for the python3 flavor. While here, notate that we cannot
update to aiodns >=2.0.0 if we want a python 3 flavor and update
MAINTAINER.
2019-04-16 13:12:26 +00:00
ajacoutot
96ef1ca0b6 Update to py-smbc-1.0.16. 2019-04-16 08:17:11 +00:00
sthen
27267a3054 update to wireshark-3.0.1 2019-04-15 20:44:16 +00:00
cwen
3268118aec psi: fix narrowing conversion error on archs where char is
unsigned by default (ppc, arm). Tested on macppc. Also move
HOMEPAGE to https.

OK sthen@ phessler@
2019-04-15 17:39:43 +00:00
cwen
38ed06710e synergy: build with -std=c++03 for all compilers
This unbreaks the build with gcc-8. Also move HOMEPAGE to https.

OK sthen@ phessler@
2019-04-15 17:32:47 +00:00
jasper
72c38d6230 update to paho-mqtt-1.4.0 2019-04-15 16:59:51 +00:00
jasper
dcf33416fc update to xmlrpc-c-1.39.13 2019-04-15 16:59:19 +00:00
jca
b396b7b2d5 Fix @conflict marker
ok naddy@
2019-04-12 18:21:17 +00:00
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
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