| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | gnu: ecj-bootstrap: Remove trailing #T.•••* gnu/packages/java.scm (ecj-bootstrap)[arguments]: Remove trailing #T from
build phase.
| Ricardo Wurmus | 2021-12-23 | 1 | -2/+1 |
* | gnu: ant-bootstrap: Remove trailing #T from build phase.•••* gnu/packages/java.scm (ant-bootstrap)[arguments]: Remove trailing #T from
'strip-jar-timestamps phase.
| Ricardo Wurmus | 2021-12-23 | 1 | -2/+1 |
* | gnu: ant-bootstrap: Bind OUTPUTS in build phase.•••* gnu/packages/java.scm (ant-bootstrap)[arguments]: Bind OUTPUTS to remove
reference to global %OUTPUTS.
| Ricardo Wurmus | 2021-12-23 | 1 | -2/+2 |
* | gnu: jamvm-1-bootstrap: Simplify snippet.•••* gnu/packages/java.scm (jamvm-1-bootstrap)[source]: Simplify snippet.
| Ricardo Wurmus | 2021-12-23 | 1 | -4/+2 |
* | gnu: icedtea-8: Update to 3.19.0.•••* gnu/packages/java.scm (icedtea-8): Update to 3.19.0.
| Ricardo Wurmus | 2021-12-23 | 1 | -13/+13 |
* | gnu: icedtea-8: Simplify source snippet.•••* gnu/packages/java.scm (icedtea-8)[source]: Simplify snippet.
| Ricardo Wurmus | 2021-12-23 | 1 | -10/+8 |
* | gnu: icedtea-8: Remove trailing #T from build phases.•••* gnu/packages/java.scm (icedtea-8)[arguments]: Remove trailing #T.
| Ricardo Wurmus | 2021-12-23 | 1 | -4/+2 |
* | gnu: Remove icedtea-6.•••* gnu/packages/java.scm (icedtea-6): Remove variable.
* gnu/packages/patches/icedtea-6-extend-hotspot-aarch64-support.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove patch.
| Ricardo Wurmus | 2021-12-23 | 1 | -388/+0 |
* | gnu: icedtea-8: Remove commented configure flag.•••* gnu/packages/java.scm (icedtea-8)[arguments]: Remove commented conflicting
configure flag.
| Ricardo Wurmus | 2021-12-23 | 1 | -1/+0 |
* | gnu: icedtea-7: Build with ECJ 4, Jamvm, and GNU Classpath.•••* gnu/packages/java.scm (icedtea-7)[native-inputs]: Remove icedtea-6, you've
served us well; add classpath-devel, ecj4-javac-wrapper, and jamvm-with-ecj4.
[arguments]: Replace argument to --with-jdk-home configure flag; add
--with-ecj, --with-java, and --with-jar; remove #:locale argument; add build
phase 'use-classpath...
(icedtea-8)[arguments]: ...and remove that new phase here.
[native-inputs]: Remove classpath-devel, ecj4-javac-wrapper, jamvm, and
fastjar.
| Ricardo Wurmus | 2021-12-23 | 1 | -15/+36 |
* | gnu: icedtea-7: Import missing module for read-line.•••* gnu/packages/java.scm (icedtea-7)[arguments]: In 'install-keystore phase,
import (ice-9 rdelim) for read-line.
| Ricardo Wurmus | 2021-12-23 | 1 | -0/+1 |
* | gnu: icedtea-7: Use system lcms and pcsc.•••* gnu/packages/java.scm (icedtea-7)[arguments]: Add configure flags to use our
pcsc and lcms libraries.
[inputs]: Add pcsc-lite. And use new style.
| Ricardo Wurmus | 2021-12-23 | 1 | -22/+25 |
* | gnu: icedtea-7: Bind INPUTS in 'patch-paths build phase.•••* gnu/packages/java.scm (icedtea-7)[arguments]: Bind INPUTS in 'patch-paths
build phase to remove references to %build-inputs.
| Ricardo Wurmus | 2021-12-23 | 1 | -6/+6 |
* | gnu: icedtea-7: Remove trailing #T.•••* gnu/packages/java.scm (icedtea-7)[arguments]: Remove trailing #T from build
phases.
| Ricardo Wurmus | 2021-12-23 | 1 | -24/+13 |
* | gnu: icedtea-7: Run tests conditionally.•••* gnu/packages/java.scm (icedtea-7)[arguments]: Respect TESTS? in 'check
phase.
| Ricardo Wurmus | 2021-12-23 | 1 | -19/+18 |
* | gnu: Add jamvm-with-ecj4.•••* gnu/packages/java.scm (jamvm-with-ecj4): New variable.
| Ricardo Wurmus | 2021-12-23 | 1 | -0/+7 |
* | gnu: Add ecj4-javac-wrapper.•••* gnu/packages/java.scm (ecj4-javac-wrapper): New variable.
| Ricardo Wurmus | 2021-12-23 | 1 | -0/+6 |
* | gnu: Add ecj4-bootstrap.•••* gnu/packages/java.scm (ecj4-bootstrap): New variable.
| Ricardo Wurmus | 2021-12-23 | 1 | -0/+91 |
* | gnu: ecj-javac-wrapper-final: Use new style for inputs.•••* gnu/packages/java.scm (ecj-javac-wrapper-final)[native-inputs]: Use new
style.
| Ricardo Wurmus | 2021-12-23 | 1 | -4/+1 |
* | gnu: ecj-javac-wrapper-final: Use Guile 3.•••* gnu/packages/java.scm (ecj-javac-wrapper-final)[native-inputs]: Replace
guile-2.2 with guile-3.0.
| Ricardo Wurmus | 2021-12-23 | 1 | -1/+1 |
* | gnu: ecj-javac-wrapper: Use Guile 3.•••* gnu/packages/java.scm (ecj-javac-wrapper)[native-inputs]: Replace guile-2.2
with guile-3.0.
| Ricardo Wurmus | 2021-12-23 | 1 | -1/+1 |
* | gnu: ecj-javac-wrapper: Remove trailing #T.•••* gnu/packages/java.scm (ecj-javac-wrapper)[arguments]: Remove trailing #T.
| Ricardo Wurmus | 2021-12-23 | 1 | -2/+1 |
* | gnu: ecj-javac-wrapper: Remove rt.jar from classpath.•••* gnu/packages/java.scm (ecj-javac-wrapper)[arguments]: Do not add jamvm's
rt.jar to the classpath.
| Ricardo Wurmus | 2021-12-23 | 1 | -4/+1 |
* | gnu: ecj-bootstrap: Remove trailing #T.•••* gnu/packages/java.scm (ecj-bootstrap)[arguments]: Remove trailing #T from
build phase.
| Ricardo Wurmus | 2021-12-23 | 1 | -2/+1 |
* | gnu: jamvm: Simplify snippet.•••* gnu/packages/java.scm (jamvm)[source]: Simplify snippet.
| Ricardo Wurmus | 2021-12-23 | 1 | -4/+2 |
* | gnu: java-log4j-api: Update to 2.17.0.•••* gnu/packages/java.scm (java-log4j-api): Update to 2.17.0.
| Julien Lepiller | 2021-12-22 | 1 | -2/+2 |
* | gnu: java-log4j-api: Update to 2.16.0.•••This is a follow-up release because of an incorrect fix to
CVE-2021-45046.
* gnu/packages/java.scm (java-log4j-api): Update to 2.16.0.
| Julien Lepiller | 2021-12-16 | 1 | -2/+2 |
* | gnu: Simplify package inputs.•••This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
| Ludovic Courtès | 2021-12-13 | 1 | -560/+410 |
* | Merge branch 'master' into core-updates-frozen | Ludovic Courtès | 2021-12-13 | 1 | -20/+148 |
|\ |
|
| * | gnu: java-log4j-api: Add cpe-name.•••* gnu/packages/java.scm (java-log4j-api)[properties]: Add cpe-name.
| Julien Lepiller | 2021-12-12 | 1 | -0/+1 |
| * | gnu: java-log4j-api: Update to 2.15.0.•••Includes fixes for CVE-2017-5645, CVE-2020-9488 and CVE-2021-44228.
* gnu/packages/java.scm (java-log4j-api): Update to 2.15.0.
(java-log4j-core, java-log4j-1.2-api)[inputs]: Adjust accordingly.
| Julien Lepiller | 2021-12-12 | 1 | -2/+7 |
| * | gnu. java-lmax-disruptor: Update to 3.4.4.•••* gnu/packages/java.scm (java-lmax-disruptor): Update to 3.4.4.
[source]: Use git-fetch instead of url-fetch.
| Julien Lepiller | 2021-12-12 | 1 | -6/+7 |
| * | gnu: Add java-conversant-disruptor.•••* gnu/packages/java.scm (java-conversant-disruptor): New variable.
| Julien Lepiller | 2021-12-12 | 1 | -0/+35 |
| * | gnu: Add java-jctools-core-1.•••* gnu/packages/java.scm (java-jctools-core-1): New variable.
| Julien Lepiller | 2021-12-12 | 1 | -0/+27 |
| * | gnu: java-jansi: Update to 2.4.0.•••* gnu/packages/java.scm (java-jansi): Update to 2.4.0.
(java-jansi-1): New variable.
[source]: Use git-fetch instead of url-fetch.
(java-jline-2)[inputs]: Use java-jansi-1.
* gnu/packages/groovy.scm (java-groovy-bootstrap)[inputs]: Use java-jansi-1.
| Julien Lepiller | 2021-12-12 | 1 | -12/+71 |
* | | Merge remote-tracking branch 'origin/master' into core-updates-frozen | Ricardo Wurmus | 2021-12-05 | 1 | -5/+35 |
|\| |
|
| * | gnu: openjdk16: Use MAKE-FILE-WRITABLE.•••* gnu/packages/java.scm (openjdk16)[arguments]: Do not shell out to "chmod".
| Ricardo Wurmus | 2021-12-02 | 1 | -5/+2 |
| * | gnu: Add openjdk17.•••* gnu/packages/java.scm (openjdk17): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
| Arne Babenhauserheide | 2021-12-02 | 1 | -0/+33 |
* | | gnu: tla2tools: Remove remaining reference to %output.•••This is a follow-up to commit 7e6ee16d498f48b7bb74fefe5d3d67c62b5baa9d.
* gnu/packages/java.scm (tla2tools)[arguments]: Remove remaining reference to
%output.
| Ricardo Wurmus | 2021-12-05 | 1 | -1/+1 |
* | | gnu: tla2tools: Remove reference to %output.•••* gnu/packages/java.scm (tla2tools)[arguments]: Bind OUTPUTS in build phase
'install to remove reference to %output.
| Ricardo Wurmus | 2021-12-05 | 1 | -2/+2 |
* | | gnu: java-log4j-core: Remove reference to %outputs.•••* gnu/packages/java.scm (java-log4j-core)[arguments]: Remove reference to
%outputs by using a gexp.
| Ricardo Wurmus | 2021-12-05 | 1 | -2/+1 |
* | | gnu: java-log4j-api: Remove reference to %outputs.•••* gnu/packages/java.scm (java-log4j-api)[arguments]: Remove reference to
%outputs by using a gexp.
| Ricardo Wurmus | 2021-12-05 | 1 | -2/+1 |
* | | gnu: java-native-access: Use older GCC.•••* gnu/packages/java.scm (java-native-access)[native-inputs]: Add gcc-7 to fix
the build.
| Ricardo Wurmus | 2021-12-05 | 1 | -1/+3 |
* | | gnu: java-commons-math3: Remove trailing #T.•••* gnu/packages/java.scm (java-commons-math3)[arguments]: Remove trailing #T
from build phase.
| Ricardo Wurmus | 2021-12-05 | 1 | -2/+1 |
* | | gnu: java-commons-math3: Remove references to %build-inputs.•••* gnu/packages/java.scm (java-commons-math3)[arguments]: Use a gexp
to remove references to %build-inputs.
| Julien Lepiller | 2021-12-04 | 1 | -6/+6 |
* | | gnu: java-commons-collections4: Remove references to %build-inputs.•••* gnu/packages/java.scm (java-commons-collections4)[arguments]: Use a gexp
to remove references to %build-inputs.
| Julien Lepiller | 2021-12-04 | 1 | -9/+9 |
* | | gnu: java-commons-exec-1.1: Remove references to %build-inputs.•••* gnu/packages/java.scm (java-commons-exec-1.1)[arguments]: Use a gexp
to remove references to %build-inputs.
| Julien Lepiller | 2021-12-04 | 1 | -3/+3 |
* | | gnu: java-commons-exec: Remove references to %build-inputs.•••* gnu/packages/java.scm (java-commons-exec)[arguments]: Use a gexp to
remove references to %build-inputs.
| Julien Lepiller | 2021-12-04 | 1 | -5/+5 |
* | | Merge remote-tracking branch 'origin/master' into core-updates-frozen | Efraim Flashner | 2021-11-03 | 1 | -3/+5 |
|\| |
|
| * | gnu: openjdk11: Update to 11.0.13.•••The new URL was found in the release announcement at
https://mail.openjdk.java.net/pipermail/jdk-updates-dev/2021-October/009368.html
* gnu/packages/java.scm (openjdk11): Update to 11.0.13.
| Julien Lepiller | 2021-11-03 | 1 | -3/+5 |