forked from pool/rage-encryption
Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
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
|
|
3
rage-0.11.1+0.tar.gz
Normal file
3
rage-0.11.1+0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c393108b925c50b7e819f3af64025d054a4de0eb8d4dbb89ac4b734c2837cd2c
|
||||||
|
size 1666088
|
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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.
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:01bbc54ef2aff3935b8ef8c0462be718bceefa4e1076aa47ea43aff0b3b0bcbb
|
oid sha256:3434e8d3ecef00bac49d9e1b5ac35150ee0aae65fb35071c988195c4139fb76d
|
||||||
size 28370756
|
size 28376778
|
||||||
|
Loading…
x
Reference in New Issue
Block a user