aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-02-27 16:56:31 +0100
committerChristian Grothoff <christian@grothoff.org>2023-02-27 16:56:31 +0100
commit4a51f653a223613c3962bf7f0916adcf4146ddc4 (patch)
tree9fae5ac2900ce228606bba08829c1cc8df214dea
parente0754d1638c602382384f1eface30854b1defeec (diff)
downloadlibmicrohttpd-b0.9.76.tar.gz
libmicrohttpd-b0.9.76.zip
hotfix releasev0.9.76b0.9.76
-rw-r--r--ChangeLog1
-rw-r--r--configure.ac2
-rw-r--r--src/include/microhttpd.h2
3 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d50c60c..877f0e33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
1Sun Feb 26 05:49:30 PM CET 2023 1Sun Feb 26 05:49:30 PM CET 2023
2 Fix potential DoS vector in MHD_PostProcessor discovered 2 Fix potential DoS vector in MHD_PostProcessor discovered
3 by Gynvael Coldwind and Dejan Alvadzijevic. -CG 3 by Gynvael Coldwind and Dejan Alvadzijevic. -CG
4 Releasing GNU libmicrohttpd 0.9.76 hotfix. -CG
4 5
5Sun 26 Dec 2021 20:30:00 MSK 6Sun 26 Dec 2021 20:30:00 MSK
6 Releasing GNU libmicrohttpd 0.9.75 -EG 7 Releasing GNU libmicrohttpd 0.9.75 -EG
diff --git a/configure.ac b/configure.ac
index 62ffb122..d4859154 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
23# 23#
24AC_PREREQ([2.64]) 24AC_PREREQ([2.64])
25LT_PREREQ([2.4.0]) 25LT_PREREQ([2.4.0])
26AC_INIT([GNU Libmicrohttpd],[0.9.75],[libmicrohttpd@gnu.org]) 26AC_INIT([GNU Libmicrohttpd],[0.9.76],[libmicrohttpd@gnu.org])
27AC_CONFIG_AUX_DIR([build-aux]) 27AC_CONFIG_AUX_DIR([build-aux])
28AM_INIT_AUTOMAKE([silent-rules] [subdir-objects]) 28AM_INIT_AUTOMAKE([silent-rules] [subdir-objects])
29AC_CONFIG_HEADERS([MHD_config.h]) 29AC_CONFIG_HEADERS([MHD_config.h])
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 051436b0..bc353ed1 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -96,7 +96,7 @@ extern "C"
96 * they are parsed as decimal numbers. 96 * they are parsed as decimal numbers.
97 * Example: 0x01093001 = 1.9.30-1. 97 * Example: 0x01093001 = 1.9.30-1.
98 */ 98 */
99#define MHD_VERSION 0x00097500 99#define MHD_VERSION 0x00097600
100 100
101/* If generic headers don't work on your platform, include headers 101/* If generic headers don't work on your platform, include headers
102 which define 'va_list', 'size_t', 'ssize_t', 'intptr_t', 102 which define 'va_list', 'size_t', 'ssize_t', 'intptr_t',