Commit graph

6789 commits

Author SHA1 Message Date
Robert Schütz feae4d6cdb home-assistant: 0.85.0 -> 0.85.1 2019-01-12 07:39:19 +01:00
Robert Schütz b720ecb9ee matrix-synapse: use python3 2019-01-11 16:36:28 +01:00
nyanloutre bc561526d1 matrix-synapse: 0.34.0.1 -> 0.34.1.1
Also correctly run tests.
2019-01-11 16:36:27 +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
Izorkin e680dd42b4 ejabberd: 18.06 -> 18.12.1 2019-01-11 12:00:27 +03: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
Jörg Thalheim 0c2ed51f13
cloud-print-connector: 1.11 -> 1.16 2019-01-05 00:40:07 +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
Lengyel Balazs e0a9ffc3c3 xorg/xfontsel: init at 1.0.6 2019-01-04 14:38:57 +01:00
Lengyel Balazs 7ca9622ea9 xorg/xload: init at 1.1.3 2019-01-04 14:38:57 +01:00
Lengyel Balazs cd9b4d7808 xorg/xsm: init at 1.0.4 2019-01-04 14:38:57 +01:00
Lengyel Balazs 26908f8726 xorg/transset: init at 1.0.2 2019-01-04 14:38:57 +01:00
Lengyel Balazs 69ba22d17a xorg/ico: init at 1.0.5 2019-01-04 14:38:57 +01:00
Lengyel Balazs 55affc7cdf xorg/xtrap: init at 1.0.3 2019-01-04 14:38:57 +01:00
Lengyel Balazs 48ef1f27e2 xorg/xconsole: init at 1.0.7 2019-01-04 14:38:57 +01:00
Lengyel Balazs aadee8046a xorg/oclock: init at 1.0.4 2019-01-04 14:38:57 +01:00
Lengyel Balazs 6175094478 xorg/viewres: init at 1.0.5 2019-01-04 14:38:57 +01:00
Lengyel Balazs f31d54a483 xorg/listres: init at 1.0.4 2019-01-04 14:38:57 +01:00
Lengyel Balazs cc6cf8ceee xorg/editres: init at 1.0.7 2019-01-04 14:38:57 +01:00
Lengyel Balazs 06324d9275 xorg/xf86-video-mga: 1.6.5 -> 2.0.0 2019-01-04 14:38:57 +01:00
Lengyel Balazs 44c8d99e6c xorg/xf86-video-i128: 1.3.6 -> 1.4.0 2019-01-04 14:38:57 +01:00
Lengyel Balazs b39fb3ecea xorg/libSM: 1.2.2 -> 1.2.3 2019-01-04 14:38:57 +01:00
Lengyel Balazs cacc649518 xorg/xf86-video-i740: 1.3.6 -> 1.4.0 2019-01-04 14:38:57 +01:00
Lengyel Balazs f8d909ccc8 xorg/twm: 1.0.9 -> 1.0.10 2019-01-04 14:38:57 +01:00
Lengyel Balazs 9404728994 xorg/xrefresh: 1.0.5 -> 1.0.6 2019-01-04 14:38:57 +01:00
Lengyel Balazs 2a95041a6c xorg/xwd: 1.0.6 -> 1.0.7 2019-01-04 14:38:57 +01:00
Lengyel Balazs 97eb0c724c xorg/xwininfo: 1.1.3 -> 1.1.4 2019-01-04 14:38:57 +01:00
Lengyel Balazs 92b45380eb xorg/xwud: 1.0.4 -> 1.0.5 2019-01-04 14:38:57 +01:00
Lengyel Balazs 057bc147dc xorg/xset: 1.2.3 -> 1.2.4 2019-01-04 14:38:57 +01:00
Lengyel Balazs 71648beaaa xorg/xsetroot: 1.1.0 -> 1.1.2 2019-01-04 14:38:57 +01:00
Lengyel Balazs 526d0b5a2f xorg/xrdb: 1.1.0 -> 1.1.1 2019-01-04 14:38:57 +01:00
Lengyel Balazs 12145ac403 xorg/xlsfonts: 1.0.5 - 1.0.6 2019-01-04 14:38:57 +01:00
Lengyel Balazs 373595eb77 xorg/xpr: 1.0.4 -> 1.0.5 2019-01-04 14:38:57 +01:00
Lengyel Balazs 1d356fa37b xorg/xprop: 1.2.2 -> 1.2.3 2019-01-04 14:38:57 +01:00
Lengyel Balazs 6559206ff6 xorg/xlsclients: 1.1.3 -> 1.1.4 2019-01-04 14:38:57 +01:00
Lengyel Balazs 1c8a40981e xorg/xkill: 1.0.4 -> 1.0.5 2019-01-04 14:38:57 +01:00
Lengyel Balazs f0e564c260 xorg/xf86-video-v4l: 0.2.0 -> 0.3.0 2019-01-04 14:38:57 +01:00
Lengyel Balazs 2a0c13fa14 xorg/xf86-video-vmware: 13.2.1 -> 13.3.0 2019-01-04 14:38:57 +01:00
Lengyel Balazs bbb75b1221 xorg/xf86-video-rendition: 4.2.6 -> 4.2.7 2019-01-04 14:38:57 +01:00
Lengyel Balazs 6739615ec0 xorg/xf86-video-r128: 6.10.2 -> 6.11.0 2019-01-04 14:38:57 +01:00
Lengyel Balazs 7dfdc2e3ff xorg/xf86-video-geode: 2.11.17 -> 2.11.19 2019-01-04 14:38:57 +01:00
Lengyel Balazs d9c5a888c7 xorg/xf86-video-mach: 6.9.5 -> 6.9.6 2019-01-04 14:38:57 +01:00
Lengyel Balazs 6a6a5a6dd4 xorg/xf86-video-fbdev: 0.4.4 -> 0.5.0 2019-01-04 14:38:57 +01:00
Lengyel Balazs 79a49047cb xorg/xf86-input-evdev: 2.10.5 -> 2.10.6 2019-01-04 14:38:57 +01:00
Lengyel Balazs 730f3178b4 xorg/xf86-input-mouse: 1.9.2 -> 1.9.3 2019-01-04 14:38:57 +01:00
Lengyel Balazs cf334c3e0f xorg/xf86-input-synaptics: 1.9.0 -> 1.9.1 2019-01-04 14:38:57 +01:00
Lengyel Balazs f659a6625a xorg/xfs: 1.1.4 -> 1.2.0 2019-01-04 14:38:57 +01:00
Lengyel Balazs 563dbdca4a xorg/xmessage: 1.0.4 -> 1.0.5 2019-01-04 14:38:57 +01:00
Lengyel Balazs d6fc30a319 xorg/libXxf86misc: 1.0.3 -> 1.0.4 2019-01-04 14:38:57 +01:00
Lengyel Balazs b26372961d xorg/libxshmfence: 1.2 -> 1.3 2019-01-04 14:38:57 +01:00
Lengyel Balazs 088a0b922b xorg/iceauth: 1.0.7 -> 1.0.8 2019-01-04 14:38:57 +01:00
Lengyel Balazs f20fae7fe3 xorg/libXScrnSaver: 1.2.2 -> 1.2.3 2019-01-04 14:38:57 +01:00
Lengyel Balazs 533280bac9 xorg/xcursor-themes: 1.0.4 -> 1.0.5 2019-01-04 14:38:57 +01:00
Lengyel Balazs 349a422d85 xorg/xdriinfo: 1.0.5 -> 1.0.6 2019-01-04 14:38:57 +01:00
Lengyel Balazs b3beb5d268 xorg/xbitmaps: 1.1.1 -> 1.1.2 2019-01-04 14:38:57 +01:00
Lengyel Balazs b43838632e xorg: replace old X11R7 links with individual ones for easier upgrades 2019-01-04 14:38:57 +01:00
Lengyel Balazs 3c6e5b03bb xorg/appres: 1.0.4 -> 1.0.5 2019-01-04 14:38:57 +01:00
Lengyel Balazs beaca82e48 xorg/mkfontscale: 1.1.2 -> 1.1.3 2019-01-04 14:38:57 +01:00