libmicrohttpd 1.0.0-2.1ubuntu2 source package in Ubuntu
Changelog
libmicrohttpd (1.0.0-2.1ubuntu2) noble; urgency=medium * No-change rebuild for CVE-2024-3094 -- Steve Langasek <email address hidden> Sun, 31 Mar 2024 07:52:47 +0000
Upload details
- Uploaded by:
- Steve Langasek
- Uploaded to:
- Noble
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- libs
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Noble | release | universe | libs |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libmicrohttpd_1.0.0.orig.tar.xz | 1.3 MiB | 0c29b64f016e3bc2b52b217bb28687b58e8b9de2a63615a2f4ff74b57651f2b8 |
libmicrohttpd_1.0.0-2.1ubuntu2.debian.tar.xz | 17.1 KiB | a61cde63cfb0a040a5c636ddce718c18378ab1a4eb08d666af260913a9e8bede |
libmicrohttpd_1.0.0-2.1ubuntu2.dsc | 2.2 KiB | 9403d70d3becc3f6ffb6d651fa4a9e611b510959aad8dc6264493d4873d4dff4 |
Available diffs
- diff from 1.0.0-2.1ubuntu1 to 1.0.0-2.1ubuntu2 (333 bytes)
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.
.
This package contains the development files.
- libmicrohttpd12t64: 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
- libmicrohttpd12t64-dbgsym: debug symbols for libmicrohttpd12t64