diff --git a/_service b/_service index aef0e2f..3d53c08 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://github.com/str4d/rage.git @PARENT_TAG@+@TAG_OFFSET@ git - v0.8.0 + v0.8.1 * v(\d+\.\d+\.\d+) \1 diff --git a/rage-0.8.0+0.tar.gz b/rage-0.8.0+0.tar.gz deleted file mode 100644 index eb5b6aa..0000000 --- a/rage-0.8.0+0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e3101a5636b5d6350bf8907df09d5fe4cd782a33bbe73994e32f15281ccbd44 -size 174985 diff --git a/rage-0.8.1+0.tar.gz b/rage-0.8.1+0.tar.gz new file mode 100644 index 0000000..86c74f6 --- /dev/null +++ b/rage-0.8.1+0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dab6505e6094a6e9268b1991f7092aac4f31d28bc1c674ac34b516d32e501828 +size 316031 diff --git a/rage-encryption.changes b/rage-encryption.changes index be5b5fe..975ff70 100644 --- a/rage-encryption.changes +++ b/rage-encryption.changes @@ -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 diff --git a/rage-encryption.spec b/rage-encryption.spec index eb07923..8b92bb3 100644 --- a/rage-encryption.spec +++ b/rage-encryption.spec @@ -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 diff --git a/vendor.tar.xz b/vendor.tar.xz index 748b86a..a065efb 100644 --- a/vendor.tar.xz +++ b/vendor.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:91ab6ce677cb2dcb6e542df22c103f676f575ce64fa28317e7deefe5a214eec5 -size 25947848 +oid sha256:c7b14a6a93edc0ffa802e0739c03981326da296c4284a7316be97d06ab040ff1 +size 19980176