[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#770308: marked as done (unblock: libspring-java/3.0.6.RELEASE-17)



Your message dated Thu, 20 Nov 2014 13:05:53 +0000
with message-id <799265ee2f34ef5245ab95f3b8c10835@mail.adsl.funky-badger.org>
and subject line Re: Bug#770308: unblock: libspring-java/3.0.6.RELEASE-17
has caused the Debian Bug report #770308,
regarding unblock: libspring-java/3.0.6.RELEASE-17
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
770308: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770308
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package libspring-java. The security team has requested the removal of libstruts1.2-java (#758516) from Jessie and this update removes the dependency on this package.

unblock libspring-java/3.0.6.RELEASE-17


dpkg-source: warning: extracting unsigned source package (/home/ebourg/packaging/libspring-java_3.0.6.RELEASE-17.dsc)
diff -Nru libspring-java-3.0.6.RELEASE/debian/build-classpath libspring-java-3.0.6.RELEASE/debian/build-classpath
--- libspring-java-3.0.6.RELEASE/debian/build-classpath 2014-10-21 10:48:22.000000000 +0200
+++ libspring-java-3.0.6.RELEASE/debian/build-classpath 2014-11-19 17:32:28.000000000 +0100
@@ -69,7 +69,6 @@
 /usr/share/java/portlet-api.jar
 /usr/share/java/quartz.jar
 /usr/share/java/rome.jar
-/usr/share/java/struts-1.2.jar
 /usr/share/java/testng.jar
 /usr/share/java/tiles-api.jar
 /usr/share/java/tiles-core.jar
diff -Nru libspring-java-3.0.6.RELEASE/debian/changelog libspring-java-3.0.6.RELEASE/debian/changelog
--- libspring-java-3.0.6.RELEASE/debian/changelog       2014-10-21 11:01:57.000000000 +0200
+++ libspring-java-3.0.6.RELEASE/debian/changelog       2014-11-20 11:42:50.000000000 +0100
@@ -1,3 +1,11 @@
+libspring-java (3.0.6.RELEASE-17) unstable; urgency=medium
+
+  * Team upload.
+  * Removed the libspring-web-struts-java package and dropped
+    the build dependency on libstruts1.2-java
+
+ -- Emmanuel Bourg <ebourg@apache.org>  Thu, 20 Nov 2014 11:42:48 +0100
+
 libspring-java (3.0.6.RELEASE-16) unstable; urgency=medium

   * Team upload.
diff -Nru libspring-java-3.0.6.RELEASE/debian/control libspring-java-3.0.6.RELEASE/debian/control
--- libspring-java-3.0.6.RELEASE/debian/control 2014-10-21 11:01:06.000000000 +0200
+++ libspring-java-3.0.6.RELEASE/debian/control 2014-11-20 11:44:47.000000000 +0100
@@ -16,7 +16,7 @@
  libhibernate3-java (>= 3.5), libibatis-java, libitext-java, libjackson-json-java, libapache-poi-java,
  libjamon-java, libjasperreports-java, libjboss-vfs-java, libjdo-api-java (>= 2.2), libjexcelapi-java,
  libjibx1.2-java, libjoda-time-java, libjsf-api-java, libopenjpa-java, libportlet-api-2.0-spec-java,
- libquartz-java, librome-java, libservlet2.5-java, libspring-build-java, libstruts1.2-java,
+ libquartz-java, librome-java, libservlet2.5-java, libspring-build-java,
  libtiles-java, libtomcat8-java, libvelocity-tools-java, libxmlbeans-java, libxstream-java,
  testng, velocity, jruby
 Standards-Version: 3.9.6
@@ -115,17 +115,6 @@
  web MVC framework, web controllers, web views for JSP, Velocity, Tiles, iText
  and POI.

-Package: libspring-web-struts-java
-Architecture: all
-Depends: ${misc:Depends}, libspring-web-servlet-java (= ${source:Version}), libstruts1.2-java
-Description: modular Java/J2EE application framework - Struts MVC
- Spring is a layered Java/J2EE application framework offering a lot of freedom
- to Java developers yet providing well documented and easy-to-use solutions for
- common practices in the industry.
- .
- This package provide org.springframework.web.struts.jar : integrate a Struts
- application with Spring.
-
 Package: libspring-web-portlet-java
 Architecture: all
 Depends: ${misc:Depends}, libspring-web-servlet-java (= ${source:Version})
diff -Nru libspring-java-3.0.6.RELEASE/debian/patches/0013-disable-struts-bundle.patch libspring-java-3.0.6.RELEASE/debian/patches/0013-disable-struts-bundle.patch
--- libspring-java-3.0.6.RELEASE/debian/patches/0013-disable-struts-bundle.patch        1970-01-01 01:00:00.000000000 +0100
+++ libspring-java-3.0.6.RELEASE/debian/patches/0013-disable-struts-bundle.patch        2014-11-20 11:39:53.000000000 +0100
@@ -0,0 +1,14 @@
+Description: Do not build the struts bundle
+Author: Emmanuel Bourg <ebourg@apache.org>
+Forwarded: not-needed
+Bug-Debian: https://bugs.debian.org/758516
+--- a/projects/build-spring-framework/build.xml
++++ b/projects/build-spring-framework/build.xml
+@@ -20,7 +20,6 @@
+               <pathelement location="../org.springframework.web.servlet"/>
+               <pathelement location="../org.springframework.web.portlet"/>
+               <pathelement location="../org.springframework.test"/>
+-              <pathelement location="../org.springframework.web.struts"/>
+       </path>
+
+       <path id="bundles">
diff -Nru libspring-java-3.0.6.RELEASE/debian/patches/series libspring-java-3.0.6.RELEASE/debian/patches/series
--- libspring-java-3.0.6.RELEASE/debian/patches/series  2014-09-13 22:39:10.000000000 +0200
+++ libspring-java-3.0.6.RELEASE/debian/patches/series  2014-11-20 11:37:58.000000000 +0100
@@ -16,3 +16,4 @@
 CVE-2014-1904.patch
 CVE-2014-0225.patch
 0012_use_debian_asm4.patch
+0013-disable-struts-bundle.patch
diff -Nru libspring-java-3.0.6.RELEASE/debian/rules libspring-java-3.0.6.RELEASE/debian/rules
--- libspring-java-3.0.6.RELEASE/debian/rules   2014-10-21 10:43:44.000000000 +0200
+++ libspring-java-3.0.6.RELEASE/debian/rules   2014-11-19 17:33:11.000000000 +0100
@@ -9,7 +9,7 @@
 CLASSPATH       := $(shell for jar in `cat debian/build-classpath`; do if [ -f "$$jar" ]; then echo -n "$${jar}:"; fi; done)
 ANT             := CLASSPATH=$(CLASSPATH) JAVA_HOME=$(JAVA_HOME) ANT_OPTS=$(JAVA_OPTS) ant -f $(BUILD_FILE) $(ANT_ARGS)

-MODULES = aop beans context context.support core expression instrument jdbc jms orm oxm test transaction web web.portlet web.servlet web.struts
+MODULES = aop beans context context.support core expression instrument jdbc jms orm oxm test transaction web web.portlet web.servlet
 PRJ_ROOT = projects/org.springframework
 ARTIFACT_ROOT = target/artifacts/org.springframework

--- End Message ---
--- Begin Message ---
On 2014-11-20 11:40, Emmanuel Bourg wrote:
Please unblock package libspring-java. The security team has requested
the removal of libstruts1.2-java (#758516) from Jessie and this update
removes the dependency on this package.

Unblocked, thanks.

Regards,

Adam

--- End Message ---

Reply to: