Package: libfcgi / 2.4.0-8.3
Metadata
Package | Version | Patches format |
---|---|---|
libfcgi | 2.4.0-8.3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
binutils indirect linking | (download) |
examples/Makefile.am |
2 1 + 1 - 0 ! |
--- |
gcc44 fix include | (download) |
libfcgi/fcgio.cpp |
1 1 + 0 - 0 ! |
upstream changes introduced in version 2.4.0-8 This patch has been created by dpkg-source during the package build. Here's the last changelog entry, hopefully it gives details on why those changes were made: . libfcgi (2.4.0-8) unstable; urgency=low . * Switch to dpkg-source 3.0 (quilt) format . The person named in the Author field signed this changelog entry. |
poll | (download) |
libfcgi/os_unix.c |
35 22 + 13 - 0 ! |
use poll in os_unix.c instead of select to avoid problem with > 1024 connections |
fix_compiler_warnings.patch | (download) |
cgi-fcgi/cgi-fcgi.c |
15 5 + 10 - 0 ! |
fix up compiler warnings in codebase, including: - Unwind complex deferencing of pointers resolving: "warning: dereferencing type-punned pointer will break strict-aliasing rules" - Remove unused variable from the codebase: "warning: variable 'numFDs' set but not used" - Cast parameters properly for formatting in fprintf: "warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t'" - Interim cast to intprt_t when passing FD's as ClientData pointers: |
1