All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] libnspr: bump to version 4.11
@ 2015-11-20 18:47 Gustavo Zacarias
  2015-11-20 18:47 ` [Buildroot] [PATCH 2/2] libnss: bump to version 3.21 Gustavo Zacarias
  2015-11-21  8:31 ` [Buildroot] [PATCH 1/2] libnspr: bump to version 4.11 Thomas Petazzoni
  0 siblings, 2 replies; 5+ messages in thread
From: Gustavo Zacarias @ 2015-11-20 18:47 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/libnspr/libnspr.hash b/package/libnspr/libnspr.hash
index 0a5ee87..87f6d4f 100644
--- a/package/libnspr/libnspr.hash
+++ b/package/libnspr/libnspr.hash
@@ -1,2 +1,2 @@
-# From https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v4.10.10/src/SHA256SUMS
-sha256	343614971c30520d0fa55f4af0a72578e2d8674bb71caf7187490c3379523107	nspr-4.10.10.tar.gz
+# From https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v4.11/src/SHA256SUMS
+sha256	cb320a9eee7028275ac0fce7adc39dee36f14f02fd8432fce1b7e1aa5e3685c2	nspr-4.11.tar.gz
diff --git a/package/libnspr/libnspr.mk b/package/libnspr/libnspr.mk
index 9124ce0..207da4e 100644
--- a/package/libnspr/libnspr.mk
+++ b/package/libnspr/libnspr.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBNSPR_VERSION = 4.10.10
+LIBNSPR_VERSION = 4.11
 LIBNSPR_SOURCE = nspr-$(LIBNSPR_VERSION).tar.gz
 LIBNSPR_SITE = https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v$(LIBNSPR_VERSION)/src
 LIBNSPR_SUBDIR = nspr
-- 
2.4.10

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

* [Buildroot] [PATCH 2/2] libnss: bump to version 3.21
  2015-11-20 18:47 [Buildroot] [PATCH 1/2] libnspr: bump to version 4.11 Gustavo Zacarias
@ 2015-11-20 18:47 ` Gustavo Zacarias
  2015-11-21  8:32   ` Thomas Petazzoni
  2015-11-21  8:31 ` [Buildroot] [PATCH 1/2] libnspr: bump to version 4.11 Thomas Petazzoni
  1 sibling, 1 reply; 5+ messages in thread
From: Gustavo Zacarias @ 2015-11-20 18:47 UTC (permalink / raw)
  To: buildroot

Disable gtests since they require C++ support.

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

diff --git a/package/libnss/libnss.hash b/package/libnss/libnss.hash
index 68f50ea..4fa5897 100644
--- a/package/libnss/libnss.hash
+++ b/package/libnss/libnss.hash
@@ -1,2 +1,2 @@
-# From https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_20_1_RTM/src/SHA256SUMS
-sha256	ad3c8f11dfd9570c2d04a6140d5ef7c2bdd0fe30d6c9e5548721a4251a5e8c97	nss-3.20.1.tar.gz
+# From https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_21_RTM/src/SHA256SUMS
+sha256	3f7a5b027d7cdd5c0e4ff7544da33fdc6f56c2f8c27fff02938fd4a6fbe87239	nss-3.21.tar.gz
diff --git a/package/libnss/libnss.mk b/package/libnss/libnss.mk
index a15fab2..10879e2 100644
--- a/package/libnss/libnss.mk
+++ b/package/libnss/libnss.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBNSS_VERSION = 3.20.1
+LIBNSS_VERSION = 3.21
 LIBNSS_SOURCE = nss-$(LIBNSS_VERSION).tar.gz
 LIBNSS_SITE = https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_$(subst .,_,$(LIBNSS_VERSION))_RTM/src
 LIBNSS_DISTDIR = dist
@@ -19,6 +19,7 @@ LIBNSS_BUILD_VARS = \
 	NSPR_LIB_DIR=$(STAGING_DIR)/usr/lib \
 	BUILD_OPT=1 \
 	NS_USE_GCC=1 \
+	NSS_DISABLE_GTESTS=1 \
 	NSS_USE_SYSTEM_SQLITE=1 \
 	NSS_ENABLE_ECC=1 \
 	NATIVE_CC="$(HOSTCC)" \
-- 
2.4.10

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

* [Buildroot] [PATCH 1/2] libnspr: bump to version 4.11
  2015-11-20 18:47 [Buildroot] [PATCH 1/2] libnspr: bump to version 4.11 Gustavo Zacarias
  2015-11-20 18:47 ` [Buildroot] [PATCH 2/2] libnss: bump to version 3.21 Gustavo Zacarias
@ 2015-11-21  8:31 ` Thomas Petazzoni
  1 sibling, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2015-11-21  8:31 UTC (permalink / raw)
  To: buildroot

Dear Gustavo Zacarias,

On Fri, 20 Nov 2015 15:47:19 -0300, Gustavo Zacarias wrote:
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  package/libnspr/libnspr.hash | 4 ++--
>  package/libnspr/libnspr.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)

Applied to next, 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 2/2] libnss: bump to version 3.21
  2015-11-20 18:47 ` [Buildroot] [PATCH 2/2] libnss: bump to version 3.21 Gustavo Zacarias
@ 2015-11-21  8:32   ` Thomas Petazzoni
  2015-11-21  9:42     ` Peter Korsgaard
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2015-11-21  8:32 UTC (permalink / raw)
  To: buildroot

Dear Gustavo Zacarias,

On Fri, 20 Nov 2015 15:47:20 -0300, Gustavo Zacarias wrote:
> Disable gtests since they require C++ support.
> 
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  package/libnss/libnss.hash | 4 ++--
>  package/libnss/libnss.mk   | 3 ++-
>  2 files changed, 4 insertions(+), 3 deletions(-)

I've applied to next. However, there was a conflict since you based
your patch on master where libnss has been bumped to 3.20.1. But in
next, the libnss version is still 3.20. I've fixed that up when
applying.

Peter: this means you will get a conflict when merging back next into
master, but it is trivial to resolve (hash file conflict and
<pkg>_VERSION conflict).

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 2/2] libnss: bump to version 3.21
  2015-11-21  8:32   ` Thomas Petazzoni
@ 2015-11-21  9:42     ` Peter Korsgaard
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2015-11-21  9:42 UTC (permalink / raw)
  To: buildroot

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

Hi,

 > Peter: this means you will get a conflict when merging back next into
 > master, but it is trivial to resolve (hash file conflict and
 > <pkg>_VERSION conflict).

Yes, no problem - Thanks for handling the patch!

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2015-11-21  9:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-20 18:47 [Buildroot] [PATCH 1/2] libnspr: bump to version 4.11 Gustavo Zacarias
2015-11-20 18:47 ` [Buildroot] [PATCH 2/2] libnss: bump to version 3.21 Gustavo Zacarias
2015-11-21  8:32   ` Thomas Petazzoni
2015-11-21  9:42     ` Peter Korsgaard
2015-11-21  8:31 ` [Buildroot] [PATCH 1/2] libnspr: bump to version 4.11 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.