summary refs log tree commit diff
path: root/pkgs/development/libraries
AgeCommit message (Collapse)AuthorFilesLines
2018-11-05treewide: get rid of osx cmake flagsMatthew Bauer3-8/+1
Flags that we now set globally: - CMAKE_OSX_SYSROOT - CMAKE_OSX_DEPLOYMENT_TARGET can now be removed. (cherry picked from commit 8742d5de30dfe2447c0fb56a2e7410b402effc80)
2018-11-04http-parser: cleanupMatthew Bauer1-30/+10
2018-11-04lombok: 1.16.22 -> 1.18.4Robert Helgesson1-2/+2
2018-11-04plv8: unbreak build, bump to version 2.3.8Austin Seipp1-0/+187
ee58a5b30d6e60407b44fbb02ddade6c20fd8763 broke the plv8 build because it upgraded the v8_6_x expression everywhere to the 6.9 branch, which came with API changes. Notably, it seems plv8 only supports up-to v8 6.4.x at this time. This keeps a copy of the plv8_6_x expression inside the same directory as the other v8 versions (so patches, etc are easy to apply), but it is not exposed to the top-level of all-packages.nix. Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-11-04xapian: 1.4.8 -> 1.4.9Will Dietz1-1/+1
https://xapian.org/docs/xapian-core-1.4.9/NEWS
2018-11-04Merge pull request #49411 from timor/libmtp-1.1.16Renaud1-2/+2
libmtp: 1.1.15 -> 1.1.16
2018-11-04openjpeg: adding patch for CVE-2018-7648Timon Stampfli1-0/+8
(cherry picked from commit 3dc0838450ad5ec8c25adcd1c7bfe3b8b630b7e5) Forward-picking from staging-next. The CVE is marked as critical, and the amount of rebuilds isn't that high (~500 linux, ~100 darwin).
2018-11-03krb5: don't pull in keyutils with bionicMatthew Bauer1-1/+1
keyutils breaks with bionic. since it's an optional dependency, it seems safe to just disable it with libkrb5 (which otherwise works fine with bionic libc).
2018-11-03grpc: only set -Wno-error on clangMatthew Bauer1-1/+1
Apparently GCC errors on this: https://hydra.nixos.org/build/83561519/
2018-11-03yoda: 1.7.1 -> 1.7.3 (#49654)Dmitry Kalinkin1-3/+3
2018-11-03Merge pull request #49656 from siddharthist/follyRenaud1-12/+15
folly: 2018.08.27.00 -> 2018.10.29.00
2018-11-03Merge pull request #49585 from periklis/libid3tag-sec-fixesMateusz Kowalczyk2-1/+17
libid3tag: patch CVE-2017-11550 and CVE-2017-11551
2018-11-02grpc: disable werror for unknown warning optionMatthew Bauer1-0/+2
This seems silly to do an error for. It breaks clang builds.
2018-11-02gsasl: disable check on darwinMatthew Bauer1-1/+1
2018-11-02folly: 2018.08.27.00 -> 2018.10.29.00Langston Barrett1-12/+15
Folly disabled autotools-based builds in favor of CMake.
2018-11-02Merge pull request #49648 from worldofpeace/granite/5.2.0Jan Tojnar1-8/+13
granite: 5.1.0 -> 5.2.0
2018-11-02nlopt: update from 2.4.2 to 2.5.0Peter Simons1-6/+13
2018-11-02granite: 5.1.0 -> 5.2.0worldofpeace1-8/+13
- Correct License to LGPLv3+
2018-11-02Revert "c-ares: 1.14.0 -> 1.15.0"Vladimír Čunát1-3/+12
This reverts commit 5ace2703096f16fa924072f3743d6eaac35bec32. It's a mass rebuild, moving to staging.
2018-11-02Merge pull request #49641 from aanderse/openscenegraphMichael Raskin1-3/+3
openscenegraph: 3.6.2 -> 3.6.3
2018-11-02Merge pull request #49548 from dtzWill/update/c-ares-1.15.0Will Dietz1-12/+3
c-ares: 1.14.0 -> 1.15.0
2018-11-02Merge pull request #49570 from dtzWill/update/webkitgtk-2.22.3Will Dietz1-2/+2
webkitgtk: 2.22.2 -> 2.22.3
2018-11-02Merge pull request #49617 from aanderse/openscenegraph_3_4Michael Raskin2-4/+42
Fix flightgear, simgear & speed_dreams
2018-11-02Merge pull request #49614 from markuskowa/licenses-26Renaud13-33/+52
Add licenses
2018-11-02leveldb: 1.18 -> 1.20 (#49587)Daniël de Kok1-6/+7
Changelog: 1.20: https://github.com/google/leveldb/releases/tag/v1.20 1.19: https://github.com/google/leveldb/releases/tag/v1.19
2018-11-01mockobjects: add license + descriptionMarkus Kowalewski1-2/+4
2018-11-01lucene: add license + descriptionMarkus Kowalewski1-2/+4
2018-11-01libmatthew-java: add licenseMarkus Kowalewski1-3/+4
2018-11-01jdom: add meta dataMarkus Kowalewski1-2/+5
2018-11-01httpunit: add license + homepageMarkus Kowalewski1-2/+4
2018-11-01hsqldb: add licenseMarkus Kowalewski1-3/+4
2018-11-01gwt-widgets: add licensesMarkus Kowalewski1-4/+5
2018-11-01gwt-dnd: add licenseMarkus Kowalewski1-4/+5
2018-11-01dbus-java: add licenseMarkus Kowalewski1-3/+4
2018-11-01jasper: add licenseMarkus Kowalewski1-0/+1
2018-11-01jama: add licenseMarkus Kowalewski1-3/+4
2018-11-01incrtcl: add licenseMarkus Kowalewski1-3/+4
2018-11-01flightgear & simgear: 2017.3.1 -> 2018.2.2Aaron Andersen1-4/+3
2018-11-01openscenegraph: revive version 3.4.0Aaron Andersen1-0/+39
2018-11-01Merge pull request #49598 from dtzWill/update/nlohmann_json-3.4.0Renaud1-2/+2
nlohmann_json: 3.3.0 -> 3.4.0
2018-11-01imlib: add license + descriptionMarkus Kowalewski1-2/+4
2018-11-01nlohmann_json: 3.3.0 -> 3.4.0Will Dietz1-2/+2
https://github.com/nlohmann/json/releases/tag/v3.4.0
2018-11-01libid3tag: patch CVE-2017-11550 and CVE-2017-11551Periklis Tsirakidis2-1/+17
2018-10-31lightstep-tracer-cpp: 0.36 -> 0.8.1Vaibhav Sagar1-13/+9
2018-10-31webkitgtk: 2.22.2 -> 2.22.3Will Dietz1-2/+2
https://webkitgtk.org/2018/10/29/webkitgtk2.22.3-released.html
2018-10-31openh264: 1.7.0 -> 1.8.0 (#49544)Christian S1-2/+2
encoder fixes, clang compilation error for ARM
2018-10-31c-ares: 1.14.0 -> 1.15.0Will Dietz1-12/+3
https://c-ares.haxx.se/changelog.html#1_15_0
2018-10-31saxon-he: 9.8.0.6 -> 9.9.0.1 (#49541)Tristan Helmich1-3/+3
2018-10-31Merge pull request #49476 from Synthetica9/cuda-updateFrederik Rietdijk1-12/+28
cudatoolkit, cudnn: many updates
2018-10-31Merge pull request #49330 from sephalon/fstrcmpJoachim F1-0/+31
fstrcmp: init at 0.7