forked from pool/rage-encryption
Accepting request 1092720 from home:firstyear:branches:security
- Update to version 0.9.2+0: * v0.9.2 * Fix changelog bugs and add missing entry * Document `PINENTRY_PROGRAM` environment variable * age: Add `Decryptor::new_async_buffered` * age: `impl AsyncBufRead for ArmoredReader` * Pre-initialize vectors when the capacity is known, or use arrays * Use `PINENTRY_PROGRAM` as environment variable for `pinentry` * Document why `impl AsyncWrite for StreamWriter` doesn't loop indefinitely * cargo update * cargo vet prune * Migrate to `cargo-vet 0.7` * build(deps): bump svenstaro/upload-release-action from 2.5.0 to 2.6.1 * Correct spelling in documentation * build(deps): bump codecov/codecov-action from 3.1.1 to 3.1.4 * StreamWriter AsyncWrite: fix usage with futures::io::copy() * rage: Use `Decryptor::new_buffered` * age: Add `Decryptor::new_buffered` * age: `impl BufRead for ArmoredReader` * Update Homebrew formula to v0.9.1 * feat/pinentry: Use env var to define pinentry binary OBS-URL: https://build.opensuse.org/request/show/1092720 OBS-URL: https://build.opensuse.org/package/show/security/rage-encryption?expand=0&rev=27
This commit is contained in:
parent
547d4d8ec8
commit
1dbbeb5ded
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.9.1</param>
|
||||
<param name="revision">v0.9.2</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/str4d/rage.git</param>
|
||||
<param name="changesrevision">b6b1eceae674b84ecd98f2d79ae17b1e0f54652c</param></service></servicedata>
|
||||
<param name="changesrevision">267f383d3c1623c10bc6715c07fa77689171f940</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4ab7ccc70ded439abe4f507f8a4f52722c94bd826ed6a6ab17f49f2006d27197
|
||||
size 1597580
|
3
rage-0.9.2+0.tar.gz
Normal file
3
rage-0.9.2+0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ae51d06e2829215baaa51f828acf316e71577eef778601d332a28e8c83dec81d
|
||||
size 1599818
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 13 00:35:46 UTC 2023 - william.brown@suse.com
|
||||
|
||||
- Update to version 0.9.2+0:
|
||||
* v0.9.2
|
||||
* Fix changelog bugs and add missing entry
|
||||
* Document `PINENTRY_PROGRAM` environment variable
|
||||
* age: Add `Decryptor::new_async_buffered`
|
||||
* age: `impl AsyncBufRead for ArmoredReader`
|
||||
* Pre-initialize vectors when the capacity is known, or use arrays
|
||||
* Use `PINENTRY_PROGRAM` as environment variable for `pinentry`
|
||||
* Document why `impl AsyncWrite for StreamWriter` doesn't loop indefinitely
|
||||
* cargo update
|
||||
* cargo vet prune
|
||||
* Migrate to `cargo-vet 0.7`
|
||||
* build(deps): bump svenstaro/upload-release-action from 2.5.0 to 2.6.1
|
||||
* Correct spelling in documentation
|
||||
* build(deps): bump codecov/codecov-action from 3.1.1 to 3.1.4
|
||||
* StreamWriter AsyncWrite: fix usage with futures::io::copy()
|
||||
* rage: Use `Decryptor::new_buffered`
|
||||
* age: Add `Decryptor::new_buffered`
|
||||
* age: `impl BufRead for ArmoredReader`
|
||||
* Update Homebrew formula to v0.9.1
|
||||
* feat/pinentry: Use env var to define pinentry binary
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 11 11:13:29 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
Name: rage-encryption
|
||||
# This will be set by osc services, that will run after this.
|
||||
Version: 0.9.1+0
|
||||
Version: 0.9.2+0
|
||||
Release: 0
|
||||
Summary: X25519-based, simple, modern, and secure file encryption tool
|
||||
# If you know the license, put it's SPDX string here.
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:46080ccfbc76e5630ead54882ffc37d1fa049300d7c3288d942439036272a4d7
|
||||
size 33093836
|
||||
oid sha256:a4f3e0446cc48a847aa6758aa09c7af56c02be60436e288e6495686cdf64eefa
|
||||
size 33837292
|
||||
|
Loading…
Reference in New Issue
Block a user