cjdns: bump source from v21 to v21.1
Signed-off-by: William Fleurant <meshnet@protonmail.com>
This commit is contained in:
parent
09d5ceb923
commit
b181fb1334
2 changed files with 8 additions and 8 deletions
|
@ -17,12 +17,12 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=cjdns
|
PKG_NAME:=cjdns
|
||||||
PKG_VERSION:=v21
|
PKG_VERSION:=v21.1
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://codeload.github.com/cjdelisle/cjdns/tar.gz/$(PKG_NAME)-$(PKG_VERSION)?
|
PKG_SOURCE_URL:=https://codeload.github.com/cjdelisle/cjdns/tar.gz/$(PKG_NAME)-$(PKG_VERSION)?
|
||||||
PKG_HASH:=6dfb1fe18c9689324f36c8d33e660972aac5af4579fcaa9c4730179bc8d67c69
|
PKG_HASH:=a6158ce7847159aa44e86f74ccc7b6ded6910a230ed8f3830db53cda5838f0b0
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_NAME)-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_NAME)-$(PKG_VERSION)
|
||||||
|
|
||||||
PKG_MAINTAINER:=William Fleurant <meshnet@protonmail.com>
|
PKG_MAINTAINER:=William Fleurant <meshnet@protonmail.com>
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
--- a/node_build/builder.js
|
--- a/node_build/builder.js
|
||||||
+++ b/node_build/builder.js
|
+++ b/node_build/builder.js
|
||||||
@@ -215,8 +215,8 @@ var execJs = function (js, builder, file
|
@@ -277,8 +277,8 @@ const execJs = function (js, ctx, file, fileName, callback, thisObj) {
|
||||||
js = qs.join("'");
|
js = '"use strict";' + qs.join("'");
|
||||||
|
|
||||||
var to = setTimeout(function () {
|
const to = setTimeout(function () {
|
||||||
- throw new Error("Inline JS did not return after 120 seconds [" + js + "]");
|
- throw new Error("Inline JS did not return after 120 seconds [" + js + "]");
|
||||||
- }, 120000);
|
- }, 120000);
|
||||||
+ throw new Error("Inline JS did not return after 5 minutes [" + js + "]");
|
+ throw new Error("Inline JS did not return after 5 minutes [" + js + "]");
|
||||||
+ }, 300000);
|
+ }, 300000);
|
||||||
|
|
||||||
var REQUIRE = function (str) {
|
nThen(function (waitFor) {
|
||||||
if (typeof(str) !== 'string') {
|
|
||||||
|
|
Loading…
Reference in a new issue