libmicrohttpd 0.9.58-1 source package in Ubuntu

Changelog

libmicrohttpd (0.9.58-1) unstable; urgency=medium

  * New upstream version 0.9.58 (Closes: #867785).
  * Drop dependency on libgcrypt, not necessary anymore with GnuTLS>2.12.20
    (Closes: #883475).
  * Drop 01-manpage.patch, applied upstream.
  * Standards-version: 4.1.3.

 -- Bertrand Marc <email address hidden>  Thu, 28 Dec 2017 18:48:15 +0100

Upload details

Uploaded by:
Bertrand Marc
Uploaded to:
Sid
Original maintainer:
Bertrand Marc
Architectures:
any
Section:
httpd
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libmicrohttpd_0.9.58-1.dsc 2.2 KiB 390683484a2c54944b93487c8d7cc2f96e1e0b581c0f4ee403b05d9fa36c0ae4
libmicrohttpd_0.9.58.orig.tar.gz 1.3 MiB 7a11e1376c62ff95bd6d2dfe6799d57ac7cdbcb32f70bfbd5e47c71f373e01f3
libmicrohttpd_0.9.58-1.debian.tar.xz 12.3 KiB cca823d9f39cedfda0d937cfdeff936e9f0ef9faa93857534a84a1974c2df811

Available diffs

No changes file available.

Binary packages built by this source

libmicrohttpd-dev: library embedding HTTP server functionality (development)

 GNU libmicrohttpd is a small C library that is supposed to make it easy to run
 an HTTP server as part of another application. Key features that 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)
  * 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
 .
 This package contains the development files.

libmicrohttpd12: library embedding HTTP server functionality

 GNU libmicrohttpd is a small C library that is supposed to make it easy to run
 an HTTP server as part of another application. Key features that 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)
  * 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

libmicrohttpd12-dbgsym: debug symbols for libmicrohttpd12