Browse Source

upgrading package: mosquitto-auth-http 0.6.0.20190619 -> 0.6.3.20200229

master
parent
commit
ec5b4faa00
  1. 17
      mosquitto-auth-http/mosquitto-auth-http.patch
  2. 8
      mosquitto-auth-http/mosquitto-auth-http.spec

17
mosquitto-auth-http/mosquitto-auth-http.patch

@ -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() {
+}
+

8
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

Loading…
Cancel
Save