| Commit message (Expand) | Author | Age | Files | Lines |
* | gnu: icedtea@3: Update to 3.5.1.•••* gnu/packages/java.scm (icedtea-8): Update to 3.5.1.
| Leo Famulari | 2017-08-19 | 1 | -12/+12 |
* | gnu: icedtea@2: Update to 2.6.11 [security fixes].•••Fixes CVE-2017-{10053,10067,10074,10081,10087,10089,10090,10096,10101,10102,
10107,10108,10109,10110,10111,10115,10116,10118,10135,10074,10176}.
* gnu/packages/java.scm (icedtea-7): Update to 2.6.11.
| Leo Famulari | 2017-08-19 | 1 | -9/+9 |
* | gnu: icedtea@3: Update to 3.5.0 [security fixes].•••Fixes CVE-2017-{10053,10067,10074,10074,10078,10081,10087,10089,10090,10096,
10101,10102,10107,10108,10109,10110,10111,10115,10116,10118,10135,10176,10193,
10198}.
* gnu/packages/java.scm (icedtea-8): Update to 3.5.0.
| Leo Famulari | 2017-07-21 | 1 | -12/+12 |
* | gnu: Add java-commons-cli@1.2.•••* gnu/packages/java.scm(java-commons-cli-1.2): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Gábor Boskovits | 2017-07-20 | 1 | -0/+25 |
* | gnu: Add java-slf4j-api.•••* gnu/packages/java.scm (java-slf4j-api): New variable.
| Ricardo Wurmus | 2017-07-09 | 1 | -0/+37 |
* | gnu: Add java-javaewah.•••* gnu/packages/java.scm (java-javaewah): New variable.
| Ricardo Wurmus | 2017-07-09 | 1 | -0/+30 |
* | gnu: Add java-classpathx-servletapi•••* gnu/packages/java.scm (java-classpathx-servletapi): New variable.
| Ricardo Wurmus | 2017-07-09 | 1 | -0/+35 |
* | gnu: clojure: Update "tools-reader-src" to 1.0.0.•••* gnu/packages/java.scm (clojure)[inputs]: Update "tools-reader-src" to
1.0.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Alex Vong | 2017-06-29 | 1 | -2/+2 |
* | gnu: Move contents of zip module into compression module.•••* gnu/packages/zip.scm (zip, unzip, zziplib, perl-zip): Move to...
* gnu/packages/compression.scm: ...here.
* gnu/packages/zip.scm: Delete file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Unregister deleted file.
* po/packages/POTFILES.in: Unregister deleted file.
* gnu/packages/{audio, avr, bioinformatics, busybox, cdrom, ci, compression,
docbook, documentation, fonts, fpga, game-development, games, gl, gnome,
gnuzilla, graphics, guile, haskell, image, java, kodi, ldc, libreoffice,
markup, maths, mc, monitoring, music, php, pretty-print, python, scheme,
smalltalk, statistics, synergy, tex, textutils, video, web-browsers, xml,
zip}.scm, guix/build-system/{ant, font}.scm, guix/{download, packages}.scm:
Adapt module import.
| Arun Isaac | 2017-06-20 | 1 | -1/+0 |
* | gnu: sablevm: Build reproducibly.•••* gnu/packages/java.scm (sablevm)[arguments]: Add build phase
"remove-timestamp-for-reproducibility".
| Ricardo Wurmus | 2017-06-15 | 1 | -0/+5 |
* | gnu: sablevm: Do not use bundled libraries.•••* gnu/packages/java.scm (sablevm)[inputs]: Add popt and libffi.
[arguments]: Add configure flags and build phase to avoid using bundled
libraries.
| Ricardo Wurmus | 2017-06-15 | 1 | -2/+15 |
* | gnu: classpath-devel: Ensure initial heap size is less than maximum.•••Fixes <https://bugs.gnu.org/27142>.
* gnu/packages/java.scm (classpath-devel)[arguments]: Pass Xms option with a
value lower than Xmx.
| Ricardo Wurmus | 2017-05-30 | 1 | -2/+7 |
* | gnu: ant: Implement in terms of ant/java8.•••* gnu/packages/java.scm (ant): Inherit from ant/java8.
| Ricardo Wurmus | 2017-05-22 | 1 | -47/+15 |
* | gnu: Add ant/java8.•••* gnu/packages/java.scm (ant/java8): New variable.
| Ricardo Wurmus | 2017-05-22 | 1 | -0/+45 |
* | gnu: ant: Move after bootstrap packages.•••* gnu/packages/java.scm (ant): Move package.
| Ricardo Wurmus | 2017-05-22 | 1 | -47/+47 |
* | gnu: ant: Delete bundled jars.•••* gnu/packages/java.scm (ant)[source]: Delete bundled jars in a snippet.
| Ricardo Wurmus | 2017-05-22 | 1 | -1/+7 |
* | gnu: ant: Inherit from ant-bootstrap.•••* gnu/packages/java.scm (ant)[build-system]
[home-page][synopsis][description][license]: Remove fields.
[arguments]: Adapt arguments of ant-bootstrap package.
| Ricardo Wurmus | 2017-05-22 | 1 | -38/+26 |
* | gnu: clojure: Move below bootstrap packages.•••* gnu/packages/java.scm (clojure): Move package.
| Ricardo Wurmus | 2017-05-22 | 1 | -141/+141 |
* | gnu: java-swt: Move below the bootstrap packages.•••* gnu/packages/java.scm (java-swt): Move the package.
| Ricardo Wurmus | 2017-05-22 | 1 | -86/+87 |
* | gnu: icedtea-7: Use icedtea-6 for bootstrapping.•••* gnu/packages/java.scm (icedtea-7)[source]: Remove Makefile.in patch to link
with GCJ libs.
[arguments]: Remove (ice-9 rdelim) module; adjust configure flags; do not add
GCJ headers to CPATH in build phase "set-additional-paths".
[native-inputs]: Remove gcj and ant; add icedtea-6 and ant-bootstrap. Remove
autoconf and automake.
(icedtea-8)[native-inputs]: Delete "icedtea" from the inherited inputs, not
"gcj".
| Ricardo Wurmus | 2017-05-22 | 1 | -60/+40 |
* | gnu: Add icedtea-6.•••* gnu/packages/java.scm (icedtea-6): New variable.
| Ricardo Wurmus | 2017-05-22 | 1 | -0/+340 |
* | gnu: Add ecj-javac-on-jamvm-wrapper-final.•••* gnu/packages/java.scm (ecj-javac-on-jamvm-wrapper-final): New variable.
| Ricardo Wurmus | 2017-05-22 | 1 | -0/+8 |
* | gnu: Add jamvm.•••* gnu/packages/java.scm (jamvm): New variable.
| Ricardo Wurmus | 2017-05-22 | 1 | -0/+7 |
* | gnu: Add classpath-devel.•••* gnu/packages/java.scm (classpath-devel): New variable.
| Ricardo Wurmus | 2017-05-22 | 1 | -0/+64 |
* | gnu: Add ecj-javac-on-jamvm-wrapper.•••* gnu/packages/java.scm (ecj-javac-on-jamvm-wrapper): New variable.
| Ricardo Wurmus | 2017-05-22 | 1 | -0/+86 |
* | gnu: Add classpath-jamvm-wrappers.•••* gnu/packages/java.scm (classpath-jamvm-wrappers): New variable.
| Ricardo Wurmus | 2017-05-22 | 1 | -0/+45 |
* | gnu: Add jamvm-bootstrap.•••* gnu/packages/java.scm (jamvm-bootstrap): New variable.
| Ricardo Wurmus | 2017-05-22 | 1 | -0/+29 |
* | gnu: Add classpath.•••* gnu/packages/java.scm (classpath): New variable.
| Ricardo Wurmus | 2017-05-22 | 1 | -0/+58 |
* | gnu: Add ecj-javac-wrapper.•••* gnu/packages/java.scm (ecj-javac-wrapper): New variable.
| Ricardo Wurmus | 2017-05-22 | 1 | -0/+87 |
* | gnu: Add ecj-bootstrap.•••* gnu/packages/java.scm (ecj-bootstrap): New variable.
| Ricardo Wurmus | 2017-05-22 | 1 | -0/+69 |
* | gnu: Add ant-bootstrap.•••* gnu/packages/java.scm (ant-bootstrap): New variable.
| Ricardo Wurmus | 2017-05-22 | 1 | -0/+60 |
* | gnu: Add sablevm.•••* gnu/packages/java.scm (sablevm): New variable.
| Ricardo Wurmus | 2017-05-22 | 1 | -0/+45 |
* | gnu: Add sablevm-classpath.•••* gnu/packages/java.scm (sablevm-classpath): New variable.
| Ricardo Wurmus | 2017-05-22 | 1 | -0/+39 |
* | gnu: Add jikes.•••* gnu/packages/java.scm (jikes): New variable.
| Ricardo Wurmus | 2017-05-22 | 1 | -0/+44 |
* | gnu: icedtea@3: Add aarch32-drop.•••* gnu/packages/java.scm (icedtea-8)[native-inputs]: Add aarch32-drop.
| Leo Famulari | 2017-05-20 | 1 | -0/+3 |
* | gnu: icedtea@3: Update to 3.4.0 [security fixes].•••Fixes CVE-2017-{3509,3511,3512,3514,3526,3533,3539,3544}.
* gnu/packages/java.scm (icedtea-8): Update to 3.4.0.
| Leo Famulari | 2017-05-20 | 1 | -13/+13 |
* | gnu: icedtea@2: Update to 2.6.10 [security fixes].•••Fixes CVE-2017-{3509,3511,3512,3514,3526,3533,3539,3544}.
* gnu/packages/java.scm (icedtea-7): Update to 2.6.10.
| Leo Famulari | 2017-05-19 | 1 | -10/+10 |
* | gnu: java-stringtemplate: Get closer to fixing tests.•••* gnu/packages/java.scm (java-stringtemplate)[arguments]: Set test-dir and
override default test target. Keep tests disabled because they fail for
unknown reasons.
[inputs]: Add java-junit.
| Ricardo Wurmus | 2017-05-16 | 1 | -3/+11 |
* | gnu: Rename stringtemplate4-4.0.6 to java-stringtemplate-4.0.6.•••* gnu/packages/java.scm (stringtemplate4-4.0.6): Rename this...
(java-stringtemplate-4.0.6): ...to this.
(antlr3)[propagated-inputs]: Adjust accordingly.
| Ricardo Wurmus | 2017-05-16 | 1 | -3/+3 |
* | gnu: Rename stringtemplate4 to java-stringtemplate.•••* gnu/packages/java.scm (stringtemplate4): Rename this...
(java-stringtemplate): ...to this.
(stringtemplate4-4.0.6)[inherit]: Adjust accordingly.
(antlr3)[inputs]: Likewise.
| Ricardo Wurmus | 2017-05-16 | 1 | -5/+4 |
* | gnu: stringtemplate4: Prettify "generate-grammar" phase.•••* gnu/packages/java.scm (stringtemplate4)[arguments]: Rewrite
"generate-grammar" phase to use "with-directory-excursion" and to report
success or failure.
| Ricardo Wurmus | 2017-05-16 | 1 | -8/+9 |
* | gnu: stringtemplate4: Inherit from java-stringtemplate-3.•••* gnu/packages/java.scm (stringtemplate4)[inherit]: Add
"java-stringtemplate-3" as parent.
[home-page, synopsis, description, license]: Inherit from parent.
| Ricardo Wurmus | 2017-05-16 | 1 | -10/+2 |
* | gnu: java-stringtemplate-3: Use return value in build phase.•••* gnu/packages/java.scm (java-stringtemplate-3)[arguments]: Let
build phase "generate-grammar" return success or failure.
| Ricardo Wurmus | 2017-05-16 | 1 | -7/+9 |
* | gnu: java-stringtemplate-3: Enable tests.•••* gnu/packages/java.scm (java-stringtemplate-3)[arguments]: Enable tests; add
build phase to fix tests.
| Ricardo Wurmus | 2017-05-16 | 1 | -2/+9 |
* | gnu: java-stringtemplate-3: Do not hardcode version string.•••* gnu/packages/java.scm (java-stringtemplate-3)[arguments]: Take current
version string.
| Ricardo Wurmus | 2017-05-16 | 1 | -1/+1 |
* | gnu: Rename stringtemplate3 to java-stringtemplate-3.•••* gnu/packages/java.scm (stringtemplate3): Replace this...
(java-stringtemplate-3): ...with this.
[name]: Change to "java-stringtemplate".
(stringtemplate4)[inputs]: Adjust accordingly.
(stringtemplate4-4.0.6)[inputs]: Likewise.
(antlr3)[inputs, propagated-inputs]: Likewise.
(antlr3-3.3)[propagated-inputs, arguments]: Likewise.
(antlr3-3.1)[propagated-inputs]: Likewise.
| Ricardo Wurmus | 2017-05-16 | 1 | -9/+9 |
* | gnu: antlr2: Minor stylistic changes.•••* gnu/packages/java.scm (antlr2)[source]: Fix indentation; end snippet on #t;
add comment next to disabled tests.
| Ricardo Wurmus | 2017-05-15 | 1 | -5/+6 |
* | gnu: antlr2: Simplify build phases.•••* gnu/packages/java.scm (antl2)[arguments]: Simplify build phases.
| Ricardo Wurmus | 2017-05-15 | 1 | -30/+10 |
* | gnu: Add java-javax-mail.•••* gnu/packages/java.scm (java-javax-mail): New variable.
| Ricardo Wurmus | 2017-05-15 | 1 | -0/+26 |
* | gnu: Add java-log4j-api.•••* gnu/packages/java.scm (java-log4j-api): New variable.
| Ricardo Wurmus | 2017-05-15 | 1 | -0/+39 |