diff options
author | Dan Winship <danw@gnome.org> | 2017-08-10 08:25:13 -0400 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2017-08-10 08:25:13 -0400 |
commit | d059ed12af843def9b5b24a2ea3de69454df8f1f (patch) | |
tree | c0666ca875c0dc34ebcd78dfb74abe58222cf565 | |
parent | 7efd4ddc6e4729722cb0c27978dfe5260f7f3016 (diff) | |
download | libsoup-2.58.2.tar.gz |
2.58.22.58.2
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -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]) |