Update to 1.4.14:
* Noteworthy changes in Version 1.4.14 (2010-02-24) [stable] Released by Eric Blake, based on git version 1.4.13.* ** Fix regression introduced in 1.4.12 where executing with stdout closed could crash m4 on exit on some platforms. ** Fix regressions introduced in 1.4.13 in the `esyscmd' builtin, where closed file descriptors could interfere with child execution, and where a child status of 127 made m4 print a spurious message to stderr. ** Fix a security hole in 'make dist', present since at least M4 1.4, that could affect anybody attempting to redistribute modified sources (see Automake CVE-2009-4029). ** A number of portability improvements inherited from gnulib.
This commit is contained in:
parent
08e6acb742
commit
711d8f2f94
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.60 2009/05/21 16:18:25 sno Exp $
|
||||
# $NetBSD: Makefile,v 1.61 2010/02/26 15:31:42 wiz Exp $
|
||||
|
||||
DISTNAME= m4-1.4.13
|
||||
DISTNAME= m4-1.4.14
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=m4/}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.27 2009/04/20 09:57:37 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.28 2010/02/26 15:31:42 wiz Exp $
|
||||
|
||||
SHA1 (m4-1.4.13.tar.gz) = 75aba989a6dfaa0bbe43d3bcf8d1d47bcd03e39a
|
||||
RMD160 (m4-1.4.13.tar.gz) = 92874c851ddd1a9f6513426bc75390f5ce04e3ed
|
||||
Size (m4-1.4.13.tar.gz) = 1274475 bytes
|
||||
SHA1 (m4-1.4.14.tar.gz) = 8bf68b7a072d68affaccd281138ec73aca23b954
|
||||
RMD160 (m4-1.4.14.tar.gz) = 80c6a4a7ac22419777fe2890f05dfaaa5c53f946
|
||||
Size (m4-1.4.14.tar.gz) = 1509355 bytes
|
||||
|
|
Loading…
Reference in a new issue