Age | Commit message (Expand) | Author |
2017-03-07 | gnu: java-xz: Update to 1.6....* gnu/packages/java.scm (java-xz): Update to 1.6.
| Ricardo Wurmus |
2017-03-02 | gnu: icedtea-8: Do not embed build time....* gnu/packages/java.scm (icedtea-8)[source]: Modify snippet to erase the
embedded build time.
| Ricardo Wurmus |
2017-03-02 | gnu: Remove icedtea-6....* gnu/packages/java.scm (icedtea-6): Remove variable.
(icedtea-7): Do not inherit from icedtea-6.
| Ricardo Wurmus |
2017-03-01 | gnu: icedtea-6: Modify certificate import to not fail for icedtea-8....Co-authored-by: Roel Janssen <roel@gnu.org>
* gnu/packages/java.scm (icedtea-6)[arguments]: Do not fail install-keystore
phase when attempting to import unsupported certificate types. Also ensure
that the keystore is able to be written to before copying it.
(icedtea-8)[arguments]: Restore "install-keystore" phase.
| Carlo Zancanaro |
2017-02-16 | gnu: icedtea-7: Update to 2.6.9 [security fixes]....Fixes CVE-2016-{2183,5546,5547,5548,5549,5552} and
CVE-2017-{3231,3241,3252,3253,3260,3261,3272,3289}.
* gnu/packages/java.scm (icedtea-7): Update to 2.6.9.
| Leo Famulari |
2017-02-02 | gnu: icedtea-8: Update to 3.3.0 [security fixes]....Fixes CVE-2016-{2183,5546,5547,5548,5549,5552} and
CVE-2017-{3231,3241,3252,3253,3260,3261,3272,3289}.
* gnu/packages/java.scm (icedtea-8): Update to 3.3.0.
| Leo Famulari |
2017-01-24 | gnu: icedtea-6: Update to 1.13.13 [security fixes]....Fixes CVE-2016-{5542,5554,5568,5573,5582,5597} and others. See 'NEWS' in the
source distribution for more information.
* gnu/packages/java.scm (icedtea-6): Update to 1.13.13.
| Leo Famulari |
2017-01-19 | gnu: Move Kerberos implemetations to (gnu packages kerberos)....* gnu/packages/mit-krb5.scm: Remove.
* gnu/packages/shishi.scm: Remove.
* gnu/packages/kerberos.scm: New file, from the concatenation of these
two.
* gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly.
* gnu/packages/admin.scm, gnu/packages/cyrus-sasl.scm,
gnu/packages/gnome.scm, gnu/packages/gnuzilla.scm,
gnu/packages/gsasl.scm, gnu/packages/java.scm,
gnu/packages/networking.scm, gnu/packages/nfs.scm,
gnu/packages/onc-rpc.scm, gnu/packages/ssh.scm,
gnu/packages/web.scm: Adjust accordingly.
| Ludovic Courtès |
2016-12-14 | gnu: icedtea-8: Update to 3.2.0 [fixes CVE-2016-{5542,5554,5568,5573,5582,559......* gnu/packages/java.scm (icedtea-8): Update to 3.2.0.
[arguments]: Pass '--disable-system-pcsc' and '--disable-system-sctp'
to #:configure-flags.
| Leo Famulari |
2016-12-14 | gnu: icedtea-7: Update to 2.6.8 [fixes CVE-2016-{5542,5554,5568,5573,5582,5597}]...* gnu/packages/java.scm (icedtea-7): Update to 2.6.8.
| Leo Famulari |
2016-11-06 | gnu: java-hamcrest-core: Fix build....Since we now remove the directory "lib" from the source, we need to
create a directory where build.xml searches for .jar-files.
* gnu/packages/java.scm (java-hamcrest-core)[pahases]: New phase
create-dummy-directories.
| Hartmut Goebel |
2016-11-06 | gnu: java-hamcrest-core: Remove wrong source file-name....The sources file-name was set to "java-hamcrest-core", while it contains
not only the "core" but all of hamcrest. Further the source archive
already has the correct name.
* gnu/packages/java.scm (java-hamcrest-core)[source]: Remove file-name.
| Hartmut Goebel |
2016-11-06 | gnu: java-hamcrest-core: Update upstream location....The checksum changed since the new location's archive contains no
jar-files (except those of external libraries) and line endings are
different.
* gnu/packages/java.scm (java-hamcrest-core)[source]: Update source
uri and checksum. [snippet]: Remove directory "lib" completely.
| Hartmut Goebel |
2016-09-11 | gnu: icedtea-8: Hardcode dynamically loaded libraries....Fixes <https://bugs.gnu.org/24327>.
* gnu/packages/java.scm (icedtea-8)[arguments]: Add 'patch-jni-libs' phase.
| 宋文武 |
2016-08-31 | gnu: icedtea-6: Update to 1.13.12 [security fixes]....Fixes CVE-2016-{3458,3485,3500,3508,3550,3606}.
* gnu/packages/java.scm (icedtea-6): Update to 1.13.12.
[source]: Remove 'icedtea-remove-overrides' patch.
[arguments]: Move ALSA header substitution to 'patch-paths' phase.
* gnu/packages/patches/icedtea-remove-overrides.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
| Leo Famulari |
2016-08-16 | gnu: Add clojure....* gnu/packages/java.scm (clojure): New variable.
| Alex Vong |
2016-08-05 | gnu: icedtea-8: Update to 3.1.0....Fixes CVE-2016-{3458,3485,3500,3508,3550,3587,3606,3598,3610}.
* gnu/packages/java.scm (icedtea-8): Update to 3.1.0.
[native-inputs]: Add SHENANDOAH-DROP.
| Leo Famulari |
2016-08-05 | gnu: icedtea-7: Update to 2.6.7....Fixes CVE-2016-{3458,3485,3500,3508,3550,3598,3606,3610}.
* gnu/packages/java.scm (icedtea-7): Update to 2.6.7.
| Leo Famulari |
2016-07-24 | gnu: icedtea-6: Narrow file to certificate block....* gnu/packages/java.scm (icedtea-6)[arguments]: Extract certificate
blocks from pem files before importing.
| Ricardo Wurmus |
2016-07-22 | gnu: icedtea-6: Generate keystore....* gnu/packages/java.scm (icedtea-6)[arguments]: Add phase
"install-keystore".
[native-inputs]: Add nss-certs.
| Ricardo Wurmus |
2016-07-22 | gnu: icedtea-6: Use modify-phases syntax....* gnu/packages/java.scm (icedtea-6)[arguments]: Use modify-phases
syntax.
| Ricardo Wurmus |
2016-06-24 | gnu: java-swt: Update to 4.6....* gnu/packages/java.scm (java-swt): Update to 4.6.
| Andreas Enge |
2016-06-07 | gnu: java-swt: Use 64-bit archive on x86_64....* gnu/packages/java.scm (java-swt)[source]: Use separate source archive
for x86_64.
| Ricardo Wurmus |
2016-06-01 | gnu: icedtea: Update to 1.13.11....Fixes CVE-2016-{0686, 0687, 0695, 3425, 3427}.
* gnu/packages/patches/icedtea-remove-overrides.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/java.scm (icedtea): Update to 1.13.11.
[source]: Use the patch.
[inputs]: Add libxcomposite.
| Leo Famulari |
2016-05-16 | gnu:: java-swt: Use ant-build-system....* gnu/packages/java.scm (java-swt): Use ant-build-system.
[native-inputs]: Remove JDK.
| Ricardo Wurmus |
2016-05-04 | gnu: java-qdox: Escape "@" in description....* gnu/packages/java.scm (java-qdox-1.12)[description]: Use "@@tag", not
"@tag".
| Ludovic Courtès |
2016-05-02 | gnu: Add java-junit....* gnu/packages/java.scm (java-junit): New variable.
| Ricardo Wurmus |
2016-05-02 | gnu: Add java-hamcrest-core....* gnu/packages/java.scm (java-hamcrest-core): New variable.
| Ricardo Wurmus |
2016-05-02 | gnu: Add java-jarjar....* gnu/packages/java.scm (java-jarjar): New variable.
| Ricardo Wurmus |
2016-05-02 | gnu: Add java-qdox-1.12....* gnu/packages/java.scm (java-qdox-1.12): New variable.
| Ricardo Wurmus |
2016-04-27 | gnu: Add java-xz....* gnu/packages/java.scm (java-xz): New variable.
| Roel Janssen |
2016-04-27 | gnu: icedtea-8: Update to 3.0.1....Fixes CVE-2016-0686, CVE-2016-0687, CVE-2016-0695, CVE-2016-3425,
CVE-2016-3426, CVE-2016-3427.
* gnu/packages/java.scm (icedtea-8): Update to 3.0.1.
| Leo Famulari |
2016-04-27 | gnu: icedtea-7: Update to 2.6.6....Fixes CVE-2016-0686, CVE-2016-0687, CVE-2016-0695, CVE-2016-3425, CVE-2016-3427.
* gnu/packages/java.scm (icedtea-7): Update to 2.6.6.
| Leo Famulari |
2016-04-26 | gnu: java-swt: Update to 4.5....* gnu/packages/java.scm (java-swt): Update to 4.5.
| Ricardo Wurmus |
2016-04-19 | gnu: Rename Java packages to match new naming specification....* gnu/packages/bioinformatics.scm (htsjdk): Rename to...
(java-htsjdk): ...this.
(ngs-java): Rename to...
(java-ngs): ...this.
(ncbi-vdb)[arguments,inputs]: Use new name.
* gnu/packages/java.scm (swt): Rename to...
(java-swt): ...this.
* gnu/packages/music.scm (tuxguitar)[make-flags,inputs,arguments]: Use
new name of package "swt".
| Hartmut Goebel |
2016-04-19 | gnu: Add icedtea-8....* gnu/packages/java.scm (icedtea-8): New variable.
| Ricardo Wurmus |
2016-04-17 | gnu: icedtea-7: Update to 2.6.5....* gnu/packages/java.scm (icedtea-7): Update to 2.6.5.
[inputs]: Add libxcomposite.
| Ricardo Wurmus |
2016-03-14 | gnu: ant: Update source URL....* gnu/packages/java.scm (ant)[source]: Use Apache mirror instead of
plain URL.
| Ricardo Wurmus |
2016-01-28 | gnu: icedtea-7: Update to 2.6.4....Fixes CVE-2015-{7575, 8126, 8472} and CVE-2016-{0402, 0448, 0466, 0483,
0494}.
* gnu/packages/java.scm (icedtea-7): Update to 2.6.4.
| Leo Famulari |
2016-01-28 | gnu: icedtea-6: Update to 1.13.10....Fixes CVE-2015-{8126, 8472} and CVE-2016-{0402, 0448, 0466, 0483, 0494}.
* gnu/packages/java.scm (icedtea-6): Update to 1.13.10.
| Leo Famulari |
2016-01-12 | gnu: icedtea-6: Fix directory name in "unpack" phase....* gnu/packages/java.scm (icedtea-6)[arguments]: Change the directory
prefix in the "unpack" phase to "icedtea6-".
| Ricardo Wurmus |
2016-01-06 | gnu: icedtea7: Rename to icedtea-7....* gnu/packages/java.scm (icedtea7): Rename variable to...
(icedtea-7): ...this.
(icedtea): Refer to "icedtea-7".
| Ricardo Wurmus |
2016-01-06 | gnu: icedtea6: Rename to icedtea-6....* gnu/packages/java.scm (icedtea6): Rename variable to...
(icedtea-6): ...this.
| Ricardo Wurmus |
2016-01-06 | gnu: icedtea6, icedtea7: Rename package to "icedtea"....* gnu/packages/java.scm (icedtea6): Change package name to "icedtea".
(icedtea7): Inherit package name.
| Ricardo Wurmus |
2016-01-06 | gnu: Add and use default IcedTea....* gnu/packages/java.scm (icedtea): New variable.
(swt)[native-inputs]: Replace "icedtea6" with "icedtea".
* gnu/packages/bioinformatics.scm (htsjdk)[native-inputs]: Likewise.
(ngs-java)[inputs]: Likewise.
* gnu/packages/kodi.scm (kodi)[native-inputs]: Replace "icedtea7" with
"icedtea".
* gnu/packages/ruby.scm (ruby-rjb)[native-inputs]: Replace "icedtea7"
with "icedtea".
| Ricardo Wurmus |
2016-01-06 | gnu: icedtea6, icedtea7: Unpack to "openjdk.src"....* gnu/packages/java.scm (icedtea6)[arguments]: Unpack OpenJDK sources to
"openjdk.src".
(icedtea7)[arguments]: Inherit "--with-openjdk-src-dir" flag; refer to
"openjdk.src" in build phases; simplify "unpack" phase.
[native-inputs]: Rename "openjdk-drop" to "openjdk-src".
| Ricardo Wurmus |
2015-12-23 | gnu: icedtea7: Update to 2.6.3....* gnu/packages/java.scm (icedtea7): Update to 2.6.3.
| Ricardo Wurmus |
2015-12-23 | gnu: icedtea6: Update to 1.13.9....* gnu/packages/java.scm (icedtea6): Update to 1.13.9.
| Ricardo Wurmus |
2015-11-20 | gnu: ant: Update to 1.9.6....* gnu/packages/java.scm (ant): Update to 1.9.6.
| Ricardo Wurmus |
2015-10-29 | gnu: icedtea7: Update to 2.6.2....* gnu/packages/java.scm (icedtea7): Update to 2.6.2.
| Ricardo Wurmus |