diff options
author | jenkins4kodi <jenkins4kodi@users.noreply.github.com> | 2023-05-31 04:24:45 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-31 04:24:45 -0700 |
commit | 6749f2238ccff08bd72c904e7123ffb708afc2e6 (patch) | |
tree | 1a28f65a2b0f95500bd98fa568bf2e3e78596995 /tools | |
parent | 1ebff04a751c268a93f17d518949ebcfd1666b17 (diff) | |
parent | c039492fe2b986bc9715005dc152b2a8d7270798 (diff) |
Merge pull request #23342 from Karlson2k/mhd_bump_v0.9.77
Diffstat (limited to 'tools')
-rw-r--r-- | tools/depends/target/libmicrohttpd/001-remove-assert.patch | 11 | ||||
-rw-r--r-- | tools/depends/target/libmicrohttpd/LIBMICROHTTPD-VERSION | 4 | ||||
-rw-r--r-- | tools/depends/target/libmicrohttpd/Makefile | 4 |
3 files changed, 3 insertions, 16 deletions
diff --git a/tools/depends/target/libmicrohttpd/001-remove-assert.patch b/tools/depends/target/libmicrohttpd/001-remove-assert.patch deleted file mode 100644 index 472cc279c7..0000000000 --- a/tools/depends/target/libmicrohttpd/001-remove-assert.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/src/microhttpd/connection.c -+++ b/src/microhttpd/connection.c -@@ -1024,7 +1024,7 @@ - struct MHD_Response *response; - - response = connection->response; -- mhd_assert (connection->rp_props.send_reply_body); -+// mhd_assert (connection->rp_props.send_reply_body); - - if ( (0 == response->total_size) || - /* TODO: replace the next check with assert */ diff --git a/tools/depends/target/libmicrohttpd/LIBMICROHTTPD-VERSION b/tools/depends/target/libmicrohttpd/LIBMICROHTTPD-VERSION index b6c751d7ef..08f87d4806 100644 --- a/tools/depends/target/libmicrohttpd/LIBMICROHTTPD-VERSION +++ b/tools/depends/target/libmicrohttpd/LIBMICROHTTPD-VERSION @@ -1,4 +1,4 @@ LIBNAME=libmicrohttpd -VERSION=0.9.75 +VERSION=0.9.77 ARCHIVE=$(LIBNAME)-$(VERSION).tar.gz -SHA512=4dc62ed191342a61cc2767171bb1ff4050f390db14ef7100299888237b52ea0b04b939c843878fe7f5daec2b35a47b3c1b7e7c11fb32d458184fe6b19986a37c +SHA512=001025c023dd94c4a0cf017ed575e65a577b5ce595e7e450346bfb75def77eaa8a4cfbeffb9f4b912e34165c2cfca147c02c895e067a4f6c5a321a12035758a5 diff --git a/tools/depends/target/libmicrohttpd/Makefile b/tools/depends/target/libmicrohttpd/Makefile index 2d2e5f20b2..f62096ff50 100644 --- a/tools/depends/target/libmicrohttpd/Makefile +++ b/tools/depends/target/libmicrohttpd/Makefile @@ -1,6 +1,5 @@ include ../../Makefile.include LIBMICROHTTPD-VERSION ../../download-files.include -DEPS = ../../Makefile.include Makefile LIBMICROHTTPD-VERSION ../../download-files.include \ - 001-remove-assert.patch +DEPS = ../../Makefile.include Makefile LIBMICROHTTPD-VERSION ../../download-files.include # configuration settings CONFIGURE=cp -f $(CONFIG_SUB) $(CONFIG_GUESS) .; \ @@ -29,7 +28,6 @@ all: .installed-$(PLATFORM) $(PLATFORM): $(DEPS) | $(TARBALLS_LOCATION)/$(ARCHIVE).$(HASH_TYPE) rm -rf $(PLATFORM)/*; mkdir -p $(PLATFORM) cd $(PLATFORM); $(ARCHIVE_TOOL) $(ARCHIVE_TOOL_FLAGS) $(TARBALLS_LOCATION)/$(ARCHIVE) - cd $(PLATFORM); patch -p1 -i ../001-remove-assert.patch cd $(PLATFORM); $(CONFIGURE) $(LIBDYLIB): $(PLATFORM) |