Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] librsvg: update homepage link
@ 2017-07-29 20:19 Baruch Siach
  2017-07-29 20:19 ` [Buildroot] [PATCH 2/2] librsvg: security bump to version 2.40.18 Baruch Siach
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Baruch Siach @ 2017-07-29 20:19 UTC (permalink / raw)
  To: buildroot

The SF page redirects to gnome.org.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 package/librsvg/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/librsvg/Config.in b/package/librsvg/Config.in
index 211c53a79d39..ffb0287dbdd8 100644
--- a/package/librsvg/Config.in
+++ b/package/librsvg/Config.in
@@ -16,7 +16,7 @@ config BR2_PACKAGE_LIBRSVG
 	  The rsvg library is an efficient renderer for Scalable
 	  Vector Graphics (SVG) pictures.
 
-	  http://librsvg.sourceforge.net/
+	  https://wiki.gnome.org/Projects/LibRsvg
 
 comment "librsvg needs a toolchain w/ wchar, threads, C++"
 	depends on BR2_USE_MMU
-- 
2.13.2

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

* [Buildroot] [PATCH 2/2] librsvg: security bump to version 2.40.18
  2017-07-29 20:19 [Buildroot] [PATCH 1/2] librsvg: update homepage link Baruch Siach
@ 2017-07-29 20:19 ` Baruch Siach
  2017-09-04 20:52   ` Peter Korsgaard
  2017-07-29 20:44 ` [Buildroot] [PATCH 1/2] librsvg: update homepage link Thomas Petazzoni
  2017-09-04 20:51 ` Peter Korsgaard
  2 siblings, 1 reply; 5+ messages in thread
From: Baruch Siach @ 2017-07-29 20:19 UTC (permalink / raw)
  To: buildroot

http://ftp.gnome.org/pub/gnome/sources/librsvg/2.40/librsvg-2.40.18.news

CVE-2017-11464 - Fix division-by-zero in the Gaussian blur code.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 package/librsvg/librsvg.hash | 4 ++--
 package/librsvg/librsvg.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/librsvg/librsvg.hash b/package/librsvg/librsvg.hash
index f9844b23621b..9ab798120f92 100644
--- a/package/librsvg/librsvg.hash
+++ b/package/librsvg/librsvg.hash
@@ -1,2 +1,2 @@
-# From http://ftp.acc.umu.se/pub/gnome/sources/librsvg/2.40/librsvg-2.40.16.sha256sum
-sha256	d48bcf6b03fa98f07df10332fb49d8c010786ddca6ab34cbba217684f533ff2e	librsvg-2.40.16.tar.xz
+# From http://ftp.gnome.org/pub/gnome/sources/librsvg/2.40/librsvg-2.40.18.sha256sum
+sha256	bfc8c488c89c1e7212c478beb95c41b44701636125a3e6dab41187f1485b564c	librsvg-2.40.18.tar.xz
diff --git a/package/librsvg/librsvg.mk b/package/librsvg/librsvg.mk
index 07c1e3a0d13f..c8afdfd69fff 100644
--- a/package/librsvg/librsvg.mk
+++ b/package/librsvg/librsvg.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 LIBRSVG_VERSION_MAJOR = 2.40
-LIBRSVG_VERSION = $(LIBRSVG_VERSION_MAJOR).16
+LIBRSVG_VERSION = $(LIBRSVG_VERSION_MAJOR).18
 LIBRSVG_SITE = http://ftp.gnome.org/pub/gnome/sources/librsvg/$(LIBRSVG_VERSION_MAJOR)
 LIBRSVG_SOURCE = librsvg-$(LIBRSVG_VERSION).tar.xz
 LIBRSVG_INSTALL_STAGING = YES
-- 
2.13.2

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

* [Buildroot] [PATCH 1/2] librsvg: update homepage link
  2017-07-29 20:19 [Buildroot] [PATCH 1/2] librsvg: update homepage link Baruch Siach
  2017-07-29 20:19 ` [Buildroot] [PATCH 2/2] librsvg: security bump to version 2.40.18 Baruch Siach
@ 2017-07-29 20:44 ` Thomas Petazzoni
  2017-09-04 20:51 ` Peter Korsgaard
  2 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2017-07-29 20:44 UTC (permalink / raw)
  To: buildroot

Hello,

On Sat, 29 Jul 2017 23:19:37 +0300, Baruch Siach wrote:
> The SF page redirects to gnome.org.
> 
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
>  package/librsvg/Config.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Both applied. Thanks!

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

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

* [Buildroot] [PATCH 1/2] librsvg: update homepage link
  2017-07-29 20:19 [Buildroot] [PATCH 1/2] librsvg: update homepage link Baruch Siach
  2017-07-29 20:19 ` [Buildroot] [PATCH 2/2] librsvg: security bump to version 2.40.18 Baruch Siach
  2017-07-29 20:44 ` [Buildroot] [PATCH 1/2] librsvg: update homepage link Thomas Petazzoni
@ 2017-09-04 20:51 ` Peter Korsgaard
  2 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2017-09-04 20:51 UTC (permalink / raw)
  To: buildroot

>>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:

 > The SF page redirects to gnome.org.
 > Signed-off-by: Baruch Siach <baruch@tkos.co.il>

Committed to 2017.02.x, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 2/2] librsvg: security bump to version 2.40.18
  2017-07-29 20:19 ` [Buildroot] [PATCH 2/2] librsvg: security bump to version 2.40.18 Baruch Siach
@ 2017-09-04 20:52   ` Peter Korsgaard
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2017-09-04 20:52 UTC (permalink / raw)
  To: buildroot

>>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:

 > http://ftp.gnome.org/pub/gnome/sources/librsvg/2.40/librsvg-2.40.18.news
 > CVE-2017-11464 - Fix division-by-zero in the Gaussian blur code.

 > Signed-off-by: Baruch Siach <baruch@tkos.co.il>

Committed to 2017.02.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2017-09-04 20:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-29 20:19 [Buildroot] [PATCH 1/2] librsvg: update homepage link Baruch Siach
2017-07-29 20:19 ` [Buildroot] [PATCH 2/2] librsvg: security bump to version 2.40.18 Baruch Siach
2017-09-04 20:52   ` Peter Korsgaard
2017-07-29 20:44 ` [Buildroot] [PATCH 1/2] librsvg: update homepage link Thomas Petazzoni
2017-09-04 20:51 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox