- Update to 1.16.0:

- [BUGFIX] reorg: List all secrets instead of just top-level
    folders (#3245)
  - [chore] Add capability and vulnerability checks (#3266)
  - [chore] Initial fixes and added a warning for CryptFS and JJFS
    (#3270)
  - [chore] Logging improvements (#3273)
  - [chore] Run linux builds with multiple Go versions (#3272)
  - [fix] Correctly handle IsGitCommit false in store.Move (#3246)
  - [fix] Drop Go 1.23 (#3274)
  - [fix] Fix clipboard issues (#3267)
  - [fix] Fix version check (#3268)
  - chore: Update golangci-lint (#3287)
  - docs: Add GoDoc to pkg and improve markdown files (#3251)
  - feat(age): Add unlock command to age agent (#3244)
  - feat: Add cryptfs storage backend for filename encryption
    (#3249)
  - feat: Clone remote on init (#3247)
  - fix: Fix release helper and update capabilities for caplos
    (#3288)
- remove the -w flag from the ldflags

OBS-URL: https://build.opensuse.org/package/show/security:privacy/gopass?expand=0&rev=31
This commit is contained in:
2025-11-13 19:52:22 +00:00
committed by Git OBS Bridge
parent 15bc9d9b5f
commit 2b961d2ed2
6 changed files with 32 additions and 7 deletions
+25
View File
@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Thu Nov 13 19:46:20 UTC 2025 - Marcus Rueckert <mrueckert@suse.de>
- Update to 1.16.0:
- [BUGFIX] reorg: List all secrets instead of just top-level
folders (#3245)
- [chore] Add capability and vulnerability checks (#3266)
- [chore] Initial fixes and added a warning for CryptFS and JJFS
(#3270)
- [chore] Logging improvements (#3273)
- [chore] Run linux builds with multiple Go versions (#3272)
- [fix] Correctly handle IsGitCommit false in store.Move (#3246)
- [fix] Drop Go 1.23 (#3274)
- [fix] Fix clipboard issues (#3267)
- [fix] Fix version check (#3268)
- chore: Update golangci-lint (#3287)
- docs: Add GoDoc to pkg and improve markdown files (#3251)
- feat(age): Add unlock command to age agent (#3244)
- feat: Add cryptfs storage backend for filename encryption
(#3249)
- feat: Clone remote on init (#3247)
- fix: Fix release helper and update capabilities for caplos
(#3288)
- remove the -w flag from the ldflags
-------------------------------------------------------------------
Fri Sep 19 18:18:35 UTC 2025 - Marcus Rueckert <mrueckert@suse.de>
+1 -1
View File
@@ -18,7 +18,7 @@
%global make_args PREFIX=%{_prefix} GOPASS_REVISION=v%{version}
Name: gopass
Version: 1.15.18
Version: 1.16.0
Release: 0
Summary: The slightly more awesome standard unix password manager for teams
License: MIT
+1 -1
View File
@@ -7,7 +7,7 @@ Index: gopass/Makefile
# Support reproducible builds by embedding date according to SOURCE_DATE_EPOCH if present
DATE := $(shell date -u -d "@$(SOURCE_DATE_EPOCH)" '+%FT%T%z' 2>/dev/null || date -u '+%FT%T%z')
-BUILDFLAGS_NOPIE := -buildvcs=true -tags=netgo -trimpath -ldflags="-s -w -X main.version=$(GOPASS_VERSION) -X main.commit=$(GOPASS_REVISION) -X main.date=$(DATE) $(CLIPHELPERS)" -gcflags="-trimpath=$(GOPATH)" -asmflags="-trimpath=$(GOPATH)"
+BUILDFLAGS_NOPIE := -tags=netgo -trimpath -ldflags="-w -X main.version=$(GOPASS_VERSION) -X main.commit=$(GOPASS_REVISION) -X main.date=$(DATE) $(CLIPHELPERS)" -gcflags="-trimpath=$(GOPATH)" -asmflags="-trimpath=$(GOPATH)"
+BUILDFLAGS_NOPIE := -tags=netgo -trimpath -ldflags="-X main.version=$(GOPASS_VERSION) -X main.commit=$(GOPASS_REVISION) -X main.date=$(DATE) $(CLIPHELPERS)" -gcflags="-trimpath=$(GOPATH)" -asmflags="-trimpath=$(GOPATH)"
BUILDFLAGS ?= $(BUILDFLAGS_NOPIE) -buildmode=pie
TESTFLAGS ?=
PWD := $(shell pwd)
-3
View File
@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:46b197fd6d72305203bf342a88931a25366b7066801c0151ea01c2a4efed2f79
size 2356120
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c7e6c5688c19765a740b9617eb4034c85645a80aa9c693d713869071d5c023a9
size 2932021
+2 -2
View File
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:34c5ac14d83c92f80f220218fd393391554047c8212ebab830d7991145686703
size 3537920
oid sha256:79a0ac7565c4cac6cfb21adb1c8d42846304d3475f058836d241686591a03bf6
size 3636452