135137 Commits

Author SHA1 Message Date
sthen
d897ded9f6 update to librenms-1.48.1 2019-02-01 12:57:44 +00:00
landry
a12ebb365b Security update to nss 3.42.1.
Fixes CVE-2018-18508 which was supposed to be in 3.42 but missed it.
See https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.42.1_release_notes
2019-02-01 12:57:24 +00:00
sthen
72bf53aa28 add skipv:1.1.1 for portroach 2019-02-01 12:36:51 +00:00
sthen
286dd8bdfe use a simpler command for "generate 16 random chars" for the setup token
(we can't use upstream's "head -c 12 /dev/urandom | base64" directly so
had to patch, but it's easier to just "openssl rand -base64 12" instead
of the dd | perl monstrosity I was using).
2019-02-01 11:32:02 +00:00
sthen
48deaeefa1 update to maradns-deadwood 3.2.14 2019-02-01 11:18:58 +00:00
ajacoutot
be6b850d81 Update to orca-3.30.2. 2019-02-01 10:52:59 +00:00
jasper
6ed292d87d update to minio-0.20190131 2019-02-01 07:33:33 +00:00
jasper
e1e6c3df54 update to minioc-0.20190130 2019-02-01 07:33:23 +00:00
landry
6a5f3c1aa3 Update to nss 3.42, requirement for gecko 66.
See https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.42_release_notes
2019-02-01 06:41:12 +00:00
ajacoutot
b546ba8f25 Missing BDEP+RDEP on devel/py-setuptools_scm. 2019-02-01 06:28:23 +00:00
sthen
77c208d298 Set `shared_target => "bsd-gcc-shared"' in 10-main.conf for i386 to force the
build system to assume gcc/binutils compatible linker. There is autodetection
in detect_gnu_ld() for partially unknown build targets but it's broken
(it tries to run $config{CC} -Wl,-V before it sets up $config{CC}, and even
if that did work, the regex matching output doesn't match LLD's string).

Initial research by naddy@. Mucu further headscratching and deciding on a
not-too-horrible way to work around the problem by me.

Unbreaks i386.
2019-01-31 22:04:40 +00:00
ajacoutot
a6125ad599 Update to exoscale-cli-1.0.7. 2019-01-31 20:22:07 +00:00
ajacoutot
4750cada56 Update to amazon-ssm-agent-2.3.415.0. 2019-01-31 20:20:31 +00:00
sthen
5b3b6e0a0b update to xca-2.1.2 2019-01-31 20:11:23 +00:00
ajacoutot
dbb205dfb0 Update to libosinfo-1.3.0. 2019-01-31 20:06:12 +00:00
ajacoutot
8072e2982a Update to harfbuzz-2.3.1. 2019-01-31 19:44:08 +00:00
cwen
2270205ebe Update p5-Unicode-LineBreak to 2019.001
Changelog:
https://metacpan.org/source/NEZUMI/Unicode-LineBreak-2019.001/Changes
From Wen Heping <wenheping2000 () hotmail ! com>, thanks!
OK afresh1@
2019-01-31 19:42:58 +00:00
ajacoutot
b21a4f1d31 Update to p11-kit-0.23.15. 2019-01-31 18:53:37 +00:00
jasper
b3f57cbc95 set BDEP on py-setuptools_scm_git_archive which I had lying around
locally at the time of the update to 4.0.1
2019-01-31 17:48:24 +00:00
jasper
a8a13268cb +py-setuptools_scm_git_archive 2019-01-31 17:47:55 +00:00
jasper
f14a5ff264 import py-setuptools_scm_git_archive-1.0
This is a setuptools_scm plugin that adds support for git archives.

ok aja@
2019-01-31 17:46:32 +00:00
jca
9f42a29d05 Update to pcre2-10.32
Paranoid minor bump since error #defines have been added.
From Nam Nguyen who takes maintainership, with input from sthen@
2019-01-31 17:40:30 +00:00
jca
6e725aa868 Avoidharmless trace when user forcefully disconnects from the unix socket
ok espie@
2019-01-31 17:05:18 +00:00
naddy
655b2ce865 fix build with recent Mesa versions
Mesa >= 18.2.5 has newer OpenGL headers from Khronos which change the
include guards.
2019-01-31 15:13:22 +00:00
naddy
bdddf4d674 fix build with recent Mesa versions
Mesa >= 18.2.5 has newer OpenGL headers from Khronos which change the
include guards.
2019-01-31 14:49:50 +00:00
naddy
91b8d67118 modify embedded copy of glew.h for recent Mesa versions
Mesa >= 18.2.5 has newer OpenGL headers from Khronos which change the
include guards.
2019-01-31 14:08:25 +00:00
jsg
714917d62a Fix build error reported by naddy@.
Mesa >= 18.2.5 has newer OpenGL headers from Khronos which change the
include guards.
2019-01-31 13:45:01 +00:00
jca
5920dd8509 Merge -msave-args support implemented by dlg in base clang
from Brad
2019-01-31 13:40:22 +00:00
edd
1fa8c50bc6 www/links+: Update to 2.18.
"The update looks good to me"
"Been using the new version daily for a week now" -- MAINTAINER

OK bcallah@ with a small tweak. Thanks.
2019-01-31 11:37:09 +00:00
bentley
d4cc864a13 https for osuosl.org. 2019-01-31 11:14:33 +00:00
ajacoutot
fcbf3c56a7 Drop bogus pkgconfig file patch.
reported by Hannu Vuolasaho, thanks!
2019-01-31 09:43:10 +00:00
ajacoutot
f233ac8cea Update to google-cloud-sdk-232.0.0. 2019-01-31 07:58:49 +00:00
juanfra
7ea4230910 Update to racket 7.2. 2019-01-31 00:00:49 +00:00
naddy
41529dc6b2 fix build with recent Mesa versions
Mesa >= 18.2.5 has newer OpenGL headers from Khronos which change the
include guards.
2019-01-30 23:59:26 +00:00
sthen
bc078ad09a set DPB_PROPERTIES+=lonesome on chromium/iridium for i386 (like is done
for firefox) in the hope that this will reduce build problems. these
ports often end up building together on a machine and they aren't coping
too well.

compiling some individual files is now bumping into my 75 minute DPB
stuck_timeout (possibly the llvm update took it over the edge) - raising
the timeout means that the other ports which occasionally hang during
compilation tie up a build slot for too long.
2019-01-30 22:47:35 +00:00
jasper
e4669756b7 update to elixir-1.8.1 2019-01-30 19:17:28 +00:00
jasper
c6ff6f413a unbreak on i386 by compiling engine.c with -O0 as clang has been crashing or
running out of memory on this file since clang 5
2019-01-30 19:13:35 +00:00
cwen
76dae91b2c Remove BROKEN-macppc as it builds properly now.
OK bcallah@ jca@
2019-01-30 19:05:43 +00:00
cwen
5e59b02449 Unbreak grantlee build with ports-gcc
From George Koehler <kernigh () gmail ! com> (thanks!), tested on macppc.
OK jca@ and bcallah@, "go ahead and fix !clang arches!" rsadowski@ (who has
tested on amd64 as well).
2019-01-30 18:55:47 +00:00
feinerer
196ffadb84 Update to Gajim 1.1.2
OK rsadowski@
2019-01-30 17:09:17 +00:00
feinerer
7ea7087f1c Update to nbxmpp 0.6.9
OK rsadowski@
2019-01-30 17:05:36 +00:00
feinerer
53af88618c +py-precis_i18n 2019-01-30 17:02:00 +00:00
feinerer
f6f708ad17 Import PRECIS-i18n Python module 1.0.0
The PRECIS framework makes internationalized user names and passwords safer for
use by applications. PRECIS profiles transform unicode strings into a canonical
form, suitable for comparison.

This Python module implements the PRECIS framework as described in:

- PRECIS Framework: Preparation, Enforcement, and Comparison of
  Internationalized Strings in Application Protocols (RFC 8264)

- Preparation, Enforcement, and Comparison of Internationalized Strings
  Representing Usernames and Passwords (RFC 8265)

- Preparation, Enforcement, and Comparison of Internationalized Strings
  Representing Nicknames (RFC 8266)

OK rsadowski@
2019-01-30 16:57:23 +00:00
cwen
a51f89c284 Update p5-WWW-Wikipedia to 2.05
Fix build with Perl 5.26+ (no . in @INC)
Changelog:
https://metacpan.org/changes/release/BRICAS/WWW-Wikipedia-2.05
OK bcallah@ sthen@
2019-01-30 15:14:05 +00:00
cwen
017f444262 Fix build with Perl 5.26+ (no . in @INC)
OK bcallah@ sthen@
2019-01-30 15:05:19 +00:00
cwen
f407bee909 Fix build with Perl 5.26+ (no . in @INC)
OK bcallah@ sthen@
2019-01-30 15:00:23 +00:00
cwen
2c2894de67 Fix build with Perl 5.26+ (no . in @INC)
OK bcallah@ sthen@
2019-01-30 14:55:06 +00:00
cwen
60a283e0bc Fix build with Perl 5.26+ (no . in @INC)
OK bcallah@ sthen@
2019-01-30 14:50:23 +00:00
cwen
2ba94b3944 Fix build with Perl 5.26+ (no . in @INC)
OK bcallah@ sthen@
2019-01-30 14:43:37 +00:00
cwen
24adcb02fe Fix build with Perl 5.26+ (no . in @INC)
Fix spacing in Makefile
OK bcallah@ sthen@
2019-01-30 14:27:44 +00:00