GNU bug report logs -
#42939
[PATCH] gnu: drawpile: Build with libmicrohttpd 0.9.71.
Previous Next
Reported by: Michael Rohleder <mike <at> rohleder.de>
Date: Wed, 19 Aug 2020 21:50:02 UTC
Severity: normal
Tags: patch
Done: Mathieu Othacehe <othacehe <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hello Michael,
> + ;; libmicrohttpd>=0.9.71 changed some results from int to MHD_Result.
> + (add-after 'unpack 'patch
> + (lambda _
> + (substitute* "src/thinsrv/webadmin/qmhttp.cpp"
> + (("^int assign_to_hash") "MHD_Result assign_to_hash")
> + (("^int access_policy") "MHD_Result access_policy")
> + (("^int iterate_post") "MHD_Result iterate_post")
> + (("^int request_handler") "MHD_Result request_handler")
> + (("int ret;") "MHD_Result ret;")
> + (("ret = MHD_queue_basic_auth_fail_response")
> + "ret = (MHD_Result) MHD_queue_basic_auth_fail_response"))
> + #t)))))
I believe that this is fixed upstream by:
https://github.com/drawpile/Drawpile/commit/ed1a75deb113da2d1df91a28f557509c4897130e.
Thanks,
Mathieu
This bug report was last modified 4 years and 331 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.