Frederik Rietdijk
23741692fa
Merge master into staging
2018-04-04 19:36:39 +02:00
Michael Raskin
31fe962bb1
Merge pull request #38365 from fare-patches/master
...
Monthly update for Gambit and Gerbil
2018-04-04 13:33:16 +00:00
Peter Simons
ed92418b96
ghc: add version 8.4.2-rc1
2018-04-04 15:00:31 +02:00
Francois-Rene Rideau
a48bfdc260
gerbil-unstable: init at 2018-04-03
2018-04-04 07:43:00 -04:00
Francois-Rene Rideau
d50469adc7
gambit-unstable: init at 2018-03-26
2018-04-04 07:39:48 -04:00
Jörg Thalheim
b41e5065d2
Merge pull request #38233 from andir/go_1_10_1
...
go_1_10: 1.10 -> 1.10.1, g_1_9: 1.9.4 -> 1.9.5
2018-04-04 11:23:41 +01:00
Jörg Thalheim
1ba44cc957
Merge pull request #37684 from Ralith/vulkan
...
vulkan-loader: 1.0.61.1 -> 1.1.70.0
2018-04-04 11:18:22 +01:00
Tim Steinbach
5a53b98248
openjdk10: Use included cacerts
2018-04-03 19:17:35 -04:00
John Ericson
adaa110a72
binutils: No more darwin conditionals
...
Since at least d7bddc27b2
, we've had a
situation where one should depend on:
- `stdenv.cc.bintools`: for executables at build time
- `libbfd` or `libiberty`: for those libraries
- `targetPackages.cc.bintools`: for exectuables at *run* time
- `binutils`: only for specifically GNU Binutils's executables,
regardless of the host platform, at run time.
and that commit cleaned up this usage to reflect that. This PR flips the
switch so that:
- `binutils` is indeed unconditionally GNU Binutils
- `binutils-raw`, which previously served that role, is gone.
so that the correct usage will be enforced going forward and everything
is simple.
N.B. In a few cases `binutils-unwrapped` (which before and now was
unconditionally actual GNU binutils), rather than `binutils` was used to
replace old `binutils-raw` as it is friendly towards some cross
compilation usage by avoiding a reference to the next bootstrapping
change.
2018-04-03 13:34:52 -04:00
Peter Simons
97e891aee0
Merge pull request #38314 from ElvishJerricco/fix-ghcjs-7.10
...
Fix GHCJS 7.10
2018-04-03 18:15:44 +02:00
Ricardo M. Correia
9c5f79d2ab
Merge pull request #38347 from r-ryantm/auto-update/icedtea-web
...
icedtea8_web: 1.6.2 -> 1.7.1
2018-04-03 16:33:44 +02:00
Tuomas Tynkkynen
747ebe3f66
Merge remote-tracking branch 'upstream/master' into staging
...
Conflicts:
pkgs/top-level/all-packages.nix
2018-04-03 02:22:54 +03:00
Peter Simons
5a6291f1a6
Merge pull request #37842 from ElvishJerricco/fix-ghcjs-haddock-library-1.4.3
...
GHCJS: Fix GHCJS with haddock-library-1.4.3
2018-04-02 21:10:33 +02:00
R. RyanTM
ede066dfcc
icedtea8_web: 1.6.2 -> 1.7.1
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/icedtea-web/versions .
These checks were done:
- built on NixOS
- ran `/nix/store/v9maiya65b10q73b3fb5zf02gqyn11jg-icedtea-web-1.7.1/bin/javaws --help` got 0 exit code
- ran `/nix/store/v9maiya65b10q73b3fb5zf02gqyn11jg-icedtea-web-1.7.1/bin/javaws help` got 0 exit code
- ran `/nix/store/v9maiya65b10q73b3fb5zf02gqyn11jg-icedtea-web-1.7.1/bin/javaws --version` and found version 1.7.1
- ran `/nix/store/v9maiya65b10q73b3fb5zf02gqyn11jg-icedtea-web-1.7.1/bin/javaws version` and found version 1.7.1
- ran `/nix/store/v9maiya65b10q73b3fb5zf02gqyn11jg-icedtea-web-1.7.1/bin/itweb-settings --help` got 0 exit code
- ran `/nix/store/v9maiya65b10q73b3fb5zf02gqyn11jg-icedtea-web-1.7.1/bin/itweb-settings help` got 0 exit code
- ran `/nix/store/v9maiya65b10q73b3fb5zf02gqyn11jg-icedtea-web-1.7.1/bin/policyeditor --help` got 0 exit code
- ran `/nix/store/v9maiya65b10q73b3fb5zf02gqyn11jg-icedtea-web-1.7.1/bin/policyeditor help` got 0 exit code
- found 1.7.1 with grep in /nix/store/v9maiya65b10q73b3fb5zf02gqyn11jg-icedtea-web-1.7.1
- directory tree listing: https://gist.github.com/0e5014eea224d7b6d3648167d610e4f0
2018-04-02 10:52:44 -07:00
Mario Rodas
7ec2c54953
sbcl: 1.4.4 -> 1.4.6
2018-04-02 10:31:51 -05:00
Will Fancher
5da837ad9c
GHCJS: Fix GHCJS with haddock-library-1.4.3
2018-04-02 00:23:32 -04:00
Will Fancher
774253e56b
Fix GHCJS 7.10
2018-04-01 23:25:37 -04:00
Matt McHenry
b80874cda9
elm: override either for elm-interface-to-json
...
as suggested by @pbogdan
final fix for #38023
2018-04-02 01:05:03 +02:00
Matt McHenry
da8d48117f
elm: patch elm-package to work with current http-client
...
partial fix for #38023
2018-04-02 01:05:03 +02:00
Matt McHenry
5dd5faddc0
elm: disable dependencies' tests to fix build
...
these haskell packages need their tests disabled after recent hackage
package version bumps.
partial fix for #38023
2018-04-02 01:05:03 +02:00
Austin Seipp
bffc8c0481
openjdk: move bootstrap tarballs to tarballs.nixos.org
...
Many thanks to @shlevy for doing this migration of the old and new tarballs.
Closes #38097 .
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-04-01 15:19:21 -05:00
Austin Seipp
14e0251362
openjdk8: rename swing patch to be more consistent with the others
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-04-01 15:18:47 -05:00
Austin Seipp
9357a9fbd5
openjdk: remove some old patches that aren't needed anymore
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-04-01 15:18:47 -05:00
Austin Seipp
5d5ed30150
nixpkgs: remove all Java 7 expressions
...
JDK 7 was technically EOL'd a while ago, although RedHat etc are still
doing updates I believe. However, JDK 8 is the default in the tree and
really used everywhere, and JDK 7 isn't seeing many updates by current maintainers, so dropping it seems appropriate.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-04-01 15:18:47 -05:00
Austin Seipp
f71b066d60
nixpkgs: remove all Java 9 expressions
...
Java 9 is EOL, and we no longer need it with JDK 10 builds bootstrapped via JDK
10.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-04-01 15:18:47 -05:00
Austin Seipp
0d04d01021
openjdk10: add new bootstrap minimal binary packages
...
JDK 10 can only be bootstrapped by version 9 or 10, but we want to
now get rid of version 9.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-04-01 15:18:47 -05:00
Austin Seipp
da9fba1a54
openjdk10: do not remove libawt in the minimal config variant
...
This is now required to build JDK 10 with JDK 10, so we're a bit
stuck on this one.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-04-01 15:18:47 -05:00
Austin Seipp
bdb531f6af
openjdk/bootstrap: add zlib to bootstrap JDK RPATH
...
./bin/java now apparently requires zlib.so, otherwise the whole
thing is busted. This is even required in the minimal configuration.
Unfortunately this impiles a rebuild of *all* OpenJDK packages and
their downstream dependencies.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-04-01 15:18:47 -05:00
adisbladis
a052328aac
Merge pull request #38279 from r-ryantm/auto-update/binaryen
...
binaryen: 44 -> 45
2018-04-01 20:57:30 +08:00
Andreas Rammhold
e9f74b91d6
go_1_9: 1.9.4 -> 1.9.5
...
This is a maintenance bump of the golang 1.9 version.
Within the updates are a few bug fixes including an (extended?)
fix for CVE-2018-7187 [1].
The complete changelog is available at the golang GitHub project [2].
[1] https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-7187
[2] https://github.com/golang/go/issues?q=milestone%3AGo1.9.5
2018-04-01 12:44:08 +02:00
R. RyanTM
942edf52a0
binaryen: 44 -> 45
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/binaryen/versions .
These checks were done:
- built on NixOS
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm-shell -h` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm-shell --help` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm-opt -h` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm-opt --help` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm-merge -h` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm-merge --help` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm-metadce -h` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm-metadce --help` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/asm2wasm -h` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/asm2wasm --help` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm2asm -h` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm2asm --help` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/s2wasm -h` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/s2wasm --help` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm-emscripten-finalize -h` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm-emscripten-finalize --help` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm-as -h` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm-as --help` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm-dis -h` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm-dis --help` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm-ctor-eval -h` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm-ctor-eval --help` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm-reduce -h` got 0 exit code
- ran `/nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45/bin/wasm-reduce --help` got 0 exit code
- found 45 with grep in /nix/store/vqjm60x3syaf55njww7a4g4dq7r0x6qy-binaryen-45
- directory tree listing: https://gist.github.com/d46c9206b6d0b68c0f9dcc3bf83b6540
2018-03-31 18:35:15 -07:00
Andreas Rammhold
568d30bb10
go_1_10: 1.10 -> 1.10.1
...
This updates go to the latest version of the golang 1.10 branch.
A few minor (but important) things are fixed in this version:
* CVE-2018-7187 - arbitrary code execution in `go get` (when used with
--insecure) [1]
* Extended Key Usage verification in client certificate scenarios [3]
* a bunch of stability changes
The full list of changes can se been on GitHub [2] & [4].
[1] https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-7187
[2] https://github.com/golang/go/issues?q=milestone%3AGo1.10.1
[3] https://github.com/golang/go/issues/23884
[4] https://github.com/golang/go/issues/24563
2018-03-31 17:02:53 +02:00
Maxime Dénès
1e1839239c
psc-package: 0.2.5 -> 0.3.2-pre
...
Note: the previous version was not building due to outdated upstream
dependencies.
2018-03-31 10:42:42 +01:00
Will Dietz
25b81a053e
swift: loosen platforms to all linux other than known-bad i686
2018-03-31 00:19:46 -05:00
Will Dietz
26f537ffab
swift: 4.0.3 -> 4.1
2018-03-30 23:37:04 -05:00
Frederik Rietdijk
9d2ff98571
Merge remote-tracking branch 'upstream/master' into HEAD
2018-03-30 08:14:35 +02:00
Will Dietz
266cd103f1
Merge pull request #38076 from dtzWill/update/go-1.10.1
...
go: 1.10 -> 1.10.1
2018-03-29 18:06:24 -05:00
Will Dietz
1661c0b2c6
go: 1.10 -> 1.10.1
2018-03-29 17:17:12 -05:00
Will Dietz
166a632124
go: 1.9.4 -> 1.9.5
2018-03-29 17:15:57 -05:00
Peter Simons
0e82924474
ghcjs: mark HEAD version as broken
2018-03-29 20:46:31 +02:00
Shea Levy
fbe8deb282
ghc: Use persistent URL for abi-depends determinism patch.
2018-03-28 12:31:40 -04:00
Shea Levy
05e375d710
Merge remote-tracking branch 'origin/master' into staging
2018-03-28 09:36:47 -04:00
Franz Pletz
8c76754f51
Merge pull request #37870 from jerith666/jdk10u
...
openjdk10: minor cleanups
2018-03-28 06:04:41 +00:00
Matthew Justin Bauer
75616ceb49
Merge pull request #37840 from matthewbauer/unixtools
...
Cross-platform "unixtools"
2018-03-27 18:43:03 -05:00
Matthew Bauer
ef428ab202
treewide: cleanup procps uses
2018-03-27 18:17:37 -05:00
Mario Rodas
f43878ca4d
gerbil: enable on darwin
2018-03-26 17:01:39 -05:00
Mario Rodas
0874789dd5
gambit: enable on darwin
2018-03-26 17:00:52 -05:00
Shea Levy
59a53aada0
haskell.compiler.ghc8{22,41}: Fix abi-depends non-determinism.
...
See https://github.com/haskell/cabal/issues/4728 for symptoms,
https://phabricator.haskell.org/D4159 for the base of the fix.
2018-03-26 10:09:00 -04:00
Tim Steinbach
6889af56c9
Merge pull request #37812 from ryantm/auto-update/kotlin
...
kotlin: 1.2.30 -> 1.2.31
2018-03-26 08:37:57 -04:00
Matt McHenry
aabf45c163
openjdk10: minor cleanups
...
* with only one source bundle (per JEP-296), we can use src instead of
srcs, and avoid the need to cd in prePatch
* fetch sources from jdk10u instead of jdk10, to make it easier to
grab updates when they start coming.
* removed commented-out code that became irrelevant in the 8 -> 9
transition (*.pf files, infinality font rendering)
* create jdk10, jre10, and jre10_headless attributes in
all-packages.nix
2018-03-25 20:23:12 -04:00