SHA256
3
0
forked from pool/expat
Commit Graph

75 Commits

Author SHA256 Message Date
Dominique Leuenberger
7ba4355faa Accepting request 532443 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/532443
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/expat?expand=0&rev=52
2017-10-10 09:40:50 +00:00
Tomáš Chvátal
061786605d Accepting request 532435 from home:jayvdb:toggl
- Allow building when do_profiling is undefined

OBS-URL: https://build.opensuse.org/request/show/532435
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/expat?expand=0&rev=61
2017-10-07 15:19:36 +00:00
Dominique Leuenberger
fc47b2ed1b Accepting request 509586 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/509586
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/expat?expand=0&rev=51
2017-07-30 09:23:50 +00:00
Tomáš Chvátal
73171aa2e8 Accepting request 509510 from home:pluskalm:branches:devel:libraries:c_c++
- Build with profiling when possible

OBS-URL: https://build.opensuse.org/request/show/509510
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/expat?expand=0&rev=59
2017-07-11 20:45:24 +00:00
Dominique Leuenberger
a6a3a5bbb7 Accepting request 508187 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/508187
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/expat?expand=0&rev=50
2017-07-11 06:34:44 +00:00
Tomáš Chvátal
87920586bc Accepting request 508174 from home:msmeissn:branches:devel:libraries:c_c++
- Version update to 2.2.1 Sat June 17 2017
  - Security fixes:
                    CVE-2017-9233 / bsc#1047236 -- External entity infinite loop DoS
                    Details: https://libexpat.github.io/doc/cve-2017-9233/
                    Commit c4bf96bb51dd2a1b0e185374362ee136fe2c9d7f
   - [MOX-002]      CVE-2016-9063 / bsc#1047240 -- Detect integer overflow; 
                    (Fixed version of existing downstream patches!)
   - (SF.net) #539  Fix regression from fix to CVE-2016-0718 cutting off
                    longer tag names; 
               #25  More integer overflow detection (function poolGrow); 
   - [MOX-002]      Detect overflow from len=INT_MAX call to XML_Parse; 
   - [MOX-005] #30  Use high quality entropy for hash initialization:
                    * arc4random_buf on BSD, systems with libbsd
                      (when configured with --with-libbsd), CloudABI
                    * RtlGenRandom on Windows XP / Server 2003 and later
                    * getrandom on Linux 3.17+
                    In a way, that's still part of CVE-2016-5300.
                    https://github.com/libexpat/libexpat/pull/30/commits
   - [MOX-005] For the low quality entropy extraction fallback code,
               the parser instance address can no longer leak, 
   - [MOX-003] Prevent use of uninitialised variable; commit
   - [MOX-004] a4dc944f37b664a3ca7199c624a98ee37babdb4b
               Add missing parameter validation to public API functions
               and dedicated error code XML_ERROR_INVALID_ARGUMENT:
   - [MOX-006] * NULL checks; commits
               * Negative length (XML_Parse); commit
   - [MOX-002] 70db8d2538a10f4c022655d6895e4c3e78692e7f
   - [MOX-001] #35  Change hash algorithm to William Ahern's version of SipHash
                    to go further with fixing CVE-2012-0876.
                    https://github.com/libexpat/libexpat/pull/39/commits

OBS-URL: https://build.opensuse.org/request/show/508174
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/expat?expand=0&rev=57
2017-07-04 16:25:59 +00:00
Dominique Leuenberger
e2e2764c84 Accepting request 441164 from devel:libraries:c_c++
* Fixes bnc#983215 CVE-2012-6702
  * Fixes bnc#983216 CVE-2016-5300

OBS-URL: https://build.opensuse.org/request/show/441164
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/expat?expand=0&rev=49
2016-11-23 12:34:44 +00:00
Tomáš Chvátal
972947b1dc * Fixes bnc#983215 CVE-2012-6702
* Fixes bnc#983216 CVE-2016-5300

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/expat?expand=0&rev=55
2016-11-21 09:44:57 +00:00
Dominique Leuenberger
771ae1f722 Accepting request 412247 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/412247
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/expat?expand=0&rev=48
2016-08-05 16:11:22 +00:00
982955bd01 Accepting request 412027 from home:jengelh:branches:devel:libraries:c_c++
- Remove pointless --with-pic (for static only)

OBS-URL: https://build.opensuse.org/request/show/412027
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/expat?expand=0&rev=53
2016-07-20 06:48:52 +00:00
Dominique Leuenberger
2750bb30ab Accepting request 408557 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/408557
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/expat?expand=0&rev=47
2016-07-18 19:17:02 +00:00
3363926740 Accepting request 408441 from home:scarabeus_iv:branches:devel:libraries:c_c++
- Version update to 2.2.0:
  * Various cmake and autotools script updates
  * Fix detection of utf8 character boundaries
- Remove all patches merged upstream:
  * expat-2.1.1-avoid_relying_on_undef_behaviour.patch
  * expat-2.1.1-parser_crashes_on_malformed_input.patch
  * expat-alloc-size.patch
  * expat-visibility.patch

OBS-URL: https://build.opensuse.org/request/show/408441
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/expat?expand=0&rev=51
2016-07-14 15:19:01 +00:00
Dominique Leuenberger
7889cc1680 Accepting request 404263 from devel:libraries:c_c++
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/404263
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/expat?expand=0&rev=46
2016-07-09 07:18:54 +00:00
d06c7cd5b7 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/expat?expand=0&rev=49 2016-06-16 14:01:33 +00:00
Dominique Leuenberger
c01adcbc4e Accepting request 396750 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/396750
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/expat?expand=0&rev=45
2016-05-26 21:52:32 +00:00
2888ef8f38 Accepting request 396618 from home:kstreitova:branches:devel:libraries:c_c++
- add expat-2.1.1-avoid_relying_on_undef_behaviour.patch to avoid
  relying on undefined behavior in CVE-2015-1283 fix [bnc#980391],
  [CVE-2015-1283]
- add expat-2.1.1-parser_crashes_on_malformed_input.patch to fix
  Expat XML parser that mishandles certain kinds of malformed input
  documents [bnc#979441], [CVE-2016-0718] 
- use spec-cleaner to clean specfile

OBS-URL: https://build.opensuse.org/request/show/396618
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/expat?expand=0&rev=47
2016-05-19 10:15:28 +00:00
Dominique Leuenberger
c41d4e0d74 Accepting request 383022 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/383022
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/expat?expand=0&rev=44
2016-04-11 08:27:21 +00:00
Ismail Dönmez
89d01b6ea1 Accepting request 383019 from home:elvigia:branches:devel:libraries:c_c++
- After simplification of expat-visibility.patch, it became
  uneffective as no symbols are getting hidden. add
  -fvisibility=hidden to CFLAGS again.
- expat-alloc-size.patch: fix braino, realloc()-like functions
  should not take __attribute__(malloc)

OBS-URL: https://build.opensuse.org/request/show/383019
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/expat?expand=0&rev=45
2016-04-01 16:55:19 +00:00
Dominique Leuenberger
ddf78d1e50 Accepting request 378414 from devel:libraries:c_c++
- Update to version 2.1.1
  * Fixes CVE-2015-1283 — Multiple integer overflows in the
    XML_GetBuffer function
  * Fix potential null pointer dereference
  * Symbol XML_SetHashSalt was not exported
  * Output of xmlwf -h was incomplete
  * Document behavior of calling XML_SetHashSalt with salt 0
  * Minor improvements to man page xmlwf(1)
- Simplify expat-visibility.patch, refresh expat-alloc-size.patch
- Drop config-guess-sub-update.patch, fixed upstream.

OBS-URL: https://build.opensuse.org/request/show/378414
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/expat?expand=0&rev=43
2016-03-31 11:01:48 +00:00
Ismail Dönmez
8121760156 - Update to version 2.1.1
* Fixes CVE-2015-1283 — Multiple integer overflows in the
    XML_GetBuffer function
  * Fix potential null pointer dereference
  * Symbol XML_SetHashSalt was not exported
  * Output of xmlwf -h was incomplete
  * Document behavior of calling XML_SetHashSalt with salt 0
  * Minor improvements to man page xmlwf(1)
- Simplify expat-visibility.patch, refresh expat-alloc-size.patch
- Drop config-guess-sub-update.patch, fixed upstream.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/expat?expand=0&rev=43
2016-03-23 08:48:07 +00:00
Stephan Kulow
67e3bdd59a Accepting request 316020 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/316020
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/expat?expand=0&rev=42
2015-07-21 11:24:45 +00:00
Ismail Dönmez
ca45df8ecd Accepting request 316013 from home:pluskalm:branches:devel:libraries:c_c++
- Cleanup spec file with spec-cleaner
- Remove old ppc obsoletes/provides

OBS-URL: https://build.opensuse.org/request/show/316013
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/expat?expand=0&rev=41
2015-07-11 13:33:21 +00:00
Stephan Kulow
fc82b11195 Accepting request 161181 from devel:libraries:c_c++
- Added url as source.
  Please see http://en.opensuse.org/SourceUrls (forwarded request 161179 from m_meister)

OBS-URL: https://build.opensuse.org/request/show/161181
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/expat?expand=0&rev=39
2013-03-26 14:54:19 +00:00
Ismail Dönmez
4b7095a36b Accepting request 161179 from home:m_meister:branches:openSUSE:Factory
- Added url as source.
  Please see http://en.opensuse.org/SourceUrls

OBS-URL: https://build.opensuse.org/request/show/161179
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/expat?expand=0&rev=39
2013-03-26 13:15:47 +00:00
Stephan Kulow
7d4666e623 Accepting request 155999 from devel:libraries:c_c++
- Sanitize description of expat (replace it with a more current
  one from the homepage) (forwarded request 155998 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/155999
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/expat?expand=0&rev=38
2013-02-22 15:49:26 +00:00
Ismail Dönmez
1c65d9215f Accepting request 155998 from home:jengelh:branches:devel:libraries:c_c++
- Sanitize description of expat (replace it with a more current
  one from the homepage)

OBS-URL: https://build.opensuse.org/request/show/155998
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/expat?expand=0&rev=37
2013-02-21 16:47:18 +00:00
Stephan Kulow
4bc702ddf6 Accepting request 151262 from devel:libraries:c_c++
- Update config.guess/sub for aarch64 (forwarded request 151254 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/151262
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/expat?expand=0&rev=37
2013-02-05 14:41:56 +00:00
Sascha Peilicke
2698552e52 Accepting request 151254 from home:Andreas_Schwab:Factory
- Update config.guess/sub for aarch64

OBS-URL: https://build.opensuse.org/request/show/151254
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/expat?expand=0&rev=35
2013-02-05 11:52:08 +00:00
Stephan Kulow
ab93dac350 Accepting request 149768 from devel:libraries:c_c++
as it can't get worse, I want to have this in factory

OBS-URL: https://build.opensuse.org/request/show/149768
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/expat?expand=0&rev=35
2013-01-24 15:03:01 +00:00
297d7a2e05 - fix of fix of [bnc#798644]
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/expat?expand=0&rev=33
2013-01-23 09:22:35 +00:00
6660247884 - according to upstream changelog:
- Improved ability to build without the configure-generated
          expat_config.h header.  This is useful for applications
          which embed Expat rather than linking in the library.
  because I am not exactly sure about implication of this, rather use 
  -DXML_HAVE_VISIBILITY in CFLAG_VISIBILITY in expat-visibility.patch

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/expat?expand=0&rev=32
2013-01-23 09:17:31 +00:00
Stephan Kulow
547b065789 Accepting request 149545 from devel:libraries:c_c++
- Executing autoreconf requires autoconf BuildRequire (forwarded request 149538 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/149545
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/expat?expand=0&rev=34
2013-01-22 17:17:46 +00:00
8b8fc10428 Accepting request 149538 from home:jengelh:branches:devel:libraries:c_c++
- Executing autoreconf requires autoconf BuildRequire

OBS-URL: https://build.opensuse.org/request/show/149538
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/expat?expand=0&rev=30
2013-01-22 13:45:25 +00:00
Stephan Kulow
313cecf38f Accepting request 148919 from devel:libraries:c_c++
- really hide private Xml* symbols [bnc#798644]
  * modified visibility.patch

OBS-URL: https://build.opensuse.org/request/show/148919
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/expat?expand=0&rev=33
2013-01-21 16:37:08 +00:00
3275e54984 - really hide private Xml* symbols [bnc#798644]
* modified visibility.patch

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/expat?expand=0&rev=28
2013-01-18 08:55:13 +00:00
Stephan Kulow
d00f1725da Accepting request 113180 from devel:libraries:c_c++
update to 2.1.0 (forwarded request 113138 from tabraham1)

OBS-URL: https://build.opensuse.org/request/show/113180
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/expat?expand=0&rev=31
2012-04-12 07:22:04 +00:00
Wojtek Dziewięcki
c309b37078 Accepting request 113138 from home:tabraham1:branches:devel:libraries:c_c++
update to 2.1.0

OBS-URL: https://build.opensuse.org/request/show/113138
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/expat?expand=0&rev=26
2012-04-11 08:52:45 +00:00
Stephan Kulow
40980a7c0a Accepting request 108241 from devel:libraries:c_c++
- update to 2.1.0 beta
  * refreshed expat-visibility.patch
  * removed obsolete expat-CVE-2009-3560.patch
  * removed obsolete expat-CVE-2009-2625.patch
  - hash table DOS attack fix
  - accumulated bug fixes and some changes to the build system
  - new conditional feature to make byte offsets for attributes
    and attribute names available

OBS-URL: https://build.opensuse.org/request/show/108241
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/expat?expand=0&rev=30
2012-03-07 19:08:58 +00:00
Ismail Dönmez
e265480d7f build fix
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/expat?expand=0&rev=24
2012-03-06 20:51:40 +00:00
Ismail Dönmez
ae5d14aced Always run autoreconf
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/expat?expand=0&rev=23
2012-03-06 09:36:12 +00:00
Ismail Dönmez
e0ab99b38a Accepting request 108072 from home:tabraham1:branches:devel:libraries:c_c++
update to 2.1.0 beta

OBS-URL: https://build.opensuse.org/request/show/108072
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/expat?expand=0&rev=22
2012-03-06 09:33:32 +00:00
Stephan Kulow
d42d3c2ef8 Accepting request 104146 from devel:libraries:c_c++
- Put libraries back to %{_libdir}, /usr merge project (forwarded request 104138 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/104146
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/expat?expand=0&rev=29
2012-02-15 15:14:37 +00:00
Cristian Rodríguez
0940c229a3 Accepting request 104138 from home:elvigia:branches:devel:libraries:c_c++
- Put libraries back to %{_libdir}, /usr merge project

OBS-URL: https://build.opensuse.org/request/show/104138
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/expat?expand=0&rev=20
2012-02-12 16:28:13 +00:00
Stephan Kulow
293bb5a391 Accepting request 95010 from devel:libraries:c_c++
add automake to buildrequires (forwarded request 95005 from coolo)

OBS-URL: https://build.opensuse.org/request/show/95010
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/expat?expand=0&rev=27
2011-12-02 15:25:41 +00:00
Ismail Dönmez
7319307b04 Accepting request 95005 from home:coolo:removeautomake
add automake to buildrequires

OBS-URL: https://build.opensuse.org/request/show/95005
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/expat?expand=0&rev=18
2011-12-02 12:53:21 +00:00
Stephan Kulow
410364e234 Accepting request 89782 from devel:libraries:c_c++
NOT FOR 12.1, Factory Only.

- Hide non public symbols reusing existing win32 API export/imports
- annotate malloc/realloc-like functions with attribute alloc_size
  to catch possible misuses in calling code. (forwarded request 89779 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/89782
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/expat?expand=0&rev=26
2011-11-02 10:51:45 +00:00
Cristian Rodríguez
0f9fae28d8 Accepting request 89779 from home:elvigia:branches:devel:libraries:c_c++
NOT FOR 12.1, Factory Only.

- Hide non public symbols reusing existing win32 API export/imports
- annotate malloc/realloc-like functions with attribute alloc_size
  to catch possible misuses in calling code.

OBS-URL: https://build.opensuse.org/request/show/89779
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/expat?expand=0&rev=16
2011-10-30 23:18:03 +00:00
Lars Vogdt
99d5a12139 Accepting request 83497 from devel:libraries:c_c++
- Remove redundant/obsolete tags/sections from specfile
  (cf. packaging guidelines)
- Use %_smp_mflags for parallel build
- Add libexpat-devel to baselibs (for dev of 32-bit progs) (forwarded request 83485 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/83497
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/expat?expand=0&rev=24
2011-09-19 14:52:41 +00:00
Ismail Dönmez
44e44071e4 Accepting request 83485 from home:jengelh:bl-e
- Remove redundant/obsolete tags/sections from specfile
  (cf. packaging guidelines)
- Use %_smp_mflags for parallel build
- Add libexpat-devel to baselibs (for dev of 32-bit progs)

OBS-URL: https://build.opensuse.org/request/show/83485
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/expat?expand=0&rev=14
2011-09-19 09:53:57 +00:00
Sascha Peilicke
8741413814 Autobuild autoformatter for 72500
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/expat?expand=0&rev=23
2011-06-06 07:47:52 +00:00