From 4a51f653a223613c3962bf7f0916adcf4146ddc4 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 27 Feb 2023 16:56:31 +0100 Subject: [PATCH] hotfix release --- ChangeLog | 1 + configure.ac | 2 +- src/include/microhttpd.h | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5d50c60c7..877f0e33b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ Sun Feb 26 05:49:30 PM CET 2023 Fix potential DoS vector in MHD_PostProcessor discovered by Gynvael Coldwind and Dejan Alvadzijevic. -CG + Releasing GNU libmicrohttpd 0.9.76 hotfix. -CG Sun 26 Dec 2021 20:30:00 MSK Releasing GNU libmicrohttpd 0.9.75 -EG diff --git a/configure.ac b/configure.ac index 62ffb1227..d48591544 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # AC_PREREQ([2.64]) LT_PREREQ([2.4.0]) -AC_INIT([GNU Libmicrohttpd],[0.9.75],[libmicrohttpd@gnu.org]) +AC_INIT([GNU Libmicrohttpd],[0.9.76],[libmicrohttpd@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([silent-rules] [subdir-objects]) AC_CONFIG_HEADERS([MHD_config.h]) diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h index 051436b04..bc353ed17 100644 --- a/src/include/microhttpd.h +++ b/src/include/microhttpd.h @@ -96,7 +96,7 @@ extern "C" * they are parsed as decimal numbers. * Example: 0x01093001 = 1.9.30-1. */ -#define MHD_VERSION 0x00097500 +#define MHD_VERSION 0x00097600 /* If generic headers don't work on your platform, include headers which define 'va_list', 'size_t', 'ssize_t', 'intptr_t',