libmicrohttpd 0.9.57-1 source package in Ubuntu

Changelog

libmicrohttpd (0.9.57-1) unstable; urgency=medium

  * New upstream version 0.9.57.
  * Add a new symbol to debian/libmicrohttpd12.symbols.
  * Use https instead of ftp in debian/watch.
  * Standards-version: 4.1.2.

 -- Bertrand Marc <email address hidden>  Sat, 02 Dec 2017 18:14:58 +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.57-1.dsc 2.2 KiB 07ae8afb87d8e05559f902d8ca479f586fc76029db7970b10a7c203fb82c0f2c
libmicrohttpd_0.9.57.orig.tar.gz 1.3 MiB dec1a76487d7e48ad74b468a888bfda1c05731f185ff950f1e363ca9d39caf4e
libmicrohttpd_0.9.57-1.debian.tar.xz 12.4 KiB 4d89f68aaaeeb4910bad02947fe3b2b12498ed44e4e94cb1572259ea3bdcfabd

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