libmicrohttpd: update to 0.9.73.
This update breaks some C++ implementations (see [1] and
05ed2cb76b).
All packages that depend on libmicrohttpd have been checked; all but two
(psensor and retroshare) build against libmicrohttpd >= 0.9.71 by now,
and those two are easy enough to patch.
The relevant change is just switching some API return types from `int`
to an enum with the same values, so there isn't any concern about ABI
compatibility with the change (and in fact it's only a warning on a C
compiler).
[1] https://github.com/kismetwireless/kismet/issues/281
This commit is contained in:
committed by
Érico Nogueira
parent
9b62ece48c
commit
a6f4c6166b
@@ -1329,7 +1329,7 @@ libunwind-aarch64.so.8 libunwind-1.5.0_3
|
||||
libunwind-ppc32.so.8 libunwind-1.5.0_3
|
||||
libunwind-ppc64.so.8 libunwind-1.5.0_3
|
||||
libunwind-setjmp.so.0 libunwind-1.5.0_3
|
||||
libmicrohttpd.so.12 libmicrohttpd-0.9.48_1
|
||||
libmicrohttpd.so.12 libmicrohttpd-0.9.73_1
|
||||
libmicrodns.so.1 libmicrodns-0.2.0_1
|
||||
libgit2.so.1.0 libgit2-1.0.1_3
|
||||
libgit2-glib-1.0.so.0 libgit2-glib-0.23.4_1
|
||||
|
||||
Reference in New Issue
Block a user