summaryrefslogtreecommitdiffstats
path: root/contrib/bmake/ChangeLog
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2013-06-05 16:12:50 +0000
committersjg <sjg@FreeBSD.org>2013-06-05 16:12:50 +0000
commit5d26938b1d35cf753994309c70a0ef31b8302288 (patch)
tree789e70a5bdc53ba9877c05494da4c8f48c6b0b2c /contrib/bmake/ChangeLog
parentad8f1288616c7cfbc352251ce284661623f69fb8 (diff)
downloadFreeBSD-src-5d26938b1d35cf753994309c70a0ef31b8302288.zip
FreeBSD-src-5d26938b1d35cf753994309c70a0ef31b8302288.tar.gz
Update to bmake-20130604 to fix file descriptor leak.
Diffstat (limited to 'contrib/bmake/ChangeLog')
-rw-r--r--contrib/bmake/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/contrib/bmake/ChangeLog b/contrib/bmake/ChangeLog
index 0af20ca..587c7f9 100644
--- a/contrib/bmake/ChangeLog
+++ b/contrib/bmake/ChangeLog
@@ -1,3 +1,16 @@
+2013-06-04 Simon J. Gerraty <sjg@bad.crufty.net>
+
+ * Makefile (MAKE_VERSION): 20130604
+ Merge with NetBSD make, pick up
+ o job.c: JobCreatePipe: do fcntl() after any tweaking of fd's
+ to avoid leaking descriptors.
+
+2013-05-28 Simon J. Gerraty <sjg@bad.crufty.net>
+
+ * Makefile (MAKE_VERSION): 20130528
+ Merge with NetBSD make, pick up
+ o var.c: cleanup some left-overs in VarHash()
+
2013-05-20 Simon J. Gerraty <sjg@bad.crufty.net>
* Makefile (MAKE_VERSION): 20130520
OpenPOWER on IntegriCloud