From 5b138bf8372ddf456873747d5a2e7a1ff1c68ae2 Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Tue, 21 Sep 2021 19:56:07 +1200 Subject: 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 diff --git a/packages/libiconv/1.14/0000-srclib_stdio.in.h-remove-gets-declarations.patch b/packages/libiconv/1.14/0000-srclib_stdio.in.h-remove-gets-declarations.patch deleted file mode 100644 index 3eccfe9..0000000 --- a/packages/libiconv/1.14/0000-srclib_stdio.in.h-remove-gets-declarations.patch +++ /dev/null @@ -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 - diff --git a/packages/libiconv/1.14/chksum b/packages/libiconv/1.14/chksum deleted file mode 100644 index 44b3860..0000000 --- a/packages/libiconv/1.14/chksum +++ /dev/null @@ -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 diff --git a/packages/libiconv/1.14/version.desc b/packages/libiconv/1.14/version.desc deleted file mode 100644 index fcfe389..0000000 --- a/packages/libiconv/1.14/version.desc +++ /dev/null @@ -1 +0,0 @@ -obsolete='yes' -- cgit v0.10.2-6-g49f6