All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-browser][PATCH] nss: fix access to https websites
@ 2013-01-21 16:39 Fahad Usman
  0 siblings, 0 replies; 6+ messages in thread
From: Fahad Usman @ 2013-01-21 16:39 UTC (permalink / raw)
  To: openembedded-core; +Cc: Otavio Salvador, Fahad Usman

Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
---
 recipes-support/nss/nss_3.13.3.bb |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/recipes-support/nss/nss_3.13.3.bb b/recipes-support/nss/nss_3.13.3.bb
index bb602b1..a841397 100644
--- a/recipes-support/nss/nss_3.13.3.bb
+++ b/recipes-support/nss/nss_3.13.3.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Mozilla's SSL and TLS implementation"
 HOMEPAGE = "http://www.mozilla.org/projects/security/pki/nss/"
 
-PR = "r1"
+PR = "r2"
 
 LICENSE = "MPL1.1 GPL LGPL"
 LIC_FILES_CHKSUM = "file://security/nss/manifest.mn;md5=d71978748f23eae3156c38ac2a691924"
@@ -66,6 +66,8 @@ do_install() {
 		NS_USE_GCC=1 \
 		NSS_USE_SYSTEM_SQLITE=1 \
 		NSS_ENABLE_ECC=1 \
+		FREEBL_CHILD_BUILD=1 \ 
+		CC="${CC}" \
 		SOURCE_LIB_DIR="${TD}/${libdir}" \
 		SOURCE_BIN_DIR="${TD}/${bindir}"
 
-- 
1.7.9.5




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

* [meta-browser][PATCH] nss: fix access to https websites
@ 2013-01-21 16:43 Fahad Usman
  2013-02-05 12:50 ` Eric Bénard
  2013-02-20  8:28 ` Usman, Fahad
  0 siblings, 2 replies; 6+ messages in thread
From: Fahad Usman @ 2013-01-21 16:43 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Otavio Salvador, Eric Benard

Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
---
 recipes-support/nss/nss_3.13.3.bb |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/recipes-support/nss/nss_3.13.3.bb b/recipes-support/nss/nss_3.13.3.bb
index bb602b1..a841397 100644
--- a/recipes-support/nss/nss_3.13.3.bb
+++ b/recipes-support/nss/nss_3.13.3.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Mozilla's SSL and TLS implementation"
 HOMEPAGE = "http://www.mozilla.org/projects/security/pki/nss/"
 
-PR = "r1"
+PR = "r2"
 
 LICENSE = "MPL1.1 GPL LGPL"
 LIC_FILES_CHKSUM = "file://security/nss/manifest.mn;md5=d71978748f23eae3156c38ac2a691924"
@@ -66,6 +66,8 @@ do_install() {
 		NS_USE_GCC=1 \
 		NSS_USE_SYSTEM_SQLITE=1 \
 		NSS_ENABLE_ECC=1 \
+		FREEBL_CHILD_BUILD=1 \ 
+		CC="${CC}" \
 		SOURCE_LIB_DIR="${TD}/${libdir}" \
 		SOURCE_BIN_DIR="${TD}/${bindir}"
 
-- 
1.7.9.5




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

* Re: [meta-browser][PATCH] nss: fix access to https websites
  2013-01-21 16:43 [meta-browser][PATCH] nss: fix access to https websites Fahad Usman
@ 2013-02-05 12:50 ` Eric Bénard
  2013-02-20  8:28 ` Usman, Fahad
  1 sibling, 0 replies; 6+ messages in thread
From: Eric Bénard @ 2013-02-05 12:50 UTC (permalink / raw)
  To: openembedded-devel

Le Mon, 21 Jan 2013 21:43:47 +0500,
Fahad Usman <fahad_usman@mentor.com> a écrit :

> Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
> ---
>  recipes-support/nss/nss_3.13.3.bb |    4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
applied to master

thanks
Eric



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

* Re: [meta-browser][PATCH] nss: fix access to https websites
  2013-01-21 16:43 [meta-browser][PATCH] nss: fix access to https websites Fahad Usman
  2013-02-05 12:50 ` Eric Bénard
@ 2013-02-20  8:28 ` Usman, Fahad
  2013-02-20  8:34   ` Eric Bénard
  1 sibling, 1 reply; 6+ messages in thread
From: Usman, Fahad @ 2013-02-20  8:28 UTC (permalink / raw)
  To: Fahad Usman; +Cc: Otavio Salvador, openembedded-devel, Eric Benard

On 01/21/2013 09:43 PM, Fahad Usman wrote:
> Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
> ---
>   recipes-support/nss/nss_3.13.3.bb |    4 +++-
>   1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/recipes-support/nss/nss_3.13.3.bb b/recipes-support/nss/nss_3.13.3.bb
> index bb602b1..a841397 100644
> --- a/recipes-support/nss/nss_3.13.3.bb
> +++ b/recipes-support/nss/nss_3.13.3.bb
> @@ -1,7 +1,7 @@
>   DESCRIPTION = "Mozilla's SSL and TLS implementation"
>   HOMEPAGE = "http://www.mozilla.org/projects/security/pki/nss/"
>   
> -PR = "r1"
> +PR = "r2"
>   
>   LICENSE = "MPL1.1 GPL LGPL"
>   LIC_FILES_CHKSUM = "file://security/nss/manifest.mn;md5=d71978748f23eae3156c38ac2a691924"
> @@ -66,6 +66,8 @@ do_install() {
>   		NS_USE_GCC=1 \
>   		NSS_USE_SYSTEM_SQLITE=1 \
>   		NSS_ENABLE_ECC=1 \
> +		FREEBL_CHILD_BUILD=1 \
> +		CC="${CC}" \
>   		SOURCE_LIB_DIR="${TD}/${libdir}" \
>   		SOURCE_BIN_DIR="${TD}/${bindir}"
>   
Hi,
Can someone review this patch.

Regards,
Fahad.




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

* Re: [meta-browser][PATCH] nss: fix access to https websites
  2013-02-20  8:28 ` Usman, Fahad
@ 2013-02-20  8:34   ` Eric Bénard
  2013-02-20 13:25     ` Gary Thomas
  0 siblings, 1 reply; 6+ messages in thread
From: Eric Bénard @ 2013-02-20  8:34 UTC (permalink / raw)
  To: Usman, Fahad; +Cc: openembedded-devel, Otavio Salvador

Hi Fahad,

Le Wed, 20 Feb 2013 13:28:54 +0500,
"Usman, Fahad" <Fahad_Usman@mentor.com> a écrit :

> On 01/21/2013 09:43 PM, Fahad Usman wrote:
> > Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
> > ---
> >   recipes-support/nss/nss_3.13.3.bb |    4 +++-
> >   1 file changed, 3 insertions(+), 1 deletion(-)
> >
> Can someone review this patch.
> 
I applied it a few weeks ago :
https://github.com/OSSystems/meta-browser/commit/d2061edf243ee12caa1a89439ffb6af8945b8054

Eric



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

* Re: [meta-browser][PATCH] nss: fix access to https websites
  2013-02-20  8:34   ` Eric Bénard
@ 2013-02-20 13:25     ` Gary Thomas
  0 siblings, 0 replies; 6+ messages in thread
From: Gary Thomas @ 2013-02-20 13:25 UTC (permalink / raw)
  To: openembedded-devel

On 2013-02-20 01:34, Eric Bénard wrote:
> Hi Fahad,
>
> Le Wed, 20 Feb 2013 13:28:54 +0500,
> "Usman, Fahad" <Fahad_Usman@mentor.com> a écrit :
>
>> On 01/21/2013 09:43 PM, Fahad Usman wrote:
>>> Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
>>> ---
>>>    recipes-support/nss/nss_3.13.3.bb |    4 +++-
>>>    1 file changed, 3 insertions(+), 1 deletion(-)
>>>
>> Can someone review this patch.
>>
> I applied it a few weeks ago :
> https://github.com/OSSystems/meta-browser/commit/d2061edf243ee12caa1a89439ffb6af8945b8054

Works great as well - both FireFox and Chromium now work fine with HTTPS

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------



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

end of thread, other threads:[~2013-02-20 13:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-21 16:43 [meta-browser][PATCH] nss: fix access to https websites Fahad Usman
2013-02-05 12:50 ` Eric Bénard
2013-02-20  8:28 ` Usman, Fahad
2013-02-20  8:34   ` Eric Bénard
2013-02-20 13:25     ` Gary Thomas
  -- strict thread matches above, loose matches on Subject: below --
2013-01-21 16:39 Fahad Usman

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.