All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chen Qi <Qi.Chen@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH 7/9] tar: upgrade to 1.29
Date: Sun, 12 Jun 2016 10:21:05 +0800	[thread overview]
Message-ID: <10e55d79ebc6abf9826ec79fd4df6d5e4664f71c.1465697985.git.Qi.Chen@windriver.com> (raw)
In-Reply-To: <cover.1465697985.git.Qi.Chen@windriver.com>

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



  parent reply	other threads:[~2016-06-12  2:20 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Chen Qi [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=10e55d79ebc6abf9826ec79fd4df6d5e4664f71c.1465697985.git.Qi.Chen@windriver.com \
    --to=qi.chen@windriver.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.