]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
libsoup: security bump to version 2.56.1
authorPeter Korsgaard <peter@korsgaard.com>
Thu, 7 Sep 2017 15:07:54 +0000 (17:07 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 16 Oct 2017 21:08:17 +0000 (23:08 +0200)
Fixes CVE-2017-2885: stack based buffer overflow with HTTP Chunked Encoding

For more details, see
https://bugzilla.gnome.org/show_bug.cgi?id=785774

While we're at it, add a hash for the license file.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 0f5398f0e61992bd836474b7350c16f00459d0a5)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libsoup/libsoup.hash
package/libsoup/libsoup.mk

index b42cf2f711d2f234db0541a0efc3b70d0214b694..6e1ff428afc0d648f749ffa70b3b2f50fd3a9dc4 100644 (file)
@@ -1,2 +1,4 @@
-# From http://ftp.gnome.org/pub/gnome/sources/libsoup/2.56/libsoup-2.56.0.sha256sum
-sha256 d8216b71de8247bc6f274ec054c08547b2e04369c1f8add713e9350c8ef81fe5        libsoup-2.56.0.tar.xz
+# From http://ftp.gnome.org/pub/gnome/sources/libsoup/2.56/libsoup-2.56.1.sha256sum
+sha256 c32a46d77b4da433b51d8fd09a57a44b198e03bdc93e5219afcc687c7948eac3  libsoup-2.56.1.tar.xz
+# Locally calculated
+sha256  b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c  COPYING
index 1c27138f02dd57856f2f5d08697e3512f2b20320..a3ce686aa7d7b303897e6feb2ffcdcda930cce60 100644 (file)
@@ -5,7 +5,7 @@
 ################################################################################
 
 LIBSOUP_VERSION_MAJOR = 2.56
-LIBSOUP_VERSION = $(LIBSOUP_VERSION_MAJOR).0
+LIBSOUP_VERSION = $(LIBSOUP_VERSION_MAJOR).1
 LIBSOUP_SOURCE = libsoup-$(LIBSOUP_VERSION).tar.xz
 LIBSOUP_SITE = http://ftp.gnome.org/pub/gnome/sources/libsoup/$(LIBSOUP_VERSION_MAJOR)
 LIBSOUP_LICENSE = LGPL-2.0+