forked from pool/rage-encryption
Accepting request 994832 from security
OBS-URL: https://build.opensuse.org/request/show/994832 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rage-encryption?expand=0&rev=7
This commit is contained in:
commit
243d684cec
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/str4d/rage.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v0.8.0</param>
|
||||
<param name="revision">v0.8.1</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5e3101a5636b5d6350bf8907df09d5fe4cd782a33bbe73994e32f15281ccbd44
|
||||
size 174985
|
3
rage-0.8.1+0.tar.gz
Normal file
3
rage-0.8.1+0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dab6505e6094a6e9268b1991f7092aac4f31d28bc1c674ac34b516d32e501828
|
||||
size 316031
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 09 03:56:26 UTC 2022 - william.brown@suse.com
|
||||
|
||||
- Set minimum rust requirement to 1.59
|
||||
- Update to version 0.8.1+0:
|
||||
* v0.8.1
|
||||
* Revert updates to `dashmap` and `indexmap`
|
||||
* cargo update
|
||||
* age: Add passphrase to scrypt_work_factor_23 testkit test file
|
||||
* age: Reject invalid or non-canonical X25519 recipient stanzas
|
||||
* age: Require "contributory" behaviour for X25519 recipient stanzas
|
||||
* age: Add testkit test files from reference impl
|
||||
* Update Homebrew formula to v0.8.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 03 00:27:46 UTC 2022 - william.brown@suse.com
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
Name: rage-encryption
|
||||
# This will be set by osc services, that will run after this.
|
||||
Version: 0.8.0+0
|
||||
Version: 0.8.1+0
|
||||
Release: 0
|
||||
Summary: Simple, modern, and secure file encryption tool
|
||||
# If you know the license, put it's SPDX string here.
|
||||
@ -35,9 +35,9 @@ Source1: vendor.tar.xz
|
||||
Source2: cargo_config
|
||||
%if %{suse_version} > 1500
|
||||
BuildRequires: cargo-packaging
|
||||
%else
|
||||
BuildRequires: rust+cargo >= 1.51
|
||||
%endif
|
||||
# Requires >1.59 for thread::available_parallelism
|
||||
BuildRequires: cargo >= 1.59
|
||||
BuildRequires: vendored_licenses_packager
|
||||
# for feature mount
|
||||
BuildRequires: fuse-devel
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:91ab6ce677cb2dcb6e542df22c103f676f575ce64fa28317e7deefe5a214eec5
|
||||
size 25947848
|
||||
oid sha256:c7b14a6a93edc0ffa802e0739c03981326da296c4284a7316be97d06ab040ff1
|
||||
size 19980176
|
||||
|
Loading…
Reference in New Issue
Block a user