[pkg-java] r17734 - in trunk/libxml-security-java/debian: . patches

Tony Mancill tmancill at moszumanska.debian.org
Sun Feb 2 19:20:44 UTC 2014


Author: tmancill
Date: 2014-02-02 19:20:44 +0000 (Sun, 02 Feb 2014)
New Revision: 17734

Added:
   trunk/libxml-security-java/debian/libxml-security-java.classpath
Modified:
   trunk/libxml-security-java/debian/changelog
   trunk/libxml-security-java/debian/control
   trunk/libxml-security-java/debian/patches/0001-change-packaging-to-jar.patch
Log:
1.5.6 upload

Modified: trunk/libxml-security-java/debian/changelog
===================================================================
--- trunk/libxml-security-java/debian/changelog	2014-02-02 16:54:49 UTC (rev 17733)
+++ trunk/libxml-security-java/debian/changelog	2014-02-02 19:20:44 UTC (rev 17734)
@@ -1,3 +1,12 @@
+libxml-security-java (1.5.6-1) unstable; urgency=medium
+
+  * Team upload.
+  * New upstream release.
+    - Addresses CVE-2013-4517 (Closes: #733938)
+  * Freshen pom.xml patch for new version.
+
+ -- tony mancill <tmancill at debian.org>  Sun, 02 Feb 2014 10:14:47 -0800
+
 libxml-security-java (1.5.5-2) unstable; urgency=low
 
   * Upload to unstable

Modified: trunk/libxml-security-java/debian/control
===================================================================
--- trunk/libxml-security-java/debian/control	2014-02-02 16:54:49 UTC (rev 17733)
+++ trunk/libxml-security-java/debian/control	2014-02-02 19:20:44 UTC (rev 17734)
@@ -2,13 +2,27 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Varun Hiremath <varun at debian.org>, Torsten Werner <twerner at debian.org>,
- Niels Thykier <niels at thykier.net>, Emmanuel Bourg <ebourg at apache.org>
-Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.4), javahelper
-Build-Depends-Indep: libmaven-dependency-plugin-java, libcommons-logging-java, libjaxp1.3-java,  
- libxalan2-java, libxerces2-java, junit4, default-jdk-doc, libcommons-logging-java-doc,  
- libxalan2-java-doc, libmaven-javadoc-plugin-java, libbcprov-java
-Standards-Version: 3.9.4
+Uploaders: Varun Hiremath <varun at debian.org>,
+ Torsten Werner <twerner at debian.org>,
+ Niels Thykier <niels at thykier.net>,
+ Emmanuel Bourg <ebourg at apache.org>
+Build-Depends: debhelper (>= 7),
+ cdbs,
+ default-jdk,
+ maven-debian-helper (>= 1.4),
+ javahelper
+Build-Depends-Indep: libmaven-dependency-plugin-java,
+ libcommons-logging-java,
+ libjaxp1.3-java,  
+ libxalan2-java,
+ libxerces2-java,
+ junit4,
+ default-jdk-doc,
+ libcommons-logging-java-doc,  
+ libxalan2-java-doc,
+ libmaven-javadoc-plugin-java,
+ libbcprov-java
+Standards-Version: 3.9.5
 Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/libxml-security-java
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/libxml-security-java
 Homepage: http://santuario.apache.org

Added: trunk/libxml-security-java/debian/libxml-security-java.classpath
===================================================================
--- trunk/libxml-security-java/debian/libxml-security-java.classpath	                        (rev 0)
+++ trunk/libxml-security-java/debian/libxml-security-java.classpath	2014-02-02 19:20:44 UTC (rev 17734)
@@ -0,0 +1 @@
+usr/share/java/xmlsec.jar commons-logging.jar

Modified: trunk/libxml-security-java/debian/patches/0001-change-packaging-to-jar.patch
===================================================================
--- trunk/libxml-security-java/debian/patches/0001-change-packaging-to-jar.patch	2014-02-02 16:54:49 UTC (rev 17733)
+++ trunk/libxml-security-java/debian/patches/0001-change-packaging-to-jar.patch	2014-02-02 19:20:44 UTC (rev 17734)
@@ -10,5 +10,5 @@
 -    <packaging>bundle</packaging>
 +    <packaging>jar</packaging>
      <name>Apache XML Security for Java</name>
-     <version>1.5.5</version>
+     <version>1.5.6</version>
      <description>




More information about the pkg-java-commits mailing list