From: Sven Neumann Date: Fri, 5 Aug 2011 08:52:27 +0000 (+0200) Subject: libsoup: bump to 2.32.2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=59377dd2b5873012eb2470b284735cb6bf6e5ce7;p=buildroot.git libsoup: bump to 2.32.2 Buildroot should use a stable release, not use an unstable development version. Updating to the current stable branch (2.34) is not trivial, so at least use the latest release from the stable 2.32 branch. Signed-off-by: Sven Neumann Signed-off-by: Peter Korsgaard --- diff --git a/package/libsoup/libsoup.mk b/package/libsoup/libsoup.mk index 6ec0882fec..11bfadd852 100644 --- a/package/libsoup/libsoup.mk +++ b/package/libsoup/libsoup.mk @@ -4,7 +4,7 @@ # ############################################################# -LIBSOUP_MAJOR_VERSION:=2.31 +LIBSOUP_MAJOR_VERSION:=2.32 LIBSOUP_VERSION:=$(LIBSOUP_MAJOR_VERSION).2 LIBSOUP_SOURCE:=libsoup-$(LIBSOUP_VERSION).tar.bz2 LIBSOUP_SITE:=http://ftp.gnome.org/pub/gnome/sources/libsoup/$(LIBSOUP_MAJOR_VERSION)