libmicrohttpd 1.0.1-2 source package in Ubuntu

Changelog

libmicrohttpd (1.0.1-2) unstable; urgency=medium

  * [7ed5d20] d/libmicrohttpd12t64.lintian-overrides: drop, not needed since
    lintian 2.118.0
  * [5b1d4ed] d/rules: testsuite now passes on all archs, so drop special
    handling
  * [3114b97] d/rules: move not installing of *.la files to d/not-installed
  * [a75d23d] d/tests/control: pkg-config -> pkconf
  * [b1b3bb7] d/patches/adapted_test_for_GNU_Hurd.patch: added from upstream
  * [60051f3] d/copyright: redo from scratch
  * [dbbcce0] d/control: drop B-D on socat and zzuf.
    These are only used with explicitly setting --enable-heavy-tests
    anyways which should not be done with standard package builds.
  * [49f80d0] d/control: Standards-Version: 4.7.0 (no changes required)

 -- Florian Ernst <email address hidden>  Sat, 24 Aug 2024 13:13:06 +0200

Upload details

Uploaded by:
Florian Ernst
Uploaded to:
Sid
Original maintainer:
Florian Ernst
Architectures:
any
Section:
httpd
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe libs

Downloads

File Size SHA-256 Checksum
libmicrohttpd_1.0.1-2.dsc 2.4 KiB 6f508a958c046ecaf972501c71ef5835eb16cbafb8ffe3d37900f17f454911a0
libmicrohttpd_1.0.1.orig.tar.gz 2.1 MiB a89e09fc9b4de34dde19f4fcb4faaa1ce10299b9908db1132bbfa1de47882b94
libmicrohttpd_1.0.1.orig.tar.gz.asc 854 bytes 6aaa92a91ef00636f397872ecfa447e7f3de596cde64ee5eb3f3e091a5be8a91
libmicrohttpd_1.0.1-2.debian.tar.xz 19.2 KiB e970b56599f073d0603594bfd0e92fbf7fcae9522c2f51a2c8d5bef4da36de46

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