Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id E6E3178114E for ; Wed, 12 Oct 2022 01:13:05 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=momi.ca; s=key1; t=1665537184; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=bGqzLDeNizn9UksryfzxFC0ZumMtvVwod5NR4iujoPU=; b=iFTUIW1PtHEuSmxKBrGKrAIVgU1JAAdMgELbxZs1TBez0Wi9Y30ezGQv8LBtkFoiU9r8aN +KmGcgamdU4G+EpWXIXngV6IJr+5u6Lr6aPwp3ikhipKQj+WXoYGRc07UM73/h1qCW49bc IuyrDX/1yR1Rr888AD51L7EbrgcoWvLyYyr6gTI5niAm5BJ89Fmzmt90rQwY+MdXBEk8vJ /7ZpTUMM2U5k2KDxLHltUlF1QojIeHQQ39dqM5ZOe9N6a3/dWRZc9dH/2CDasZ/01XFUSA 8ihFRqmJEOSqgXCfnvGJ2u2i+ScH+FOhhQHsPDLTiPTMOQoSZqaKN+JBLeFFwQ== From: Anjandev Momi To: alpine-aports@lists.alpinelinux.org Cc: Anjandev Momi Subject: [PATCH] community/gopass: upgrade to 1.14.9 Date: Tue, 11 Oct 2022 18:12:52 -0700 Message-Id: <20221012011252.23038-1-anjan@momi.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT --- community/gopass/APKBUILD | 11 +++---- .../update_config_integration_tests.patch | 33 ------------------- 2 files changed, 4 insertions(+), 40 deletions(-) delete mode 100644 community/gopass/update_config_integration_tests.patch diff --git a/community/gopass/APKBUILD b/community/gopass/APKBUILD index 3506bf8567..b63b1bbe84 100644 --- a/community/gopass/APKBUILD +++ b/community/gopass/APKBUILD @@ -2,17 +2,15 @@ # Contributor: Claas Störtenbecker # Maintainer: Anjandev Momi pkgname=gopass -pkgver=1.14.8 -pkgrel=1 +pkgver=1.14.9 +pkgrel=0 pkgdesc="The slightly more awesome Standard Unix Password Manager for Teams. Written in Go." url="https://www.gopass.pw" 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 - update_config_integration_tests.patch - " +source="$pkgname-$pkgver.tar.gz::https://github.com/gopasspw/gopass/archive/v$pkgver.tar.gz" options="chmod-clean net" subpackages=" $pkgname-bash-completion @@ -41,6 +39,5 @@ package() { } sha512sums=" -ea175ebc0e94da74eca696ebb225c1f92c4ca64acebd55c338e00af016b76dc7c27f12273192c8b90122bb42df97d723bf0b6c9c1cb6a22d895d08ed752ece57 gopass-1.14.8.tar.gz -c15881fcaa6f3abc8dde0e7df4bda23666e3659654b5bfb4dccbc08213c5e0b6f4957df231a0e7a42bbaf098eef0019a061f094210bd185465233db0e318337d update_config_integration_tests.patch +4fd5e572b8848f437283282187abfa1e06b314763c604753728feaab1b2685d2b91f918c18d134a0f79c7e63e398a03ee4ba64a875a14806688434011940d91c gopass-1.14.9.tar.gz " diff --git a/community/gopass/update_config_integration_tests.patch b/community/gopass/update_config_integration_tests.patch deleted file mode 100644 index e51bf73754..0000000000 --- a/community/gopass/update_config_integration_tests.patch +++ /dev/null @@ -1,33 +0,0 @@ -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 - -- 2.36.2