forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
buffer - make byteLength work with Buffer correctly (Jackson Tian) debugger - guard against call from non-node context (Ben Noordhuis) - do not incept debug context (Myles Borins) deps - update to http-parser 2.5.2 (James Snell)
- Loading branch information
fhajny
committed
Feb 17, 2016
1 parent
6df4422
commit b693931
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# $NetBSD: Makefile,v 1.6 2016/02/10 11:14:36 fhajny Exp $ | ||
# $NetBSD: Makefile,v 1.7 2016/02/17 11:24:47 fhajny Exp $ | ||
|
||
DISTNAME= node-v4.3.0 | ||
DISTNAME= node-v4.3.1 | ||
|
||
.include "../../lang/nodejs/Makefile.common" | ||
.include "../../mk/bsd.pkg.mk" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters