Merge pull request #5339 from Rmys/master

libmicrohttpd
This commit is contained in:
Rmys
2018-08-10 17:41:31 +03:00
committed by GitHub
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>A compact API and implementation of HTTP web server</Summary> <Summary>A compact API and implementation of HTTP web server</Summary>
<Description>libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application.</Description> <Description>libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application.</Description>
<Archive sha1sum="ff1c1a4c63e3d7c7a057adbc33db2a887340bf3f" type="targz">http://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.54.tar.gz</Archive> <Archive sha1sum="468bf0cf6f27bba36049533c6c7cdc958f4122cb" type="targz">http://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.59.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>gnutls-devel</Dependency> <Dependency>gnutls-devel</Dependency>
<Dependency>libgcrypt-devel</Dependency> <Dependency>libgcrypt-devel</Dependency>
@@ -55,6 +55,13 @@
</Package> </Package>
<History> <History>
<Update release="4">
<Date>2018-08-10</Date>
<Version>0.9.59</Version>
<Comment>Version Bump</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="3"> <Update release="3">
<Date>2017-05-09</Date> <Date>2017-05-09</Date>
<Version>0.9.54</Version> <Version>0.9.54</Version>