libiconv: Remove obsolete versions

The following versions were marked obsolete in crosstool-ng-1.24.0,
remove them.
- libiconv-1.14

Signed-off-by: Chris Packham <judge.packham@gmail.com>
This commit is contained in:
Chris Packham 2021-09-21 19:56:07 +12:00
parent 04dce680e8
commit 5b138bf837
3 changed files with 0 additions and 38 deletions

View File

@ -1,33 +0,0 @@
---
srclib/stdio.in.h | 19 ++++---------------
1 file changed, 4 insertions(+), 15 deletions(-)
--- a/srclib/stdio.in.h
+++ b/srclib/stdio.in.h
@@ -679,22 +679,11 @@
# endif
#endif
-#if @GNULIB_GETS@
-# if @REPLACE_STDIO_READ_FUNCS@ && @GNULIB_STDIO_H_NONBLOCKING@
-# if !(defined __cplusplus && defined GNULIB_NAMESPACE)
-# undef gets
-# define gets rpl_gets
-# endif
-_GL_FUNCDECL_RPL (gets, char *, (char *s) _GL_ARG_NONNULL ((1)));
-_GL_CXXALIAS_RPL (gets, char *, (char *s));
-# else
-_GL_CXXALIAS_SYS (gets, char *, (char *s));
-# undef gets
-# endif
-_GL_CXXALIASWARN (gets);
/* 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. */
+ so any use of gets warrants an unconditional warning; besides, C11
+ removed it. */
+#undef gets
+#if HAVE_RAW_DECL_GETS
_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
#endif

View File

@ -1,4 +0,0 @@
md5 libiconv-1.14.tar.gz e34509b1623cec449dfeb73d7ce9c6c6
sha1 libiconv-1.14.tar.gz be7d67e50d72ff067b2c0291311bc283add36965
sha256 libiconv-1.14.tar.gz 72b24ded17d687193c3366d0ebe7cde1e6b18f0df8c55438ac95be39e8a30613
sha512 libiconv-1.14.tar.gz b96774fefc4fa1d07948fcc667027701373c34ebf9c4101000428e048addd85a5bb5e05e59f80eb783a3054a3a8a3c0da909450053275bbbf3ffde511eb3f387

View File

@ -1 +0,0 @@
obsolete='yes'