about summary refs log tree commit diff
path: root/pkgs/development/compilers/oraclejdk
Commit message (Collapse)AuthorAge
* oraclejdk8: remove dead codevolth2020-02-02
|
* oraclejdk8: 8u211 -> 8u241volth2020-01-15
|
* Merge staging-next into stagingFrederik Rietdijk2019-11-11
|\
| * oraclejdk8: remove waringvolth2019-10-18
| |
* | treewide: JAVA_HOME may not always be definedJohn Ericson2019-11-01
|/
* gdk-pixbuf: rename from gdk_pixbufworldofpeace2019-07-22
|
* oraclejdk/jdk8psu: 8u202 -> 8u212Lev Livnev2019-04-28
|
* oraclejdk/jdk8cpu: 8u201 -> 8u211Lev Livnev2019-04-28
|
* oraclejdk: use working mirror for downloadMatthew Glazar2019-04-25
| | | | | | | | | | | | | http://download.oracle.com/otn-pub/ was recently renamed to http://download.oracle.com/otn/ and now requires authentication with an Oracle account. http://download.oracle.com/otn-pub/ links don't work anymore, so installing oraclejdk fails. Switch to http://javadl.oracle.com/webapps/download/GetFile/, which does not require authentication. This fixes installing oraclejdk. Note: The URL for JCE is still broken; this commit only fixes the URL for the JDK.
* oraclejdk8distro, oraclejdk8psu_distro: move defaults to package fileJan Malakhovski2019-02-03
|
* oraclejdk: add warning message about future udpatestaku02019-01-20
|
* oraclejdk: 8u191 -> 8u201, 8u202taku02019-01-18
|
* oraclejdk: 8.191 -> 8.201Jörg Thalheim2019-01-17
| | | | also no longer use requireFile and accept the license via nixpkgs option
* treewide: remove paxutils from stdenvJörg Thalheim2018-12-22
| | | | | | | More then one year ago we removed grsecurity kernels from nixpkgs: https://github.com/NixOS/nixpkgs/pull/25277 This removes now also paxutils from stdenv.
* oraclejdk: remove version 10taku02018-11-01
|
* oraclejdk8: 8u181 -> 8u191 (#48624)volth2018-10-17
|
* oraclejdk: deprecate oraclejdk 10taku02018-10-11
|
* reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson2018-08-30
| | | | It is deprecated and will be removed after 18.09.
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* oraclejdk: 10.0.1 -> 10.0.2taku02018-07-19
|
* oraclejdk: 8u171, 8u172 -> 8u181taku02018-07-18
|
* treewide: remove platform assertionsMatthew Bauer2018-05-03
| | | | linux: readd assertion
* oraclejdk: 10 -> 10.0.1taku02018-04-19
|
* oraclejdk: 8u161, 8u162 -> 8u171, 8u172taku02018-04-18
|
* nixpkgs: remove all Java 9 expressionsAustin Seipp2018-04-01
| | | | | | | 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>
* openjdk: get rid of warningMatthew Justin Bauer2018-03-23
| | | | | This warning breaks tarball creation: https://hydra.nixos.org/build/71825197/nixlog/1
* oraclejdk: add version 10taku02018-03-23
|
* treewide: transition from mesa_noglu to libGLAlexander V. Nikolaev2018-02-24
|
* Merge pull request #33979 from taku0/oraclejdk-8u161Tim Steinbach2018-01-17
|\ | | | | oraclejre: 9.0.1 -> 9.0.4 [Critical security fixes]
| * oraclejre: 9.0.1 -> 9.0.4taku02018-01-17
| |
* | Merge pull request #33976 from taku0/oraclejdk-8u161Tim Steinbach2018-01-17
|\| | | | | oraclejdk: 8u151, 8u152, 9.0.1 -> 8u161, 8u162, 9.0.4 [Critical security fixes]
| * oraclejdk: 8u151, 8u152, 9.0.1 -> 8u161, 8u162, 9.0.4taku02018-01-17
| |
* | Merge pull request #31552 from taku0/jdk9-remove-jceTim Steinbach2018-01-17
|\ \ | |/ |/| oraclejdk: remove JCE option
| * oraclejdk: remove JCE optiontaku02017-11-12
| | | | | | | | | | The unlimited JCE is bundled by default with Oracle JDK 9. http://www.oracle.com/technetwork/java/javase/terms/readme/jdk9-readme-3852447.html
* | Merge branch 'master' into oracle-jdk-remove-redundand-assertsvolth2017-12-13
|\ \
| * | treewide platform checks: `abort` -> `throw`Vladimír Čunát2017-12-12
| | | | | | | | | | | | | | | | | | They aren't meant to be critical (uncatchable) errors. Tested with nix-env + checkMeta: [ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux" ]
| * | oraclejdk8: fix armv7l hashesJohn Doe2017-12-07
| | |
* | | oraclejdk: remove redundant assertsJohn Doe2017-12-06
|/ /
* | oraclejdk8: support aarch64John Doe2017-12-05
| | | | | | | | [dezgeg amended the change to all-packages.nix]
* | stdenv setup: Always use both propagated filesJohn Ericson2017-11-21
|/ | | | | | | | | | | This continues #23374, which always kept around both attributes, by always including both propagated files: `propgated-native-build-inputs` and `propagated-build-inputs`. `nativePkgs` and `crossPkgs` are still defined as before, however, so this change should only barely observable. This is an incremental step to fully keeping the dependencies separate in all cases.
* oraclejdk: 9 -> 9.0.1taku02017-10-18
|
* oraclejdk: 8u144 -> 8u151, 8u152taku02017-10-18
|
* oraclejdk: add version 9taku02017-09-23
| | | | | | | | Oracle JDK 9 does not seems to contain jre directory, so oraclejre9 package now uses a dedicated archive file. There is no 32-bit version nor arm version (yet). If Oracle releases them, I will update the package.
* orackejdk: untie from gnome2volth2017-08-08
| | | Nothing should change unless you override ```gtk2``` or ```gnome2.gtk``` so they become different
* Merge branch 'master' into stagingFranz Pletz2017-07-28
|\
| * oraclejdk: updated arm checksumsKamil Chmielewski2017-07-27
| |
| * oraclejdk: 8u141 -> 8u144taku02017-07-27
| |
| * Revert "stdenv: Store one package per line in nix-support/propagated-*"John Ericson2017-07-24
| | | | | | | | | | | | | | | | | | | | As @oxij points out in [1], this breakage is especially serious because it changes the contents of built environments without a corresonding change in their hashes. Also, the revert is easier than I thought. This reverts commit 3cb745d5a69018829ac15f7d5a508135f6bda123. [1]: https://github.com/NixOS/nixpkgs/pull/27427#issuecomment-317293040
* | stdenv-setup and misc pkgs: Revert to space-deliminated propagated-* filesJohn Ericson2017-07-26
|/ | | | | We cannot switch to line-delimited yet, because certain Nix commands do not read in the entire file, but just the first line.
* oraclejdk: 8u131 -> 8u141taku02017-07-19
|