non port: www/node6/Makefile |
SVNWeb
|
Number of commits found: 66 |
Thu, 3 Oct 2019
|
[ 20:35 jbeich ] (Only the first 10 of 135 ports in this commit are shown above. )
devel/icu: update to 65.1
Changes: http://site.icu-project.org/download/65
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
|
Sat, 14 Sep 2019
|
[ 22:01 jbeich ] (Only the first 10 of 47 ports in this commit are shown above. )
Drop C++11 workaround for GCC < 6 after r449590
lang/gcc5 will expire in ~1 month. If someone still uses lang/gcc48
they should backport C++11 fix instead. QA on GCC architecuters is
currently limited to powerpc64 which uses GCC_DEFAULT.
PR: 193528
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Thu, 4 Apr 2019
|
[ 08:19 bhughes ]
www/node6: Update 6.17.0_1 -> 6.17.1
https://nodejs.org/en/blog/release/v6.17.1/
Sponsored by: Miles AS
|
Fri, 29 Mar 2019
|
[ 04:57 bhughes ]
www/node*: specify minimum versions of dependencies in BUILD_DEPENDS
Add BUILD_DEPENDS for all LIB_DEPENDS, specifying the minimum version as
the version bundled with a particlar version of Node.js. This should help
people building from ports with out-of-date dependencies with a helpful
message instead of build failures.
Reported by: freebsd-ports@
Sponsored by: Miles AS
|
Wed, 27 Mar 2019
|
[ 21:11 jbeich ] (Only the first 10 of 127 ports in this commit are shown above. )
devel/icu: update to 64.1
Changes: http://site.icu-project.org/download/64
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 236325
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19479
|
Sat, 16 Mar 2019
|
[ 22:57 bhughes ]
www/node6: add deprecation notice
Node.js 6.x LTS reaches end-of-life on 2019-04-30, see
https://github.com/nodejs/Release
Sponsored by: Miles AS
|
Tue, 12 Mar 2019
|
[ 21:09 bhughes ]
www/node6: set environment variables for host build
The Node.js build system supports cross-compilation via node-gyp, which
picks up CC, CXX, LINK, C*FLAGS, and LDFLAGS from the environment for the
target build, but not for the host. We need to set the environment variables
for the "host" build.
Sponsored by: Miles AS
Differential Revision: https://reviews.freebsd.org/D19250
|
Sun, 3 Mar 2019
|
[ 09:16 bhughes ]
www/node6: Update 6.16.0_1 0-> 6.17.0
This is a security release. All Node.js users should consult the security
release summary at
https://nodejs.org/en/blog/vulnerability/february-2019-security-releases/
for details on patched vulnerabilities.
MFH: 2019Q1
Security: b71d7193-3c54-11e9-a3f9-00155d006b02
Sponsored by: Miles AS
|
Mon, 11 Feb 2019
|
[ 18:24 bhughes ]
www/node*: fix build on non-amd64/-i386 when BUNDLED_SSL is unset
The --openssl-no-asm configure option should only be set
when BUNDLED_SSL is enabled.
PR: 235311
Reported by: jbeich
Sponsored by: Miles AS
|
Wed, 23 Jan 2019
|
[ 21:10 bhughes ]
www/node6: build on FreeBSD >=12
Change the default options to enable BUNDLED_SSL by default on
FreeBSD >=12, which includes OpenSSL 1.1 in the base system, not the
1.0.2 required by Node.js 6.x LTS. Bump PORTREVISION due to the change
in defaults.
While here, convert the port to use BROKEN_SSL, taking care to set
BROKEN_SSL+=base when appropriate.
Sponsored by: Miles AS
|
Fri, 28 Dec 2018
|
[ 20:43 bhughes ]
www/node6: Update 6.15.1_1 -> 6.16.0
The 6.15.0 security release introduced some unexpected breakages on the
6.x release line. This is a special release to fix a regression in the
HTTP binary upgrade response body and add a missing CLI flag to adjust
the max header size of the http parser.
https://nodejs.org/en/blog/release/v6.16.0/
Sponsored by: Miles AS
|
Fri, 21 Dec 2018
|
[ 15:12 bhughes ]
www/node6: disable DTRACE on powerpc64
s/EXCLIDE/EXCLUDE/ to fix typo in last commit.
PR: 233694
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Sponsored by: Miles AS
|
[ 12:49 bhughes ]
www/node6: fix build on powerpc64
PR: 233694
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Sponsored by: Miles AS
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
Tue, 11 Dec 2018
|
[ 10:10 antoine ] (Only the first 10 of 22 ports in this commit are shown above. )
Spell CHOSEN_COMPILER_TYPE correctly
PR: 199098
With hat: portmgr
|
Mon, 10 Dec 2018
|
[ 11:33 bhughes ]
www/node6: Update 6.14.4_1 -> 6.15.1
This is a security release addressing multiple vulnerabilities. Node.js
6.15.0 addresses the vulnerabilities, and 6.15.1 addresses an issue with
the fix for CVE-2018-12122. Users are recommended to upgrade as soon as
possible.
https://nodejs.org/en/blog/vulnerability/november-2018-security-releases/
https://nodejs.org/en/blog/release/v6.15.0/
https://nodejs.org/en/blog/release/v6.15.1/
MFH: 2018Q4
Security: 2a86f45a-fc3c-11e8-a414-00155d006b02
Sponsored by: Miles AS
|
Fri, 2 Nov 2018
|
[ 13:32 rene ] (Only the first 10 of 243 ports in this commit are shown above. )
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724
|
Wed, 31 Oct 2018
|
[ 21:03 bhughes ]
www/node10: copy from www/node, update 10.12.0_1 -> 10.13.0 (LTS)
Create a new port for the latest Node.js 10.13.0 LTS release. Update
CONFLICTS for the existing Node.js ports to include the new node10 port
and remove non-existent ports.
https://nodejs.org/en/blog/release/v10.13.0/
Sponsored by: Miles AS
|
Tue, 23 Oct 2018
|
[ 11:35 jbeich ] (Only the first 10 of 123 ports in this commit are shown above. )
devel/icu: update to 63.1
Changes: http://site.icu-project.org/download/63
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 232300
Exp-run by: antoine
|
Mon, 27 Aug 2018
|
[ 11:27 bhughes ]
www/node6: Update 6.14.3_2 -> 6.14.4
This is a security release addressing multiple vulnerabilities. Users
are recommended to upgrade as soon as possible.
https://nodejs.org/en/blog/vulnerability/august-2018-security-releases/
https://nodejs.org/en/blog/release/v6.14.4/
MFH: 2018Q3
Security: 0904e81f-a89d-11e8-afbb-bc5ff4f77b71
Sponsored by: Miles AS
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] (Only the first 10 of 1480 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
|
Fri, 29 Jun 2018
|
[ 14:22 jbeich ] (Only the first 10 of 123 ports in this commit are shown above. )
devel/icu: update to 62.1
Changes: http://site.icu-project.org/download/62
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 229359
Exp-run by: antoine (only 10.4)
|
Fri, 15 Jun 2018
|
[ 13:58 bhughes ]
www/node6: Update 6.14.2 -> 6.14.3
Update to the latest security release, fixing CVE-2018-7167.
https://nodejs.org/en/blog/release/v6.14.3/
https://nodejs.org/en/blog/vulnerability/june-2018-security-releases/
MFH: 2018Q2
Security: 45b8e2eb-7056-11e8-8fab-63ca6e0e13a2
Sponsored by: Miles AS
|
Tue, 1 May 2018
|
[ 20:38 bhughes ]
www/node6: Update 6.14.1_1 -> 6.14.2
Notable Changes:
- n-api has been backported to v6.x. It is being landed as an
experimental interface, and as such is landing in a Semver-Patch
release.
https://nodejs.org/en/blog/release/v6.14.2/
|
Fri, 6 Apr 2018
|
[ 15:53 jbeich ] (Only the first 10 of 117 ports in this commit are shown above. )
devel/icu: update to 61.1
Changes: http://site.icu-project.org/download/61
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 227042
Exp-run by: antoine
MFH: 2018Q2 (required by Firefox 61)
|
Sun, 1 Apr 2018
|
[ 09:19 bhughes ]
www/node6: Update 6.14.0 -> 6.14.1
No changes from the previous verison. This release ensures that the
hosted binaries from the Node.js project adhere to the platform support
contract, which does not apply to the FreeBSD port and packages.
MFH: 2018Q2
|
Thu, 29 Mar 2018
|
[ 19:54 bhughes ]
www/node6: Update 6.13.1 -> 6.14.0
This is a security release addressing multiple vulnerabilities. Users
are recommended to upgrade as soon as possible.
https://nodejs.org/en/blog/vulnerability/march-2018-security-releases/
https://nodejs.org/en/blog/release/v6.14.0/
MFH: 2018Q1
Security: 5a9bbb6e-32d3-11e8-a769-6daaba161086
|
Wed, 7 Mar 2018
|
[ 14:58 bhughes ]
www/node: Update 6.13.0 -> 6.13.1
Notable changes:
- http, tls: better support for IPv6 addresses
https://nodejs.org/en/blog/release/v6.13.1/
|
Mon, 19 Feb 2018
|
[ 11:10 antoine ] (Only the first 10 of 442 ports in this commit are shown above. )
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA
|
Fri, 16 Feb 2018
|
[ 20:30 bhughes ]
www/node6: Update 6.12.3 -> 6.13.0
https://nodejs.org/en/blog/release/v6.13.0/
|
Thu, 8 Feb 2018
|
[ 14:29 bhughes ]
www/node,www/node8,www/node6: disable dtrace usdt on armv[67]
Disable the DTRACE option by default on armv[67] since Node.js fails to
build on armv[67] with the following error:
dt_modtext:/usr/src/cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c(820):
arm not implemented
PR: 224271
Submitted by: mikael.urankar@gmail.com
|
Sat, 3 Feb 2018
|
[ 22:29 bhughes ]
www/node6: Update 6.12.2 -> 6.12.3
https://nodejs.org/en/blog/release/v6.12.3/
While here, pet portlint:
- move ONLY_FOR_ARCHS
- remove USES_LDCONFIG (node.js doesn't install a .so)
Differential Revision: https://reviews.freebsd.org/D13774
|
Thu, 14 Dec 2017
|
[ 19:45 bhughes ]
www/node6: Update 6.12.0_1 -> 6.12.2
Approved by: mat (co-mentor)
Security: bea84a7a-e0c9-11e7-b4f3-11baa0c2df21
Differential Revision: https://reviews.freebsd.org/D13441
|
Thu, 9 Nov 2017
|
[ 02:31 jbeich ] (Only the first 10 of 109 ports in this commit are shown above. )
devel/icu: update to 60.1
Changes: http://site.icu-project.org/download/60
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 223373
Exp-run by: antoine
|
Wed, 8 Nov 2017
|
[ 13:41 bhughes ]
www/node6: Update 6.11.5 -> 6.12.0
Approved by: robak (mentor)
Differential Revision: https://reviews.freebsd.org/D13003
|
Mon, 6 Nov 2017
|
[ 14:17 bhughes ]
www/node8: copy from www/node, update 8.8.1 -> 8.9.0 (LTS)
Create a new port for the latest Node.js 8.9.0 LTS release. Update
CONFLICTS for the existing Node.js ports to include the new node8 port
and remove non-existent ports.
https://nodejs.org/en/blog/release/v8.9.0/
Approved by: robak (mentor)
Differential Revision: https://reviews.freebsd.org/D12930
|
Wed, 25 Oct 2017
|
[ 18:38 bhughes ]
www/node6: Update 6.11.4 -> 6.11.5
Update to the latest upstream v6.x release to address a remote DoS
vulnerability.
https://nodejs.org/en/blog/vulnerability/oct-2017-dos/
https://nodejs.org/en/blog/release/v6.11.5/
Approved by: robak (mentor)
MFH: 2017Q4
Security: CVE-2017-14919
Differential Revision: https://reviews.freebsd.org/D12784
|
Tue, 10 Oct 2017
|
[ 21:31 linimon ] (Only the first 10 of 44 ports in this commit are shown above. )
For ports that are explicitly enabled on armv6, also enable them
on armv7. This has not been tested with an -exp run but should
"do no harm".
PR: 221894 (partial)
|
Thu, 5 Oct 2017
|
[ 08:52 bhughes ]
www/node6: Update 6.11.3_1 -> 6.11.4
Approved by: robak (mentor)
Differential Revision: https://reviews.freebsd.org/D12594
|
Mon, 25 Sep 2017
|
[ 00:02 jbeich ] (Only the first 10 of 111 ports in this commit are shown above. )
devel/icu: update to 59.1
- Temporarily keep C++98 working in consumers for Clang's default -std=
Changes: http://site.icu-project.org/download/59
PR: 218788
Submitted by: takefu@airport.fm, dcarmich@dcarmichael.net (early version)
Exp-run by: antoine
|
Fri, 22 Sep 2017
|
[ 10:48 mat ] (Only the first 10 of 175 ports in this commit are shown above. )
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488
|
Mon, 11 Sep 2017
|
[ 18:09 bhughes ]
www/node6: Update 6.11.2_1 -> 6.11.3
Remove files/patch-node.gyp, since this patch has landed upstream. Use
DTRACE_CONFIGURE_ON to add --with-dtrace to the configure arguments when
DTRACE is enabled.
Approved by: robak (mentor)
Differential Revision: https://reviews.freebsd.org/D12297
|
Sun, 10 Sep 2017
|
[ 20:55 gerald ] (Only the first 10 of 1201 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
|
Tue, 8 Aug 2017
|
[ 18:16 bhughes ]
www/node6: Update 6.11.1 -> 6.11.2
Approved by: mat (co-mentor)
Differential Revision: https://reviews.freebsd.org/D11924
|
Thu, 13 Jul 2017
|
[ 15:21 bhughes ]
www/node6: Update 6.11.0 -> 6.11.1
Approved by: robak (mentor)
MFH: 2017Q3
Security: 3eff66c5-66c9-11e7-aa1d-3d2e663cef42
Differential Revision: https://reviews.freebsd.org/D11579
|
Mon, 26 Jun 2017
|
[ 23:44 linimon ] (Only the first 10 of 13 ports in this commit are shown above. )
Sort ARCHS. Pet portlint.
Approved by: portmgr (tier-2 blanket)
|
[ 10:34 bhughes ]
www/node6: Update 6.10.3 -> 6.11.0
While here, sort ONLY_FOR_ARCHS as recommended by portlint.
Approved by: robak (mentor)
Differential Revision: https://reviews.freebsd.org/D11187
|
Fri, 2 Jun 2017
|
[ 19:15 bhughes ]
multiple ports: Update MAINTANER
Change bradleythughes@fastmail.fm -> bhughes@FreeBSD.org after
receiving my ports commit bit on all ports I maintain: devel/awscli,
devel/py-botocore, net/py-s3transfer, net/turnserver, www/node4,
www/node6, and www/node.
Approved by: robak (mentor)
Differential Review: https://reviews.freebsd.org/D11015
|
Wed, 10 May 2017
|
[ 17:52 sunpoet ]
Update to 6.10.3
Changes: https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V6.md
PR: 219192
Submitted by: Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
|
Thu, 6 Apr 2017
|
[ 13:58 robak ]
www/node6: update 6.10.1 -> 6.10.2
PR: 218427
Submitted by: Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
|
Sat, 1 Apr 2017
|
[ 15:23 gerald ] (Only the first 10 of 1118 ports in this commit are shown above. )
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
|
Thu, 23 Mar 2017
|
[ 23:25 sunpoet ]
Update to 6.10.1
Changes: https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V6.md
PR: 218046
Submitted by: Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
|
Thu, 2 Mar 2017
|
[ 15:40 krion ]
Update www/node6 to 6.10.0
PR: 217330
Submitted by: maintainer
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9794
|
Tue, 14 Feb 2017
|
[ 16:15 sunpoet ]
Enable BUNDLED_SSL by default only on FreeBSD 10
- Add UPDATING entry
- Bump PORTREVISION for dependency change
PR: 217095
Submitted by: Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
|
Sun, 5 Feb 2017
|
[ 21:20 tijl ] (Only the first 10 of 32 ports in this commit are shown above. )
- Remove inclusion of bsd.default-versions.mk from ftp/curl/Makefile so
bsd.default-versions.mk can rely on ARCH being defined.
- In bsd.port.mk move inclusion of bsd.default-versions.mk from the
pre-makefile section to the options section so the variables can be used
earlier. Also put the bit of code sitting between the options section and
the pre-makefile section into the options section.
- Remove last few cases where ports set WITH_OPENSSL_PORT. This variable is
handled in bsd.default-versions.mk and some ports were setting it after
including bsd.port.options.mk. After FreeBSD 9 EoL all but a few ports,
and then only when setting non-default options, work without setting that
variable.
PR: 215996
Exp-run by: antoine
Approved by: portmgr (antoine)
|
[ 05:32 sunpoet ]
Update to 6.9.5
Changes: https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V6.md
PR: 216794
Submitted by: Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
|
Fri, 6 Jan 2017
|
[ 20:02 sunpoet ]
Update to 6.9.4
- Update pkg-message
- While I'm here, remove duplicate PLIST_SUB which is already handled by
OPTIONS_SUB=yes
Changes: https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V6.md
https://nodejs.org/en/blog/release/v6.9.4/
PR: 215776
Submitted by: Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
|
Tue, 3 Jan 2017
|
[ 19:10 sunpoet ]
Remove OPTIONS_EXCLUDE_FreeBSD_9
Approved by: portmgr (blanket)
|
Tue, 20 Dec 2016
|
[ 17:56 mat ]
Remove emulation of OPTIONS_EXCLUDE_${OPSYS}_${OSREL:R}, it is a thing
now.
Sponsored by: Absolight
|
Fri, 9 Dec 2016
|
[ 12:58 sunpoet ]
- Update to 6.9.2
Changes: https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V6.md
https://nodejs.org/en/blog/release/v6.9.2/
PR: 215167
Submitted by: Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
|
Wed, 7 Dec 2016
|
[ 23:54 adamw ]
Remove www/node in preparation for moving node7 into its place.
Update the CONFLICTS lines for the node ports at the same time.
PR: 213948
Approved by: maintainer (Bradley T. Hughes)
|
Wed, 23 Nov 2016
|
[ 01:47 swills ]
www/node6: add dtrace option and enable by default
Approved by: bradleythughes@fastmail.fm (maintainer)
|
Sat, 19 Nov 2016
|
[ 22:03 pi ] (Only the first 10 of 11 ports in this commit are shown above. )
www/node7: Add Node.js 7.1.0, copied from www/node
PR: 213945
Submitted by: Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
|
[ 18:21 jbeich ] (Only the first 10 of 85 ports in this commit are shown above. )
devel/icu: update to 58.1
Changes: http://site.icu-project.org/download/58
PR: 214384
Exp-run by: antoine
Approved by: office (bapt)
|
[ 12:21 pi ] (Only the first 10 of 11 ports in this commit are shown above. )
www/node: Copy to www/node6 as LTS version
PR: 213693
Submitted by: Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
|
Number of commits found: 66 |