Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/5] Package Upgrade -- 20160218
@ 2016-02-18  5:28 Chen Qi
  2016-02-18  5:29 ` [PATCH 1/5] grep: upgrade to 2.23 Chen Qi
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Chen Qi @ 2016-02-18  5:28 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 31af4a37c429bb1db8bfc64242b2963220f9a0e1:

  oeqa/parselogs: Whitelist dmi firmware failure message in 4.4 kernels (2016-02-16 23:53:43 +0000)

are available in the git repository at:

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

Chen Qi (5):
  grep: upgrade to 2.23
  diffstat: upgrade to 1.61
  findutils: upgrade to 4.5.19
  coreutils: upgrade to 8.25
  cups: upgrade to 2.1.3

 .../0001-Unset-need_charset_alias-when-building-for-musl.patch    | 0
 .../{coreutils-8.24 => coreutils-8.25}/fix-selinux-flask.patch    | 0
 .../man-decouple-manpages-from-build.patch                        | 0
 .../remove-usr-local-lib-from-m4.patch                            | 0
 .../coreutils/{coreutils_8.24.bb => coreutils_8.25.bb}            | 8 ++++----
 .../diffstat/{diffstat_1.60.bb => diffstat_1.61.bb}               | 4 ++--
 meta/recipes-extended/cups/cups.inc                               | 2 +-
 meta/recipes-extended/cups/{cups_2.0.4.bb => cups_2.1.3.bb}       | 4 ++--
 .../findutils/{findutils_4.5.14.bb => findutils_4.5.19.bb}        | 4 ++--
 meta/recipes-extended/grep/{grep_2.22.bb => grep_2.23.bb}         | 4 ++--
 10 files changed, 13 insertions(+), 13 deletions(-)
 rename meta/recipes-core/coreutils/{coreutils-8.24 => coreutils-8.25}/0001-Unset-need_charset_alias-when-building-for-musl.patch (100%)
 rename meta/recipes-core/coreutils/{coreutils-8.24 => coreutils-8.25}/fix-selinux-flask.patch (100%)
 rename meta/recipes-core/coreutils/{coreutils-8.24 => coreutils-8.25}/man-decouple-manpages-from-build.patch (100%)
 rename meta/recipes-core/coreutils/{coreutils-8.24 => coreutils-8.25}/remove-usr-local-lib-from-m4.patch (100%)
 rename meta/recipes-core/coreutils/{coreutils_8.24.bb => coreutils_8.25.bb} (94%)
 rename meta/recipes-devtools/diffstat/{diffstat_1.60.bb => diffstat_1.61.bb} (85%)
 rename meta/recipes-extended/cups/{cups_2.0.4.bb => cups_2.1.3.bb} (40%)
 rename meta/recipes-extended/findutils/{findutils_4.5.14.bb => findutils_4.5.19.bb} (77%)
 rename meta/recipes-extended/grep/{grep_2.22.bb => grep_2.23.bb} (88%)

-- 
1.9.1



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

* [PATCH 1/5] grep: upgrade to 2.23
  2016-02-18  5:28 [PATCH 0/5] Package Upgrade -- 20160218 Chen Qi
@ 2016-02-18  5:29 ` Chen Qi
  2016-02-18  5:29 ` [PATCH 2/5] diffstat: upgrade to 1.61 Chen Qi
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Chen Qi @ 2016-02-18  5:29 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 meta/recipes-extended/grep/{grep_2.22.bb => grep_2.23.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/grep/{grep_2.22.bb => grep_2.23.bb} (88%)

diff --git a/meta/recipes-extended/grep/grep_2.22.bb b/meta/recipes-extended/grep/grep_2.23.bb
similarity index 88%
rename from meta/recipes-extended/grep/grep_2.22.bb
rename to meta/recipes-extended/grep/grep_2.23.bb
index 8092a0f..13ff32d 100644
--- a/meta/recipes-extended/grep/grep_2.22.bb
+++ b/meta/recipes-extended/grep/grep_2.23.bb
@@ -9,8 +9,8 @@ SRC_URI = "${GNU_MIRROR}/grep/grep-${PV}.tar.xz \
            file://0001-Unset-need_charset_alias-when-building-for-musl.patch \
           "
 
-SRC_URI[md5sum] = "e1015e951a49a82b02e38891026ef5df"
-SRC_URI[sha256sum] = "ca91d22f017bfcb503d4bc3b44295491c89a33a3df0c3d8b8614f2d3831836eb"
+SRC_URI[md5sum] = "f46aa9d0d2577b9212a104348a286787"
+SRC_URI[sha256sum] = "54fc478ee1ce17780109820ef30730c9e18715a949f7d5c6afc673adb2a56ecf"
 
 inherit autotools gettext texinfo
 
-- 
1.9.1



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

* [PATCH 2/5] diffstat: upgrade to 1.61
  2016-02-18  5:28 [PATCH 0/5] Package Upgrade -- 20160218 Chen Qi
  2016-02-18  5:29 ` [PATCH 1/5] grep: upgrade to 2.23 Chen Qi
@ 2016-02-18  5:29 ` Chen Qi
  2016-02-18  5:29 ` [PATCH 3/5] findutils: upgrade to 4.5.19 Chen Qi
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Chen Qi @ 2016-02-18  5:29 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 meta/recipes-devtools/diffstat/{diffstat_1.60.bb => diffstat_1.61.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/diffstat/{diffstat_1.60.bb => diffstat_1.61.bb} (85%)

diff --git a/meta/recipes-devtools/diffstat/diffstat_1.60.bb b/meta/recipes-devtools/diffstat/diffstat_1.61.bb
similarity index 85%
rename from meta/recipes-devtools/diffstat/diffstat_1.60.bb
rename to meta/recipes-devtools/diffstat/diffstat_1.61.bb
index 25ba4da..0ec41c3 100644
--- a/meta/recipes-devtools/diffstat/diffstat_1.60.bb
+++ b/meta/recipes-devtools/diffstat/diffstat_1.61.bb
@@ -11,8 +11,8 @@ SRC_URI = "ftp://invisible-island.net/diffstat/diffstat-${PV}.tgz \
            file://run-ptest \
 "
 
-SRC_URI[md5sum] = "ba889da4c06b547aa2d78fa96800ae6f"
-SRC_URI[sha256sum] = "2032e418b43bae70d548e32da901ebc4ac12972381de1314bebde0b126fb0123"
+SRC_URI[md5sum] = "c048a32d55d8bd6724f382baf41f325f"
+SRC_URI[sha256sum] = "25359e0c27183f997b36c9202583b5dc2df390c20e22a92606af4bf7856a55ee"
 
 S = "${WORKDIR}/diffstat-${PV}"
 
-- 
1.9.1



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

* [PATCH 3/5] findutils: upgrade to 4.5.19
  2016-02-18  5:28 [PATCH 0/5] Package Upgrade -- 20160218 Chen Qi
  2016-02-18  5:29 ` [PATCH 1/5] grep: upgrade to 2.23 Chen Qi
  2016-02-18  5:29 ` [PATCH 2/5] diffstat: upgrade to 1.61 Chen Qi
@ 2016-02-18  5:29 ` Chen Qi
  2016-02-18  5:29 ` [PATCH 4/5] coreutils: upgrade to 8.25 Chen Qi
  2016-02-18  5:29 ` [PATCH 5/5] cups: upgrade to 2.1.3 Chen Qi
  4 siblings, 0 replies; 6+ messages in thread
From: Chen Qi @ 2016-02-18  5:29 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 .../findutils/{findutils_4.5.14.bb => findutils_4.5.19.bb}            | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/findutils/{findutils_4.5.14.bb => findutils_4.5.19.bb} (77%)

diff --git a/meta/recipes-extended/findutils/findutils_4.5.14.bb b/meta/recipes-extended/findutils/findutils_4.5.19.bb
similarity index 77%
rename from meta/recipes-extended/findutils/findutils_4.5.14.bb
rename to meta/recipes-extended/findutils/findutils_4.5.19.bb
index a58a82f..de39a89 100644
--- a/meta/recipes-extended/findutils/findutils_4.5.14.bb
+++ b/meta/recipes-extended/findutils/findutils_4.5.19.bb
@@ -8,8 +8,8 @@ DEPENDS = "bison-native"
 
 SRC_URI += "file://0001-Unset-need_charset_alias-when-building-for-musl.patch"
 
-SRC_URI[md5sum] = "a8a8176282fd28e8d1234c84d847fa66"
-SRC_URI[sha256sum] = "0de3cf625a5c9f154eee3171e072515ffdde405244dd00502af617ac57b73ae2"
+SRC_URI[md5sum] = "1428516452520b51cf893c05500eda3d"
+SRC_URI[sha256sum] = "e9bc769d78573c91b1d4e504ad39621b870db6fa38fde923acf6896399f16f8e"
 
 # http://savannah.gnu.org/bugs/?27299
 CACHED_CONFIGUREVARS += "${@bb.utils.contains('DISTRO_FEATURES', 'libc-posix-clang-wchar', 'gl_cv_func_wcwidth_works=yes', '', d)}"
-- 
1.9.1



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

* [PATCH 4/5] coreutils: upgrade to 8.25
  2016-02-18  5:28 [PATCH 0/5] Package Upgrade -- 20160218 Chen Qi
                   ` (2 preceding siblings ...)
  2016-02-18  5:29 ` [PATCH 3/5] findutils: upgrade to 4.5.19 Chen Qi
@ 2016-02-18  5:29 ` Chen Qi
  2016-02-18  5:29 ` [PATCH 5/5] cups: upgrade to 2.1.3 Chen Qi
  4 siblings, 0 replies; 6+ messages in thread
From: Chen Qi @ 2016-02-18  5:29 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 .../0001-Unset-need_charset_alias-when-building-for-musl.patch    | 0
 .../{coreutils-8.24 => coreutils-8.25}/fix-selinux-flask.patch    | 0
 .../man-decouple-manpages-from-build.patch                        | 0
 .../remove-usr-local-lib-from-m4.patch                            | 0
 .../coreutils/{coreutils_8.24.bb => coreutils_8.25.bb}            | 8 ++++----
 5 files changed, 4 insertions(+), 4 deletions(-)
 rename meta/recipes-core/coreutils/{coreutils-8.24 => coreutils-8.25}/0001-Unset-need_charset_alias-when-building-for-musl.patch (100%)
 rename meta/recipes-core/coreutils/{coreutils-8.24 => coreutils-8.25}/fix-selinux-flask.patch (100%)
 rename meta/recipes-core/coreutils/{coreutils-8.24 => coreutils-8.25}/man-decouple-manpages-from-build.patch (100%)
 rename meta/recipes-core/coreutils/{coreutils-8.24 => coreutils-8.25}/remove-usr-local-lib-from-m4.patch (100%)
 rename meta/recipes-core/coreutils/{coreutils_8.24.bb => coreutils_8.25.bb} (94%)

diff --git a/meta/recipes-core/coreutils/coreutils-8.24/0001-Unset-need_charset_alias-when-building-for-musl.patch b/meta/recipes-core/coreutils/coreutils-8.25/0001-Unset-need_charset_alias-when-building-for-musl.patch
similarity index 100%
rename from meta/recipes-core/coreutils/coreutils-8.24/0001-Unset-need_charset_alias-when-building-for-musl.patch
rename to meta/recipes-core/coreutils/coreutils-8.25/0001-Unset-need_charset_alias-when-building-for-musl.patch
diff --git a/meta/recipes-core/coreutils/coreutils-8.24/fix-selinux-flask.patch b/meta/recipes-core/coreutils/coreutils-8.25/fix-selinux-flask.patch
similarity index 100%
rename from meta/recipes-core/coreutils/coreutils-8.24/fix-selinux-flask.patch
rename to meta/recipes-core/coreutils/coreutils-8.25/fix-selinux-flask.patch
diff --git a/meta/recipes-core/coreutils/coreutils-8.24/man-decouple-manpages-from-build.patch b/meta/recipes-core/coreutils/coreutils-8.25/man-decouple-manpages-from-build.patch
similarity index 100%
rename from meta/recipes-core/coreutils/coreutils-8.24/man-decouple-manpages-from-build.patch
rename to meta/recipes-core/coreutils/coreutils-8.25/man-decouple-manpages-from-build.patch
diff --git a/meta/recipes-core/coreutils/coreutils-8.24/remove-usr-local-lib-from-m4.patch b/meta/recipes-core/coreutils/coreutils-8.25/remove-usr-local-lib-from-m4.patch
similarity index 100%
rename from meta/recipes-core/coreutils/coreutils-8.24/remove-usr-local-lib-from-m4.patch
rename to meta/recipes-core/coreutils/coreutils-8.25/remove-usr-local-lib-from-m4.patch
diff --git a/meta/recipes-core/coreutils/coreutils_8.24.bb b/meta/recipes-core/coreutils/coreutils_8.25.bb
similarity index 94%
rename from meta/recipes-core/coreutils/coreutils_8.24.bb
rename to meta/recipes-core/coreutils/coreutils_8.25.bb
index 6a09c59..650008e 100644
--- a/meta/recipes-core/coreutils/coreutils_8.24.bb
+++ b/meta/recipes-core/coreutils/coreutils_8.25.bb
@@ -20,10 +20,10 @@ SRC_URI = "${GNU_MIRROR}/coreutils/${BP}.tar.xz;name=tarball \
            file://0001-Unset-need_charset_alias-when-building-for-musl.patch \
           "
 
-SRC_URI[tarball.md5sum] = "40efdbce865d2458d8da0a9dcee7c16c"
-SRC_URI[tarball.sha256sum] = "a2d75286a4b9ef3a13039c2da3868a61be4ee9f17d8ae380a35a97e506972170"
-SRC_URI[manpages.md5sum] = "728a91a5c1095a33cffb9959bb891963"
-SRC_URI[manpages.sha256sum] = "cf0333b5f134a331e0b46e2ddf90666f8bdc3281c1ca2c7ccbb75b437589ce37"
+SRC_URI[tarball.md5sum] = "070e43ba7f618d747414ef56ab248a48"
+SRC_URI[tarball.sha256sum] = "31e67c057a5b32a582f26408c789e11c2e8d676593324849dcf5779296cdce87"
+SRC_URI[manpages.md5sum] = "415cc0552bc4e480b27ce8b2aebfdeb5"
+SRC_URI[manpages.sha256sum] = "2ee31c3a6d2276f49c5515375d4a0c1047580da6ac10536898e0f0de81707f29"
 
 EXTRA_OECONF_class-native = "--without-gmp"
 EXTRA_OECONF_class-target = "--enable-install-program=arch --libexecdir=${libdir}"
-- 
1.9.1



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

* [PATCH 5/5] cups: upgrade to 2.1.3
  2016-02-18  5:28 [PATCH 0/5] Package Upgrade -- 20160218 Chen Qi
                   ` (3 preceding siblings ...)
  2016-02-18  5:29 ` [PATCH 4/5] coreutils: upgrade to 8.25 Chen Qi
@ 2016-02-18  5:29 ` Chen Qi
  4 siblings, 0 replies; 6+ messages in thread
From: Chen Qi @ 2016-02-18  5:29 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 meta/recipes-extended/cups/cups.inc                         | 2 +-
 meta/recipes-extended/cups/{cups_2.0.4.bb => cups_2.1.3.bb} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-extended/cups/{cups_2.0.4.bb => cups_2.1.3.bb} (40%)

diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc
index 3f81e2c..4b2d214 100644
--- a/meta/recipes-extended/cups/cups.inc
+++ b/meta/recipes-extended/cups/cups.inc
@@ -3,7 +3,7 @@ SECTION = "console/utils"
 LICENSE = "GPLv2 & LGPLv2"
 DEPENDS = "gnutls libpng jpeg dbus dbus-glib zlib libusb"
 
-SRC_URI = "http://www.cups.org/software/${PV}/${BP}-source.tar.bz2 \
+SRC_URI = "https://www.cups.org/software/${PV}/${BP}-source.tar.bz2 \
            file://use_echo_only_in_init.patch \
            file://0001-don-t-try-to-run-generated-binaries.patch \
            file://cups_serverbin.patch \
diff --git a/meta/recipes-extended/cups/cups_2.0.4.bb b/meta/recipes-extended/cups/cups_2.1.3.bb
similarity index 40%
rename from meta/recipes-extended/cups/cups_2.0.4.bb
rename to meta/recipes-extended/cups/cups_2.1.3.bb
index bad73b3..aef211d 100644
--- a/meta/recipes-extended/cups/cups_2.0.4.bb
+++ b/meta/recipes-extended/cups/cups_2.1.3.bb
@@ -2,5 +2,5 @@ require cups.inc
 
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=6c5a350596fba02754bd96eb6df3afd0"
 
-SRC_URI[md5sum] = "f5c847d9a4fac6c4c66fb0526a7afaae"
-SRC_URI[sha256sum] = "e1d5e68d9f24faca317aeaebc164c34102813bc0f1d69c00b3a59b49c49f4abd"
+SRC_URI[md5sum] = "62b8fafd590e75f72316915790b0850a"
+SRC_URI[sha256sum] = "36a70d43584aea2617da914b9331e23341c3501a8254c4d2eae9c11ec01fd4d3"
-- 
1.9.1



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

end of thread, other threads:[~2016-02-18  5:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-18  5:28 [PATCH 0/5] Package Upgrade -- 20160218 Chen Qi
2016-02-18  5:29 ` [PATCH 1/5] grep: upgrade to 2.23 Chen Qi
2016-02-18  5:29 ` [PATCH 2/5] diffstat: upgrade to 1.61 Chen Qi
2016-02-18  5:29 ` [PATCH 3/5] findutils: upgrade to 4.5.19 Chen Qi
2016-02-18  5:29 ` [PATCH 4/5] coreutils: upgrade to 8.25 Chen Qi
2016-02-18  5:29 ` [PATCH 5/5] cups: upgrade to 2.1.3 Chen Qi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox