libxalan2-java 2.7.1-9 source package in Ubuntu RTM
Changelog
libxalan2-java (2.7.1-9) unstable; urgency=high * Team upload. * Fix CVE-2014-0107: Strengthen the secure processing mode by disabling external general entities, foreign attributes and access to the system properties. This could be exploited to execute arbitrary code remotely. (Closes: #742577) * debian/control: - Standards-Version updated to 3.9.5 (no changes) - Use canonical URLs for the Vcs-* fields - Updated the Homepage field - Removed the duplicate Section fields * Switch to debhelper level 9 * debian/rules: Improved the clean target -- Emmanuel Bourg <email address hidden> Tue, 25 Mar 2014 15:22:35 +0100
Upload details
- Uploaded by:
- Debian Java Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Java Maintainers
- Architectures:
- all
- Section:
- java
- Urgency:
- Very Urgent
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
14.09-factory | release | main | libs | |
14.09 | release | main | libs |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libxalan2-java_2.7.1-9.dsc | 2.3 KiB | dc22e7fd2106cc937302ab6c02c302ad5c5cc80ed83c48166f2f2583cc983395 |
libxalan2-java_2.7.1.orig.tar.gz | 3.6 MiB | 5a1213342047da146525c545b3fb71935617c2caf16c17ce9626df4606678501 |
libxalan2-java_2.7.1-9.debian.tar.xz | 14.9 KiB | d4f4d0b2a1e8b0aeba2b8ec7368ac89cb56fbb23efae16d43c8d1fbd89713293 |
Available diffs
- diff from 2.7.1-8 to 2.7.1-9 (2.8 KiB)
No changes file available.
Binary packages built by this source
- libxalan2-java: XSL Transformations (XSLT) processor in Java
Xalan-Java is an XSLT processor for transforming XML documents into HTML,
text, or other XML document types. It implements the W3C Recommendations for
XSL Transformations (XSLT) and the XML Path Language (XPath). It can be used
from the command line, in an applet or a servlet, or as a module in other
programs.
- libxalan2-java-doc: Documentation and examples for the Xalan-Java XSLT processor
Xalan-Java is an XSLT processor for transforming XML documents into HTML,
text, or other XML document types. It implements the W3C Recommendations for
XSL Transformations (XSLT) and the XML Path Language (XPath). It can be used
from the command line, in an applet or a servlet, or as a module in other
programs.
.
This package contains documentation in HTML format and some Java source
code examples.
- libxsltc-java: XSL Transformations (XSLT) compiler from Xalan-Java
XSLTC provides a compiler and a runtime processor. Use the compiler to
compile an XSL stylesheet into a translet (i.e. a set of Java classes).
Use the runtime processor to apply the translet to an XML document and
perform a transformation. XSLTC is part of the Xalan-Java project.