From 901dc88e2f74b6cc6836dd9a7eb82759c57f74e5 Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Thu, 14 May 2020 16:43:45 +0200 Subject: [PATCH 1/3] [enh] Update upstream --- conf/app.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/app.src b/conf/app.src index 4f1b008..6902035 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/zamentur/yunomonitor/archive/760917c19346862e7f798cb69dde3a3d40e1b293.tar.gz -SOURCE_SUM=261a0607b792cc5a89ea8987ee2176bbbe959cfd3245b14d0362622f82d94373 +SOURCE_URL=https://github.com/zamentur/yunomonitor/archive/0a2c295485dbda9da3b97353e094ef414c939609.tar.gz +SOURCE_SUM=e9c63885c5158771a00ae892967a0f7d1f3f538f26d124f8f096bb7b8ff3113a SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true From caad9f0dd27839ce4dbd52d31ce399a27af63236 Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Thu, 14 May 2020 19:38:04 +0200 Subject: [PATCH 2/3] [fix] Missing dependencies --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index a16a5a0..d08f700 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="python3-yaml python3-dnspython python3-requests-toolbelt python3-spf whois smartmontools" +pkg_dependencies="python3-dbus python3-yaml python3-dnspython python3-requests-toolbelt python3-spf whois smartmontools" #================================================= # PERSONAL HELPERS From ed35e22a14c67753695708b7972b9b6c30776d2f Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Tue, 8 Sep 2020 10:53:24 +0200 Subject: [PATCH 3/3] [fix] python3 crypto dependencies --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index d08f700..ee841ce 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="python3-dbus python3-yaml python3-dnspython python3-requests-toolbelt python3-spf whois smartmontools" +pkg_dependencies="python3-dbus python3-crypto python3-yaml python3-dnspython python3-requests-toolbelt python3-spf whois smartmontools" #================================================= # PERSONAL HELPERS