[libsoup] 2.59.90.1



commit f7c7054bae2c1a416890324ff09255f251ff310e
Author: Dan Winship <danw gnome org>
Date:   Thu Aug 10 08:08:20 2017 -0400

    2.59.90.1

 NEWS         |    6 ++++++
 configure.ac |    3 ++-
 2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index e3f2b3b..bc5e575 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Changes in libsoup from 2.59.90 to 2.59.90.1:
+
+       * CVE-2017-2885: Fixed a chunked decoding buffer overrun that
+          could be exploited against either clients or servers.
+          [#785774]
+
 Changes in libsoup from 2.58.0 to 2.59.90:
 
        * Several SoupAuthNegotiate compatibility fixes [#783780,
diff --git a/configure.ac b/configure.ac
index fd858a2..8b1d94a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,9 +5,10 @@ dnl *******************************************
 m4_define([soup_major_version], [2])
 m4_define([soup_minor_version], [59])
 m4_define([soup_micro_version], [90])
+m4_define([soup_nano_version], [1])
 
 AC_PREREQ(2.63)
-AC_INIT([libsoup],[soup_major_version.soup_minor_version.soup_micro_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
+AC_INIT([libsoup],[soup_major_version.soup_minor_version.soup_micro_version.soup_nano_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
 AC_CONFIG_SRCDIR([libsoup-2.4.pc.in])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]