libmicrohttpd 0.9.75-6 source package in Ubuntu
Changelog
libmicrohttpd (0.9.75-6) sid; urgency=high * Uploading to sid. * Adding patch from libmicrohttpd 0.9.76 to fix a parser bug that could be used to crash servers using the MHD_PostProcessor [CVE-2023-27371]. -- Daniel Baumann <email address hidden> Fri, 03 Mar 2023 14:51:24 +0100
Upload details
- Uploaded by:
- Daniel Baumann
- Uploaded to:
- Sid
- Original maintainer:
- Daniel Baumann
- Architectures:
- any
- Section:
- httpd
- Urgency:
- Very Urgent
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libmicrohttpd_0.9.75-6.dsc | 2.2 KiB | c0f8a9cd77c41285d2d48fc68bbee2e460a55042fcd5d3f6b9946c017d4b6846 |
libmicrohttpd_0.9.75.orig.tar.xz | 1.0 MiB | 796e7e217a4802679fcac667a4e98501c53185dcf50ca0583870e84192620131 |
libmicrohttpd_0.9.75-6.debian.tar.xz | 17.1 KiB | 566c247bfbf67e20858705ae695f58db747d50ed8512f2bc46a28bef9086e5af |
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