core rebuild

This commit is contained in:
Rmys
2020-12-16 21:20:09 +03:00
parent 348937e0f4
commit 83f1d39eca
7 changed files with 92 additions and 10 deletions
+12 -5
View File
@@ -15,14 +15,14 @@
<IsA>library</IsA>
<Summary>XZ compression utilities</Summary>
<Description>XZ Utils provide a general purpose data compression library and command line tools. The .xz format supports multiple compression algorithms, which are called "filters" in context of XZ Utils. The primary filter is currently LZMA2.</Description>
<Archive sha1sum="1d3a6910c28d40df0134f4a49e5570e8249120c5" type="tarxz">http://tukaani.org/xz/xz-5.2.4.tar.xz</Archive>
<Archive sha1sum="0b9d1e06b59f7fe0796afe1d93851b9306b4a3b6" type="tarxz">http://tukaani.org/xz/xz-5.2.5.tar.xz</Archive>
<BuildDependencies>
<Dependency versionFrom="8.0.1">readline-devel</Dependency>
<Dependency versionFrom="2.30">glibc-devel</Dependency>
<!-- <Dependency versionFrom="8.0.1">readline-devel</Dependency> -->
<!-- <Dependency versionFrom="2.30">glibc-devel</Dependency> -->
</BuildDependencies>
<Patches>
<Patch level="1">0002-xz-Fix-an-integer-overflow-with-32-bit-off_t.patch</Patch>
<Patch level="1">0001-liblzma-Avoid-memcpy-NULL-foo-0-because-it-is-undefi.patch</Patch>
<!-- <Patch level="1">0002-xz-Fix-an-integer-overflow-with-32-bit-off_t.patch</Patch> -->
<!-- <Patch level="1">0001-liblzma-Avoid-memcpy-NULL-foo-0-because-it-is-undefi.patch</Patch> -->
<!-- <Patch level="1">pthread.patch</Patch> -->
</Patches>
</Source>
@@ -69,6 +69,13 @@
</Package>
<History>
<Update release="7">
<Date>2020-12-09</Date>
<Version>5.2.5</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2019-12-11</Date>
<Version>5.2.4</Version>