summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-03-14 21:58:42 +0000
committerPatrice Clement <monsieurp@gentoo.org>2016-03-15 08:37:51 +0000
commit8da262ac9276f072534568445746b9aa2a86e72b (patch)
treeef36ef7fb026b26a27eda8d6f41003434661664b /dev-java/groovy/files
parentdev-java/groovy: Stable for ppc64+x86. Fixes security bug 555470. (diff)
downloadgentoo-8da262ac9276f072534568445746b9aa2a86e72b.tar.gz
gentoo-8da262ac9276f072534568445746b9aa2a86e72b.tar.bz2
gentoo-8da262ac9276f072534568445746b9aa2a86e72b.zip
dev-java/groovy: Clean up vulnerable versions. Fixes security bug 555470.
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-java/groovy/files')
-rw-r--r--dev-java/groovy/files/groovy-1.8-build-pref-locking-fix.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-java/groovy/files/groovy-1.8-build-pref-locking-fix.patch b/dev-java/groovy/files/groovy-1.8-build-pref-locking-fix.patch
deleted file mode 100644
index d857afffca1d..000000000000
--- a/dev-java/groovy/files/groovy-1.8-build-pref-locking-fix.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/build.xml b/build.xml
-index ffca39c..07d93b9 100644
---- a/build.xml
-+++ b/build.xml
-@@ -830,6 +830,7 @@ $Date: 2012/01/28 09:43:04 $
- <path refid="toolsPath"/>
- <pathelement path="${mainClassesDirectory}"/>
- </classpath>
-+ <jvmarg value="-Duser.home=${user.home}" />
- <arg value="org.codehaus.groovy.runtime.DefaultGroovyMethods"/>
- <arg value="org.codehaus.groovy.runtime.SqlGroovyMethods"/>
- <arg value="org.codehaus.groovy.runtime.SwingGroovyMethods"/>