Package: xmltooling / 1.6.0-4+deb9u1~bpo8+1
Metadata
Package | Version | Patches format |
---|---|---|
xmltooling | 1.6.0-4+deb9u1~bpo8+1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
Disable forcing of libtool silent.patch | (download) |
configure.ac |
3 2 + 1 - 0 ! |
disable forcing of libtool --silent Debian build log analysis wants verbose logs. |
Use pkg config for log4shib log4cpp.patch | (download) |
configure.ac |
53 4 + 49 - 0 ! |
use pkg-config for log4shib/log4cpp |
Fail configuration if dlopen is not found.patch | (download) |
configure.ac |
2 1 + 1 - 0 ! |
fail configuration if dlopen() is not found |
Discover xerces xmlsec openssl and curl via pkg conf.patch | (download) |
configure.ac |
171 29 + 142 - 0 ! |
discover xerces, xmlsec, openssl and curl via pkg-config |
Propagate requirements into our pkg config file.patch | (download) |
Makefile.am |
6 0 + 6 - 0 ! |
propagate requirements into our pkg-config file |
Make pkgconfigdir configurable.patch | (download) |
Makefile.am |
1 0 + 1 - 0 ! |
make pkgconfigdir configurable |
Print result of CURLINFO_TLS_SSL_PTR test.patch | (download) |
configure.ac |
3 2 + 1 - 0 ! |
print result of curlinfo_tls_ssl_ptr test |
Make pkgxmldir configurable.patch | (download) |
configure.ac |
6 6 + 0 - 0 ! |
make pkgxmldir configurable |
Finish separating flags use _LIBADD.patch | (download) |
configure.ac |
12 8 + 4 - 0 ! |
finish separating flags, use _libadd |
Add more forgotten test result prints.patch | (download) |
configure.ac |
8 5 + 3 - 0 ! |
add more forgotten test result prints |
Remove .pl extension of cxxtestgen.patch | (download) |
configure.ac |
2 1 + 1 - 0 ! |
remove .pl extension of cxxtestgen |
Don t install the test program but link correctly an.patch | (download) |
xmltoolingtest/Makefile.am |
17 8 + 9 - 0 ! |
don't install the test program, but link correctly and run it |
Test BUILD_UNITTEST in the main Makefile only.patch | (download) |
Makefile.am |
6 5 + 1 - 0 ! |
test build_unittest in the main makefile only |
The .cpp dependencies are well known no need to decl.patch | (download) |
xmltoolingtest/Makefile.am |
1 0 + 1 - 0 ! |
the .cpp dependencies are well known, no need to declare them |
Refactor test source generation.patch | (download) |
xmltoolingtest/Makefile.am |
56 25 + 31 - 0 ! |
refactor test source generation |
Factor out the Xerces library dependence.patch | (download) |
xmltoolingtest/Makefile.am |
5 3 + 2 - 0 ! |
factor out the xerces library dependence |
Two more tests don t build without xmlsec.patch | (download) |
xmltoolingtest/Makefile.am |
4 2 + 2 - 0 ! |
two more tests don't build without xmlsec |
Only add found packages to the pkg config dependenci.patch | (download) |
m4/ax_pkg_check_modules.m4 |
8 4 + 4 - 0 ! |
only add found packages to the pkg-config dependencies |
Add separate pkg config file for xmltooling lite.patch | (download) |
Makefile.am |
2 1 + 1 - 0 ! |
add separate pkg-config file for xmltooling-lite |
Enable skipping tests which require network access.patch | (download) |
xmltoolingtest/SecurityHelperTest.h |
9 9 + 0 - 0 ! |
enable skipping tests which require network access |
Enable the dot feature of Doxygen.patch | (download) |
configure.ac |
1 1 + 0 - 0 ! |
enable the dot feature of doxygen |
Get new pthread checks from the Autoconf Archive.patch | (download) |
configure.ac |
2 1 + 1 - 0 ! |
get new pthread checks from the autoconf archive GCC wants -pthread, not -lpthread as returned by the old ACX_PTHREAD. |
security/CVE 2018 0486 Block entity reference nodes during unmarsh.patch | (download) |
xmltooling/io/AbstractXMLObjectUnmarshaller.cpp |
2 2 + 0 - 0 ! |
cve-2018-0486 - block entity reference nodes during unmarshalling. https://issues.shibboleth.net/jira/browse/CPPXT-127 |
security/Add disallowDoctype to parser configuration.patch | (download) |
xmltooling/util/ParserPool.cpp |
1 1 + 0 - 0 ! |
add disallowdoctype to parser configuration. |
security/CVE 2018 0489 Fix additional data forgery flaws.patch | (download) |
xmltooling/AbstractComplexElement.cpp |
16 15 + 1 - 0 ! |
cve-2018-0489 - fix additional data forgery flaws These flaws allow for changes to an XML document that do not break a digital signature but alter the user data passed through to applications enabling impersonation attacks and exposure of protected information. https://shibboleth.net/community/advisories/secadv_20180227.txt https://issues.shibboleth.net/jira/browse/CPPXT-128 |