mini-httpd 1.30-10 source package in Ubuntu

Changelog

mini-httpd (1.30-10) unstable; urgency=medium

  * Added patch improving handling of "charset=%s" in error pages
    and directory listing. Before, a literal "%s" was output as opposed to
    the actual charset. Now, the correct charset (UTF-8 for dirs and
    ISO-8859-1 for err) is output. Thanks again, Alexander Foken !
    (Closes: #714549)
  * Added a Systemd DocumentationKey entry fixing lintian warning. This
    points to the manpage for now.
  * Added SystemD hardening features to service. The directives
    I have provided should have no impact. I've confirmed no impact to
    basic functionality, vhosting, error pages and CGI. I managed to
    get the service to a "4.7 - OK" rating by using
    systemd-analyze security mini-httpd (all the way from 9.6).
    I have NOT enabled hardening features which have a high change of
    impacting functionality such as removing CAP_CHROOT which would
    mean mini_httpd's chroot mode of operation is forbidden.
    Help is welcome in improving these options (maybe someone with a
    security background could chip in).
  * Added a NEWS entry informing users of potential breakage due to
    new systemd hardening features.

 -- Alexandru Mihail <email address hidden>  Tue, 16 Apr 2024 00:11:43 +0300

Upload details

Uploaded by:
Alexandru Mihail
Uploaded to:
Sid
Original maintainer:
Alexandru Mihail
Architectures:
any
Section:
httpd
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe web

Downloads

File Size SHA-256 Checksum
mini-httpd_1.30-10.dsc 1.8 KiB 12e92bea723f1fd28e54dcc33b3243f169d512cb739c78faa99b8a8dab50a2d4
mini-httpd_1.30.orig.tar.gz 42.9 KiB 9c4481802af8dde2e164062185c279e9274525c3af93d014fdc0b80cf30bca6e
mini-httpd_1.30-10.debian.tar.xz 18.4 KiB 3733186068d64cbb66f9799895a129c9cb602eae0e4162942a13e7a3960eb431

No changes file available.

Binary packages built by this source

mini-httpd: Small HTTP server

 mini-httpd implements all basic features of a HTTPD, including: GET, HEAD, POST
 methods, common MIME types, basic authentication, virtual hosting, CGI,
 directory listing, trailing-slash redirection, standard logging, custom error
 pages etc. It also can be configured to do SSL and IPv6.

mini-httpd-dbgsym: debug symbols for mini-httpd