Browse Source

upgrading package: frp 0.34.0.20200921 -> 0.34.1.20200930

master
parent
commit
3684b0af78
  1. 16
      frp/frp.patch
  2. 6
      frp/frp.spec

16
frp/frp.patch

@ -1,16 +1,16 @@
Index: src/github.com/fatedier/frp/Makefile
--- src/github.com/fatedier/frp/Makefile.orig 2019-02-12 20:47:40.093401000 +0100
+++ src/github.com/fatedier/frp/Makefile 2019-02-12 20:48:30.413116000 +0100
@@ -18,10 +18,10 @@
--- src/github.com/fatedier/frp/Makefile.orig 2020-09-30 20:10:14.104890000 +0200
+++ src/github.com/fatedier/frp/Makefile 2020-09-30 20:11:21.194065000 +0200
@@ -20,10 +20,10 @@
go fmt ./...
frps:
- go build -o bin/frps ./cmd/frps
+ go build -v -o bin/frps ./cmd/frps
- env CGO_ENABLED=0 go build -ldflags "$(LDFLAGS)" -o bin/frps ./cmd/frps
+ env CGO_ENABLED=0 go build -v -ldflags "$(LDFLAGS)" -o bin/frps ./cmd/frps
frpc:
- go build -o bin/frpc ./cmd/frpc
+ go build -v -o bin/frpc ./cmd/frpc
- env CGO_ENABLED=0 go build -ldflags "$(LDFLAGS)" -o bin/frpc ./cmd/frpc
+ env CGO_ENABLED=0 go build -v -ldflags "$(LDFLAGS)" -o bin/frpc ./cmd/frpc
test: gotest

6
frp/frp.spec

@ -22,8 +22,8 @@
##
# package version
%define V_opkg 0.34.0
%define V_dist 20200921
%define V_opkg 0.34.1
%define V_dist 20200930
# package information
Name: frp
@ -36,7 +36,7 @@ Class: EVAL
Group: Networking
License: Apache
Version: %{V_opkg}.%{V_dist}
Release: 20200921
Release: 20200930
# package options
%option with_server yes

Loading…
Cancel
Save