Commit Graph

27987 Commits

Author SHA1 Message Date
Daiderd Jordan
b6dcb9e641
Merge pull request #49768 from LnL7/darwin-no-cfprivate
darwin: don't include cf-private in framework dependencies
2018-11-06 20:15:27 +01:00
Carles Pagès
d9f8cf734e SDL2: 2.0.8 -> 2.0.9 2018-11-05 22:25:55 +01:00
markuskowa
bf8c031074
Merge pull request #49199 from markuskowa/fet-scalapack
scalapack: switch to openblas and add test
2018-11-05 21:12:01 +01:00
Matthew Bauer
ada49ba736 talloc: use fixDarwinDylibNames
The makefile isn’t setting install_name properly causing issues on
macOS. fixDarwinDylibNames seems to fix this.
2018-11-05 13:30:43 -06:00
Matthew Bauer
21eeb00a08 treewide: get rid of osx cmake flags
Flags that we now set globally:

- CMAKE_OSX_SYSROOT
- CMAKE_OSX_DEPLOYMENT_TARGET

can now be removed.

(cherry picked from commit 8742d5de30dfe2447c0fb56a2e7410b402effc80)
2018-11-05 13:30:42 -06:00
Daiderd Jordan
8abc1cccfb
SDL: move overrides out of all-packages.nix
Using defaults makes it much easier to understand what the values are.
2018-11-05 14:10:44 +01:00
Daiderd Jordan
7edfded9c3
SDL: include cf-private on darwin
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
2018-11-05 12:47:14 +01:00
Daiderd Jordan
fd1ffd0e0d
SDL2: include cf-private on darwin
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
2018-11-05 12:46:01 +01:00
Matthew Bauer
4056c436c9 http-parser: cleanup 2018-11-04 20:03:53 -06:00
Robert Helgesson
fa30c8cfca
lombok: 1.16.22 -> 1.18.4 2018-11-04 22:36:45 +01:00
Austin Seipp
4569ee7d74 plv8: unbreak build, bump to version 2.3.8
ee58a5b30d 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-04 08:24:19 -06:00
Will Dietz
423f4f478e xapian: 1.4.8 -> 1.4.9
https://xapian.org/docs/xapian-core-1.4.9/NEWS
2018-11-04 14:47:39 +01:00
Renaud
f4508c4bee
Merge pull request #49411 from timor/libmtp-1.1.16
libmtp: 1.1.15 -> 1.1.16
2018-11-04 12:43:16 +01:00
Timon Stampfli
058a3c0806
openjpeg: adding patch for CVE-2018-7648
(cherry picked from commit 3dc0838450)
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-04 11:08:00 +01:00
Matthew Bauer
ef4d78aded
krb5: don't pull in keyutils with bionic
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-03 14:37:18 -05:00
Matthew Bauer
f0cee6b14f
grpc: only set -Wno-error on clang
Apparently GCC errors on this:

https://hydra.nixos.org/build/83561519/
2018-11-03 14:03:34 -05:00
Dmitry Kalinkin
f6aac1cc66 yoda: 1.7.1 -> 1.7.3 (#49654) 2018-11-03 17:27:19 +01:00
Renaud
8b54203727
Merge pull request #49656 from siddharthist/folly
folly: 2018.08.27.00 -> 2018.10.29.00
2018-11-03 16:35:02 +01:00
Mateusz Kowalczyk
0e6d023b06
Merge pull request #49585 from periklis/libid3tag-sec-fixes
libid3tag: patch CVE-2017-11550 and CVE-2017-11551
2018-11-03 19:52:23 +09:00
Matthew Bauer
e9db1e2917 grpc: disable werror for unknown warning option
This seems silly to do an error for. It breaks clang builds.
2018-11-02 21:24:55 -05:00
Matthew Bauer
8bae7d328e
gsasl: disable check on darwin 2018-11-02 20:41:38 -05:00
Langston Barrett
45db416201 folly: 2018.08.27.00 -> 2018.10.29.00
Folly disabled autotools-based builds in favor of CMake.
2018-11-02 13:12:26 -07:00
Jan Tojnar
b603856e44
Merge pull request #49648 from worldofpeace/granite/5.2.0
granite: 5.1.0 -> 5.2.0
2018-11-02 19:45:45 +01:00
Peter Simons
9f9fc7ae15 nlopt: update from 2.4.2 to 2.5.0 2018-11-02 17:50:18 +01:00
worldofpeace
8cf1e97fcf granite: 5.1.0 -> 5.2.0
- Correct License to LGPLv3+
2018-11-02 12:44:05 -04:00
Vladimír Čunát
87e4e1ba72
Revert "c-ares: 1.14.0 -> 1.15.0"
This reverts commit 5ace270309.
It's a mass rebuild, moving to staging.
2018-11-02 14:33:55 +01:00
Michael Raskin
d03ca0c105
Merge pull request #49641 from aanderse/openscenegraph
openscenegraph: 3.6.2 -> 3.6.3
2018-11-02 13:05:36 +00:00
Will Dietz
9e23f72ce7
Merge pull request #49548 from dtzWill/update/c-ares-1.15.0
c-ares: 1.14.0 -> 1.15.0
2018-11-02 03:56:41 -05:00
Will Dietz
71bde96d2b
Merge pull request #49570 from dtzWill/update/webkitgtk-2.22.3
webkitgtk: 2.22.2 -> 2.22.3
2018-11-02 03:53:35 -05:00
Michael Raskin
d24dee08e8
Merge pull request #49617 from aanderse/openscenegraph_3_4
Fix flightgear, simgear & speed_dreams
2018-11-02 08:06:29 +00:00
Renaud
87f97f068e
Merge pull request #49614 from markuskowa/licenses-26
Add licenses
2018-11-02 00:31:33 +01:00
Daniël de Kok
3f0fa6296a leveldb: 1.18 -> 1.20 (#49587)
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-02 00:13:43 +01:00
Markus Kowalewski
645b5a0e82
mockobjects: add license + description 2018-11-01 23:27:15 +01:00
Markus Kowalewski
5fabd1b3c6
lucene: add license + description 2018-11-01 23:27:15 +01:00
Markus Kowalewski
4598cf4f3f
libmatthew-java: add license 2018-11-01 23:27:15 +01:00
Markus Kowalewski
0d140370cb
jdom: add meta data 2018-11-01 23:27:15 +01:00
Markus Kowalewski
d356808b2f
httpunit: add license + homepage 2018-11-01 23:27:14 +01:00
Markus Kowalewski
fe326f8794
hsqldb: add license 2018-11-01 23:27:14 +01:00
Markus Kowalewski
a923a5aa2d
gwt-widgets: add licenses 2018-11-01 23:27:14 +01:00
Markus Kowalewski
eea1946708
gwt-dnd: add license 2018-11-01 23:27:14 +01:00
Markus Kowalewski
08f4d756af
dbus-java: add license 2018-11-01 23:27:14 +01:00
Markus Kowalewski
b13ab27360
jasper: add license 2018-11-01 23:27:14 +01:00
Markus Kowalewski
6afad9b00e
jama: add license 2018-11-01 23:27:13 +01:00
Markus Kowalewski
ba9d6b673a
incrtcl: add license 2018-11-01 23:27:11 +01:00
Aaron Andersen
bdc293caba flightgear & simgear: 2017.3.1 -> 2018.2.2 2018-11-01 18:17:34 -04:00
Aaron Andersen
0cca209943 openscenegraph: revive version 3.4.0 2018-11-01 18:07:12 -04:00
Renaud
32382d2cc9
Merge pull request #49598 from dtzWill/update/nlohmann_json-3.4.0
nlohmann_json: 3.3.0 -> 3.4.0
2018-11-01 21:20:40 +01:00
Markus Kowalewski
cc476f04b8
imlib: add license + description 2018-11-01 20:47:54 +01:00
Will Dietz
a06fde5e24 nlohmann_json: 3.3.0 -> 3.4.0
https://github.com/nlohmann/json/releases/tag/v3.4.0
2018-11-01 11:07:56 -05:00
Periklis Tsirakidis
84db315fb3 libid3tag: patch CVE-2017-11550 and CVE-2017-11551 2018-11-01 13:17:01 +01:00