This thread contains a patchset. You're looking at the original emails,
but you may wish to use the patch review UI.
Review patch
1
[PATCH] main/doas: upgrade to 6.6.1
---
main/doas/APKBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/main/doas/APKBUILD b/main/doas/APKBUILD
index c41758d67b..5a91e98c85 100644
--- a/main/doas/APKBUILD
+++ b/main/doas/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=doas
-pkgver=6.6
-pkgrel=3
+pkgver=6.6.1
+pkgrel=0
pkgdesc="OpenBSD's temporary privilege escalation tool"
url="https://github.com/Duncaen/OpenDoas"
arch="all"
@@ -40,4 +40,4 @@ package() {
chmod 440 "$pkgdir"/etc/doas.conf
}
-sha512sums="0ccd84eda9ec109926bfc58997ef7b0ab47ac75208b7e2f98477ec9f0211dd468d826bfc2758340188c934e6198b98eff0662b684166575f12742c7c1ab05e89 doas-6.6.tar.gz"
+sha512sums="390e0e139a2641be22c4493c3ed755d9cb4091f4ab8d590123b7c8c4f2f116cea3b3500926ff191fb98d92192ca9e92118cbcbeb463a7833763e00c65603e678 doas-6.6.1.tar.gz"
--
2.25.0
Seems like this was superseded by:
commit 5d3999ccaee7d956bb75f5800e118e2e0e81dfa9
Author: Leo <thinkabit.ukim@gmail.com>
Date: Tue Feb 4 01:29:35 2020 +0100
main/doas: upgrade to 6.6.1
Thanks!
-nc
On Tue, 4 Feb 2020 10:56:38 +0100
Drew DeVault <sir@cmpwn.com> wrote:
> ---
> main/doas/APKBUILD | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/main/doas/APKBUILD b/main/doas/APKBUILD
> index c41758d67b..5a91e98c85 100644
> --- a/main/doas/APKBUILD
> +++ b/main/doas/APKBUILD
> @@ -1,7 +1,7 @@
> # Maintainer: Drew DeVault <sir@cmpwn.com>
> pkgname=doas
> -pkgver=6.6
> -pkgrel=3
> +pkgver=6.6.1
> +pkgrel=0
> pkgdesc="OpenBSD's temporary privilege escalation tool"
> url="https://github.com/Duncaen/OpenDoas"
> arch="all"
> @@ -40,4 +40,4 @@ package() {
> chmod 440 "$pkgdir"/etc/doas.conf
> }
>
> -sha512sums="0ccd84eda9ec109926bfc58997ef7b0ab47ac75208b7e2f98477ec9f0211dd468d826bfc2758340188c934e6198b98eff0662b684166575f12742c7c1ab05e89 doas-6.6.tar.gz"
> +sha512sums="390e0e139a2641be22c4493c3ed755d9cb4091f4ab8d590123b7c8c4f2f116cea3b3500926ff191fb98d92192ca9e92118cbcbeb463a7833763e00c65603e678 doas-6.6.1.tar.gz"