137257 Commits

Author SHA1 Message Date
sthen
53defd7102 remove more PKG_ARCH=* with pyc in PLIST 2019-04-27 23:55:04 +00:00
sthen
2920bdb665 bump REVISION, py3 version switch. has PKG_ARCH=* (and no pyc files in this one,
just scripts).
2019-04-27 23:45:28 +00:00
sthen
632f71ed5c drop PKG_ARCH=* 2019-04-27 23:43:47 +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
sthen
94afad4a26 bump _SYSTEM_VERSION to force updates for all packages; the python3 default
version switch has changed dependencies for a fair sized chunk of packages on
all arches, and the gcc switch from 4.9->8 has changed dependencies for a huge
chunk of the package set on base-gcc arches.
2019-04-27 21:31:59 +00:00
espie
c3f6de6f0a gcc switch happened, this should now build on ports-gcc arches 2019-04-27 21:31:18 +00:00
sthen
3543bc1c35 Switch the default python3 version (used to build all py3 ports) from
3.6.8 to 3.7.3. ok landry@ danj@ kmos@ rpointel@
2019-04-27 21:28:30 +00:00
naddy
b7e8ac93a7 Switch ports-gcc to GCC 8.3.0:
* switch gcc4 module to gcc/8
* register the gcc/8 subpackages as updates for their gcc/4.9 counterparts
* sync the gcc version in devel/llvm
* add a quirk entry that gcj is obsolete
* unhook 4.9 from the build

Preparatory work by many.
ok sthen@
2019-04-27 21:26:34 +00:00
espie
2ce0828c3b default timeout of 60 is too much (3 keepalive before it decides to mark
the host down), 60/3 is better
2019-04-27 20:26:43 +00:00
ajacoutot
1ad32641f7 Fix PKGSPEC. 2019-04-27 18:14:07 +00:00
ajacoutot
1f73979691 Register glib-openssl removal. 2019-04-27 17:27:29 +00:00
ajacoutot
0cb309d6a8 Remove glib-openssl. Nothing uses it and functionnality has been moved to
glib2-networking.
2019-04-27 17:24:35 +00:00
landry
9eb53958b3 Bump autoconf & automake dependencies to more recent versions when
building snapshots from git (no port in cvs does this)
2019-04-27 16:08:56 +00:00
landry
c15c7a5573 Update to ristretto 0.8.4 2019-04-27 15:45:32 +00:00
sthen
88ef2d6fa5 replace a hardcoded "python3.6m" in WANTLIB with "python${MODPY_DEFAULT_VERSION_3}m"
- still dirty but slightly less broken
2019-04-27 14:38:54 +00:00
sthen
0a3d02b3be update to py-tornado-5.1.1 (last major version supporting both py2+3) 2019-04-27 14:32:21 +00:00
sthen
1455d82095 update to py-opengl-3.1.3b2 2019-04-27 14:02:39 +00:00
jasper
6bb8f248aa update to libgtop-2.40.0 2019-04-27 13:45:24 +00:00
edd
d84e791317 Update games/angband to version 4.1.3.
Tested and OK pamela@ and kmos@, thanks!
2019-04-27 13:24:42 +00:00
robert
b414a6c529 add some missing OS_BSD defines 2019-04-27 12:12:05 +00:00
landry
d55de8a3b0 Ignore error messages (liblapack missing symbols) on stderr from
'python3 -c "import numpy"' for now, fixes numpy detection (and the
build)
2019-04-27 10:56:49 +00:00
landry
fba5fa4f2b Update to fdm 2.0, from Stephen Gregoratto, thanks !
Enable PCRE while here, from sthen@
ok sthen@
2019-04-27 10:16:27 +00:00
ajacoutot
4da3d70e16 Bye bye spidermonkey52; nothing uses you anymore.
ok jasper@
2019-04-27 10:05:09 +00:00
ajacoutot
611f82db68 Provide an update path for devel/spidermonkey52. 2019-04-27 10:02:54 +00:00
ajacoutot
51345f947d devel/spidermonkey52 is going away and was only an optional BDEP
ok jasper@
2019-04-27 10:01:22 +00:00
espie
0331da119c avoid warnings by checking we got some actual info first 2019-04-27 09:42:26 +00:00
semarie
b4ad310afc update to 1.31.1
it affects only clippy tool.

Announce: https://blog.rust-lang.org/2019/04/25/Rust-1.34.1.html
Changelog: https://github.com/rust-lang/rust/blob/stable/RELEASES.md#version-1341-2019-04-25
2019-04-27 08:50:18 +00:00
ajacoutot
d34b61f6dd Update to polkit-0.116.
- uses mozjs-6.0
2019-04-27 08:08:42 +00:00
ajacoutot
71e805ef00 Update to dav1d-0.2.2.
from Brad (maintainer)
2019-04-27 08:00:06 +00:00
ajacoutot
8f0b8ca3d9 Update to google-cloud-sdk-243.0.0. 2019-04-26 21:36:39 +00:00
ajacoutot
e29cd5c1e6 Update to awscli-1.16.147. 2019-04-26 21:33:39 +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
ajacoutot
85f6c49470 Update to ecs-cli-1.14.1. 2019-04-26 21:21:54 +00:00
kmos
7ba3f81efd Hook py-emoji up to the build 2019-04-26 18:27:26 +00:00
kmos
5de053d9d2 py-emoji is a library to convert emoji shortcodes to the actual emoji
and vice versa.

Input from kn

OK kn@ sthen@
2019-04-26 18:25:54 +00:00
sthen
e18844c5be update to py-psycopg2-2.8.2, ok danj@ 2019-04-26 16:11:13 +00:00
naddy
9564d8e786 add lld target emulation names for mips64, mips64el, powerpc, sparc64 2019-04-26 16:10:06 +00:00
jeremy
56a208cf8b Update to JRuby 9.2.7.0 2019-04-26 15:46:58 +00:00
jeremy
6bb2a9dd70 Update to ruby 2.6.3 2019-04-26 15:46:28 +00:00
semarie
c8f21b0724 register lang/rust,-doc removal.
a link for manually download an "official" tarball for the documentation is available in DESCR of lang/rust

OK sthen@
2019-04-26 15:10:32 +00:00
semarie
ac56eef94e reduces the PLIST divergence between archs by using a controlled way to
generate metadata/hash on libraries.

remove -doc subpackage too, as it has different files depending the
arch.

with that, we should be able to have rustc on more archs.

OK sthen@
2019-04-26 15:08:33 +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
rsadowski
b08798ca7a Unhook dolphin-plugins
Found out from Federico Giannici <giannici AaA neomedia DoT it> by the hard
way.
2019-04-26 13:43:52 +00:00
rsadowski
0ba92cbc87 Update mlt to 6.14.0 2019-04-26 13:39:16 +00:00
sebastia
1f884893f3 Let nikto find the DTD to save xml files out of the box
OK gonzalo@
2019-04-26 13:36:28 +00:00
sthen
118037279c update to img2pdf-0.3.3, add a comment "some tests fail as they require
pdfrw (overall this is optional for img2pdf and autodetected at runtime;
we don't have it in ports yet)"
2019-04-26 13:35:29 +00:00
sthen
0aecafabc4 update to wpa_supplicant-2.8 2019-04-26 13:32:36 +00:00
sthen
29afb3b2a1 update to icingaweb2 2.6.3 2019-04-26 13:23:06 +00:00