libmicrohttpd 0.9.32-1 source package in Ubuntu

Changelog

libmicrohttpd (0.9.32-1) unstable; urgency=medium


  * Imported Upstream version 0.9.32
    + Fix CVE-2013-7038 and CVE-2013-7039 (Closes: #731933).
  * debian/libmicrohttpd10.symbols:
    + remove 2 unused symbols.
    + add a new one from 0.9.30.
    + add 2 new ones from 0.9.32.
  * Refresh the only patch.
  * debian/rules: remove an old cleaning rule after install.

 -- Bertrand Marc <email address hidden>  Wed, 11 Dec 2013 17:30:36 +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.32-1.dsc 2.0 KiB 222167f1a12ef03140750452645ad9e82c27cd195be6ac3de19c2073efffa252
libmicrohttpd_0.9.32.orig.tar.gz 1.1 MiB e554b8e1313b336616a460aca0ac1fc8c96552320bc1d4dc503ce00bfb70d89c
libmicrohttpd_0.9.32-1.debian.tar.gz 5.6 KiB e5c5a98f182567b7869df9988fcaef9b8d20962ee0e9fb15d4706f025ae359ab

Available diffs

No changes file available.

Binary packages built by this source

libmicrohttpd-dbg: library embedding HTTP server functionality (debug)

 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 debugging symbols.

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.

libmicrohttpd10: 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