From 07a3c71fe8f59ffeece52632b2b2069e7dbb2dfd Mon Sep 17 00:00:00 2001 From: omni Date: Tue, 27 Sep 2022 19:55:14 +0000 Subject: [PATCH] community/gopass: upgrade to 1.14.8 --- community/gopass/APKBUILD | 9 +++-- .../update_config_integration_tests.patch | 33 +++++++++++++++++++ 2 files changed, 39 insertions(+), 3 deletions(-) create mode 100644 community/gopass/update_config_integration_tests.patch diff --git a/community/gopass/APKBUILD b/community/gopass/APKBUILD index 2606bf300f0..b5e3cc91e66 100644 --- a/community/gopass/APKBUILD +++ b/community/gopass/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Claas Störtenbecker # Maintainer: Anjandev Momi pkgname=gopass -pkgver=1.14.7 +pkgver=1.14.8 pkgrel=0 pkgdesc="The slightly more awesome Standard Unix Password Manager for Teams. Written in Go." url="https://www.gopass.pw" @@ -10,7 +10,9 @@ arch="all" license="MIT" depends="gnupg git" makedepends="go ncurses" -source="$pkgname-$pkgver.tar.gz::https://github.com/gopasspw/gopass/archive/v$pkgver.tar.gz" +source="$pkgname-$pkgver.tar.gz::https://github.com/gopasspw/gopass/archive/v$pkgver.tar.gz + update_config_integration_tests.patch + " options="chmod-clean net" subpackages=" $pkgname-bash-completion @@ -39,5 +41,6 @@ package() { } sha512sums=" -350bf791463f6db340fa1fdb5da50dc987d248ec69bf031e3600daad275a89ce2a20e6ce5feb93cc41330a68dc0d13d9394c9f5dfca8e0b0d5f30373fc9cf0d2 gopass-1.14.7.tar.gz +ea175ebc0e94da74eca696ebb225c1f92c4ca64acebd55c338e00af016b76dc7c27f12273192c8b90122bb42df97d723bf0b6c9c1cb6a22d895d08ed752ece57 gopass-1.14.8.tar.gz +c15881fcaa6f3abc8dde0e7df4bda23666e3659654b5bfb4dccbc08213c5e0b6f4957df231a0e7a42bbaf098eef0019a061f094210bd185465233db0e318337d update_config_integration_tests.patch " diff --git a/community/gopass/update_config_integration_tests.patch b/community/gopass/update_config_integration_tests.patch new file mode 100644 index 00000000000..e51bf737540 --- /dev/null +++ b/community/gopass/update_config_integration_tests.patch @@ -0,0 +1,33 @@ +From 9f037ddd4f78a6c8f409f1480b1816f0662f92b9 Mon Sep 17 00:00:00 2001 +From: Dominik Schulz +Date: Tue, 27 Sep 2022 21:50:39 +0200 +Subject: [PATCH] Update config integration tests + +Signed-off-by: Dominik Schulz +--- + tests/config_test.go | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/tests/config_test.go b/tests/config_test.go +index 0fffabce..d71d769a 100644 +--- a/tests/config_test.go ++++ b/tests/config_test.go +@@ -19,6 +19,7 @@ func TestBaseConfig(t *testing.T) { //nolint:paralleltest + autoimport: true + cliptimeout: 45 + exportkeys: false ++keychain: false + nopager: false + notifications: true + parsing: true +@@ -72,6 +73,7 @@ func TestMountConfig(t *testing.T) { //nolint:paralleltest + autoimport: true + cliptimeout: 45 + exportkeys: false ++keychain: false + nopager: false + notifications: true + parsing: true +-- +2.37.3 + -- GitLab