Merge pull request #1638 from suvari/master
zlib: version bump to 1.2.13
This commit is contained in:
@@ -12,6 +12,7 @@ from pisi.actionsapi import get
|
||||
LIBDIR = "/usr/lib32" if get.buildTYPE() == "emul32" else "/usr/lib"
|
||||
|
||||
def setup():
|
||||
autotools.autoreconf("-fiv")
|
||||
autotools.rawConfigure("--libdir=%s \
|
||||
--includedir=/usr/include \
|
||||
--prefix=/usr \
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>zlib</Name>
|
||||
@@ -12,12 +12,12 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Standard (de)compression library</Summary>
|
||||
<Description>Zlib is a general-purpose, patent-free, lossless data compression library which is used by many different programs.</Description>
|
||||
<Archive sha1sum="09211da41528f4a7bc01890eeb0577af2bc0ec26" name="zlib-1.2.12.tar.gz" type="targz">https://github.com/madler/zlib/archive/refs/tags/v1.2.12.tar.gz</Archive>
|
||||
<Archive sha1sum="5adfb4d9b29498efb58615f4cb1581568d839b4a" name="zlib-1.2.12.tar.gz" type="targz">https://github.com/madler/zlib/archive/refs/tags/v1.2.13.tar.gz</Archive>
|
||||
<Patches>
|
||||
<!-- <Patch level="1">zlib-1.2.5-minizip-fixuncrypt.patch</Patch> -->
|
||||
<Patch level="1">dont-call-ldconfig.patch</Patch>
|
||||
<Patch level="1">ec3df00224d4.patch</Patch>
|
||||
<Patch level="1">05796d3d8d55.patch</Patch>
|
||||
<!-- <Patch level="1">ec3df00224d4.patch</Patch> -->
|
||||
<!-- <Patch level="1">05796d3d8d55.patch</Patch> -->
|
||||
<Patch level="1">e490ddad3091574a0c2e3b5a66a8fee9a7ab212f.diff</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
@@ -93,6 +93,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="13">
|
||||
<Date>2023-07-13</Date>
|
||||
<Version>1.2.13</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="12">
|
||||
<Date>2023-01-28</Date>
|
||||
<Version>1.2.12</Version>
|
||||
|
||||
Reference in New Issue
Block a user