Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

rage-encryption-bash-completion-0.9.2+0-2.4 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: rage-encryption-bash-completion Distribution: openSUSE Tumbleweed
Version: 0.9.2+0 Vendor: openSUSE
Release: 2.4 Build date: Tue Sep 26 05:59:43 2023
Group: Productivity/Security Build host: reproducible
Size: 16633 Source RPM: rage-encryption-0.9.2+0-2.4.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/str4d/rage
Summary: Bash completion for rage-encryption
Bash command line completion support for rage-encryption

Provides

Requires

License

(0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR MIT OR Zlib) AND (MIT OR Unlicense) AND (Apache-2.0 OR Zlib OR MIT) AND Apache-2.0 AND BSD-3-Clause AND CDDL-1.0 AND MIT

Changelog

* Tue Sep 26 2023 William Brown <william.brown@suse.com>
  - bsc#1215657 - chosen ciphertext attack possible against aes-gcm
    * update vendor.tar.zst to contain aes-gcm >= 0.10.3
* Tue Sep 26 2023 william.brown@suse.com
  - Update to version 0.9.2+0:
    * CI: Ensure `apt` repository is up-to-date before installing build deps
    * CI: Build Linux releases using `ubuntu-20.04` runner
    * CI: Remove most uses of `actions-rs` actions
* Tue Jun 13 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 2023 Jan Engelhardt <jengelh@inai.de>
  - As per https://en.opensuse.org/openSUSE:Package_description_guidelines
    mention distinctive characteristics that offset this solution
    from e.g. gpg.
* Sun Mar 26 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
  - Update to version 0.9.1+0:
    * ssh: Fix parsing of OpenSSH private key format
    * ssh: Support `aes256-gcm@openssh.com` ciphers for encrypted keys
    * ssh: Add `aes256-gcm@openssh.com` cipher to test cases
    * ssh: Extract common key material derivation logic for encrypted keys
    * ssh: Use associated constants for key and IV sizes
    * ssh: Add test cases for encrypted keys
  - Add shell completions for fish and zsh.
* Fri Jan 13 2023 William Brown <william.brown@suse.com>
  - bsc#1207039 - CVE-2023-22895 - update bzip2 crate
  - Update of vendored dependencies
* Thu Jan 05 2023 william.brown@suse.com
  - Update of vendored dependencies
* Mon Nov 21 2022 Dominique Leuenberger <dimstar@opensuse.org>
  - Do not have the main package recommend the bash-completion
    sub-package, but rather have the subpackage supplement the
    combination of tage-encryption and bash-completion.
* Mon Oct 31 2022 william.brown@suse.com
  - Update to version 0.9.0+0:
    * v0.9.0
    * use pkcs1 crate to parse RSAPrivateKey ASN.1 object
    * qa: Add workflow that runs `cargo vet --locked`
    * qa: Import `cargo vet` audits from Firefox and zcashd
    * qa: Add `crypto-reviewed` criteria or `cargo vet`
    * qa: `cargo vet init`
* Tue Aug 09 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 2022 william.brown@suse.com
  - Update to version 0.8.0+0:
    * v0.8.0
    * age: Allow ciphertexts that encrypt the empty plaintext
    * Update Italian translation
    * Don't allow -i/--identity with passphrase-encrypted files
    * age: Require the last STREAM chunk to be non-empty
    * age: Return correct response encoding for `confirm` command
    * age: Base64-decode metadata arguments to "confirm" message
    * age: Extract "confirm" command handling into a helper function
* Tue Apr 05 2022 William Brown <william.brown@suse.com>
  - Automatic update of vendored dependencies
* Mon Mar 14 2022 william.brown@suse.com
  - Update to resolve bsc#1196972 CVE-2022-24713 - Regex DOS
* Mon Mar 14 2022 cunix@mail.de
  - switched to vendored_licenses_packager as build dependency
  - define macro "rust_tier1_arches" if undefined
* Tue Feb 15 2022 William Brown <william.brown@suse.com>
  - Add specific lock file path to _service for cargo audit to prevent
    confusion with the lock files in the fuzz folders.
* Mon Jan 31 2022 cunix@mail.de
  - Update to version 0.7.1
    * Fixed a bug where non-canonical recipient stanza bodies in an age
      file header would cause rage to crash instead of being rejected
    * vendor.tar.xz updated from source code Cargo.lock file
  - Added:
    * binary rage-mount
    * bash-completion for rage, rage-keygen and rage-mount
    * manual pages for rage, rage-keygen and rage-mount
    * Licenses files
    * Licenses files of vendored crates extracted
      with script "vendored_licenses_packager.sh"
    * README and CHANGELOG files
    * possibility to build without cargo-packaging for "older" distros
* Fri Nov 19 2021 william.brown@suse.com
  - Update to version 0.7.0~git0.c93b914:
    * v0.7.0
    * cargo update fuzz*
    * Update lockfiles for fuzzers
    * rage: Pin clap to 3.0.0-beta.2
    * CI: Add bitrot check to ensure examples and benchmarks still compile
    * console 0.15
    * age: Re-export `secrecy` crate
    * age-core: Improve crate documentation
    * age-core: Re-export `secrecy` crate
    * age-core: Add `plugin::Error` enum
* Tue Nov 16 2021 William Brown <william.brown@suse.com>
  - Initial commit of rage

Files

/usr/share/bash-completion/completions/rage
/usr/share/bash-completion/completions/rage-keygen
/usr/share/bash-completion/completions/rage-mount
/usr/share/licenses/rage-encryption-bash-completion
/usr/share/licenses/rage-encryption-bash-completion/LICENSE-APACHE
/usr/share/licenses/rage-encryption-bash-completion/LICENSE-MIT


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Apr 27 00:05:07 2024