diff options
author | wiz <wiz@pkgsrc.org> | 2010-02-26 15:31:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-02-26 15:31:42 +0000 |
commit | eaff03d86de2a05e696b039c6c03e21d5a38de17 (patch) | |
tree | 17c37ff3da3d3e60dc76575c9aaf4dcb246080b5 /devel/m4/Makefile | |
parent | c7caba87aba92074a97e95b765ab6940decf2b89 (diff) | |
download | pkgsrc-eaff03d86de2a05e696b039c6c03e21d5a38de17.tar.gz |
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.
Diffstat (limited to 'devel/m4/Makefile')
-rw-r--r-- | devel/m4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/m4/Makefile b/devel/m4/Makefile index 62f31012eb4..42fb0d2975a 100644 --- a/devel/m4/Makefile +++ b/devel/m4/Makefile @@ -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/} |