Commit Graph

6925 Commits

Author SHA1 Message Date
Eelco Dolstra
1f3c2bcefe
Merge pull request #66686 from edolstra/rustc-1.37.0
rustc: 1.36.0 -> 1.37.0
2019-08-17 16:22:42 +02:00
volth
c814d72b51 treewide: name -> pname 2019-08-17 10:54:38 +00:00
Frederik Rietdijk
fe9a3e3e63 Merge staging-next into staging 2019-08-17 09:39:23 +02:00
Frederik Rietdijk
c68f58d95c Merge master into staging-next 2019-08-17 09:30:16 +02:00
Eelco Dolstra
b7a8280312 rustc: Provide compiler-rt sources
This is needed to build libprofiler_builtins now.

e59f0cc0d3 (diff-daf9539767b10f18e1517f65cdc2e0e2)
https://github.com/rust-lang-nursery/compiler-builtins/issues/295
2019-08-16 15:08:12 +02:00
Eelco Dolstra
a4fc84de44 rustc: 1.36.0 -> 1.37.0 2019-08-16 14:10:13 +02:00
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
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01: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
Frederik Rietdijk
cff9e6429a Merge staging-next into staging 2019-08-14 13:46:33 +02:00
Frederik Rietdijk
8d56f2472e Merge master into staging-next 2019-08-14 13:45:54 +02: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
Frederik Rietdijk
5bc501b7aa Merge staging-next into staging 2019-08-09 14:01:00 +02:00
Frederik Rietdijk
9bd78cb048 Merge master into staging-next 2019-08-09 14:00:27 +02:00
Aaron VonderHaar
4865c8c187 elm-format: 0.8.1 -> 0.8.2 2019-08-08 23:42:08 -07:00
worldofpeace
d7541528a1
Merge pull request #66196 from r-ryantm/auto-update/vala
gnome3.vala: 0.44.5 -> 0.44.6
2019-08-08 09:20:14 -04: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
worldofpeace
6d1a5723d2 vala_0_40: 0.40.15 -> 0.40.16
https://gitlab.gnome.org/GNOME/vala/raw/0.40.16/NEWS
2019-08-06 11:00:19 -04: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
6039f911b2 gnome3.vala: 0.44.5 -> 0.44.6
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/vala/versions
2019-08-06 04:03:00 -07:00