Commit graph

106376 commits

Author SHA1 Message Date
jammerful dfcc8dd48c shibboleth-sp: init at 2.6.0 2017-04-27 10:49:30 -04:00
Franz Pletz 2cbe3674f9 Merge pull request #25222 from benley/alertmanager-0.6.0
prometheus-alertmanager: 0.5.1 -> 0.6.0
2017-04-27 16:27:40 +02:00
Thomas Tuegel 41e04f43dc
dropbox: 24.4.16 -> 24.4.17 2017-04-27 09:22:31 -05:00
Kirill 31c4498a47 Fix indentation. Fix openPorts option default to false. 2017-04-27 17:13:27 +03:00
Michael Raskin 29d827196f Merge pull request #25257 from michalpalka/master
virtualisation-xen: Fix xendomains startup
2017-04-27 15:35:54 +02:00
Tim Steinbach aecec219d4 Merge pull request #25263 from NeQuissimus/kotlin_1_1_2
kotlin: 1.1.1 -> 1.1.2
2017-04-27 08:40:16 -04:00
Tim Steinbach cd2b044847
kotlin: 1.1.1 -> 1.1.2 2017-04-27 08:30:30 -04:00
Jörg Thalheim 85add87068 Merge pull request #25244 from Mic92/meson
meson: 0.35.0 -> 0.40.0
2017-04-27 13:22:40 +02:00
Jörg Thalheim 785d008511
libhttpseverywhere: 0.2.10 -> 0.4.2 2017-04-27 13:22:02 +02:00
Pascal Wittmann 361812c9a9 Merge pull request #25259 from Azulinho/update_marathon_to_1.4.2
marathon: 1.4.1 -> 1.4.2
2017-04-27 11:47:41 +02:00
Azul 39788cecba marathon: 1.4.1 -> 1.4.2 2017-04-27 10:21:09 +01:00
Jörg Thalheim 7b96e3d6a7 Merge pull request #25245 from bachp/docker-proxy
docker: pass all proxy variables to docker daemon
2017-04-27 11:03:46 +02:00
Peter Simons cd4d91eb11 Merge pull request #25254 from nh2/generic-stack-builder-no-stack-setup-lts-8.3
generic Haskell builder: Don't call `stack setup`.
2017-04-27 10:44:56 +02:00
Michał Pałka 7c918ff7d4 virtualisation-xen: Fix xendomains startup
* Revert to using bash, not sh for the xendomains script to avoid syntax error
* Rewrite /bin/ls to ls in the xendomains script
2017-04-27 07:55:34 +00:00
Jörg Thalheim a89a091b20 Merge pull request #25207 from matthiasbeyer/update-rtv
rtv: 1.14.1 -> 1.15.1
2017-04-27 09:12:45 +02:00
Jörg Thalheim 9079676fe1
pythonPackages.kitchen: fix evaluation error 2017-04-27 09:07:38 +02:00
Jörg Thalheim 3d10db7bc8
pythonPackages.coveralls: correct description 2017-04-27 09:03:06 +02:00
Jörg Thalheim 237d61939d
pythonPackages.vcrpy: enable tests 2017-04-27 08:33:42 +02:00
Jörg Thalheim c797550957
pythonPackages.pytest-httpbin: correct meta; tests 2017-04-27 08:33:38 +02:00
Jörg Thalheim e66c9221d6
pythonPackages.httpbin: 0.2.0 -> 0.5.0 2017-04-27 08:33:34 +02:00
Jörg Thalheim dbed116989
pythonPackages.kitchen: 1.1.1 -> 1.2.4 2017-04-27 08:33:29 +02:00
Jörg Thalheim 268e88830c
rtv: enable tests; split of test dependencies 2017-04-27 08:33:24 +02:00
Peter Hoeg e89343dc08 qsyncthingtray: allow building with qt 5.8 2017-04-27 12:06:43 +08:00
jammerful d169a9c619 opensaml-cpp: init at 2.6.0
Required by the Shibboleth Service Provider
2017-04-26 22:10:16 -04:00
jammerful 7267ae5e1d xml-tooling-c: init at 1.6.0
Required by the Shibboleth Service Provider
2017-04-26 22:10:15 -04:00
jammerful da6c83aa3b log4shib: init at 1.0.9
Required by the Shibboleth Service Provider Package
2017-04-26 22:10:03 -04:00
Renzo Carbonara d3bf2afc54 fetchdarcs: add SSL_CERT_FILE environment variable 2017-04-26 22:23:00 +02:00
Niklas Hambüchen 139b1377d4 generic Haskell builder: Don't call stack setup.
`stack setup` should not be called inside `nix-build` because
that makes stack download a GHC instead of using nix's one
(the one provided `generic-stack-builder.nix` as the `ghc` argument),
which will not work.
Further evidence for this is that the `stack --nix` support
intentionally uses `--system-ghc` for the same purpose.
2017-04-26 20:20:36 +02:00
Matthias Beyer 7213b3bbdf rtv: 1.14.1 -> 1.15.1 2017-04-26 19:49:48 +02:00
Matthias Beyer 7735348d77 pythonPackages.vcrpy: init at 1.10.5 2017-04-26 19:49:48 +02:00
Matthias Beyer 87ce1e73a5 pythonPackages.coveralls: init at 1.1 2017-04-26 19:49:48 +02:00
Matthias Beyer 47403cf386 pytest-httpbin: init at 0.2.3 2017-04-26 19:49:47 +02:00
Graham Christensen bdd89faebb
Revert "openvpn service: source up/down scripts"
This reverts commit 50ad243f78.
2017-04-26 12:32:59 -04:00
David McFarland 7deb425286 nixos: use pkgsi686Linux for pkgs_i686 (#24772) 2017-04-26 18:20:38 +02:00
Graham Christensen a4fc2eed59
python2Packages.packet-python: 1.31 -> 1.33 2017-04-26 11:54:06 -04:00
Pascal Bach 846f36203c docker: pass all proxy variables to docker daemon
This makes things as noProxy work too.
2017-04-26 16:55:36 +02:00
Jörg Thalheim 120f017646 Merge pull request #25192 from Hodapp87/ezdxf
ezdxf (Python package): init at 0.8.1
2017-04-26 16:46:29 +02:00
Peter Hoeg 4639e68fd1 grc: 1.10.1 -> 1.11 2017-04-26 22:45:03 +08:00
Jörg Thalheim 0ee8160aa4
meson: 0.35.0 -> 0.40.0
In configured builds other tools tries to call meson by directly
passing meson tools directly to python. Since they were shell scripts
due wrapping this failed
2017-04-26 16:41:49 +02:00
Jörg Thalheim 9d3c118320
google-compute-image: append .raw.tar.gz suffix
This restores behavior of image generation before f1708a9d7d
2017-04-26 16:40:38 +02:00
John Ericson 761af14778 Merge pull request #25227 from obsidiansystems/cross-purge-binutilsCross
Purge binutilsCross
2017-04-26 09:09:06 -04:00
Kranium Gikos Mendoza 03fde7a34d asterisk-lts: 13.13.1 -> 13.15.0 2017-04-26 21:12:10 +10:00
Kranium Gikos Mendoza 718c3e8d97 asterisk-stable: 14.2.1 -> 14.4.0 2017-04-26 21:12:10 +10:00
Kranium Gikos Mendoza b3a6d1f990 asterisk: patch to remove unresolved symbol warnings 2017-04-26 21:12:10 +10:00
Michael Raskin aea9257581 Merge pull request #25206 from matthiasbeyer/update-my-pkgs
Update my pkgs
2017-04-26 11:50:11 +02:00
Matthias Beyer cca20a7114 vdirsyncer: 0.14.1 -> 0.15.0 2017-04-26 09:53:54 +02:00
Matthias Beyer add585af11 sc-im: 0.5.0 -> 0.6.0 2017-04-26 09:53:53 +02:00
Matthias Beyer 24e16e61c9 mwic: 0.7.2 -> 0.7.3 2017-04-26 09:53:53 +02:00
Matthias Beyer 7c8c7139dd khal: 0.9.2 -> 0.9.5 2017-04-26 09:53:53 +02:00
Matthias Beyer 12244f51f9 haxor-news: 0.4.1 -> 0.4.2 2017-04-26 09:53:53 +02:00