summary refs log tree commit diff
path: root/pkgs/development/libraries
Commit message (Collapse)AuthorAge
* Merge pull request #49768 from LnL7/darwin-no-cfprivateDaiderd Jordan2018-11-06
|\ | | | | darwin: don't include cf-private in framework dependencies
| * SDL: move overrides out of all-packages.nixDaiderd Jordan2018-11-05
| | | | | | | | Using defaults makes it much easier to understand what the values are.
| * SDL: include cf-private on darwinDaiderd Jordan2018-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | It's not included implicitly by the frameworks anymore. Undefined symbols for architecture x86_64: "_NSDefaultRunLoopMode", referenced from: _QZ_PumpEvents in SDL_QuartzEvents.o "_OBJC_CLASS_$_NSArray", referenced from: objc-class-ref in SDL_QuartzEvents.o "_OBJC_CLASS_$_NSDate", referenced from: objc-class-ref in SDL_QuartzEvents.o ld: symbol(s) not found for architecture x86_64
| * SDL2: include cf-private on darwinDaiderd Jordan2018-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's not included implicitly by the frameworks anymore. Undefined symbols for architecture x86_64: "_NSDefaultRunLoopMode", referenced from: _Cocoa_PumpEvents in SDL_cocoaevents.o "_NSURLIsAliasFileKey", referenced from: -[SDLWindow performDragOperation:] in SDL_cocoawindow.o "_OBJC_CLASS_$_NSArray", referenced from: objc-class-ref in SDL_cocoaclipboard.o objc-class-ref in SDL_cocoakeyboard.o objc-class-ref in SDL_cocoawindow.o "_OBJC_CLASS_$_NSData", referenced from: objc-class-ref in SDL_cocoamouse.o "_OBJC_CLASS_$_NSDate", referenced from: objc-class-ref in SDL_cocoaevents.o "_OBJC_CLASS_$_NSDictionary", referenced from: objc-class-ref in SDL_cocoaevents.o "_OBJC_CLASS_$_NSMutableArray", referenced from: objc-class-ref in SDL_cocoawindow.o "_OBJC_CLASS_$_NSURL", referenced from: objc-class-ref in SDL_cocoawindow.o "_OBJC_CLASS_$_NSUserDefaults", referenced from: objc-class-ref in SDL_cocoaevents.o "_OBJC_EHTYPE_$_NSException", referenced from: GCC_except_table67 in SDL_cocoawindow.o ld: symbol(s) not found for architecture x86_64
* | SDL2: 2.0.8 -> 2.0.9Carles Pagès2018-11-05
| |
* | Merge pull request #49199 from markuskowa/fet-scalapackmarkuskowa2018-11-05
|\ \ | | | | | | scalapack: switch to openblas and add test
| * | scalapack: switch to openblas + add testMarkus Kowalewski2018-10-27
| | | | | | | | | | | | | | | | | | | | | * change from blas,lapack to openblas * add check phase * enable parallel building * fix license
* | | talloc: use fixDarwinDylibNamesMatthew Bauer2018-11-05
| | | | | | | | | | | | | | | The makefile isn’t setting install_name properly causing issues on macOS. fixDarwinDylibNames seems to fix this.
* | | treewide: get rid of osx cmake flagsMatthew Bauer2018-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Flags that we now set globally: - CMAKE_OSX_SYSROOT - CMAKE_OSX_DEPLOYMENT_TARGET can now be removed. (cherry picked from commit 8742d5de30dfe2447c0fb56a2e7410b402effc80)
* | | http-parser: cleanupMatthew Bauer2018-11-04
| | |
* | | lombok: 1.16.22 -> 1.18.4Robert Helgesson2018-11-04
| | |
* | | plv8: unbreak build, bump to version 2.3.8Austin Seipp2018-11-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | xapian: 1.4.8 -> 1.4.9Will Dietz2018-11-04
| | | | | | | | | | | | https://xapian.org/docs/xapian-core-1.4.9/NEWS
* | | Merge pull request #49411 from timor/libmtp-1.1.16Renaud2018-11-04
|\ \ \ | | | | | | | | libmtp: 1.1.15 -> 1.1.16
| * | | libmtp: 1.1.15 -> 1.1.16timor2018-10-29
| | | | | | | | | | | | | | | | | | | | | | | | This fixes the problem of connecting android phones via MTP in kde/dolphin. Original Bug description: https://bugs.kde.org/show_bug.cgi?id=387454
* | | | openjpeg: adding patch for CVE-2018-7648Timon Stampfli2018-11-04
| | | | | | | | | | | | | | | | | | | | | | | | (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).
* | | | krb5: don't pull in keyutils with bionicMatthew Bauer2018-11-03
| | | | | | | | | | | | 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).
* | | | grpc: only set -Wno-error on clangMatthew Bauer2018-11-03
| | | | | | | | | | | | | | | | | | | | Apparently GCC errors on this: https://hydra.nixos.org/build/83561519/
* | | | yoda: 1.7.1 -> 1.7.3 (#49654)Dmitry Kalinkin2018-11-03
| | | |
* | | | Merge pull request #49656 from siddharthist/follyRenaud2018-11-03
|\ \ \ \ | | | | | | | | | | folly: 2018.08.27.00 -> 2018.10.29.00
| * | | | folly: 2018.08.27.00 -> 2018.10.29.00Langston Barrett2018-11-02
| | | | | | | | | | | | | | | | | | | | Folly disabled autotools-based builds in favor of CMake.
* | | | | Merge pull request #49585 from periklis/libid3tag-sec-fixesMateusz Kowalczyk2018-11-03
|\ \ \ \ \ | | | | | | | | | | | | libid3tag: patch CVE-2017-11550 and CVE-2017-11551
| * | | | | libid3tag: patch CVE-2017-11550 and CVE-2017-11551Periklis Tsirakidis2018-11-01
| | | | | |
* | | | | | grpc: disable werror for unknown warning optionMatthew Bauer2018-11-02
| | | | | | | | | | | | | | | | | | | | | | | | This seems silly to do an error for. It breaks clang builds.
* | | | | | gsasl: disable check on darwinMatthew Bauer2018-11-02
| |/ / / / |/| | | |
* | | | | Merge pull request #49648 from worldofpeace/granite/5.2.0Jan Tojnar2018-11-02
|\ \ \ \ \ | | | | | | | | | | | | granite: 5.1.0 -> 5.2.0
| * | | | | granite: 5.1.0 -> 5.2.0worldofpeace2018-11-02
| | | | | | | | | | | | | | | | | | | | | | | | - Correct License to LGPLv3+
* | | | | | nlopt: update from 2.4.2 to 2.5.0Peter Simons2018-11-02
| | | | | |
* | | | | | Revert "c-ares: 1.14.0 -> 1.15.0"Vladimír Čunát2018-11-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 5ace2703096f16fa924072f3743d6eaac35bec32. It's a mass rebuild, moving to staging.
* | | | | | Merge pull request #49641 from aanderse/openscenegraphMichael Raskin2018-11-02
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | openscenegraph: 3.6.2 -> 3.6.3
| * | | | | openscenegraph: 3.6.2 -> 3.6.3Aaron Andersen2018-10-30
| | | | | |
* | | | | | Merge pull request #49548 from dtzWill/update/c-ares-1.15.0Will Dietz2018-11-02
|\ \ \ \ \ \ | | | | | | | | | | | | | | c-ares: 1.14.0 -> 1.15.0
| * | | | | | c-ares: 1.14.0 -> 1.15.0Will Dietz2018-10-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | https://c-ares.haxx.se/changelog.html#1_15_0
* | | | | | | Merge pull request #49570 from dtzWill/update/webkitgtk-2.22.3Will Dietz2018-11-02
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | webkitgtk: 2.22.2 -> 2.22.3
| * | | | | | | webkitgtk: 2.22.2 -> 2.22.3Will Dietz2018-10-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://webkitgtk.org/2018/10/29/webkitgtk2.22.3-released.html
* | | | | | | | Merge pull request #49617 from aanderse/openscenegraph_3_4Michael Raskin2018-11-02
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix flightgear, simgear & speed_dreams
| * | | | | | | | flightgear & simgear: 2017.3.1 -> 2018.2.2Aaron Andersen2018-11-01
| | | | | | | | |
| * | | | | | | | openscenegraph: revive version 3.4.0Aaron Andersen2018-11-01
| | | | | | | | |
* | | | | | | | | Merge pull request #49614 from markuskowa/licenses-26Renaud2018-11-02
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add licenses
| * | | | | | | | | mockobjects: add license + descriptionMarkus Kowalewski2018-11-01
| | | | | | | | | |
| * | | | | | | | | lucene: add license + descriptionMarkus Kowalewski2018-11-01
| | | | | | | | | |
| * | | | | | | | | libmatthew-java: add licenseMarkus Kowalewski2018-11-01
| | | | | | | | | |
| * | | | | | | | | jdom: add meta dataMarkus Kowalewski2018-11-01
| | | | | | | | | |
| * | | | | | | | | httpunit: add license + homepageMarkus Kowalewski2018-11-01
| | | | | | | | | |
| * | | | | | | | | hsqldb: add licenseMarkus Kowalewski2018-11-01
| | | | | | | | | |
| * | | | | | | | | gwt-widgets: add licensesMarkus Kowalewski2018-11-01
| | | | | | | | | |
| * | | | | | | | | gwt-dnd: add licenseMarkus Kowalewski2018-11-01
| | | | | | | | | |
| * | | | | | | | | dbus-java: add licenseMarkus Kowalewski2018-11-01
| | | | | | | | | |
| * | | | | | | | | jasper: add licenseMarkus Kowalewski2018-11-01
| | | | | | | | | |
| * | | | | | | | | jama: add licenseMarkus Kowalewski2018-11-01
| | | | | | | | | |