- Update version to 2025.4.2 * emit explicit errors for the service command on unsupported OSes * Fix some issues - Drop update-vendor.patch and reproducible.patch OBS-URL: https://build.opensuse.org/request/show/1274228 OBS-URL: https://build.opensuse.org/package/show/network/cloudflared?expand=0&rev=22
13 lines
659 B
Diff
13 lines
659 B
Diff
diff -Nur cloudflared-2025.4.2/Makefile cloudflared-2025.4.2-new/Makefile
|
|
--- cloudflared-2025.4.2/Makefile 2025-04-30 21:15:20.000000000 +0800
|
|
+++ cloudflared-2025.4.2-new/Makefile 2025-05-04 16:59:06.748522662 +0800
|
|
@@ -134,7 +134,7 @@
|
|
ifeq ($(FIPS), true)
|
|
$(info Building cloudflared with go-fips)
|
|
endif
|
|
- GOOS=$(TARGET_OS) GOARCH=$(TARGET_ARCH) $(ARM_COMMAND) go build -mod=vendor $(GO_BUILD_TAGS) $(LDFLAGS) $(IMPORT_PATH)/cmd/cloudflared
|
|
+ GOOS=$(TARGET_OS) GOARCH=$(TARGET_ARCH) $(ARM_COMMAND) go build -mod=vendor -buildmode=pie $(GO_BUILD_TAGS) $(LDFLAGS) $(IMPORT_PATH)/cmd/cloudflared
|
|
ifeq ($(FIPS), true)
|
|
./check-fips.sh cloudflared
|
|
endif
|