r2057 - in trunk/libstruts1.2-java/debian: . patches
Arnaud Vandyck
avdyk at costa.debian.org
Mon Apr 24 13:25:50 UTC 2006
Author: avdyk
Date: 2006-04-24 13:25:50 +0000 (Mon, 24 Apr 2006)
New Revision: 2057
Modified:
trunk/libstruts1.2-java/debian/changelog
trunk/libstruts1.2-java/debian/patches/01_build_javac_target.patch
Log:
new upstream that fix the 3 security holes, the patch has been modified
Modified: trunk/libstruts1.2-java/debian/changelog
===================================================================
--- trunk/libstruts1.2-java/debian/changelog 2006-04-24 09:35:40 UTC (rev 2056)
+++ trunk/libstruts1.2-java/debian/changelog 2006-04-24 13:25:50 UTC (rev 2057)
@@ -1,3 +1,11 @@
+libstruts1.2-java (1.2.9-1) unstable; urgency=low
+
+ * New upstream release Fixes three security problems: CVE-2006-1546,
+ CVE-2006-1547, CVE-2006-1548 (closes: #360551), thanks to Moritz
+ Muehlenhoff.
+
+ -- Arnaud Vandyck <avdyk at debian.org> Mon, 24 Apr 2006 12:14:23 +0200
+
libstruts1.2-java (1.2.8-1) unstable; urgency=low
* New upstream release
Modified: trunk/libstruts1.2-java/debian/patches/01_build_javac_target.patch
===================================================================
--- trunk/libstruts1.2-java/debian/patches/01_build_javac_target.patch 2006-04-24 09:35:40 UTC (rev 2056)
+++ trunk/libstruts1.2-java/debian/patches/01_build_javac_target.patch 2006-04-24 13:25:50 UTC (rev 2057)
@@ -1,17 +1,6 @@
---- build.xml.orig 2005-09-18 20:11:02.000000000 +0200
-+++ build.xml 2005-09-18 20:01:14.000000000 +0200
-@@ -223,8 +223,8 @@
- <pathelement location="${antlr.jar}"/>
- <pathelement location="${xerces.jar}"/>
-
-- <!-- this is harmless if not used -->
-- <path refid="downloaded.lib.classpath"/>
-+ <!-- this is harmless if not used
-+ <path refid="downloaded.lib.classpath"/> -->
-
- </path>
-
-@@ -393,7 +393,8 @@
+--- build.xml.old 2006-03-09 15:32:38.000000000 +0000
++++ build.xml 2006-04-24 10:26:48.000000000 +0000
+@@ -398,7 +398,8 @@
destdir="${build.home}/library/classes"
debug="${compile.debug}"
optimize="${compile.optimize}"
More information about the pkg-java-commits
mailing list