Update to keybase 4.5.0. OK abieber@ (MAINTAINER).

This commit is contained in:
juanfra 2019-10-02 19:21:24 +00:00
parent d9a6643e33
commit d4e39cc17f
4 changed files with 4 additions and 39 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.23 2019/09/17 20:47:21 juanfra Exp $
# $OpenBSD: Makefile,v 1.24 2019/10/02 19:21:24 juanfra Exp $
# go-ps only supports amd64 on OpenBSD
# ../vendor/github.com/keybase/go-ps/process.go:39: undefined: processes
@ -8,11 +8,10 @@ ONLY_FOR_ARCHS = amd64
COMMENT = client for keybase.io
# XXX: https://github.com/keybase/client/issues/10800
V = 4.3.2
V = 4.5.0
GH_ACCOUNT = keybase
GH_PROJECT = client
GH_TAGNAME = v${V}
REVISION = 1
DISTNAME = keybase-${V}

View File

@ -1,2 +1,2 @@
SHA256 (keybase-4.3.2.tar.gz) = lTAOFym3So/d0TtfKrNaO9by5TQCVo1yPmcbXPxdN3g=
SIZE (keybase-4.3.2.tar.gz) = 61740460
SHA256 (keybase-4.5.0.tar.gz) = x0qQm1Oj1iwtcacgnnTD9XIXgqAH66jkjd2AEhNDqNo=
SIZE (keybase-4.5.0.tar.gz) = 60207510

View File

@ -1,13 +0,0 @@
$OpenBSD: patch-go_client_platform_specific_ctl_commands_other_go,v 1.1 2019/05/09 18:32:56 abieber Exp $
Index: go/client/platform_specific_ctl_commands_other.go
--- go/client/platform_specific_ctl_commands_other.go.orig
+++ go/client/platform_specific_ctl_commands_other.go
@@ -1,6 +1,6 @@
// Copyright 2019 Keybase, Inc. All rights reserved. Use of
// this source code is governed by the included BSD license.
-// +build darwin windows
+// +build darwin windows openbsd
package client

View File

@ -1,21 +0,0 @@
$OpenBSD: patch-go_install_stop_openbsd_go,v 1.1 2019/05/09 18:32:56 abieber Exp $
Index: go/install/stop_openbsd.go
--- go/install/stop_openbsd.go.orig
+++ go/install/stop_openbsd.go
@@ -0,0 +1,15 @@
+// Copyright 2019 Keybase, Inc. All rights reserved. Use of
+// this source code is governed by the included BSD license.
+
+// +build openbsd
+
+package install
+
+import (
+ "github.com/keybase/client/go/libkb"
+ keybase1 "github.com/keybase/client/go/protocol/keybase1"
+)
+
+func StopAllButService(mctx libkb.MetaContext, _ keybase1.ExitCode) {
+ return
+}