From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 109586 invoked by alias); 30 Jan 2017 09:53:39 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 109551 invoked by uid 89); 30 Jan 2017 09:53:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.0 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=ipv6, IPv6, 32k, Small X-HELO: mail110.syd.optusnet.com.au Received: from mail110.syd.optusnet.com.au (HELO mail110.syd.optusnet.com.au) (211.29.132.97) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 30 Jan 2017 09:53:28 +0000 Received: from [127.0.1.1] (c114-76-145-74.sunsh2.vic.optusnet.com.au [114.76.145.74]) (Authenticated sender: peterross79@optusnet.com.au) by mail110.syd.optusnet.com.au (Postfix) with ESMTPA id DC264103432 for ; Mon, 30 Jan 2017 20:53:23 +1100 (AEDT) Date: Mon, 30 Jan 2017 09:53:00 -0000 From: Peter Ross To: cygwin-apps@cygwin.com Subject: Re: [ITP] libmicrohttpd 0.9.52 Message-ID: <20170130095322.am723w633grlsliy@7c616c24653cac4f1c247e3ee013d12b> References: <20161213092532.xqa655jnpglqqmks@7c616c24653cac4f1c247e3ee013d12b> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="lhhhyrdjgnes2jyz" Content-Disposition: inline In-Reply-To: <20161213092532.xqa655jnpglqqmks@7c616c24653cac4f1c247e3ee013d12b> User-Agent: Mutt/1.6.2-neo (2016-08-21) X-Optus-CM-Score: 0 X-Optus-CM-Analysis: v=2.2 cv=BKLDlBYG c=1 sm=1 tr=0 a=bLQKym4aG30yc7HOxthh4Q==:117 a=bLQKym4aG30yc7HOxthh4Q==:17 a=mDV3o1hIAAAA:8 a=xNf9USuDAAAA:8 a=fxJcL_dCAAAA:8 a=KSb9T-wMAAAA:8 a=vTr9H3xdAAAA:8 a=oX08kPI8AAAA:8 a=w_pzkKWiAAAA:8 a=0LwZyvemzuuFXu__NAQA:9 a=CjuIK1q_8ugA:10 a=RMPe7LX8aeQA:10 a=96FCumDOVR7Vvlfs-RYA:9 a=eqCiuUo1NcQA:10 a=ONNS8QRKHyMA:10 a=_FVE-zBwftR9WsbkzFJk:22 a=SEwjQc04WA-l_NiBhQ7s:22 a=RcClHg6Y3m6hfiayNXd-:22 a=KF4VuIdXkMyp4E_ug72i:22 a=7PCjnrUJ-F5voXmZD6jJ:22 a=HoS0eNqkKlFy34tK5QRU:22 a=sRI3_1zDfAgwuvI8zelB:22 X-IsSubscribed: yes X-SW-Source: 2017-01/txt/msg00055.txt.bz2 --lhhhyrdjgnes2jyz Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 3022 Ping! On Tue, Dec 13, 2016 at 08:25:32PM +1100, Peter Ross wrote: > Small C library for embedding HTTP server into applications. > This is not to be confused with the existing 'micro-httpd' cygwin package. >=20 > Homepage: https://www.gnu.org/software/libmicrohttpd/ >=20 > License: LGPL version 2.1 >=20 > Yep, is packaged by other distro: > https://packages.debian.org/search?keywords=3Dmicrohttpd&searchon=3Dnames > https://packages.ubuntu.com/search?keywords=3Dmicrohttpd&searchon=3Dnames > https://software.opensuse.org/package/libmicrohttpd > https://admin.fedoraproject.org/pkgdb/package/rpms/libmicrohttpd/ >=20 > Packages: > http://pross.sdf.org/sandpit/libmicrohttpd/x86/libmicrohttpd-0.9.52-1.hint > http://pross.sdf.org/sandpit/libmicrohttpd/x86/libmicrohttpd-0.9.52-1.tar= .xz > http://pross.sdf.org/sandpit/libmicrohttpd/x86/libmicrohttpd-0.9.52-1-src= .tar.xz > http://pross.sdf.org/sandpit/libmicrohttpd/x86_64/libmicrohttpd-0.9.52-1.= hint > http://pross.sdf.org/sandpit/libmicrohttpd/x86_64/libmicrohttpd-0.9.52-1.= tar.xz > http://pross.sdf.org/sandpit/libmicrohttpd/x86_64/libmicrohttpd-0.9.52-1-= src.tar.xz >=20 > Cygport file: >=20 > NAME=3D"libmicrohttpd" > VERSION=3D0.9.52 > RELEASE=3D1 > CATEGORY=3D"Libs" > SUMMARY=3D"library embedding HTTP server functionality" > DESCRIPTION=3D"GNU libmicrohttpd is a small C library that is supposed to= make it easy to run an HTTP server as part of another application. GNU GNU= Libmicrohttpd is free software and part of the GNU project. Key features t= hat distinguish GNU Libmicrohttpd from other projects are: > - C library: fast and small > - API is simple, expressive and fully reentrant > - Implementation is HTTP 1.1 compliant > - HTTP server can listen on multiple ports > - Four different threading models (select, poll, pthread, thread pool) > - Supported platforms include GNU/Linux, FreeBSD, OpenBSD, NetBSD, Androi= d, OS X, W32, Symbian and z/OS > - Support for IPv6 > - Support for SHOUTcast > - Support for incremental processing of POST data (optional) > - Support for basic and digest authentication (optional) > - Support for SSL3 and TLS (requires libgcrypt and libgnutls, optional) > - Binary is only about 32k (without TLS/SSL support and other optional fe= atures)" > HOMEPAGE=3D"https://www.gnu.org/software/libmicrohttpd/" > SRC_URI=3D"https://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-${VERSION}= .tar.gz" > DEPEND=3D"gettext-devel" >=20 > # enable test suite > DEPEND=3D"${DEPEND} libcurl-devel" >=20 > # enable SSL > DEPEND=3D"${DEPEND} libgcrypt-devel libgnutls-devel" >=20 > # Note, if cygport fails with this error: > # /usr/bin/sed: can't read /usr/lib/libtasn1.la: No such file or direc= tory=20 > # it means libgnutls has installed an obsolete .la file. > # to solve this problem, delete /usr/lib/libgnutls.la > # discussion here: https://cygwin.com/ml/cygwin/2016-12/msg00106.html >=20 > -- Peter > (A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 DD6B) -- Peter (A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 DD6B) --lhhhyrdjgnes2jyz Content-Type: application/pgp-signature; name="signature.asc" Content-length: 163 -----BEGIN PGP SIGNATURE----- iEYEARECAAYFAliPDQ4ACgkQZ2B5xaxA3WuJAQCfdlr9L8QyANHDTHweGsjZw4Ba AEMAnRZHRsQEPGRPZI+kojgWwW/kvfS6 =5V6y -----END PGP SIGNATURE----- --lhhhyrdjgnes2jyz--