summaryrefslogtreecommitdiff
path: root/gnu/packages/java.scm
Commit message (Collapse)AuthorAge
* gnu: java-log4j-api: Update to 2.16.0.Julien Lepiller2021-12-16
| | | | | | | 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.
* gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* Merge branch 'master' into core-updates-frozenLudovic Courtès2021-12-13
|\
| * gnu: java-log4j-api: Add cpe-name.Julien Lepiller2021-12-12
| | | | | | | | * gnu/packages/java.scm (java-log4j-api)[properties]: Add cpe-name.
| * gnu: java-log4j-api: Update to 2.15.0.Julien Lepiller2021-12-12
| | | | | | | | | | | | | | 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.
| * gnu. java-lmax-disruptor: Update to 3.4.4.Julien Lepiller2021-12-12
| | | | | | | | | | * gnu/packages/java.scm (java-lmax-disruptor): Update to 3.4.4. [source]: Use git-fetch instead of url-fetch.
| * gnu: Add java-conversant-disruptor.Julien Lepiller2021-12-12
| | | | | | | | * gnu/packages/java.scm (java-conversant-disruptor): New variable.
| * gnu: Add java-jctools-core-1.Julien Lepiller2021-12-12
| | | | | | | | * gnu/packages/java.scm (java-jctools-core-1): New variable.
| * gnu: java-jansi: Update to 2.4.0.Julien Lepiller2021-12-12
| | | | | | | | | | | | | | | | * 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.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus2021-12-05
|\|
| * gnu: openjdk16: Use MAKE-FILE-WRITABLE.Ricardo Wurmus2021-12-02
| | | | | | | | * gnu/packages/java.scm (openjdk16)[arguments]: Do not shell out to "chmod".
| * gnu: Add openjdk17.Arne Babenhauserheide2021-12-02
| | | | | | | | | | | | * gnu/packages/java.scm (openjdk17): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* | gnu: tla2tools: Remove remaining reference to %output.Ricardo Wurmus2021-12-05
| | | | | | | | | | | | | | This is a follow-up to commit 7e6ee16d498f48b7bb74fefe5d3d67c62b5baa9d. * gnu/packages/java.scm (tla2tools)[arguments]: Remove remaining reference to %output.
* | gnu: tla2tools: Remove reference to %output.Ricardo Wurmus2021-12-05
| | | | | | | | | | * gnu/packages/java.scm (tla2tools)[arguments]: Bind OUTPUTS in build phase 'install to remove reference to %output.
* | gnu: java-log4j-core: Remove reference to %outputs.Ricardo Wurmus2021-12-05
| | | | | | | | | | * gnu/packages/java.scm (java-log4j-core)[arguments]: Remove reference to %outputs by using a gexp.
* | gnu: java-log4j-api: Remove reference to %outputs.Ricardo Wurmus2021-12-05
| | | | | | | | | | * gnu/packages/java.scm (java-log4j-api)[arguments]: Remove reference to %outputs by using a gexp.
* | gnu: java-native-access: Use older GCC.Ricardo Wurmus2021-12-05
| | | | | | | | | | * gnu/packages/java.scm (java-native-access)[native-inputs]: Add gcc-7 to fix the build.
* | gnu: java-commons-math3: Remove trailing #T.Ricardo Wurmus2021-12-05
| | | | | | | | | | * gnu/packages/java.scm (java-commons-math3)[arguments]: Remove trailing #T from build phase.
* | gnu: java-commons-math3: Remove references to %build-inputs.Julien Lepiller2021-12-04
| | | | | | | | | | * gnu/packages/java.scm (java-commons-math3)[arguments]: Use a gexp to remove references to %build-inputs.
* | gnu: java-commons-collections4: Remove references to %build-inputs.Julien Lepiller2021-12-04
| | | | | | | | | | * gnu/packages/java.scm (java-commons-collections4)[arguments]: Use a gexp to remove references to %build-inputs.
* | gnu: java-commons-exec-1.1: Remove references to %build-inputs.Julien Lepiller2021-12-04
| | | | | | | | | | * gnu/packages/java.scm (java-commons-exec-1.1)[arguments]: Use a gexp to remove references to %build-inputs.
* | gnu: java-commons-exec: Remove references to %build-inputs.Julien Lepiller2021-12-04
| | | | | | | | | | * gnu/packages/java.scm (java-commons-exec)[arguments]: Use a gexp to remove references to %build-inputs.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-11-03
|\|
| * gnu: openjdk11: Update to 11.0.13.Julien Lepiller2021-11-03
| | | | | | | | | | | | | | 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.
* | gnu: java-cisd-args4j: Copy instead of unpacking input.Ricardo Wurmus2021-10-24
| | | | | | | | | | * gnu/packages/java.scm (java-cisd-args4j)[arguments]: Do not unpack build-resources input; just copy the contents.
* | gnu: java-commons-io: Replace %build-inputs with gexp.Ricardo Wurmus2021-10-24
| | | | | | | | | | * gnu/packages/java.scm (java-commons-io)[arguments]: Do not use %build-inputs; use gexp with this-package-native-inputs instead.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe2021-10-12
|\|
| * gnu: tla2tools: Build from a known commit.Tobias Geerinckx-Rice2021-09-27
| | | | | | | | | | | | | | Reported by Andrew Patterson <andrewpatt7@gmail.com>. * gnu/packages/java.scm (tla2tools)[version, source]: Use a commit (and GIT-VERSION) instead of a tag.
* | gnu: icedtea-7: Use pem certificates.Mathieu Othacehe2021-09-21
| | | | | | | | | | | | | | This is a follow-up of: 287a8c90484c76336e0c0457960e4b2ebf4d2b16. * gnu/packages/java.scm (icedtea-7)[arguments]{install-keystore}: Use pem certificates.
* | gnu: openjdk: Fix compiling with gcc 10.Guillaume Le Vaillant2021-09-18
| | | | | | | | | | | | * gnu/packages/java.scm (openjdk9, openjdk10, openjdk11)[arguments]: Add '-fcommon', '-fno-delete-null-pointer-checks' and '-fno-lifetime-dse' to CFLAGS.
* | gnu: openjdk10: Fix build.Guillaume Le Vaillant2021-09-15
| | | | | | | | | | | | * gnu/packages/java.scm (openjdk10)[arguments]: Pass '-fcommon' to CFLAGS. Add 'disable-warnings-as-errors' phase. [native-inputs]: Add gcc-9.
* | gnu: openjdk9: Fix build.Guillaume Le Vaillant2021-09-15
| | | | | | | | | | * gnu/packages/java.scm (openjdk9)[arguments]: Pass '-fcommon' to CFLAGS. [native-inputs]: Add gcc-9.
* | gnu: javacc: Fix build.Guillaume Le Vaillant2021-09-14
| | | | | | | | * gnu/packages/java.scm (javacc)[arguments]: Use gexp for 'make-flags'.
* | gnu: java-org-ow2-parent-pom: Fix build.Guillaume Le Vaillant2021-09-14
| | | | | | | | | | * gnu/packages/java.scm (java-org-ow2-parent-pom-1.3)[arguments]: Use gexp in 'install' phase.
* | gnu: java-classpathx-servletapi: Fix build.Guillaume Le Vaillant2021-09-14
| | | | | | | | | | * gnu/packages/java.scm (java-classpathx-servletapi)[arguments]: Use gexp for 'make-flags'.
* | gnu: ant: Fix build.Guillaume Le Vaillant2021-09-14
| | | | | | | | | | * gnu/packages/java.scm (ant/java8)[arguments]: Delete 'define-java-environment-variables' phase inherited from ant-bootstrap.
* | gnu: icedtea: Fix build.Guillaume Le Vaillant2021-09-14
| | | | | | | | | | * gnu/packages/java.scm (icedtea-8)[arguments]: Pass '-fcommon' to CFLAGS and CXXFLAGS. Add 'fix-openjdk' phase.
* | gnu: icedtea-7: Fix build.Guillaume Le Vaillant2021-09-14
| | | | | | | | | | * gnu/packages/java.scm (icedtea-7)[arguments]: Add 'fix-openjdk' phase. Update 'install-keystore' phase.
* | gnu: icedtea-6: Fix build.Guillaume Le Vaillant2021-09-14
| | | | | | | | * gnu/packages/java.scm (icedtea-6)[arguments]: Add 'fix-openjdk' phase.
* | gnu: classpath-bootstrap: Work around miscompilation.Ludovic Courtès2021-09-03
| | | | | | | | | | | | | | | | | | | | | | Fixes <https://issues.guix.gnu.org/49990>. Previously, building 'ant-bootstrap' would fail in obscure ways. * gnu/packages/patches/classpath-miscompilation.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/java.scm (classpath-bootstrap)[source]: Use it. [arguments]: Remove 'remove-call-to-free' phase.
* | gnu: ant-bootstrap: Set environment variables in a separate phase.Ludovic Courtès2021-09-03
| | | | | | | | | | * gnu/packages/java.scm (ant-bootstrap)[arguments]: Move 'setenv' calls to new 'define-java-environment-variables' phase.
* | gnu: classpath-bootstrap: Use 'search-input-file'.Ludovic Courtès2021-09-03
| | | | | | | | | | * gnu/packages/java.scm (classpath-bootstrap)[arguments]: Use 'search-input-file'.
* | gnu: libantlr3c: Simplify configure.Efraim Flashner2021-08-08
| | | | | | | | | | | | * gnu/packages/java.scm (libantlr3c)[arguments]: Remove custom 'configure phase. Move '--enable-64bit' to configure-flags, conditional on being for a 64-bit platform.
* | gnu: icedtea@1.13.13: Add 'file-name' field to the origins.Ludovic Courtès2021-07-31
| | | | | | | | | | * gnu/packages/java.scm (icedtea-6)[native-inputs]: Add 'file-name' field to all the origins.
* | Merge branch 'master' into core-updates-frozenMarius Bakke2021-07-29
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/packages/bioinformatics.scm gnu/packages/cmake.scm gnu/packages/curl.scm gnu/packages/emacs-xyz.scm gnu/packages/gpodder.scm gnu/packages/music.scm gnu/packages/patches/glibc-bootstrap-system.patch gnu/packages/python-xyz.scm gnu/packages/shells.scm gnu/packages/statistics.scm
| * gnu: java-commons-codec: Update to 1.15.Tobias Geerinckx-Rice2021-07-25
| | | | | | | | * gnu/packages/java.scm (java-commons-codec): Update to 1.15.
| * gnu: java-commons-codec: Fix build on non-huge-memory machines.Tobias Geerinckx-Rice2021-07-25
| | | | | | | | | | * gnu/packages/java.scm (java-commons-codec)[arguments]: Add a new 'skip-ravenous-test phase.
| * gnu: java-commons-codec: Don't return #t from phases.Tobias Geerinckx-Rice2021-07-25
| | | | | | | | | | * gnu/packages/java.scm (java-commons-codec)[arguments]: Don't return #t from phases.
* | gnu: Use 'search-input-directory' and 'search-input-file' where appropriate.Ludovic Courtès2021-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes some of the remaining uses of this idiom: (string-append (assoc-ref inputs "LABEL") "FILE") to one of: (search-input-file inputs "FILE") (search-input-directory inputs "FILE") * gnu/packages/axoloti.scm (axoloti-patcher): Use 'search-input-directory'. (axoloti-patcher-next): Likewise. * gnu/packages/bioinformatics.scm (java-picard): Likewise. * gnu/packages/bootloaders.scm (grub-hybrid): Likewise. (u-boot-puma-rk3399): Likewise. (u-boot-rock64-rk3328): Likewise. (u-boot-firefly-rk3399): Likewise. (u-boot-rockpro64-rk3399): Likewise. (u-boot-pinebook-pro-rk3399): Likewise. * gnu/packages/cran.scm (r-shiny): Likewise. (r-shinytree): Likewise. * gnu/packages/education.scm (anki): Likewise. * gnu/packages/emacs-xyz.scm (emacs-flycheck-grammalecte): Likewise. (emacs-rime): Likewise. * gnu/packages/emulators.scm (dolphin-emu): Likewise. * gnu/packages/games.scm (bsd-games): Likewise. (seahorse-adventures): Likewise. (einstein): Likewise. * gnu/packages/gimp.scm (gimp-fourier): Likewise. * gnu/packages/gnome.scm (gspell): Likewise. * gnu/packages/guile-xyz.scm (guile-libyaml): Likewise. * gnu/packages/java.scm (icedtea-7): Likewise. * gnu/packages/language.scm (nimf): Likewise. * gnu/packages/lxde.scm (spacefm): Likewise. * gnu/packages/mail.scm (claws-mail): Likewise. * gnu/packages/netpbm.scm (netpbm): Likewise. * gnu/packages/networking.scm (blueman): Likewise. * gnu/packages/scheme.scm (scm): Likewise. * gnu/packages/security-token.scm (python-fido2): Likewise. * gnu/packages/syndication.scm (rtv): Likewise. * gnu/packages/tls.scm (acme-client): Likewise. * gnu/packages/web.scm (netsurf): Likewise. * gnu/packages/wine.scm (wine-staging): Likewise. * gnu/packages/wxwidgets.scm (wxwidgets): Likewise.
* | gnu: Use 'search-input-file' when looking for .jar files.Ludovic Courtès2021-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (java-picard-1.113): Use 'search-input-file' when looking for *.jar. (fastqc): Likewise. * gnu/packages/groovy.scm (groovy): Likewise. * gnu/packages/java.scm (ant-bootstrap): Likewise. (ecj-bootstrap): Likewise. (java-cisd-base): Likewise. (java-cisd-args4j): Likewise. (java-cisd-jhdf5): Likewise. (java-native-access): Likewise. (java-native-access-platform): Likewise. * gnu/packages/maths.scm (hdf-java): Likewise.