Commit Graph

110151 Commits

Author SHA1 Message Date
Thomas Tuegel
04239641b5
Merge branch 'bugfix/qt-5/closure-size-static-libs' into merge/qt-5.10.0 2018-01-15 18:49:27 -06:00
Thomas Tuegel
617c4f4220
Merge branch 'feature/qt-5/5.10.0' into merge/qt-5.10.0 2018-01-15 18:49:13 -06:00
Thomas Tuegel
75d2a7dc4d
qt5: reduce closure size
First, closure size is reduced by including the static libraries in $out instead
of trying to move them to $dev. The Qt build system cannot handle libraries
being split between different prefixes. Previously, the static libraries were
moved into $dev and the shared libraries were symlinked from $out to $dev to
fool the build system. However, this causes $dev to be retained at
runtime. Instead, we now keep the static libraries in $out. Fortunately, the
static libraries are not very large anyway.

Second, we build with QT_NO_DEBUG defined unless debugging is enabled. This
causes some assertions to be removed; when assertions are included, they pull
paths from $dev into the runtime closure by using the __FILE__ macro. We also
now patch qtbase to remove even more assertions when QT_NO_DEBUG is defined.
2018-01-15 18:48:37 -06:00
Matthieu Coudron
ab06f3e99c neovim: init wrapper
Adding a python package to the neovim environment should not trigger a recompilation.
This adds a wrapper to prevent that.
2018-01-15 23:24:20 +01:00
Joachim F
90988936b9
Merge pull request #33910 from mdorman/emacs-updates
Semi-automated Emacs package updates
2018-01-15 21:50:01 +00:00
Alain Lehmann
f198189177 kpcli: Fix darwin build
adding MacPasteboard to perl path to support using clipboard on darwin
2018-01-15 22:08:03 +01:00
Alain Lehmann
9e2e219608 perlPackages.Clipboard: Fix darwin build
Darwin requires dependency on MacPasteboard

The test runs successfully when executed interactively from a nix-shell.
Disable doCheck as paste pasteboard is not accessible in (non-interactive) nix-build.
2018-01-15 22:08:03 +01:00
Alain Lehmann
9ea67c101c perlPackages.MacPasteboard: init at 0.009 2018-01-15 22:08:03 +01:00
Michael Alan Dorman
e73ac924c6 melpa-stable: Don't markBroken rcirc-menu (that doesn't exist)
This `markBroken` annotation was either added in error (by me), or the
package was removed from melpa-stable, but either way, it's no longer
in that package set, so remove the annotation.
2018-01-15 15:12:08 -05:00
Michael Alan Dorman
fbb8fc18ee melpa-packages: 2018-01-15 2018-01-15 15:12:08 -05:00
Michael Alan Dorman
e621929d97 melpa-stable-packages: 2018-01-15 2018-01-15 15:12:08 -05:00
Michael Alan Dorman
8a24756dd8 org-packages: 2018-01-15 2018-01-15 15:12:08 -05:00
Michael Alan Dorman
56c02aedee elpa-packages: 2018-01-15 2018-01-15 15:12:08 -05:00
Herwig Hochleitner
9059c93b84 linuxPackages.vhba: fix add libelf build input 2018-01-15 20:52:19 +01:00
WilliButz
d8d17d101d
freeradius: 3.0.15 -> 3.0.16 2018-01-15 19:29:20 +01:00
Ben Wolsieffer
80f6b8e2ba kernel: revert seemingly incorrect change to extraMeta merging 2018-01-15 12:55:24 -05:00
Ben Wolsieffer
92083c3f40 perf: inherit makeFlags from kernel 2018-01-15 12:48:56 -05:00
Ben Wolsieffer
285181a1db kernel: remove leftover remnants of old cross compiling system 2018-01-15 12:48:51 -05:00
Ben Wolsieffer
a09709bf2a kernel: don't force ignoreConfigErrors when cross compiling, only set the
default
2018-01-15 12:39:45 -05:00
Tim Steinbach
af9724d979
vscode: 1.19.1 -> 1.19.2 2018-01-15 12:35:24 -05:00
Ben Gamari
b4b04dd29f kernel: Fix cross-compilation 2018-01-15 11:55:23 -05:00
Ben Gamari
50e2bb12f6 kernel: Use build kmod 2018-01-15 11:55:23 -05:00
Ben Gamari
7a9b6ac39a kernel: Enable cross compiling 2018-01-15 11:55:06 -05:00
Andreas Rammhold
761ed40c5c
miniupnpc_2: 2.0.20170509 -> 2.0.20171212
This potentially addresses CVE-2017-1000494.

Changes since last version bump:

  2017/12/11:
    Fix buffer over run in minixml.c
    Fix uninitialized variable access in upnpreplyparse.c
2018-01-15 17:55:00 +01:00
Andreas Rammhold
addf1d5da3
miniupnpd: 2.0 -> 2.0.20171212 (fixes CVE-2017-1000494)
changelog since the last version bump:

  2017/12/12:
    Fix a few buffer overrun in SSDP and SOAP parsing

  2017/11/02:
    PCP : reset epoch after address change

  2017/05/26:
    merge https://github.com/miniupnp/miniupnp/tree/randomize_url branch

  2017/05/24:
    get SSDP packet receiving interface index and use it to check if the
      packet is from a LAN

  2017/03/13:
    default to client address for AddPortMapping when <NewInternalClient>
      is empty
    pass ext_if_name to add_pinhole()

  2016/12/23:
    Fix UDA-1.2.10 Man header empty or invalid

  2016/12/16:
    Do not try to open IPv6 sockets once it is disabled

  2016/12/01:
    Fix "AddPinhole Twice" test

  2016/11/11:
    fixes build for Solaris/SunOS

  2016/07/23:
    fixes build error on DragonFly BSD
2018-01-15 17:51:19 +01:00
Jörg Thalheim
5d8b359db7
Merge pull request #33901 from sifmelcara/fix/rstudio
rstudio: 1.1.383 -> 1.1.414
2018-01-15 15:33:52 +00:00
mingchuan
fb2a43f8ad
rstudio: 1.1.383 -> 1.1.414 2018-01-15 22:12:55 +08:00
Jörg Thalheim
1cfdc98410
Merge pull request #33896 from guibou/guibou_bump_ispc
ispc: 20170807 -> 1.9.2
2018-01-15 14:00:31 +00:00
Florian Klink
994e5ddd0c apache-directory-studio: add missing desktop item (#33893)
* apache-directory-studio: add missing desktop item

* apache-directory-studio: use install command to copy icons
2018-01-15 13:53:49 +00:00
Jörg Thalheim
4c63cc8c4b
Merge pull request #33895 from dywedir/tokei
tokei: 6.1.2 -> 7.0.0
2018-01-15 13:49:17 +00:00
Jörg Thalheim
272ecfccb9
Merge pull request #33899 from antonxy/lightworks2
Lightworks: use old portaudio 2014
2018-01-15 13:32:50 +00:00
adisbladis
9c6e5b37bc
Merge pull request #33883 from ashgillman/add-dcm2niix
dcm2niix: init at 1.0.20170130
2018-01-15 21:27:37 +08:00
Piotr Bogdan
4340ee75fe yajl: small clean up
- ruby dependency is no longer needed
- cmake belongs in nativeBuildInputs
2018-01-15 13:01:59 +00:00
Michael Raskin
ffb383eca0
Merge pull request #33652 from thefloweringash/libvncserver-deps
libvncserver: reduce dependencies; only use systemd on linux
2018-01-15 12:32:31 +00:00
Anton Schirg
e0af7de6de lightworks: use portaudio 2014
There was an ABI change in portaudio 2016 which caused lightworks to
fail to start
2018-01-15 13:21:01 +01:00
Anton Schirg
be776435ce portaudio: add old 2014 version
Needed e.g. for lightworks package as there was a breaking ABI change
between portaudio 2014 and 2016
2018-01-15 13:20:34 +01:00
Guillaume Bouchard
156b8029f2 ispc: 20170807 -> 1.9.2
Version bump, fixes #29979
2018-01-15 12:25:03 +01:00
zimbatm
1775b036bb Revert "awscli: move to pythonPackages"
This reverts commit 29b8e5fb6f.
2018-01-15 10:49:07 +00:00
zimbatm
fad6250276 Revert "aws_shell: move to pythonPackages"
This reverts commit ffd35a7849.
2018-01-15 10:47:52 +00:00
dywedir
c6c3344cc4 tokei: 6.1.2 -> 7.0.0 2018-01-15 12:33:15 +02:00
Tuomas Tynkkynen
6e84522610 linux_testing: 4.15-rc7 -> 4.15-rc8 2018-01-15 12:14:39 +02:00
Jörg Thalheim
092aaf22f6
Merge pull request #33888 from kamilchm/ponyc
ponyc: 0.21.2 -> 0.21.3
2018-01-15 09:28:04 +00:00
adisbladis
6e8290ec31
solc: 0.4.17 -> 0.4.19 2018-01-15 17:11:33 +08:00
adisbladis
edd712e521
Merge pull request #33857 from adisbladis/kde-frameworks-5_42
kde-frameworks: 5.41 -> 5.42
2018-01-15 17:10:10 +08:00
Andrew Childs
48bf2c3e81 libvncserver: reduce dependencies; only use systemd on linux
Permits building on macOS.
2018-01-15 17:25:59 +09:00
Kamil Chmielewski
282934ca8e ponyc: 0.21.2 -> 0.21.3
https://github.com/ponylang/ponyc/issues/2478
2018-01-15 08:15:01 +01:00
Ashley Gillman
245a67df8b dcm2niix: cmake is native, style 2018-01-15 16:53:28 +10:00
Ashley Gillman
271d4a7ca0 dcm2niix: init at 1.0.20170130 2018-01-15 16:45:03 +10:00
Vincent Laporte
550136f516
ocamlPackages.asn1-combinators: 0.1.3 -> 0.2.0 (#33566)
* ocamlPackages.asn1-combinators: 0.1.3 -> 0.2.0

* ocamlPackages.x509: 0.5.3 -> 0.6.0

* ocamlPackages.x509: 0.6.0 -> 0.6.1

* ocamlPackages.tls: 0.7.1 -> 0.9.0

* jackline: fix build with ocaml-tls ≥ 0.9.0
2018-01-15 05:01:50 +01:00
adisbladis
9bbaa2a1de
Merge pull request #33870 from dtzWill/update/wireshark-2.4.4
wireshark: 2.4.3 -> 2.4.4
2018-01-15 10:05:57 +08:00
adisbladis
ebc090c125
Merge pull request #33867 from dtzWill/update/mendeley-1.17.13-and-update-checker
mendeley: add update script, use it, add myself as maintainer
2018-01-15 09:49:52 +08:00
adisbladis
9af3b9d7b2
Merge pull request #33868 from dtzWill/snowman-deprecate-qt4
snowman: deprecate qt4 variant
2018-01-15 09:37:35 +08:00
adisbladis
554104e6b9
Merge pull request #33864 from adisbladis/mendeley-qt59
mendeley: Re-link with qt 5.9
2018-01-15 09:30:52 +08:00
Andreas Rammhold
50f48fce09
transmission: fix RCE via dns rebinding attach
For further details see [1] & [2].

[1] https://github.com/transmission/transmission/pull/468
[2] http://www.openwall.com/lists/oss-security/2018/01/12/1
2018-01-15 00:22:31 +01:00
Andreas Rammhold
890c8047ed
Merge pull request #33869 from dotlambda/spectre-meltdown-checker
spectre-meltdown-checker: 0.29 -> 0.31
2018-01-14 22:22:05 +00:00
Tuomas Tynkkynen
0ed9de2546 gnuplot: Use quoting syntax that's compatible with old and new Nix versions
There is probably a way to have it work with substituteInPlace, but
using sed is a cheap solution to not having to figure out how to escape
"'$'" in Nix that works in both versions.

Issue #31179.
Fixes #33833.
2018-01-15 00:03:38 +02:00
Robert Schütz
898ac01eb8 spectre-meltdown-checker: 0.29 -> 0.31 2018-01-14 22:58:04 +01:00
Will Dietz
fecfd3b7ae wireshark: 2.4.3 -> 2.4.4
https://www.wireshark.org/docs/relnotes/wireshark-2.4.4.html
2018-01-14 15:43:42 -06:00
Will Dietz
17453b2310 snowman: Drop qt4 variant
cc #33248
2018-01-14 14:56:17 -06:00
Vladimír Čunát
67e8392383
Merge #33057: stdenv meta checks: make them lazy
Closes #22277 - it's superseded;  I have some WIP on evaluation
performance, but best do that in a separate PR/thread.
2018-01-14 21:41:31 +01:00
Will Dietz
0e4fd35147 mendeley: 1.17.12 -> 1.17.13 2018-01-14 14:37:43 -06:00
Will Dietz
332389611a mendeley: Add update-checker script, add myself as maintainer
Doesn't actually edit the file,
but reports when an update is available
and provides useful information.
2018-01-14 14:37:43 -06:00
Dan Peebles
1a054480d3 mono54: init
Still trying to figure out how msbuild should fit into the picture...
2018-01-14 15:36:00 -05:00
Jan Malakhovski
85cd22cf7d treewide: replace addPassthru 2018-01-14 19:53:57 +00:00
adisbladis
a904ffa756
Merge pull request #33865 from romildo/upd.uget
uget: 2.0.10 -> 2.2.0
2018-01-15 03:52:00 +08:00
Robert Helgesson
dd798d13bd
eclipse-plugin-checkstyle: 8.5.1 -> 8.7.0 2018-01-14 20:46:29 +01:00
Robert Helgesson
fb5f636cd8
svtplay-dl: 1.9.6 -> 1.9.7 2018-01-14 20:46:29 +01:00
Vladimír Čunát
990ff97c6d
glibc: 2.26-115 -> 2.26-131 to fix CVE-2018-1000001
/cc https://github.com/NixOS/nixpkgs/issues/33826#issuecomment-357436030
2018-01-14 20:41:43 +01:00
Tuomas Tynkkynen
6ed0fe7e45 Merge remote-tracking branch 'upstream/master' into staging
Conflicts:
	pkgs/build-support/fetchbower/default.nix
	pkgs/build-support/fetchdarcs/default.nix
	pkgs/build-support/fetchgx/default.nix
	pkgs/development/python-modules/botocore/default.nix
	pkgs/os-specific/linux/firmware/firmware-linux-nonfree/default.nix
	pkgs/tools/admin/awscli/default.nix
2018-01-14 21:18:27 +02:00
José Romildo Malaquias
01e1ba6ab2 uget: 2.0.10 -> 2.2.0 2018-01-14 17:10:17 -02:00
David Asabina
b986078593 bitscope: refactored to pass nixpkgs-lint
The linter (nixpkgs-lint) was not able to find the bitscope packages
because `recurseIntoAttrs` was not applied to the suite's set.

The name supplied to `buildFHSUserEnv` produces a binary that
corresponds to the binary names in the deb packages (e.g.: bitscope-dso,
bitscope-chart, bitscope-logic, etc), however; this name does not
constitute a valid nixpkgs name. Valid nixpkgs names satisfy the
`/(.*)(-[0-9].*)$/` pattern, therefore a valid name is merged into the
derivation produced by `buildFHSUserEnv`.
2018-01-14 20:00:10 +01:00
adisbladis
f0b97a6dac
mendeley: Re-link with qt 5.9 2018-01-15 02:04:23 +08:00
adisbladis
3538492f33
cool-retro-term: 1.0.0 -> 1.0.1 2018-01-15 01:47:57 +08:00
adisbladis
05d803ab5f
qmltermwidget: Use fetchFromGitHub 2018-01-15 01:47:42 +08:00
Maximilian Bosch
17dcd33e00
android-studio: set ANDROID_EMULATOR_USE_SYSTEM_LIBS
This change sets an environment variable to ensure that Android Studio
uses the correct drivers to avoid any breackage when trying to run a
native application on a virtual device.

Without proper configuration `android-studio` would be unable to load
the drivers for the AVD and yield messages like this:

```
3:32 PM	Executing tasks: [:app:assembleDebug]

3:32 PM	Emulator: libGL error: unable to load driver: i965_dri.so

3:32 PM	Emulator: libGL error: driver pointer missing

3:32 PM	Emulator: libGL error: failed to load driver: i965

3:32 PM	Emulator: libGL error: unable to load driver: i965_dri.so

3:32 PM	Emulator: libGL error: driver pointer missing

3:32 PM	Emulator: libGL error: failed to load driver: i965

3:32 PM	Emulator: libGL error: unable to load driver: swrast_dri.so

3:32 PM	Emulator: libGL error: failed to load driver: swrast

3:32 PM	Emulator: X Error of failed request:  BadValue (integer parameter out of range for operation)

3:32 PM	Emulator: Major opcode of failed request:  155 (GLX)

3:32 PM	Emulator: Minor opcode of failed request:  24 (X_GLXCreateNewContext)

3:32 PM	Emulator: Value in failed request:  0x0

3:32 PM	Emulator: Serial number of failed request:  64

3:32 PM	Emulator: Current serial number in output stream:  65

3:32 PM	Emulator: emulator: ERROR: Missing initial data partition file: /home/ma27/.android/avd/Nexus_5X_API_27.avd/userdata.img

3:32 PM	Emulator: Process finished with exit code 1

3:32 PM	Gradle build finished with 2 warnings(s) in 6s 378ms
```

For further reference have a look at the following StackOverflow
message: https://stackoverflow.com/a/40790339
2018-01-14 18:33:52 +01:00
adisbladis
ff94fbc416
Merge pull request #33851 from vbgl/why3-0.88.3
why3: 0.88.1 -> 0.88.3
2018-01-15 01:27:45 +08:00
adisbladis
a41d7b9ea1
Merge pull request #33839 from mimadrid/update/gephi-0.9.2
gephi: 0.9.1 -> 0.9.2
2018-01-15 01:10:52 +08:00
adisbladis
8635941b4a
Merge pull request #33840 from mimadrid/update/cytoscape-3.6.0
cytoscape: 3.5.1 -> 3.6.0
2018-01-15 01:09:34 +08:00
adisbladis
5858f5abdd
Merge pull request #33841 from jonafato/skypeforlinux-8.13.0.2
skypeforlinux: 8.11.0.4 -> 8.13.0.2
2018-01-15 01:02:52 +08:00
adisbladis
620ae7be2b
Merge pull request #33859 from dotlambda/netdisco
python3Packages.netdisco: init at 1.2.3
2018-01-15 00:14:29 +08:00
Robert Helgesson
9306956b8a
fantasque-sans-mono: 1.7.1 -> 1.7.2 2018-01-14 17:10:43 +01:00
Robert Schütz
f2c08d3e9e python3Packages.netdisco: init at 1.2.3 2018-01-14 16:59:38 +01:00
Robert Schütz
cb6a25db0a spectre-meltdown-checker: init at 0.29 2018-01-14 16:29:37 +01:00
adisbladis
ef2591ee01
kde-frameworks: 5.41 -> 5.42 2018-01-14 22:28:34 +08:00
Frederik Rietdijk
a6af522217
Merge pull request #33856 from jluttine/add-versioneer
pythonPackages.versioneer: init at 0.18
2018-01-14 15:05:42 +01:00
Jaakko Luttinen
f3c996e25d
pythonPackages.versioneer: init at 0.18 2018-01-14 16:03:21 +02:00
Frederik Rietdijk
4475995685
Merge pull request #33774 from LumiGuide/elasticsearch-curator-5.4.1-cleanup
Elasticsearch curator 5.4.1 cleanup
2018-01-14 15:00:02 +01:00
Jan Malakhovski
8606dd8556 lib: change the order of arguments of addPassthru 2018-01-14 13:24:30 +00:00
Jan Malakhovski
fac3d49e48 stdenv: provide meta.name 2018-01-14 13:24:30 +00:00
Jan Malakhovski
50148f0630 stdenv: hide name under check-meta assert
This is a temporary workaround to make `nix-env -qa` and `nix search` ignore
broken packages as they they did before this patchset.

This patch should be reverted after `nix` gets a proper fix for this.
See NixOS/nix#1771.
2018-01-14 13:24:30 +00:00
Jan Malakhovski
eaee2a1199 stdenv: implement config.checkMetaRecursively
This option makes `meta.evaluate` into a close approximation of the result of
evaluating `.outPath` by checking all the dependencies recursively at a cost of
2x slowdown. Note that actually evaluating `.outPath` costs some
5x-7x more because `.outPath` also computes all the hashes.
2018-01-14 13:24:30 +00:00
Jan Malakhovski
ecd3990cd4 stdenv: provide meta.evaluates
This gives a way to see the result of `check-meta` without triggering any assertions.
2018-01-14 13:24:29 +00:00
Jan Malakhovski
9956687151 stdenv: change some indent 2018-01-14 13:24:22 +00:00
Robert Schütz
9121a97366 pythonPackages.user-agents: init at 1.1.0 2018-01-14 14:10:01 +01:00
Andrey Golovizin
3eb0ddcfc4
virt-manager: add gobjectIntrospection to nativeBuildInputs 2018-01-14 13:31:03 +01:00
Jörg Thalheim
c08042ba4b
Merge pull request #33742 from lsix/gdbm_1_14
gdbm: 1.13 -> 1.14
2018-01-14 10:47:04 +00:00
Sarah Brofeldt
ee4e6ebbfa
Merge pull request #32822 from LumiGuide/elk6
ELK: 5.6.1 -> 5.6.5 & add ELK 6.1.0
2018-01-14 10:40:50 +01:00
Vincent Laporte
aee1cebda7
why3: 0.88.1 -> 0.88.3 2018-01-14 05:51:06 +00:00
Vincent Laporte
bed805f4ed
ocamlPackages.uri: 1.9.5 -> 1.9.6 2018-01-14 05:33:36 +00:00
Vincent Laporte
1b43f4fe86
ocamlPackages.uri: 1.9.2 -> 1.9.5 2018-01-14 05:28:49 +00:00
Vincent Laporte
08492b31d1 ocamlPackages.mstruct: 1.3.3 -> 1.4.0 2018-01-14 06:28:13 +01:00
Graham Christensen
34b4d41a84
Merge pull request #33792 from paraseba/scidvspc
scid-vs-pc: init at version 4.18.1
2018-01-13 21:16:19 -05:00
Sebastian Galkin
0079153414 scid-vs-pc: Set meta platforms to linux
Darwin spits the following error:

  Location of "tk.h": not found
    Location of Tcl 8.6 library: /nix/store/zr4n0fdb3nsdp80vff9mihks22w1g8jm-tcl-8.6.6/lib
    Location of Tk 8.6 library: /nix/store/bwlx46zncj2c6bv2sn75ai0wgzc89d93-tk-8.6.6/lib
    Location of X11 library: /nix/store/093lzjvm2r27rprpqxvyrgqvfp1k0dlf-libX11-1.6.5/lib/
    Checking if your system already has zlib installed: no.

Error: compiler g++ does not support C++0x (C++11).
2018-01-13 23:42:51 -02:00
Will Dietz
9058d33499 2048-in-terminal: 2015-01-15 -> 2017-11-29
Only functionality change AFAICT is
e7595caa2d
which resets the board on exit at game over.
2018-01-13 18:55:01 -06:00
Miguel Madrid Mencía
eb21bf3d99
cytoscape: 3.5.1 -> 3.6.0 2018-01-13 23:21:49 +01:00
Jon Banafato
f6936ea842 skypeforlinux: 8.11.0.4 -> 8.13.0.2 2018-01-13 17:20:33 -05:00
Miguel Madrid Mencía
111d4dbc06
gephi: 0.9.1 -> 0.9.2 2018-01-13 23:18:26 +01:00
Franz Pletz
5c73ee1a93
youtubeDL: don't double wrap executable
Fixes command name detection via argv.
2018-01-13 23:10:02 +01:00
Franz Pletz
5c76e6cbae
youtubeDL: 2017.12.31 -> 2017.01.14 2018-01-13 23:04:19 +01:00
adisbladis
1a54596d50
Merge pull request #33769 from adisbladis/kde-applications-17_12_1
kde-applications: 17.12.0 -> 17.12.1
2018-01-14 04:00:23 +08:00
Will Dietz
f661c4a7fc guile: 2.2.0 -> 2.2.3
2.2.3: https://lists.gnu.org/archive/html/guile-devel/2017-12/msg00000.html
2.2.2: https://lists.gnu.org/archive/html/guile-devel/2017-04/msg00035.html
2.2.1: https://lists.gnu.org/archive/html/guile-devel/2017-04/msg00034.html
2018-01-13 13:53:48 -06:00
adisbladis
c8736382b6
Merge pull request #33831 from dtzWill/update/imagemagick
imagemagick: updates for 6, 7
2018-01-14 03:36:35 +08:00
Jörg Thalheim
9e40faf0d5
Merge pull request #33650 from dtzWill/feature/whois-idn-and-update
whois: use idn, libiconv; update
2018-01-13 18:55:17 +00:00
Jörg Thalheim
5ccfd0ee34 linuxPackages.extfat-nofuse: fix libelf dependency 2018-01-13 18:45:04 +00:00
adisbladis
e2f7267ba2
xxdiff-tip: Build with qt59 2018-01-14 02:41:04 +08:00
Jörg Thalheim
ed70c591a4
Merge pull request #33682 from mogorman/notbit
notbit: init at 2018-01-09
2018-01-13 18:40:53 +00:00
Jörg Thalheim
ae5550e86a
inboxer: init at 1.0.1 (#33720) 2018-01-13 18:30:39 +00:00
Jörg Thalheim
df400a17de
Merge pull request #33732 from kamilchm/ponyc
ponyc: FIX $CC undefined, using gcc as the linker
2018-01-13 18:24:40 +00:00
Jörg Thalheim
e35639b931
Merge pull request #33799 from adisbladis/cura-qt59
cura: 3.0.3 -> 3.1.0
2018-01-13 18:19:22 +00:00
Alexander
6ccb554f3b tifffile: init at 0.13.0 (#33750)
* tifffile: init at v0.13.0

* python.pkgs.tifffile: actually run tests
2018-01-13 18:12:56 +00:00
adisbladis
fa3aec7e4d
gst-plugins-bad: Fix CVE-2016-9447 2018-01-14 02:07:08 +08:00
Jörg Thalheim
a100ed0ae3
Merge pull request #33793 from sellout/add/flootty
flootty: init at 3.2.1
2018-01-13 17:46:28 +00:00
Jörg Thalheim
4acd2f1a90
Merge pull request #33753 from gnidorah/avidemux
avidemux: support alsa
2018-01-13 17:42:23 +00:00
Joachim Fasting
87677d0390
tor: 0.3.1.9 -> 0.3.2.9
- Adds next-generation onion services[1]
- Lots of fixes, e.g., for CVE-2017-8821, CVE-2017-8820, CVE-2017-8823,
  CVE-2017-8819, CVE-2017-8822, CVE-2017-8822
- Adds new option `NoExec` to disallow exec syscalls
2018-01-13 18:22:45 +01:00
Gregory Pfeil
d40d41ef51 Move flootty from python-modules. 2018-01-13 09:59:25 -07:00
Jörg Thalheim
d96bfe2cf1
Merge pull request #33832 from matthiasbeyer/update-timewarrior
timewarrior: 1.0.0 -> 1.1.0
2018-01-13 16:59:09 +00:00
Jörg Thalheim
cd960896d0
Merge pull request #33767 from corngood/youtube-dl-darwin
youtube-dl: disable phantomjs support on darwin by default
2018-01-13 16:57:01 +00:00
Jörg Thalheim
3d7054964f
Merge pull request #33814 from rnhmjoj/vapoursynth
Update Vapoursynth machinery
2018-01-13 16:50:45 +00:00
Matthias Beyer
82ef7ce3d2 timewarrior: 1.0.0 -> 1.1.0 2018-01-13 17:35:48 +01:00
Jörg Thalheim
8c58cb2b78
Merge pull request #33791 from holidaycheck/jenkins-2.101
jenkins: 2.95 -> 2.101
2018-01-13 16:33:54 +00:00
Will Dietz
397157cc94 imagemagick: 7.0.7-19 -> 7.0.7-21 2018-01-13 10:21:20 -06:00
Will Dietz
18550603e9 imagemagick: 6.9.9-28 -> 6.9.9-33 2018-01-13 10:20:53 -06:00
Will Dietz
c4e9e4a4d6 boehm-gc, libatomic_ops: 7.6.0 -> 7.6.2
These should be the same version.
2018-01-13 09:33:14 -06:00
Rostislav Beneš
062cafab8c
firefox: add option for chrome-gnome-shell native messaging host 2018-01-13 15:22:52 +01:00
Jan Tojnar
38b6d7b60e
nixos/chrome-gnome-shell: init 2018-01-13 15:19:19 +01:00
Joachim F
bba9f874b3
Merge pull request #33795 from romildo/upd.gstreamermm
gstreamermm: 1.8.0 -> 1.10.0
2018-01-13 14:19:12 +00:00
Jan Tojnar
665a0d2836
chrome-gnome-shell: 7d99523 → 9 2018-01-13 15:17:52 +01:00
Joachim F
4b75d0ab4a
Merge pull request #33830 from ThomasMader/disable_test_cdvecfill
ldc: Disable cdvecfill test to fix build on older processors
2018-01-13 14:16:56 +00:00
Thomas Mader
5f0c823a61 ldc: Disable cdvecfill test to fix build on older processors
https://github.com/NixOS/nixpkgs/pull/33830
2018-01-13 14:57:03 +01:00
Jörg Thalheim
1e2b7d3146
Merge pull request #33785 from romildo/upd.zuki-themes
zuki-themes: 3.24-2 -> 3.24-3
2018-01-13 13:04:20 +00:00
Jörg Thalheim
864239fcd1
Merge pull request #33788 from romildo/upd.blackbird
blackbird: 2016-02-20 -> 2017-12-13
2018-01-13 12:49:22 +00:00
Jörg Thalheim
4a41f815f4
Merge pull request #33786 from romildo/upd.plano-theme
plano-theme: init at 3.24-3
2018-01-13 12:48:43 +00:00
Jörg Thalheim
a920fd4b26
Merge pull request #33829 from rnhmjoj/palemoon
palemoon: install icons
2018-01-13 12:47:44 +00:00
Jörg Thalheim
c6a8e52c8a
Merge pull request #33789 from romildo/upd.jgmenu
jgmenu: 0.7.6 -> 0.8
2018-01-13 12:32:47 +00:00
Jörg Thalheim
6ae0755e9e
Merge pull request #33790 from romildo/upd.pmenu
pmenu: 2017-04-10 -> 2018-01-01
2018-01-13 12:32:10 +00:00
Jörg Thalheim
c11b87b573
Merge pull request #33800 from adisbladis/mumble-qt59
mumble_git: 2017-05-25 -> 2018-01-12
2018-01-13 12:20:42 +00:00
Jörg Thalheim
5f8bb3fc23
Merge pull request #33801 from romildo/upd.paper-icon-theme
paper-icon-theme: 2017-02-13 -> 2017-11-20
2018-01-13 12:01:56 +00:00
Jörg Thalheim
2f8332afa9
Merge pull request #33802 from ajgrf/mblaze-update
mblaze: 0.2 -> 0.3
2018-01-13 11:54:19 +00:00
Jörg Thalheim
a35a8d6033 mblaze: fix darwin build 2018-01-13 11:48:37 +00:00
Jörg Thalheim
0323fc2700
Merge pull request #33803 from adisbladis/qt59
Change package builds to use Qt 5.9
2018-01-13 11:46:07 +00:00
Joachim F
970a3e37ab
Merge pull request #28224 from RocketPuppy/add-literate
Literate: init at 2017-05-28
2018-01-13 11:45:30 +00:00
Christoph Hrdinka
17a4f0f756
woff2: set platforms to linux only
Signed-off-by: Christoph Hrdinka <c.github@hrdinka.at>
2018-01-13 12:43:18 +01:00
rnhmjoj
5beed4e3ce
palemoon: install icons 2018-01-13 12:23:55 +01:00
rnhmjoj
c660ed4baf
palemoon: remove fix for upstream issue #826 2018-01-13 12:22:56 +01:00
Jörg Thalheim
1db3b1c2d7
Merge pull request #33818 from rnhmjoj/rewritefs
rewritefs: remove needless quotation
2018-01-13 10:43:03 +00:00
xurei
b9ae8efca5 libzxcvbn: init at 2.3 (#33822)
* Add package libzxcvbn

* zxcvbn-c: name after the project not the library
2018-01-13 10:40:45 +00:00
adisbladis
a896574a0b
Merge pull request #33812 from romildo/upd.subtitleeditor
subtitleeditor: 0.53.0 -> 0.54.0
2018-01-13 18:09:53 +08:00
Jörg Thalheim
efc17cbd21 iana-etc: 20171106 -> 20180108 2018-01-13 09:45:51 +00:00
Jude Taylor
cf6c05fda7 add haddock version for GHC 8.0 2018-01-13 01:17:23 -08:00
Robert Helgesson
ad3b2e8657
lombok: 1.16.8 -> 1.16.20
Also perform a few package cleanups.
2018-01-13 09:57:46 +01:00
Robert Helgesson
d573885dd2
perl-URI: 1.72 -> 1.73 2018-01-13 09:27:44 +01:00
adisbladis
9420e076f4
Merge pull request #33804 from romildo/upd.roboto
roboto: 2.136 -> 2.138
2018-01-13 12:57:56 +08:00
adisbladis
e50494ca92
Merge pull request #33806 from romildo/upd.jdupes
jdupes: 1.8 -> 1.9
2018-01-13 12:57:35 +08:00
adisbladis
564b3d6123
Merge pull request #33817 from rnhmjoj/ddcutil
ddcutil: 0.8.4 -> 0.8.5
2018-01-13 12:48:07 +08:00
adisbladis
3ea9c7bd5e
Merge pull request #33816 from rnhmjoj/btfs
btfs: 2.17 -> 2.18
2018-01-13 12:46:23 +08:00
adisbladis
224df5bb11
Merge pull request #33819 from rnhmjoj/bdf2psf
bdf2psf 1.170 -> 1.175
2018-01-13 12:45:30 +08:00
adisbladis
66bc1ad0af
firefox-devedition-bin: 58.0b15 -> 58.0b16 2018-01-13 12:23:41 +08:00
adisbladis
0d800dc194
firefox-beta-bin: 58.0b15 -> 58.0b16 2018-01-13 12:23:40 +08:00
rnhmjoj
9560ff5e26
bdf2psf 1.170 -> 1.175 2018-01-13 04:24:25 +01:00
rnhmjoj
b863f23df1
rewritefs: remove needless quotation 2018-01-13 04:09:07 +01:00
rnhmjoj
bc8ab45704
ddcutil: 0.8.4 -> 0.8.5 2018-01-13 04:02:37 +01:00
rnhmjoj
e76eb4ea88
btfs: 2.17 -> 2.18 2018-01-13 03:52:23 +01:00
rnhmjoj
e5aae0f2d6
mpv: fix PYTHONPATH 2018-01-13 03:30:25 +01:00
rnhmjoj
c1902ef000
vapoursynth: R39 -> R40 2018-01-13 03:30:25 +01:00
José Romildo Malaquias
dbf5d1d433 subtitleeditor: 0.53.0 -> 0.54.0 2018-01-12 22:14:12 -02:00
Will Dietz
5911b8d415 release-small: Don't attempt to access "dbus.libs", etc., don't exist
dbus_libs and others do, but they're deprecated.

Just build 'dbus', these are now its various outputs.
2018-01-12 18:06:53 -06:00
Russell O'Connor
6887a0fc9a bitcoin: fix boost dependency
Bitcoin 0.15.1 doesn't build with boost 1.66.
I'm hesitant to apply untested patches to software like Bitcoin.
Instead I'm forcing the boost dependency to version 1.64 (which is the version listed @
45173fa6fc/doc/dependencies.md).

Nothing in applications/altcoins/default.nix was using the boost162 parameter, so I've replaced it with the boost164 parameter.
2018-01-12 23:54:52 +01:00
Michael Weiss
403ee9691a android-studio-preview: 3.1.0.6 -> 3.1.0.7 2018-01-12 23:35:04 +01:00
Greg Pfeil
38deb53542
Merge branch 'master' into add/flootty 2018-01-12 15:08:44 -07:00
José Romildo Malaquias
4ba77b098b jdupes: 1.8 -> 1.9 2018-01-12 18:39:00 -02:00
José Romildo Malaquias
0b0deb6f64 roboto: 2.136 -> 2.138 2018-01-12 18:32:04 -02:00
adisbladis
f40a9695ea
notepadqq: Build with qt59 2018-01-13 04:23:19 +08:00
adisbladis
9c03f4fad1
rapcad: Build with qt59 2018-01-13 04:23:18 +08:00
adisbladis
7335a9cc8f
ricochet: Build with qt59 2018-01-13 04:23:17 +08:00
adisbladis
0281a20de0
hotspot: Build with qt59 2018-01-13 04:23:16 +08:00
adisbladis
9aa93dec67
apitrace: Build with qt59 2018-01-13 04:23:08 +08:00
Alex Griffin
a3832c0388 mblaze: 0.2 -> 0.3 2018-01-12 14:15:07 -06:00
adisbladis
07fbb158a8
trojita: Build with qt59 2018-01-13 04:10:56 +08:00
adisbladis
33ec57356a
vogl: Fix build with qt59 2018-01-13 04:10:55 +08:00
adisbladis
5f232de6cd
qgroundcontrol: 2.9.4 -> 3.2.7, unbreak build 2018-01-13 04:03:38 +08:00
adisbladis
cad14c782b
luminanceHDR: 2.4.0 -> 2.5.1 2018-01-13 04:03:37 +08:00
adisbladis
08ab28b9a3
qcachegrind: Use kcachegrind src/name attributes 2018-01-13 04:03:36 +08:00
adisbladis
7dea1f20ed
supercollider: 3.8.0 -> 3.8.1 2018-01-13 04:03:35 +08:00
adisbladis
1ec304ce01
owncloud-client: 2.3.3 -> 2.3.4 2018-01-13 04:03:34 +08:00
adisbladis
4ffc43f49c
sigil: 0.9.7 -> 0.9.9 2018-01-13 04:03:33 +08:00
adisbladis
747431cf42
smtube: 17.5.0 -> 18.1.0 2018-01-13 04:03:32 +08:00
adisbladis
0fbb2f1517
qgo: unstable-2016-06-23 -> unstable-2017-12-18 2018-01-13 04:03:31 +08:00
José Romildo Malaquias
f378232f05 paper-icon-theme: 2017-02-13 -> 2017-11-20 2018-01-12 17:58:20 -02:00
adisbladis
eb29b00621
mumble_git: 2017-05-25 -> 2018-01-12 2018-01-13 03:54:31 +08:00
adisbladis
0e30e9b7ae
cura: 3.0.3 -> 3.1.0 2018-01-13 03:50:09 +08:00
adisbladis
964da1b91a
pythonPackages.pyqt56: Drop unused package 2018-01-13 03:48:23 +08:00
adisbladis
907b143dc4
pythonPackages.python-utils: Fix build 2018-01-13 03:47:40 +08:00
adisbladis
46a4ea5186
pythonPackages.uranium: 3.0.3 -> 3.1.0 2018-01-13 03:47:10 +08:00
Jörg Thalheim
2769a38c1d telegraf: 1.5.0 -> 1.5.1 2018-01-12 19:40:56 +00:00
Dan Peebles
4c96412189 nixUnstable: pre5810_5d5b931f -> pre5849_74f75c85 2018-01-12 14:19:24 -05:00
Florian Engel
48776d58b1 lolcat: 42.1.0 -> 90.8.8 2018-01-12 20:18:54 +01:00
Jörg Thalheim
a3d84cbd32
Merge pull request #32712 from vdemeester/init-notary
notary: init at 0.5.1
2018-01-12 19:17:57 +00:00
Jörg Thalheim
9e27701d64 notary: get rid of .git folder in source
tested with:

  $ notary version
2018-01-12 19:16:20 +00:00
José Romildo Malaquias
09fb3b5e94 gstreamermm: 1.8.0 -> 1.10.0 2018-01-12 16:52:29 -02:00
Shea Levy
43e7cf5eb7
haskellPackages.ChasingBottoms: Disable testsuite 2018-01-12 13:04:57 -05:00
Gregory Pfeil
79db7c0616 flootty: init at 3.2.1 2018-01-12 10:32:50 -07:00
Sebastian Galkin
dc7091f41c scid-vs-pc: init at version 4.18.1
scid vs pc is a chess database and playing program, a more maintained fork of
scid. scid was already packaged so this change adds a very similar expression.

Currently scid and scid-vs-pc collide since they install the same binaries.
2018-01-12 14:41:20 -02:00
Mathias Schreck
4eba35bc9d jenkins: 2.95 -> 2.101 2018-01-12 17:01:19 +01:00
José Romildo Malaquias
563e2e3226 pmenu: 2017-04-10 -> 2018-01-01 2018-01-12 13:29:52 -02:00
José Romildo Malaquias
e094e782f8 jgmenu: 0.7.6 -> 0.8 2018-01-12 13:17:01 -02:00
Peter Simons
e30ecaa916
Merge pull request #33636 from hamishmack/haskell-internal-libs-darwin2
haskell: Fix depending on libs with internal libs on darwin.
2018-01-12 16:09:56 +01:00
Peter Simons
e277be1943
Merge pull request #33360 from adnelson/unpin_lzma_versions
haskellPackages.lzma: loosen version bounds for test dependencies
2018-01-12 16:09:13 +01:00
José Romildo Malaquias
0ca055a753 blackbird: 2016-02-20 -> 2017-12-13 2018-01-12 13:04:55 -02:00
Peter Hoeg
96e777adfd uchiwa: add update script 2018-01-12 23:02:39 +08:00
Peter Hoeg
754b5961a2 uchiwa: 1.1.0 -> 1.1.1 2018-01-12 23:02:39 +08:00
José Romildo Malaquias
ae34ecdde7 plano-theme: init at 3.24-3 2018-01-12 12:51:30 -02:00
Peter Simons
f98d485ef9
Merge pull request #33672 from dtzWill/fix/top-level-nix-tools
nix-{delegate,deploy,diff}: add top-level attributes, static
2018-01-12 15:50:56 +01:00
Vincent Demeester
843ea6b57d
notary: init at 0.5.1
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-01-12 15:41:41 +01:00
José Romildo Malaquias
e1f3c42502 zuki-themes: 3.24-2 -> 3.24-3 2018-01-12 12:20:50 -02:00
Jörg Thalheim
d982c61f1a
Merge pull request #33781 from romildo/upd.qlipper
qlipper: 5.0.0 -> 5.1.1
2018-01-12 13:56:22 +00:00
zimbatm
d411899576
google-cloud-sdk: 182.0.0 -> 184.0.0 (#33784) 2018-01-12 13:51:04 +00:00
Graham Christensen
9d72156fea
Merge pull request #33780 from manveru/upgrade-ruby
Ruby: 2.2.8 -> 2.2.9, 2.3.5 -> 2.3.6, 2.4.2 -> 2.4.3
2018-01-12 08:28:08 -05:00
José Romildo Malaquias
0e9a729b77 qlipper: 5.0.0 -> 5.1.1 2018-01-12 10:24:36 -02:00
Michael Fellinger
e90412debb Ruby: 2.2.8 -> 2.2.9, 2.3.5 -> 2.3.6, 2.4.2 -> 2.4.3 2018-01-12 13:15:50 +01:00
Jörg Thalheim
1334e8415c
Merge pull request #33776 from matthiasbeyer/update-sigal
Update sigal
2018-01-12 12:07:04 +00:00
Jörg Thalheim
970318819b
Merge pull request #33212 from Lassulus/bitlbee-discord
bitlbee-discord: init at 2017-12-27
2018-01-12 11:23:38 +00:00
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
Matthias Beyer
b9bade971d sigal: 1.0.1 -> 1.3.0 2018-01-12 11:32:29 +01:00
Matthias Beyer
0a339f5a55 sigal: Use fetchPypi instead of fetchurl 2018-01-12 11:32:19 +01:00
Matthias Beyer
2eba34d960 sigal: Move to applications/misc 2018-01-12 11:29:13 +01: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
Bas van Dijk
762f5ea557 python-modules: removed unnecessary name attributes 2018-01-12 10:17:51 +01:00
Bas van Dijk
c02a883169 pythonPackages.elasticsearch: move derivation to python-modules 2018-01-12 10:17:41 +01: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
c0c421c311
kde-applications: 17.12.0 -> 17.12.1 2018-01-12 12:08:21 +08:00
David McFarland
42d5dd68f8 youtube-dl: disable phantomjs support on darwin by default 2018-01-11 23:15:08 -04: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
Will Dietz
45ade8df37 nix-{delegate,deploy,diff}: add top-level attributes, static 2018-01-11 19:04:12 -06: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
rnhmjoj
3f642b4d62
zimg: 2.6.1 -> 2.7 2018-01-11 22:47:24 +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
gnidorah
18af8dabab avidemux: support alsa 2018-01-11 21:30:06 +03: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
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
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
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
Lancelot SIX
e47fa2a92b
gdbm: 1.13 -> 1.14
See http://lists.gnu.org/archive/html/info-gnu/2018-01/msg00000.html
for release information
2018-01-11 14:07:52 +01: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
Michael Raskin
18ca43f339
Merge pull request #33612 from fare-patches/master
Update gambit and gerbil
2018-01-11 09:38:08 +00:00
adisbladis
28a7865e05
e2fsprogs: 1.43.7 -> 1.43.8 2018-01-11 17:35:46 +08: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
adisbladis
828298ce26
fastlane: 2.68.2 -> 2.75.1 2018-01-11 17:20:54 +08:00
adisbladis
663618ed3a
awscli: 1.14.17 -> 1.14.22 2018-01-11 17:20:53 +08:00
adisbladis
f1faffacd1
pythonPackages.botocore: 1.8.21 -> 1.8.26 2018-01-11 17:20:52 +08:00
adisbladis
10791c481c
haveged: 1.9.1 -> 1.9.2 2018-01-11 17:20:51 +08:00
Luz
e056315a3e librepcb-unstable: init at 2017-12-29 (#33630) 2018-01-11 09:20:00 +00:00
Drew Hess
84e4caacc5
haskell-modules: swagger2 still needs dontHaddock on armv7l-linux. 2018-01-11 00:59:55 -08:00
Orivej Desh
2f6b88551b
Merge pull request #33225 from LumiGuide/opencv-3.4.0
opencv: 3.3.1 -> 3.4.0
2018-01-11 08:29:05 +00:00
Will Dietz
8753b10808 discord: fix "corrupt install" warnings, misc cleanup
Few things:
* Discord binary has RUNPATH not RPATH set
* patchelf uses RUNPATH if it already exits, so deps end up in RUNPATH
* RUNPATH isn't searched for plugins or transitive deps
* ..badness results

Despite this, it currently seems to work-- with the caveat
that it has a little bar on top complaining about how
"it looks like your installation is corrupt".

This fixes that warning and does some minor cleanup.
2018-01-10 22:12:06 -08:00
adisbladis
15b1432435 libvorbis: Fix CVE-2017-14160, CVE-2017-14632 & CVE-2017-14633 2018-01-11 05:25:09 +01:00
Peter Hoeg
c80dc05ed6
Merge pull request #33144 from catern/master
supervise: 1.0.0 -> 1.1.0 and supervise_api fixes
2018-01-11 11:51:28 +08:00
Jan Tojnar
86693dd2ee
phpPackages.php-cs-fixer: 2.9.0 → 2.10.0 2018-01-11 04:26:43 +01:00
adisbladis
9a6aa3cccb
Merge pull request #33721 from adnelson/datadiff_python3
datadiff: don't restrict to python2
2018-01-11 10:47:21 +08:00
Kamil Chmielewski
a628055e5c ponyc: FIX $CC undefined, using gcc as the linker
https://github.com/ponylang/ponyc/issues/2482
2018-01-11 03:46:16 +01:00
adisbladis
f5e39b2c26
Merge pull request #33727 from jluttine/update-salmon
pythonPackages.salmon: bec795cd -> 3.0.0
2018-01-11 09:54:33 +08:00
Peter Hoeg
7f5a859906 syncthing: 0.14.42 -> 0.14.43 2018-01-11 09:54:04 +08:00
adisbladis
95ea79a196
Merge pull request #33730 from mogorman/xscreensaver
xscreensaver: 5.37 -> 5.38
2018-01-11 09:53:25 +08:00
Robin Gloster
303621c266
awstats: 7.4 -> 7.7
security fix for CVE-2017-1000501
2018-01-11 02:48:06 +01:00
adisbladis
9d56002c39
Merge pull request #33707 from frontsideair/nodejs-9.4.0
nodejs: 9.3.0 -> 9.4.0
2018-01-11 09:33:27 +08:00
Jaakko Luttinen
1f2e247416
pythonPackages.salmon-mail: rename from salmon 2018-01-11 02:53:22 +02:00
Matthew O'Gorman
8bc2025bb2 xscreensaver: 5.37 -> 5.38 2018-01-10 19:26:02 -05:00
Matthew O'Gorman
d25a65b0f0 notbit: init at 2018-01-09 2018-01-10 19:02:53 -05:00
Joachim F
d2c9261d56
Merge pull request #33654 from thefloweringash/wdiff-platforms
wdiff: Widen meta.platforms to unix
2018-01-10 23:14:59 +00:00
Joachim F
7fd0c78814
Merge pull request #33723 from ThomasMader/fix_ldc
ldc: Remove dynamiccompile tests for Darwin too
2018-01-10 23:05:28 +00:00
zimbatm
b50810de8b terraform: plugins update 2018-01-10 22:33:47 +00:00
Jaakko Luttinen
7140c4bbf9
pythonPackages.salmon: bec795cd -> 3.0.0 2018-01-11 00:26:19 +02:00
Pascal Bach
d5988833da glusterfs: 3.12.3 -> 3.12.4 2018-01-10 22:59:20 +01:00
Thomas Mader
81d289fed0 ldc: Remove dynamiccompile tests for Darwin too 2018-01-10 22:48:36 +01:00
Joachim F
44d89388ee
Merge pull request #33695 from romildo/mate
mate-polkit: add gobjectIntrospection dependence
2018-01-10 21:06:51 +00:00
Sander van der Burg
83dfe29a12 nodePackages: regenerate with node2nix 1.5.1 2018-01-10 21:59:18 +01:00
Allen Nelson
9ad529e5c4 datadiff: don't restrict to python2 2018-01-10 14:48:20 -06:00
Merlin Göttlinger
6fbe54623b
seems to work now 2018-01-10 21:12:31 +01:00
Austin Seipp
4d4340805b symbiyosys: 2017.12.06 -> 2018.01.10
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-01-10 14:00:58 -06:00
Austin Seipp
155a2f270f yosys: 2017.12.06 -> 2018.01.10
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-01-10 14:00:58 -06:00
Austin Seipp
87132df854 arachne-pnr: 2017.12.06 -> 2018.01.10
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-01-10 14:00:58 -06:00
Austin Seipp
28cf4ce531 icestorm: 2017.12.06 -> 2018.01.10
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-01-10 14:00:58 -06:00
Joachim F
3b4ebab230
Merge pull request #33532 from ThomasMader/ldc1.7.0
ldc: 1.5.0 -> 1.7.0
2018-01-10 19:51:37 +00:00
Piotr Bogdan
ec5487a4e5 darktable: lua support requires lua 5.3
https://github.com/NixOS/nixpkgs/issues/33710#issuecomment-356680711

Fixes #33710.
2018-01-10 19:37:35 +00:00
Andreas Rammhold
32f6c9a73d
Merge pull request #33633 from samueldr/feature/dbeaver
dbeaver: inits at 4.3.2
2018-01-10 19:30:38 +00:00
John Ericson
e017a027d5
Merge pull request #33681 from obsidiansystems/fixed-output-deps
Fixed output deps
2018-01-10 14:28:10 -05:00
Thomas Mader
1aff67ce19 ldc: 1.5.0 -> 1.7.0 2018-01-10 20:08:26 +01:00
Jörg Thalheim
577f672a10
Merge pull request #33711 from symphorien/giac-update
giac: fix build
2018-01-10 19:32:19 +01:00
Alexandre Peyroux
afb7129e6b
grammalecte: 0.5.18 -> 0.6.1 2018-01-10 19:31:33 +01:00
Joachim F
9403b25ebf
Merge pull request #33687 from samueldr/feature/refind
refind: 0.10.3 -> 0.11.2
2018-01-10 18:17:04 +00:00
adisbladis
395cd19c9d
Merge pull request #33664 from kquick/thespian-3.9.1
python: thespian: 3.9.0 -> 3.9.1
2018-01-11 02:09:49 +08:00
Shea Levy
fb2b6ac373
callCabal2nix: Use cleanSourceWith for composable filtering 2018-01-10 12:46:45 -05:00
Symphorien Gibol
bf49c616ee giac: fix build
giac was broken somewhere between 310ad4 and b33b4a, see
https://hydra.nixos.org/build/67137469
libgfortran.so.3 was not found
2018-01-10 18:42:38 +01:00
Frederik Rietdijk
80cb0c39de python.pkgs.pytest-rerunfailures: improve expression 2018-01-10 18:17:13 +01:00
Fatih Altinok
c589f0462a nodejs: 9.3.0 -> 9.4.0 2018-01-10 20:14:15 +03:00
Shea Levy
3a763b9196
haskellLib: Add shellAware function 2018-01-10 12:08:36 -05:00
adisbladis
65b075991f
Merge pull request #33703 from armin1402/graylog_2.4
graylog: 2.3.2 -> 2.4.0
2018-01-11 00:54:14 +08:00
adisbladis
f9e47ab57a
Merge pull request #33659 from etu/update-pytest-rerunfailures
pytest-rerunfailures: 2.0.1 -> 4.0
2018-01-11 00:40:41 +08:00
John Ericson
888404f11b treewide: Fix deps in a few other fixed output derivations 2018-01-10 11:18:44 -05:00
John Ericson
940c4fa3f5 treewide: Fetchers should use stdenvNoCC. 2018-01-10 11:18:44 -05:00
John Ericson
7a3a8b8529 fetchurl: Should use buildPackages.curl for build-time dep 2018-01-10 11:18:44 -05:00
Thomas Tuegel
0dec14ba8c
Merge pull request #33208 from nixy/kde-arc-theme
arc-kde-theme: init 2017-11-09
2018-01-10 10:05:34 -06:00
Spencer Baugh
b2b00358e8 pythonPackages.supervise_api: fix deps on Python 2 2018-01-10 16:02:47 +00:00
Spencer Baugh
01bf384409 supervise: 1.0.0 -> 1.1.0 2018-01-10 16:02:47 +00:00
adisbladis
74410d4ecd
Merge pull request #33701 from jensbin/typora_0.9.41
typora: 0.9.38 -> 0.9.41
2018-01-10 23:57:35 +08:00
zimbatm
ffd35a7849 aws_shell: move to pythonPackages
This allows to have awscli running both under python 2 and 3 as
necessary.
2018-01-10 15:43:11 +00:00
zimbatm
29b8e5fb6f awscli: move to pythonPackages
This allows to have awscli running both under python 2 and 3 as
necessary.
2018-01-10 15:41:37 +00:00
Franz Pletz
efcbc5b21b
Merge pull request #33438 from WilliButz/add-fileshelter
fileshelter: init at 3.0.0
2018-01-10 15:19:27 +00:00
Joachim F
b88ddaa6a6
Merge pull request #33645 from taku0/flashplayer-28.0.0.137
flashplayer: 28.0.0.126 -> 28.0.0.137
2018-01-10 15:13:28 +00:00