changeset 4360:63a9f37abcbc

libiconv: update to 1.15 * src/libiconv.mk: update version, checksum * src/libiconv-1-fix.patch: removed * dist-files.mk: removed libiconv-1-fix.patch
author John D
date Mon, 13 Mar 2017 08:13:04 -0400
parents 2c47a4853d1a
children eb3e153306f3
files dist-files.mk src/libiconv-1-fix.patch src/libiconv.mk
diffstat 3 files changed, 2 insertions(+), 31 deletions(-) [+]
line wrap: on
line diff
--- a/dist-files.mk	Mon Mar 13 08:13:03 2017 -0400
+++ b/dist-files.mk	Mon Mar 13 08:13:04 2017 -0400
@@ -243,7 +243,6 @@
   libiberty.mk \
   libical-test.c \
   libical.mk \
-  libiconv-1-fix.patch \
   libiconv.mk \
   libidn-1-fixes.patch \
   libidn-test.c \
--- a/src/libiconv-1-fix.patch	Mon Mar 13 08:13:03 2017 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,0 @@
-diff -uNr a/srclib/stdio.in.h b/srclib/stdio.in.h
---- a/srclib/stdio.in.h	2011-08-07 09:42:06.000000000 -0400
-+++ b/srclib/stdio.in.h	2013-07-01 18:48:58.875038466 -0400
-@@ -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.  */
-+#undef gets
-+#if HAVE_RAW_DECL_GETS
- _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
- #endif
- 
--- a/src/libiconv.mk	Mon Mar 13 08:13:03 2017 -0400
+++ b/src/libiconv.mk	Mon Mar 13 08:13:04 2017 -0400
@@ -3,8 +3,8 @@
 
 PKG             := libiconv
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 1.14
-$(PKG)_CHECKSUM := be7d67e50d72ff067b2c0291311bc283add36965
+$(PKG)_VERSION  := 1.15
+$(PKG)_CHECKSUM := 7af3149fa7c4bd1d3a36a30f02e95a0ebfd6b18f
 $(PKG)_SUBDIR   := libiconv-$($(PKG)_VERSION)
 $(PKG)_FILE     := libiconv-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL      := http://ftp.gnu.org/pub/gnu/libiconv/$($(PKG)_FILE)