libmicrohttpd 0.9.33-1 source package in Ubuntu
Changelog
libmicrohttpd (0.9.33-1) unstable; urgency=medium [ Bertrand Marc ] * Imported Upstream version 0.9.33 * Make uscan check the archive signature: + add the upstream key to debian/upstream-signing-key.pgp. + add the binary key to debian/source/include-binaries. + add pgpsigurlmangle to debian/watch. * Hide uneeded exported symbols according to microhttpd.h and EXPORT.sym. This fixes building on kfreebsd (Closes: #733184). + cherry pick 02-hiding_symbols from upstream svn. + remove every unwanted symbols from libmicrohttpd10.symbols. * Standards version 3.9.5: + remove dependency on dpkg (>= 1.15.4) | install-info. [ Ivo De Decker ] * Add missing build-dep on texinfo. -- Ivo De Decker <email address hidden> Wed, 01 Jan 2014 16:58:30 +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 | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | universe | libs |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libmicrohttpd_0.9.33-1.dsc | 2.1 KiB | e4404a9da0ceadb92f95b3d854a9ab6ce3bc69da2917a7cf425958840cde678e |
libmicrohttpd_0.9.33.orig.tar.gz | 1.1 MiB | d9587e8497548f820650cd607daf3615ea3272435779378983032c570f1cd559 |
libmicrohttpd_0.9.33-1.debian.tar.gz | 13.2 KiB | 51b7ca496ff45b7f60fe76623004daf381fb7e0ac197bbbbd5e745be161ff276 |
Available diffs
- diff from 0.9.32-1 to 0.9.33-1 (138.5 KiB)
No changes file available.
Binary packages built by this source
- libmicrohttpd-dbg: No summary available for libmicrohttpd-dbg in ubuntu utopic.
No description available for libmicrohttpd-dbg in ubuntu utopic.
- libmicrohttpd-dev: No summary available for libmicrohttpd-dev in ubuntu utopic.
No description available for libmicrohttpd-dev in ubuntu utopic.
- 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