Package: gridsite / 2.0.4-3.2
Metadata
Package | Version | Patches format |
---|---|---|
gridsite | 2.0.4-3.2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
cgi bin location.patch | (download) |
src/Makefile |
7 4 + 3 - 0 ! |
--- |
gridsite ldflags.patch | (download) |
src/Makefile |
43 18 + 25 - 0 ! |
--- |
gridsite httpd24.patch | (download) |
src/canl_mod_gridsite.c |
12 6 + 6 - 0 ! |
--- |
gridsite fprintf.patch | (download) |
src/htproxyput.c |
6 3 + 3 - 0 ! |
--- |
gridsite return type.patch | (download) |
src/grst_admin_main.c |
2 1 + 1 - 0 ! |
fix ftbfs with clang instead of gcc |
curl defines.patch | (download) |
src/htcp.c |
5 1 + 4 - 0 ! |
test for old curl by version rather than with #ifndef As of curl 7.37.1, CURLOPT_READDATA and CURLOPT_WRITEDATA are enums rather than #defines and the old names are #defines instead; testing for them with #ifndef results in #define loops. Use a version test instead to find out whether we need compatibility definitions. |