Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libxslt-devel-1.1.32-lp152.5.1 RPM for armv7hl

From OpenSuSE Ports Leap 15.2 for armv7hl

Name: libxslt-devel Distribution: openSUSE Leap 15.2
Version: 1.1.32 Vendor: openSUSE
Release: lp152.5.1 Build date: Fri May 29 20:55:51 2020
Group: Development/Libraries/C and C++ Build host: armbuild13
Size: 1711591 Source RPM: libxslt-1.1.32-lp152.5.1.src.rpm
Packager: https://bugs.opensuse.org
Url: http://xmlsoft.org/XSLT/
Summary: Development files for libxslt
libxslt allows you to transform XML files into other XML files
(or HTML, text, and more) using the standard XSLT stylesheet
transformation mechanism.

This subpackage contains the header files for developing
applications that want to make use of the XSLT libraries.

Provides

Requires

License

LGPL-2.1+

Changelog

* Mon Oct 21 2019 Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
  - Security fix [bsc#1154609, CVE-2019-18197]
    * Fix dangling pointer in xsltCopyText
    * Add libxslt-CVE-2019-18197.patch
* Tue Jul 02 2019 Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
  - Security fix: [bsc#1140101, CVE-2019-13118]
    * Fix uninitialized read with UTF-8 grouping chars. Read of
      uninitialized stack data due to too narrow xsl:number
      instruction and an invalid character
    * Added libxslt-CVE-2019-13118.patch
* Tue Jul 02 2019 Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
  - Security fix: [bsc#1140095, CVE-2019-13117]
    * Fix uninitialized read of xsl:number token. An xsl number with
      certain format strings could lead to a uninitialized read in
      xsltNumberFormatInsertNumbers
    * Added libxslt-CVE-2019-13117.patch
* Thu Apr 11 2019 Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
  - Security fix: [bsc#1132160, CVE-2019-11068]
    * Bypass of a protection mechanism because callers of xsltCheckRead
      and xsltCheckWrite permit access even upon receiving a -1 error
      code. xsltCheckRead can return -1 for a crafted URL that is not
      actually invalid and is subsequently loaded.
    * Added libxslt-CVE-2019-11068.patch
* Wed Nov 08 2017 vcizek@suse.com
  - Update to version 1.1.32
    * fixes xml-config detection regression (boo#1066525)
* Thu Oct 19 2017 pmonrealgonzalez@suse.com
  - Update to version 1.1.30 [bsc#1063934]
    * Documentation:
    - Misc doc fixes
    * Portability:
    - Look for libxml2 via pkg-config first
    * Bug Fixes:
    - Also fix memory hazards in exsltFuncResultElem
    - Fix NULL deref in xsltDefaultSortFunction
    - Fix memory hazards in exsltFuncFunctionFunction
    - Fix memory leaks in EXSLT error paths
    - Fix memory leak in str:concat with empty node-set
    - Fix memory leaks in error paths
    - Switch to xmlUTF8Strsize in numbers.c
    - Fix NULL pointer deref in xsltFormatNumberFunction
    - Fix UTF-8 check in str:padding
    - Fix xmlStrPrintf argument
    - Check for overflow in _exsltDateParseGYear
    - Fix double to int conversion
    - Check for overflow in exsltDateParseDuration
    - Change version of xsltMaxVars back to 1.0.24
    - Disable xsltCopyTextString optimization for extensions
    - Create DOCTYPE for HTML version 5
    - Make xsl:decimal-format work with namespaces
    - Remove norm:localTime extension function
    - Check for integer overflow in xsltAddTextString
    - Detect infinite recursion when evaluating function arguments
    - Fix memory leak in xsltElementAvailableFunction
    - Fix for pattern predicates calling functions
    - Fix cmd.exe invocations in Makefile.mingw
    - Don't try to install index.sgml
    - Fix symbols.xml
    - Fix heap overread in xsltFormatNumberConversion
    - Fix <xsl:number level="any"/> for non-element nodes
    - Fix unreachable code in xsltAddChild
    - Change version number in xsl:version warning
    - Avoid infinite recursion after failed param evaluation
    - Stop if potential recursion is detected
    - Consider built-in templates in apply-imports
    - Fix precedence with multiple attribute sets
    - Rework attribute set resolution
    * Improvements:
    - Silence tests a little
    - Set LIBXML_SRC to absolute path
    - Add missing #include
    - Adjust expected error messages in tests
    - Make xsltDebug more quiet
    - New-line terminate error message that missed this convention
    - Use xmlBuffers in EXSLT string functions
    - Switch to xmlUTF8Strsize in EXSLT string functions
    - Check for return value of xmlUTF8Strlen
    - Avoid double/long round trip in FORMAT_ITEM
    - Separate date and duration structs
    - Check for overflow in _exsltDateDifference
    - Clamp seconds field of durations
    - Change _exsltDateAddDurCalc parameter types
    - Fix date:difference with time zones
    - Rework division/remainder arithmetic in date.c
    - Remove exsltDateCastDateToNumber
    - Change internal representation of years
    - Optimize IS_LEAP
    - Link libraries with libm
    - Rename xsltCopyTreeInternal to xsltCopyTree
    - Update linker version script
    - Add local wildcard to version script
    - Make some symbols static
    - Remove redundant NULL check in xsltNumberComp
    - Fix forwards compatibility for imported stylesheets
    - Reduce warnings in forwards-compatible mode
    - Precompute XSLT elements after preprocessing
    - Fix whitespace in xsltParseStylesheetTop
    - Consolidate recursion checks
    - Treat XSLT_STATE_STOPPED same as errors
    - Make sure that XSLT_STATE_STOPPED isn't overwritten
    - Add comment regarding built-in templates and params
    - Rewrite memory management of local RVTs
    - Validate QNames of attribute sets
    - Add xsl:attribute-set regression tests
    - Ignore imported stylesheets in xsltApplyAttributeSet
  - Dropped patches fixed upstream
    * libxslt-CVE-2016-4738.patch
    * libxslt-1.1.28-CVE-2017-5029.patch
* Mon Sep 11 2017 jengelh@inai.de
  - Fix RPM groups. Drop ineffective --with-pic.
    Trim conjecture from description.
* Fri Jul 28 2017 mpluskal@suse.com
  - Add gpg signature
  - Cleanup spec file with spec-cleaner
* Tue Apr 25 2017 pmonrealgonzalez@suse.com
  - Fixed CVE-2017-5029 bcs#1035905
    * Limit buffer size in xsltAddTextString to INT_MAX
  - Added patch libxslt-1.1.28-CVE-2017-5029.patch
* Wed Apr 05 2017 pgajdos@suse.com
  - security update: initialize random generator, CVE-2015-9019
    [bsc#934119]
    + libxslt-random-seed.patch
* Mon Mar 13 2017 pmonrealgonzalez@suse.com
  - Added patch libxslt-CVE-2016-4738.patch
    * Fix heap overread in xsltFormatNumberConversion: An empty
      decimal-separator could cause a heap overread. This can be
      exploited to leak a couple of bytes after the buffer that holds
      the pattern string.
    * bsc#1005591 CVE-2016-4738
* Sat Jun 11 2016 tchvatal@suse.com
  - Update to 1.1.29:
    * new release after 4 years with few bugfies all around
  - Refresh patch 0009-Make-generate-id-deterministic.patch to apply
  - Remove cve patch that was integrated upstream:
    libxslt-1.1.28-type_confusion_preprocess_attr.patch
  - Unpack the manpage as the compression is set by buildbot not always gz
* Fri May 20 2016 kstreitova@suse.com
  - add libxslt-1.1.28-type_confusion_preprocess_attr.patch to fix
    type confusion in preprocessing attributes [bnc#952474],
    [CVE-2015-7995]
* Thu Apr 09 2015 suse@microstep-mis.com
  - fix package with "soname" should obsolete libxslt package on suse < 12.2 (SLE11)
* Sun Feb 01 2015 coolo@suse.com
  - add 0009-Make-generate-id-deterministic.patch from debian's
    reproducible builds project to avoid randomness in generated IDs

Files

/usr/bin/xslt-config
/usr/include/libexslt
/usr/include/libexslt/exslt.h
/usr/include/libexslt/exsltconfig.h
/usr/include/libexslt/exsltexports.h
/usr/include/libxslt
/usr/include/libxslt/attributes.h
/usr/include/libxslt/documents.h
/usr/include/libxslt/extensions.h
/usr/include/libxslt/extra.h
/usr/include/libxslt/functions.h
/usr/include/libxslt/imports.h
/usr/include/libxslt/keys.h
/usr/include/libxslt/namespaces.h
/usr/include/libxslt/numbersInternals.h
/usr/include/libxslt/pattern.h
/usr/include/libxslt/preproc.h
/usr/include/libxslt/security.h
/usr/include/libxslt/templates.h
/usr/include/libxslt/transform.h
/usr/include/libxslt/variables.h
/usr/include/libxslt/xslt.h
/usr/include/libxslt/xsltInternals.h
/usr/include/libxslt/xsltconfig.h
/usr/include/libxslt/xsltexports.h
/usr/include/libxslt/xsltlocale.h
/usr/include/libxslt/xsltutils.h
/usr/lib/libexslt.so
/usr/lib/libxslt.so
/usr/lib/pkgconfig/libexslt.pc
/usr/lib/pkgconfig/libxslt.pc
/usr/lib/xsltConf.sh
/usr/share/aclocal/libxslt.m4
/usr/share/doc/packages/libxslt-devel
/usr/share/doc/packages/libxslt-devel/API.html
/usr/share/doc/packages/libxslt-devel/APIchunk0.html
/usr/share/doc/packages/libxslt-devel/APIchunk1.html
/usr/share/doc/packages/libxslt-devel/APIchunk10.html
/usr/share/doc/packages/libxslt-devel/APIchunk11.html
/usr/share/doc/packages/libxslt-devel/APIchunk12.html
/usr/share/doc/packages/libxslt-devel/APIchunk13.html
/usr/share/doc/packages/libxslt-devel/APIchunk2.html
/usr/share/doc/packages/libxslt-devel/APIchunk3.html
/usr/share/doc/packages/libxslt-devel/APIchunk4.html
/usr/share/doc/packages/libxslt-devel/APIchunk5.html
/usr/share/doc/packages/libxslt-devel/APIchunk6.html
/usr/share/doc/packages/libxslt-devel/APIchunk7.html
/usr/share/doc/packages/libxslt-devel/APIchunk8.html
/usr/share/doc/packages/libxslt-devel/APIchunk9.html
/usr/share/doc/packages/libxslt-devel/APIconstructors.html
/usr/share/doc/packages/libxslt-devel/APIfiles.html
/usr/share/doc/packages/libxslt-devel/APIfunctions.html
/usr/share/doc/packages/libxslt-devel/APIsymbols.html
/usr/share/doc/packages/libxslt-devel/FAQ.html
/usr/share/doc/packages/libxslt-devel/Libxslt-Logo-180x168.gif
/usr/share/doc/packages/libxslt-devel/Libxslt-Logo-90x34.gif
/usr/share/doc/packages/libxslt-devel/bugs.html
/usr/share/doc/packages/libxslt-devel/contexts.gif
/usr/share/doc/packages/libxslt-devel/contribs.html
/usr/share/doc/packages/libxslt-devel/docbook.html
/usr/share/doc/packages/libxslt-devel/docs.html
/usr/share/doc/packages/libxslt-devel/downloads.html
/usr/share/doc/packages/libxslt-devel/extensions.html
/usr/share/doc/packages/libxslt-devel/help.html
/usr/share/doc/packages/libxslt-devel/html
/usr/share/doc/packages/libxslt-devel/html/book1.html
/usr/share/doc/packages/libxslt-devel/html/home.png
/usr/share/doc/packages/libxslt-devel/html/index.html
/usr/share/doc/packages/libxslt-devel/html/left.png
/usr/share/doc/packages/libxslt-devel/html/libxslt-attributes.html
/usr/share/doc/packages/libxslt-devel/html/libxslt-documents.html
/usr/share/doc/packages/libxslt-devel/html/libxslt-extensions.html
/usr/share/doc/packages/libxslt-devel/html/libxslt-extra.html
/usr/share/doc/packages/libxslt-devel/html/libxslt-functions.html
/usr/share/doc/packages/libxslt-devel/html/libxslt-imports.html
/usr/share/doc/packages/libxslt-devel/html/libxslt-keys.html
/usr/share/doc/packages/libxslt-devel/html/libxslt-lib.html
/usr/share/doc/packages/libxslt-devel/html/libxslt-namespaces.html
/usr/share/doc/packages/libxslt-devel/html/libxslt-numbersInternals.html
/usr/share/doc/packages/libxslt-devel/html/libxslt-pattern.html
/usr/share/doc/packages/libxslt-devel/html/libxslt-preproc.html
/usr/share/doc/packages/libxslt-devel/html/libxslt-security.html
/usr/share/doc/packages/libxslt-devel/html/libxslt-templates.html
/usr/share/doc/packages/libxslt-devel/html/libxslt-transform.html
/usr/share/doc/packages/libxslt-devel/html/libxslt-variables.html
/usr/share/doc/packages/libxslt-devel/html/libxslt-xslt.html
/usr/share/doc/packages/libxslt-devel/html/libxslt-xsltInternals.html
/usr/share/doc/packages/libxslt-devel/html/libxslt-xsltexports.html
/usr/share/doc/packages/libxslt-devel/html/libxslt-xsltlocale.html
/usr/share/doc/packages/libxslt-devel/html/libxslt-xsltutils.html
/usr/share/doc/packages/libxslt-devel/html/right.png
/usr/share/doc/packages/libxslt-devel/html/up.png
/usr/share/doc/packages/libxslt-devel/index.html
/usr/share/doc/packages/libxslt-devel/internals.html
/usr/share/doc/packages/libxslt-devel/intro.html
/usr/share/doc/packages/libxslt-devel/news.html
/usr/share/doc/packages/libxslt-devel/node.gif
/usr/share/doc/packages/libxslt-devel/object.gif
/usr/share/doc/packages/libxslt-devel/processing.gif
/usr/share/doc/packages/libxslt-devel/python.html
/usr/share/doc/packages/libxslt-devel/redhat.gif
/usr/share/doc/packages/libxslt-devel/smallfootonly.gif
/usr/share/doc/packages/libxslt-devel/stylesheet.gif
/usr/share/doc/packages/libxslt-devel/templates.gif
/usr/share/doc/packages/libxslt-devel/tutorial
/usr/share/doc/packages/libxslt-devel/tutorial/libxslt_tutorial.c
/usr/share/doc/packages/libxslt-devel/tutorial/libxslttutorial.html
/usr/share/doc/packages/libxslt-devel/tutorial/libxslttutorial.xml
/usr/share/doc/packages/libxslt-devel/xslt.html
/usr/share/doc/packages/libxslt-devel/xsltproc.html
/usr/share/doc/packages/libxslt-devel/xsltproc2.html
/usr/share/man/man1/xslt-config.1.gz
/usr/share/man/man3/libexslt.3.gz
/usr/share/man/man3/libxslt.3.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 12:39:17 2024