summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2015-09-02 00:15:37 +0100
committerJames Le Cuirot <chewi@gentoo.org>2015-09-03 00:00:46 +0100
commit4d01de01bb17c0f85add5ea5b94fe9c91e596841 (patch)
tree456685eb3b2d584053217d93ad84ac242c0e48c3 /dev-java/icedtea/metadata.xml
parentjava-virtual/script-api: Drop old. (diff)
downloadgentoo-4d01de01bb17c0f85add5ea5b94fe9c91e596841.tar.gz
gentoo-4d01de01bb17c0f85add5ea5b94fe9c91e596841.tar.bz2
gentoo-4d01de01bb17c0f85add5ea5b94fe9c91e596841.zip
dev-java/icedtea: Version bumps to address security vulnerabilities
6.1.13.8 to replace vulnerable 6.1.13.7, plus 7.2.5.6 and 7.2.6.1 to replace vulnerable 7.2.5.5. 7.2.5.6 is needed for ppc because non-HotSpot builds are broken under 7.2.6.1. See IcedTea #2058 [1]. Also fixes: * Removal of binaries depending on X and ALSA (#401621) * Building with IcedTea 6 (#531082) * PaX marking (#541462) * Building with GCC 5 (#548784) [1] http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2058 Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-java/icedtea/metadata.xml')
-rw-r--r--dev-java/icedtea/metadata.xml15
1 files changed, 7 insertions, 8 deletions
diff --git a/dev-java/icedtea/metadata.xml b/dev-java/icedtea/metadata.xml
index 3f20a4b8631e..3b78faba42e5 100644
--- a/dev-java/icedtea/metadata.xml
+++ b/dev-java/icedtea/metadata.xml
@@ -9,22 +9,21 @@
<description>Proxy Maintainer</description>
</maintainer>
<maintainer>
- <email>caster@gentoo.org</email>
- <name>Vlastimil Babka</name>
- <description>Committer (CC me)</description>
+ <email>chewi@gentoo.org</email>
+ <name>James Le Cuirot</name>
+ <description>Committer</description>
</maintainer>
<longdescription>The IcedTea project provides a harness to build the source code from OpenJDK (http://openjdk.java.net) using Free Software build tools along with additional tools such as a browser plugin and Web Start support via NetX. </longdescription>
<use>
- <flag name="X">Make X buildtime-only depenency.</flag>
- <flag name="alsa">Make alsa buildtime-only dependency.</flag>
- <flag name="cacao">Build CACAO virtual machine on platforms supporting HotSpot. (experimental)</flag>
- <flag name="cups">Make CUPS build-only dependency.</flag>
+ <flag name="awt">Install non-headless AWT libraries, needed by some GUIs (used to be X flag)</flag>
+ <flag name="cacao">Use the CACAO virtual machine rather than HotSpot.</flag>
<flag name="infinality">Enable better font rendering using fontconfig.</flag>
<flag name="jamvm">Use the JamVM virtual machine rather than HotSpot.</flag>
<flag name="jbootstrap">If possible, recompile the final IcedTea executables with itself.</flag>
<flag name="nss">Enable NSS security provider support.</flag>
<flag name="nsplugin">Enable browser plugin (NPPlugin), requires also the webstart flag to be enabled.</flag>
- <flag name="pax_kernel">For building when running a PaX enabled kernel.</flag>
+ <flag name="pax_kernel">Apply patch needed for pax enabled kernels.</flag>
+ <flag name="sctp">Build the SCTP NIO channel implementation against lksctp</flag>
<flag name="smartcard">Build the PCSC driver against pcsc-lite</flag>
<flag name="sunec">Build the SunEC provider against system NSS</flag>
<flag name="systemtap">Enable SystemTap probes in HotSpot.</flag>