All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13] Master package updates
@ 2018-10-22 14:04 Armin Kuster
  2018-10-22 14:05 ` [PATCH 01/13] nss: update to 3.39 includes CVE-2018-12384 Armin Kuster
                   ` (13 more replies)
  0 siblings, 14 replies; 19+ messages in thread
From: Armin Kuster @ 2018-10-22 14:04 UTC (permalink / raw)
  To: akuster808, openembedded-core

series passed AB.

Armin Kuster (13):
  nss: update to 3.39 includes CVE-2018-12384
  nspr: Update to 4.20
  gnutls: update to 2.6.4
  libpcre2: update to 10.32
  curl: update to 7.61.1
  openssh: Update to 7.9 primarily bug fixes
  libsm: update to 1.2.3
  libx11: update to 1.6.7 and sytle cleanup
  libxcb: update to 1.13.1
  xkeyboard-config: update to 2.25
  xf86-input-libinput: update to 0.28.1
  tzcode: update to 2018f
  tzdata: update to 2018f

 .../{openssh_7.8p1+git.bb => openssh_7.9p1+git.bb} |   2 +-
 ...code-native_2018e.bb => tzcode-native_2018f.bb} |   8 +-
 .../tzdata/{tzdata_2018e.bb => tzdata_2018f.bb}    |   4 +-
 ...put_0.28.0.bb => xf86-input-libinput_0.28.1.bb} |   4 +-
 .../xorg-lib/{libsm_1.2.2.bb => libsm_1.2.3.bb}    |   8 +-
 .../libx11/Fix-hanging-issue-in-_XReply.patch      |  28 ++--
 .../xorg-lib/{libx11_1.6.6.bb => libx11_1.6.7.bb}  |  10 +-
 .../xorg-lib/{libxcb_1.13.bb => libxcb_1.13.1.bb}  |   4 +-
 ...ard-config_2.24.bb => xkeyboard-config_2.25.bb} |   4 +-
 .../recipes-support/curl/curl/CVE-2018-14618.patch |  37 -----
 .../curl/{curl_7.61.0.bb => curl_7.61.1.bb}        |   5 +-
 .../gnutls/{gnutls_3.6.3.bb => gnutls_3.6.4.bb}    |   4 +-
 .../{libpcre2_10.31.bb => libpcre2_10.32.bb}       |   6 +-
 .../nspr/nspr/0002-Add-nios2-support.patch         |  25 ++--
 ...e-definitions-for-the-RISC-V-architecture.patch | 150 ---------------------
 .../nspr/nspr/remove-rpath-from-tests.patch        |   2 +-
 .../nspr/{nspr_4.19.bb => nspr_4.20.bb}            |   5 +-
 .../nss/{nss_3.38.bb => nss_3.39.bb}               |   4 +-
 18 files changed, 59 insertions(+), 251 deletions(-)
 rename meta/recipes-connectivity/openssh/{openssh_7.8p1+git.bb => openssh_7.9p1+git.bb} (99%)
 rename meta/recipes-extended/tzcode/{tzcode-native_2018e.bb => tzcode-native_2018f.bb} (70%)
 rename meta/recipes-extended/tzdata/{tzdata_2018e.bb => tzdata_2018f.bb} (98%)
 rename meta/recipes-graphics/xorg-driver/{xf86-input-libinput_0.28.0.bb => xf86-input-libinput_0.28.1.bb} (63%)
 rename meta/recipes-graphics/xorg-lib/{libsm_1.2.2.bb => libsm_1.2.3.bb} (87%)
 rename meta/recipes-graphics/xorg-lib/{libx11_1.6.6.bb => libx11_1.6.7.bb} (64%)
 rename meta/recipes-graphics/xorg-lib/{libxcb_1.13.bb => libxcb_1.13.1.bb} (89%)
 rename meta/recipes-graphics/xorg-lib/{xkeyboard-config_2.24.bb => xkeyboard-config_2.25.bb} (87%)
 delete mode 100644 meta/recipes-support/curl/curl/CVE-2018-14618.patch
 rename meta/recipes-support/curl/{curl_7.61.0.bb => curl_7.61.1.bb} (94%)
 rename meta/recipes-support/gnutls/{gnutls_3.6.3.bb => gnutls_3.6.4.bb} (93%)
 rename meta/recipes-support/libpcre/{libpcre2_10.31.bb => libpcre2_10.32.bb} (90%)
 delete mode 100644 meta/recipes-support/nspr/nspr/0003-Add-type-definitions-for-the-RISC-V-architecture.patch
 rename meta/recipes-support/nspr/{nspr_4.19.bb => nspr_4.20.bb} (95%)
 rename meta/recipes-support/nss/{nss_3.38.bb => nss_3.39.bb} (98%)

-- 
2.7.4



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

* [PATCH 01/13] nss: update to 3.39 includes CVE-2018-12384
  2018-10-22 14:04 [PATCH 00/13] Master package updates Armin Kuster
@ 2018-10-22 14:05 ` Armin Kuster
  2018-10-22 14:05 ` [PATCH 02/13] nspr: Update to 4.20 Armin Kuster
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 19+ messages in thread
From: Armin Kuster @ 2018-10-22 14:05 UTC (permalink / raw)
  To: akuster808, openembedded-core; +Cc: Armin Kuster

From: Armin Kuster <akuster@mvista.com>

see: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.39_release_notes

Signed-off-by: Armin Kuster <akuster@mvista.com>
---
 meta/recipes-support/nss/{nss_3.38.bb => nss_3.39.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/nss/{nss_3.38.bb => nss_3.39.bb} (98%)

diff --git a/meta/recipes-support/nss/nss_3.38.bb b/meta/recipes-support/nss/nss_3.39.bb
similarity index 98%
rename from meta/recipes-support/nss/nss_3.38.bb
rename to meta/recipes-support/nss/nss_3.39.bb
index e0ee209..cdc95c6 100644
--- a/meta/recipes-support/nss/nss_3.38.bb
+++ b/meta/recipes-support/nss/nss_3.39.bb
@@ -30,8 +30,8 @@ SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/${VERSIO
            file://system-pkcs11.txt \
            "
 
-SRC_URI[md5sum] = "ac9065460a7634ba8eb0f942f404e773"
-SRC_URI[sha256sum] = "2c643d3c08d6935f4d325f40743719b6990aa25a79ec2f8f712c99d086672f62"
+SRC_URI[md5sum] = "10720fc70fd483de1b085402fb10ed59"
+SRC_URI[sha256sum] = "6be64dd76f212415cc8bc34343ac1e7389048db4db9a023a84873c411dc5864b"
 
 UPSTREAM_CHECK_URI = "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_Releases"
 UPSTREAM_CHECK_REGEX = "NSS_(?P<pver>.+)_release_notes"
-- 
2.7.4



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

* [PATCH 02/13] nspr: Update to 4.20
  2018-10-22 14:04 [PATCH 00/13] Master package updates Armin Kuster
  2018-10-22 14:05 ` [PATCH 01/13] nss: update to 3.39 includes CVE-2018-12384 Armin Kuster
@ 2018-10-22 14:05 ` Armin Kuster
  2018-10-23 13:41   ` Khem Raj
  2018-10-22 14:05 ` [PATCH 03/13] gnutls: update to 2.6.4 Armin Kuster
                   ` (11 subsequent siblings)
  13 siblings, 1 reply; 19+ messages in thread
From: Armin Kuster @ 2018-10-22 14:05 UTC (permalink / raw)
  To: akuster808, openembedded-core; +Cc: Armin Kuster

RISC-v support now included in this release so drop patch.
and refresh patches

Signed-off-by: Armin Kuster <akuster@mvista.com>
---
 .../nspr/nspr/0002-Add-nios2-support.patch         |  25 ++--
 ...e-definitions-for-the-RISC-V-architecture.patch | 150 ---------------------
 .../nspr/nspr/remove-rpath-from-tests.patch        |   2 +-
 .../nspr/{nspr_4.19.bb => nspr_4.20.bb}            |   5 +-
 4 files changed, 14 insertions(+), 168 deletions(-)
 delete mode 100644 meta/recipes-support/nspr/nspr/0003-Add-type-definitions-for-the-RISC-V-architecture.patch
 rename meta/recipes-support/nspr/{nspr_4.19.bb => nspr_4.20.bb} (95%)

diff --git a/meta/recipes-support/nspr/nspr/0002-Add-nios2-support.patch b/meta/recipes-support/nspr/nspr/0002-Add-nios2-support.patch
index 2322806..3a04d42 100644
--- a/meta/recipes-support/nspr/nspr/0002-Add-nios2-support.patch
+++ b/meta/recipes-support/nspr/nspr/0002-Add-nios2-support.patch
@@ -12,11 +12,11 @@ Upstream-Status: Submitted [ https://bugzilla.mozilla.org/show_bug.cgi?id=124442
  nspr/pr/include/md/_linux.h   | 14 ++++++++++++++
  2 files changed, 59 insertions(+)
 
-diff --git a/pr/include/md/_linux.cfg b/nspr/pr/include/md/_linux.cfg
-index 8cbf0cb..150676b 100644
---- a/pr/include/md/_linux.cfg
-+++ b/pr/include/md/_linux.cfg
-@@ -972,6 +972,51 @@
+Index: nspr/pr/include/md/_linux.cfg
+===================================================================
+--- nspr.orig/pr/include/md/_linux.cfg
++++ nspr/pr/include/md/_linux.cfg
+@@ -975,6 +975,51 @@
  #define PR_BYTES_PER_WORD_LOG2   2
  #define PR_BYTES_PER_DWORD_LOG2  3
  
@@ -68,10 +68,10 @@ index 8cbf0cb..150676b 100644
  #elif defined(__or1k__)
  
  #undef  IS_LITTLE_ENDIAN
-diff --git a/pr/include/md/_linux.h b/nspr/pr/include/md/_linux.h
-index d378db5..18260be 100644
---- a/pr/include/md/_linux.h
-+++ b/pr/include/md/_linux.h
+Index: nspr/pr/include/md/_linux.h
+===================================================================
+--- nspr.orig/pr/include/md/_linux.h
++++ nspr/pr/include/md/_linux.h
 @@ -55,6 +55,8 @@
  #define _PR_SI_ARCHITECTURE "avr32"
  #elif defined(__m32r__)
@@ -80,8 +80,8 @@ index d378db5..18260be 100644
 +#define _PR_SI_ARCHITECTURE "nios2"
  #elif defined(__or1k__)
  #define _PR_SI_ARCHITECTURE "or1k"
- #else
-@@ -125,6 +127,18 @@ extern PRInt32 _PR_x86_64_AtomicSet(PRInt32 *val, PRInt32 newval);
+ #elif defined(__riscv) && (__riscv_xlen == 32)
+@@ -129,6 +131,18 @@ extern PRInt32 _PR_x86_64_AtomicSet(PRIn
  #define _MD_ATOMIC_SET                _PR_x86_64_AtomicSet
  #endif
  
@@ -100,6 +100,3 @@ index d378db5..18260be 100644
  #if defined(__or1k__)
  #if defined(__GNUC__)
  /* Use GCC built-in functions */
--- 
-2.7.0.rc3
-
diff --git a/meta/recipes-support/nspr/nspr/0003-Add-type-definitions-for-the-RISC-V-architecture.patch b/meta/recipes-support/nspr/nspr/0003-Add-type-definitions-for-the-RISC-V-architecture.patch
deleted file mode 100644
index 47e1475..0000000
--- a/meta/recipes-support/nspr/nspr/0003-Add-type-definitions-for-the-RISC-V-architecture.patch
+++ /dev/null
@@ -1,150 +0,0 @@
-# HG changeset patch
-# User Karsten Merker <merker@debian.org>
-# Date 1523974333 -7200
-# Node ID f47871e2aeb16b39d4f516690e25c81b04d6d05a
-# Parent  776db96f834cb86e8863052201d55f60a2da91cb
-Bug 1308584, Add type definitions for the RISC-V architecture, r=kaie
-
-Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
-[ Changes by AF:
- - Rebase on other Yocto patches
-]
-Upstream-Status: Backport [ https://hg.mozilla.org/projects/nspr/rev/f47871e2aeb1 ]
-
-diff --git a/pr/include/md/_linux.cfg b/pr/include/md/_linux.cfg
---- a/pr/include/md/_linux.cfg
-+++ b/pr/include/md/_linux.cfg
-@@ -1015,16 +1015,108 @@
- #define PR_ALIGN_OF_FLOAT   4
- #define PR_ALIGN_OF_DOUBLE  4
- #define PR_ALIGN_OF_POINTER 4
- #define PR_ALIGN_OF_WORD    4
- 
- #define PR_BYTES_PER_WORD_LOG2   2
- #define PR_BYTES_PER_DWORD_LOG2  3
- 
-+#elif defined(__riscv) && (__riscv_xlen == 32)
-+
-+#undef  IS_BIG_ENDIAN
-+#define IS_LITTLE_ENDIAN 1
-+#undef  IS_64
-+
-+#define PR_BYTES_PER_BYTE   1
-+#define PR_BYTES_PER_SHORT  2
-+#define PR_BYTES_PER_INT    4
-+#define PR_BYTES_PER_INT64  8
-+#define PR_BYTES_PER_LONG   4
-+#define PR_BYTES_PER_FLOAT  4
-+#define PR_BYTES_PER_DOUBLE 8
-+#define PR_BYTES_PER_WORD   4
-+#define PR_BYTES_PER_DWORD  8
-+
-+#define PR_BITS_PER_BYTE    8
-+#define PR_BITS_PER_SHORT   16
-+#define PR_BITS_PER_INT     32
-+#define PR_BITS_PER_INT64   64
-+#define PR_BITS_PER_LONG    32
-+#define PR_BITS_PER_FLOAT   32
-+#define PR_BITS_PER_DOUBLE  64
-+#define PR_BITS_PER_WORD    32
-+
-+#define PR_BITS_PER_BYTE_LOG2   3
-+#define PR_BITS_PER_SHORT_LOG2  4
-+#define PR_BITS_PER_INT_LOG2    5
-+#define PR_BITS_PER_INT64_LOG2  6
-+#define PR_BITS_PER_LONG_LOG2   5
-+#define PR_BITS_PER_FLOAT_LOG2  5
-+#define PR_BITS_PER_DOUBLE_LOG2 6
-+#define PR_BITS_PER_WORD_LOG2   5
-+
-+#define PR_ALIGN_OF_SHORT   2
-+#define PR_ALIGN_OF_INT     4
-+#define PR_ALIGN_OF_LONG    4
-+#define PR_ALIGN_OF_INT64   8
-+#define PR_ALIGN_OF_FLOAT   4
-+#define PR_ALIGN_OF_DOUBLE  8
-+#define PR_ALIGN_OF_POINTER 4
-+#define PR_ALIGN_OF_WORD    4
-+
-+#define PR_BYTES_PER_WORD_LOG2  2
-+#define PR_BYTES_PER_DWORD_LOG2 3
-+
-+#elif defined(__riscv) && (__riscv_xlen == 64)
-+
-+#undef  IS_BIG_ENDIAN
-+#define IS_LITTLE_ENDIAN 1
-+#define IS_64
-+
-+#define PR_BYTES_PER_BYTE   1
-+#define PR_BYTES_PER_SHORT  2
-+#define PR_BYTES_PER_INT    4
-+#define PR_BYTES_PER_INT64  8
-+#define PR_BYTES_PER_LONG   8
-+#define PR_BYTES_PER_FLOAT  4
-+#define PR_BYTES_PER_DOUBLE 8
-+#define PR_BYTES_PER_WORD   8
-+#define PR_BYTES_PER_DWORD  8
-+
-+#define PR_BITS_PER_BYTE    8
-+#define PR_BITS_PER_SHORT   16
-+#define PR_BITS_PER_INT     32
-+#define PR_BITS_PER_INT64   64
-+#define PR_BITS_PER_LONG    64
-+#define PR_BITS_PER_FLOAT   32
-+#define PR_BITS_PER_DOUBLE  64
-+#define PR_BITS_PER_WORD    64
-+
-+#define PR_BITS_PER_BYTE_LOG2   3
-+#define PR_BITS_PER_SHORT_LOG2  4
-+#define PR_BITS_PER_INT_LOG2    5
-+#define PR_BITS_PER_INT64_LOG2  6
-+#define PR_BITS_PER_LONG_LOG2   6
-+#define PR_BITS_PER_FLOAT_LOG2  5
-+#define PR_BITS_PER_DOUBLE_LOG2 6
-+#define PR_BITS_PER_WORD_LOG2   6
-+
-+#define PR_ALIGN_OF_SHORT   2
-+#define PR_ALIGN_OF_INT     4
-+#define PR_ALIGN_OF_LONG    8
-+#define PR_ALIGN_OF_INT64   8
-+#define PR_ALIGN_OF_FLOAT   4
-+#define PR_ALIGN_OF_DOUBLE  8
-+#define PR_ALIGN_OF_POINTER 8
-+#define PR_ALIGN_OF_WORD    8
-+
-+#define PR_BYTES_PER_WORD_LOG2  3
-+#define PR_BYTES_PER_DWORD_LOG2 3
-+
- #else
- 
- #error "Unknown CPU architecture"
- 
- #endif
- 
- #ifndef HAVE_LONG_LONG
- #define	HAVE_LONG_LONG
-diff --git a/pr/include/md/_linux.h b/pr/include/md/_linux.h
---- a/pr/include/md/_linux.h
-+++ b/pr/include/md/_linux.h
-@@ -54,16 +54,20 @@
- #elif defined(__avr32__)
- #define _PR_SI_ARCHITECTURE "avr32"
- #elif defined(__m32r__)
- #define _PR_SI_ARCHITECTURE "m32r"
- #elif defined(__nios2__)
- #define _PR_SI_ARCHITECTURE "nios2"
- #elif defined(__or1k__)
- #define _PR_SI_ARCHITECTURE "or1k"
-+#elif defined(__riscv) && (__riscv_xlen == 32)
-+#define _PR_SI_ARCHITECTURE "riscv32"
-+#elif defined(__riscv) && (__riscv_xlen == 64)
-+#define _PR_SI_ARCHITECTURE "riscv64"
- #else
- #error "Unknown CPU architecture"
- #endif
- #define PR_DLL_SUFFIX		".so"
- 
- #define _PR_VMBASE              0x30000000
- #define _PR_STACK_VMBASE	0x50000000
- #define _MD_DEFAULT_STACK_SIZE	65536L
-
diff --git a/meta/recipes-support/nspr/nspr/remove-rpath-from-tests.patch b/meta/recipes-support/nspr/nspr/remove-rpath-from-tests.patch
index ecc6d31..7ba59ed 100644
--- a/meta/recipes-support/nspr/nspr/remove-rpath-from-tests.patch
+++ b/meta/recipes-support/nspr/nspr/remove-rpath-from-tests.patch
@@ -15,7 +15,7 @@ Index: nspr/pr/tests/Makefile.in
 ===================================================================
 --- nspr.orig/pr/tests/Makefile.in
 +++ nspr/pr/tests/Makefile.in
-@@ -315,7 +315,7 @@ ifeq ($(OS_ARCH), SunOS)
+@@ -316,7 +316,7 @@ ifeq ($(OS_ARCH), SunOS)
  endif # SunOS
  
  ifeq (,$(filter-out Linux GNU GNU_%,$(OS_ARCH)))
diff --git a/meta/recipes-support/nspr/nspr_4.19.bb b/meta/recipes-support/nspr/nspr_4.20.bb
similarity index 95%
rename from meta/recipes-support/nspr/nspr_4.19.bb
rename to meta/recipes-support/nspr/nspr_4.20.bb
index 0212be7..fe3b4bd 100644
--- a/meta/recipes-support/nspr/nspr_4.19.bb
+++ b/meta/recipes-support/nspr/nspr_4.20.bb
@@ -11,7 +11,6 @@ SRC_URI = "http://ftp.mozilla.org/pub/nspr/releases/v${PV}/src/nspr-${PV}.tar.gz
            file://remove-srcdir-from-configure-in.patch \
            file://0002-Add-nios2-support.patch \
            file://0001-md-Fix-build-with-musl.patch \
-           file://0003-Add-type-definitions-for-the-RISC-V-architecture.patch \
            file://0004-Add-ARC-support.patch \
            file://nspr.pc.in \
 "
@@ -24,8 +23,8 @@ CACHED_CONFIGUREVARS_append_libc-musl = " CFLAGS='${CFLAGS} -D_PR_POLL_AVAILABLE
 UPSTREAM_CHECK_URI = "http://ftp.mozilla.org/pub/nspr/releases/"
 UPSTREAM_CHECK_REGEX = "v(?P<pver>\d+(\.\d+)+)/"
 
-SRC_URI[md5sum] = "e1d27282ad6286b69d6b9fd07201d3dd"
-SRC_URI[sha256sum] = "2ed95917fa2277910d1d1cf36030607dccc0ba522bba08e2af13c113dcd8f729"
+SRC_URI[md5sum] = "1c198c7e73f6b0e2bb9153a644ba246b"
+SRC_URI[sha256sum] = "2c8964913da89ffbaf464d49ce44d79e8804e1794ef9a8c52a7bff7224d1556e"
 
 CVE_PRODUCT = "netscape_portable_runtime"
 
-- 
2.7.4



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

* [PATCH 03/13] gnutls: update to 2.6.4
  2018-10-22 14:04 [PATCH 00/13] Master package updates Armin Kuster
  2018-10-22 14:05 ` [PATCH 01/13] nss: update to 3.39 includes CVE-2018-12384 Armin Kuster
  2018-10-22 14:05 ` [PATCH 02/13] nspr: Update to 4.20 Armin Kuster
@ 2018-10-22 14:05 ` Armin Kuster
  2018-10-22 20:06   ` Andre McCurdy
  2018-10-22 14:05 ` [PATCH 04/13] libpcre2: update to 10.32 Armin Kuster
                   ` (10 subsequent siblings)
  13 siblings, 1 reply; 19+ messages in thread
From: Armin Kuster @ 2018-10-22 14:05 UTC (permalink / raw)
  To: akuster808, openembedded-core

Notable change:

libgnutls: Added the final (RFC8446) version numbering of the TLS1.3 protocol.
see: https://lists.gnupg.org/pipermail/gnutls-help/2018-September/004457.html

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta/recipes-support/gnutls/{gnutls_3.6.3.bb => gnutls_3.6.4.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/gnutls/{gnutls_3.6.3.bb => gnutls_3.6.4.bb} (93%)

diff --git a/meta/recipes-support/gnutls/gnutls_3.6.3.bb b/meta/recipes-support/gnutls/gnutls_3.6.4.bb
similarity index 93%
rename from meta/recipes-support/gnutls/gnutls_3.6.3.bb
rename to meta/recipes-support/gnutls/gnutls_3.6.4.bb
index 441bbec..6d2a11d 100644
--- a/meta/recipes-support/gnutls/gnutls_3.6.3.bb
+++ b/meta/recipes-support/gnutls/gnutls_3.6.4.bb
@@ -21,8 +21,8 @@ SRC_URI = "https://www.gnupg.org/ftp/gcrypt/gnutls/v${SHRT_VER}/gnutls-${PV}.tar
            file://arm_eabi.patch \
 "
 
-SRC_URI[md5sum] = "d3b1b05c2546b80832101a423a80faf8"
-SRC_URI[sha256sum] = "ed642b66a4ecf4851ab2d809cd1475c297b6201d8e8bd14b4d1c08b53ffca993"
+SRC_URI[md5sum] = "63363d1c00601f4d11a5cadc8b5e0799"
+SRC_URI[sha256sum] = "c663a792fbc84349c27c36059181f2ca86c9442e75ee8b0ad72f5f9b35deab3a"
 
 inherit autotools texinfo binconfig pkgconfig gettext lib_package gtk-doc
 
-- 
2.7.4



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

* [PATCH 04/13] libpcre2: update to 10.32
  2018-10-22 14:04 [PATCH 00/13] Master package updates Armin Kuster
                   ` (2 preceding siblings ...)
  2018-10-22 14:05 ` [PATCH 03/13] gnutls: update to 2.6.4 Armin Kuster
@ 2018-10-22 14:05 ` Armin Kuster
  2018-10-22 14:05 ` [PATCH 05/13] curl: update to 7.61.1 Armin Kuster
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 19+ messages in thread
From: Armin Kuster @ 2018-10-22 14:05 UTC (permalink / raw)
  To: akuster808, openembedded-core

LIC_FILES_CHKSUM changed do to typo fixes and tidies for 10.32

see: https://www.pcre.org/changelog.txt

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../libpcre/{libpcre2_10.31.bb => libpcre2_10.32.bb}                | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-support/libpcre/{libpcre2_10.31.bb => libpcre2_10.32.bb} (90%)

diff --git a/meta/recipes-support/libpcre/libpcre2_10.31.bb b/meta/recipes-support/libpcre/libpcre2_10.32.bb
similarity index 90%
rename from meta/recipes-support/libpcre/libpcre2_10.31.bb
rename to meta/recipes-support/libpcre/libpcre2_10.32.bb
index a10c312..3a0aa53 100644
--- a/meta/recipes-support/libpcre/libpcre2_10.31.bb
+++ b/meta/recipes-support/libpcre/libpcre2_10.32.bb
@@ -8,14 +8,14 @@ SUMMARY = "Perl Compatible Regular Expressions version 2"
 HOMEPAGE = "http://www.pcre.org"
 SECTION = "devel"
 LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://LICENCE;md5=f5e4bde9fd0493d0967b4dba9899590f"
+LIC_FILES_CHKSUM = "file://LICENCE;md5=cf66d307bf03bae65d413eb7a8e603a0"
 
 SRC_URI = "https://ftp.pcre.org/pub/pcre/pcre2-${PV}.tar.bz2 \
            file://pcre-cross.patch \
 "
 
-SRC_URI[md5sum] = "e0b91c891a3c49050f7fd15de33d0ba4"
-SRC_URI[sha256sum] = "e07d538704aa65e477b6a392b32ff9fc5edf75ab9a40ddfc876186c4ff4d68ac"
+SRC_URI[md5sum] = "8a096287153fb994970df3570e90fcb5"
+SRC_URI[sha256sum] = "f29e89cc5de813f45786580101aaee3984a65818631d4ddbda7b32f699b87c2e"
 
 CVE_PRODUCT = "pcre2"
 
-- 
2.7.4



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

* [PATCH 05/13] curl: update to 7.61.1
  2018-10-22 14:04 [PATCH 00/13] Master package updates Armin Kuster
                   ` (3 preceding siblings ...)
  2018-10-22 14:05 ` [PATCH 04/13] libpcre2: update to 10.32 Armin Kuster
@ 2018-10-22 14:05 ` Armin Kuster
  2018-10-22 14:05 ` [PATCH 06/13] openssh: Update to 7.9 primarily bug fixes Armin Kuster
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 19+ messages in thread
From: Armin Kuster @ 2018-10-22 14:05 UTC (permalink / raw)
  To: akuster808, openembedded-core

drop patch for CVE-2018-14618 now included
Notable: INTERNALS: require GnuTLS >= 2.11.3

See: https://curl.haxx.se/changes.html#7_61_0

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../recipes-support/curl/curl/CVE-2018-14618.patch | 37 ----------------------
 .../curl/{curl_7.61.0.bb => curl_7.61.1.bb}        |  5 ++-
 2 files changed, 2 insertions(+), 40 deletions(-)
 delete mode 100644 meta/recipes-support/curl/curl/CVE-2018-14618.patch
 rename meta/recipes-support/curl/{curl_7.61.0.bb => curl_7.61.1.bb} (94%)

diff --git a/meta/recipes-support/curl/curl/CVE-2018-14618.patch b/meta/recipes-support/curl/curl/CVE-2018-14618.patch
deleted file mode 100644
index db07b43..0000000
--- a/meta/recipes-support/curl/curl/CVE-2018-14618.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From 57d299a499155d4b327e341c6024e293b0418243 Mon Sep 17 00:00:00 2001
-From: Daniel Stenberg <daniel@haxx.se>
-Date: Mon, 13 Aug 2018 10:35:52 +0200
-Subject: [PATCH] Curl_ntlm_core_mk_nt_hash: return error on too long password
-
-... since it would cause an integer overflow if longer than (max size_t
-/ 2).
-
-This is CVE-2018-14618
-
-Bug: https://curl.haxx.se/docs/CVE-2018-14618.html
-Closes #2756
-Reported-by: Zhaoyang Wu
-
-CVE: CVE-2018-14618
-Upstream-Status: Backport
-Signed-off-by: Zhixiong Chi <zhixiong.chi@windriver.com>
----
- lib/curl_ntlm_core.c | 5 ++++-
- 1 file changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/lib/curl_ntlm_core.c b/lib/curl_ntlm_core.c
-index e27cab353c..922e85a926 100644
---- a/lib/curl_ntlm_core.c
-+++ b/lib/curl_ntlm_core.c
-@@ -557,8 +557,11 @@ CURLcode Curl_ntlm_core_mk_nt_hash(struct Curl_easy *data,
-                                    unsigned char *ntbuffer /* 21 bytes */)
- {
-   size_t len = strlen(password);
--  unsigned char *pw = len ? malloc(len * 2) : strdup("");
-+  unsigned char *pw;
-   CURLcode result;
-+  if(len > SIZE_T_MAX/2) /* avoid integer overflow */
-+    return CURLE_OUT_OF_MEMORY;
-+  pw = len ? malloc(len * 2) : strdup("");
-   if(!pw)
-     return CURLE_OUT_OF_MEMORY;
diff --git a/meta/recipes-support/curl/curl_7.61.0.bb b/meta/recipes-support/curl/curl_7.61.1.bb
similarity index 94%
rename from meta/recipes-support/curl/curl_7.61.0.bb
rename to meta/recipes-support/curl/curl_7.61.1.bb
index 9b6406b..7a51bfa 100644
--- a/meta/recipes-support/curl/curl_7.61.0.bb
+++ b/meta/recipes-support/curl/curl_7.61.1.bb
@@ -7,11 +7,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ef889a37a5a874490ac7ce116396f29a"
 
 SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \
            file://0001-replace-krb5-config-with-pkg-config.patch \
-           file://CVE-2018-14618.patch \
 "
 
-SRC_URI[md5sum] = "31d0a9f48dc796a7db351898a1e5058a"
-SRC_URI[sha256sum] = "5f6f336921cf5b84de56afbd08dfb70adeef2303751ffb3e570c936c6d656c9c"
+SRC_URI[md5sum] = "593432e5ff863474d8d880f74b705d6d"
+SRC_URI[sha256sum] = "a308377dbc9a16b2e994abd55455e5f9edca4e31666f8f8fcfe7a1a4aea419b9"
 
 CVE_PRODUCT = "libcurl"
 inherit autotools pkgconfig binconfig multilib_header
-- 
2.7.4



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

* [PATCH 06/13] openssh: Update to 7.9 primarily bug fixes
  2018-10-22 14:04 [PATCH 00/13] Master package updates Armin Kuster
                   ` (4 preceding siblings ...)
  2018-10-22 14:05 ` [PATCH 05/13] curl: update to 7.61.1 Armin Kuster
@ 2018-10-22 14:05 ` Armin Kuster
  2018-10-22 14:05 ` [PATCH 07/13] libsm: update to 1.2.3 Armin Kuster
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 19+ messages in thread
From: Armin Kuster @ 2018-10-22 14:05 UTC (permalink / raw)
  To: akuster808, openembedded-core

see: https://lwn.net/Articles/768991/

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../openssh/{openssh_7.8p1+git.bb => openssh_7.9p1+git.bb}              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-connectivity/openssh/{openssh_7.8p1+git.bb => openssh_7.9p1+git.bb} (99%)

diff --git a/meta/recipes-connectivity/openssh/openssh_7.8p1+git.bb b/meta/recipes-connectivity/openssh/openssh_7.9p1+git.bb
similarity index 99%
rename from meta/recipes-connectivity/openssh/openssh_7.8p1+git.bb
rename to meta/recipes-connectivity/openssh/openssh_7.9p1+git.bb
index f54dfb5..d79ffe1 100644
--- a/meta/recipes-connectivity/openssh/openssh_7.8p1+git.bb
+++ b/meta/recipes-connectivity/openssh/openssh_7.9p1+git.bb
@@ -28,7 +28,7 @@ SRC_URI = "git://github.com/openssh/openssh-portable;branch=master \
 
 PAM_SRC_URI = "file://sshd"
 
-SRCREV = "cce8cbe0ed7d1ba3a575310e0b63c193326ae616"
+SRCREV = "aede1c34243a6f7feae2fb2cb686ade5f9be6f3d"
 
 S = "${WORKDIR}/git"
 
-- 
2.7.4



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

* [PATCH 07/13] libsm: update to 1.2.3
  2018-10-22 14:04 [PATCH 00/13] Master package updates Armin Kuster
                   ` (5 preceding siblings ...)
  2018-10-22 14:05 ` [PATCH 06/13] openssh: Update to 7.9 primarily bug fixes Armin Kuster
@ 2018-10-22 14:05 ` Armin Kuster
  2018-10-22 14:05 ` [PATCH 08/13] libx11: update to 1.6.7 and sytle cleanup Armin Kuster
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 19+ messages in thread
From: Armin Kuster @ 2018-10-22 14:05 UTC (permalink / raw)
  To: akuster808, openembedded-core

reoder things per style

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta/recipes-graphics/xorg-lib/{libsm_1.2.2.bb => libsm_1.2.3.bb} | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{libsm_1.2.2.bb => libsm_1.2.3.bb} (87%)

diff --git a/meta/recipes-graphics/xorg-lib/libsm_1.2.2.bb b/meta/recipes-graphics/xorg-lib/libsm_1.2.3.bb
similarity index 87%
rename from meta/recipes-graphics/xorg-lib/libsm_1.2.2.bb
rename to meta/recipes-graphics/xorg-lib/libsm_1.2.3.bb
index fdc693b..81b434e 100644
--- a/meta/recipes-graphics/xorg-lib/libsm_1.2.2.bb
+++ b/meta/recipes-graphics/xorg-lib/libsm_1.2.3.bb
@@ -22,10 +22,10 @@ PE = "1"
 
 XORG_PN = "libSM"
 
-BBCLASSEXTEND = "native"
-
-SRC_URI[md5sum] = "499a7773c65aba513609fe651853c5f3"
-SRC_URI[sha256sum] = "0baca8c9f5d934450a70896c4ad38d06475521255ca63b717a6510fdb6e287bd"
+SRC_URI[md5sum] = "87c7fad1c1813517979184c8ccd76628"
+SRC_URI[sha256sum] = "2d264499dcb05f56438dee12a1b4b71d76736ce7ba7aa6efbf15ebb113769cbb"
 
 PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
 PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
+
+BBCLASSEXTEND = "native"
-- 
2.7.4



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

* [PATCH 08/13] libx11: update to 1.6.7 and sytle cleanup
  2018-10-22 14:04 [PATCH 00/13] Master package updates Armin Kuster
                   ` (6 preceding siblings ...)
  2018-10-22 14:05 ` [PATCH 07/13] libsm: update to 1.2.3 Armin Kuster
@ 2018-10-22 14:05 ` Armin Kuster
  2018-10-22 14:05 ` [PATCH 09/13] libxcb: update to 1.13.1 Armin Kuster
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 19+ messages in thread
From: Armin Kuster @ 2018-10-22 14:05 UTC (permalink / raw)
  To: akuster808, openembedded-core

refresh Fix-hanging-issue-in-_XReply.patch

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../libx11/Fix-hanging-issue-in-_XReply.patch      | 28 ++++++++++------------
 .../xorg-lib/{libx11_1.6.6.bb => libx11_1.6.7.bb}  | 10 ++++----
 2 files changed, 19 insertions(+), 19 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{libx11_1.6.6.bb => libx11_1.6.7.bb} (64%)

diff --git a/meta/recipes-graphics/xorg-lib/libx11/Fix-hanging-issue-in-_XReply.patch b/meta/recipes-graphics/xorg-lib/libx11/Fix-hanging-issue-in-_XReply.patch
index 897882b..2a723b7 100644
--- a/meta/recipes-graphics/xorg-lib/libx11/Fix-hanging-issue-in-_XReply.patch
+++ b/meta/recipes-graphics/xorg-lib/libx11/Fix-hanging-issue-in-_XReply.patch
@@ -17,19 +17,19 @@ https://patchwork.freedesktop.org/patch/171458/
 
 Signed-off-by: Tatu Frisk <tatu.frisk@ge.com>
 Signed-off-by: Jose Alarcon <jose.alarcon@ge.com>
+
+[Refreshed for 1.6.7 update]
+Signed-off-by: Armin Kuster <akuster808@gmail.com>
+
 ---
  src/xcb_io.c | 19 +++++++------------
  1 file changed, 7 insertions(+), 12 deletions(-)
 
-diff --git a/src/xcb_io.c b/src/xcb_io.c
-index 5987329..c64eb04 100644
---- a/src/xcb_io.c
-+++ b/src/xcb_io.c
-@@ -609,22 +609,17 @@ Status _XReply(Display *dpy, xReply *rep, int extra, Bool discard)
- 		 * letting anyone else process this sequence number, we
- 		 * need to process any events that should have come
- 		 * earlier. */
--
+Index: libX11-1.6.7/src/xcb_io.c
+===================================================================
+--- libX11-1.6.7.orig/src/xcb_io.c
++++ libX11-1.6.7/src/xcb_io.c
+@@ -620,18 +620,14 @@ Status _XReply(Display *dpy, xReply *rep
  		if(dpy->xcb->event_owner == XlibOwnsEventQueue)
  		{
  			xcb_generic_reply_t *event;
@@ -42,6 +42,9 @@ index 5987329..c64eb04 100644
 -			while(dpy->xcb->event_waiter)
 -			{ /* need braces around ConditionWait */
 -				ConditionWait(dpy, dpy->xcb->event_notify);
+-			}
+-			while((event = poll_for_event(dpy, True)))
+-				handle_response(dpy, event, True);
 +
 +			/* Assume event queue is empty if another thread is blocking
 +			 * waiting for event. */
@@ -49,12 +52,7 @@ index 5987329..c64eb04 100644
 +			{
 +				while((event = poll_for_response(dpy)))
 +					handle_response(dpy, event, True);
- 			}
--			while((event = poll_for_event(dpy)))
--				handle_response(dpy, event, True);
++                        }
  		}
  
  		req->reply_waiter = 0;
--- 
-2.10.1
-
diff --git a/meta/recipes-graphics/xorg-lib/libx11_1.6.6.bb b/meta/recipes-graphics/xorg-lib/libx11_1.6.7.bb
similarity index 64%
rename from meta/recipes-graphics/xorg-lib/libx11_1.6.6.bb
rename to meta/recipes-graphics/xorg-lib/libx11_1.6.7.bb
index 0fee1a9..f0f1bfd 100644
--- a/meta/recipes-graphics/xorg-lib/libx11_1.6.6.bb
+++ b/meta/recipes-graphics/xorg-lib/libx11_1.6.7.bb
@@ -1,14 +1,16 @@
 require libx11.inc
-inherit gettext
 
-BBCLASSEXTEND = "native nativesdk"
+SRC_URI[md5sum] = "034fdd6cc5393974d88aec6f5bc96162"
+SRC_URI[sha256sum] = "910e9e30efba4ad3672ca277741c2728aebffa7bc526f04dcfa74df2e52a1348"
 
 SRC_URI += "file://disable_tests.patch \
             file://Fix-hanging-issue-in-_XReply.patch \
            "
+
+inherit gettext
+
 do_configure_append () {
     sed -i -e "/X11_CFLAGS/d" ${B}/src/util/Makefile
 }
 
-SRC_URI[md5sum] = "6b0f83e851b3b469dd660f3a95ac3e42"
-SRC_URI[sha256sum] = "65fe181d40ec77f45417710c6a67431814ab252d21c2e85c75dd1ed568af414f"
+BBCLASSEXTEND = "native nativesdk"
-- 
2.7.4



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

* [PATCH 09/13] libxcb: update to 1.13.1
  2018-10-22 14:04 [PATCH 00/13] Master package updates Armin Kuster
                   ` (7 preceding siblings ...)
  2018-10-22 14:05 ` [PATCH 08/13] libx11: update to 1.6.7 and sytle cleanup Armin Kuster
@ 2018-10-22 14:05 ` Armin Kuster
  2018-10-22 14:05 ` [PATCH 10/13] xkeyboard-config: update to 2.25 Armin Kuster
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 19+ messages in thread
From: Armin Kuster @ 2018-10-22 14:05 UTC (permalink / raw)
  To: akuster808, openembedded-core

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta/recipes-graphics/xorg-lib/{libxcb_1.13.bb => libxcb_1.13.1.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{libxcb_1.13.bb => libxcb_1.13.1.bb} (89%)

diff --git a/meta/recipes-graphics/xorg-lib/libxcb_1.13.bb b/meta/recipes-graphics/xorg-lib/libxcb_1.13.1.bb
similarity index 89%
rename from meta/recipes-graphics/xorg-lib/libxcb_1.13.bb
rename to meta/recipes-graphics/xorg-lib/libxcb_1.13.1.bb
index a8e0307..d8cee51 100644
--- a/meta/recipes-graphics/xorg-lib/libxcb_1.13.bb
+++ b/meta/recipes-graphics/xorg-lib/libxcb_1.13.1.bb
@@ -15,8 +15,8 @@ SRC_URI = "http://xcb.freedesktop.org/dist/libxcb-${PV}.tar.bz2 \
            file://gcc-mips-pr68302-mips-workaround.patch \
           "
 
-SRC_URI[md5sum] = "c2b6cf928afa16b0047c974e7aaa783f"
-SRC_URI[sha256sum] = "188c8752193c50ff2dbe89db4554c63df2e26a2e47b0fa415a70918b5b851daa"
+SRC_URI[md5sum] = "f33cdfc67346f7217a9326c0d8679975"
+SRC_URI[sha256sum] = "a89fb7af7a11f43d2ce84a844a4b38df688c092bf4b67683aef179cdf2a647c4"
 
 BBCLASSEXTEND = "native nativesdk"
 
-- 
2.7.4



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

* [PATCH 10/13] xkeyboard-config: update to 2.25
  2018-10-22 14:04 [PATCH 00/13] Master package updates Armin Kuster
                   ` (8 preceding siblings ...)
  2018-10-22 14:05 ` [PATCH 09/13] libxcb: update to 1.13.1 Armin Kuster
@ 2018-10-22 14:05 ` Armin Kuster
  2018-10-22 14:05 ` [PATCH 11/13] xf86-input-libinput: update to 0.28.1 Armin Kuster
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 19+ messages in thread
From: Armin Kuster @ 2018-10-22 14:05 UTC (permalink / raw)
  To: akuster808, openembedded-core

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../xorg-lib/{xkeyboard-config_2.24.bb => xkeyboard-config_2.25.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{xkeyboard-config_2.24.bb => xkeyboard-config_2.25.bb} (87%)

diff --git a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.24.bb b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.25.bb
similarity index 87%
rename from meta/recipes-graphics/xorg-lib/xkeyboard-config_2.24.bb
rename to meta/recipes-graphics/xorg-lib/xkeyboard-config_2.25.bb
index 7d0e608..b67dfa5 100644
--- a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.24.bb
+++ b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.25.bb
@@ -14,8 +14,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0e7f21ca7db975c63467d2e7624a12f9"
 
 SRC_URI = "${XORG_MIRROR}/individual/data/xkeyboard-config/${BPN}-${PV}.tar.bz2"
 
-SRC_URI[md5sum] = "74c4bdf52382127cb5802c3f2ab441e0"
-SRC_URI[sha256sum] = "91b18580f46b4e4ea913707f6c8d68ab5286879c3a6591462f3b9e760d3ac4d7"
+SRC_URI[md5sum] = "a0238f95118f39f5f685dd28fbd9d24f"
+SRC_URI[sha256sum] = "fec6c25a8d3931bd9afca49a1653b0fa222c85610502d7b77699bb61262934b2"
 
 SECTION = "x11/libs"
 DEPENDS = "intltool-native util-macros libxslt-native"
-- 
2.7.4



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

* [PATCH 11/13] xf86-input-libinput: update to 0.28.1
  2018-10-22 14:04 [PATCH 00/13] Master package updates Armin Kuster
                   ` (9 preceding siblings ...)
  2018-10-22 14:05 ` [PATCH 10/13] xkeyboard-config: update to 2.25 Armin Kuster
@ 2018-10-22 14:05 ` Armin Kuster
  2018-10-22 14:05 ` [PATCH 12/13] tzcode: update to 2018f Armin Kuster
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 19+ messages in thread
From: Armin Kuster @ 2018-10-22 14:05 UTC (permalink / raw)
  To: akuster808, openembedded-core

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../{xf86-input-libinput_0.28.0.bb => xf86-input-libinput_0.28.1.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/xorg-driver/{xf86-input-libinput_0.28.0.bb => xf86-input-libinput_0.28.1.bb} (63%)

diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.28.0.bb b/meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.28.1.bb
similarity index 63%
rename from meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.28.0.bb
rename to meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.28.1.bb
index 5853b5b..0b77546 100644
--- a/meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.28.0.bb
+++ b/meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.28.1.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5e6b20ea2ef94a998145f0ea3f788ee0"
 
 DEPENDS += "libinput"
 
-SRC_URI[md5sum] = "2d7519ac0e39d4c88f3be32e81a637aa"
-SRC_URI[sha256sum] = "21994d065fc26e85d1c3fc87d8479b9c22699ed5a0119df98fbe0000e84630a1"
+SRC_URI[md5sum] = "9d2fb3d6b452d568a275908b856de0e2"
+SRC_URI[sha256sum] = "9ada448e076c0078a84b48e5298fa8ce317565f9b342b74c20429214a707d98b"
 
 FILES_${PN} += "${datadir}/X11/xorg.conf.d"
-- 
2.7.4



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

* [PATCH 12/13] tzcode: update to 2018f
  2018-10-22 14:04 [PATCH 00/13] Master package updates Armin Kuster
                   ` (10 preceding siblings ...)
  2018-10-22 14:05 ` [PATCH 11/13] xf86-input-libinput: update to 0.28.1 Armin Kuster
@ 2018-10-22 14:05 ` Armin Kuster
  2018-10-22 14:05 ` [PATCH 13/13] tzdata: " Armin Kuster
  2018-10-22 14:33 ` ✗ patchtest: failure for Master package updates (rev3) Patchwork
  13 siblings, 0 replies; 19+ messages in thread
From: Armin Kuster @ 2018-10-22 14:05 UTC (permalink / raw)
  To: akuster808, openembedded-core

 Changes to code

    zic now always generates TZif files where time type 0 is used for
    timestamps before the first transition.  This simplifies the
    reading of TZif files and should not affect behavior of existing
    TZif readers because the same set of time types is used; only
    their internal indexes may have changed.  This affects only the
    legacy zones EST5EDT, CST6CDT, MST7MDT, PST8PDT, CET, MET, and
    EET, which previously used nonzero types for these timestamps.

    Because of the type 0 change, zic no longer outputs a dummy
    transition at time -2**59 (before the Big Bang), as clients should
    no longer need this to handle historical timestamps correctly.
    This reverts a change introduced in 2013d and shrinks most TZif
    files by a few bytes.

    zic now supports negative time-of-day in Rule and Leap lines, e.g.,
    "Rule X min max - Apr lastSun -6:00 1:00 -" means the transition
    occurs at 18:00 on the Saturday before the last Sunday in April.
    This behavior was documented in 2018a but the code did not
    entirely match the documentation.

    localtime.c no longer requires at least one time type in TZif
    files that lack transitions or have a POSIX-style TZ string.  This
    future-proofs the code against possible future extensions to the
    format that would allow TZif files with POSIX-style TZ strings and
    without transitions or time types.

    A read-access subscript error in localtime.c has been fixed.
    It could occur only in TZif files with timecnt == 0, something that
    does not happen in practice now but could happen in future versions.

    localtime.c no longer ignores TZif POSIX-style TZ strings that
    specify only standard time.  Instead, these TZ strings now
    override the default time type for timestamps after the last
    transition (or for all time stamps if there are no transitions),
    just as DST strings specifying DST have always done.

    leapseconds.awk now outputs "#updated" and "#expires" comments,
    and supports leap seconds at the ends of months other than June
    and December.  (Inspired by suggestions from Chris Woodbury.)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../tzcode/{tzcode-native_2018e.bb => tzcode-native_2018f.bb}     | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
 rename meta/recipes-extended/tzcode/{tzcode-native_2018e.bb => tzcode-native_2018f.bb} (70%)

diff --git a/meta/recipes-extended/tzcode/tzcode-native_2018e.bb b/meta/recipes-extended/tzcode/tzcode-native_2018f.bb
similarity index 70%
rename from meta/recipes-extended/tzcode/tzcode-native_2018e.bb
rename to meta/recipes-extended/tzcode/tzcode-native_2018f.bb
index 9a4e465..816e34d 100644
--- a/meta/recipes-extended/tzcode/tzcode-native_2018e.bb
+++ b/meta/recipes-extended/tzcode/tzcode-native_2018f.bb
@@ -11,10 +11,10 @@ SRC_URI =" http://www.iana.org/time-zones/repository/releases/tzcode${PV}.tar.gz
 
 UPSTREAM_CHECK_URI = "http://www.iana.org/time-zones"
 
-SRC_URI[tzdata.md5sum] = "97d654f4d7253173b3eeb76a836dd65e"
-SRC_URI[tzdata.sha256sum] = "6b288e5926841a4cb490909fe822d85c36ae75538ad69baf20da9628b63b692e"
-SRC_URI[tzcode.md5sum] = "c4d7df0fff7ba5588b32c5f27e2caf97"
-SRC_URI[tzcode.sha256sum] = "ca340cf20e80b699d6e5c49b4ba47361b3aa681f06f38a0c88a8e8308c00ebce"
+SRC_URI[tzdata.md5sum] = "e5e84f00f9d18bd6ebc8b1affec91b15"
+SRC_URI[tzdata.sha256sum] = "0af6a85fc4ea95832f76524f35696a61abb3992fd3f8db33e5a1f95653e043f2"
+SRC_URI[tzcode.md5sum] = "011d394b70e6ee3823fd77010b99737f"
+SRC_URI[tzcode.sha256sum] = "4ec74f8a84372570135ea4be16a042442fafe100f5598cb1017bfd30af6aaa70"
 
 S = "${WORKDIR}"
 
-- 
2.7.4



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

* [PATCH 13/13] tzdata: update to 2018f
  2018-10-22 14:04 [PATCH 00/13] Master package updates Armin Kuster
                   ` (11 preceding siblings ...)
  2018-10-22 14:05 ` [PATCH 12/13] tzcode: update to 2018f Armin Kuster
@ 2018-10-22 14:05 ` Armin Kuster
  2018-10-22 14:33 ` ✗ patchtest: failure for Master package updates (rev3) Patchwork
  13 siblings, 0 replies; 19+ messages in thread
From: Armin Kuster @ 2018-10-22 14:05 UTC (permalink / raw)
  To: akuster808, openembedded-core

 Briefly:
  Volgograd moves from +03 to +04 on 2018-10-28.
  Fiji ends DST 2019-01-13, not 2019-01-20.
  Most of Chile changes DST dates, effective 2019-04-06.

  Changes to future timestamps

    Volgograd moves from +03 to +04 on 2018-10-28 at 02:00.
    (Thanks to Alexander Fetisov and Stepan Golosunov.)

    Fiji ends DST 2019-01-13 instead of the 2019-01-20 previously
    predicted.  (Thanks to Raymond Kumar.)  Adjust future predictions
    accordingly.

    Most of Chile will end DST on the first Saturday in April at 24:00 mainland
    time, and resume DST on the first Saturday in September at 24:00 mainland
    time.  The changes are effective from 2019-04-06, and do not affect the
    Magallanes region modeled by America/Punta_Arenas.  (Thanks to Juan Correa
    and Tim Parenti.)  Adjust future predictions accordingly.

  Changes to past timestamps

    The 2018-05-05 North Korea 30-minute time zone change took place
    at 23:30 the previous day, not at 00:00 that day.

    China's 1988 spring-forward transition was on April 17, not
    April 10.  Its DST transitions in 1986/91 were at 02:00, not 00:00.
    (Thanks to P Chan.)

    Fix several issues for Macau before 1992.  Macau's pre-1904 LMT
    was off by 10 s.  Macau switched to +08 in 1904 not 1912, and
    temporarily switched to +09/+10 during World War II.  Macau
    observed DST in 1942/79, not 1961/80, and there were several
    errors for transition times and dates.  (Thanks to P Chan.)

    The 1948-1951 fallback transitions in Japan were at 25:00 on
    September's second Saturday, not at 24:00.  (Thanks to Phake Nick.)
    zic turns this into 01:00 on the day after September's second
    Saturday, which is the best that POSIX or C platforms can do.

    Incorporate 1940-1949 Asia/Shanghai DST transitions from a 2014
    paper by Li Yu, replacing more-questionable data from Shanks.

  Changes to time zone abbreviations

    Use "PST" and "PDT" for Philippine time.  (Thanks to Paul Goyette.)

 Changes to documentation

    New restrictions: A Rule name must start with a character that
    is neither an ASCII digit nor "-" nor "+", and an unquoted name
    should not use characters in the set "!$%&'()*,/:;<=>?@[\]^`{|}~".
    The latter restriction makes room for future extensions (a
    possibility noted by Tom Lane).

    tzfile.5 now documents what time types apply before the first and
    after the last transition, if any.

    Documentation now uses the spelling "timezone" for a TZ setting
    that determines timestamp history, and "time zone" for a
    geographic region currently sharing the same standard time.

    The name "TZif" is now used for the tz binary data format.

    tz-link.htm now mentions the A0 TimeZone Migration utilities.
    (Thanks to Aldrin Martoq for the link.)

  Changes to build procedure

    New 'make' target 'rearguard_tarballs' to build the rearguard
    tarball only.  This is a convenience on platforms that lack lzip
    if you want to build the rearguard tarball.  (Problem reported by
    Deborah Goldsmith.)

    tzdata.zi is now more stable from release to release.  (Problem
    noted by Tom Lane.)  It is also a bit shorter.

    tzdata.zi now can contain comment lines documenting configuration
    information, such as which data format was selected, which input
    files were used, and how leap seconds are treated.  (Problems
    noted by Lester Caine and Brian Inglis.)  If the Makefile defaults
    are used these comment lines are absent, for backward
    compatibility.  A redistributor intending to alter its copy of the
    files should also append "-LABEL" to the 'version' file's first
    line, where "LABEL" identifies the redistributor's change.
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta/recipes-extended/tzdata/{tzdata_2018e.bb => tzdata_2018f.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/tzdata/{tzdata_2018e.bb => tzdata_2018f.bb} (98%)

diff --git a/meta/recipes-extended/tzdata/tzdata_2018e.bb b/meta/recipes-extended/tzdata/tzdata_2018f.bb
similarity index 98%
rename from meta/recipes-extended/tzdata/tzdata_2018e.bb
rename to meta/recipes-extended/tzdata/tzdata_2018f.bb
index f806d5b..b167540 100644
--- a/meta/recipes-extended/tzdata/tzdata_2018e.bb
+++ b/meta/recipes-extended/tzdata/tzdata_2018f.bb
@@ -9,8 +9,8 @@ DEPENDS = "tzcode-native"
 SRC_URI = "http://www.iana.org/time-zones/repository/releases/tzdata${PV}.tar.gz;name=tzdata"
 UPSTREAM_CHECK_URI = "http://www.iana.org/time-zones"
 
-SRC_URI[tzdata.md5sum] = "97d654f4d7253173b3eeb76a836dd65e"
-SRC_URI[tzdata.sha256sum] = "6b288e5926841a4cb490909fe822d85c36ae75538ad69baf20da9628b63b692e"
+SRC_URI[tzdata.md5sum] = "e5e84f00f9d18bd6ebc8b1affec91b15"
+SRC_URI[tzdata.sha256sum] = "0af6a85fc4ea95832f76524f35696a61abb3992fd3f8db33e5a1f95653e043f2"
 
 inherit allarch
 
-- 
2.7.4



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

* ✗ patchtest: failure for Master package updates (rev3)
  2018-10-22 14:04 [PATCH 00/13] Master package updates Armin Kuster
                   ` (12 preceding siblings ...)
  2018-10-22 14:05 ` [PATCH 13/13] tzdata: " Armin Kuster
@ 2018-10-22 14:33 ` Patchwork
  13 siblings, 0 replies; 19+ messages in thread
From: Patchwork @ 2018-10-22 14:33 UTC (permalink / raw)
  To: Armin Kuster; +Cc: openembedded-core

== Series Details ==

Series: Master package updates (rev3)
Revision: 3
URL   : https://patchwork.openembedded.org/series/9884/
State : failure

== Summary ==


Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been executed on the proposed
series by patchtest resulting in the following failures:



* Issue             LIC_FILES_CHKSUM changed on target libpcre2 but there is no "License-Update" tag in commit message [test_lic_files_chksum_modified_not_mentioned] 
  Suggested fix    Include "License-Update: <description>" into the commit message with a brief description
  Current checksum file://LICENCE;md5=f5e4bde9fd0493d0967b4dba9899590f
  New checksum     file://LICENCE;md5=cf66d307bf03bae65d413eb7a8e603a0



If you believe any of these test results are incorrect, please reply to the
mailing list (openembedded-core@lists.openembedded.org) raising your concerns.
Otherwise we would appreciate you correcting the issues and submitting a new
version of the patchset if applicable. Please ensure you add/increment the
version number when sending the new version (i.e. [PATCH] -> [PATCH v2] ->
[PATCH v3] -> ...).

---
Guidelines:     https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest
Test suite:     http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe



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

* Re: [PATCH 03/13] gnutls: update to 2.6.4
  2018-10-22 14:05 ` [PATCH 03/13] gnutls: update to 2.6.4 Armin Kuster
@ 2018-10-22 20:06   ` Andre McCurdy
  2018-10-23  7:42     ` akuster808
  0 siblings, 1 reply; 19+ messages in thread
From: Andre McCurdy @ 2018-10-22 20:06 UTC (permalink / raw)
  To: Armin Kuster; +Cc: OE Core mailing list

On Mon, Oct 22, 2018 at 7:05 AM, Armin Kuster <akuster808@gmail.com> wrote:
> Notable change:
>
> libgnutls: Added the final (RFC8446) version numbering of the TLS1.3 protocol.
> see: https://lists.gnupg.org/pipermail/gnutls-help/2018-September/004457.html

Subject mentions 2.6.4 instead of 3.6.4

> Signed-off-by: Armin Kuster <akuster808@gmail.com>
> ---
>  meta/recipes-support/gnutls/{gnutls_3.6.3.bb => gnutls_3.6.4.bb} | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta/recipes-support/gnutls/{gnutls_3.6.3.bb => gnutls_3.6.4.bb} (93%)
>
> diff --git a/meta/recipes-support/gnutls/gnutls_3.6.3.bb b/meta/recipes-support/gnutls/gnutls_3.6.4.bb
> similarity index 93%
> rename from meta/recipes-support/gnutls/gnutls_3.6.3.bb
> rename to meta/recipes-support/gnutls/gnutls_3.6.4.bb
> index 441bbec..6d2a11d 100644
> --- a/meta/recipes-support/gnutls/gnutls_3.6.3.bb
> +++ b/meta/recipes-support/gnutls/gnutls_3.6.4.bb
> @@ -21,8 +21,8 @@ SRC_URI = "https://www.gnupg.org/ftp/gcrypt/gnutls/v${SHRT_VER}/gnutls-${PV}.tar
>             file://arm_eabi.patch \
>  "
>
> -SRC_URI[md5sum] = "d3b1b05c2546b80832101a423a80faf8"
> -SRC_URI[sha256sum] = "ed642b66a4ecf4851ab2d809cd1475c297b6201d8e8bd14b4d1c08b53ffca993"
> +SRC_URI[md5sum] = "63363d1c00601f4d11a5cadc8b5e0799"
> +SRC_URI[sha256sum] = "c663a792fbc84349c27c36059181f2ca86c9442e75ee8b0ad72f5f9b35deab3a"
>
>  inherit autotools texinfo binconfig pkgconfig gettext lib_package gtk-doc
>
> --
> 2.7.4
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

* Re: [PATCH 03/13] gnutls: update to 2.6.4
  2018-10-22 20:06   ` Andre McCurdy
@ 2018-10-23  7:42     ` akuster808
  2018-11-01 10:02       ` Andre McCurdy
  0 siblings, 1 reply; 19+ messages in thread
From: akuster808 @ 2018-10-23  7:42 UTC (permalink / raw)
  To: Andre McCurdy; +Cc: OE Core mailing list


On 10/22/18 9:06 PM, Andre McCurdy wrote:
> On Mon, Oct 22, 2018 at 7:05 AM, Armin Kuster <akuster808@gmail.com> wrote:
>> Notable change:
>>
>> libgnutls: Added the final (RFC8446) version numbering of the TLS1.3 protocol.
>> see: https://lists.gnupg.org/pipermail/gnutls-help/2018-September/004457.html
> Subject mentions 2.6.4 instead of 3.6.4


Thanks for catching  that.

BR,

Armin

>
>> Signed-off-by: Armin Kuster <akuster808@gmail.com>
>> ---
>>  meta/recipes-support/gnutls/{gnutls_3.6.3.bb => gnutls_3.6.4.bb} | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>  rename meta/recipes-support/gnutls/{gnutls_3.6.3.bb => gnutls_3.6.4.bb} (93%)
>>
>> diff --git a/meta/recipes-support/gnutls/gnutls_3.6.3.bb b/meta/recipes-support/gnutls/gnutls_3.6.4.bb
>> similarity index 93%
>> rename from meta/recipes-support/gnutls/gnutls_3.6.3.bb
>> rename to meta/recipes-support/gnutls/gnutls_3.6.4.bb
>> index 441bbec..6d2a11d 100644
>> --- a/meta/recipes-support/gnutls/gnutls_3.6.3.bb
>> +++ b/meta/recipes-support/gnutls/gnutls_3.6.4.bb
>> @@ -21,8 +21,8 @@ SRC_URI = "https://www.gnupg.org/ftp/gcrypt/gnutls/v${SHRT_VER}/gnutls-${PV}.tar
>>             file://arm_eabi.patch \
>>  "
>>
>> -SRC_URI[md5sum] = "d3b1b05c2546b80832101a423a80faf8"
>> -SRC_URI[sha256sum] = "ed642b66a4ecf4851ab2d809cd1475c297b6201d8e8bd14b4d1c08b53ffca993"
>> +SRC_URI[md5sum] = "63363d1c00601f4d11a5cadc8b5e0799"
>> +SRC_URI[sha256sum] = "c663a792fbc84349c27c36059181f2ca86c9442e75ee8b0ad72f5f9b35deab3a"
>>
>>  inherit autotools texinfo binconfig pkgconfig gettext lib_package gtk-doc
>>
>> --
>> 2.7.4
>>
>> --
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

* Re: [PATCH 02/13] nspr: Update to 4.20
  2018-10-22 14:05 ` [PATCH 02/13] nspr: Update to 4.20 Armin Kuster
@ 2018-10-23 13:41   ` Khem Raj
  0 siblings, 0 replies; 19+ messages in thread
From: Khem Raj @ 2018-10-23 13:41 UTC (permalink / raw)
  To: Armin Kuster; +Cc: Armin Kuster, openembedded-core

[-- Attachment #1: Type: text/plain, Size: 10544 bytes --]

On Mon, Oct 22, 2018 at 3:06 PM Armin Kuster <akuster808@gmail.com> wrote:

> RISC-v support now included in this release so drop patch.
> and refresh patches


That’s right thanks for update

>
>
> Signed-off-by: Armin Kuster <akuster@mvista.com>
> ---
>  .../nspr/nspr/0002-Add-nios2-support.patch         |  25 ++--
>  ...e-definitions-for-the-RISC-V-architecture.patch | 150
> ---------------------
>  .../nspr/nspr/remove-rpath-from-tests.patch        |   2 +-
>  .../nspr/{nspr_4.19.bb => nspr_4.20.bb}            |   5 +-
>  4 files changed, 14 insertions(+), 168 deletions(-)
>  delete mode 100644
> meta/recipes-support/nspr/nspr/0003-Add-type-definitions-for-the-RISC-V-architecture.patch
>  rename meta/recipes-support/nspr/{nspr_4.19.bb => nspr_4.20.bb} (95%)
>
> diff --git a/meta/recipes-support/nspr/nspr/0002-Add-nios2-support.patch
> b/meta/recipes-support/nspr/nspr/0002-Add-nios2-support.patch
> index 2322806..3a04d42 100644
> --- a/meta/recipes-support/nspr/nspr/0002-Add-nios2-support.patch
> +++ b/meta/recipes-support/nspr/nspr/0002-Add-nios2-support.patch
> @@ -12,11 +12,11 @@ Upstream-Status: Submitted [
> https://bugzilla.mozilla.org/show_bug.cgi?id=124442
>   nspr/pr/include/md/_linux.h   | 14 ++++++++++++++
>   2 files changed, 59 insertions(+)
>
> -diff --git a/pr/include/md/_linux.cfg b/nspr/pr/include/md/_linux.cfg
> -index 8cbf0cb..150676b 100644
> ---- a/pr/include/md/_linux.cfg
> -+++ b/pr/include/md/_linux.cfg
> -@@ -972,6 +972,51 @@
> +Index: nspr/pr/include/md/_linux.cfg
> +===================================================================
> +--- nspr.orig/pr/include/md/_linux.cfg
> ++++ nspr/pr/include/md/_linux.cfg
> +@@ -975,6 +975,51 @@
>   #define PR_BYTES_PER_WORD_LOG2   2
>   #define PR_BYTES_PER_DWORD_LOG2  3
>
> @@ -68,10 +68,10 @@ index 8cbf0cb..150676b 100644
>   #elif defined(__or1k__)
>
>   #undef  IS_LITTLE_ENDIAN
> -diff --git a/pr/include/md/_linux.h b/nspr/pr/include/md/_linux.h
> -index d378db5..18260be 100644
> ---- a/pr/include/md/_linux.h
> -+++ b/pr/include/md/_linux.h
> +Index: nspr/pr/include/md/_linux.h
> +===================================================================
> +--- nspr.orig/pr/include/md/_linux.h
> ++++ nspr/pr/include/md/_linux.h
>  @@ -55,6 +55,8 @@
>   #define _PR_SI_ARCHITECTURE "avr32"
>   #elif defined(__m32r__)
> @@ -80,8 +80,8 @@ index d378db5..18260be 100644
>  +#define _PR_SI_ARCHITECTURE "nios2"
>   #elif defined(__or1k__)
>   #define _PR_SI_ARCHITECTURE "or1k"
> - #else
> -@@ -125,6 +127,18 @@ extern PRInt32 _PR_x86_64_AtomicSet(PRInt32 *val,
> PRInt32 newval);
> + #elif defined(__riscv) && (__riscv_xlen == 32)
> +@@ -129,6 +131,18 @@ extern PRInt32 _PR_x86_64_AtomicSet(PRIn
>   #define _MD_ATOMIC_SET                _PR_x86_64_AtomicSet
>   #endif
>
> @@ -100,6 +100,3 @@ index d378db5..18260be 100644
>   #if defined(__or1k__)
>   #if defined(__GNUC__)
>   /* Use GCC built-in functions */
> ---
> -2.7.0.rc3
> -
> diff --git
> a/meta/recipes-support/nspr/nspr/0003-Add-type-definitions-for-the-RISC-V-architecture.patch
> b/meta/recipes-support/nspr/nspr/0003-Add-type-definitions-for-the-RISC-V-architecture.patch
> deleted file mode 100644
> index 47e1475..0000000
> ---
> a/meta/recipes-support/nspr/nspr/0003-Add-type-definitions-for-the-RISC-V-architecture.patch
> +++ /dev/null
> @@ -1,150 +0,0 @@
> -# HG changeset patch
> -# User Karsten Merker <merker@debian.org>
> -# Date 1523974333 -7200
> -# Node ID f47871e2aeb16b39d4f516690e25c81b04d6d05a
> -# Parent  776db96f834cb86e8863052201d55f60a2da91cb
> -Bug 1308584, Add type definitions for the RISC-V architecture, r=kaie
> -
> -Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
> -[ Changes by AF:
> - - Rebase on other Yocto patches
> -]
> -Upstream-Status: Backport [
> https://hg.mozilla.org/projects/nspr/rev/f47871e2aeb1 ]
> -
> -diff --git a/pr/include/md/_linux.cfg b/pr/include/md/_linux.cfg
> ---- a/pr/include/md/_linux.cfg
> -+++ b/pr/include/md/_linux.cfg
> -@@ -1015,16 +1015,108 @@
> - #define PR_ALIGN_OF_FLOAT   4
> - #define PR_ALIGN_OF_DOUBLE  4
> - #define PR_ALIGN_OF_POINTER 4
> - #define PR_ALIGN_OF_WORD    4
> -
> - #define PR_BYTES_PER_WORD_LOG2   2
> - #define PR_BYTES_PER_DWORD_LOG2  3
> -
> -+#elif defined(__riscv) && (__riscv_xlen == 32)
> -+
> -+#undef  IS_BIG_ENDIAN
> -+#define IS_LITTLE_ENDIAN 1
> -+#undef  IS_64
> -+
> -+#define PR_BYTES_PER_BYTE   1
> -+#define PR_BYTES_PER_SHORT  2
> -+#define PR_BYTES_PER_INT    4
> -+#define PR_BYTES_PER_INT64  8
> -+#define PR_BYTES_PER_LONG   4
> -+#define PR_BYTES_PER_FLOAT  4
> -+#define PR_BYTES_PER_DOUBLE 8
> -+#define PR_BYTES_PER_WORD   4
> -+#define PR_BYTES_PER_DWORD  8
> -+
> -+#define PR_BITS_PER_BYTE    8
> -+#define PR_BITS_PER_SHORT   16
> -+#define PR_BITS_PER_INT     32
> -+#define PR_BITS_PER_INT64   64
> -+#define PR_BITS_PER_LONG    32
> -+#define PR_BITS_PER_FLOAT   32
> -+#define PR_BITS_PER_DOUBLE  64
> -+#define PR_BITS_PER_WORD    32
> -+
> -+#define PR_BITS_PER_BYTE_LOG2   3
> -+#define PR_BITS_PER_SHORT_LOG2  4
> -+#define PR_BITS_PER_INT_LOG2    5
> -+#define PR_BITS_PER_INT64_LOG2  6
> -+#define PR_BITS_PER_LONG_LOG2   5
> -+#define PR_BITS_PER_FLOAT_LOG2  5
> -+#define PR_BITS_PER_DOUBLE_LOG2 6
> -+#define PR_BITS_PER_WORD_LOG2   5
> -+
> -+#define PR_ALIGN_OF_SHORT   2
> -+#define PR_ALIGN_OF_INT     4
> -+#define PR_ALIGN_OF_LONG    4
> -+#define PR_ALIGN_OF_INT64   8
> -+#define PR_ALIGN_OF_FLOAT   4
> -+#define PR_ALIGN_OF_DOUBLE  8
> -+#define PR_ALIGN_OF_POINTER 4
> -+#define PR_ALIGN_OF_WORD    4
> -+
> -+#define PR_BYTES_PER_WORD_LOG2  2
> -+#define PR_BYTES_PER_DWORD_LOG2 3
> -+
> -+#elif defined(__riscv) && (__riscv_xlen == 64)
> -+
> -+#undef  IS_BIG_ENDIAN
> -+#define IS_LITTLE_ENDIAN 1
> -+#define IS_64
> -+
> -+#define PR_BYTES_PER_BYTE   1
> -+#define PR_BYTES_PER_SHORT  2
> -+#define PR_BYTES_PER_INT    4
> -+#define PR_BYTES_PER_INT64  8
> -+#define PR_BYTES_PER_LONG   8
> -+#define PR_BYTES_PER_FLOAT  4
> -+#define PR_BYTES_PER_DOUBLE 8
> -+#define PR_BYTES_PER_WORD   8
> -+#define PR_BYTES_PER_DWORD  8
> -+
> -+#define PR_BITS_PER_BYTE    8
> -+#define PR_BITS_PER_SHORT   16
> -+#define PR_BITS_PER_INT     32
> -+#define PR_BITS_PER_INT64   64
> -+#define PR_BITS_PER_LONG    64
> -+#define PR_BITS_PER_FLOAT   32
> -+#define PR_BITS_PER_DOUBLE  64
> -+#define PR_BITS_PER_WORD    64
> -+
> -+#define PR_BITS_PER_BYTE_LOG2   3
> -+#define PR_BITS_PER_SHORT_LOG2  4
> -+#define PR_BITS_PER_INT_LOG2    5
> -+#define PR_BITS_PER_INT64_LOG2  6
> -+#define PR_BITS_PER_LONG_LOG2   6
> -+#define PR_BITS_PER_FLOAT_LOG2  5
> -+#define PR_BITS_PER_DOUBLE_LOG2 6
> -+#define PR_BITS_PER_WORD_LOG2   6
> -+
> -+#define PR_ALIGN_OF_SHORT   2
> -+#define PR_ALIGN_OF_INT     4
> -+#define PR_ALIGN_OF_LONG    8
> -+#define PR_ALIGN_OF_INT64   8
> -+#define PR_ALIGN_OF_FLOAT   4
> -+#define PR_ALIGN_OF_DOUBLE  8
> -+#define PR_ALIGN_OF_POINTER 8
> -+#define PR_ALIGN_OF_WORD    8
> -+
> -+#define PR_BYTES_PER_WORD_LOG2  3
> -+#define PR_BYTES_PER_DWORD_LOG2 3
> -+
> - #else
> -
> - #error "Unknown CPU architecture"
> -
> - #endif
> -
> - #ifndef HAVE_LONG_LONG
> - #define       HAVE_LONG_LONG
> -diff --git a/pr/include/md/_linux.h b/pr/include/md/_linux.h
> ---- a/pr/include/md/_linux.h
> -+++ b/pr/include/md/_linux.h
> -@@ -54,16 +54,20 @@
> - #elif defined(__avr32__)
> - #define _PR_SI_ARCHITECTURE "avr32"
> - #elif defined(__m32r__)
> - #define _PR_SI_ARCHITECTURE "m32r"
> - #elif defined(__nios2__)
> - #define _PR_SI_ARCHITECTURE "nios2"
> - #elif defined(__or1k__)
> - #define _PR_SI_ARCHITECTURE "or1k"
> -+#elif defined(__riscv) && (__riscv_xlen == 32)
> -+#define _PR_SI_ARCHITECTURE "riscv32"
> -+#elif defined(__riscv) && (__riscv_xlen == 64)
> -+#define _PR_SI_ARCHITECTURE "riscv64"
> - #else
> - #error "Unknown CPU architecture"
> - #endif
> - #define PR_DLL_SUFFIX         ".so"
> -
> - #define _PR_VMBASE              0x30000000
> - #define _PR_STACK_VMBASE      0x50000000
> - #define _MD_DEFAULT_STACK_SIZE        65536L
> -
> diff --git a/meta/recipes-support/nspr/nspr/remove-rpath-from-tests.patch
> b/meta/recipes-support/nspr/nspr/remove-rpath-from-tests.patch
> index ecc6d31..7ba59ed 100644
> --- a/meta/recipes-support/nspr/nspr/remove-rpath-from-tests.patch
> +++ b/meta/recipes-support/nspr/nspr/remove-rpath-from-tests.patch
> @@ -15,7 +15,7 @@ Index: nspr/pr/tests/Makefile.in
>  ===================================================================
>  --- nspr.orig/pr/tests/Makefile.in
>  +++ nspr/pr/tests/Makefile.in
> -@@ -315,7 +315,7 @@ ifeq ($(OS_ARCH), SunOS)
> +@@ -316,7 +316,7 @@ ifeq ($(OS_ARCH), SunOS)
>   endif # SunOS
>
>   ifeq (,$(filter-out Linux GNU GNU_%,$(OS_ARCH)))
> diff --git a/meta/recipes-support/nspr/nspr_4.19.bb
> b/meta/recipes-support/nspr/nspr_4.20.bb
> similarity index 95%
> rename from meta/recipes-support/nspr/nspr_4.19.bb
> rename to meta/recipes-support/nspr/nspr_4.20.bb
> index 0212be7..fe3b4bd 100644
> --- a/meta/recipes-support/nspr/nspr_4.19.bb
> +++ b/meta/recipes-support/nspr/nspr_4.20.bb
> @@ -11,7 +11,6 @@ SRC_URI = "
> http://ftp.mozilla.org/pub/nspr/releases/v${PV}/src/nspr-${PV}.tar.gz
>             file://remove-srcdir-from-configure-in.patch \
>             file://0002-Add-nios2-support.patch \
>             file://0001-md-Fix-build-with-musl.patch \
> -
>  file://0003-Add-type-definitions-for-the-RISC-V-architecture.patch \
>             file://0004-Add-ARC-support.patch \
>             file://nspr.pc.in \
>  "
> @@ -24,8 +23,8 @@ CACHED_CONFIGUREVARS_append_libc-musl = "
> CFLAGS='${CFLAGS} -D_PR_POLL_AVAILABLE
>  UPSTREAM_CHECK_URI = "http://ftp.mozilla.org/pub/nspr/releases/"
>  UPSTREAM_CHECK_REGEX = "v(?P<pver>\d+(\.\d+)+)/"
>
> -SRC_URI[md5sum] = "e1d27282ad6286b69d6b9fd07201d3dd"
> -SRC_URI[sha256sum] =
> "2ed95917fa2277910d1d1cf36030607dccc0ba522bba08e2af13c113dcd8f729"
> +SRC_URI[md5sum] = "1c198c7e73f6b0e2bb9153a644ba246b"
> +SRC_URI[sha256sum] =
> "2c8964913da89ffbaf464d49ce44d79e8804e1794ef9a8c52a7bff7224d1556e"
>
>  CVE_PRODUCT = "netscape_portable_runtime"
>
> --
> 2.7.4
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>

[-- Attachment #2: Type: text/html, Size: 13499 bytes --]

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

* Re: [PATCH 03/13] gnutls: update to 2.6.4
  2018-10-23  7:42     ` akuster808
@ 2018-11-01 10:02       ` Andre McCurdy
  0 siblings, 0 replies; 19+ messages in thread
From: Andre McCurdy @ 2018-11-01 10:02 UTC (permalink / raw)
  To: akuster808; +Cc: OE Core mailing list

On Tue, Oct 23, 2018 at 12:42 AM akuster808 <akuster808@gmail.com> wrote:
> On 10/22/18 9:06 PM, Andre McCurdy wrote:
> > On Mon, Oct 22, 2018 at 7:05 AM, Armin Kuster <akuster808@gmail.com> wrote:
> >> Notable change:
> >>
> >> libgnutls: Added the final (RFC8446) version numbering of the TLS1.3 protocol.
> >> see: https://lists.gnupg.org/pipermail/gnutls-help/2018-September/004457.html
> > Subject mentions 2.6.4 instead of 3.6.4
>
> Thanks for catching  that.

It looks like the v1 got merged to master-next instead of the v2 with
the corrected subject line.

> BR,
>
> Armin
>
> >
> >> Signed-off-by: Armin Kuster <akuster808@gmail.com>
> >> ---
> >>  meta/recipes-support/gnutls/{gnutls_3.6.3.bb => gnutls_3.6.4.bb} | 4 ++--
> >>  1 file changed, 2 insertions(+), 2 deletions(-)
> >>  rename meta/recipes-support/gnutls/{gnutls_3.6.3.bb => gnutls_3.6.4.bb} (93%)
> >>
> >> diff --git a/meta/recipes-support/gnutls/gnutls_3.6.3.bb b/meta/recipes-support/gnutls/gnutls_3.6.4.bb
> >> similarity index 93%
> >> rename from meta/recipes-support/gnutls/gnutls_3.6.3.bb
> >> rename to meta/recipes-support/gnutls/gnutls_3.6.4.bb
> >> index 441bbec..6d2a11d 100644
> >> --- a/meta/recipes-support/gnutls/gnutls_3.6.3.bb
> >> +++ b/meta/recipes-support/gnutls/gnutls_3.6.4.bb
> >> @@ -21,8 +21,8 @@ SRC_URI = "https://www.gnupg.org/ftp/gcrypt/gnutls/v${SHRT_VER}/gnutls-${PV}.tar
> >>             file://arm_eabi.patch \
> >>  "
> >>
> >> -SRC_URI[md5sum] = "d3b1b05c2546b80832101a423a80faf8"
> >> -SRC_URI[sha256sum] = "ed642b66a4ecf4851ab2d809cd1475c297b6201d8e8bd14b4d1c08b53ffca993"
> >> +SRC_URI[md5sum] = "63363d1c00601f4d11a5cadc8b5e0799"
> >> +SRC_URI[sha256sum] = "c663a792fbc84349c27c36059181f2ca86c9442e75ee8b0ad72f5f9b35deab3a"
> >>
> >>  inherit autotools texinfo binconfig pkgconfig gettext lib_package gtk-doc
> >>
> >> --
> >> 2.7.4
> >>
> >> --
> >> _______________________________________________
> >> Openembedded-core mailing list
> >> Openembedded-core@lists.openembedded.org
> >> http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

end of thread, other threads:[~2018-11-01 10:02 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-22 14:04 [PATCH 00/13] Master package updates Armin Kuster
2018-10-22 14:05 ` [PATCH 01/13] nss: update to 3.39 includes CVE-2018-12384 Armin Kuster
2018-10-22 14:05 ` [PATCH 02/13] nspr: Update to 4.20 Armin Kuster
2018-10-23 13:41   ` Khem Raj
2018-10-22 14:05 ` [PATCH 03/13] gnutls: update to 2.6.4 Armin Kuster
2018-10-22 20:06   ` Andre McCurdy
2018-10-23  7:42     ` akuster808
2018-11-01 10:02       ` Andre McCurdy
2018-10-22 14:05 ` [PATCH 04/13] libpcre2: update to 10.32 Armin Kuster
2018-10-22 14:05 ` [PATCH 05/13] curl: update to 7.61.1 Armin Kuster
2018-10-22 14:05 ` [PATCH 06/13] openssh: Update to 7.9 primarily bug fixes Armin Kuster
2018-10-22 14:05 ` [PATCH 07/13] libsm: update to 1.2.3 Armin Kuster
2018-10-22 14:05 ` [PATCH 08/13] libx11: update to 1.6.7 and sytle cleanup Armin Kuster
2018-10-22 14:05 ` [PATCH 09/13] libxcb: update to 1.13.1 Armin Kuster
2018-10-22 14:05 ` [PATCH 10/13] xkeyboard-config: update to 2.25 Armin Kuster
2018-10-22 14:05 ` [PATCH 11/13] xf86-input-libinput: update to 0.28.1 Armin Kuster
2018-10-22 14:05 ` [PATCH 12/13] tzcode: update to 2018f Armin Kuster
2018-10-22 14:05 ` [PATCH 13/13] tzdata: " Armin Kuster
2018-10-22 14:33 ` ✗ patchtest: failure for Master package updates (rev3) Patchwork

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.