Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-gcc-5.patch | Bump SONAME for g++ 5 transition | Sebastian Ramacher <sramacher@debian.org> | not-needed | 2015-07-11 | ||
0002-src-CMakelists.txt-do-not-use-wildcards-for-dependen.patch | src/CMakelists.txt: do not use wildcards for dependencies This is discouraged by cmake's documentation and doesn't work with the ninja generator. |
Abderrahim Kitouni <a.kitouni@gmail.com> | no | 2018-04-13 | ||
0003-libxml-include-parser.h.patch | libxml: include parser.h libxml2 removed the inclusion of global.h in a few of its include files, so we can no longer rely on transitive includes. This applies to functions like xmlParseFile. |
Christopher Degawa <ccom@randomderp.com> | no | 2023-10-08 | ||
0004-libxml-constify-the-storage-of-xmlGetLastError.patch | libxml: constify the storage of xmlGetLastError() libxml2 recently made it a const return. Since nothing is being modified of it, this should have no real effect past satisfying the compiler. |
Christopher Degawa <ccom@randomderp.com> | no | 2023-10-08 |