summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2017-08-10 08:25:13 -0400
committerDan Winship <danw@gnome.org>2017-08-10 08:25:13 -0400
commitd059ed12af843def9b5b24a2ea3de69454df8f1f (patch)
treec0666ca875c0dc34ebcd78dfb74abe58222cf565
parent7efd4ddc6e4729722cb0c27978dfe5260f7f3016 (diff)
downloadlibsoup-2.58.2.tar.gz
2.58.22.58.2
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1a198d04..06cd8dab 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 ab09373d..b48680ec 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])