pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/nodejs



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Thu Apr 30 15:04:56 UTC 2015

Modified Files:
        pkgsrc/lang/nodejs: Makefile PLIST distinfo
        pkgsrc/lang/nodejs/patches: patch-common.gypi patch-deps_uv_common.gypi
            patch-deps_v8_tools_gyp_v8.gyp patch-tools_install.py
Added Files:
        pkgsrc/lang/nodejs/patches:
            patch-deps_v8_src_base_platform_platform-posix.cc
            patch-deps_v8_tools_run-llprof.sh patch-src_cares__wrap.cc
Removed Files:
        pkgsrc/lang/nodejs/patches: patch-deps_uv_src_unix_netbsd.c
            patch-deps_uv_src_unix_thread.c

Log Message:
Update to 0.12.2

Changelog:
2015.03.31, Version 0.12.2 (Stable)

* uv: Upgrade to 1.4.2

* npm: Upgrade to 2.7.4

* V8: do not add extra newline in log file (Julien Gilli)

* V8: Fix --max_old_space_size=4096 integer overflow (Andrei Sedoi)

* asyncwrap: fix constructor condition for early ret (Trevor Norris)

* buffer: align chunks on 8-byte boundary (Fedor Indutny)

* buffer: fix pool offset adjustment (Trevor Norris)

* build: fix use of strict aliasing (Trevor Norris)

* console: allow Object.prototype fields as labels (Colin Ihrig)

* fs: make F_OK/R_OK/W_OK/X_OK not writable (Jackson Tian)

* fs: properly handle fd passed to truncate() (Bruno Jouhier)

* http: fix assert on data/end after socket error (Fedor Indutny)

* lib: fix max size check in Buffer constructor (Ben Noordhuis)

* lib: fix stdio/ipc sync i/o regression (Ben Noordhuis)

* module: replace NativeModule.require (Herbert Vojčík)

* net: allow port 0 in connect() (cjihrig)

* net: unref timer in parent sockets (Fedor Indutny)

* path: refactor for performance and consistency (Nathan Woltman)

* smalloc: extend user API (Trevor Norris)

* src: fix for SIGINT crash on FreeBSD (Fedor Indutny)

* src: fix builtin modules failing with --use-strict (Julien Gilli)

* watchdog: fix timeout for early polling return (Saúl Ibarra Corretgé)

2015.03.23, Version 0.12.1 (Stable), 0034086b49f22cfde765a7e9f55db25f8eb310b6

* openssl: upgrade to 1.0.1m (Addressing multiple CVES)

2015.02.06, Version 0.12.0 (Stable), 2b18916ff054309a07408719b62e2b6a4f1e056a

* npm: Upgrade to 2.5.1

* mdb_v8: update for v0.12 (Dave Pacheco)


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/lang/nodejs/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/lang/nodejs/PLIST
cvs rdiff -u -r1.25 -r1.26 pkgsrc/lang/nodejs/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/nodejs/patches/patch-common.gypi \
    pkgsrc/lang/nodejs/patches/patch-deps_uv_common.gypi \
    pkgsrc/lang/nodejs/patches/patch-deps_v8_tools_gyp_v8.gyp \
    pkgsrc/lang/nodejs/patches/patch-tools_install.py
cvs rdiff -u -r1.2 -r0 \
    pkgsrc/lang/nodejs/patches/patch-deps_uv_src_unix_netbsd.c
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/lang/nodejs/patches/patch-deps_uv_src_unix_thread.c
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/lang/nodejs/patches/patch-deps_v8_src_base_platform_platform-posix.cc \
    pkgsrc/lang/nodejs/patches/patch-deps_v8_tools_run-llprof.sh \
    pkgsrc/lang/nodejs/patches/patch-src_cares__wrap.cc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index