forked from pool/rage-encryption
Compare commits
8 Commits
Author | SHA256 | Date | |
---|---|---|---|
cd462ad7a5 | |||
35ea1db539 | |||
47ead6f81b | |||
a817f0b2f2 | |||
d28ec3bef5 | |||
64e2495384 | |||
22e2643e3b | |||
97153d1f30 |
2
_service
2
_service
@@ -3,7 +3,7 @@
|
|||||||
<param name="url">https://github.com/str4d/rage.git</param>
|
<param name="url">https://github.com/str4d/rage.git</param>
|
||||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">v0.10.0</param>
|
<param name="revision">v0.11.1</param>
|
||||||
<param name="match-tag">*</param>
|
<param name="match-tag">*</param>
|
||||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/str4d/rage.git</param>
|
<param name="url">https://github.com/str4d/rage.git</param>
|
||||||
<param name="changesrevision">5c82b234c6ad3a537b80e8671ae59875464dd53f</param></service></servicedata>
|
<param name="changesrevision">07808823074013acab5417de9d6ad176133312c6</param></service></servicedata>
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2a1eb1f73868b31bbb20e074b384f4b710572c98ebc1e31ad8fb3b35fdc234fd
|
|
||||||
size 1646541
|
|
BIN
rage-0.11.1+0.tar.gz
(Stored with Git LFS)
Normal file
BIN
rage-0.11.1+0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,38 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 10 07:09:58 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- build with fuse 3 (boo#1242079)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 20 06:39:30 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
|
||||||
|
|
||||||
|
- Fixes GHSA-4fg7-vxc8-qx5w
|
||||||
|
- Update to version 0.11.1+0:
|
||||||
|
* Fixed a security vulnerability that could allow an attacker to
|
||||||
|
execute an arbitrary binary under certain conditions. Plugin
|
||||||
|
names are now required to only contain alphanumeric characters
|
||||||
|
or the four special characters +-._.
|
||||||
|
* Replace the test `NoCallbacks` with the library version
|
||||||
|
* Restrict set of valid characters for plugin names
|
||||||
|
* Add tests for invalid plugin name chars
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 3 19:04:23 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
|
||||||
|
|
||||||
|
- Update to 0.11.0+0:
|
||||||
|
Added:
|
||||||
|
* Partial French translation!
|
||||||
|
Fixed:
|
||||||
|
* [Unix] Files can now be encrypted with rage --passphrase when
|
||||||
|
piped over stdin, without requiring an explicit - argument as
|
||||||
|
INPUT.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 20 04:57:20 UTC 2024 - William Brown <william.brown@suse.com>
|
||||||
|
|
||||||
|
- bsc#1229959 - RUSTSEC-2024-0006 - CVE-2024-43806
|
||||||
|
- rust-shlex: Multiple issues involving quote API
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 4 01:43:07 UTC 2024 - William Brown <william.brown@suse.com>
|
Wed Sep 4 01:43:07 UTC 2024 - William Brown <william.brown@suse.com>
|
||||||
|
|
||||||
|
@@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
Name: rage-encryption
|
Name: rage-encryption
|
||||||
# This will be set by osc services, that will run after this.
|
# This will be set by osc services, that will run after this.
|
||||||
Version: 0.10.0+0
|
Version: 0.11.1+0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: X25519-based, simple, modern, and secure file encryption tool
|
Summary: X25519-based, simple, modern, and secure file encryption tool
|
||||||
# If you know the license, put it's SPDX string here.
|
# If you know the license, put it's SPDX string here.
|
||||||
@@ -40,7 +40,7 @@ BuildRequires: cargo >= 1.59
|
|||||||
BuildRequires: libzstd-devel
|
BuildRequires: libzstd-devel
|
||||||
BuildRequires: vendored_licenses_packager
|
BuildRequires: vendored_licenses_packager
|
||||||
# for feature mount
|
# for feature mount
|
||||||
BuildRequires: fuse-devel
|
BuildRequires: fuse3-devel
|
||||||
Recommends: pinentry
|
Recommends: pinentry
|
||||||
BuildRequires: zstd
|
BuildRequires: zstd
|
||||||
Conflicts: rage
|
Conflicts: rage
|
||||||
|
BIN
vendor.tar.zst
(Stored with Git LFS)
BIN
vendor.tar.zst
(Stored with Git LFS)
Binary file not shown.
Reference in New Issue
Block a user