Skip to content

Commit

Permalink
update to libmicrohttpd v0.9.77
Browse files Browse the repository at this point in the history
  • Loading branch information
mirostauder committed Oct 17, 2023
1 parent 6bf96ea commit 578be52
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ ifeq ($(CENTOSVER),6)
cd libmicrohttpd && ln -s libmicrohttpd-0.9.55 libmicrohttpd
cd libmicrohttpd && tar -zxf libmicrohttpd-0.9.55.tar.gz
else
cd libmicrohttpd && ln -s libmicrohttpd-0.9.75 libmicrohttpd
cd libmicrohttpd && tar -zxf libmicrohttpd-0.9.75.tar.gz
cd libmicrohttpd && ln -s libmicrohttpd-0.9.77 libmicrohttpd
cd libmicrohttpd && tar -zxf libmicrohttpd-0.9.77.tar.gz
# cd libmicrohttpd/libmicrohttpd && patch src/microhttpd/connection.c < ../connection.c-snprintf-overflow.patch
endif
cd libmicrohttpd/libmicrohttpd && ./configure --enable-https && CC=${CC} CXX=${CXX} ${MAKE}
Expand Down
Binary file removed deps/libmicrohttpd/libmicrohttpd-0.9.75.tar.gz
Binary file not shown.
Binary file added deps/libmicrohttpd/libmicrohttpd-0.9.77.tar.gz
Binary file not shown.

0 comments on commit 578be52

Please sign in to comment.