mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
release v1.0.7
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
Mon Jul 27 06:12:03 PM CEST 2026
|
||||
Fixing various vulnerabilities reported by A. Ramos resulting
|
||||
in possible crashes or out-of-bounds stack writes for certain
|
||||
requests in specific configurations.
|
||||
Releasing GNU libmicrohttpd 1.0.7. -CG
|
||||
|
||||
Wed Jul 8 12:32:30 PM CEST 2026
|
||||
Fix various minor issues, like theoretical
|
||||
integer overflows for extreme inputs or NULL
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
Mon Jul 27 06:13:26 PM CEST 2026
|
||||
Released GNU libmicrohttpd 1.0.7.
|
||||
|
||||
This is a bugfix release, fixing modest security vulnerabilities
|
||||
discovered by A. Ramos.
|
||||
|
||||
-- Christian Grothoff
|
||||
|
||||
Wed Jul 8 12:47:35 PM CEST 2026
|
||||
Released GNU libmicrohttpd 1.0.6.
|
||||
|
||||
|
||||
+2
-2
@@ -23,7 +23,7 @@
|
||||
#
|
||||
AC_PREREQ([2.64])
|
||||
LT_PREREQ([2.4.0])
|
||||
AC_INIT([GNU libmicrohttpd],[1.0.6],[libmicrohttpd@gnu.org])
|
||||
AC_INIT([GNU libmicrohttpd],[1.0.7],[libmicrohttpd@gnu.org])
|
||||
AC_CONFIG_AUX_DIR([build-aux])
|
||||
MHD_AUX_DIR='build-aux' # Must be set to the same value as in the previous line
|
||||
AC_CONFIG_HEADERS([MHD_config.h])
|
||||
@@ -31,7 +31,7 @@ AC_CONFIG_MACRO_DIR([m4])
|
||||
m4_pattern_forbid([^_?MHD_[A-Z_]+_CC_])dnl
|
||||
|
||||
LIB_VERSION_CURRENT=74
|
||||
LIB_VERSION_REVISION=4
|
||||
LIB_VERSION_REVISION=5
|
||||
LIB_VERSION_AGE=62
|
||||
AC_SUBST([LIB_VERSION_CURRENT])
|
||||
AC_SUBST([LIB_VERSION_REVISION])
|
||||
|
||||
Reference in New Issue
Block a user