libmicrohttpd-1.0.1

This commit is contained in:
uglyside
2025-02-06 23:33:54 +03:00
parent 49da869cad
commit 6a5a1d9138
2 changed files with 22 additions and 17 deletions
+13 -10
View File
@@ -1,18 +1,18 @@
<?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>libmicrohttpd</Name>
<Homepage>http://www.gnu.org/software/libmicrohttpd</Homepage>
<Homepage>https://www.gnu.org/software/libmicrohttpd/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2+</License>
<License>LGPLv2.1</License>
<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>
<Archive sha1sum="d835f399a42265f7759a462c22e57eee2300f708" type="targz">http://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.77.tar.gz</Archive>
<Archive sha1sum="08e34fa5ec5b552e09ad98b08d8d7da2ba9496ca" type="targz">https://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-1.0.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>gnutls-devel</Dependency>
</BuildDependencies>
@@ -25,8 +25,8 @@
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="info">/usr/share/info</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
@@ -34,9 +34,6 @@
<Package>
<Name>libmicrohttpd-devel</Name>
<Summary>Development files for libmicrohttpd</Summary>
<BuildDependencies>
<Dependency>gnutls-devel</Dependency>
</BuildDependencies>
<RuntimeDependencies>
<Dependency>gnutls-devel</Dependency>
<Dependency release="current">libmicrohttpd</Dependency>
@@ -44,11 +41,17 @@
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="man">/usr/share/man/man3</Path>
</Files>
</Package>
<History>
<Update release="8">
<Date>2025-02-06</Date>
<Version>1.0.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="7">
<Date>2023-05-31</Date>
<Version>0.9.77</Version>