File expat.changes of Package expat
xxxxxxxxxx
1
-------------------------------------------------------------------
2
Wed Sep 4 17:11:38 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
3
4
- Security fix (CVE-2019-15903, bsc#1149429)
5
* Crafted XML input results in heap-based buffer over-read by fooling
6
the parser into changing from DTD parsing to document parsing
7
* Added patches:
8
- expat-CVE-2019-15903.patch
9
- expat-CVE-2019-15903-tests.patch
10
11
-------------------------------------------------------------------
12
Tue Jul 2 10:19:02 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
13
14
- Security fix (CVE-2018-20843, bsc#1139937)
15
* Large number of colons in input makes parser consume high
16
amount of resources
17
* Added expat-CVE-2018-20843.patch
18
19
-------------------------------------------------------------------
20
Thu Nov 16 10:22:18 UTC 2017 - jengelh@inai.de
21
22
- Expand description of expat-devel.
23
24
-------------------------------------------------------------------
25
Thu Nov 16 09:04:25 UTC 2017 - mpluskal@suse.com
26
27
- Do not generate manpages from docbook
28
- Temporarily disable profiling due to bug in build system
29
30
-------------------------------------------------------------------
31
Wed Nov 8 20:01:31 UTC 2017 - aavindraa@gmail.com
32
33
- Version update to 2.2.5 Tue October 31 2017
34
* Bug fixes:
35
- If the parser runs out of memory, make sure its internal
36
state reflects the memory it actually has, not the memory
37
it wanted to have.
38
- The default handler wasn't being called when it should for
39
a SYSTEM or PUBLIC doctype if an entity declaration handler
40
was registered.
41
- Fix a case of mistakenly reported parsing success where
42
XML_StopParser was called from an element handler
43
- Function XML_ErrorString was returning NULL rather than
44
a message for code XML_ERROR_INVALID_ARGUMENT
45
introduced with release 2.2.1
46
* Other changes:
47
- Add argument -N adding notation declarations
48
- various compiler-specific fixes
49
- Improve docbook2x-man detection
50
- drop expat-docbook.patch
51
* fixed in 0f5186c7b8e503c669e332d944712de010b265f3
52
- switch to github for release tarballs and website
53
54
-------------------------------------------------------------------
55
Thu Oct 26 09:53:50 UTC 2017 - pmonrealgonzalez@suse.com
56
57
- Version update to 2.2.4 Sat August 19 2017
58
* Bug fixes:
59
#115 Fix copying of partial characters for UTF-8 input
60
* Other changes:
61
#109 Fix "make check" for non-x86 architectures that default
62
to unsigned type char (-128..127 rather than 0..255)
63
#109 coverage.sh: Cover -funsigned-char
64
Autotools: Introduce --without-xmlwf argument
65
#65 Autotools: Replace handwritten Makefile with GNU Automake
66
#43 CMake: Auto-detect high quality entropy extractors, add new
67
option USE_libbsd=ON to use arc4random_buf of libbsd
68
#74 CMake: Add -fno-strict-aliasing only where supported
69
#114 CMake: Always honor manually set BUILD_* options
70
#114 CMake: Compile man page if docbook2x-man is available, only
71
#117 Include file tests/xmltest.log.expected in source tarball
72
(required for "make run-xmltest")
73
#111 Fix some typos in documentation
74
Version info bumped from 7:5:6 to 7:6:6
75
76
- Release 2.2.3 Wed August 2 2017
77
* Bug fixes:
78
#85 Fix a dangling pointer issue related to realloc
79
* Other changes:
80
#91 Linux: Allow getrandom to fail if nonblocking pool has not
81
yet been initialized and read /dev/urandom then, instead.
82
This is in line with what recent Python does.
83
#86 Check that a UTF-16 encoding in an XML declaration has the
84
right endianness
85
#4 #5 #7 Recover correctly when some reallocations fail
86
Repair "./configure && make" for systems without any
87
provider of high quality entropy
88
and try reading /dev/urandom on those
89
Ensure that user-defined character encodings have converter
90
functions when they are needed
91
Fix mis-leading description of argument -c in xmlwf.1
92
Rely on macro HAVE_ARC4RANDOM_BUF (rather than __CloudABI__)
93
for CloudABI
94
#100 Fix use of SIPHASH_MAIN in siphash.h
95
#23 Test suite: Fix memory leaks
96
Version info bumped from 7:4:6 to 7:5:6
97
98
- Release 2.2.2 Wed July 12 2017
99
* Security fixes:
100
#43 Protect against compilation without any source of high
101
quality entropy enabled, e.g. with CMake build system;
102
* [MOX-006] Fix non-NULL parser parameter validation in XML_Parse;
103
resulted in NULL dereference, previously;
104
* Bug fixes:
105
#69 Fix improper use of unsigned long long integer literals
106
* Other changes:
107
#73 Start requiring a C99 compiler
108
#49 Fix "==" Bashism in configure script
109
#58 Address compile warnings
110
#68 Fix "./buildconf.sh && ./configure" for some versions
111
of Dash for /bin/sh
112
#72 CMake: Ease use of Expat in context of a parent project
113
with multiple CMakeLists.txt files
114
#72 CMake: Resolve mistaken executable permissions
115
#76 Address compile warning with -DNDEBUG (not recommended!)
116
#77 Address compile warning about macro redefinition
117
118
* Added patch expat-docbook.patch to compile the man pages with
119
docbook-to-man
120
121
* Cleaned spec file with spec-cleaner
122
123
-------------------------------------------------------------------
124
Sat Oct 7 14:32:27 UTC 2017 - jayvdb@gmail.com
125
126
- Allow building when do_profiling is undefined
127
128
-------------------------------------------------------------------
129
Tue Jul 11 15:02:55 UTC 2017 - mpluskal@suse.com
130
131
- Build with profiling when possible
132
133
-------------------------------------------------------------------
134
Tue Jul 4 14:33:00 UTC 2017 - meissner@suse.com
135
136
- Version update to 2.2.1 Sat June 17 2017
137
- Security fixes:
138
CVE-2017-9233 / bsc#1047236 -- External entity infinite loop DoS
139
Details: https://libexpat.github.io/doc/cve-2017-9233/
140
Commit c4bf96bb51dd2a1b0e185374362ee136fe2c9d7f
141
- [MOX-002] CVE-2016-9063 / bsc#1047240 -- Detect integer overflow;
142
(Fixed version of existing downstream patches!)
143
- (SF.net) #539 Fix regression from fix to CVE-2016-0718 cutting off
144
longer tag names;
145
#25 More integer overflow detection (function poolGrow);
146
- [MOX-002] Detect overflow from len=INT_MAX call to XML_Parse;
147
- [MOX-005] #30 Use high quality entropy for hash initialization:
148
* arc4random_buf on BSD, systems with libbsd
149
(when configured with --with-libbsd), CloudABI
150
* RtlGenRandom on Windows XP / Server 2003 and later
151
* getrandom on Linux 3.17+
152
In a way, that's still part of CVE-2016-5300.
153
https://github.com/libexpat/libexpat/pull/30/commits
154
- [MOX-005] For the low quality entropy extraction fallback code,
155
the parser instance address can no longer leak,
156
- [MOX-003] Prevent use of uninitialised variable; commit
157
- [MOX-004] a4dc944f37b664a3ca7199c624a98ee37babdb4b
158
Add missing parameter validation to public API functions
159
and dedicated error code XML_ERROR_INVALID_ARGUMENT:
160
- [MOX-006] * NULL checks; commits
161
* Negative length (XML_Parse); commit
162
- [MOX-002] 70db8d2538a10f4c022655d6895e4c3e78692e7f
163
- [MOX-001] #35 Change hash algorithm to William Ahern's version of SipHash
164
to go further with fixing CVE-2012-0876.
165
https://github.com/libexpat/libexpat/pull/39/commits
166
- Bug fixes:
167
#32 Fix sharing of hash salt across parsers;
168
relevant where XML_ExternalEntityParserCreate is called
169
prior to XML_Parse, in particular (e.g. FBReader)
170
#28 xmlwf: Auto-disable use of memory-mapping (and parsing
171
as a single chunk) for files larger than ~1 GB (2^30 bytes)
172
rather than failing with error "out of memory"
173
#3 Fix double free after malloc failure in DTD code; commit
174
7ae9c3d3af433cd4defe95234eae7dc8ed15637f
175
#17 Fix memory leak on parser error for unbound XML attribute
176
prefix with new namespaces defined in the same tag;
177
found by Google's OSS-Fuzz; commits
178
xmlwf on Windows: Add missing calls to CloseHandle
179
- New features:
180
#30 Introduced environment switch EXPAT_ENTROPY_DEBUG=1
181
for runtime debugging of entropy extraction
182
Bump version info from 7:2:6 to 7:3:6
183
184
-------------------------------------------------------------------
185
Mon Jul 18 23:02:23 UTC 2016 - jengelh@inai.de
186
187
- Remove pointless --with-pic (for static only)
188
189
-------------------------------------------------------------------
190
Thu Jul 14 08:43:31 UTC 2016 - tchvatal@suse.com
191
192
- Version update to 2.2.0:
193
* Fixes bnc#983215 CVE-2012-6702
194
* Fixes bnc#983216 CVE-2016-5300
195
* Various cmake and autotools script updates
196
* Fix detection of utf8 character boundaries
197
- Remove all patches merged upstream:
198
* expat-2.1.1-avoid_relying_on_undef_behaviour.patch
199
* expat-2.1.1-parser_crashes_on_malformed_input.patch
200
* expat-alloc-size.patch
201
* expat-visibility.patch
202
203
-------------------------------------------------------------------
204
Wed May 18 11:43:51 UTC 2016 - kstreitova@suse.com
205
206
- add expat-2.1.1-avoid_relying_on_undef_behaviour.patch to avoid
207
relying on undefined behavior in the original CVE-2015-1283 fix
208
[bnc#980391], [bnc#983985], [CVE-2016-4472]
209
- add expat-2.1.1-parser_crashes_on_malformed_input.patch to fix
210
Expat XML parser that mishandles certain kinds of malformed input
211
documents [bnc#979441], [CVE-2016-0718]
212
- use spec-cleaner to clean specfile
213
214
-------------------------------------------------------------------
215
Fri Apr 1 16:32:27 UTC 2016 - crrodriguez@opensuse.org
216
217
- After simplification of expat-visibility.patch, it became
218
uneffective as no symbols are getting hidden. add
219
-fvisibility=hidden to CFLAGS again.
220
- expat-alloc-size.patch: fix braino, realloc()-like functions
221
should not take __attribute__(malloc)
222
223
-------------------------------------------------------------------
224
Wed Mar 23 08:31:29 UTC 2016 - idonmez@suse.com
225
226
- Update to version 2.1.1
227
* Fixes CVE-2015-1283 — Multiple integer overflows in the
228
XML_GetBuffer function
229
* Fix potential null pointer dereference
230
* Symbol XML_SetHashSalt was not exported
231
* Output of xmlwf -h was incomplete
232
* Document behavior of calling XML_SetHashSalt with salt 0
233
* Minor improvements to man page xmlwf(1)
234
- Simplify expat-visibility.patch, refresh expat-alloc-size.patch
235
- Drop config-guess-sub-update.patch, fixed upstream.
236
237
-------------------------------------------------------------------
238
Sat Jul 11 12:10:03 UTC 2015 - mpluskal@suse.com
239
240
- Cleanup spec file with spec-cleaner
241
- Remove old ppc obsoletes/provides
242
243
-------------------------------------------------------------------
244
Tue Mar 26 13:10:01 UTC 2013 - mmeister@suse.com
245
246
- Added url as source.
247
Please see http://en.opensuse.org/SourceUrls
248
249
-------------------------------------------------------------------
250
Thu Feb 21 16:02:17 UTC 2013 - jengelh@inai.de
251
252
- Sanitize description of expat (replace it with a more current
253
one from the homepage)
254
255
-------------------------------------------------------------------
256
Mon Feb 4 12:59:44 UTC 2013 - schwab@suse.de
257
258
- Update config.guess/sub for aarch64
259
260
-------------------------------------------------------------------
261
Wed Jan 23 09:07:25 UTC 2013 - pgajdos@suse.com
262
263
- fix of fix of [bnc#798644]
264
- according to upstream changelog:
265
- Improved ability to build without the configure-generated
266
expat_config.h header. This is useful for applications
267
which embed Expat rather than linking in the library.
268
269
because I am not exactly sure about implication of this, rather use
270
-DXML_HAVE_VISIBILITY in CFLAG_VISIBILITY in expat-visibility.patch
271
272
-------------------------------------------------------------------
273
Tue Jan 22 12:40:02 UTC 2013 - jengelh@inai.de
274
275
- Executing autoreconf requires autoconf BuildRequire
276
277
-------------------------------------------------------------------
278
Fri Jan 18 08:53:33 UTC 2013 - pgajdos@suse.com
279
280
- really hide private Xml* symbols [bnc#798644]
281
* modified visibility.patch
282
283
-------------------------------------------------------------------
284
Tue Apr 10 19:06:34 UTC 2012 - tabraham@novell.com
285
286
- update to 2.1.0
287
- Bug Fixes:
288
#1742315: Harmful XML_ParserCreateNS suggestion.
289
#2895533: CVE-2012-1147 - Resource leak in readfilemap.c.
290
#1785430: Expat build fails on linux-amd64 with gcc version>=4.1 -O3.
291
#1983953, 2517952, 2517962, 2649838:
292
Build modifications using autoreconf instead of buildconf.sh.
293
#2815947, #2884086: OBJEXT and EXEEXT support while building.
294
#1990430: CVE-2009-3720 - Parser crash with special UTF-8 sequences.
295
#2517938: xmlwf should return non-zero exit status if not well-formed.
296
#2517946: Wrong statement about XMLDecl in xmlwf.1 and xmlwf.sgml.
297
#2855609: Dangling positionPtr after error.
298
#2894085: CVE-2009-3560 - Buffer over-read and crash in big2_toUtf8().
299
#2958794: CVE-2012-1148 - Memory leak in poolGrow.
300
#2990652: CMake support.
301
#3010819: UNEXPECTED_STATE with a trailing "%" in entity value.
302
#3206497: Unitialized memory returned from XML_Parse.
303
#3287849: make check fails on mingw-w64.
304
#3496608: CVE-2012-0876 - Hash DOS attack.
305
306
- Patches:
307
#1749198: pkg-config support.
308
#3010222: Fix for bug #3010819.
309
#3312568: CMake support.
310
#3446384: Report byte offsets for attr names and values.
311
312
- New Features / API changes:
313
* Added new API member XML_SetHashSalt() that allows setting an
314
intial value (salt) for hash calculations. This is part of the
315
fix for bug #3496608 to randomize hash parameters.
316
* When compiled with XML_ATTR_INFO defined, adds new API member
317
XML_GetAttributeInfo() that allows retrieving the byte
318
offsets for attribute names and values (patch #3446384).
319
* Added CMake build system. See bug #2990652 and patch #3312568.
320
* Added run-benchmark target to Makefile.in - relies on testdata
321
module present in the same relative location as in the repository.
322
323
-------------------------------------------------------------------
324
Tue Mar 6 03:01:08 UTC 2012 - tabraham@novell.com
325
326
- update to 2.1.0 beta
327
* refreshed expat-visibility.patch
328
* removed obsolete expat-CVE-2009-3560.patch
329
* removed obsolete expat-CVE-2009-2625.patch
330
331
- hash table DOS attack fix
332
- accumulated bug fixes and some changes to the build system
333
- new conditional feature to make byte offsets for attributes
334
and attribute names available
335
336
-------------------------------------------------------------------
337
Sun Feb 12 14:42:34 UTC 2012 - crrodriguez@opensuse.org
338
339
- Put libraries back to %{_libdir}, /usr merge project
340
341
-------------------------------------------------------------------
342
Fri Dec 2 12:43:19 UTC 2011 - coolo@suse.com
343
344
- add automake as buildrequire to avoid implicit dependency
345
346
-------------------------------------------------------------------
347
Sun Oct 30 22:03:29 UTC 2011 - crrodriguez@opensuse.org
348
349
- Hide non public symbols reusing existing win32 API export/imports
350
- annotate malloc/realloc-like functions with attribute alloc_size
351
to catch possible misuses in calling code.
352
353
-------------------------------------------------------------------
354
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
355
356
- Remove redundant/obsolete tags/sections from specfile
357
(cf. packaging guidelines)
358
- Use %_smp_mflags for parallel build
359
- Add libexpat-devel to baselibs
360
361
-------------------------------------------------------------------
362
Fri Feb 25 16:01:01 UTC 2011 - prusnak@opensuse.org
363
364
- fix license (MIT) in spec file
365
366
-------------------------------------------------------------------
367
Fri Jan 8 15:04:28 CET 2010 - prusnak@suse.cz
368
369
- fix CVE-2009-3560.patch [bnc#566434]
370
371
-------------------------------------------------------------------
372
Sun Dec 13 19:28:22 CET 2009 - jengelh@medozas.de
373
374
- add baselibs.conf as a source
375
376
-------------------------------------------------------------------
377
Fri Dec 4 15:43:29 CET 2009 - prusnak@suse.cz
378
379
- fix DoS (CVE-2009-3560.patch) [bnc#558892]
380
381
-------------------------------------------------------------------
382
Thu Oct 29 14:22:47 CET 2009 - prusnak@suse.cz
383
384
- fix DoS (CVE-2009-2625.patch) [bnc#550664]
385
386
-------------------------------------------------------------------
387
Sun Apr 5 15:45:49 CEST 2009 - crrodriguez@suse.de
388
389
- test suite requires gcc-c++ to compile
390
391
-------------------------------------------------------------------
392
Thu Feb 19 04:55:08 CET 2009 - crrodriguez@suse.de
393
394
- remove static libraries, shouldnt be needed anymore.
395
- run make check
396
397
-------------------------------------------------------------------
398
Wed Dec 10 12:34:56 CET 2008 - olh@suse.de
399
400
- use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade
401
(bnc#437293)
402
403
-------------------------------------------------------------------
404
Thu Oct 30 12:34:56 CET 2008 - olh@suse.de
405
406
- obsolete old -XXbit packages (bnc#437293)
407
408
-------------------------------------------------------------------
409
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
410
411
- added baselibs.conf file to build xxbit packages
412
for multilib support
413
414
-------------------------------------------------------------------
415
Sat Jul 28 19:38:40 CEST 2007 - coolo@suse.de
416
417
- fix devel symlink
418
419
-------------------------------------------------------------------
420
Wed Jul 25 11:29:59 CEST 2007 - prusnak@suse.cz
421
422
- move libraries from /usr/lib to /lib [#285472]
423
- replace deprecated %run_ldconfig with /sbin/ldconfig
424
425
-------------------------------------------------------------------
426
Thu Jun 7 16:46:32 CEST 2007 - prusnak@suse.cz
427
428
- update to 2.0.1:
429
( from Changes )
430
* Fixed bugs #1515266, 1515600: The character data handler's calling
431
of XML_StopParser() was not handled properly; if the parser was
432
stopped and the handler set to NULL, the parser would segfault.
433
* Fixed bug #1690883: Expat failed on EBCDIC systems as it assumed
434
some character constants to be ASCII encoded.
435
* Minor cleanups of the test harness.
436
* Fixed xmlwf bug #1513566: "out of memory" error on file size zero.
437
* Fixed outline.c bug #1543233: missing a final XML_ParserFree() call.
438
* Fixes and improvements for Windows platform:
439
bugs #1409451, #1476160, 1548182, 1602769, 1717322.
440
* Build fixes for various platforms:
441
HP-UX, Tru64, Solaris 9: patch #1437840, bug #1196180.
442
All Unix: #1554618 (refreshed config.sub/config.guess).
443
#1490371, #1613457: support both, DESTDIR and INSTALL_ROOT,
444
without relying on GNU-Make specific features.
445
#1647805: Patched configure.in to work better with Intel compiler.
446
* Fixes to Makefile.in to have make check work correctly:
447
bugs #1408143, #1535603, #1536684.
448
* Added Open Watcom support: patch #1523242.
449
450
-------------------------------------------------------------------
451
Tue Apr 17 18:49:10 CEST 2007 - prusnak@suse.cz
452
453
- split libexpat1 and libexpat-devel subpackages [#260214]
454
455
-------------------------------------------------------------------
456
Thu Oct 19 12:37:07 CEST 2006 - dmueller@suse.de
457
458
- strip .la file
459
460
-------------------------------------------------------------------
461
Wed Jan 25 21:30:10 CET 2006 - mls@suse.de
462
463
- converted neededforbuild to BuildRequires
464
465
-------------------------------------------------------------------
466
Fri Jan 13 00:21:55 CET 2006 - ro@suse.de
467
468
- fixed file list for debuginfo package (do not pack all of libdir)
469
470
-------------------------------------------------------------------
471
Wed Jan 11 17:43:46 CET 2006 - mjancar@suse.cz
472
473
- update to 2.0.0
474
475
-------------------------------------------------------------------
476
Mon Jan 9 13:25:07 CET 2006 - mjancar@suse.cz
477
478
- update to 2.0 pre release
479
480
-------------------------------------------------------------------
481
Wed Nov 10 11:54:21 CET 2004 - ro@suse.de
482
483
- fixed filelist
484
485
-------------------------------------------------------------------
486
Mon Aug 09 16:26:05 CEST 2004 - tcrhak@suse.cz
487
488
- update to 1.95.8
489
490
-------------------------------------------------------------------
491
Thu Feb 5 18:28:34 CET 2004 - kukuk@suse.de
492
493
- Build as user
494
495
-------------------------------------------------------------------
496
Thu Feb 05 18:00:24 CET 2004 - tcrhak@suse.cz
497
498
- update to version 1.95.7
499
500
-------------------------------------------------------------------
501
Tue Feb 18 15:36:28 CET 2003 - tcrhak@suse.cz
502
503
- in expat.h, declare enum XML_Status before using it;
504
put into patch "...-header.diff" [bug #23742]
505
506
-------------------------------------------------------------------
507
Mon Feb 17 18:05:52 CET 2003 - tcrhak@suse.cz
508
509
- updated to version 1.95.6
510
511
-------------------------------------------------------------------
512
Sun Dec 22 18:21:13 CET 2002 - tcrhak@suse.cz
513
514
- update to version 1.95.5
515
516
-------------------------------------------------------------------
517
Sat Jul 13 15:14:59 CEST 2002 - tcrhak@suse.cz
518
519
- update to version 1.95.4
520
521
-------------------------------------------------------------------
522
Thu Mar 28 15:17:43 CET 2002 - tcrhak@suse.cz
523
524
- added parameter --target to configure
525
526
-------------------------------------------------------------------
527
Mon Jan 14 13:25:11 CET 2002 - rvasice@suse.cz
528
529
- use %{_libdir} and %{_lib}
530
531
-------------------------------------------------------------------
532
Tue Nov 20 18:41:35 CET 2001 - rvasice@suse.cz
533
534
- fix URL in spec file
535
536
-------------------------------------------------------------------
537
Wed Aug 15 19:54:16 CEST 2001 - rvasice@suse.cz
538
539
- update to version 1.95.2
540
- spec file cleanup
541
- added DESTDIR
542
543
-------------------------------------------------------------------
544
Mon May 14 12:08:01 CEST 2001 - pblaha@suse.cz
545
546
- fixed links for soname of libexpat.so*
547
548
-------------------------------------------------------------------
549
Fri May 11 09:03:03 CEST 2001 - cihlar@suse.cz
550
551
- fixed soname of libexpat.so.1.2
552
553
-------------------------------------------------------------------
554
Fri Jan 5 10:13:20 CET 2001 - pblaha@suse.cz
555
556
- back on stable version 1.2 added build shared libexpat.so
557
558
-------------------------------------------------------------------
559
Thu Jan 4 15:46:21 CET 2001 - pblaha@suse.cz
560
561
- update on 1.95.1 on sourgeforge needed for midgard
562
- new description
563
564
-------------------------------------------------------------------
565
Thu Mar 9 11:01:23 CET 2000 - ke@suse.de
566
567
- Don't "install" symlinks; use "cp"; reported by bs; proposed fix
568
by ro.
569
- Cleanup the spec file: better Group tag; more accurate files list.
570
571
-------------------------------------------------------------------
572
Tue Nov 23 14:59:17 CET 1999 - ke@suse.de
573
574
- first SuSE package: version 1.1.
575
- apply Debian patch to build shared libs.
576
- build libexpat.a.
577
578