libxslt: revision bump to address open CVEs
authorSebastian Kemper <sebastian_ml@gmx.net>
Tue, 30 Jan 2018 14:28:33 +0000 (15:28 +0100)
committerSebastian Kemper <sebastian_ml@gmx.net>
Tue, 30 Jan 2018 14:28:35 +0000 (15:28 +0100)
commit7d2337a17f4a1b765a49d1f0d930b889d5a8a414
treea783f103f75f87fe9bfbb13f86fe8ec6dfcf38e9
parentf84cc525d63fcc9c8860c0a584663b589408e8d3
libxslt: revision bump to address open CVEs

- Add patches copied from Debian to address open CVEs
- Update mail address of maintainer
- Fix a typo
- Add --disable-silent-rules for verbose build output

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
18 files changed:
libs/libxslt/Makefile
libs/libxslt/patches/0005-Fix-a-couple-of-places-where-f-printf-parameters-wer.patch [new file with mode: 0644]
libs/libxslt/patches/0006-Initialize-pseudo-random-number-generator-with-curre.patch [new file with mode: 0644]
libs/libxslt/patches/0007-EXSLT-function-str-replace-is-broken-as-is.patch [new file with mode: 0644]
libs/libxslt/patches/0008-Fix-quoting-of-xlocale-test-program-in-configure.in.patch [new file with mode: 0644]
libs/libxslt/patches/0009-Fix-for-type-confusion-in-preprocessing-attributes.patch [new file with mode: 0644]
libs/libxslt/patches/0010-Always-initialize-EXSLT-month-and-day-to-1.patch [new file with mode: 0644]
libs/libxslt/patches/0011-Fix-use-after-free-in-xsltDocumentFunctionLoadDocume.patch [new file with mode: 0644]
libs/libxslt/patches/0012-Fix-xsltNumberFormatGetMultipleLevel.patch [new file with mode: 0644]
libs/libxslt/patches/0013-Round-xsl-number-values-to-nearest-integer.patch [new file with mode: 0644]
libs/libxslt/patches/0014-Handle-negative-xsl-number-values.patch [new file with mode: 0644]
libs/libxslt/patches/0015-Lower-bound-for-format-token-a.patch [new file with mode: 0644]
libs/libxslt/patches/0016-Lower-and-upper-bound-for-format-token-i.patch [new file with mode: 0644]
libs/libxslt/patches/0017-Fix-double-free-in-libexslt-hash-functions.patch [new file with mode: 0644]
libs/libxslt/patches/0018-Fix-buffer-overflow-in-exsltDateFormat.patch [new file with mode: 0644]
libs/libxslt/patches/0019-Fix-OOB-heap-read-in-xsltExtModuleRegisterDynamic.patch [new file with mode: 0644]
libs/libxslt/patches/0020-Fix-heap-overread-in-xsltFormatNumberConversion.patch [new file with mode: 0644]
libs/libxslt/patches/0021-Check-for-integer-overflow-in-xsltAddTextString.patch [new file with mode: 0644]