haserl 0.9.36-2 source package in Ubuntu

Changelog

haserl (0.9.36-2) unstable; urgency=medium

  [ Debian Janitor ]
  * [90edcdb] Use versioned copyright format URI.
  * [13ce4a0] Use secure URI in Homepage field.
  * [4c51a38] Bump debhelper from old 12 to 13.
  * [45f4f92] Update standards version to 4.6.1, no changes needed.

  [ Chow Loong Jin ]
  * [699629e] d/clean: Add generated file src/haserl_lualib.inc
    (Closes: #1044782)

 -- Chow Loong Jin <email address hidden>  Mon, 14 Aug 2023 10:54:35 +0800

Upload details

Uploaded by:
Chow Loong Jin
Uploaded to:
Sid
Original maintainer:
Chow Loong Jin
Architectures:
any
Section:
interpreters
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe interpreters
Noble release universe interpreters
Mantic release universe interpreters

Downloads

File Size SHA-256 Checksum
haserl_0.9.36-2.dsc 1.8 KiB eb595341b106c9452a2cf6cb0a380ff85f8bdf33573cb3a28f7246c21bfc8410
haserl_0.9.36.orig.tar.gz 150.7 KiB 8f6048bfc77dfe8d1032aec2e708fddfa36d225c25d14b474f70ba7d6eefabc1
haserl_0.9.36-2.debian.tar.xz 8.4 KiB 434f91ffaac141d5a705d444f06a5630f1f6f113f9bd067d68f28f240502ab48

Available diffs

No changes file available.

Binary packages built by this source

haserl: CGI scripting program for embedded environments

 Haserl is a CGI wrapper that allows PHP-style programming in Lua or a
 POSIX-compliant shell. It is very small, so it can be used in embedded
 environments, or where something like PHP is too big.
 .
 It combines three features into a small CGI engine:
  * It parses POST and GET requests, placing form-elements into the
    environment as name=value pairs for the CGI script to use. This is
    somewhat similar to the uncgi wrapper.
  * It opens a shell, and translates all text into printable statements.
    All text within <% ... %> constructs is passed verbatim to the shell.
    This is somewhat similar to how PHP scripts are parsed.
  * It can be set up to drop its permissions to the owner of the script,
    giving it some of the security features of suexec or cgiwrapper.

haserl-dbgsym: debug symbols for haserl