Commit graph

6737 commits

Author SHA1 Message Date
Vladimír Čunát 570d84a01e
Merge branch 'staging-next' 2019-01-13 00:39:38 +01:00
Florian Klink 58af931a57 nextcloud: 15.0.0 -> 15.0.2 2019-01-12 22:13:23 +01:00
Vladimír Čunát bde8efe792
Merge branch 'master' into staging-next
A couple thousand rebuilds have accumulated on master.
2019-01-12 12:19:34 +01:00
Vladimír Čunát 3cd97916fe
xorg xcursor-themes: fix build after #53127 2019-01-12 11:20:43 +01:00
Robert Schütz feae4d6cdb home-assistant: 0.85.0 -> 0.85.1 2019-01-12 07:39:19 +01:00
Michael Raskin 3bd38b0daa lighttpd: fix tests on Linux
The tests were enabled in #53488 and succeeded on Darwin; on Linux they
still failed because of empty hostname inside the sandbox (we have no
UTS-namespace hostname and I think no /etc/hosts). Nix on Darwin lacks
powerful enough sandboxing, so there were no problems on Darwin.

Patching the tests to fallback to "127.0.0.1" if hostname of the
localhost cannot be retrieved matches the behaviour of lighttpd itself
and allows the tests to pass.

Not sure if having no hostname in the test environment is a bit too
weird for the upstream to care.
2019-01-11 11:46:23 +01:00
Franz Pletz 9ea5b2c052
nginxMainline: 1.15.7 -> 1.15.8 2019-01-11 07:55:25 +01:00
Franz Pletz 3db072d823
prometheus-node-exporter: now works with recent go 2019-01-11 07:55:25 +01:00
Franz Pletz 6ac4267ef3
checkSSLCert: 1.79.0 -> 1.80.0, fix build (date impurity) 2019-01-11 04:00:58 +01:00
Notkea 0be693a8df
matrix-synapse: 0.34.0 -> 0.34.0.1 (CVE-2019-5885) 2019-01-10 20:22:01 +01:00
Robert Schütz cc70439e11 python3.pkgs.aiohttp: 3.4.4 -> 3.5.2 2019-01-10 17:05:15 +01:00
Robert Schütz eb0e3e02e0
Merge pull request #53741 from dotlambda/home-assistant-0.85
home-assistant: 0.84.6 -> 0.85.0
2019-01-10 14:57:54 +01:00
Vladimír Čunát d49f83442b
knot-resolver: 3.2.0 -> 3.2.1
https://gitlab.labs.nic.cz/knot/knot-resolver/tags/v3.2.1
2019-01-10 13:10:50 +01:00
Vladimír Čunát 287144e342
Merge branch 'master' into staging-next 2019-01-10 13:07:21 +01:00
Robert Schütz 9a70a1842c home-assistant: 0.84.6 -> 0.85.0 2019-01-10 11:25:16 +01:00
Florian Klink 05231c4bbf
Merge pull request #53640 from flokli/minio-2018-12-27T18-33-08Z
minio: 2018-12-06T01-27-43Z -> 2018-12-27T18-33-08Z
2019-01-09 12:34:24 +01:00
Florian Klink 6c6a899f32 minio: 2018-12-06T01-27-43Z -> 2018-12-27T18-33-08Z 2019-01-08 11:26:49 +01:00
Robin Gloster 6f02b86726
atlassian-jira: 7.12.3 -> 7.13.0 2019-01-07 21:54:23 +01:00
Robin Gloster 89d24aca93
atlassian-crowd: 3.2.5 -> 3.3.3 2019-01-07 21:54:23 +01:00
Robin Gloster 4a38287887
atlassian-confluence: 6.12.2 -> 6.13.0 2019-01-07 21:54:22 +01:00
Franz Pletz 847bd6e2d4
atlassian-confluence: 6.12.0 -> 6.12.2 2019-01-07 21:54:21 +01:00
Franz Pletz ece39b0638
atlassian-confluence: 6.11.1 -> 6.12.0 2019-01-07 21:54:21 +01:00
Joachim Fasting a4f51746f8
Revert "openafs: fix build against linux_hardened"
This reverts commit 4bb0a719cf.

Can be reveted once randstruct actually works
2019-01-07 19:50:06 +01:00
WilliButz 75b4b5fc99 prometheus-dnsmasq-exporter: unstable-2018-05-05 -> 0.1.0 2019-01-07 17:34:46 +00:00
Robin Gloster 16413c05cd
Merge pull request #53554 from rnhmjoj/searx
searx: 0.14.0 -> 0.15.0
2019-01-07 13:21:39 +00:00
Vladimír Čunát 220aa6713b
knot-dns: 2.7.4 -> 2.7.5
https://gitlab.labs.nic.cz/knot/knot-dns/tags/v2.7.5
2019-01-07 13:47:14 +01:00
Orivej Desh (NixOS) fa17392fd8
Merge pull request #53376 from r-ryantm/auto-update/clickhouse
clickhouse: 18.14.18 -> 18.16.1
2019-01-07 11:25:08 +00:00
rnhmjoj 985bc6ca5a
searx: 0.14.0 -> 0.15.0 2019-01-07 11:10:38 +01:00
Orivej Desh e4e695548c clickhouse: link to libLLVM rather than to individual LLVM libs
The clickhouse program links to LLVM and to the clickhouse library, that also
links to LLVM. When the library is shared but LLVM is static, LLVM gets linked
into the program twice (once via the library and once directly), which causes
this error when running clickhouse:

     : CommandLine Error: Option 'x86-use-base-pointer' registered more than once!
     LLVM ERROR: inconsistency in registered CommandLine options

A common LLVM installation provides static component libraries and a shared
libLLVM. Linking to libLLVM when libclickhouse is shared solves this issue.

Upstream pull request: https://github.com/yandex/ClickHouse/pull/3989
2019-01-06 16:59:47 +00:00
Vladimír Čunát 711db1b0cd
postfix: fix linking error after #51770; issue #53001 2019-01-06 14:53:24 +01:00
Vladimír Čunát c6b8312f21
bird2: fixup build after 7bb24a65e
I didn't look whether bird2 cross-compiles, but the patch wouldn't apply.
2019-01-06 14:26:03 +01:00
Joachim Fasting 4bb0a719cf
openafs: fix build against linux_hardened
See https://hydra.nixos.org/build/86750041
and https://hydra.nixos.org/build/86749971
2019-01-06 14:08:27 +01:00
Matt McHenry cf58744a16 client-ip-echo: 0.1.0.3 -> 0.1.0.4 2019-01-06 13:44:56 +01:00
Vladimír Čunát 10a12194e3
Merge #53490: fix treewide linking errors after #51770
Issue #53001.  This might not be all of them, but let's not wait.
2019-01-06 12:14:52 +01:00
Kirill Elagin a162a562bd
lighttpd: Enable tests
They seem to pass now, so why not.
2019-01-06 13:12:20 +03:00
Kirill Elagin bd141e9af1
lighttpd: Hide attr dependency behind an option
* Unbreak darwin
* It was unused anyway, as it is disabled by default
* Now there is an feature-argument to enable it
2019-01-06 13:12:19 +03:00
Kirill Elagin d94cbd4188
lighttpd: Disable WebDAV by default
* It is disabled by default in lighttpd itself
* Darwin doesn’t seem to have a function in libuiid that it needs
2019-01-06 13:12:14 +03:00
Frederik Rietdijk 60a3973a55 Merge staging-next into staging 2019-01-05 10:15:00 +01:00
Piotr Bogdan 12c733c292 fileshelter: link with pthreads explicitly 2019-01-04 21:44:18 +00:00
Frederik Rietdijk 9618abe87c Merge master into staging-next 2019-01-04 21:13:19 +01:00
Ryan Mulligan 5a7bc59b07
Merge pull request #53265 from r-ryantm/auto-update/osrm-backend
osrm-backend: 5.20.0 -> 5.21.0
2019-01-04 08:14:58 -08:00
Jörg Thalheim 8b19e04d12
Merge pull request #53330 from r-ryantm/auto-update/groonga
groonga: 8.0.9 -> 8.1.0
2019-01-04 15:46:29 +01:00
Robin Gloster 23e49b78e5 xorg.xorgproto: add legacy support
This adds support for e.g. printproto needed for libXp

Adapted from @MP2E's patch in #48549
2019-01-04 14:38:57 +01:00
Lengyel Balazs fca792353f xorg: tarballs listed alphabetically (again) 2019-01-04 14:38:57 +01:00
Lengyel Balazs b981b8e0fe xorg/xorgserver: 1.19.6 -> 1.20.3 2019-01-04 14:38:57 +01:00
Lengyel Balazs 8851116a47 xorg/luit: 1.1.1 -> 20181211 2019-01-04 14:38:57 +01:00
Lengyel Balazs b48304439b xorg: generator script update to support tgz 2019-01-04 14:38:57 +01:00
Lengyel Balazs 50a53b2e78 xorg/xf86-video-omap: init at 0.4.5 2019-01-04 14:38:57 +01:00
Lengyel Balazs 2be77479e4 xorg/fonttosfnt: init at 1.0.5 2019-01-04 14:38:57 +01:00
Lengyel Balazs d9ea05f1a7 xorg/libXaw3d: init at 1.6.3 2019-01-04 14:38:57 +01:00