Commit graph

149374 commits

Author SHA1 Message Date
Markus Kowalewski 5c395d5095
cri-tools: add license 2018-08-15 21:55:04 +02:00
Samuel Leathers 67b1cbb39d
Merge pull request #40399 from rvl/datadog-agent
DataDog Agent v6
2018-08-15 15:53:03 -04:00
Andy Chun @noneucat 69e96f65ed mimic: init at 1.2.0.2 2018-08-15 12:43:37 -07: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
Vincent Ambo 15064010fa kontemplate: 1.6.0 -> 1.7.0
Upstream release notes available at:

https://github.com/tazjin/kontemplate/releases/tag/v1.7.0

The upstream uses Nix as the build system and the changes to
`deps.nix` are simply copied over from there.
2018-08-15 21:34:10 +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
Markus Kowalewski 8fa1389402
cron: add license 2018-08-15 20:53:08 +02:00
Markus Kowalewski c1801f612c
cowsay: add license 2018-08-15 20:53:08 +02:00
Markus Kowalewski 47e8f3b137
cromfs: add license 2018-08-15 20:53:08 +02:00
Markus Kowalewski 8c6dc9def7
cpio: add license 2018-08-15 20:53:07 +02:00
Markus Kowalewski de5b6b2bfe
cramfsswap: add licenses + meta data 2018-08-15 20:53:07 +02:00
Markus Kowalewski 546bbb6948
cpufrequtils: add license + homepage 2018-08-15 20:53:07 +02:00
Markus Kowalewski 2c2d02fce5
cracklib: add license 2018-08-15 20:53:07 +02:00
Markus Kowalewski 4ea5a9161f
cppunit: add license 2018-08-15 20:53:07 +02: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
Alyssa Ross 0e374a1b9c
slack-cli: fix dirname hack 2018-08-15 16:59:05 +01: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
Alyssa Ross 026f49e28c
slack-cli: remove wrapper package 2018-08-15 15:48:23 +01:00
Alyssa Ross 0a57de6f5b
slack-cli: add metadata 2018-08-15 15:47:24 +01:00
Alyssa Ross e276965a16
slack-cli: warn when not using SLACK_CLI_TOKEN 2018-08-15 15:47:19 +01: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
Alyssa Ross dac2235c1a
slack-cli: quote shell variables 2018-08-15 12:32:19 +01:00
Alyssa Ross d2eacdcd65
slack-cli: use nativeBuildInputs for makeWrapper 2018-08-15 12:32:00 +01:00
Alyssa Ross 838473d3c5
slack-cli: add version to name 2018-08-15 12:28:43 +01: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
Alyssa Ross ccc8dd222e
slack-cli: use fetchFromGitHub instead of fetchurl 2018-08-15 11:36:28 +01: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