diff --git a/net/dnscrypt-proxy2/Makefile b/net/dnscrypt-proxy2/Makefile index 53744c3845..2b2366b71e 100644 --- a/net/dnscrypt-proxy2/Makefile +++ b/net/dnscrypt-proxy2/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnscrypt-proxy2 PKG_VERSION:=2.1.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=dnscrypt-proxy-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/DNSCrypt/dnscrypt-proxy/tar.gz/$(PKG_VERSION)? @@ -25,7 +25,6 @@ PKG_BUILD_PARALLEL:=1 PKG_USE_MIPS16:=0 GO_PKG:=github.com/DNSCrypt/dnscrypt-proxy -GO_PKG_LDFLAGS:=-s -w include $(INCLUDE_DIR)/package.mk include ../../lang/golang/golang-package.mk diff --git a/net/dnslookup/Makefile b/net/dnslookup/Makefile index 56351e48cd..bf61c8f82b 100644 --- a/net/dnslookup/Makefile +++ b/net/dnslookup/Makefile @@ -21,7 +21,6 @@ PKG_BUILD_PARALLEL:=1 PKG_USE_MIPS16:=0 GO_PKG:=github.com/ameshkov/dnslookup -GO_PKG_LDFLAGS:=-s -w GO_PKG_LDFLAGS_X:=main.VersionString=v$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk diff --git a/net/dnsproxy/Makefile b/net/dnsproxy/Makefile index 74abf5ad06..d61a0818e4 100644 --- a/net/dnsproxy/Makefile +++ b/net/dnsproxy/Makefile @@ -21,7 +21,6 @@ PKG_BUILD_PARALLEL:=1 PKG_USE_MIPS16:=0 GO_PKG:=github.com/AdguardTeam/dnsproxy -GO_PKG_LDFLAGS:=-s -w GO_PKG_LDFLAGS_X:=main.VersionString=v$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk diff --git a/net/kcptun/Makefile b/net/kcptun/Makefile index 7c91beec42..e24bd4d3d9 100644 --- a/net/kcptun/Makefile +++ b/net/kcptun/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=kcptun PKG_VERSION:=20201010 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/xtaci/kcptun/tar.gz/v${PKG_VERSION}? @@ -19,7 +19,6 @@ PKG_USE_MIPS16:=0 GO_PKG:=github.com/xtaci/kcptun -GO_PKG_LDFLAGS:=-s -w GO_PKG_LDFLAGS_X:=main.VERSION=$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk diff --git a/net/nextdns/Makefile b/net/nextdns/Makefile index ba028b17a4..765d56b838 100644 --- a/net/nextdns/Makefile +++ b/net/nextdns/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nextdns PKG_VERSION:=1.36.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=nextdns-$(PKG_VERSION).tar.gz PKG_SOURCE_VERSION:=v$(PKG_VERSION) @@ -25,7 +25,6 @@ PKG_BUILD_PARALLEL:=1 PKG_USE_MIPS16:=0 GO_PKG:=github.com/nextdns/nextdns -GO_PKG_LDFLAGS:=-s -w GO_PKG_LDFLAGS_X:=main.version=$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk diff --git a/net/restic-rest-server/Makefile b/net/restic-rest-server/Makefile index 49aa45c10e..ddc66f549c 100644 --- a/net/restic-rest-server/Makefile +++ b/net/restic-rest-server/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=restic-rest-server PKG_VERSION:=0.9.7 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_BUILD_DIR:=$(BUILD_DIR)/rest-server-$(PKG_VERSION) PKG_SOURCE:=rest-server-$(PKG_VERSION).tar.gz @@ -19,7 +19,6 @@ PKG_USE_MIPS16:=0 GO_PKG:=github.com/restic/rest-server/ GO_PKG_BUILD_PKG:=github.com/restic/rest-server/cmd/rest-server/ -GO_PKG_LDFLAGS:=-s -w GO_PKG_LDFLAGS_X:=main.version=$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk diff --git a/net/v2raya/Makefile b/net/v2raya/Makefile index 58dbb0e78b..76f8f18d99 100644 --- a/net/v2raya/Makefile +++ b/net/v2raya/Makefile @@ -22,7 +22,6 @@ PKG_BUILD_PARALLEL:=1 PKG_USE_MIPS16:=0 GO_PKG:=github.com/v2rayA/v2rayA -GO_PKG_LDFLAGS:=-s -w GO_PKG_LDFLAGS_X:=$(GO_PKG)/global.Version=$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk diff --git a/net/xray-core/Makefile b/net/xray-core/Makefile index cf1018ab5e..91b7198a14 100644 --- a/net/xray-core/Makefile +++ b/net/xray-core/Makefile @@ -19,7 +19,6 @@ PKG_USE_MIPS16:=0 GO_PKG:=github.com/xtls/xray-core GO_PKG_BUILD_PKG:=github.com/xtls/xray-core/main -GO_PKG_LDFLAGS:=-s -w GO_PKG_LDFLAGS_X:= \ $(GO_PKG)/core.build=OpenWrt \ $(GO_PKG)/core.version=$(PKG_VERSION) diff --git a/utils/restic/Makefile b/utils/restic/Makefile index b59230946e..2eb67853ce 100644 --- a/utils/restic/Makefile +++ b/utils/restic/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=restic PKG_VERSION:=0.9.6 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/restic/restic/tar.gz/v${PKG_VERSION}? @@ -18,7 +18,6 @@ PKG_USE_MIPS16:=0 GO_PKG:=github.com/restic/restic/ GO_PKG_BUILD_PKG:=github.com/restic/restic/cmd/restic/ -GO_PKG_LDFLAGS:=-s -w GO_PKG_LDFLAGS_X:=main.version=$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk diff --git a/utils/yq/Makefile b/utils/yq/Makefile index f35c616812..f64465ad51 100644 --- a/utils/yq/Makefile +++ b/utils/yq/Makefile @@ -17,7 +17,6 @@ PKG_BUILD_PARALLEL:=1 PKG_USE_MIPS16:=0 GO_PKG:=github.com/mikefarah/yq -GO_PKG_LDFLAGS:=-s -w include $(INCLUDE_DIR)/package.mk include ../../lang/golang/golang-package.mk