133850 Commits

Author SHA1 Message Date
kn
9839cae1b3 Update to git-2.20.1
OK benoit
2018-12-16 13:53:22 +00:00
semarie
ea37087119 build clippy (linter) and rustfmt (code formatter) and provide them in
subpackages. while here create a subpackage for rust-gdb also.

looks good landry@
2018-12-16 09:19:57 +00:00
semarie
eee883860b backout change on distinfo: it wasn't intented to be commit 2018-12-16 08:54:24 +00:00
semarie
b19d4110a9 change MODCARGO_CRATES syntax for devel/cargo module.
The new syntax to have version with '-' character:
-MODCARGO_CRATES +=     aho-corasick-0.6.8      # Unlicense/MIT
+MODCARGO_CRATES +=     aho-corasick    0.6.8   # Unlicense/MIT

update all customers of devel/cargo to use the new syntax

ok landry@
2018-12-16 08:50:11 +00:00
abieber
d859e6a6b2 Jump to 0.6.9!
OK rsadowski@
2018-12-16 01:11:22 +00:00
abieber
806b8333a8 Bump gopass to 1.8.3. Patch has been sent upstream:
https://github.com/gopasspw/gopass/pull/1015

OK rsadowski@
2018-12-16 01:09:55 +00:00
abieber
61c22c4c39 Update fzf to 0.17.5
OK rsadowski@
2018-12-16 01:05:53 +00:00
juanfra
57ed8f743a Update to tarlz 0.7. From Sascha Paunovic. 2018-12-16 00:10:43 +00:00
juanfra
462edf4fc4 Update to cython 0.29.2. 2018-12-16 00:06:46 +00:00
danj
453877888b Update to haproxy-1.8.15
2 CVEs are fixed with this update
2018-12-15 20:25:54 +00:00
naddy
b69d74ec7b On i386, the ocaml runtime causes text relocations. We need to pass
-znotext to the linker when combining OCaml and C code.
2018-12-15 20:16:21 +00:00
naddy
2d6377da3e On i386, the ocaml runtime causes text relocations. Pass the -znotext
linker option to everything that links with the ocaml library.
2018-12-15 16:25:25 +00:00
danj
4947645f4b Add sqlite3 in my $cve
ok espie@
2018-12-15 15:37:28 +00:00
jca
ee542c5865 Take devel/llvm maintainership
The goal is to provide quick feedback on proposed diffs, and enforce
testing on at least one gcc arch (probably sparc64) before diffs get
committed.  All contributions are still welcome.

Maintainer timeout, ok ajacoutot@ visa@ naddy@ sthen@ espie@
2018-12-15 15:21:48 +00:00
jsing
964270cb22 Update lang/go to version 1.11.4.
This minor revision update includes various fixes, three of which address
security related issues.
2018-12-15 14:54:41 +00:00
rsadowski
5bec2905ac Update hugo-0.52
NO_TEST hint by Edward Lopez-Acosta

From Kevin Wondratsch (Maintainer) Thanks!
2018-12-15 14:19:17 +00:00
rpointel
a3d0511afb update z3 to 4.8.3.
ok pirofti@.
2018-12-15 12:43:40 +00:00
bket
0fc42fa481 Update to borgbackup-1.1.8
OK giovanni@
2018-12-15 12:14:26 +00:00
ajacoutot
ec13a9b298 Update to vault-1.0.0. 2018-12-15 11:42:39 +00:00
ajacoutot
9f6ae67186 Update to packer-1.3.3. 2018-12-15 11:41:48 +00:00
ajacoutot
ec4cf767b4 Update Terraform providers. 2018-12-15 11:32:25 +00:00
ajacoutot
53dee3481f Update to awscli-1.16.76. 2018-12-15 11:26:33 +00:00
ajacoutot
43f86b2915 Update to py-botocore-1.12.66. 2018-12-15 11:26:19 +00:00
ajacoutot
ea3e0c347b Update to py-boto3-1.9.66. 2018-12-15 11:26:09 +00:00
ajacoutot
b0b29352b6 Update to terraform-0.11.11. 2018-12-15 11:23:23 +00:00
ajacoutot
09fe947688 Update to amazon-ssm-agent-2.3.344.0. 2018-12-15 11:19:48 +00:00
ajacoutot
2d39ccfeb2 Update to ecs-cli-1.12.1. 2018-12-15 11:14:03 +00:00
ajacoutot
1c2be1fd0a Update to osinfo-db-20181214. 2018-12-15 11:11:21 +00:00
robert
f1283e6707 update to 71.0.3578.98 2018-12-15 10:08:08 +00:00
rsadowski
91d8f3c8a0 Update to xwallpaper-0.4.0 2018-12-15 09:05:51 +00:00
rsadowski
ff19fcdae7 Update to font-awesome-5.6.1 2018-12-15 09:03:06 +00:00
ajacoutot
d66328dc56 Major update to gnutls-3.6.5.
This is the new stable branch.
Survived a bulk.
2018-12-15 09:00:26 +00:00
fcambus
eb6c71b047 Update termtosvg to 0.7.0. 2018-12-14 23:18:27 +00:00
kn
0f9b4f6615 Fix tiny but annoying documentation bug in varnishd(1)
The default protocol specifier for `-a' is "HTTP", not "HTTP/1".
Cherry-picked from bdc0c48f38c8789337896d913e7825d0f26bc821.

OK gonzalo
2018-12-14 21:22:38 +00:00
pascal
30947b05d9 Update amd64 bootstrap, remove USE_LLD=No. 2018-12-14 19:23:53 +00:00
landry
9fd6e0809a Remove ports-clang from COMPILER, prefer ports-gcc on non-clang archs.
As of now, those c++ ports have a LIB_DEPENDS on lang/gcc/4.9,-libs for
libestdc++ so they ended up depending on both llvm & gcc, and our infra
plumbing gets a bit confused with that (compiler cannot create
executables yadada yadada).
With gcc 4.9 spidermonkey52 packages fine on sparc64, unblocking other
things.

There are more ports with broken COMPILER lines like this, they might get
fixed over time.
2018-12-14 19:00:20 +00:00
espie
716daf3748 give a much bigger hint to people who try mixing -current and 6.4 2018-12-14 18:57:58 +00:00
bcallah
52c60e8079 Include header files that are tightly coupled to the compiler: stdatomic.h,
stdfix.h, stdalign.h, and stdnoreturn.h
Ensure these headers are usable on all archs by ensuring that
openbsd-stdint.h is used on all archs.
While here, explicitly add the --disable-libssp flag to configure,
otherwise it will get built and installed.
Sync the PLISTs for these changes.

Prompted and much help and diagnosis on macppc by George Koehler.
Feedback from sthen@ and pascal@

ok pascal@
2018-12-14 17:58:03 +00:00
danj
15be97aaf7 Register sickbeard removal 2018-12-14 15:33:06 +00:00
danj
831a0a279a Remove sickbeard
alpha software from 2015 and upstream stopped the dev in 2016

ok mglocker@ (maintainer), rsadowski@
2018-12-14 15:30:34 +00:00
ajacoutot
0def688ce0 Update to awscli-1.16.75. 2018-12-14 13:14:14 +00:00
ajacoutot
cb01008e79 Update to py-botocore-1.12.65. 2018-12-14 13:14:02 +00:00
ajacoutot
fadec984db Update to py-boto3-1.9.65. 2018-12-14 13:13:48 +00:00
ajacoutot
6aef5e2a57 Update to webkitgtk4-2.22.5. 2018-12-14 12:33:51 +00:00
espie
5ebb45df6f make the connection read-only 2018-12-14 10:41:48 +00:00
espie
845cb3a600 make the db connection read-only 2018-12-14 10:40:23 +00:00
espie
06108d8400 fix the database name
also make a more specific connection, so that we don't create the wrong
database name accidentally
2018-12-14 10:37:22 +00:00
rsadowski
74938f7cc4 Update to krita-4.1.7 2018-12-14 10:29:16 +00:00
rsadowski
d490aa8ed0 Update to mkvtoolnix-29.0.0 2018-12-14 10:00:57 +00:00
gonzalo
2174ab8d65 Update for SMTube to 18.11.0 2018-12-14 09:44:28 +00:00