Page MenuHomeSolus

D10144.id24414.diff
No OneTemporary

D10144.id24414.diff

diff --git a/MAINTAINERS.md b/MAINTAINERS.md
new file mode 100644
--- /dev/null
+++ b/MAINTAINERS.md
@@ -0,0 +1,5 @@
+This file is used to indicate responsibility for the maintenance of this package. Individuals on this list should be the sole modifiers of the package, excluding cases where the Solus Team may need to perform necessary rebuilds, upgrades, or security fixes. This list should not be used for any direct contact usage. If you believe this package requires a package update, follow documentation from https://getsol.us/articles/packaging/request-a-package-update/en/. In the event this package no longer becomes sufficiently maintained, Core Team reserves the right to request a new maintainer or remove this package from the repository.
+
+- Silke Hofstra
+ - IRC: silkeh
+ - Email: silke@slxh.eu
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,10 +1,11 @@
name : gopass
-version : 1.8.6
-release : 7
+version : 1.10.1
+release : 8
source :
- - https://github.com/gopasspw/gopass/archive/v1.8.6.tar.gz : 77bbf6ed9ecdcf153f40bdaa014835fe99ed505762b20f8d33be1c2f72199fdf
+ - https://github.com/gopasspw/gopass/releases/download/v1.10.1/gopass-1.10.1.tar.gz : 23e7cf39938fcc34856ec4e6abce740a9be9fe8fa68cf8a6f61ca497fe6f9283
license : MIT
component : security
+networking : yes
summary : The slightly more awesome standard unix password manager for teams
description: |
gopass is a rewrite of the pass password manager in Go with the aim of making it cross-platform and adding additional features.
@@ -16,12 +17,9 @@
- xdotool
- xsel
build : |
- mv vendor src
- mkdir -p src/github.com/gopasspw
- ln -s $workdir src/github.com/gopasspw/gopass
- %make GOPATH=$workdir
+ %make
install : |
- %make_install GOPATH=$workdir PREFIX=/usr
+ %make_install PREFIX=/usr
# Set correct permission bits for the shell completion files
chmod 644 $installdir/usr/share/zsh/site-functions/_gopass
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,8 +2,8 @@
<Source>
<Name>gopass</Name>
<Packager>
- <Name>Longwu Ou</Name>
- <Email>xulongwu4@gmail.com</Email>
+ <Name>Silke Hofstra</Name>
+ <Email>silke@slxh.eu</Email>
</Packager>
<License>MIT</License>
<PartOf>security</PartOf>
@@ -20,18 +20,22 @@
<PartOf>security</PartOf>
<Files>
<Path fileType="executable">/usr/bin/gopass</Path>
+ <Path fileType="executable">/usr/bin/gopass-git-credentials</Path>
+ <Path fileType="executable">/usr/bin/gopass-hibp</Path>
+ <Path fileType="executable">/usr/bin/gopass-jsonapi</Path>
+ <Path fileType="executable">/usr/bin/gopass-summon-provider</Path>
<Path fileType="data">/usr/share/bash-completion/completions/gopass</Path>
<Path fileType="data">/usr/share/fish/vendor_completions.d/gopass.fish</Path>
<Path fileType="data">/usr/share/zsh/site-functions/_gopass</Path>
</Files>
</Package>
<History>
- <Update release="7">
- <Date>2019-07-28</Date>
- <Version>1.8.6</Version>
+ <Update release="8">
+ <Date>2020-12-16</Date>
+ <Version>1.10.1</Version>
<Comment>Packaging update</Comment>
- <Name>Longwu Ou</Name>
- <Email>xulongwu4@gmail.com</Email>
+ <Name>Silke Hofstra</Name>
+ <Email>silke@slxh.eu</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 10, 5:46 PM (1 d, 2 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5789110
Default Alt Text
D10144.id24414.diff (3 KB)

Event Timeline