All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] libsoup: bump to version 2.52.2
@ 2015-11-11 13:34 Gustavo Zacarias
  2015-11-11 14:16 ` Thomas Petazzoni
  0 siblings, 1 reply; 4+ messages in thread
From: Gustavo Zacarias @ 2015-11-11 13:34 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/libsoup/libsoup.hash | 4 ++--
 package/libsoup/libsoup.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/libsoup/libsoup.hash b/package/libsoup/libsoup.hash
index 58e3eb2..7878550 100644
--- a/package/libsoup/libsoup.hash
+++ b/package/libsoup/libsoup.hash
@@ -1,2 +1,2 @@
-# From http://ftp.gnome.org/pub/gnome/sources/libsoup/2.52/libsoup-2.52.1.sha256sum
-sha256	0e19bca047ad50b28e8ed7663840f9e45a94909148822ca44dcb3e8cafb5cc48	libsoup-2.52.1.tar.xz
+# From http://ftp.gnome.org/pub/gnome/sources/libsoup/2.52/libsoup-2.52.2.sha256sum
+sha256	db55628b5c7d952945bb71b236469057c8dfb8dea0c271513579c6273c2093dc	libsoup-2.52.2.tar.xz
diff --git a/package/libsoup/libsoup.mk b/package/libsoup/libsoup.mk
index e43e25c..fd51a0e 100644
--- a/package/libsoup/libsoup.mk
+++ b/package/libsoup/libsoup.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 LIBSOUP_VERSION_MAJOR = 2.52
-LIBSOUP_VERSION = $(LIBSOUP_VERSION_MAJOR).1
+LIBSOUP_VERSION = $(LIBSOUP_VERSION_MAJOR).2
 LIBSOUP_SOURCE = libsoup-$(LIBSOUP_VERSION).tar.xz
 LIBSOUP_SITE = http://ftp.gnome.org/pub/gnome/sources/libsoup/$(LIBSOUP_VERSION_MAJOR)
 LIBSOUP_LICENSE = LGPLv2+
-- 
2.4.10

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH] libsoup: bump to version 2.52.2
  2015-11-11 13:34 [Buildroot] [PATCH] libsoup: bump to version 2.52.2 Gustavo Zacarias
@ 2015-11-11 14:16 ` Thomas Petazzoni
  2015-11-12 21:16   ` Peter Korsgaard
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Petazzoni @ 2015-11-11 14:16 UTC (permalink / raw)
  To: buildroot

Dear Gustavo Zacarias,

On Wed, 11 Nov 2015 10:34:29 -0300, Gustavo Zacarias wrote:
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  package/libsoup/libsoup.hash | 4 ++--
>  package/libsoup/libsoup.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)

Applied, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH] libsoup: bump to version 2.52.2
  2015-11-11 14:16 ` Thomas Petazzoni
@ 2015-11-12 21:16   ` Peter Korsgaard
  2015-11-12 22:14     ` Thomas Petazzoni
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Korsgaard @ 2015-11-12 21:16 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 > Dear Gustavo Zacarias,
 > On Wed, 11 Nov 2015 10:34:29 -0300, Gustavo Zacarias wrote:
 >> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
 >> ---
 >> package/libsoup/libsoup.hash | 4 ++--
 >> package/libsoup/libsoup.mk   | 2 +-
 >> 2 files changed, 3 insertions(+), 3 deletions(-)

 > Applied, thanks.

Don't forget to specify that these are applied to the next branch, not
to master.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH] libsoup: bump to version 2.52.2
  2015-11-12 21:16   ` Peter Korsgaard
@ 2015-11-12 22:14     ` Thomas Petazzoni
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2015-11-12 22:14 UTC (permalink / raw)
  To: buildroot

Peter,

On Thu, 12 Nov 2015 22:16:48 +0100, Peter Korsgaard wrote:

>  > Dear Gustavo Zacarias,
>  > On Wed, 11 Nov 2015 10:34:29 -0300, Gustavo Zacarias wrote:
>  >> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
>  >> ---
>  >> package/libsoup/libsoup.hash | 4 ++--
>  >> package/libsoup/libsoup.mk   | 2 +-
>  >> 2 files changed, 3 insertions(+), 3 deletions(-)
> 
>  > Applied, thanks.
> 
> Don't forget to specify that these are applied to the next branch, not
> to master.

Yes, indeed. I noticed this after sending this batch of "Applied,
thanks", and did (hopefully) the right thing for the other patches.

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-11-12 22:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-11 13:34 [Buildroot] [PATCH] libsoup: bump to version 2.52.2 Gustavo Zacarias
2015-11-11 14:16 ` Thomas Petazzoni
2015-11-12 21:16   ` Peter Korsgaard
2015-11-12 22:14     ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.