123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>c-ares</Name>
- <Homepage>https://c-ares.haxx.se/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>as-is</License>
- <IsA>library</IsA>
- <Summary>A C library that performs DNS requests and name resolves asynchronously</Summary>
- <Description>c-ares is a C library that performs DNS requests and name resolves asynchronously. c-ares is a fork of the library named 'ares', written by Greg Hudson at MIT.</Description>
- <Archive sha1sum="9e2a99af58d163d084db6fcebb2165a960bdd1af" type="targz">https://c-ares.haxx.se/download/c-ares-1.18.1.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>cmake</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>c-ares</Name>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc/c-ares/*</Path>
- </Files>
- </Package>
- <Package>
- <Name>c-ares-devel</Name>
- <Summary>Development files for c-ares</Summary>
- <RuntimeDependencies>
- <Dependency release="current">c-ares</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="library">/usr/lib/cmake</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="7">
- <Date>2022-10-22</Date>
- <Version>1.18.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="6">
- <Date>2021-08-15</Date>
- <Version>1.17.2</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2019-07-04</Date>
- <Version>1.15.0</Version>
- <Comment>Version Bump.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="4">
- <Date>2018-08-29</Date>
- <Version>1.12.0</Version>
- <Comment>Version Bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2018-04-24</Date>
- <Version>1.11.0</Version>
- <Comment>Version bump, rebuilt with docker</Comment>
- <Name>İbrahim KARAGÜZEL</Name>
- <Email>karaguzelibrahim@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2014-02-17</Date>
- <Version>1.9.1</Version>
- <Comment>Release</Comment>
- <Name>Osman Erkan</Name>
- <Email>osman.erkan@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2012-09-01</Date>
- <Version>1.9.1</Version>
- <Comment>First release</Comment>
- <Name>Osman Erkan</Name>
- <Email>osman.erkan@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|