Commit Graph

149239 Commits

Author SHA1 Message Date
Fatih Altinok
f5da6ff71c
flow: 0.77.0 -> 0.78.0 2018-08-16 00:44:41 +03:00
Vladimír Čunát
d2b08c432c
Merge #45080: openssl_1_1_0: 1.1.0h -> 1.1.0i 2018-08-15 22:28:55 +02:00
Samuel Leathers
67b1cbb39d
Merge pull request #40399 from rvl/datadog-agent
DataDog Agent v6
2018-08-15 15:53:03 -04:00
xeji
3f59f828d0
Merge pull request #45044 from veprbl/pr/rivet_271_bump
rivet: 2.7.0 -> 2.7.1
2018-08-15 21:35:59 +02:00
Andreas Rammhold
0a40875439
openssl_1_1_0: 1.1.0h -> 1.1.0i
this addresses:
 - Client DoS due to large DH parameter (CVE-2018-0732)
 - Cache timing vulnerability in RSA Key Generation (CVE-2018-0737)

Changelog: https://www.openssl.org/news/changelog.html#x1
2018-08-15 21:12:00 +02:00
Jude Taylor
59027e2880 Revert "libvirt: fix dlopen("libjansson.so.4")"
This reverts commit d46cfd2ff0, which
broke libvirt + some dependent packages (notably nixops) on Darwin
2018-08-15 12:07:03 -07:00
Jörg Thalheim
0a17d08a97
Merge pull request #44922 from Enzime/fix/darktable-on-macos
darktable: Fix compilation on macOS
2018-08-15 20:24:20 +02:00
Jörg Thalheim
878c111da6
Merge pull request #45065 from fgaz/twemoji-color-font
twemoji-color-font: 1.3 -> 1.4
2018-08-15 20:19:40 +02:00
Jörg Thalheim
34c7d06db8
Merge pull request #45073 from Izorkin/syslog-ng
syslog-ng: enable reload service
2018-08-15 19:31:19 +02:00
Austin Seipp
e7e77e108a nextpnr: init at 2018.08.09
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-08-15 12:14:02 -05:00
zimbatm
9976f37c77
Merge pull request #44896 from cdepillabout/vbox-extpack
add derivation for the virtualbox oracle extension pack
2018-08-15 18:05:07 +01:00
David McKay
27ddcc5bab wavebox: init at 3.14.10 (#45021) 2018-08-15 19:03:18 +02:00
Tim Steinbach
084864bf2b
linux: 4.18 -> 4.18.1 2018-08-15 12:54:17 -04:00
Tim Steinbach
4031c5fe0d
linux: 4.17.14 -> 4.17.15 2018-08-15 12:54:03 -04:00
Tim Steinbach
737f1b4c40
linux: 4.14.62 -> 4.14.63 2018-08-15 12:53:55 -04:00
Tim Steinbach
c5f3a5b982
linux: 4.9.119 -> 4.9.120 2018-08-15 12:53:45 -04:00
Tim Steinbach
067d5e6289
linux: 4.4.147 -> 4.4.148 2018-08-15 12:53:36 -04:00
Izorkin
c2b24892b0 syslog-ng: enable reload service 2018-08-15 19:46:47 +03:00
(cdep)illabout
e04e92d38b
Merge remote-tracking branch 'origin/master' into vbox-extpack 2018-08-16 00:40:09 +09:00
Profpatsch
d817452e29 lib/recursiveUpdateUntil: add a test & release note for fix 2018-08-15 17:16:56 +02:00
Mathijs Kwik
b63ec64521 lib/recursiveUpdateUntil: fix code to match documentation
$ nix repl lib
Welcome to Nix version 2.0.2. Type :? for help.

Loading 'lib'...
Added 350 variables.

-- this is the exact example from the function's documentation:
nix-repl> recursiveUpdateUntil (path: l: r: path == ["foo"]) {
                   # first attribute set
                   foo.bar = 1;
                   foo.baz = 2;
                   bar = 3;
                 } {
                   #second attribute set
                   foo.bar = 1;
                   foo.quz = 2;
                   baz = 4;
                 }
{ bar = 3; baz = 4; foo = { bar = 1; baz = 2; quz = 2; }; }

-- although the documentation says:
{
    foo.bar = 1; # 'foo.*' from the second set
    foo.quz = 2; #
    bar = 3;     # 'bar' from the first set
    baz = 4;     # 'baz' from the second set
}
2018-08-15 17:16:56 +02:00
Silvan Mosberger
b1cf86b8bb
Merge pull request #44966 from worldofpeace/imobile-updates
libimobiledevice updates
2018-08-15 17:05:10 +02:00
Dmitry Kalinkin
984e0e8c1d rivet: 2.7.0 -> 2.7.1 2018-08-15 09:53:32 -04:00
Eric Wolf
fe6ebf85b7 ghc-8.0.2: Fix #44987 (#45014)
nix-env -f '<nixpkgs>' -qaP -A haskell.packages.ghc802

will run again, but the packages depending on ghc-compact will still not
build, as they have a constrain on base >= 4.10 and ghc 8.0.2 has base
4.9.1.0
2018-08-15 14:53:20 +01:00
Francesco Gazzetta
8fdab83dcf twemoji-color-font: restrict platforms to linux 2018-08-15 15:36:49 +02:00
Alyssa Ross
3116e6e6b9 gem-config: add curses (#45068) 2018-08-15 14:32:50 +01:00
Francesco Gazzetta
f94d08a304 twemoji-color-font: 1.3 -> 1.4 2018-08-15 14:51:40 +02:00
Timo Kaufmann
86dc867803
Merge pull request #45062 from Ma27/fix-python-thumbor
pythonPackages.thumbor: 6.5.1 -> 6.5.2
2018-08-15 14:16:05 +02:00
Maximilian Bosch
cd21faff2b
pythonPackages.thumbor: 6.5.1 -> 6.5.2
6.5.2 allows Pillow==5.2.0 (see https://github.com/thumbor/thumbor/releases/tag/6.5.2).

See https://hydra.nixos.org/build/79403232 for further reference.
2018-08-15 13:59:35 +02:00
Sarah Brofeldt
cc288eef07
Merge pull request #45050 from sjmackenzie/rink-rs
carnix overrides: add gmp to rink-rs buildInputs & correct crateBin
2018-08-15 12:43:37 +02:00
xeji
8238101f67
Merge pull request #45051 from typetetris/45049
ptask: remove usage of nonexistent function is_error
2018-08-15 12:41:31 +02:00
Eric Wolf
ff9a38ee89 ptask: prevent building on darwin as this fails as of now 2018-08-15 12:00:43 +02:00
Timo Kaufmann
ad71d9b0d5
Merge pull request #45001 from jbaum98/givaro-darwin
givaro: Add darwin support
2018-08-15 11:58:00 +02:00
Benjamin Hipple
16d4753344 pythonPackages.fastcache: init at 1.0.2 (#45048) 2018-08-15 11:02:55 +02:00
Benjamin Hipple
cc8e4a5884 pythonPackages.multiprocess: 0.70.4 -> 0.70.6.1 (#45047) 2018-08-15 11:01:32 +02:00
Ivan Jager
ef98b96356 atd: 1.12.0 -> 2.0.0 (#45046)
atdgen is now part of atd
2018-08-15 10:45:42 +02:00
Izorkin
e2c98528e9 qemu: add path to bin utilites 2018-08-15 11:17:44 +03:00
Uli Baum
6e3d0efdc4 python.pkgs.orderedset: fix ofborg checkMeta
broken by 44a4370b1f
2018-08-15 09:54:58 +02:00
adisbladis
2937e7367f
Merge pull request #45009 from jbaum98/ratpoints-darwin
ratpoints: 2.1.3 -> 2.1.3.p4; add darwin support
2018-08-15 15:28:39 +08:00
Eric Wolf
b2cf9529d6 ptask: remove usage of nonexistent function is_error
see https://github.com/json-c/json-c/issues/304
2018-08-15 08:00:55 +02:00
Jörg Thalheim
0ee6d7e3ab
Merge pull request #45011 from jbaum98/symmetrica-darwin
symmetrica: Add darwin support
2018-08-15 07:54:56 +02:00
Stewart Mackenzie
efac36aa88 carnix overrides: add gmp to rink-rs buildInputs & correct crateBin 2018-08-15 13:20:04 +08:00
(cdep)illabout
2ae9907cc4
virtualbox: Add tests for the VirtualBox Extension Pack. 2018-08-15 10:09:15 +09:00
Jake Waksbaum
2ab014eb17 givaro: Add darwin support 2018-08-14 19:47:47 -04:00
Dmitry Kalinkin
b98faf680c yoda: 1.7.0 -> 1.7.1 2018-08-14 17:49:21 -04:00
Jan Tojnar
44a4370b1f
python.pkgs.orderedset init at 2.0.1 2018-08-14 23:35:17 +02:00
Shea Levy
7372d3bf31
haskell.lib.getHaskellBuildInputs: Actually get the haskell build inputs.
5523ec8f3c accidentally dropped the attribute lookup.
2018-08-14 17:05:36 -04:00
Pascal Wittmann
8251a3777f
Merge pull request #45040 from NixOS/update-intel-gpu-tools
intel-gpu-tools: 1.22 -> 1.23
2018-08-14 22:56:26 +02:00
Pascal Wittmann
6af971573a
intel-gpu-tools: 1.22 -> 1.23 2018-08-14 22:14:55 +02:00
Robert Helgesson
3727609834 msmtp: 1.6.6 -> 1.6.8
Also update homepage to match new project location.
2018-08-14 22:10:26 +02:00