All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] nss: 3.30.2 -> 3.31.1
@ 2017-08-16  1:26 kai.kang
  2017-08-16  1:26 ` [PATCH 1/1] " kai.kang
  0 siblings, 1 reply; 4+ messages in thread
From: kai.kang @ 2017-08-16  1:26 UTC (permalink / raw)
  To: openembedded-core

From: Kai Kang <kai.kang@windriver.com>

The following changes since commit 034bff2ca431b49b7ca9b1e7b7c214ef94b0eb34:

  bitbake: cooker: Ignore common bitbake files for the parse cache invalidation (2017-08-13 09:28:14 +0100)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib kangkai/nss
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/nss

Kai Kang (1):
  nss: 3.30.2 -> 3.31.1

 meta/recipes-support/nss/{nss_3.30.2.bb => nss_3.31.1.bb} | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)
 rename meta/recipes-support/nss/{nss_3.30.2.bb => nss_3.31.1.bb} (96%)

-- 
2.10.1



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

* [PATCH 1/1] nss: 3.30.2 -> 3.31.1
  2017-08-16  1:26 [PATCH 0/1] nss: 3.30.2 -> 3.31.1 kai.kang
@ 2017-08-16  1:26 ` kai.kang
  2017-08-16  3:27   ` Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: kai.kang @ 2017-08-16  1:26 UTC (permalink / raw)
  To: openembedded-core

From: Kai Kang <kai.kang@windriver.com>

Upgrade nss from 3.30.2 to latest stable version 3.31.1.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 meta/recipes-support/nss/{nss_3.30.2.bb => nss_3.31.1.bb} | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)
 rename meta/recipes-support/nss/{nss_3.30.2.bb => nss_3.31.1.bb} (96%)

diff --git a/meta/recipes-support/nss/nss_3.30.2.bb b/meta/recipes-support/nss/nss_3.31.1.bb
similarity index 96%
rename from meta/recipes-support/nss/nss_3.30.2.bb
rename to meta/recipes-support/nss/nss_3.31.1.bb
index 6683e5c..955862f 100644
--- a/meta/recipes-support/nss/nss_3.30.2.bb
+++ b/meta/recipes-support/nss/nss_3.31.1.bb
@@ -14,7 +14,9 @@ LIC_FILES_CHKSUM = "file://nss/COPYING;md5=3b1e88e1b9c0b5a4b2881d46cce06a18 \
                     file://nss/lib/freebl/mpi/doc/LICENSE;md5=491f158d09d948466afce85d6f1fe18f \
                     file://nss/lib/freebl/mpi/doc/LICENSE-MPL;md5=5d425c8f3157dbf212db2ec53d9e5132"
 
-SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_30_2_RTM/src/${BP}.tar.gz \
+VERSION_DIR = "${@d.getVar('BP').upper().replace('-', '_').replace('.', '_') + '_RTM'}"
+
+SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/${VERSION_DIR}/src/${BP}.tar.gz \
            file://nss.pc.in \
            file://signlibs.sh \
            file://0001-nss-fix-support-cross-compiling.patch \
@@ -24,10 +26,10 @@ SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_30
            file://disable-Wvarargs-with-clang.patch \
            file://pqg.c-ULL_addend.patch \
            file://Fix-compilation-for-X32.patch \
-           file://0001-Fix-warnings-found-with-gcc7.patch \
            "
-SRC_URI[md5sum] = "42c22dd8ec6254f846259f1d8dd2eb76"
-SRC_URI[sha256sum] = "0d4a77ff26bcee79fa8afe0125e0df6ae9e798b6b36782fa29e28febf7cfce24"
+
+SRC_URI[md5sum] = "ebb44f1394250d2cf6ec3c2e3d71fa20"
+SRC_URI[sha256sum] = "933439214dc03ee60e86d1419c19e1568998b0776dde987f41fa70ced6cd08dc"
 
 UPSTREAM_CHECK_URI = "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_Releases"
 UPSTREAM_CHECK_REGEX = "NSS_(?P<pver>.+)_release_notes"
-- 
2.10.1



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

* Re: [PATCH 1/1] nss: 3.30.2 -> 3.31.1
  2017-08-16  1:26 ` [PATCH 1/1] " kai.kang
@ 2017-08-16  3:27   ` Khem Raj
  2017-08-16  7:11     ` Kang Kai
  0 siblings, 1 reply; 4+ messages in thread
From: Khem Raj @ 2017-08-16  3:27 UTC (permalink / raw)
  To: Kang Kai; +Cc: Patches and discussions about the oe-core layer

On Tue, Aug 15, 2017 at 6:26 PM,  <kai.kang@windriver.com> wrote:
> From: Kai Kang <kai.kang@windriver.com>
>
> Upgrade nss from 3.30.2 to latest stable version 3.31.1.
>
> Signed-off-by: Kai Kang <kai.kang@windriver.com>
> ---
>  meta/recipes-support/nss/{nss_3.30.2.bb => nss_3.31.1.bb} | 10 ++++++----
>  1 file changed, 6 insertions(+), 4 deletions(-)
>  rename meta/recipes-support/nss/{nss_3.30.2.bb => nss_3.31.1.bb} (96%)
>
> diff --git a/meta/recipes-support/nss/nss_3.30.2.bb b/meta/recipes-support/nss/nss_3.31.1.bb
> similarity index 96%
> rename from meta/recipes-support/nss/nss_3.30.2.bb
> rename to meta/recipes-support/nss/nss_3.31.1.bb
> index 6683e5c..955862f 100644
> --- a/meta/recipes-support/nss/nss_3.30.2.bb
> +++ b/meta/recipes-support/nss/nss_3.31.1.bb
> @@ -14,7 +14,9 @@ LIC_FILES_CHKSUM = "file://nss/COPYING;md5=3b1e88e1b9c0b5a4b2881d46cce06a18 \
>                      file://nss/lib/freebl/mpi/doc/LICENSE;md5=491f158d09d948466afce85d6f1fe18f \
>                      file://nss/lib/freebl/mpi/doc/LICENSE-MPL;md5=5d425c8f3157dbf212db2ec53d9e5132"
>
> -SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_30_2_RTM/src/${BP}.tar.gz \
> +VERSION_DIR = "${@d.getVar('BP').upper().replace('-', '_').replace('.', '_') + '_RTM'}"
> +
> +SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/${VERSION_DIR}/src/${BP}.tar.gz \
>             file://nss.pc.in \
>             file://signlibs.sh \
>             file://0001-nss-fix-support-cross-compiling.patch \
> @@ -24,10 +26,10 @@ SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_30
>             file://disable-Wvarargs-with-clang.patch \
>             file://pqg.c-ULL_addend.patch \
>             file://Fix-compilation-for-X32.patch \
> -           file://0001-Fix-warnings-found-with-gcc7.patch \

Did you forget to delete the patch file ? it should be deleted if not
needed anymore.

>             "
> -SRC_URI[md5sum] = "42c22dd8ec6254f846259f1d8dd2eb76"
> -SRC_URI[sha256sum] = "0d4a77ff26bcee79fa8afe0125e0df6ae9e798b6b36782fa29e28febf7cfce24"
> +
> +SRC_URI[md5sum] = "ebb44f1394250d2cf6ec3c2e3d71fa20"
> +SRC_URI[sha256sum] = "933439214dc03ee60e86d1419c19e1568998b0776dde987f41fa70ced6cd08dc"
>
>  UPSTREAM_CHECK_URI = "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_Releases"
>  UPSTREAM_CHECK_REGEX = "NSS_(?P<pver>.+)_release_notes"
> --
> 2.10.1
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

* Re: [PATCH 1/1] nss: 3.30.2 -> 3.31.1
  2017-08-16  3:27   ` Khem Raj
@ 2017-08-16  7:11     ` Kang Kai
  0 siblings, 0 replies; 4+ messages in thread
From: Kang Kai @ 2017-08-16  7:11 UTC (permalink / raw)
  To: Khem Raj; +Cc: Patches and discussions about the oe-core layer

On 2017年08月16日 11:27, Khem Raj wrote:
> On Tue, Aug 15, 2017 at 6:26 PM,  <kai.kang@windriver.com> wrote:
>> From: Kai Kang <kai.kang@windriver.com>
>>
>> Upgrade nss from 3.30.2 to latest stable version 3.31.1.
>>
>> Signed-off-by: Kai Kang <kai.kang@windriver.com>
>> ---
>>   meta/recipes-support/nss/{nss_3.30.2.bb => nss_3.31.1.bb} | 10 ++++++----
>>   1 file changed, 6 insertions(+), 4 deletions(-)
>>   rename meta/recipes-support/nss/{nss_3.30.2.bb => nss_3.31.1.bb} (96%)
>>
>> diff --git a/meta/recipes-support/nss/nss_3.30.2.bb b/meta/recipes-support/nss/nss_3.31.1.bb
>> similarity index 96%
>> rename from meta/recipes-support/nss/nss_3.30.2.bb
>> rename to meta/recipes-support/nss/nss_3.31.1.bb
>> index 6683e5c..955862f 100644
>> --- a/meta/recipes-support/nss/nss_3.30.2.bb
>> +++ b/meta/recipes-support/nss/nss_3.31.1.bb
>> @@ -14,7 +14,9 @@ LIC_FILES_CHKSUM = "file://nss/COPYING;md5=3b1e88e1b9c0b5a4b2881d46cce06a18 \
>>                       file://nss/lib/freebl/mpi/doc/LICENSE;md5=491f158d09d948466afce85d6f1fe18f \
>>                       file://nss/lib/freebl/mpi/doc/LICENSE-MPL;md5=5d425c8f3157dbf212db2ec53d9e5132"
>>
>> -SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_30_2_RTM/src/${BP}.tar.gz \
>> +VERSION_DIR = "${@d.getVar('BP').upper().replace('-', '_').replace('.', '_') + '_RTM'}"
>> +
>> +SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/${VERSION_DIR}/src/${BP}.tar.gz \
>>              file://nss.pc.in \
>>              file://signlibs.sh \
>>              file://0001-nss-fix-support-cross-compiling.patch \
>> @@ -24,10 +26,10 @@ SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_30
>>              file://disable-Wvarargs-with-clang.patch \
>>              file://pqg.c-ULL_addend.patch \
>>              file://Fix-compilation-for-X32.patch \
>> -           file://0001-Fix-warnings-found-with-gcc7.patch \
> Did you forget to delete the patch file ? it should be deleted if not
> needed anymore.

Forgot it. I'll send V2. Thanks.

--Kai

>
>>              "
>> -SRC_URI[md5sum] = "42c22dd8ec6254f846259f1d8dd2eb76"
>> -SRC_URI[sha256sum] = "0d4a77ff26bcee79fa8afe0125e0df6ae9e798b6b36782fa29e28febf7cfce24"
>> +
>> +SRC_URI[md5sum] = "ebb44f1394250d2cf6ec3c2e3d71fa20"
>> +SRC_URI[sha256sum] = "933439214dc03ee60e86d1419c19e1568998b0776dde987f41fa70ced6cd08dc"
>>
>>   UPSTREAM_CHECK_URI = "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_Releases"
>>   UPSTREAM_CHECK_REGEX = "NSS_(?P<pver>.+)_release_notes"
>> --
>> 2.10.1
>>
>> --
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core


-- 
Regards,
Neil | Kai Kang



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

end of thread, other threads:[~2017-08-16  7:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-16  1:26 [PATCH 0/1] nss: 3.30.2 -> 3.31.1 kai.kang
2017-08-16  1:26 ` [PATCH 1/1] " kai.kang
2017-08-16  3:27   ` Khem Raj
2017-08-16  7:11     ` Kang Kai

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.