Commit graph

125253 commits

Author SHA1 Message Date
Jörg Thalheim
9c3b2b6ad3
Merge pull request #33762 from kierdavis/fix-avr-gcc-ar
avrgcc: bake path to avr-ar into avr-gcc-ar
2018-01-12 10:59:42 +00:00
markuskowa
6bbf50374f libbladeRF: 1.4.0 -> 1.9.0 (#33551) 2018-01-12 10:43:56 +00:00
Peter Simons
ab73b0cbc9
Merge pull request #33775 from roberth/haskell-lib-doc
Add documentation to haskell.lib
2018-01-12 11:21:08 +01:00
Jörg Thalheim
e8d414ffba
Merge pull request #33773 from cyraxjoe/enpass-version-upgrade
enpass: 5.6.0 -> 5.6.5
2018-01-12 09:51:33 +00:00
Robert Hensing
f40ecb29aa Add documentation for haskell-modules/lib.nix 2018-01-12 10:48:03 +01:00
Pascal Bach
dffe1e569c minio: 2017-09-29T19-16-56Z -> 2018-01-02T23-07-00Z (#33724)
Contains security fixes (see: https://blog.minio.io/minio-release-jan-2nd-2018-security-advisory-ef0342a4ddba)

Use buildGoPackage, otherwise we will have the go build toolchain in our runtime closure.
2018-01-12 09:31:58 +00:00
Pascal Wittmann
459e6ba9fb
Merge pull request #25713 from jbaum98/darwin-trash
darwin: trash 0.9.0
2018-01-12 09:34:03 +01:00
Frederik Rietdijk
2832cc729a
Merge pull request #33467 from nixy/kdeconnect-sshfs
kdeconnect: Add `sshfs` as a dependency
2018-01-12 08:53:52 +01:00
Joel Rivera
67ce7cb2f9 enpass: 5.6.0 -> 5.6.5 2018-01-12 00:07:15 -06:00
adisbladis
dd85adf814
Merge pull request #33714 from apeyroux/up-grmmalecte
grammalecte: 0.5.18 -> 0.6.1
2018-01-12 13:15:46 +08:00
adisbladis
f2bca2935a
sonarr: 2.0.0.5054 -> 2.0.0.4949 2018-01-12 11:11:00 +08:00
adisbladis
2377d7bcb2
radarr: 0.2.0.846 -> 0.2.0.910 2018-01-12 11:10:59 +08:00
adisbladis
b3b3de67fa
Merge pull request #33716 from pbogdan/darktable-lua
darktable: lua support requires lua 5.3
2018-01-12 10:44:35 +08:00
adisbladis
1dec6a1b9f
Merge pull request #33759 from LumiGuide/pgmanage-10.1.0
pgmanage: 10.0.2 -> 10.1.0
2018-01-12 10:43:02 +08:00
Kier Davis
6bfa42218d
avrgcc: bake path to avr-ar into avr-gcc-ar
gcc provides wrappers for binutils' ar, nm and ranlib
executables, which must be used instead when using link-time
optimisation. See also:
http://manpages.ubuntu.com/manpages/zesty/man1/aarch64-linux-gnu-gcc-ar-5.1.html

The upstream version of avr-gcc-ar searches in paths passed to
the configure script for the avr-ar binary that it wraps, falling
back to searching PATH instead. Thus currently avr-gcc-ar works on
Nix, but only if avrbinutils is already in the environment.

This change bakes the path to avr-ar into avr-gcc-ar, since its path
is known at compile time. It also no longer searches PATH, meaning the
user's local environment won't override this path.

Note that avr-gcc-nm and avr-gcc-ranlib are compiled from the same
source file as avr-gcc-ar, just with different compiler flags.

Testing on master (without avrbinutils in the environment):

    $ nix-build -A avrgcc
    $ result/bin/avr-gcc-ar --version
    result/bin/avr-gcc-ar: Cannot find binary 'avr-ar'

Testing on branch with this fix:

    $ nix-build -A avrgcc
    $ result/bin/avr-gcc-ar --version
    GNU ar (GNU Binutils) 2.26.20160125
    ...
2018-01-12 00:48:35 +00:00
Bas van Dijk
628fcfb308 pgmanage: 10.0.2 -> 10.1.0 2018-01-12 00:27:10 +01:00
Daiderd Jordan
10c6439a89
Merge pull request #33756 from acowley/pngpp-darwin
pngpp: darwin support
2018-01-11 23:26:47 +01:00
Anthony Cowley
ed559bf5d3 pngpp: darwin support
1) Building with clang is addressed by navigating a minor #if in some
of the code.

2) I noticed that even when things were building correctly, passing
`${out}` as a variable assignment to `make` was actually not working:
there were compiler warnings about missing include directories whose
bogus paths involved the literal string `out`. I ended up fixing this
by performing the assignment to the make variable `PREFIX` in the
`Makefile` itself.
2018-01-11 15:49:17 -05:00
José Romildo Malaquias
1566b47c21
materia-theme: 20171213 -> 20180110 2018-01-11 21:36:02 +01:00
Michael Weiss
e4cad917a2 lf: 2017-10-30 -> 2018-01-11 2018-01-11 20:32:33 +01:00
Eelco Dolstra
dddcd10ecc
Don't set 'config.xorg = {}'
This makes memoization of Nixpkgs evaluation less effective, since
some Nixpkgs invocations may have 'config = {}' while others may have
'config = { xorg = {}; }'.

Instead set 'config = {}'.
2018-01-11 19:31:05 +01:00
Andreas Rammhold
856d9c2b49
Merge pull request #33739 from andir/spark
Apache Spark address CVE-2017-12612
2018-01-11 18:13:48 +00:00
Linus Heckemann
9ab77680b6 bullet: fix build on aarch64 2018-01-11 19:30:19 +03:00
Linus Heckemann
93cdceafb8 bullet: 2.86.1 -> 2.87 2018-01-11 19:30:19 +03:00
Jörg Thalheim
bb9bcfa295 doc/cross-compilation: fixes typos 2018-01-11 16:26:30 +00:00
adisbladis
dd4272cb98
Merge pull request #33726 from bachp/glusterfs-3.12.4
glusterfs: 3.12.3 -> 3.12.4
2018-01-12 00:20:53 +08:00
adisbladis
e42c4c0789
Merge pull request #33751 from ankhers/update_elixir_rc
Update Elixir 1.6 RC
2018-01-12 00:14:07 +08:00
Justin Wood
4cd40bb062
Update Elixir 1.6 RC 2018-01-11 11:02:47 -05:00
Peter Simons
aecc868ac1
Merge pull request #33733 from dhess/arm-cross-fixes
ghc, haskell-modules: ARM cross build fixes.
2018-01-11 16:56:20 +01:00
Drew Hess
e4f3fe051e ghc, haskell-modules: ARM cross build fixes.
As requested in #33405.
2018-01-11 10:45:44 -05:00
Shea Levy
4e78aeb441
callCabal2nix: Fix calling with a path in the store. 2018-01-11 10:17:56 -05:00
Thomas Tuegel
7fedfeabae
Merge pull request #33747 from ttuegel/bugfix/qt-5/eval-size
qt5: reduce evaluation memory use
2018-01-11 08:36:13 -06:00
Thomas Tuegel
a8e7ac2555
qt5: reduce evaluation memory use 2018-01-11 08:24:39 -06:00
Shea Levy
fb069b77ee
Merge branch 'callCabal2nix-cleanSourceWith' 2018-01-11 09:21:50 -05:00
Shea Levy
0578f07b91
postgresql: Respect dontDisableStatic 2018-01-11 09:19:46 -05:00
zimbatm
1276a3b12a
nixos/acme: configurable TOS hash (#33522)
This hash tends to change and upstream simp_le doesn't seem to keep up
with the changes.
2018-01-11 14:19:15 +00:00
Yegor Timoshenko
8d12c26e34
sylpheed: 3.5.1 -> 3.6.0 2018-01-11 14:04:44 +00:00
adisbladis
65774cb22e
busybox: 1.27.2 -> 1.28.0 2018-01-11 21:42:32 +08:00
adisbladis
8c1e47a320
aws-vault: Fix eval 2018-01-11 21:38:32 +08:00
Tim Steinbach
eb0ecd7eba
linux-copperhead: 4.14.12.a -> 4.14.13.a 2018-01-11 08:30:19 -05:00
zimbatm
b5b6656c87 aws-vault: init at 4.1.0 2018-01-11 12:46:21 +00:00
Andreas Rammhold
3e2015c239
spark_22: 2.2.0 -> 2.2.1 2018-01-11 12:52:32 +01:00
Andreas Rammhold
e250ca072a
spark_16: removed ancient (insecure) version 2018-01-11 12:50:51 +01:00
Peter Simons
db8a42963b
Merge pull request #33735 from dhess/swagger2-armv7l
haskell-modules: swagger2 still needs dontHaddock on armv7l-linux.
2018-01-11 12:45:07 +01:00
Andreas Rammhold
9213d0cfa5
spark: mark versions <= 2.2.0 && <= 2.1.2 as insecure due to CVE-2017-12612
Details can be retrieve at [1].

[1] https://spark.apache.org/security.html
2018-01-11 12:45:03 +01:00
Jörg Thalheim
788c5195f3 Revert "nixos/udev: fix outdated udev rules for network devices"
This reverts commit 45c5a915980fbe1fa6f0ff80ab2d11b60b844d9e.

This breaks PredictableNetworkInterfaceNames on systems without networkd.
We should only include this file from systemd, when networkd is enabled.
2018-01-11 11:21:16 +00:00
Michael Raskin
18ca43f339
Merge pull request #33612 from fare-patches/master
Update gambit and gerbil
2018-01-11 09:38:08 +00:00
adisbladis
d4917695b5
faad2: 2.7 -> 2.8.8 2018-01-11 17:31:47 +08:00
Francois-Rene Rideau
699c8cc832 gerbil: 0.12-DEV-836-gcde6802 -> 0.12-DEV-1030-gbbed3bc 2018-01-11 04:28:18 -05:00
adisbladis
26ddcd55f3
calibre: 3.14.0 -> 3.15.0 2018-01-11 17:25:23 +08:00