Fri, 07 Jun 2024 09:26:21 UTC | login

Information for build fcgiwrap-1.1.0-13.20181108git99c942c.fc33

ID151004
Package Namefcgiwrap
Version1.1.0
Release13.20181108git99c942c.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/fcgiwrap.git#a1b19123869a85d1197ef5515d4ba8d4faaec8fa
SummarySimple FastCGI wrapper for CGI scripts
DescriptionThis package provides a simple FastCGI wrapper for CGI scripts with/ following features: - very lightweight (84KB of private memory per instance) - fixes broken CR/LF in headers - handles environment in a sane way (CGI scripts get HTTP-related environment vars from FastCGI parameters and inherit all the others from environment of fcgiwrap ) - no configuration, so you can run several sites off the same fcgiwrap pool - passes CGI std error output to std error stream of cgiwrap or FastCGI - support systemd socket activation, launcher program like spawn-fcgi is no longer required on systemd-enabled distributions
Built bydavidlt
State complete
Volume DEFAULT
StartedSat, 28 Mar 2020 06:42:14 UTC
CompletedSat, 28 Mar 2020 07:03:46 UTC
Taskbuild (f33, /rpms/fcgiwrap.git:a1b19123869a85d1197ef5515d4ba8d4faaec8fa)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/fcgiwrap.git#a1b19123869a85d1197ef5515d4ba8d4faaec8fa'}}
Tags
f33
RPMs
src
fcgiwrap-1.1.0-13.20181108git99c942c.fc33.src.rpm (info) (download)
riscv64
fcgiwrap-1.1.0-13.20181108git99c942c.fc33.riscv64.rpm (info) (download)
fcgiwrap-debuginfo-1.1.0-13.20181108git99c942c.fc33.riscv64.rpm (info) (download)
fcgiwrap-debugsource-1.1.0-13.20181108git99c942c.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-13.20181108git99c942c - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Sun Oct 06 2019 Andrew Bauer <zonexpertconsulting@outlook.com> - 1.1.0-12.20181108git99c942c - Update SETUP instructions. Fixes RHBZ 1740030. * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-11.20181108git99c942c - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-10.20181108git99c942c - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Dec 14 2018 Andrew Bauer <zonexpertconsulting@outlook.com> - 1.1.0-9.20181108git99c942c - fix typo in fcgiwrap socket file * Tue Dec 04 2018 Andrew Bauer <zonexpertconsulting@outlook.com> - 1.1.0-8.20181108git99c942c - Modify socket file based on feedback in BZ 1655281 - Add README.SELinux * Thu Nov 08 2018 Andrew Bauer <zonexpertconsulting@outlook.com> - 1.1.0-7.20181108git99c942c - Feedback from fedora package review - Remove Group from unit file - Set date to snapshot date, not commit date * Sat Nov 03 2018 Andrew Bauer <zonexpertconsulting@outlook.com> - 1.1.0-6.20150530git99c942c - Supply our own systemd service, socket, and environment files - Add Patch2 to fix kill parameter sequence