[libsoup/gnome-3-24] 2.58.2



commit d059ed12af843def9b5b24a2ea3de69454df8f1f
Author: Dan Winship <danw gnome org>
Date:   Thu Aug 10 08:25:13 2017 -0400

    2.58.2

 NEWS         |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 1a198d0..06cd8da 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Changes in libsoup from 2.58.1 to 2.58.2:
+
+       * 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.58.1:
 
        * Reverts a change to SoupSession to close all open
diff --git a/configure.ac b/configure.ac
index ab09373..b48680e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl *******************************************
 
 m4_define([soup_major_version], [2])
 m4_define([soup_minor_version], [58])
-m4_define([soup_micro_version], [1])
+m4_define([soup_micro_version], [2])
 
 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]