All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] Package Upgrades -- 20160612
@ 2016-06-12  2:20 Chen Qi
  2016-06-12  2:20 ` [PATCH 1/9] grep: upgrade to 2.25 Chen Qi
                   ` (8 more replies)
  0 siblings, 9 replies; 16+ messages in thread
From: Chen Qi @ 2016-06-12  2:20 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 207dba5b6eb04c1ae2081bac06724b3b6a198cb3:

  oe-pkgdata-util: fix AttributeError (2016-06-07 21:36:09 +0100)

are available in the git repository at:

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

Chen Qi (9):
  grep: upgrade to 2.25
  sysstat: upgrade to 11.3.4
  sudo: upgrade to 1.8.16
  gzip: upgrade to 1.8
  byacc: upgrade to 20160324
  curl: upgrade to 7.49.1
  tar: upgrade to 1.29
  pciutils: upgrade to 3.5.1
  resolvconf: upgrade to 1.79

 .../{pciutils_3.4.1.bb => pciutils_3.5.1.bb}        |  4 ++--
 .../{resolvconf_1.78.bb => resolvconf_1.79.bb}      |  6 +++---
 .../byacc/{byacc_20150711.bb => byacc_20160324.bb}  |  7 ++++---
 .../grep/{grep_2.23.bb => grep_2.25.bb}             |  4 ++--
 .../gzip/{gzip_1.6.bb => gzip_1.8.bb}               |  0
 .../sudo/{sudo_1.8.15.bb => sudo_1.8.16.bb}         |  4 ++--
 meta/recipes-extended/sysstat/sysstat_11.2.0.bb     |  8 --------
 meta/recipes-extended/sysstat/sysstat_11.3.4.bb     |  8 ++++++++
 meta/recipes-extended/tar/tar/remove-gets.patch     | 21 ++++++++++++++-------
 .../tar/{tar_1.28.bb => tar_1.29.bb}                |  4 ++--
 .../curl/{curl_7.47.1.bb => curl_7.49.1.bb}         |  4 ++--
 11 files changed, 39 insertions(+), 31 deletions(-)
 rename meta/recipes-bsp/pciutils/{pciutils_3.4.1.bb => pciutils_3.5.1.bb} (92%)
 rename meta/recipes-connectivity/resolvconf/{resolvconf_1.78.bb => resolvconf_1.79.bb} (90%)
 rename meta/recipes-extended/byacc/{byacc_20150711.bb => byacc_20160324.bb} (58%)
 rename meta/recipes-extended/grep/{grep_2.23.bb => grep_2.25.bb} (88%)
 rename meta/recipes-extended/gzip/{gzip_1.6.bb => gzip_1.8.bb} (100%)
 rename meta/recipes-extended/sudo/{sudo_1.8.15.bb => sudo_1.8.16.bb} (90%)
 delete mode 100644 meta/recipes-extended/sysstat/sysstat_11.2.0.bb
 create mode 100644 meta/recipes-extended/sysstat/sysstat_11.3.4.bb
 rename meta/recipes-extended/tar/{tar_1.28.bb => tar_1.29.bb} (73%)
 rename meta/recipes-support/curl/{curl_7.47.1.bb => curl_7.49.1.bb} (94%)

-- 
1.9.1



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

* [PATCH 1/9] grep: upgrade to 2.25
  2016-06-12  2:20 [PATCH 0/9] Package Upgrades -- 20160612 Chen Qi
@ 2016-06-12  2:20 ` Chen Qi
  2016-06-12  2:21 ` [PATCH 2/9] sysstat: upgrade to 11.3.4 Chen Qi
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 16+ messages in thread
From: Chen Qi @ 2016-06-12  2:20 UTC (permalink / raw)
  To: openembedded-core

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

diff --git a/meta/recipes-extended/grep/grep_2.23.bb b/meta/recipes-extended/grep/grep_2.25.bb
similarity index 88%
rename from meta/recipes-extended/grep/grep_2.23.bb
rename to meta/recipes-extended/grep/grep_2.25.bb
index 13ff32d..9720d9f 100644
--- a/meta/recipes-extended/grep/grep_2.23.bb
+++ b/meta/recipes-extended/grep/grep_2.25.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] = "f46aa9d0d2577b9212a104348a286787"
-SRC_URI[sha256sum] = "54fc478ee1ce17780109820ef30730c9e18715a949f7d5c6afc673adb2a56ecf"
+SRC_URI[md5sum] = "04e96b0e6f0fe6a180ae62c88fcd0af6"
+SRC_URI[sha256sum] = "e21e83bac50450e0d0d61a42c154ee0dceaacdbf4f604ef6e79071cb8e596830"
 
 inherit autotools gettext texinfo
 
-- 
1.9.1



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

* [PATCH 2/9] sysstat: upgrade to 11.3.4
  2016-06-12  2:20 [PATCH 0/9] Package Upgrades -- 20160612 Chen Qi
  2016-06-12  2:20 ` [PATCH 1/9] grep: upgrade to 2.25 Chen Qi
@ 2016-06-12  2:21 ` Chen Qi
  2016-06-12  2:21 ` [PATCH 3/9] sudo: upgrade to 1.8.16 Chen Qi
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 16+ messages in thread
From: Chen Qi @ 2016-06-12  2:21 UTC (permalink / raw)
  To: openembedded-core

The license checksum is changed but the license remains the same.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 meta/recipes-extended/sysstat/sysstat_11.2.0.bb | 8 --------
 meta/recipes-extended/sysstat/sysstat_11.3.4.bb | 8 ++++++++
 2 files changed, 8 insertions(+), 8 deletions(-)
 delete mode 100644 meta/recipes-extended/sysstat/sysstat_11.2.0.bb
 create mode 100644 meta/recipes-extended/sysstat/sysstat_11.3.4.bb

diff --git a/meta/recipes-extended/sysstat/sysstat_11.2.0.bb b/meta/recipes-extended/sysstat/sysstat_11.2.0.bb
deleted file mode 100644
index 7a8eb96..0000000
--- a/meta/recipes-extended/sysstat/sysstat_11.2.0.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-require sysstat.inc
-
-LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
-
-SRC_URI += "file://0001-Include-needed-headers-explicitly.patch"
-
-SRC_URI[md5sum] = "e8b615775ad98780e3f0675b91eddb19"
-SRC_URI[sha256sum] = "9806b9a662568796d3fb93ecd01ecea10d815e668337a646494953bff4bc4155"
diff --git a/meta/recipes-extended/sysstat/sysstat_11.3.4.bb b/meta/recipes-extended/sysstat/sysstat_11.3.4.bb
new file mode 100644
index 0000000..45cc0bd
--- /dev/null
+++ b/meta/recipes-extended/sysstat/sysstat_11.3.4.bb
@@ -0,0 +1,8 @@
+require sysstat.inc
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=a23a74b3f4caf9616230789d94217acb"
+
+SRC_URI += "file://0001-Include-needed-headers-explicitly.patch"
+
+SRC_URI[md5sum] = "b92ea90a60eda2b16e2667e6237402b1"
+SRC_URI[sha256sum] = "84231474b243eaffaf4b83e5a801085144361a1c8a50e9ea8a5d52ad269d20b1"
-- 
1.9.1



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

* [PATCH 3/9] sudo: upgrade to 1.8.16
  2016-06-12  2:20 [PATCH 0/9] Package Upgrades -- 20160612 Chen Qi
  2016-06-12  2:20 ` [PATCH 1/9] grep: upgrade to 2.25 Chen Qi
  2016-06-12  2:21 ` [PATCH 2/9] sysstat: upgrade to 11.3.4 Chen Qi
@ 2016-06-12  2:21 ` Chen Qi
  2016-06-12  2:21 ` [PATCH 4/9] gzip: upgrade to 1.8 Chen Qi
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 16+ messages in thread
From: Chen Qi @ 2016-06-12  2:21 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 meta/recipes-extended/sudo/{sudo_1.8.15.bb => sudo_1.8.16.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/sudo/{sudo_1.8.15.bb => sudo_1.8.16.bb} (90%)

diff --git a/meta/recipes-extended/sudo/sudo_1.8.15.bb b/meta/recipes-extended/sudo/sudo_1.8.16.bb
similarity index 90%
rename from meta/recipes-extended/sudo/sudo_1.8.15.bb
rename to meta/recipes-extended/sudo/sudo_1.8.16.bb
index 042043e..0981084 100644
--- a/meta/recipes-extended/sudo/sudo_1.8.15.bb
+++ b/meta/recipes-extended/sudo/sudo_1.8.16.bb
@@ -7,8 +7,8 @@ SRC_URI = "http://ftp.sudo.ws/sudo/dist/sudo-${PV}.tar.gz \
 
 PAM_SRC_URI = "file://sudo.pam"
 
-SRC_URI[md5sum] = "7cf6b9b76d0478a572432bed481dd7b5"
-SRC_URI[sha256sum] = "4316381708324da8b6cb151f655c1a11855207c7c02244d8ffdea5104d7cc308"
+SRC_URI[md5sum] = "a977449587dc857e129bb20555b46af4"
+SRC_URI[sha256sum] = "2d83826fc5125bf073acc203dbda1cf2abeee017090ccc9dddb0431a53d5064d"
 
 DEPENDS += " ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
 RDEPENDS_${PN} += " ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam-plugin-limits pam-plugin-keyinit', '', d)}"
-- 
1.9.1



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

* [PATCH 4/9] gzip: upgrade to 1.8
  2016-06-12  2:20 [PATCH 0/9] Package Upgrades -- 20160612 Chen Qi
                   ` (2 preceding siblings ...)
  2016-06-12  2:21 ` [PATCH 3/9] sudo: upgrade to 1.8.16 Chen Qi
@ 2016-06-12  2:21 ` Chen Qi
  2016-06-13  7:23   ` Richard Purdie
  2016-06-14  4:38   ` Maxin B. John
  2016-06-12  2:21 ` [PATCH 5/9] byacc: upgrade to 20160324 Chen Qi
                   ` (4 subsequent siblings)
  8 siblings, 2 replies; 16+ messages in thread
From: Chen Qi @ 2016-06-12  2:21 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 meta/recipes-extended/gzip/{gzip_1.6.bb => gzip_1.8.bb} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename meta/recipes-extended/gzip/{gzip_1.6.bb => gzip_1.8.bb} (100%)

diff --git a/meta/recipes-extended/gzip/gzip_1.6.bb b/meta/recipes-extended/gzip/gzip_1.8.bb
similarity index 100%
rename from meta/recipes-extended/gzip/gzip_1.6.bb
rename to meta/recipes-extended/gzip/gzip_1.8.bb
-- 
1.9.1



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

* [PATCH 5/9] byacc: upgrade to 20160324
  2016-06-12  2:20 [PATCH 0/9] Package Upgrades -- 20160612 Chen Qi
                   ` (3 preceding siblings ...)
  2016-06-12  2:21 ` [PATCH 4/9] gzip: upgrade to 1.8 Chen Qi
@ 2016-06-12  2:21 ` Chen Qi
  2016-06-12  2:21 ` [PATCH 6/9] curl: upgrade to 7.49.1 Chen Qi
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 16+ messages in thread
From: Chen Qi @ 2016-06-12  2:21 UTC (permalink / raw)
  To: openembedded-core

The license checksum is changed, but license type remains the same.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 .../byacc/{byacc_20150711.bb => byacc_20160324.bb}                 | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
 rename meta/recipes-extended/byacc/{byacc_20150711.bb => byacc_20160324.bb} (58%)

diff --git a/meta/recipes-extended/byacc/byacc_20150711.bb b/meta/recipes-extended/byacc/byacc_20160324.bb
similarity index 58%
rename from meta/recipes-extended/byacc/byacc_20150711.bb
rename to meta/recipes-extended/byacc/byacc_20160324.bb
index e5b5451..cf1576e 100644
--- a/meta/recipes-extended/byacc/byacc_20150711.bb
+++ b/meta/recipes-extended/byacc/byacc_20160324.bb
@@ -4,8 +4,9 @@
 # Setting to PD as this is what the upstream has it as.
 
 LICENSE = "PD"
-LIC_FILES_CHKSUM = "file://package/debian/copyright;md5=c52fb2d1b3f75b3b7534927807a1b714"
+LIC_FILES_CHKSUM = "file://package/debian/copyright;md5=74533d32ffd38bca4cbf1f1305f8bc60"
 require byacc.inc
 
-SRC_URI[md5sum] = "2700401030583c4e9169ac7ea7d08de8"
-SRC_URI[sha256sum] = "c354e4ee14c4a1bf11e55dde9275011d14887ef066406a088b6fa56caf039248"
+SRC_URI[md5sum] = "bde0463c6c03f059b1e6e9c5579cbe49"
+SRC_URI[sha256sum] = "178e08f7ab59edfb16d64902b7a9d78592d2d8d3ee30ab7a967188d969589b5a"
+
-- 
1.9.1



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

* [PATCH 6/9] curl: upgrade to 7.49.1
  2016-06-12  2:20 [PATCH 0/9] Package Upgrades -- 20160612 Chen Qi
                   ` (4 preceding siblings ...)
  2016-06-12  2:21 ` [PATCH 5/9] byacc: upgrade to 20160324 Chen Qi
@ 2016-06-12  2:21 ` Chen Qi
  2016-06-12  2:21 ` [PATCH 7/9] tar: upgrade to 1.29 Chen Qi
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 16+ messages in thread
From: Chen Qi @ 2016-06-12  2:21 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 meta/recipes-support/curl/{curl_7.47.1.bb => curl_7.49.1.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/curl/{curl_7.47.1.bb => curl_7.49.1.bb} (94%)

diff --git a/meta/recipes-support/curl/curl_7.47.1.bb b/meta/recipes-support/curl/curl_7.49.1.bb
similarity index 94%
rename from meta/recipes-support/curl/curl_7.47.1.bb
rename to meta/recipes-support/curl/curl_7.49.1.bb
index b237b4e..db9dc1a 100644
--- a/meta/recipes-support/curl/curl_7.47.1.bb
+++ b/meta/recipes-support/curl/curl_7.49.1.bb
@@ -14,8 +14,8 @@ SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \
 #
 SRC_URI += " file://configure_ac.patch"
 
-SRC_URI[md5sum] = "9ea3123449439bbd960cd25cf98796fb"
-SRC_URI[sha256sum] = "ddc643ab9382e24bbe4747d43df189a0a6ce38fcb33df041b9cb0b3cd47ae98f"
+SRC_URI[md5sum] = "6bb1f7af5b58b30e4e6414b8c1abccab"
+SRC_URI[sha256sum] = "eb63cec4bef692eab9db459033f409533e6d10e20942f4b060b32819e81885f1"
 
 inherit autotools pkgconfig binconfig multilib_header
 
-- 
1.9.1



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

* [PATCH 7/9] tar: upgrade to 1.29
  2016-06-12  2:20 [PATCH 0/9] Package Upgrades -- 20160612 Chen Qi
                   ` (5 preceding siblings ...)
  2016-06-12  2:21 ` [PATCH 6/9] curl: upgrade to 7.49.1 Chen Qi
@ 2016-06-12  2:21 ` Chen Qi
  2016-06-12  2:21 ` [PATCH 8/9] pciutils: upgrade to 3.5.1 Chen Qi
  2016-06-12  2:21 ` [PATCH 9/9] resolvconf: upgrade to 1.79 Chen Qi
  8 siblings, 0 replies; 16+ messages in thread
From: Chen Qi @ 2016-06-12  2:21 UTC (permalink / raw)
  To: openembedded-core

Refresh remove-gets.patch for the latest version.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 meta/recipes-extended/tar/tar/remove-gets.patch     | 21 ++++++++++++++-------
 .../tar/{tar_1.28.bb => tar_1.29.bb}                |  4 ++--
 2 files changed, 16 insertions(+), 9 deletions(-)
 rename meta/recipes-extended/tar/{tar_1.28.bb => tar_1.29.bb} (73%)

diff --git a/meta/recipes-extended/tar/tar/remove-gets.patch b/meta/recipes-extended/tar/tar/remove-gets.patch
index 0b8be39..f24de92 100644
--- a/meta/recipes-extended/tar/tar/remove-gets.patch
+++ b/meta/recipes-extended/tar/tar/remove-gets.patch
@@ -3,20 +3,27 @@ ISO C11 removes the specification of gets() from the C language, eglibc 2.16+ re
 Signed-off-by: Khem Raj <raj.khem@gmail.com>
 
 Upstream-Status: Pending
-Index: tar-1.27/gnu/stdio.in.h
-===================================================================
---- tar-1.27.orig/gnu/stdio.in.h	2013-06-29 08:54:26.000000000 +0300
-+++ tar-1.27/gnu/stdio.in.h	2013-10-16 15:22:46.977204737 +0300
-@@ -710,10 +710,12 @@
+---
+ gnu/stdio.in.h | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/gnu/stdio.in.h b/gnu/stdio.in.h
+index ec43874..502e3ae 100644
+--- a/gnu/stdio.in.h
++++ b/gnu/stdio.in.h
+@@ -722,10 +722,12 @@ _GL_WARN_ON_USE (getline, "getline is unportable - "
  /* It is very rare that the developer ever has full control of stdin,
     so any use of gets warrants an unconditional warning; besides, C11
     removed it.  */
 +#if defined gets
  #undef gets
- #if HAVE_RAW_DECL_GETS
+ #if HAVE_RAW_DECL_GETS && !defined __cplusplus
  _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
  #endif
 +#endif
  
- 
  #if @GNULIB_OBSTACK_PRINTF@ || @GNULIB_OBSTACK_PRINTF_POSIX@
+ struct obstack;
+-- 
+2.8.3
+
diff --git a/meta/recipes-extended/tar/tar_1.28.bb b/meta/recipes-extended/tar/tar_1.29.bb
similarity index 73%
rename from meta/recipes-extended/tar/tar_1.28.bb
rename to meta/recipes-extended/tar/tar_1.29.bb
index 518e622..efce57d 100644
--- a/meta/recipes-extended/tar/tar_1.28.bb
+++ b/meta/recipes-extended/tar/tar_1.29.bb
@@ -9,8 +9,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 SRC_URI += "file://remove-gets.patch \
             file://musl_dirent.patch \
            "
-SRC_URI[md5sum] = "8f32b2bc1ed7ddf4cf4e4a39711341b0"
-SRC_URI[sha256sum] = "60e4bfe0602fef34cd908d91cf638e17eeb09394d7b98c2487217dc4d3147562"
+SRC_URI[md5sum] = "955cd533955acb1804b83fd70218da51"
+SRC_URI[sha256sum] = "236b11190c0a3a6885bdb8d61424f2b36a5872869aa3f7f695dea4b4843ae2f2"
 
 do_install_append_libc-musl() {
 	rm -f ${D}${libdir}/charset.alias
-- 
1.9.1



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

* [PATCH 8/9] pciutils: upgrade to 3.5.1
  2016-06-12  2:20 [PATCH 0/9] Package Upgrades -- 20160612 Chen Qi
                   ` (6 preceding siblings ...)
  2016-06-12  2:21 ` [PATCH 7/9] tar: upgrade to 1.29 Chen Qi
@ 2016-06-12  2:21 ` Chen Qi
  2016-06-12  2:21 ` [PATCH 9/9] resolvconf: upgrade to 1.79 Chen Qi
  8 siblings, 0 replies; 16+ messages in thread
From: Chen Qi @ 2016-06-12  2:21 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 meta/recipes-bsp/pciutils/{pciutils_3.4.1.bb => pciutils_3.5.1.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-bsp/pciutils/{pciutils_3.4.1.bb => pciutils_3.5.1.bb} (92%)

diff --git a/meta/recipes-bsp/pciutils/pciutils_3.4.1.bb b/meta/recipes-bsp/pciutils/pciutils_3.5.1.bb
similarity index 92%
rename from meta/recipes-bsp/pciutils/pciutils_3.4.1.bb
rename to meta/recipes-bsp/pciutils/pciutils_3.5.1.bb
index 33be525..a84efd9 100644
--- a/meta/recipes-bsp/pciutils/pciutils_3.4.1.bb
+++ b/meta/recipes-bsp/pciutils/pciutils_3.5.1.bb
@@ -13,8 +13,8 @@ SRC_URI = "${KERNELORG_MIRROR}/software/utils/pciutils/pciutils-${PV}.tar.xz \
            file://guess-fix.patch \
            file://makefile.patch"
 
-SRC_URI[md5sum] = "35763bb1eab7bc9bf6eb6efb72cbc8a1"
-SRC_URI[sha256sum] = "865554cc5604d1644bd8da38d94845405e2a319a6d5acabc6a0296417684a82a"
+SRC_URI[md5sum] = "0879a8f7ac51f4e874cfc6b3521a13cc"
+SRC_URI[sha256sum] = "2bf3a4605a562fb6b8b7673bff85a474a5cf383ed7e4bd8886b4f0939013d42f"
 
 inherit multilib_header
 
-- 
1.9.1



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

* [PATCH 9/9] resolvconf: upgrade to 1.79
  2016-06-12  2:20 [PATCH 0/9] Package Upgrades -- 20160612 Chen Qi
                   ` (7 preceding siblings ...)
  2016-06-12  2:21 ` [PATCH 8/9] pciutils: upgrade to 3.5.1 Chen Qi
@ 2016-06-12  2:21 ` Chen Qi
  8 siblings, 0 replies; 16+ messages in thread
From: Chen Qi @ 2016-06-12  2:21 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 .../resolvconf/{resolvconf_1.78.bb => resolvconf_1.79.bb}           | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-connectivity/resolvconf/{resolvconf_1.78.bb => resolvconf_1.79.bb} (90%)

diff --git a/meta/recipes-connectivity/resolvconf/resolvconf_1.78.bb b/meta/recipes-connectivity/resolvconf/resolvconf_1.79.bb
similarity index 90%
rename from meta/recipes-connectivity/resolvconf/resolvconf_1.78.bb
rename to meta/recipes-connectivity/resolvconf/resolvconf_1.79.bb
index f4c5851..8550177 100644
--- a/meta/recipes-connectivity/resolvconf/resolvconf_1.78.bb
+++ b/meta/recipes-connectivity/resolvconf/resolvconf_1.79.bb
@@ -11,13 +11,13 @@ AUTHOR = "Thomas Hood"
 HOMEPAGE = "http://packages.debian.org/resolvconf"
 RDEPENDS_${PN} = "bash"
 
-SRC_URI = "http://snapshot.debian.org/archive/debian/20150828T220730Z/pool/main/r/${BPN}/${BPN}_1.78.tar.xz \
+SRC_URI = "http://snapshot.debian.org/archive/debian/20160520T044340Z/pool/main/r/${BPN}/${BPN}_1.79.tar.xz \
            file://fix-path-for-busybox.patch \
            file://99_resolvconf \
           "
 
-SRC_URI[md5sum] = "373a9f9544c84aa477a7425ae773b8b5"
-SRC_URI[sha256sum] = "961b22e8fcf0c7de7e90a050323e6fa221bc8b25a5348c160be3506f7e73a7a3"
+SRC_URI[md5sum] = "aab2382020fc518f06a06e924c56d300"
+SRC_URI[sha256sum] = "8e2843cd4162b706f0481b3c281657728cbc2822e50a64fff79b79bd8aa870a0"
 
 # 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
-- 
1.9.1



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

* Re: [PATCH 4/9] gzip: upgrade to 1.8
  2016-06-12  2:21 ` [PATCH 4/9] gzip: upgrade to 1.8 Chen Qi
@ 2016-06-13  7:23   ` Richard Purdie
  2016-06-13  8:18     ` Richard Purdie
  2016-06-14  4:38   ` Maxin B. John
  1 sibling, 1 reply; 16+ messages in thread
From: Richard Purdie @ 2016-06-13  7:23 UTC (permalink / raw)
  To: Chen Qi, openembedded-core

On Sun, 2016-06-12 at 10:21 +0800, Chen Qi wrote:
> Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
> ---
>  meta/recipes-extended/gzip/{gzip_1.6.bb => gzip_1.8.bb} | 0
>  1 file changed, 0 insertions(+), 0 deletions(-)
>  rename meta/recipes-extended/gzip/{gzip_1.6.bb => gzip_1.8.bb}
> (100%)
> 
> diff --git a/meta/recipes-extended/gzip/gzip_1.6.bb b/meta/recipes
> -extended/gzip/gzip_1.8.bb
> similarity index 100%
> rename from meta/recipes-extended/gzip/gzip_1.6.bb
> rename to meta/recipes-extended/gzip/gzip_1.8.bb

WARNING: gzip-1.8-r0 do_fetch: Checksum mismatch for local file /home/pokybuild/yocto-autobuilder/yocto-worker/build-appliance/build/build/downloads/gzip-1.8.tar.gz
Cleaning and trying again.
WARNING: gzip-1.8-r0 do_fetch: Renaming /home/pokybuild/yocto-autobuilder/yocto-worker/build-appliance/build/build/downloads/gzip-1.8.tar.gz to /home/pokybuild/yocto-autobuilder/yocto-worker/build-appliance/build/build/downloads/gzip-1.8.tar.gz_bad-checksum_732553152814b22dc35aa0267df5286c
ERROR: gzip-1.8-r0 do_fetch: Checksum failure fetching http://ftp.gnu.org/gnu/gzip/gzip-1.8.tar.gz
ERROR: gzip-1.8-r0 do_fetch: Function failed: Fetcher failure for URL: 'http://ftp.gnu.org/gnu/gzip/gzip-1.8.tar.gz'. Checksum mismatch!
File: '/home/pokybuild/yocto-autobuilder/yocto-worker/build-appliance/build/build/downloads/gzip-1.8.tar.gz' has md5 checksum 732553152814b22dc35aa0267df5286c when 38603cb2843bf5681ff41aab3bcd6a20 was expected
File: '/home/pokybuild/yocto-autobuilder/yocto-worker/build-appliance/build/build/downloads/gzip-1.8.tar.gz' has sha256 checksum 1ff7aedb3d66a0d73f442f6261e4b3860df6fd6c94025c2cb31a202c9c60fe0e when 97eb83b763d9e5ad35f351fe5517e6b71521d7aac7acf3e3cacdb6b1496d8f7e was expected
If this change is expected (e.g. you have upgraded to a new version without updating the checksums) then you can use these lines within the recipe:
SRC_URI[md5sum] = "732553152814b22dc35aa0267df5286c"
SRC_URI[sha256sum] = "1ff7aedb3d66a0d73f442f6261e4b3860df6fd6c94025c2cb31a202c9c60fe0e"
Otherwise you should retry the download and/or check with upstream to determine if the file has become corrupted or otherwise unexpectedly modified.

Cheers,

Richard


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

* Re: [PATCH 4/9] gzip: upgrade to 1.8
  2016-06-13  7:23   ` Richard Purdie
@ 2016-06-13  8:18     ` Richard Purdie
  0 siblings, 0 replies; 16+ messages in thread
From: Richard Purdie @ 2016-06-13  8:18 UTC (permalink / raw)
  To: Chen Qi, openembedded-core

On Mon, 2016-06-13 at 08:23 +0100, Richard Purdie wrote:
> On Sun, 2016-06-12 at 10:21 +0800, Chen Qi wrote:
> > Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
> > ---
> >  meta/recipes-extended/gzip/{gzip_1.6.bb => gzip_1.8.bb} | 0
> >  1 file changed, 0 insertions(+), 0 deletions(-)
> >  rename meta/recipes-extended/gzip/{gzip_1.6.bb => gzip_1.8.bb}
> > (100%)
> > 
> > diff --git a/meta/recipes-extended/gzip/gzip_1.6.bb b/meta/recipes
> > -extended/gzip/gzip_1.8.bb
> > similarity index 100%
> > rename from meta/recipes-extended/gzip/gzip_1.6.bb
> > rename to meta/recipes-extended/gzip/gzip_1.8.bb
> 
> WARNING: gzip-1.8-r0 do_fetch: Checksum mismatch for local file
> /home/pokybuild/yocto-autobuilder/yocto-worker/build
> -appliance/build/build/downloads/gzip-1.8.tar.gz
> Cleaning and trying again.
> WARNING: gzip-1.8-r0 do_fetch: Renaming /home/pokybuild/yocto
> -autobuilder/yocto-worker/build-appliance/build/build/downloads/gzip
> -1.8.tar.gz to /home/pokybuild/yocto-autobuilder/yocto-worker/build
> -appliance/build/build/downloads/gzip-1.8.tar.gz_bad
> -checksum_732553152814b22dc35aa0267df5286c
> ERROR: gzip-1.8-r0 do_fetch: Checksum failure fetching 
> http://ftp.gnu.org/gnu/gzip/gzip-1.8.tar.gz
> ERROR: gzip-1.8-r0 do_fetch: Function failed: Fetcher failure for
> URL: 'http://ftp.gnu.org/gnu/gzip/gzip-1.8.tar.gz'. Checksum
> mismatch!
> File: '/home/pokybuild/yocto-autobuilder/yocto-worker/build
> -appliance/build/build/downloads/gzip-1.8.tar.gz' has md5 checksum
> 732553152814b22dc35aa0267df5286c when
> 38603cb2843bf5681ff41aab3bcd6a20 was expected
> File: '/home/pokybuild/yocto-autobuilder/yocto-worker/build
> -appliance/build/build/downloads/gzip-1.8.tar.gz' has sha256 checksum
> 1ff7aedb3d66a0d73f442f6261e4b3860df6fd6c94025c2cb31a202c9c60fe0e when
> 97eb83b763d9e5ad35f351fe5517e6b71521d7aac7acf3e3cacdb6b1496d8f7e was
> expected
> If this change is expected (e.g. you have upgraded to a new version
> without updating the checksums) then you can use these lines within
> the recipe:
> SRC_URI[md5sum] = "732553152814b22dc35aa0267df5286c"
> SRC_URI[sha256sum] =
> "1ff7aedb3d66a0d73f442f6261e4b3860df6fd6c94025c2cb31a202c9c60fe0e"
> Otherwise you should retry the download and/or check with upstream to
> determine if the file has become corrupted or otherwise unexpectedly
> modified.

The patch directory also needed renaming. I've merged fixes into 
-next...

Cheers,

Richard


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

* Re: [PATCH 4/9] gzip: upgrade to 1.8
  2016-06-12  2:21 ` [PATCH 4/9] gzip: upgrade to 1.8 Chen Qi
  2016-06-13  7:23   ` Richard Purdie
@ 2016-06-14  4:38   ` Maxin B. John
  2016-06-14  9:41     ` ChenQi
  1 sibling, 1 reply; 16+ messages in thread
From: Maxin B. John @ 2016-06-14  4:38 UTC (permalink / raw)
  To: Chen Qi; +Cc: openembedded-core

Hi,

On Sun, Jun 12, 2016 at 10:21:02AM +0800, Chen Qi wrote:
> Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
> ---
>  meta/recipes-extended/gzip/{gzip_1.6.bb => gzip_1.8.bb} | 0
>  1 file changed, 0 insertions(+), 0 deletions(-)
>  rename meta/recipes-extended/gzip/{gzip_1.6.bb => gzip_1.8.bb} (100%)
> 
> diff --git a/meta/recipes-extended/gzip/gzip_1.6.bb b/meta/recipes-extended/gzip/gzip_1.8.bb
> similarity index 100%
> rename from meta/recipes-extended/gzip/gzip_1.6.bb
> rename to meta/recipes-extended/gzip/gzip_1.8.bb
> -- 
> 1.9.1

gzip-1.8 build failed on qemux86 - musl:
http://errors.yoctoproject.org/Errors/Details/69401/

Best Regards,
Maxin


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

* Re: [PATCH 4/9] gzip: upgrade to 1.8
  2016-06-14  4:38   ` Maxin B. John
@ 2016-06-14  9:41     ` ChenQi
  2016-06-14 12:03       ` Richard Purdie
  0 siblings, 1 reply; 16+ messages in thread
From: ChenQi @ 2016-06-14  9:41 UTC (permalink / raw)
  To: Maxin B. John; +Cc: openembedded-core

On 06/14/2016 12:38 PM, Maxin B. John wrote:
> Hi,
>
> On Sun, Jun 12, 2016 at 10:21:02AM +0800, Chen Qi wrote:
>> Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
>> ---
>>   meta/recipes-extended/gzip/{gzip_1.6.bb => gzip_1.8.bb} | 0
>>   1 file changed, 0 insertions(+), 0 deletions(-)
>>   rename meta/recipes-extended/gzip/{gzip_1.6.bb => gzip_1.8.bb} (100%)
>>
>> diff --git a/meta/recipes-extended/gzip/gzip_1.6.bb b/meta/recipes-extended/gzip/gzip_1.8.bb
>> similarity index 100%
>> rename from meta/recipes-extended/gzip/gzip_1.6.bb
>> rename to meta/recipes-extended/gzip/gzip_1.8.bb
>> -- 
>> 1.9.1
> gzip-1.8 build failed on qemux86 - musl:
> http://errors.yoctoproject.org/Errors/Details/69401/
>
> Best Regards,
> Maxin
>

Thanks.
I'll look into it.

Best Regards,
Chen Qi


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

* Re: [PATCH 4/9] gzip: upgrade to 1.8
  2016-06-14  9:41     ` ChenQi
@ 2016-06-14 12:03       ` Richard Purdie
  2016-06-15  3:17         ` ChenQi
  0 siblings, 1 reply; 16+ messages in thread
From: Richard Purdie @ 2016-06-14 12:03 UTC (permalink / raw)
  To: ChenQi, Maxin B. John; +Cc: openembedded-core

On Tue, 2016-06-14 at 17:41 +0800, ChenQi wrote:
> On 06/14/2016 12:38 PM, Maxin B. John wrote:
> > Hi,
> > 
> > On Sun, Jun 12, 2016 at 10:21:02AM +0800, Chen Qi wrote:
> > > Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
> > > ---
> > >   meta/recipes-extended/gzip/{gzip_1.6.bb => gzip_1.8.bb} | 0
> > >   1 file changed, 0 insertions(+), 0 deletions(-)
> > >   rename meta/recipes-extended/gzip/{gzip_1.6.bb => gzip_1.8.bb}
> > > (100%)
> > > 
> > > diff --git a/meta/recipes-extended/gzip/gzip_1.6.bb
> > > b/meta/recipes-extended/gzip/gzip_1.8.bb
> > > similarity index 100%
> > > rename from meta/recipes-extended/gzip/gzip_1.6.bb
> > > rename to meta/recipes-extended/gzip/gzip_1.8.bb
> > > -- 
> > > 1.9.1
> > gzip-1.8 build failed on qemux86 - musl:
> > http://errors.yoctoproject.org/Errors/Details/69401/
> > 
> > Best Regards,
> > Maxin
> > 
> 
> Thanks.
> I'll look into it.

I've updated the patch in -next to deal with this, and the
PREFERRED_VERSION warning it introduced too...

Cheers,

Richard


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

* Re: [PATCH 4/9] gzip: upgrade to 1.8
  2016-06-14 12:03       ` Richard Purdie
@ 2016-06-15  3:17         ` ChenQi
  0 siblings, 0 replies; 16+ messages in thread
From: ChenQi @ 2016-06-15  3:17 UTC (permalink / raw)
  To: Richard Purdie, Maxin B. John; +Cc: openembedded-core

On 06/14/2016 08:03 PM, Richard Purdie wrote:
> On Tue, 2016-06-14 at 17:41 +0800, ChenQi wrote:
>> On 06/14/2016 12:38 PM, Maxin B. John wrote:
>>> Hi,
>>>
>>> On Sun, Jun 12, 2016 at 10:21:02AM +0800, Chen Qi wrote:
>>>> Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
>>>> ---
>>>>    meta/recipes-extended/gzip/{gzip_1.6.bb => gzip_1.8.bb} | 0
>>>>    1 file changed, 0 insertions(+), 0 deletions(-)
>>>>    rename meta/recipes-extended/gzip/{gzip_1.6.bb => gzip_1.8.bb}
>>>> (100%)
>>>>
>>>> diff --git a/meta/recipes-extended/gzip/gzip_1.6.bb
>>>> b/meta/recipes-extended/gzip/gzip_1.8.bb
>>>> similarity index 100%
>>>> rename from meta/recipes-extended/gzip/gzip_1.6.bb
>>>> rename to meta/recipes-extended/gzip/gzip_1.8.bb
>>>> -- 
>>>> 1.9.1
>>> gzip-1.8 build failed on qemux86 - musl:
>>> http://errors.yoctoproject.org/Errors/Details/69401/
>>>
>>> Best Regards,
>>> Maxin
>>>
>> Thanks.
>> I'll look into it.
> I've updated the patch in -next to deal with this, and the
> PREFERRED_VERSION warning it introduced too...
>
> Cheers,
>
> Richard
>

Thanks a lot for that.

Best Regards,
Chen Qi


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

end of thread, other threads:[~2016-06-15  3:17 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-12  2:20 [PATCH 0/9] Package Upgrades -- 20160612 Chen Qi
2016-06-12  2:20 ` [PATCH 1/9] grep: upgrade to 2.25 Chen Qi
2016-06-12  2:21 ` [PATCH 2/9] sysstat: upgrade to 11.3.4 Chen Qi
2016-06-12  2:21 ` [PATCH 3/9] sudo: upgrade to 1.8.16 Chen Qi
2016-06-12  2:21 ` [PATCH 4/9] gzip: upgrade to 1.8 Chen Qi
2016-06-13  7:23   ` Richard Purdie
2016-06-13  8:18     ` Richard Purdie
2016-06-14  4:38   ` Maxin B. John
2016-06-14  9:41     ` ChenQi
2016-06-14 12:03       ` Richard Purdie
2016-06-15  3:17         ` ChenQi
2016-06-12  2:21 ` [PATCH 5/9] byacc: upgrade to 20160324 Chen Qi
2016-06-12  2:21 ` [PATCH 6/9] curl: upgrade to 7.49.1 Chen Qi
2016-06-12  2:21 ` [PATCH 7/9] tar: upgrade to 1.29 Chen Qi
2016-06-12  2:21 ` [PATCH 8/9] pciutils: upgrade to 3.5.1 Chen Qi
2016-06-12  2:21 ` [PATCH 9/9] resolvconf: upgrade to 1.79 Chen Qi

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.