diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2013-10-16 15:36:59 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-26 15:48:47 +0100 |
commit | 8ba336d0fb86ec8eff65d39ef1db2ca8950f158f (patch) | |
tree | ba8e9690200622ca6aa371fab366337f215601ec /meta/recipes-extended/tar/tar-1.26/remove-gets.patch | |
parent | b7505d7c279888bd1675c1a8387edcf87cae8aac (diff) | |
download | openembedded-core-8ba336d0fb86ec8eff65d39ef1db2ca8950f158f.tar.gz openembedded-core-8ba336d0fb86ec8eff65d39ef1db2ca8950f158f.tar.bz2 openembedded-core-8ba336d0fb86ec8eff65d39ef1db2ca8950f158f.zip |
tar: upgrade to 1.27
Refreshed remove-gets.patch to apply correctly.
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/tar/tar-1.26/remove-gets.patch')
-rw-r--r-- | meta/recipes-extended/tar/tar-1.26/remove-gets.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/meta/recipes-extended/tar/tar-1.26/remove-gets.patch b/meta/recipes-extended/tar/tar-1.26/remove-gets.patch deleted file mode 100644 index 2429d429ae..0000000000 --- a/meta/recipes-extended/tar/tar-1.26/remove-gets.patch +++ /dev/null @@ -1,20 +0,0 @@ -ISO C11 removes the specification of gets() from the C language, eglibc 2.16+ removed it - -Signed-off-by: Khem Raj <raj.khem@gmail.com> - -Upstream-Status: Pending -Index: tar-1.26/gnu/stdio.in.h -=================================================================== ---- tar-1.26.orig/gnu/stdio.in.h 2011-03-12 01:14:33.000000000 -0800 -+++ tar-1.26/gnu/stdio.in.h 2012-07-04 12:18:58.997081535 -0700 -@@ -163,8 +163,10 @@ - /* It is very rare that the developer ever has full control of stdin, - so any use of gets warrants an unconditional warning. Assume it is - always declared, since it is required by C89. */ -+#if defined gets - #undef gets - _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead"); -+#endif - - #if @GNULIB_FOPEN@ - # if @REPLACE_FOPEN@ |