Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] nodejs: update to 13.0.1.
@ 2019-11-03  9:21 voidlinux-github
  2019-11-03 10:33 ` voidlinux-github
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: voidlinux-github @ 2019-11-03  9:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 314 bytes --]

There is a new pull request by k4leg against master on the void-packages repository

https://github.com/k4leg/void-packages nodejs
https://github.com/void-linux/void-packages/pull/16083

nodejs: update to 13.0.1.
[ci skip]

A patch file from https://github.com/void-linux/void-packages/pull/16083.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nodejs-16083.patch --]
[-- Type: text/x-diff, Size: 1077 bytes --]

From 20ec8808b58ce1fb75c51a674d844b403c8dd88f Mon Sep 17 00:00:00 2001
From: k4leg <d0xi@inbox.ru>
Date: Sun, 3 Nov 2019 12:19:04 +0300
Subject: [PATCH] nodejs: update to 13.0.1.

---
 srcpkgs/nodejs/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/nodejs/template b/srcpkgs/nodejs/template
index 42a9011ec92..ef36c5593e2 100644
--- a/srcpkgs/nodejs/template
+++ b/srcpkgs/nodejs/template
@@ -1,6 +1,6 @@
 # Template file for 'nodejs'
 pkgname=nodejs
-version=12.11.1
+version=13.0.1
 revision=1
 wrksrc="node-v${version}"
 # Need these for host v8 for torque, see https://github.com/nodejs/node/pull/21079
@@ -17,7 +17,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="MIT"
 homepage="https://nodejs.org/"
 distfiles="${homepage}/dist/v${version}/node-v${version}.tar.gz"
-checksum=37043ddbe60f18a52ec31e0381b66adebbc0ec24669d72f132a1fdfacdf029ae
+checksum=23566f3a97d917b4da7a04a72e7b39edbe01da0384ca7addba69736c14fab91c
 
 build_options="ssl libuv http_parser icu nghttp2 cares"
 desc_option_ssl="Enable shared libressl"

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: nodejs: update to 13.0.1.
  2019-11-03  9:21 [PR PATCH] nodejs: update to 13.0.1 voidlinux-github
@ 2019-11-03 10:33 ` voidlinux-github
  2019-11-03 14:11 ` voidlinux-github
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-11-03 10:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 484 bytes --]

New comment by k4leg on void-packages repository

https://github.com/void-linux/void-packages/pull/16083#issuecomment-549123444

Comment:
I don’t know why "[ci skip]" did not work.
I can’t check on other platforms, since my PC is not very powerful and it takes about ~4 hours on my PC. Also, I will soon send a request to update nodejs-lts. If you also do not have the opportunity to verify this, I can probably do it within a few days.
- Compiled successfully on x86_64.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: nodejs: update to 13.0.1.
  2019-11-03  9:21 [PR PATCH] nodejs: update to 13.0.1 voidlinux-github
  2019-11-03 10:33 ` voidlinux-github
@ 2019-11-03 14:11 ` voidlinux-github
  2019-11-03 15:21 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-11-03 14:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 214 bytes --]

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/16083#issuecomment-549140292

Comment:
`[ci skip]` needs to be added to the commit message, not the PR post.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PR PATCH] [Updated] nodejs: update to 13.0.1.
  2019-11-03  9:21 [PR PATCH] nodejs: update to 13.0.1 voidlinux-github
  2019-11-03 10:33 ` voidlinux-github
  2019-11-03 14:11 ` voidlinux-github
@ 2019-11-03 15:21 ` voidlinux-github
  2019-11-03 15:21 ` voidlinux-github
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-11-03 15:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 319 bytes --]

There is an updated pull request by k4leg against master on the void-packages repository

https://github.com/k4leg/void-packages nodejs
https://github.com/void-linux/void-packages/pull/16083

nodejs: update to 13.0.1.
[ci skip]

A patch file from https://github.com/void-linux/void-packages/pull/16083.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nodejs-16083.patch --]
[-- Type: text/x-diff, Size: 1087 bytes --]

From 806b53f4b17c3390e7609074ab661110f96b8195 Mon Sep 17 00:00:00 2001
From: k4leg <d0xi@inbox.ru>
Date: Sun, 3 Nov 2019 12:19:04 +0300
Subject: [PATCH] nodejs: update to 13.0.1. [ci skip]

---
 srcpkgs/nodejs/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/nodejs/template b/srcpkgs/nodejs/template
index 42a9011ec92..ef36c5593e2 100644
--- a/srcpkgs/nodejs/template
+++ b/srcpkgs/nodejs/template
@@ -1,6 +1,6 @@
 # Template file for 'nodejs'
 pkgname=nodejs
-version=12.11.1
+version=13.0.1
 revision=1
 wrksrc="node-v${version}"
 # Need these for host v8 for torque, see https://github.com/nodejs/node/pull/21079
@@ -17,7 +17,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="MIT"
 homepage="https://nodejs.org/"
 distfiles="${homepage}/dist/v${version}/node-v${version}.tar.gz"
-checksum=37043ddbe60f18a52ec31e0381b66adebbc0ec24669d72f132a1fdfacdf029ae
+checksum=23566f3a97d917b4da7a04a72e7b39edbe01da0384ca7addba69736c14fab91c
 
 build_options="ssl libuv http_parser icu nghttp2 cares"
 desc_option_ssl="Enable shared libressl"

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PR PATCH] [Updated] nodejs: update to 13.0.1.
  2019-11-03  9:21 [PR PATCH] nodejs: update to 13.0.1 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-11-03 15:21 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-11-03 15:21 ` voidlinux-github
  2019-11-03 15:25 ` voidlinux-github
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-11-03 15:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 319 bytes --]

There is an updated pull request by k4leg against master on the void-packages repository

https://github.com/k4leg/void-packages nodejs
https://github.com/void-linux/void-packages/pull/16083

nodejs: update to 13.0.1.
[ci skip]

A patch file from https://github.com/void-linux/void-packages/pull/16083.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nodejs-16083.patch --]
[-- Type: text/x-diff, Size: 1087 bytes --]

From 806b53f4b17c3390e7609074ab661110f96b8195 Mon Sep 17 00:00:00 2001
From: k4leg <d0xi@inbox.ru>
Date: Sun, 3 Nov 2019 12:19:04 +0300
Subject: [PATCH] nodejs: update to 13.0.1. [ci skip]

---
 srcpkgs/nodejs/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/nodejs/template b/srcpkgs/nodejs/template
index 42a9011ec92..ef36c5593e2 100644
--- a/srcpkgs/nodejs/template
+++ b/srcpkgs/nodejs/template
@@ -1,6 +1,6 @@
 # Template file for 'nodejs'
 pkgname=nodejs
-version=12.11.1
+version=13.0.1
 revision=1
 wrksrc="node-v${version}"
 # Need these for host v8 for torque, see https://github.com/nodejs/node/pull/21079
@@ -17,7 +17,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="MIT"
 homepage="https://nodejs.org/"
 distfiles="${homepage}/dist/v${version}/node-v${version}.tar.gz"
-checksum=37043ddbe60f18a52ec31e0381b66adebbc0ec24669d72f132a1fdfacdf029ae
+checksum=23566f3a97d917b4da7a04a72e7b39edbe01da0384ca7addba69736c14fab91c
 
 build_options="ssl libuv http_parser icu nghttp2 cares"
 desc_option_ssl="Enable shared libressl"

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: nodejs: update to 13.0.1.
  2019-11-03  9:21 [PR PATCH] nodejs: update to 13.0.1 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-11-03 15:21 ` voidlinux-github
@ 2019-11-03 15:25 ` voidlinux-github
  2019-11-03 20:09 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-11-03 15:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 158 bytes --]

New comment by k4leg on void-packages repository

https://github.com/void-linux/void-packages/pull/16083#issuecomment-549147729

Comment:
@Johnnynator thank!

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PR PATCH] [Updated] nodejs: update to 13.0.1.
  2019-11-03  9:21 [PR PATCH] nodejs: update to 13.0.1 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-11-03 15:25 ` voidlinux-github
@ 2019-11-03 20:09 ` voidlinux-github
  2019-11-03 20:10 ` voidlinux-github
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-11-03 20:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 319 bytes --]

There is an updated pull request by k4leg against master on the void-packages repository

https://github.com/k4leg/void-packages nodejs
https://github.com/void-linux/void-packages/pull/16083

nodejs: update to 13.0.1.
[ci skip]

A patch file from https://github.com/void-linux/void-packages/pull/16083.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nodejs-16083.patch --]
[-- Type: text/x-diff, Size: 2140 bytes --]

From 806b53f4b17c3390e7609074ab661110f96b8195 Mon Sep 17 00:00:00 2001
From: k4leg <d0xi@inbox.ru>
Date: Sun, 3 Nov 2019 12:19:04 +0300
Subject: [PATCH 1/2] nodejs: update to 13.0.1. [ci skip]

---
 srcpkgs/nodejs/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/nodejs/template b/srcpkgs/nodejs/template
index 42a9011ec92..ef36c5593e2 100644
--- a/srcpkgs/nodejs/template
+++ b/srcpkgs/nodejs/template
@@ -1,6 +1,6 @@
 # Template file for 'nodejs'
 pkgname=nodejs
-version=12.11.1
+version=13.0.1
 revision=1
 wrksrc="node-v${version}"
 # Need these for host v8 for torque, see https://github.com/nodejs/node/pull/21079
@@ -17,7 +17,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="MIT"
 homepage="https://nodejs.org/"
 distfiles="${homepage}/dist/v${version}/node-v${version}.tar.gz"
-checksum=37043ddbe60f18a52ec31e0381b66adebbc0ec24669d72f132a1fdfacdf029ae
+checksum=23566f3a97d917b4da7a04a72e7b39edbe01da0384ca7addba69736c14fab91c
 
 build_options="ssl libuv http_parser icu nghttp2 cares"
 desc_option_ssl="Enable shared libressl"

From cc6c52413aa5367b740ff55fb200d0ef113bbef3 Mon Sep 17 00:00:00 2001
From: k4leg <d0xi@inbox.ru>
Date: Sun, 3 Nov 2019 23:09:05 +0300
Subject: [PATCH 2/2] nodejs: update to 13.0.1. [ci skip]

---
 srcpkgs/nodejs-devel    | 1 +
 srcpkgs/nodejs/template | 9 ++++++++-
 2 files changed, 9 insertions(+), 1 deletion(-)
 create mode 120000 srcpkgs/nodejs-devel

diff --git a/srcpkgs/nodejs-devel b/srcpkgs/nodejs-devel
new file mode 120000
index 00000000000..0c524b77530
--- /dev/null
+++ b/srcpkgs/nodejs-devel
@@ -0,0 +1 @@
+nodejs
\ No newline at end of file
diff --git a/srcpkgs/nodejs/template b/srcpkgs/nodejs/template
index ef36c5593e2..99bf161c674 100644
--- a/srcpkgs/nodejs/template
+++ b/srcpkgs/nodejs/template
@@ -102,8 +102,15 @@ do_build() {
 		make LD="$CXX" LDFLAGS+=-ldl ${makejobs} V=1
 	fi
 }
+
 do_install() {
 	make LD="$CXX" LDFLAGS+=-ldl DESTDIR="$DESTDIR" install
 	vlicense LICENSE
-	rm -r $DESTDIR/usr/include
+}
+
+nodejs-devel_package() {
+	short_desc+=" (development files)"
+	pkg_install() {
+		vmove usr/include
+	}
 }

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PR PATCH] [Updated] nodejs: update to 13.0.1.
  2019-11-03  9:21 [PR PATCH] nodejs: update to 13.0.1 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-11-03 20:09 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-11-03 20:10 ` voidlinux-github
  2019-11-03 20:22 ` voidlinux-github
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-11-03 20:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 319 bytes --]

There is an updated pull request by k4leg against master on the void-packages repository

https://github.com/k4leg/void-packages nodejs
https://github.com/void-linux/void-packages/pull/16083

nodejs: update to 13.0.1.
[ci skip]

A patch file from https://github.com/void-linux/void-packages/pull/16083.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nodejs-16083.patch --]
[-- Type: text/x-diff, Size: 1700 bytes --]

From 7eae86d7e9344fa75d5286fd838906eaec99759b Mon Sep 17 00:00:00 2001
From: k4leg <d0xi@inbox.ru>
Date: Sun, 3 Nov 2019 12:19:04 +0300
Subject: [PATCH] nodejs: update to 13.0.1. [ci skip]

---
 srcpkgs/nodejs-devel    |  1 +
 srcpkgs/nodejs/template | 13 ++++++++++---
 2 files changed, 11 insertions(+), 3 deletions(-)
 create mode 120000 srcpkgs/nodejs-devel

diff --git a/srcpkgs/nodejs-devel b/srcpkgs/nodejs-devel
new file mode 120000
index 00000000000..0c524b77530
--- /dev/null
+++ b/srcpkgs/nodejs-devel
@@ -0,0 +1 @@
+nodejs
\ No newline at end of file
diff --git a/srcpkgs/nodejs/template b/srcpkgs/nodejs/template
index 42a9011ec92..99bf161c674 100644
--- a/srcpkgs/nodejs/template
+++ b/srcpkgs/nodejs/template
@@ -1,6 +1,6 @@
 # Template file for 'nodejs'
 pkgname=nodejs
-version=12.11.1
+version=13.0.1
 revision=1
 wrksrc="node-v${version}"
 # Need these for host v8 for torque, see https://github.com/nodejs/node/pull/21079
@@ -17,7 +17,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="MIT"
 homepage="https://nodejs.org/"
 distfiles="${homepage}/dist/v${version}/node-v${version}.tar.gz"
-checksum=37043ddbe60f18a52ec31e0381b66adebbc0ec24669d72f132a1fdfacdf029ae
+checksum=23566f3a97d917b4da7a04a72e7b39edbe01da0384ca7addba69736c14fab91c
 
 build_options="ssl libuv http_parser icu nghttp2 cares"
 desc_option_ssl="Enable shared libressl"
@@ -102,8 +102,15 @@ do_build() {
 		make LD="$CXX" LDFLAGS+=-ldl ${makejobs} V=1
 	fi
 }
+
 do_install() {
 	make LD="$CXX" LDFLAGS+=-ldl DESTDIR="$DESTDIR" install
 	vlicense LICENSE
-	rm -r $DESTDIR/usr/include
+}
+
+nodejs-devel_package() {
+	short_desc+=" (development files)"
+	pkg_install() {
+		vmove usr/include
+	}
 }

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: nodejs: update to 13.0.1.
  2019-11-03  9:21 [PR PATCH] nodejs: update to 13.0.1 voidlinux-github
                   ` (6 preceding siblings ...)
  2019-11-03 20:10 ` voidlinux-github
@ 2019-11-03 20:22 ` voidlinux-github
  2019-11-04 20:07 ` voidlinux-github
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-11-03 20:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 272 bytes --]

New comment by k4leg on void-packages repository

https://github.com/void-linux/void-packages/pull/16083#issuecomment-549174643

Comment:
Also added a new package: `nodejs-devel`. Perhaps this package will be needed to update _Atom_, which I'm currently trying to update.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: nodejs: update to 13.0.1.
  2019-11-03  9:21 [PR PATCH] nodejs: update to 13.0.1 voidlinux-github
                   ` (7 preceding siblings ...)
  2019-11-03 20:22 ` voidlinux-github
@ 2019-11-04 20:07 ` voidlinux-github
  2019-11-05 17:45 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-11-04 20:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 180 bytes --]

New comment by k4leg on void-packages repository

https://github.com/void-linux/void-packages/pull/16083#issuecomment-549174643

Comment:
Also added a new package: `nodejs-devel`.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PR PATCH] [Updated] nodejs: update to 13.0.1.
  2019-11-03  9:21 [PR PATCH] nodejs: update to 13.0.1 voidlinux-github
                   ` (8 preceding siblings ...)
  2019-11-04 20:07 ` voidlinux-github
@ 2019-11-05 17:45 ` voidlinux-github
  2019-11-05 17:45 ` voidlinux-github
  2019-11-05 17:52 ` voidlinux-github
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-11-05 17:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 319 bytes --]

There is an updated pull request by k4leg against master on the void-packages repository

https://github.com/k4leg/void-packages nodejs
https://github.com/void-linux/void-packages/pull/16083

nodejs: update to 13.0.1.
[ci skip]

A patch file from https://github.com/void-linux/void-packages/pull/16083.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nodejs-16083.patch --]
[-- Type: text/x-diff, Size: 2094 bytes --]

From 701c1376636e45685f7ebb3fc3941e7977c2e0aa Mon Sep 17 00:00:00 2001
From: k4leg <d0xi@inbox.ru>
Date: Sun, 3 Nov 2019 12:19:04 +0300
Subject: [PATCH] nodejs: update to 13.0.1. [ci skip]

---
 srcpkgs/nodejs-devel    |  1 +
 srcpkgs/nodejs/template | 17 +++++++++++++----
 2 files changed, 14 insertions(+), 4 deletions(-)
 create mode 120000 srcpkgs/nodejs-devel

diff --git a/srcpkgs/nodejs-devel b/srcpkgs/nodejs-devel
new file mode 120000
index 00000000000..0c524b77530
--- /dev/null
+++ b/srcpkgs/nodejs-devel
@@ -0,0 +1 @@
+nodejs
\ No newline at end of file
diff --git a/srcpkgs/nodejs/template b/srcpkgs/nodejs/template
index 42a9011ec92..a5325b8f563 100644
--- a/srcpkgs/nodejs/template
+++ b/srcpkgs/nodejs/template
@@ -1,6 +1,6 @@
 # Template file for 'nodejs'
 pkgname=nodejs
-version=12.11.1
+version=13.0.1
 revision=1
 wrksrc="node-v${version}"
 # Need these for host v8 for torque, see https://github.com/nodejs/node/pull/21079
@@ -17,7 +17,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="MIT"
 homepage="https://nodejs.org/"
 distfiles="${homepage}/dist/v${version}/node-v${version}.tar.gz"
-checksum=37043ddbe60f18a52ec31e0381b66adebbc0ec24669d72f132a1fdfacdf029ae
+checksum=23566f3a97d917b4da7a04a72e7b39edbe01da0384ca7addba69736c14fab91c
 
 build_options="ssl libuv http_parser icu nghttp2 cares"
 desc_option_ssl="Enable shared libressl"
@@ -29,7 +29,7 @@ desc_option_cares="Enable shared c-ares"
 build_options_default="libuv http_parser icu nghttp2 cares"
 
 replaces="iojs>=0"
-conflicts="nodejs-lts"
+conflicts="nodejs-lts nodejs-lts-10"
 provides="nodejs-runtime-0_1"
 
 if [ "$XBPS_WORDSIZE" -ne "$XBPS_TARGET_WORDSIZE" ]; then
@@ -102,8 +102,17 @@ do_build() {
 		make LD="$CXX" LDFLAGS+=-ldl ${makejobs} V=1
 	fi
 }
+
 do_install() {
 	make LD="$CXX" LDFLAGS+=-ldl DESTDIR="$DESTDIR" install
+	rm $DESTDIR/usr/include/node/openssl -rf
 	vlicense LICENSE
-	rm -r $DESTDIR/usr/include
+}
+
+nodejs-devel_package() {
+	short_desc+=" (development files)"
+	conflicts="nodejs-lts-devel nodejs-lts-10-devel"
+	pkg_install() {
+		vmove usr/include
+	}
 }

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: nodejs: update to 13.0.1.
  2019-11-03  9:21 [PR PATCH] nodejs: update to 13.0.1 voidlinux-github
                   ` (9 preceding siblings ...)
  2019-11-05 17:45 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-11-05 17:45 ` voidlinux-github
  2019-11-05 17:52 ` voidlinux-github
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-11-05 17:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 202 bytes --]

New comment by k4leg on void-packages repository

https://github.com/void-linux/void-packages/pull/16083#issuecomment-549934937

Comment:
Deleted files from `usr/include/node/openssl`. Conflicts added.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: nodejs: update to 13.0.1.
  2019-11-03  9:21 [PR PATCH] nodejs: update to 13.0.1 voidlinux-github
                   ` (10 preceding siblings ...)
  2019-11-05 17:45 ` voidlinux-github
@ 2019-11-05 17:52 ` voidlinux-github
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-11-05 17:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 207 bytes --]

New comment by k4leg on void-packages repository

https://github.com/void-linux/void-packages/pull/16083#issuecomment-549934937

Comment:
- Deleted files from `usr/include/node/openssl`;
- Conflicts added.

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2019-11-05 17:52 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-03  9:21 [PR PATCH] nodejs: update to 13.0.1 voidlinux-github
2019-11-03 10:33 ` voidlinux-github
2019-11-03 14:11 ` voidlinux-github
2019-11-03 15:21 ` [PR PATCH] [Updated] " voidlinux-github
2019-11-03 15:21 ` voidlinux-github
2019-11-03 15:25 ` voidlinux-github
2019-11-03 20:09 ` [PR PATCH] [Updated] " voidlinux-github
2019-11-03 20:10 ` voidlinux-github
2019-11-03 20:22 ` voidlinux-github
2019-11-04 20:07 ` voidlinux-github
2019-11-05 17:45 ` [PR PATCH] [Updated] " voidlinux-github
2019-11-05 17:45 ` voidlinux-github
2019-11-05 17:52 ` voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).