5dd240ee11
* various small fixes * Fix security bnc#870082 CVE-2014-0107 - Fix few rpmlint warnings - Deleted xalan-j2-java14compat.patch patch as we don't bother with 1.4 java anymore - Rebased patches on new code: * xalan-j2-crosslink.patch * xalan-j2-manifest.patch * xalan-j2-noxsltcdeps.patch OBS-URL: https://build.opensuse.org/package/show/Java:packages/xalan-j2?expand=0&rev=13
112 lines
4.5 KiB
Diff
112 lines
4.5 KiB
Diff
diff -urN xalan-j_2_7_2.old/src/MANIFEST.MF xalan-j_2_7_2/src/MANIFEST.MF
|
|
--- xalan-j_2_7_2.old/src/MANIFEST.MF 2014-06-23 09:21:30.815410307 +0200
|
|
+++ xalan-j_2_7_2/src/MANIFEST.MF 2014-06-23 09:42:52.044528782 +0200
|
|
@@ -1,7 +1,6 @@
|
|
Manifest-Version: 1.0
|
|
Created-By: @java.version@ (@java.vendor@)
|
|
Main-Class: org.apache.xalan.xslt.Process
|
|
-Class-Path: xercesImpl.jar xml-apis.jar serializer.jar
|
|
|
|
|
|
Name: org/apache/xalan/
|
|
@@ -38,33 +37,3 @@
|
|
Implementation-Vendor: Apache Software Foundation
|
|
Implementation-URL: http://xml.apache.org/xalan-j/
|
|
|
|
-Name: java_cup/runtime/
|
|
-Comment: Runtime component of JCup
|
|
-Specification-Title: Runtime component of JCup
|
|
-Specification-Vendor: Princeton University
|
|
-Specification-Version: 0.10k
|
|
-Implementation-Title: runtime
|
|
-Implementation-Version: @impl.version@
|
|
-Implementation-Vendor: Princeton University
|
|
-Implementation-URL: http://www.cs.princeton.edu/~appel/modern/java/CUP/
|
|
-
|
|
-Name: org/apache/bcel/
|
|
-Comment: Byte Code Engineering Library
|
|
-Specification-Title: Byte Code Engineering Library
|
|
-Specification-Vendor: Markus Dahm
|
|
-Specification-Version: 5.0 rc1
|
|
-Implementation-Title: org.apache.bcel
|
|
-Implementation-Version: @impl.version@
|
|
-Implementation-Vendor: Apache Software Foundation
|
|
-Implementation-URL: http://jakarta.apache.org/bcel
|
|
-
|
|
-Name: org/apache/regexp/
|
|
-Comment: Java Regular Expression package
|
|
-Specification-Title: Java Regular Expression package
|
|
-Specification-Vendor: Apache Software Foundation
|
|
-Specification-Version: 1.2
|
|
-Implementation-Title: org.apache.regexp
|
|
-Implementation-Version: @impl.version@
|
|
-Implementation-Vendor: Apache Software Foundation
|
|
-Implementation-URL: http://jakarta.apache.org/regexp
|
|
-
|
|
diff -urN xalan-j_2_7_2.old/src/MANIFEST.SERIALIZER xalan-j_2_7_2/src/MANIFEST.SERIALIZER
|
|
--- xalan-j_2_7_2.old/src/MANIFEST.SERIALIZER 2014-06-23 09:21:30.815410307 +0200
|
|
+++ xalan-j_2_7_2/src/MANIFEST.SERIALIZER 2014-06-23 09:43:13.107530730 +0200
|
|
@@ -1,7 +1,6 @@
|
|
Manifest-Version: 1.0
|
|
Created-By: @java.version@ (@java.vendor@)
|
|
Main-Class: org.apache.xml.serializer.Version
|
|
-Class-Path: xml-apis.jar
|
|
|
|
Name: org/apache/xml/serializer/
|
|
Comment: Serializer to write out XML, HTML etc. as a stream of characters from an input DOM or from input SAX events.
|
|
diff -urN xalan-j_2_7_2.old/src/manifest.xalan-interpretive xalan-j_2_7_2/src/manifest.xalan-interpretive
|
|
--- xalan-j_2_7_2.old/src/manifest.xalan-interpretive 2014-06-23 09:21:30.838410309 +0200
|
|
+++ xalan-j_2_7_2/src/manifest.xalan-interpretive 2014-06-23 09:43:28.403532145 +0200
|
|
@@ -1,7 +1,6 @@
|
|
Manifest-Version: 1.0
|
|
Created-By: @java.version@ (@java.vendor@)
|
|
Main-Class: org.apache.xalan.xslt.Process
|
|
-Class-Path: xercesImpl.jar xml-apis.jar serializer.jar
|
|
|
|
Name: org/apache/xalan/
|
|
Comment: Main Xalan engine implementing TrAX/JAXP
|
|
diff -urN xalan-j_2_7_2.old/src/manifest.xsltc xalan-j_2_7_2/src/manifest.xsltc
|
|
--- xalan-j_2_7_2.old/src/manifest.xsltc 2014-06-23 09:21:30.816410307 +0200
|
|
+++ xalan-j_2_7_2/src/manifest.xsltc 2014-06-23 09:43:46.395533808 +0200
|
|
@@ -1,6 +1,5 @@
|
|
Manifest-Version: 1.0
|
|
Created-By: @java.version@ (@java.vendor@)
|
|
-Class-Path: xercesImpl.jar xml-apis.jar serializer.jar
|
|
|
|
Name: org/apache/xalan/xsltc/
|
|
Comment: Main XSLTC engine implementing TrAX/JAXP
|
|
@@ -19,33 +18,3 @@
|
|
Implementation-Vendor: Apache Software Foundation
|
|
Implementation-URL: http://xml.apache.org/xalan-j/dist/
|
|
|
|
-Name: java_cup/runtime/
|
|
-Comment: Runtime component of JCup
|
|
-Specification-Title: Runtime component of JCup
|
|
-Specification-Vendor: Princeton University
|
|
-Specification-Version: 0.10k
|
|
-Implementation-Title: runtime
|
|
-Implementation-Version: @impl.version@
|
|
-Implementation-Vendor: Princeton University
|
|
-Implementation-URL: http://www.cs.princeton.edu/~appel/modern/java/CUP/
|
|
-
|
|
-Name: org/apache/bcel/
|
|
-Comment: Byte Code Engineering Library
|
|
-Specification-Title: Byte Code Engineering Library
|
|
-Specification-Vendor: Markus Dahm
|
|
-Specification-Version: 5.0 rc1
|
|
-Implementation-Title: org.apache.bcel
|
|
-Implementation-Version: @impl.version@
|
|
-Implementation-Vendor: Apache Software Foundation
|
|
-Implementation-URL: http://jakarta.apache.org/bcel
|
|
-
|
|
-Name: org/apache/regexp/
|
|
-Comment: Java Regular Expression package
|
|
-Specification-Title: Java Regular Expression package
|
|
-Specification-Vendor: Apache Software Foundation
|
|
-Specification-Version: 1.2
|
|
-Implementation-Title: org.apache.regexp
|
|
-Implementation-Version: @impl.version@
|
|
-Implementation-Vendor: Apache Software Foundation
|
|
-Implementation-URL: http://jakarta.apache.org/regexp
|
|
-
|