# HG changeset patch # User John Donoghue # Date 1417550139 18000 # Node ID cdf855c2f26f2529fbdeb82fe6b657155e1be246 # Parent 9330999df0c269f740922388e2c6307efdd7c593 m4: update to 1.4.17 * src/build-m4.mk: update version, checksum * src/build-m4-1-fixes.patch: removed * dist-files.mk: removed build-m4-1-fixes.patch diff -r 9330999df0c2 -r cdf855c2f26f dist-files.mk --- a/dist-files.mk Tue Dec 02 12:39:48 2014 -0500 +++ b/dist-files.mk Tue Dec 02 14:55:39 2014 -0500 @@ -31,7 +31,6 @@ build-gcc.mk \ build-gperf.mk \ build-libtool.mk \ - build-m4-1-fixes.patch \ build-m4.mk \ build-msvctools.mk \ build-pkg-config-1-fixes.patch \ diff -r 9330999df0c2 -r cdf855c2f26f src/build-m4-1-fixes.patch --- a/src/build-m4-1-fixes.patch Tue Dec 02 12:39:48 2014 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,16 +0,0 @@ -diff -uNr a/lib/stdio.in.h b/lib/stdio.in.h ---- a/lib/stdio.in.h 2011-03-01 11:39:29.000000000 -0500 -+++ b/lib/stdio.in.h 2013-08-05 22:30:54.870325354 -0400 -@@ -158,12 +158,6 @@ - "use gnulib module fflush for portable POSIX compliance"); - #endif - --/* 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 --_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead"); -- - #if @GNULIB_FOPEN@ - # if @REPLACE_FOPEN@ - # if !(defined __cplusplus && defined GNULIB_NAMESPACE) diff -r 9330999df0c2 -r cdf855c2f26f src/build-m4.mk --- a/src/build-m4.mk Tue Dec 02 12:39:48 2014 -0500 +++ b/src/build-m4.mk Tue Dec 02 14:55:39 2014 -0500 @@ -3,8 +3,8 @@ PKG := build-m4 $(PKG)_IGNORE := -$(PKG)_VERSION := 1.4.16 -$(PKG)_CHECKSUM := 44b3ed8931f65cdab02aee66ae1e49724d2551a4 +$(PKG)_VERSION := 1.4.17 +$(PKG)_CHECKSUM := 4f80aed6d8ae3dacf97a0cb6e989845269e342f0 $(PKG)_SUBDIR := m4-$($(PKG)_VERSION) $(PKG)_FILE := m4-$($(PKG)_VERSION).tar.gz $(PKG)_URL := ftp://ftp.gnu.org/pub/gnu/m4/$($(PKG)_FILE)