From 7c4c467e467d82096094ddf6e6ffcf15b5347cec Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Mon, 25 Mar 2019 08:25:36 +0000 Subject: [PATCH 1/2] Update packages. --- .meteor/versions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.meteor/versions b/.meteor/versions index 617397f6b..e7d704468 100644 --- a/.meteor/versions +++ b/.meteor/versions @@ -108,7 +108,7 @@ modern-browsers@0.1.3 modules@0.13.0 modules-runtime@0.10.3 momentjs:moment@2.24.0 -mongo@1.6.0 +mongo@1.6.1 mongo-decimal@0.1.1 mongo-dev-server@1.1.0 mongo-id@1.0.7 @@ -126,7 +126,7 @@ mquandalle:perfect-scrollbar@0.6.5_2 msavin:usercache@1.0.0 npm-bcrypt@0.9.3 npm-mongo@3.1.1 -oauth@1.2.7 +oauth@1.2.8 oauth2@1.2.1 observe-sequence@1.0.16 ongoworks:speakingurl@1.1.0 From 2050796a330c5b9da1d65265c3f3d691ffad52db Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Mon, 25 Mar 2019 08:59:52 +0000 Subject: [PATCH 2/2] Try to build meteor-1.8 snap. --- snapcraft.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index 2b4ab48bc..8485d0a76 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -65,7 +65,7 @@ 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-ubuntu1804-4.0.7.tgz plugin: dump stage-packages: [libssl1.0.0] filesets: @@ -85,7 +85,7 @@ parts: node-packages: - node-gyp - node-pre-gyp - - fibers@2.0.0 + - fibers build-packages: - ca-certificates - apt-utils