[libsoup/gnome-3-22] 2.56.1



commit 1362632927e97dbe530bf2251170746a3b60c740
Author: Dan Winship <danw gnome org>
Date:   Thu Aug 10 08:29:01 2017 -0400

    2.56.1

 NEWS         |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index ce44280..81ab32b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Changes in libsoup from 2.56.0 to 2.56.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.55.90 to 2.56.0:
 
        * Added SoupWebsocketConnection:max-incoming-payload-size
diff --git a/configure.ac b/configure.ac
index 3cabf3b..6f1910a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl *******************************************
 
 m4_define([soup_major_version], [2])
 m4_define([soup_minor_version], [56])
-m4_define([soup_micro_version], [0])
+m4_define([soup_micro_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])


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