Skip to content

Commit

Permalink
Merge pull request #4362 from sysown/v2.6.0-update_to_libmicrohttpd_v…
Browse files Browse the repository at this point in the history
…0.9.77

update to libmicrohttpd v0.9.77
  • Loading branch information
renecannao authored Oct 29, 2023
2 parents fc4f72f + 2f987ae commit e458e67
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 9 deletions.
10 changes: 1 addition & 9 deletions deps/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -158,15 +158,8 @@ curl: curl/curl/lib/.libs/libcurl.a

libmicrohttpd/libmicrohttpd/src/microhttpd/.libs/libmicrohttpd.a:
cd libmicrohttpd && rm -rf libmicrohttpd-*/ || true
cd libmicrohttpd && rm -f libmicrohttpd || true
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 && tar -zxf libmicrohttpd-*.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}

microhttpd: libmicrohttpd/libmicrohttpd/src/microhttpd/.libs/libmicrohttpd.a
Expand Down Expand Up @@ -368,7 +361,6 @@ cleanall:
cd clickhouse-cpp/ && rm -rf clickhouse-cpp-* || true
cd lz4 && rm -rf lz4-*/ || true
cd libmicrohttpd && rm -rf libmicrohttpd-*/ || true
cd libmicrohttpd && rm -f libmicrohttpd || true
cd curl && rm -rf curl-*/ || true
cd libev && rm -rf libev-*/ || true
cd libssl && rm -rf openssl-openssl-*/ openssl-3*/ || true
Expand Down
1 change: 1 addition & 0 deletions deps/libmicrohttpd/libmicrohttpd
Binary file removed deps/libmicrohttpd/libmicrohttpd-0.9.55.tar.gz
Binary file not shown.
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 e458e67

Please sign in to comment.