All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Packages Upgrade
@ 2016-07-07  1:36 Robert Yang
  2016-07-07  1:37 ` [PATCH 1/7] debianutils: 4.7 -> 4.8 Robert Yang
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: Robert Yang @ 2016-07-07  1:36 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 53fcfe4348a2ca727844f2b0bd3fca2902cbdda0:

  lib/oeqa: add Galculator to SDK and runtime tests (2016-07-01 16:08:54 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib rbt/pu
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/pu

Robert Yang (7):
  debianutils: 4.7 -> 4.8
  e2fsprogs: 1.43 -> 1.43.1
  git: 2.8.4 -> 2.9.0
  gmp: 6.1.0 -> 6.1.1
  libpcre: 8.38 -> 8.39
  wget: 1.17.1 -> 1.18
  file: 5.27 -> 5.28

 .../{e2fsprogs_1.43.bb => e2fsprogs_1.43.1.bb}     |   4 +-
 meta/recipes-devtools/file/file/host-file.patch    |  32 ----
 .../file/{file_5.27.bb => file_5.28.bb}            |   3 +-
 meta/recipes-devtools/git/git_2.8.4.bb             |  11 --
 meta/recipes-devtools/git/git_2.9.0.bb             |  11 ++
 .../wget/{wget_1.17.1.bb => wget_1.18.bb}          |   4 +-
 .../{debianutils_4.7.bb => debianutils_4.8.bb}     |   6 +-
 ...user-provided-flags-to-the-auto-detected-.patch |   0
 .../gmp/{gmp-6.1.0 => gmp-6.1.1}/amd64.patch       |   0
 .../{gmp-6.1.0 => gmp-6.1.1}/use-includedir.patch  |   0
 .../gmp/{gmp_6.1.0.bb => gmp_6.1.1.bb}             |   4 +-
 .../libpcre/libpcre/CVE-2016-3191.patch            | 174 ---------------------
 .../libpcre/{libpcre_8.38.bb => libpcre_8.39.bb}   |   7 +-
 13 files changed, 23 insertions(+), 233 deletions(-)
 rename meta/recipes-devtools/e2fsprogs/{e2fsprogs_1.43.bb => e2fsprogs_1.43.1.bb} (98%)
 delete mode 100644 meta/recipes-devtools/file/file/host-file.patch
 rename meta/recipes-devtools/file/{file_5.27.bb => file_5.28.bb} (94%)
 delete mode 100644 meta/recipes-devtools/git/git_2.8.4.bb
 create mode 100644 meta/recipes-devtools/git/git_2.9.0.bb
 rename meta/recipes-extended/wget/{wget_1.17.1.bb => wget_1.18.bb} (53%)
 rename meta/recipes-support/debianutils/{debianutils_4.7.bb => debianutils_4.8.bb} (86%)
 rename meta/recipes-support/gmp/{gmp-6.1.0 => gmp-6.1.1}/0001-Append-the-user-provided-flags-to-the-auto-detected-.patch (100%)
 rename meta/recipes-support/gmp/{gmp-6.1.0 => gmp-6.1.1}/amd64.patch (100%)
 rename meta/recipes-support/gmp/{gmp-6.1.0 => gmp-6.1.1}/use-includedir.patch (100%)
 rename meta/recipes-support/gmp/{gmp_6.1.0.bb => gmp_6.1.1.bb} (87%)
 delete mode 100644 meta/recipes-support/libpcre/libpcre/CVE-2016-3191.patch
 rename meta/recipes-support/libpcre/{libpcre_8.38.bb => libpcre_8.39.bb} (91%)

-- 
2.9.0



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

* [PATCH 1/7] debianutils: 4.7 -> 4.8
  2016-07-07  1:36 [PATCH 0/7] Packages Upgrade Robert Yang
@ 2016-07-07  1:37 ` Robert Yang
  2016-07-07  1:37 ` [PATCH 2/7] e2fsprogs: 1.43 -> 1.43.1 Robert Yang
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 15+ messages in thread
From: Robert Yang @ 2016-07-07  1:37 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 .../debianutils/{debianutils_4.7.bb => debianutils_4.8.bb}          | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-support/debianutils/{debianutils_4.7.bb => debianutils_4.8.bb} (86%)

diff --git a/meta/recipes-support/debianutils/debianutils_4.7.bb b/meta/recipes-support/debianutils/debianutils_4.8.bb
similarity index 86%
rename from meta/recipes-support/debianutils/debianutils_4.7.bb
rename to meta/recipes-support/debianutils/debianutils_4.8.bb
index 6a1d5bf..d969fd3 100644
--- a/meta/recipes-support/debianutils/debianutils_4.7.bb
+++ b/meta/recipes-support/debianutils/debianutils_4.8.bb
@@ -3,13 +3,13 @@ SECTION = "base"
 LICENSE = "GPLv2 & SMAIL_GPL"
 LIC_FILES_CHKSUM = "file://debian/copyright;md5=f01a5203d50512fc4830b4332b696a9f"
 
-SRC_URI = "http://snapshot.debian.org/archive/debian/20160204T040501Z/pool/main/d/${BPN}/${BPN}_${PV}.tar.xz"
+SRC_URI = "http://snapshot.debian.org/archive/debian/20160629T224408Z/pool/main/d/${BPN}/${BPN}_${PV}.tar.xz"
 # the package is taken from snapshots.debian.org; that source is static and goes stale
 # so we check the latest upstream from a directory that does get updated
 UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/d/${BPN}/"
 
-SRC_URI[md5sum] = "00186f527b35e2cecd4db593c6d512d0"
-SRC_URI[sha256sum] = "a269cacd40f52f2fa5d5636357714a49e8538459c16d77772efaa23711fe53d9"
+SRC_URI[md5sum] = "66a37e5ff17be431319bd0b43e9a46b5"
+SRC_URI[sha256sum] = "afa95bbe6b6fd3ef3c0c838b2d7232f09fabeff593ca4b5583cffa6748567ee2"
 
 inherit autotools update-alternatives
 
-- 
2.9.0



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

* [PATCH 2/7] e2fsprogs: 1.43 -> 1.43.1
  2016-07-07  1:36 [PATCH 0/7] Packages Upgrade Robert Yang
  2016-07-07  1:37 ` [PATCH 1/7] debianutils: 4.7 -> 4.8 Robert Yang
@ 2016-07-07  1:37 ` Robert Yang
  2016-07-07  7:54   ` Andre McCurdy
  2016-07-07  1:37 ` [PATCH 3/7] git: 2.8.4 -> 2.9.0 Robert Yang
                   ` (4 subsequent siblings)
  6 siblings, 1 reply; 15+ messages in thread
From: Robert Yang @ 2016-07-07  1:37 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 .../e2fsprogs/{e2fsprogs_1.43.bb => e2fsprogs_1.43.1.bb}              | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
 rename meta/recipes-devtools/e2fsprogs/{e2fsprogs_1.43.bb => e2fsprogs_1.43.1.bb} (98%)

diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.1.bb
similarity index 98%
rename from meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.bb
rename to meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.1.bb
index e82124b..ba11690 100644
--- a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.bb
+++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.1.bb
@@ -1,7 +1,5 @@
 require e2fsprogs.inc
 
-PR = "r1"
-
 SRC_URI += "file://acinclude.m4 \
             file://remove.ldconfig.call.patch \
             file://quiet-debugfs.patch \
@@ -11,7 +9,7 @@ SRC_URI += "file://acinclude.m4 \
             file://Revert-mke2fs-enable-the-metadata_csum-and-64bit-fea.patch \
 "
 
-SRCREV = "d6adf070b0e85f209c0d7f310188b134b5cb7180"
+SRCREV = "48203a389d2d9f45dd0768f0963cb2b3ffbc12df"
 UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+\.\d+(\.\d+)*)$"
 
 EXTRA_OECONF += "--libdir=${base_libdir} --sbindir=${base_sbindir} \
-- 
2.9.0



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

* [PATCH 3/7] git: 2.8.4 -> 2.9.0
  2016-07-07  1:36 [PATCH 0/7] Packages Upgrade Robert Yang
  2016-07-07  1:37 ` [PATCH 1/7] debianutils: 4.7 -> 4.8 Robert Yang
  2016-07-07  1:37 ` [PATCH 2/7] e2fsprogs: 1.43 -> 1.43.1 Robert Yang
@ 2016-07-07  1:37 ` Robert Yang
  2016-07-07 13:14   ` Dan McGregor
  2016-07-07  1:37 ` [PATCH 4/7] gmp: 6.1.0 -> 6.1.1 Robert Yang
                   ` (3 subsequent siblings)
  6 siblings, 1 reply; 15+ messages in thread
From: Robert Yang @ 2016-07-07  1:37 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 meta/recipes-devtools/git/git_2.8.4.bb | 11 -----------
 meta/recipes-devtools/git/git_2.9.0.bb | 11 +++++++++++
 2 files changed, 11 insertions(+), 11 deletions(-)
 delete mode 100644 meta/recipes-devtools/git/git_2.8.4.bb
 create mode 100644 meta/recipes-devtools/git/git_2.9.0.bb

diff --git a/meta/recipes-devtools/git/git_2.8.4.bb b/meta/recipes-devtools/git/git_2.8.4.bb
deleted file mode 100644
index 7f3a89b..0000000
--- a/meta/recipes-devtools/git/git_2.8.4.bb
+++ /dev/null
@@ -1,11 +0,0 @@
-require git.inc
-
-EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no \
-                 ac_cv_fread_reads_directories=${ac_cv_fread_reads_directories=yes} \
-                 "
-EXTRA_OEMAKE += "NO_GETTEXT=1"
-
-SRC_URI[tarball.md5sum] = "51e5a6b8b7f834b27d91d2268ae10a9c"
-SRC_URI[tarball.sha256sum] = "626e319f8a24fc0866167ea5f6bf3e2f38f69d6cb2e59e150f13709ca3ebf301"
-SRC_URI[manpages.md5sum] = "c4d17feb686ff9be3d6f8762a89cdafe"
-SRC_URI[manpages.sha256sum] = "953a8eadaf4ae96dbad2c3ec12384c677416843917ef83d94b98367ffd55afc0"
diff --git a/meta/recipes-devtools/git/git_2.9.0.bb b/meta/recipes-devtools/git/git_2.9.0.bb
new file mode 100644
index 0000000..5a04715
--- /dev/null
+++ b/meta/recipes-devtools/git/git_2.9.0.bb
@@ -0,0 +1,11 @@
+require git.inc
+
+EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no \
+                 ac_cv_fread_reads_directories=${ac_cv_fread_reads_directories=yes} \
+                 "
+EXTRA_OEMAKE += "NO_GETTEXT=1"
+
+SRC_URI[tarball.md5sum] = "c982d63b69c1206c1b9d28de31520775"
+SRC_URI[tarball.sha256sum] = "bff7560f5602fcd8e37669e0f65ef08c6edc996e4f324e4ed6bb8a84765e30bd"
+SRC_URI[manpages.md5sum] = "6945b85d17929691327dc12e7d1e0cbd"
+SRC_URI[manpages.sha256sum] = "35ba69a8560529aa837e395a6d6c8d42f4d29b40a3c1cc6e3dc69bb1faadb332"
-- 
2.9.0



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

* [PATCH 4/7] gmp: 6.1.0 -> 6.1.1
  2016-07-07  1:36 [PATCH 0/7] Packages Upgrade Robert Yang
                   ` (2 preceding siblings ...)
  2016-07-07  1:37 ` [PATCH 3/7] git: 2.8.4 -> 2.9.0 Robert Yang
@ 2016-07-07  1:37 ` Robert Yang
  2016-07-07  1:37 ` [PATCH 5/7] libpcre: 8.38 -> 8.39 Robert Yang
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 15+ messages in thread
From: Robert Yang @ 2016-07-07  1:37 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 .../0001-Append-the-user-provided-flags-to-the-auto-detected-.patch   | 0
 meta/recipes-support/gmp/{gmp-6.1.0 => gmp-6.1.1}/amd64.patch         | 0
 .../recipes-support/gmp/{gmp-6.1.0 => gmp-6.1.1}/use-includedir.patch | 0
 meta/recipes-support/gmp/{gmp_6.1.0.bb => gmp_6.1.1.bb}               | 4 ++--
 4 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/gmp/{gmp-6.1.0 => gmp-6.1.1}/0001-Append-the-user-provided-flags-to-the-auto-detected-.patch (100%)
 rename meta/recipes-support/gmp/{gmp-6.1.0 => gmp-6.1.1}/amd64.patch (100%)
 rename meta/recipes-support/gmp/{gmp-6.1.0 => gmp-6.1.1}/use-includedir.patch (100%)
 rename meta/recipes-support/gmp/{gmp_6.1.0.bb => gmp_6.1.1.bb} (87%)

diff --git a/meta/recipes-support/gmp/gmp-6.1.0/0001-Append-the-user-provided-flags-to-the-auto-detected-.patch b/meta/recipes-support/gmp/gmp-6.1.1/0001-Append-the-user-provided-flags-to-the-auto-detected-.patch
similarity index 100%
rename from meta/recipes-support/gmp/gmp-6.1.0/0001-Append-the-user-provided-flags-to-the-auto-detected-.patch
rename to meta/recipes-support/gmp/gmp-6.1.1/0001-Append-the-user-provided-flags-to-the-auto-detected-.patch
diff --git a/meta/recipes-support/gmp/gmp-6.1.0/amd64.patch b/meta/recipes-support/gmp/gmp-6.1.1/amd64.patch
similarity index 100%
rename from meta/recipes-support/gmp/gmp-6.1.0/amd64.patch
rename to meta/recipes-support/gmp/gmp-6.1.1/amd64.patch
diff --git a/meta/recipes-support/gmp/gmp-6.1.0/use-includedir.patch b/meta/recipes-support/gmp/gmp-6.1.1/use-includedir.patch
similarity index 100%
rename from meta/recipes-support/gmp/gmp-6.1.0/use-includedir.patch
rename to meta/recipes-support/gmp/gmp-6.1.1/use-includedir.patch
diff --git a/meta/recipes-support/gmp/gmp_6.1.0.bb b/meta/recipes-support/gmp/gmp_6.1.1.bb
similarity index 87%
rename from meta/recipes-support/gmp/gmp_6.1.0.bb
rename to meta/recipes-support/gmp/gmp_6.1.1.bb
index 9acf5cf..1df9b06 100644
--- a/meta/recipes-support/gmp/gmp_6.1.0.bb
+++ b/meta/recipes-support/gmp/gmp_6.1.1.bb
@@ -14,8 +14,8 @@ SRC_URI = "https://gmplib.org/download/${BPN}/${BP}${REVISION}.tar.bz2 \
            file://0001-Append-the-user-provided-flags-to-the-auto-detected-.patch \
            "
 
-SRC_URI[md5sum] = "86ee6e54ebfc4a90b643a65e402c4048"
-SRC_URI[sha256sum] = "498449a994efeba527885c10405993427995d3f86b8768d8cdf8d9dd7c6b73e8"
+SRC_URI[md5sum] = "4c175f86e11eb32d8bf9872ca3a8e11d"
+SRC_URI[sha256sum] = "a8109865f2893f1373b0a8ed5ff7429de8db696fc451b1036bd7bdf95bbeffd6"
 
 acpaths = ""
 
-- 
2.9.0



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

* [PATCH 5/7] libpcre: 8.38 -> 8.39
  2016-07-07  1:36 [PATCH 0/7] Packages Upgrade Robert Yang
                   ` (3 preceding siblings ...)
  2016-07-07  1:37 ` [PATCH 4/7] gmp: 6.1.0 -> 6.1.1 Robert Yang
@ 2016-07-07  1:37 ` Robert Yang
  2016-07-07  1:37 ` [PATCH 6/7] wget: 1.17.1 -> 1.18 Robert Yang
  2016-07-07  1:37 ` [PATCH 7/7] file: 5.27 -> 5.28 Robert Yang
  6 siblings, 0 replies; 15+ messages in thread
From: Robert Yang @ 2016-07-07  1:37 UTC (permalink / raw)
  To: openembedded-core

* Remove CVE-2016-3191.patch which is already in the source.
* The LIC_FILES_CHKSUM is changed since it has updated the date from
  2015 to 2016, the contents are the same.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 .../libpcre/libpcre/CVE-2016-3191.patch            | 174 ---------------------
 .../libpcre/{libpcre_8.38.bb => libpcre_8.39.bb}   |   7 +-
 2 files changed, 3 insertions(+), 178 deletions(-)
 delete mode 100644 meta/recipes-support/libpcre/libpcre/CVE-2016-3191.patch
 rename meta/recipes-support/libpcre/{libpcre_8.38.bb => libpcre_8.39.bb} (91%)

diff --git a/meta/recipes-support/libpcre/libpcre/CVE-2016-3191.patch b/meta/recipes-support/libpcre/libpcre/CVE-2016-3191.patch
deleted file mode 100644
index ba8cbfd..0000000
--- a/meta/recipes-support/libpcre/libpcre/CVE-2016-3191.patch
+++ /dev/null
@@ -1,174 +0,0 @@
-From 568fcc16a0a335250aee06a104fc5df98d2a8779 Mon Sep 17 00:00:00 2001
-From: Ismo Puustinen <ismo.puustinen@intel.com>
-Date: Wed, 4 May 2016 15:43:22 +0300
-Subject: [PATCH] Fix workspace overflow for (*ACCEPT) with deeply nested
- parentheses.
-
-The patch is from libpcre version control at
-http://vcs.pcre.org/pcre?view=revision&revision=1631 with the ChangeLog
-part removed. Original author is Philip Hazel.
-
-Upstream-Status: Accepted [8.39]
-CVE: CVE-2016-3191
-
-Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com>
----
- pcre_compile.c           | 23 +++++++++++++++++++----
- pcre_internal.h          |  4 ++--
- pcreposix.c              |  5 +++--
- testdata/testinput11     |  2 ++
- testdata/testoutput11-16 |  3 +++
- testdata/testoutput11-32 |  3 +++
- testdata/testoutput11-8  |  3 +++
- 7 files changed, 35 insertions(+), 8 deletions(-)
-
-diff --git a/pcre_compile.c b/pcre_compile.c
-index 4d3b313..1bc2b7f 100644
---- a/pcre_compile.c
-+++ b/pcre_compile.c
-@@ -6,7 +6,7 @@
- and semantics are as close as possible to those of the Perl 5 language.
- 
-                        Written by Philip Hazel
--           Copyright (c) 1997-2014 University of Cambridge
-+           Copyright (c) 1997-2016 University of Cambridge
- 
- -----------------------------------------------------------------------------
- Redistribution and use in source and binary forms, with or without
-@@ -560,6 +560,7 @@ static const char error_texts[] =
-   /* 85 */
-   "parentheses are too deeply nested (stack check)\0"
-   "digits missing in \\x{} or \\o{}\0"
-+  "regular expression is too complicated\0"
-   ;
- 
- /* Table to identify digits and hex digits. This is used when compiling
-@@ -4591,7 +4592,8 @@ for (;; ptr++)
-     if (code > cd->start_workspace + cd->workspace_size -
-         WORK_SIZE_SAFETY_MARGIN)                       /* Check for overrun */
-       {
--      *errorcodeptr = ERR52;
-+      *errorcodeptr = (code >= cd->start_workspace + cd->workspace_size)?
-+        ERR52 : ERR87;
-       goto FAILED;
-       }
- 
-@@ -6604,8 +6606,21 @@ for (;; ptr++)
-             cd->had_accept = TRUE;
-             for (oc = cd->open_caps; oc != NULL; oc = oc->next)
-               {
--              *code++ = OP_CLOSE;
--              PUT2INC(code, 0, oc->number);
-+              if (lengthptr != NULL)
-+                {
-+#ifdef COMPILE_PCRE8
-+                *lengthptr += 1 + IMM2_SIZE;
-+#elif defined COMPILE_PCRE16
-+                *lengthptr += 2 + IMM2_SIZE;
-+#elif defined COMPILE_PCRE32
-+                *lengthptr += 4 + IMM2_SIZE;
-+#endif
-+                }
-+              else
-+                {
-+                *code++ = OP_CLOSE;
-+                PUT2INC(code, 0, oc->number);
-+                }
-               }
-             setverb = *code++ =
-               (cd->assert_depth > 0)? OP_ASSERT_ACCEPT : OP_ACCEPT;
-diff --git a/pcre_internal.h b/pcre_internal.h
-index f7a5ee7..dbfe80e 100644
---- a/pcre_internal.h
-+++ b/pcre_internal.h
-@@ -7,7 +7,7 @@
- and semantics are as close as possible to those of the Perl 5 language.
- 
-                        Written by Philip Hazel
--           Copyright (c) 1997-2014 University of Cambridge
-+           Copyright (c) 1997-2016 University of Cambridge
- 
- -----------------------------------------------------------------------------
- Redistribution and use in source and binary forms, with or without
-@@ -2289,7 +2289,7 @@ enum { ERR0,  ERR1,  ERR2,  ERR3,  ERR4,  ERR5,  ERR6,  ERR7,  ERR8,  ERR9,
-        ERR50, ERR51, ERR52, ERR53, ERR54, ERR55, ERR56, ERR57, ERR58, ERR59,
-        ERR60, ERR61, ERR62, ERR63, ERR64, ERR65, ERR66, ERR67, ERR68, ERR69,
-        ERR70, ERR71, ERR72, ERR73, ERR74, ERR75, ERR76, ERR77, ERR78, ERR79,
--       ERR80, ERR81, ERR82, ERR83, ERR84, ERR85, ERR86, ERRCOUNT };
-+       ERR80, ERR81, ERR82, ERR83, ERR84, ERR85, ERR86, ERR87, ERRCOUNT };
- 
- /* JIT compiling modes. The function list is indexed by them. */
- 
-diff --git a/pcreposix.c b/pcreposix.c
-index f024423..5736c65 100644
---- a/pcreposix.c
-+++ b/pcreposix.c
-@@ -6,7 +6,7 @@
- and semantics are as close as possible to those of the Perl 5 language.
- 
-                        Written by Philip Hazel
--           Copyright (c) 1997-2014 University of Cambridge
-+           Copyright (c) 1997-2016 University of Cambridge
- 
- -----------------------------------------------------------------------------
- Redistribution and use in source and binary forms, with or without
-@@ -173,7 +173,8 @@ static const int eint[] = {
-   REG_BADPAT,  /* group name must start with a non-digit */
-   /* 85 */
-   REG_BADPAT,  /* parentheses too deeply nested (stack check) */
--  REG_BADPAT   /* missing digits in \x{} or \o{} */
-+  REG_BADPAT,  /* missing digits in \x{} or \o{} */
-+  REG_BADPAT   /* pattern too complicated */
- };
- 
- /* Table of texts corresponding to POSIX error codes */
-diff --git a/testdata/testinput11 b/testdata/testinput11
-index ac9d228..6f0989a 100644
---- a/testdata/testinput11
-+++ b/testdata/testinput11
-@@ -138,4 +138,6 @@ is required for these tests. --/
- 
- /.((?2)(?R)\1)()/B
- 
-+/([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00](*ACCEPT)/
-+
- /-- End of testinput11 --/
-diff --git a/testdata/testoutput11-16 b/testdata/testoutput11-16
-index 9a0a12d..6e8ff4c 100644
---- a/testdata/testoutput11-16
-+++ b/testdata/testoutput11-16
-@@ -765,4 +765,7 @@ Memory allocation (code space): 14
-  25     End
- ------------------------------------------------------------------
- 
-+/([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00](*ACCEPT)/
-+Failed: regular expression is too complicated at offset 490
-+
- /-- End of testinput11 --/
-diff --git a/testdata/testoutput11-32 b/testdata/testoutput11-32
-index 57e5da0..710646b 100644
---- a/testdata/testoutput11-32
-+++ b/testdata/testoutput11-32
-@@ -765,4 +765,7 @@ Memory allocation (code space): 28
-  25     End
- ------------------------------------------------------------------
- 
-+/([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00](*ACCEPT)/
-+Failed: missing ) at offset 509
-+
- /-- End of testinput11 --/
-diff --git a/testdata/testoutput11-8 b/testdata/testoutput11-8
-index 748548a..173fc33 100644
---- a/testdata/testoutput11-8
-+++ b/testdata/testoutput11-8
-@@ -765,4 +765,7 @@ Memory allocation (code space): 10
-  38     End
- ------------------------------------------------------------------
- 
-+/([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00]([00](*ACCEPT)/
-+Failed: missing ) at offset 509
-+
- /-- End of testinput11 --/
--- 
-2.5.5
-
diff --git a/meta/recipes-support/libpcre/libpcre_8.38.bb b/meta/recipes-support/libpcre/libpcre_8.39.bb
similarity index 91%
rename from meta/recipes-support/libpcre/libpcre_8.38.bb
rename to meta/recipes-support/libpcre/libpcre_8.39.bb
index e4cd375..129076a 100644
--- a/meta/recipes-support/libpcre/libpcre_8.38.bb
+++ b/meta/recipes-support/libpcre/libpcre_8.39.bb
@@ -6,17 +6,16 @@ SUMMARY = "Perl Compatible Regular Expressions"
 HOMEPAGE = "http://www.pcre.org"
 SECTION = "devel"
 LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://LICENCE;md5=7e4937814aee14758c1c95b59c80c44d"
+LIC_FILES_CHKSUM = "file://LICENCE;md5=b8221cbf43c5587f90ccf228f1185cc2"
 SRC_URI = "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-${PV}.tar.bz2 \
            file://pcre-cross.patch \
            file://fix-pcre-name-collision.patch \
-           file://CVE-2016-3191.patch \
            file://run-ptest \
            file://Makefile \
 "
 
-SRC_URI[md5sum] = "00aabbfe56d5a48b270f999b508c5ad2"
-SRC_URI[sha256sum] = "b9e02d36e23024d6c02a2e5b25204b3a4fa6ade43e0a5f869f254f49535079df"
+SRC_URI[md5sum] = "e3fca7650a0556a2647821679d81f585"
+SRC_URI[sha256sum] = "b858099f82483031ee02092711689e7245586ada49e534a06e678b8ea9549e8b"
 
 S = "${WORKDIR}/pcre-${PV}"
 
-- 
2.9.0



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

* [PATCH 6/7] wget: 1.17.1 -> 1.18
  2016-07-07  1:36 [PATCH 0/7] Packages Upgrade Robert Yang
                   ` (4 preceding siblings ...)
  2016-07-07  1:37 ` [PATCH 5/7] libpcre: 8.38 -> 8.39 Robert Yang
@ 2016-07-07  1:37 ` Robert Yang
  2016-07-07  1:37 ` [PATCH 7/7] file: 5.27 -> 5.28 Robert Yang
  6 siblings, 0 replies; 15+ messages in thread
From: Robert Yang @ 2016-07-07  1:37 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 meta/recipes-extended/wget/{wget_1.17.1.bb => wget_1.18.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/wget/{wget_1.17.1.bb => wget_1.18.bb} (53%)

diff --git a/meta/recipes-extended/wget/wget_1.17.1.bb b/meta/recipes-extended/wget/wget_1.18.bb
similarity index 53%
rename from meta/recipes-extended/wget/wget_1.17.1.bb
rename to meta/recipes-extended/wget/wget_1.18.bb
index dca5d1f..c969b98 100644
--- a/meta/recipes-extended/wget/wget_1.17.1.bb
+++ b/meta/recipes-extended/wget/wget_1.18.bb
@@ -2,7 +2,7 @@ SRC_URI = "${GNU_MIRROR}/wget/wget-${PV}.tar.gz \
            file://0001-Unset-need_charset_alias-when-building-for-musl.patch \
           "
 
-SRC_URI[md5sum] = "a6a908c9ae0e6a4194c628974cc3f05a"
-SRC_URI[sha256sum] = "029fbb93bdc1c0c5a7507b6076a6ec2f8d34204a85aa87e5b2f61a9405b290f5"
+SRC_URI[md5sum] = "fc2debd8399e3b933a9b226794e2a886"
+SRC_URI[sha256sum] = "a00a65fab84cc46e24c53ce88c45604668a7a479276e037dc2f558e34717fb2d"
 
 require wget.inc
-- 
2.9.0



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

* [PATCH 7/7] file: 5.27 -> 5.28
  2016-07-07  1:36 [PATCH 0/7] Packages Upgrade Robert Yang
                   ` (5 preceding siblings ...)
  2016-07-07  1:37 ` [PATCH 6/7] wget: 1.17.1 -> 1.18 Robert Yang
@ 2016-07-07  1:37 ` Robert Yang
  6 siblings, 0 replies; 15+ messages in thread
From: Robert Yang @ 2016-07-07  1:37 UTC (permalink / raw)
  To: openembedded-core

Remove host-file.patch which is already in the source.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 meta/recipes-devtools/file/file/host-file.patch    | 32 ----------------------
 .../file/{file_5.27.bb => file_5.28.bb}            |  3 +-
 2 files changed, 1 insertion(+), 34 deletions(-)
 delete mode 100644 meta/recipes-devtools/file/file/host-file.patch
 rename meta/recipes-devtools/file/{file_5.27.bb => file_5.28.bb} (94%)

diff --git a/meta/recipes-devtools/file/file/host-file.patch b/meta/recipes-devtools/file/file/host-file.patch
deleted file mode 100644
index a7efbdc..0000000
--- a/meta/recipes-devtools/file/file/host-file.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-Upstream-Status: Submitted (http://bugs.gw.com/view.php?id=485)
-Signed-off-by: Ross Burton <ross.burton@intel.com>
-
-From 3cde199d03b39632361c275cd30fa0612a03138b Mon Sep 17 00:00:00 2001
-From: Ross Burton <ross.burton@intel.com>
-Date: Mon, 19 Oct 2015 10:30:57 +0100
-Subject: [PATCH 2/2] When using the host file, respect FILE_COMPILE
-
-If we're cross-compiling and not using the file binary that was just built,
-execute the binary that we've been told to use (via FILE_COMPILE) when checking
-the version instead of assuming that "file" is correct as the actual compile
-uses FILE_COMPILE so different binaries may be used.
----
- magic/Makefile.am | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/magic/Makefile.am b/magic/Makefile.am
-index 89ac844..67067fe 100644
---- a/magic/Makefile.am
-+++ b/magic/Makefile.am
-@@ -293,7 +293,7 @@ ${MAGIC}: $(EXTRA_DIST) $(FILE_COMPILE_DEP)
- 	@(if expr "${FILE_COMPILE}" : '.*/.*' > /dev/null; then \
- 	    echo "Using ${FILE_COMPILE} to generate ${MAGIC}" > /dev/null; \
- 	  else \
--	    v=$$(file --version | sed -e s/file-// -e q); \
-+	    v=$$(${FILE_COMPILE} --version | sed -e s/file-// -e q); \
- 	    if [ "$$v" != "${PACKAGE_VERSION}" ]; then \
- 		echo "Cannot use the installed version of file ($$v) to"; \
- 		echo "cross-compile file ${PACKAGE_VERSION}"; \
--- 
-2.1.4
-
diff --git a/meta/recipes-devtools/file/file_5.27.bb b/meta/recipes-devtools/file/file_5.28.bb
similarity index 94%
rename from meta/recipes-devtools/file/file_5.27.bb
rename to meta/recipes-devtools/file/file_5.28.bb
index d1bbf6b..516c8c5 100644
--- a/meta/recipes-devtools/file/file_5.27.bb
+++ b/meta/recipes-devtools/file/file_5.28.bb
@@ -17,10 +17,9 @@ UPSTREAM_CHECK_GITTAGREGEX = "FILE(?P<pver>(?!6_23).+)"
 SRC_URI = "git://github.com/file/file.git \
         file://debian-742262.patch \
         file://0001-Add-P-prompt-into-Usage-info.patch \
-        file://host-file.patch \
         "
 
-SRCREV = "72da5ae78ed7b5ecbbe84c36ddb493f7907099bc"
+SRCREV = "3c521817322a6bf5160cfeb09b9145ccde587b2a"
 S = "${WORKDIR}/git"
 
 inherit autotools
-- 
2.9.0



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

* Re: [PATCH 2/7] e2fsprogs: 1.43 -> 1.43.1
  2016-07-07  1:37 ` [PATCH 2/7] e2fsprogs: 1.43 -> 1.43.1 Robert Yang
@ 2016-07-07  7:54   ` Andre McCurdy
  2016-07-07  9:53     ` Burton, Ross
  0 siblings, 1 reply; 15+ messages in thread
From: Andre McCurdy @ 2016-07-07  7:54 UTC (permalink / raw)
  To: Robert Yang; +Cc: OE Core mailing list

On Wed, Jul 6, 2016 at 6:37 PM, Robert Yang <liezhi.yang@windriver.com> wrote:
> Signed-off-by: Robert Yang <liezhi.yang@windriver.com>

Based on the e2fsprogs release notes, v1.43.1 adds a new configure
option, --enable-hardening

  http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.43.1

It might be nice to either enable that by default, or provide a
PACKAGECONFIG to control it (and in either case, verify that it
doesn't conflict with security_flags.inc).

> ---
>  .../e2fsprogs/{e2fsprogs_1.43.bb => e2fsprogs_1.43.1.bb}              | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
>  rename meta/recipes-devtools/e2fsprogs/{e2fsprogs_1.43.bb => e2fsprogs_1.43.1.bb} (98%)
>
> diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.1.bb
> similarity index 98%
> rename from meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.bb
> rename to meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.1.bb
> index e82124b..ba11690 100644
> --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.bb
> +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.1.bb
> @@ -1,7 +1,5 @@
>  require e2fsprogs.inc
>
> -PR = "r1"
> -
>  SRC_URI += "file://acinclude.m4 \
>              file://remove.ldconfig.call.patch \
>              file://quiet-debugfs.patch \
> @@ -11,7 +9,7 @@ SRC_URI += "file://acinclude.m4 \
>              file://Revert-mke2fs-enable-the-metadata_csum-and-64bit-fea.patch \
>  "
>
> -SRCREV = "d6adf070b0e85f209c0d7f310188b134b5cb7180"
> +SRCREV = "48203a389d2d9f45dd0768f0963cb2b3ffbc12df"
>  UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+\.\d+(\.\d+)*)$"
>
>  EXTRA_OECONF += "--libdir=${base_libdir} --sbindir=${base_sbindir} \
> --
> 2.9.0
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

* Re: [PATCH 2/7] e2fsprogs: 1.43 -> 1.43.1
  2016-07-07  7:54   ` Andre McCurdy
@ 2016-07-07  9:53     ` Burton, Ross
  2016-07-12 11:46       ` Robert Yang
  0 siblings, 1 reply; 15+ messages in thread
From: Burton, Ross @ 2016-07-07  9:53 UTC (permalink / raw)
  To: Andre McCurdy; +Cc: OE Core mailing list

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

On 7 July 2016 at 08:54, Andre McCurdy <armccurdy@gmail.com> wrote:

> Based on the e2fsprogs release notes, v1.43.1 adds a new configure
> option, --enable-hardening
>
>   http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.43.1
>
> It might be nice to either enable that by default, or provide a
> PACKAGECONFIG to control it (and in either case, verify that it
> doesn't conflict with security_flags.inc).
>

I'd lean toward enabling by default and then nullifying security_flags,
assuming that the latter is effectively the same as the former, considering
that the flags are supported upstream.

Ross

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

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

* Re: [PATCH 3/7] git: 2.8.4 -> 2.9.0
  2016-07-07  1:37 ` [PATCH 3/7] git: 2.8.4 -> 2.9.0 Robert Yang
@ 2016-07-07 13:14   ` Dan McGregor
  2016-07-11 21:11     ` Burton, Ross
  0 siblings, 1 reply; 15+ messages in thread
From: Dan McGregor @ 2016-07-07 13:14 UTC (permalink / raw)
  To: Robert Yang; +Cc: Patches and discussions about the oe-core layer

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

On 6 Jul 2016 7:37 p.m., "Robert Yang" <liezhi.yang@windriver.com> wrote:
>
> Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
> ---
>  meta/recipes-devtools/git/git_2.8.4.bb | 11 -----------
>  meta/recipes-devtools/git/git_2.9.0.bb | 11 +++++++++++
>  2 files changed, 11 insertions(+), 11 deletions(-)
>  delete mode 100644 meta/recipes-devtools/git/git_2.8.4.bb
>  create mode 100644 meta/recipes-devtools/git/git_2.9.0.bb
>
> diff --git a/meta/recipes-devtools/git/git_2.8.4.bb
b/meta/recipes-devtools/git/git_2.8.4.bb
> deleted file mode 100644
> index 7f3a89b..0000000
> --- a/meta/recipes-devtools/git/git_2.8.4.bb
> +++ /dev/null
> @@ -1,11 +0,0 @@
> -require git.inc
> -
> -EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no \
> -
 ac_cv_fread_reads_directories=${ac_cv_fread_reads_directories=yes} \
> -                 "
> -EXTRA_OEMAKE += "NO_GETTEXT=1"
> -
> -SRC_URI[tarball.md5sum] = "51e5a6b8b7f834b27d91d2268ae10a9c"
> -SRC_URI[tarball.sha256sum] =
"626e319f8a24fc0866167ea5f6bf3e2f38f69d6cb2e59e150f13709ca3ebf301"
> -SRC_URI[manpages.md5sum] = "c4d17feb686ff9be3d6f8762a89cdafe"
> -SRC_URI[manpages.sha256sum] =
"953a8eadaf4ae96dbad2c3ec12384c677416843917ef83d94b98367ffd55afc0"
> diff --git a/meta/recipes-devtools/git/git_2.9.0.bb
b/meta/recipes-devtools/git/git_2.9.0.bb
> new file mode 100644
> index 0000000..5a04715
> --- /dev/null
> +++ b/meta/recipes-devtools/git/git_2.9.0.bb
> @@ -0,0 +1,11 @@
> +require git.inc
> +
> +EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no \
> +
 ac_cv_fread_reads_directories=${ac_cv_fread_reads_directories=yes} \
> +                 "
> +EXTRA_OEMAKE += "NO_GETTEXT=1"
> +
> +SRC_URI[tarball.md5sum] = "c982d63b69c1206c1b9d28de31520775"
> +SRC_URI[tarball.sha256sum] =
"bff7560f5602fcd8e37669e0f65ef08c6edc996e4f324e4ed6bb8a84765e30bd"
> +SRC_URI[manpages.md5sum] = "6945b85d17929691327dc12e7d1e0cbd"
> +SRC_URI[manpages.sha256sum] =
"35ba69a8560529aa837e395a6d6c8d42f4d29b40a3c1cc6e3dc69bb1faadb332"
> --
> 2.9.0
>
> --
>

I have no real objection to this.. in fact I've done it locally. But I do
think we should wait for 2.9.1. It should be released soon hopefully.

_______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core

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

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

* Re: [PATCH 3/7] git: 2.8.4 -> 2.9.0
  2016-07-07 13:14   ` Dan McGregor
@ 2016-07-11 21:11     ` Burton, Ross
  2016-07-12 12:05       ` Robert Yang
  0 siblings, 1 reply; 15+ messages in thread
From: Burton, Ross @ 2016-07-11 21:11 UTC (permalink / raw)
  To: Dan McGregor; +Cc: Patches and discussions about the oe-core layer

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

On 7 July 2016 at 14:14, Dan McGregor <danismostlikely@gmail.com> wrote:

> I have no real objection to this.. in fact I've done it locally. But I do
> think we should wait for 2.9.1. It should be released soon hopefully.
>
2.9.1 was just released, fwiw.  2.9.0 is in my staging branch so will be in
master this week (fingers crossed) unless someone beats me with a tested
2.9.1.

Ross

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

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

* Re: [PATCH 2/7] e2fsprogs: 1.43 -> 1.43.1
  2016-07-07  9:53     ` Burton, Ross
@ 2016-07-12 11:46       ` Robert Yang
  0 siblings, 0 replies; 15+ messages in thread
From: Robert Yang @ 2016-07-12 11:46 UTC (permalink / raw)
  To: Burton, Ross, Andre McCurdy; +Cc: OE Core mailing list



On 07/07/2016 05:53 PM, Burton, Ross wrote:
>
> On 7 July 2016 at 08:54, Andre McCurdy <armccurdy@gmail.com
> <mailto:armccurdy@gmail.com>> wrote:
>
>     Based on the e2fsprogs release notes, v1.43.1 adds a new configure
>     option, --enable-hardening
>
>     http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.43.1
>
>     It might be nice to either enable that by default, or provide a
>     PACKAGECONFIG to control it (and in either case, verify that it
>     doesn't conflict with security_flags.inc).
>
>
> I'd lean toward enabling by default and then nullifying security_flags, assuming
> that the latter is effectively the same as the former, considering that the
> flags are supported upstream.

Hi Ross,

I updated it in the repo, enable it by default for target, it can't build
with native:

     | checking for uuid_generate in -luuid... no
     | configure: error: external uuid library not found


And "require conf/distro/include/security_flags.inc" doesn't affect the
build result.

   git://git.openembedded.org/openembedded-core-contrib rbt/pu
   http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/pu

Robert Yang (7):
   debianutils: 4.7 -> 4.8
   e2fsprogs: 1.43 -> 1.43.1
   git: 2.8.4 -> 2.9.0
   gmp: 6.1.0 -> 6.1.1
   libpcre: 8.38 -> 8.39
   wget: 1.17.1 -> 1.18
   file: 5.27 -> 5.28

// Robert


>
> Ross


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

* Re: [PATCH 3/7] git: 2.8.4 -> 2.9.0
  2016-07-11 21:11     ` Burton, Ross
@ 2016-07-12 12:05       ` Robert Yang
  0 siblings, 0 replies; 15+ messages in thread
From: Robert Yang @ 2016-07-12 12:05 UTC (permalink / raw)
  To: Burton, Ross, Dan McGregor
  Cc: Patches and discussions about the oe-core layer



On 07/12/2016 05:11 AM, Burton, Ross wrote:
>
> On 7 July 2016 at 14:14, Dan McGregor <danismostlikely@gmail.com
> <mailto:danismostlikely@gmail.com>> wrote:
>
>     I have no real objection to this.. in fact I've done it locally. But I do
>     think we should wait for 2.9.1. It should be released soon hopefully.
>
> 2.9.1 was just released, fwiw.  2.9.0 is in my staging branch so will be in
> master this week (fingers crossed) unless someone beats me with a tested 2.9.1.

Thanks, either is fine to me.

// Robert

>
> Ross


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

* [PATCH 0/7] Packages upgrade
@ 2014-12-22  5:28 Robert Yang
  0 siblings, 0 replies; 15+ messages in thread
From: Robert Yang @ 2014-12-22  5:28 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit c3598cf720e04ab27ab5d2817c09f2496b677560:

  kernel-devsrc: Ensure we have a dependency on the actual source (2014-12-21 13:51:29 +0000)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib rbt/pu
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/pu

Robert Yang (7):
  file: upgrade to 5.21
  wget: upgrade to 1.16.1
  wget: add PACKAGECONFIG for util-linux
  rsync: upgrade to 3.1.1
  logrotate: upgrade to 3.8.8
  git: upgrade to 2.2.0
  make: upgrade to 4.1

 .../recipes-devtools/file/file/debian-742262.patch |    4 +--
 .../file/{file_5.18.bb => file_5.21.bb}            |    4 +--
 .../git/{git_2.0.1.bb => git_2.2.0.bb}             |    4 +--
 .../make/{make_4.0.bb => make_4.1.bb}              |    4 +--
 .../rsync/{rsync_3.1.0.bb => rsync_3.1.1.bb}       |    4 +--
 .../disable-check-different-filesystems.patch      |   34 --------------------
 .../{logrotate_3.8.7.bb => logrotate_3.8.8.bb}     |    5 ++-
 meta/recipes-extended/wget/wget.inc                |    5 ++-
 .../wget/{wget_1.16.bb => wget_1.16.1.bb}          |    4 +--
 9 files changed, 18 insertions(+), 50 deletions(-)
 rename meta/recipes-devtools/file/{file_5.18.bb => file_5.21.bb} (86%)
 rename meta/recipes-devtools/git/{git_2.0.1.bb => git_2.2.0.bb} (61%)
 rename meta/recipes-devtools/make/{make_4.0.bb => make_4.1.bb} (71%)
 rename meta/recipes-devtools/rsync/{rsync_3.1.0.bb => rsync_3.1.1.bb} (83%)
 delete mode 100644 meta/recipes-extended/logrotate/logrotate/disable-check-different-filesystems.patch
 rename meta/recipes-extended/logrotate/{logrotate_3.8.7.bb => logrotate_3.8.8.bb} (89%)
 rename meta/recipes-extended/wget/{wget_1.16.bb => wget_1.16.1.bb} (45%)

-- 
1.7.9.5



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

end of thread, other threads:[~2016-07-12 12:05 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-07  1:36 [PATCH 0/7] Packages Upgrade Robert Yang
2016-07-07  1:37 ` [PATCH 1/7] debianutils: 4.7 -> 4.8 Robert Yang
2016-07-07  1:37 ` [PATCH 2/7] e2fsprogs: 1.43 -> 1.43.1 Robert Yang
2016-07-07  7:54   ` Andre McCurdy
2016-07-07  9:53     ` Burton, Ross
2016-07-12 11:46       ` Robert Yang
2016-07-07  1:37 ` [PATCH 3/7] git: 2.8.4 -> 2.9.0 Robert Yang
2016-07-07 13:14   ` Dan McGregor
2016-07-11 21:11     ` Burton, Ross
2016-07-12 12:05       ` Robert Yang
2016-07-07  1:37 ` [PATCH 4/7] gmp: 6.1.0 -> 6.1.1 Robert Yang
2016-07-07  1:37 ` [PATCH 5/7] libpcre: 8.38 -> 8.39 Robert Yang
2016-07-07  1:37 ` [PATCH 6/7] wget: 1.17.1 -> 1.18 Robert Yang
2016-07-07  1:37 ` [PATCH 7/7] file: 5.27 -> 5.28 Robert Yang
  -- strict thread matches above, loose matches on Subject: below --
2014-12-22  5:28 [PATCH 0/7] Packages upgrade Robert Yang

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.