mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
hotfix release
This commit is contained in:
@@ -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
|
||||
|
||||
+1
-1
@@ -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])
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user