Commit Graph

121 Commits

Author SHA256 Message Date
Ana Guerrero
548eb707b5 Accepting request 1218739 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1218739
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxslt?expand=0&rev=70
2024-10-29 13:31:49 +00:00
0b66c025c3 Add libxslt-reproducible.patch to make xml output deterministic (boo#1062303)
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libxslt?expand=0&rev=105
2024-10-28 08:57:29 +00:00
Ana Guerrero
cc087d898f Accepting request 1177468 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1177468
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxslt?expand=0&rev=69
2024-05-30 13:32:27 +00:00
David Anes
e9d43d6a33 Accepting request 1176766 from home:krop:gcc14
Add upstream build fix for gcc14 failure

OBS-URL: https://build.opensuse.org/request/show/1176766
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libxslt?expand=0&rev=103
2024-05-29 08:15:10 +00:00
Dominique Leuenberger
f26b5a28d3 Accepting request 1172082 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1172082
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxslt?expand=0&rev=68
2024-05-07 16:02:08 +00:00
David Anes
51f4741901 Accepting request 1172005 from home:dziobian
- Fix ftbfs with GCC14 (bsc#1220571)
  * correct libxslt-random-seed.patch to include time.h unconditionally
  * add gcc14-runtest-no-const.patch

OBS-URL: https://build.opensuse.org/request/show/1172005
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libxslt?expand=0&rev=101
2024-05-06 07:04:35 +00:00
Ana Guerrero
131ad342bc Accepting request 1129067 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1129067
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxslt?expand=0&rev=67
2023-11-28 21:18:06 +00:00
David Anes
36756792da Accepting request 1128651 from home:iznogood:branches:devel:libraries:c_c++
New release

OBS-URL: https://build.opensuse.org/request/show/1128651
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libxslt?expand=0&rev=99
2023-11-27 09:07:42 +00:00
Dominique Leuenberger
37e4a5456f Accepting request 1085828 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1085828
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxslt?expand=0&rev=66
2023-05-10 14:17:19 +00:00
afcf3f8a3b Accepting request 1085767 from home:david.anes:branches:devel:libraries:c_c++
- Removed patch 0009-Make-generate-id-deterministic.patch as it's
  already fixed upstream.
- Update to version 1.1.38:
  * Major changes:
    - About 40 memory errors in code paths handling malloc failures
      have been fixed.
    - While these issues shouldn't impact security, this improves
      robustness under memory pressure.
    - The result of generate-id() is now deterministic across 
      multiple transformations fixing many issues with reproducible
      builds.
    - Most of the test suite has been ported to C.
  
  * Bug fixes:
    - Fix memory errors in code handling malloc failures
    - imports: Fix import/include cycle check
    - xsltlocale: Fix xsltNewLocale on macOS
    - Make xsl:sort thread-safe
    - Make generate-id() deterministic
  
  * Improvements
    - Stop using xmlStringCurrentChar
    - attributes.h needs to include xsltInternals.h (David Kilzer)
    - transform: Avoid null deref on documents without root node
    - numbers: Fix floating point overflows
    - date: Fix integer overflow in exsltDateFormatDuration
    - numbers: Fix harmless integer sign change
    - date: Add more overflow checks to formatting code (David Kilzer)
    - date: Fix rounding to make Windows tests pass
    - date: Rewrite duration and seconds formatting

OBS-URL: https://build.opensuse.org/request/show/1085767
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libxslt?expand=0&rev=97
2023-05-09 20:56:38 +00:00
Dominique Leuenberger
8f4c6c32a6 Accepting request 1001274 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1001274
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxslt?expand=0&rev=65
2022-10-19 11:17:21 +00:00
63601c906b Accepting request 1000412 from home:iznogood:branches:devel:libraries:c_c++
- Update to version 1.1.37:
  * Improvements:
    + Don't use deprecated libxml2 macros
    + Don't mess with xmlDefaultSAXHandler
  * Build system:
    + Require automake-1.16.3 or later
    + Remove generated files from distribution
    + Add missing compile definition for static builds to Autotools

OBS-URL: https://build.opensuse.org/request/show/1000412
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libxslt?expand=0&rev=95
2022-09-05 13:29:55 +00:00
David Anes
5637cefd7f Accepting request 997692 from home:david.anes:daps_test
- Update to 1.1.36:
  * Removals and deprecations
    + Remove SVN keyword anchors
    + Remove CVS and SVN-related code
    + Remove README.cvs-commits
    + Remove ChangeLog
    + Remove xsltwin32config.h
  * Improvements
    + Simplify xsltexports.h and exsltexports.h
    + Don't overlink executables with gcrypt
    + Fix quadratic behavior with variables and parameters
    + Remove case labels with XPointer location types
    + Add configure~ to .gitignore
    + Stop calling deprecated libxml2 functions
  * Portability
    + Use portable python shebangs (David Seifert)
    + Remove useless __CYGWIN__ checks
    + Remove cruft from win32config.h
    + crypto.c: Silence a compiler warning on Windows (Chun-wei Fan)
  * Build system
    + Add missing compile definition for static builds to CMake
    + Avoid obsolescent `test -a` constructs (David Seifert)
    + Only link libxml2 statically in purely static build
    + Set AC_CONFIG_MACRO_DIR
    + Allow AM_MAINTAINER_MODE to be disabled
    + Streamline and fix documentation installation
    + Don't try to recreate COPYING symlink
    + Remove special configuration for certain maintainers
    + configure.ac: produce tar.xz only (GNOME policy) (David Seifert)
    + Detect libm using libtool's macros (David Seifert)

OBS-URL: https://build.opensuse.org/request/show/997692
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libxslt?expand=0&rev=94
2022-08-18 08:45:47 +00:00
David Anes
0e66e14da3 Accepting request 965151 from home:luc14n0:branches:devel:libraries:c_c++
Update to version 1.1.35.

OBS-URL: https://build.opensuse.org/request/show/965151
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libxslt?expand=0&rev=93
2022-03-29 05:40:54 +00:00
Dominique Leuenberger
87ad91b04b Accepting request 930625 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/930625
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxslt?expand=0&rev=64
2021-11-12 14:59:03 +00:00
3ed6258402 Accepting request 930624 from home:pmonrealgonzalez:branches:devel:libraries:c_c++
- Add missing library .so files [bsc#1191771]

OBS-URL: https://build.opensuse.org/request/show/930624
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libxslt?expand=0&rev=92
2021-11-10 10:14:31 +00:00
10a71789a2 Accepting request 930622 from home:pmonrealgonzalez:branches:devel:libraries:c_c++
- Add missing library .so files [bsc#1191768]

OBS-URL: https://build.opensuse.org/request/show/930622
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libxslt?expand=0&rev=91
2021-11-10 10:05:30 +00:00
b1712986db Accepting request 929777 from home:AndreasStieger:branches:devel:libraries:c_c++
- shared lib packaging policy boo#1191771

OBS-URL: https://build.opensuse.org/request/show/929777
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libxslt?expand=0&rev=90
2021-11-10 09:35:16 +00:00
Dominique Leuenberger
e89782ede3 Accepting request 899034 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/899034
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxslt?expand=0&rev=63
2021-06-14 21:10:28 +00:00
5045063600 Accepting request 898998 from home:pevik:branches:devel:libraries:c_c++
- Backport upstream xsltproc manpage fix
  f165525f Recreate xsltproc man page with old Docbook stylesheet URL
  Recreate-xsltproc-man-page-with-old-Docbook-styleshe.patch

OBS-URL: https://build.opensuse.org/request/show/898998
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libxslt?expand=0&rev=88
2021-06-10 11:52:41 +00:00
02c545023d Accepting request 896848 from home:cgiboudeaux:branches:devel:libraries:c_c++
- Move the Copyright file to %_defaultlicensedir
  Configure.ac replaces the COPYING file with a symlink.

OBS-URL: https://build.opensuse.org/request/show/896848
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libxslt?expand=0&rev=87
2021-06-08 10:01:24 +00:00
0af4761c92 Accepting request 898150 from home:Andreas_Schwab:Factory
- Don't disable testsuite under QEMU

OBS-URL: https://build.opensuse.org/request/show/898150
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libxslt?expand=0&rev=86
2021-06-08 09:59:03 +00:00
Dominique Leuenberger
c00ae023f1 Accepting request 896775 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/896775
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxslt?expand=0&rev=62
2021-06-04 20:42:30 +00:00
5d746e836d Accepting request 896723 from home:pmonrealgonzalez:branches:devel:libraries:c_c++
- Fix build with libxml2 2.9.12 that removes maxParserDepth XPath limit
- Add upstream patches:
  * libxslt-Stop-using-maxParserDepth-XPath-limit.patch
  * libxslt-Do-not-set-maxDepth-in-XPath-contexts.patch

OBS-URL: https://build.opensuse.org/request/show/896723
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libxslt?expand=0&rev=84
2021-06-01 20:37:05 +00:00
Dominique Leuenberger
0884765f7c Accepting request 750091 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/750091
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxslt?expand=0&rev=61
2019-12-07 14:22:10 +00:00
Tomáš Chvátal
94f02f6c77 Accepting request 750071 from home:pmonrealgonzalez:branches:devel:libraries:c_c++
- Update to 1.1.34: Oct 30 2019
  * Documentation:
    - Fix EXSLT web pages, Regenerate web pages
    - Fix Git link in news.html
    - Minor documentation fixes after recent changes
    - Regenerate symbols and API docs
    - Regenerate EXSLT website
  * Portability:
    - Remove stubs when compiling without debugger or profiler
    - configure.ac: Invoke PKG_CHECK_MODULES for building shared libraries
    - configure.ac: Conditionally determine whether xml2-config should pass
      shared libraries or static libraries
    - xslt-config.in: Fix broken --prefix=DIR support
    - libexslt.pc.in: Do not expose private library dependencies unless invoked
    - libxslt.pc.in: Do not expose private library dependencies unless invoked
    - Fix -Wformat-overflow warning (GCC 9)
    - Stop including ansidecl.h
    - Remove WIN32_EXTRA_* variables
    - Build without winsock
  * Bug Fixes:
    - xsl:template without name and match attributes should not be allowed
    - Make sure that Python tests exit with error code
    - Improve handling of invalid UTF-8 in format-number
    - Fix dangling pointer in xsltCopyText
    - Fix memory leak in pattern compilation error path
    - Fix uninitialized read with UTF-8 grouping chars
    - Fix integer overflow in FORMAT_GYEAR
    - Fix performance regression with xsl:number
    - Backup XPath context node in xsltInitCtxtKey
    - Fix unsigned integer overflow in date.c

OBS-URL: https://build.opensuse.org/request/show/750071
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libxslt?expand=0&rev=82
2019-11-21 12:12:55 +00:00
Dominique Leuenberger
1b055bbd27 Accepting request 741568 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/741568
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxslt?expand=0&rev=60
2019-10-22 13:43:52 +00:00
Tomáš Chvátal
8e9f5d7cb1 Accepting request 741566 from home:pmonrealgonzalez:branches:devel:libraries:c_c++
- Security fix [bsc#1154609, CVE-2019-18197]
  * Fix dangling pointer in xsltCopyText
  * Add libxslt-CVE-2019-18197.patch

OBS-URL: https://build.opensuse.org/request/show/741566
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libxslt?expand=0&rev=80
2019-10-21 14:19:40 +00:00
Dominique Leuenberger
e66ea901a2 Accepting request 734238 from devel:libraries:c_c++
- Drop out lilbxslt-python package as it is just py2 based and
  upstream yet didn't bother to port it to python3.
  When there is python3 compatible code it should be enabled as
  multibuild here
  * Drop now unused libxslt-1.1.24-linkflags.patch and
    libxslt-do_not_build_doc_nor_xsltproc.patch

OBS-URL: https://build.opensuse.org/request/show/734238
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxslt?expand=0&rev=59
2019-10-05 14:17:42 +00:00
Tomáš Chvátal
c1e05f2057 * Drop now unused libxslt-1.1.24-linkflags.patch and
libxslt-do_not_build_doc_nor_xsltproc.patch

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libxslt?expand=0&rev=78
2019-10-01 08:27:01 +00:00
Tomáš Chvátal
91c43005f3 * Drop now unused libxslt-1.1.24-linkflags.patch
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libxslt?expand=0&rev=77
2019-10-01 08:26:34 +00:00
Tomáš Chvátal
cd792238af - Drop out lilbxslt-python package as it is just py2 based and
upstream yet didn't bother to port it to python3.
  When there is python3 compatible code it should be enabled as
  multibuild here

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libxslt?expand=0&rev=76
2019-10-01 08:25:56 +00:00
Tomáš Chvátal
6125b736f3 Accepting request 734222 from home:dimstar:Factory
OBS-URL: https://build.opensuse.org/request/show/734222
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libxslt?expand=0&rev=75
2019-10-01 08:14:07 +00:00
Dominique Leuenberger
b738dac61b Accepting request 713210 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/713210
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxslt?expand=0&rev=58
2019-07-08 13:02:27 +00:00
Tomáš Chvátal
95a83c45f5 Accepting request 713209 from home:pmonrealgonzalez:branches:devel:libraries:c_c++
- 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

- 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

- 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

- 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

OBS-URL: https://build.opensuse.org/request/show/713209
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libxslt?expand=0&rev=73
2019-07-03 10:52:49 +00:00
Dominique Leuenberger
74301aa4ec Accepting request 693134 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/693134
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxslt?expand=0&rev=57
2019-04-17 08:04:44 +00:00
Tomáš Chvátal
bb783cf4f2 Accepting request 693129 from home:pmonrealgonzalez:branches:devel:libraries:c_c++
- 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

- 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

OBS-URL: https://build.opensuse.org/request/show/693129
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libxslt?expand=0&rev=71
2019-04-11 08:11:10 +00:00
Dominique Leuenberger
00d7491734 Accepting request 681467 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/681467
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxslt?expand=0&rev=56
2019-03-08 12:28:02 +00:00
Tomáš Chvátal
7ea2c09005 Accepting request 681457 from home:pmonrealgonzalez:branches:devel:libraries:c_c++
- Update to version 1.1.33
  * Portability:
    - Variables need 'extern' in static lib on Cygwin
    - Really declare dllexport/dllimport for Cygwin
    - Fix callback signatures in Python bindings
    - Fix transform callback signatures
    - Fix extension callback signatures
    - Fix deallocator signatures
    - Fix XPath callback signatures
    - Fix hash callback signatures
  * Bug Fixes:
    - Don't cache direct evaluation of patterns with variables
    - Move function result RVTs to context variable
    - Fix EXSLT functions returning RVTs from outer scopes
    - Fix handling of RVTs returned from nested EXSLT functions
    - Fix typos
  * Improvements:
    - Run Travis ASan tests with "sudo: required"
  * Cleanups:
    - Remove doc/libxslt-decl.txt
    - Docs for 1.1.32 release
- Cleaned with spec-cleaner

- Update to version 1.1.33
  * Portability:
    - Variables need 'extern' in static lib on Cygwin
    - Really declare dllexport/dllimport for Cygwin
    - Fix callback signatures in Python bindings
    - Fix transform callback signatures
    - Fix extension callback signatures

OBS-URL: https://build.opensuse.org/request/show/681457
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libxslt?expand=0&rev=69
2019-03-04 14:22:29 +00:00
Dominique Leuenberger
86fadfc028 Accepting request 539846 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/539846
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxslt?expand=0&rev=55
2017-11-14 13:06:36 +00:00
Vítězslav Čížek
19a5023a6c Accepting request 539844 from home:vitezslav_cizek:branches:devel:libraries:c_c++
- Update to version 1.1.32
  * fixes xml-config detection regression (boo#1066525)

- Update to version 1.1.32
  * fixes xml-config detection regression (boo#1066525)

OBS-URL: https://build.opensuse.org/request/show/539844
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libxslt?expand=0&rev=67
2017-11-08 12:30:31 +00:00
Dominique Leuenberger
49073e7fda Accepting request 535219 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/535219
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxslt?expand=0&rev=54
2017-10-28 12:17:38 +00:00
Vítězslav Čížek
1538c8c235 Accepting request 535190 from home:pmonrealgonzalez:branches:devel:libraries:c_c++
- 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

OBS-URL: https://build.opensuse.org/request/show/535190
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libxslt?expand=0&rev=65
2017-10-19 12:16:49 +00:00
Dominique Leuenberger
93d5715494 Accepting request 523591 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/523591
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxslt?expand=0&rev=53
2017-09-13 19:35:10 +00:00
Tomáš Chvátal
84f4b3b8a7 Accepting request 523385 from home:jengelh:branches:devel:libraries:c_c++
- Fix RPM groups. Drop ineffective --with-pic.
  Trim conjecture from description.

OBS-URL: https://build.opensuse.org/request/show/523385
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libxslt?expand=0&rev=63
2017-09-12 08:07:39 +00:00
Yuchen Lin
e3c6321d92 Accepting request 512954 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/512954
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxslt?expand=0&rev=52
2017-08-04 09:56:48 +00:00
Tomáš Chvátal
f6d3579bc1 Accepting request 512952 from home:pluskalm:branches:devel:libraries:c_c++
- Add gpg signature
- Cleanup spec file with spec-cleaner

- Add gpg signature
- Cleanup spec file with spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/512952
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libxslt?expand=0&rev=61
2017-07-28 19:21:39 +00:00
Dominique Leuenberger
b68185d40b Accepting request 491210 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/491210
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxslt?expand=0&rev=51
2017-05-10 18:32:05 +00:00
Tomáš Chvátal
3c48c4cfe3 Accepting request 491045 from home:pmonrealgonzalez:branches:devel:libraries:c_c++
- Fixed CVE-2017-5029 bcs#1035905
  * Limit buffer size in xsltAddTextString to INT_MAX
- Added patch libxslt-1.1.28-CVE-2017-5029.patch

OBS-URL: https://build.opensuse.org/request/show/491045
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libxslt?expand=0&rev=59
2017-04-26 08:22:57 +00:00
Yuchen Lin
a05f634df0 Accepting request 486319 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/486319
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxslt?expand=0&rev=50
2017-04-11 07:30:05 +00:00