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 file
Patch File delta Description
cgi bin location.patch | (download)

src/Makefile | 7 4 + 3 - 0 !
1 file changed, 4 insertions(+), 3 deletions(-)

---
gridsite ldflags.patch | (download)

src/Makefile | 43 18 + 25 - 0 !
1 file changed, 18 insertions(+), 25 deletions(-)

---
gridsite httpd24.patch | (download)

src/canl_mod_gridsite.c | 12 6 + 6 - 0 !
src/mod_gridsite.c | 18 9 + 9 - 0 !
2 files changed, 15 insertions(+), 15 deletions(-)

---
gridsite fprintf.patch | (download)

src/htproxyput.c | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

---
gridsite return type.patch | (download)

src/grst_admin_main.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix ftbfs with clang instead of gcc
curl defines.patch | (download)

src/htcp.c | 5 1 + 4 - 0 !
src/slashgrid.c | 5 1 + 4 - 0 !
2 files changed, 2 insertions(+), 8 deletions(-)

 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.