From 6db717b9b384fe1491063e507b80e67791a07e3a Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 9 Apr 2020 22:47:11 +0300 Subject: Upgrade to Node v12.16.2 Thanks to Node developers and xet7 ! --- snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'snapcraft.yaml') diff --git a/snapcraft.yaml b/snapcraft.yaml index 2b6b1ef9..940bb378 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -81,7 +81,7 @@ parts: wekan: source: . plugin: nodejs - node-engine: 12.16.1 + node-engine: 12.16.2 node-packages: - node-gyp - node-pre-gyp -- cgit v1.2.3-1-g7c22 From 6b808dd74bf6d12d6a7ee7c23dfa3943b229a51d Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 22 Apr 2020 21:48:46 +0300 Subject: Try to upgrade MongoDB version in Snap. Thanks to xet7 ! --- snapcraft.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'snapcraft.yaml') diff --git a/snapcraft.yaml b/snapcraft.yaml index 940bb378..6b9cb077 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -65,9 +65,9 @@ apps: parts: mongodb: - source: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-3.2.22.tgz + source: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-4.2.6.tgz plugin: dump - stage-packages: [libssl1.0.0] + stage-packages: [libssl1.0.0, libcurl3] filesets: mongo: - usr @@ -90,10 +90,11 @@ parts: - ca-certificates - apt-utils - python -# - python3 + - python3 - g++ - capnproto - curl + - libcurl3 - execstack - nodejs - npm -- cgit v1.2.3-1-g7c22 From 4550e10fbeead146b5742820bd53b6846772c5f6 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 22 Apr 2020 22:43:20 +0300 Subject: Revert Snap MongoDB changes. Thanks to xet7 ! --- snapcraft.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'snapcraft.yaml') diff --git a/snapcraft.yaml b/snapcraft.yaml index 6b9cb077..940bb378 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -65,9 +65,9 @@ apps: parts: mongodb: - source: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-4.2.6.tgz + source: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-3.2.22.tgz plugin: dump - stage-packages: [libssl1.0.0, libcurl3] + stage-packages: [libssl1.0.0] filesets: mongo: - usr @@ -90,11 +90,10 @@ parts: - ca-certificates - apt-utils - python - - python3 +# - python3 - g++ - capnproto - curl - - libcurl3 - execstack - nodejs - npm -- cgit v1.2.3-1-g7c22 From 1235363465b824d26129d4aa74a4445f362c1a73 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 25 Apr 2020 03:47:44 +0300 Subject: Fix Wekan not load at all in Firefox v.68 for Android. Thanks to xet7 ! Closes #3021 --- snapcraft.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'snapcraft.yaml') diff --git a/snapcraft.yaml b/snapcraft.yaml index 940bb378..689d150c 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -216,6 +216,8 @@ parts: #meteor npm install --save bcrypt # Change from npm-bcrypt directory back to .build/bundle/programs/server directory. #cd ../../../../ + # Remove legacy webbroser bundle, so that Wekan works also at Android Firefox, iOS Safari, etc. + rm -rf .build/bundle/programs/web.browser.legacy # Change to directory .build/bundle/programs/server cd .build/bundle/programs/server npm install -- cgit v1.2.3-1-g7c22