diff --git a/mosquitto-auth-http/mosquitto-auth-http.patch b/mosquitto-auth-http/mosquitto-auth-http.patch deleted file mode 100644 index bfc37bf1f2..0000000000 --- a/mosquitto-auth-http/mosquitto-auth-http.patch +++ /dev/null @@ -1,17 +0,0 @@ -Index: src/github.com/iegomez/mosquitto-go-auth/backends/grpc.go ---- src/github.com/iegomez/mosquitto-go-auth/backends/grpc.go.orig 2019-06-19 15:52:53.000000000 +0200 -+++ src/github.com/iegomez/mosquitto-go-auth/backends/grpc.go 2019-06-19 17:39:03.041303000 +0200 -@@ -148,3 +148,13 @@ - - return gsClient, gs.NewAuthServiceClient(gsClient), nil - } -+ -+//GetName returns the backend's name -+func (o GRPC) GetName() string { -+ return "GRPC" -+} -+ -+//Halt terminates the connection. -+func (o GRPC) Halt() { -+} -+ diff --git a/mosquitto-auth-http/mosquitto-auth-http.spec b/mosquitto-auth-http/mosquitto-auth-http.spec index 43a61d8a89..3a443f4e92 100644 --- a/mosquitto-auth-http/mosquitto-auth-http.spec +++ b/mosquitto-auth-http/mosquitto-auth-http.spec @@ -22,8 +22,8 @@ ## # package version -%define V_base 0.6.0 -%define V_snap 20190619 +%define V_base 0.6.3 +%define V_snap 20200229 # package information Name: mosquitto-auth-http @@ -36,12 +36,11 @@ Class: EVAL Group: Networking License: MIT Version: %{V_base}.%{V_snap} -Release: 20190619 +Release: 20200229 # list of sources Source0: http://download.openpkg.org/components/versioned/mosquitto-go-auth/mosquitto-go-auth-%{V_snap}.tar.xz Source1: mosquitto-auth-http.conf -Patch0: mosquitto-auth-http.patch # build information BuildPreReq: OpenPKG, openpkg >= 20160101 @@ -67,7 +66,6 @@ PreReq: mosquitto %prep %setup -q -n mosquitto-go-auth - %patch -p0 %build # build plugin