Commit Graph

6905 Commits

Author SHA1 Message Date
Eelco Dolstra
96ec1bc7b7
Merge pull request #66681 from basvandijk/init-rust-clippy
rustPackages.clippy: init at rust-1.36.0
2019-08-16 14:07:17 +02:00
Bas van Dijk
682e6fafa4 rustPackages.clippy: init at rust-1.36.0 2019-08-16 09:18:32 +02:00
Matthew Bauer
5c8f1366b1
Merge pull request #66566 from mmahut/ponyc-test-stdlib
ponyc: disabling stdlib tests
2019-08-15 12:51:15 -04:00
Peter Simons
f10881af6b ghc-8.8.1: update alpha-2 to rc-1 2019-08-15 16:04:33 +02:00
Joachim F
e8c04bb367
Merge pull request #66245 from corngood/chicken-fix
chicken: fixes for chicken 5.1.0
2019-08-15 04:09:49 +00:00
Michael Raskin
f5a7cf7941
Merge pull request #66632 from fare-patches/master
Update Gambit and Gerbil from upstream
2019-08-14 18:24:00 +00:00
Matthew Bauer
579168b537
Merge pull request #65483 from arcnmx/pr-llvm-baremetal
llvm8 bare metal fixes
2019-08-14 10:16:57 -04:00
Francois-Rene Rideau
1a00ceeb32 gerbil-unstable: 2019-02-09 -> 2019-08-11 2019-08-14 00:49:41 -04:00
Francois-Rene Rideau
cb2059e29e gambit-unstable: 2019-02-05 -> 2019-07-21 2019-08-14 00:49:41 -04:00
worldofpeace
a41873dbc9
Merge pull request #66422 from stefano-m/icedtea_web-1.8.3
icedtea_web: 1.7.1 -> 1.8.3 (fixes CVE-2019-10185, CVE-2019-10181, CVE-2019-10182)
2019-08-13 18:54:35 -04:00
Stefano Mazzucco
2d4bdb8733 icedtea_web: use glib rather than gtk2 in buildInputs
The dependency on GTK was removed in
c7aae0e400

Also, remove that pesky commented-out line from `preConfigure` too!
2019-08-13 22:45:25 +01:00
Michael Raskin
6490f9c740
Merge pull request #65853 from wahjava/add/sagittarius-scheme
sagittarius-scheme: init at 0.9.6
2019-08-13 18:31:17 +00:00
Matthew Bauer
554a789403
Merge pull request #65537 from Holo-Host/201907/extend-static
pkgsStatic: override libunwind
2019-08-13 12:47:03 -04:00
Marek Mahut
9130e5f1e3 ponyc: disabling stdlib tests 2019-08-13 16:29:41 +02:00
Vincent Laporte
3a4aab967b ocaml: 4.08.0 -> 4.08.1
Bugfix release.

Announcement: https://inbox.ocaml.org/caml-list/0978f74a-9b8c-e9a3-e3a1-c110af4a2f04@inria.fr/T/#u
2019-08-13 12:37:56 +00:00
Marek Mahut
4652a0a520
Merge pull request #65557 from fgaz/qbe/2019-07-11
qbe: unstable-2019-05-15 -> unstable-2019-07-11
2019-08-12 23:27:39 +02:00
Marek Mahut
903333094b
Merge pull request #66057 from jdanekrh/jd_netcore
dotnet.sdk: 2.2.300/2.2.5 -> 2.2.401/2.2.6
2019-08-12 23:20:42 +02:00
Marek Mahut
81e28b4e9a
Merge pull request #66060 from r-ryantm/auto-update/ponyc
ponyc: 0.28.1 -> 0.30.0
2019-08-12 22:39:04 +02:00
Jiri Danek
e395060805 dotnet.sdk: 2.2.300/2.2.5 -> 2.2.401/2.2.6 2019-08-12 22:07:49 +02:00
Marek Mahut
129bf575a2
Merge pull request #63654 from mtrsk/update-dotnet-sdk-2.2.300
dotnet-sdk: 2.2.203 -> 2.2.300 (core 2.2.4 -> 2.2.5)
2019-08-12 18:58:54 +02:00
Maximilian Bosch
4ed6d362c0
Merge pull request #66403 from volth/patch-356
scala_2_12: 2.12.8 -> 2.12.9
2019-08-12 02:33:05 +02:00
worldofpeace
51816f0d40
Merge pull request #66249 from virusdave/dnicponski/scratch/unison_language
unison-ucm: init at 1.0.M1c alpha
2019-08-11 14:16:34 -04:00
Dave Nicponski
4673896662 unison-ucm: init at 1.0.M1c alpha 2019-08-11 14:14:56 -04:00
Ashish SHUKLA
8c32ecd1f4
sagittarius-scheme: init at 0.9.6 2019-08-11 21:47:41 +05:30
Marek Mahut
af447de1b8
Merge pull request #65907 from r-ryantm/auto-update/fasm-bin
fasm-bin: 1.73.12 -> 1.73.15
2019-08-10 21:34:36 +02:00
Stefano Mazzucco
ebde1ddd0e icedtea_web: install .destkop entries 2019-08-10 17:27:41 +01:00
Stefano Mazzucco
de14e5b951 icedtea_web: update homepage 2019-08-10 17:04:51 +01:00
Mario Rodas
ce82fcbff9
Merge pull request #66031 from r-ryantm/auto-update/pony-stable
pony-stable: 0.2.0 -> 0.2.1
2019-08-10 04:32:22 -05:00
Stefano Mazzucco
e26a52a655 icedtea_web: 1.7.1 -> 1.8.3
Use the new official repository on GitHub and build the new launcher written in
Rust.

Also fixes the following security vulnerabilities:

- CVE-2019-10185: zip-slip attack during auto-extraction of a JAR file.

- CVE-2019-10181: executable code could be injected in a JAR file without
  compromising the signature verification.

- CVE-2019-10182: improper path sanitization from <jar/> elements in JNLP
  files.

References:
https://github.com/AdoptOpenJDK/IcedTea-Web/issues/327
2019-08-10 08:28:21 +01:00
volth
93e5ae9c60
scala_2_12: 2.12.8 -> 2.12.9 2019-08-09 20:38:03 +00:00
Aaron VonderHaar
4865c8c187 elm-format: 0.8.1 -> 0.8.2 2019-08-08 23:42:08 -07:00
Mario Rodas
639c8c1f6a
ghc: use ld.gold only on Linux
partly reverts commit 29f2f04ded.
2019-08-07 22:05:26 -05:00
David McFarland
f59f9f3b46 chicken: fixes for chicken 5.1.0
- fix incorrect binaryVersion
- upgrade chicken-5 eggs
- fix repository path
2019-08-06 23:48:57 -03:00
Averell Dalton
5ab179b445 openjfx: fix build 2019-08-06 22:26:56 +02:00
Gabriel Ebner
b3a88b8d10
WIP: openjdk: 11.0.2 -> 12 (#58602)
WIP: openjdk: 11.0.2 -> 12
2019-08-06 16:28:20 +02:00
Mario Rodas
c1fc59ce75
Merge pull request #66162 from r-ryantm/auto-update/souffle
souffle: 1.5.1 -> 1.6.1
2019-08-06 06:22:05 -05:00
R. RyanTM
9a6d014b7f souffle: 1.5.1 -> 1.6.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/souffle/versions
2019-08-05 22:28:37 -07:00
Orivej Desh
c9091c1d9d llvmPackages_8: 8.0.0 -> 8.0.1
Starting with 8.0.1 and 7.1.0 LLVM has moved release hosting to GitHub.
2019-08-05 23:32:16 +00:00
Ryan Mulligan
6f63d1b24e
Merge pull request #65880 from r-ryantm/auto-update/binaryen
binaryen: 86 -> 88
2019-08-05 07:11:09 -07:00
R. RyanTM
f177ac6763 ponyc: 0.28.1 -> 0.30.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ponyc/versions
2019-08-05 05:22:26 -07:00
R. RyanTM
d3c8978f09 pony-stable: 0.2.0 -> 0.2.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/pony-stable/versions
2019-08-05 01:10:32 -07:00
Alp Mestanogullari
29f2f04ded ghc: always use ld.gold
gold is known to speed up GHC builds considerably, saving up to many seconds
when linking large Haskell applications, so this patch configures all
non-binary GHC derivations to use gold.
2019-08-05 07:50:26 +02:00
R. RyanTM
8dcfc107d3 kotlin: 1.3.40 -> 1.3.41
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/kotlin/versions
2019-08-04 21:53:21 -04:00
Vaibhav Sagar
a489bcbbe1 smlnjBootstrap: 110.84 -> 110.91 2019-08-04 10:30:18 -04:00
R. RyanTM
1142ff83ae fasm-bin: 1.73.12 -> 1.73.15
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/fasm-bin/versions
2019-08-03 22:47:38 -07:00
R. RyanTM
2170380abb binaryen: 86 -> 88
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
2019-08-03 15:48:34 -07:00
Vladimír Čunát
d80de1b135
jvmci8: fix evaluation on darwin
It's not my aim to fix the build, just unblock eval and thus the tarball job.
2019-08-03 14:45:30 +02:00
Sarah Brofeldt
a685288d46
Merge pull request #65778 from vbgl/reason-3.5.0
reason: 3.3.7 -> 3.5.0
2019-08-03 08:25:14 +02:00
Frederik Rietdijk
d20a59d2e5 Merge master into staging-next 2019-08-02 23:27:18 +02:00
Vincent Laporte
ea5ce273fb
reason: 3.3.7 -> 3.5.0 2019-08-02 08:30:13 +00:00