sync with stable lfs

This commit is contained in:
Ertuğrul Erata
2017-12-03 00:54:18 +03:00
parent 16eab1533a
commit 1e053b6cb6
12 changed files with 101 additions and 15 deletions
+9 -2
View File
@@ -12,13 +12,13 @@
<IsA>library</IsA>
<Summary>XML parsing libraries</Summary>
<Description>This is expat, the C library for parsing XML, written by James Clark. Expat is a stream oriented XML parser. This means that you register handlers with the parser prior to starting the parse. These handlers are called when the parser discovers the associated structures in the document being parsed. A start tag is an example of the kind of structures for which you may register handlers.</Description>
<Archive sha1sum="8453bc52324be4c796fd38742ec48470eef358b3" type="tarbz2">mirrors://sourceforge/expat/expat-2.2.0.tar.bz2</Archive>
<Archive sha1sum="e2be3a2aa8d12ce70184aab418d0d5d96ed86d0e" type="tarbz2">mirrors://sourceforge/expat/expat-2.2.3.tar.bz2</Archive>
<BuildDependencies>
<Dependency>gnuconfig</Dependency>
<Dependency>glibc-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch>expat-2.2.0-CVE-2016-0718-regression.patch</Patch>
<!--Patch>expat-2.2.0-CVE-2016-0718-regression.patch</Patch-->
</Patches>
</Source>
@@ -63,6 +63,13 @@
</Package>
<History>
<Update release="5">
<Date>2017-12-03</Date>
<Version>2.2.3</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="4">
<Date>2017-01-07</Date>
<Version>2.2.0</Version>