1
0
Commit Graph

36 Commits

Author SHA256 Message Date
Ana Guerrero
99b8533775 Accepting request 1198787 from security
- bsc#1229959 - RUSTSEC-2024-0006 - rust-shlex: Multiple issues involving quote API

OBS-URL: https://build.opensuse.org/request/show/1198787
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rage-encryption?expand=0&rev=17
2024-09-05 13:47:07 +00:00
c unix
0492ad4c56 - bsc#1229959 - RUSTSEC-2024-0006 - rust-shlex: Multiple issues involving quote API
OBS-URL: https://build.opensuse.org/package/show/security/rage-encryption?expand=0&rev=33
2024-09-04 16:04:54 +00:00
Ana Guerrero
00e9499c6c Accepting request 1170229 from security
OBS-URL: https://build.opensuse.org/request/show/1170229
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rage-encryption?expand=0&rev=16
2024-04-26 21:27:18 +00:00
William Brown
538c6426f3 Accepting request 1170001 from home:smolsheep:upgrades
- Enable tests
- Install all language manpages
- Fix -keygen installing to -mount
- Switch from obsoleted practices to modern ones:
  * %setup is now %autosetup
  * cargo_config is now part of vendor file
  * disabledrun is now manualrun
- Update to version 0.10.0+0:
  Added:
  * Russian translation
  * rage-keygen -y IDENTITY_FILE to convert identity files to
    recipients.
  Changed:
  * MSRV is now 1.65.0.
  * Migrated from gumdrop to clap for argument parsing.
  * -R/--recipients-file and -i/--identity now support "read-once"
    files, like those used by process substitution (-i
    <(other_binary get-age-identity)) and named pipes.
  * The filename - (hyphen) is now treated as an explicit request
    to read from standard input when used with -R/--recipients-file
    or -i/--identity. It must only occur once across the
    -R/--recipients-file and -i/--identity flags, and the input
    file. It cannot be used if the input file is omitted.
  Fixed:
  * OpenSSH private keys passed to -i/--identity that contain
    invalid public keys are no longer ignored when encrypting, and
    instead cause an error.
  * Weak ssh-rsa public keys that are smaller than 2048 bits are
    now rejected.
  * rage-keygen no longer overwrites existing key files with the
    -o/--output flag. This was its behaviour prior to 0.6.0, but
    was unintentionally changed when rage was modified to overwrite
    existing files. Key file overwriting can still be achieved by
    omitting -o/--output and instead piping stdout to the file.
  * rage-keygen now prints fatal errors directly instead of them
    being hidden behind the RUST_LOG=error environment variable. It
    also now sets its return code appropriately instead of always
    returning 0.

OBS-URL: https://build.opensuse.org/request/show/1170001
OBS-URL: https://build.opensuse.org/package/show/security/rage-encryption?expand=0&rev=31
2024-04-26 05:55:29 +00:00
Dominique Leuenberger
b9d7f8691b Accepting request 1113697 from security
- bsc#1215657 - chosen ciphertext attack possible against aes-gcm
  * update vendor.tar.zst to contain aes-gcm >= 0.10.3

- 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

OBS-URL: https://build.opensuse.org/request/show/1113697
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rage-encryption?expand=0&rev=15
2023-09-27 22:25:11 +00:00
c unix
2c10f03d7a Accepting request 1113576 from home:firstyear:branches:security
- bsc#1215657 - chosen ciphertext attack possible against aes-gcm
  * update vendor.tar.zst to contain aes-gcm >= 0.10.3

- 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

OBS-URL: https://build.opensuse.org/request/show/1113576
OBS-URL: https://build.opensuse.org/package/show/security/rage-encryption?expand=0&rev=29
2023-09-26 15:08:09 +00:00
Dominique Leuenberger
2b55dd4bab Accepting request 1092960 from security
Update to version 0.9.2

OBS-URL: https://build.opensuse.org/request/show/1092960
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rage-encryption?expand=0&rev=14
2023-06-14 14:29:37 +00:00
c unix
1dbbeb5ded 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
2023-06-13 16:17:18 +00:00
Dominique Leuenberger
9e70cf5902 Accepting request 1078532 from security
OBS-URL: https://build.opensuse.org/request/show/1078532
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rage-encryption?expand=0&rev=13
2023-04-12 10:51:54 +00:00
William Brown
547d4d8ec8 Accepting request 1078412 from home:jengelh:branches:security
- As per https://en.opensuse.org/openSUSE:Package_description_guidelines
  mention distinctive characteristics that offset this solution
  from e.g. gpg.

OBS-URL: https://build.opensuse.org/request/show/1078412
OBS-URL: https://build.opensuse.org/package/show/security/rage-encryption?expand=0&rev=25
2023-04-11 22:56:38 +00:00
Dominique Leuenberger
c88223575d Accepting request 1075040 from security
- Update to version 0.9.1+0:
- Add shell completions for fish and zsh.

OBS-URL: https://build.opensuse.org/request/show/1075040
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rage-encryption?expand=0&rev=12
2023-03-29 21:27:07 +00:00
c unix
9b69fe6bdd Accepting request 1074938 from home:uncomfyhalomacro:branches:security
- 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.

OBS-URL: https://build.opensuse.org/request/show/1074938
OBS-URL: https://build.opensuse.org/package/show/security/rage-encryption?expand=0&rev=23
2023-03-28 15:12:08 +00:00
Dominique Leuenberger
b99e2d5eb4 Accepting request 1058385 from security
- bsc#1207039 - CVE-2023-22895 - update bzip2 crate
- Update of vendored dependencies

OBS-URL: https://build.opensuse.org/request/show/1058385
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rage-encryption?expand=0&rev=11
2023-01-14 19:32:49 +00:00
c unix
338878ffad Accepting request 1058092 from home:firstyear:branches:security
- bsc#1207039 - CVE-2023-22895 - update bzip2 crate
- Update of vendored dependencies

OBS-URL: https://build.opensuse.org/request/show/1058092
OBS-URL: https://build.opensuse.org/package/show/security/rage-encryption?expand=0&rev=21
2023-01-14 15:37:23 +00:00
Dominique Leuenberger
a60eef526c Accepting request 1056807 from security
Update of vendored dependencies

OBS-URL: https://build.opensuse.org/request/show/1056807
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rage-encryption?expand=0&rev=10
2023-01-08 20:25:28 +00:00
c unix
1ed9b89b8f Accepting request 1056103 from home:firstyear:branches:security
- Update of vendored dependencies

OBS-URL: https://build.opensuse.org/request/show/1056103
OBS-URL: https://build.opensuse.org/package/show/security/rage-encryption?expand=0&rev=19
2023-01-07 17:29:18 +00:00
Dominique Leuenberger
a3fa7be2e2 Accepting request 1037423 from security
OBS-URL: https://build.opensuse.org/request/show/1037423
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rage-encryption?expand=0&rev=9
2022-11-23 08:48:17 +00:00
William Brown
1ac9e96fb6 Accepting request 1037128 from home:dimstar:Factory
- 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.

OBS-URL: https://build.opensuse.org/request/show/1037128
OBS-URL: https://build.opensuse.org/package/show/security/rage-encryption?expand=0&rev=17
2022-11-23 00:09:55 +00:00
Dominique Leuenberger
3b3f9f60f9 Accepting request 1032554 from security
Update to version 0.9.0+0:

OBS-URL: https://build.opensuse.org/request/show/1032554
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rage-encryption?expand=0&rev=8
2022-11-01 12:42:56 +00:00
c unix
1b5d1b517d Accepting request 1032350 from home:firstyear:branches:security
- 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`

OBS-URL: https://build.opensuse.org/request/show/1032350
OBS-URL: https://build.opensuse.org/package/show/security/rage-encryption?expand=0&rev=15
2022-10-31 16:16:03 +00:00
Dominique Leuenberger
243d684cec Accepting request 994832 from security
OBS-URL: https://build.opensuse.org/request/show/994832
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rage-encryption?expand=0&rev=7
2022-08-13 20:36:39 +00:00
William Brown
b55e05ce56 Accepting request 994831 from home:firstyear:branches:security
- 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

OBS-URL: https://build.opensuse.org/request/show/994831
OBS-URL: https://build.opensuse.org/package/show/security/rage-encryption?expand=0&rev=13
2022-08-12 23:36:42 +00:00
Dominique Leuenberger
0f6da66326 Accepting request 974748 from security
Update to version 0.8.0+0:

OBS-URL: https://build.opensuse.org/request/show/974748
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rage-encryption?expand=0&rev=6
2022-05-04 13:10:46 +00:00
c unix
5ed5238906 Accepting request 974493 from home:firstyear:branches:security
- 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

OBS-URL: https://build.opensuse.org/request/show/974493
OBS-URL: https://build.opensuse.org/package/show/security/rage-encryption?expand=0&rev=11
2022-05-03 17:05:25 +00:00
Dominique Leuenberger
a7ae2bbc63 Accepting request 967361 from security
Automatic update of vendored dependencies

OBS-URL: https://build.opensuse.org/request/show/967361
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rage-encryption?expand=0&rev=5
2022-04-06 19:52:19 +00:00
c unix
5338c321e0 Accepting request 966935 from home:firstyear:branches:security
Automatic update of vendored dependencies

OBS-URL: https://build.opensuse.org/request/show/966935
OBS-URL: https://build.opensuse.org/package/show/security/rage-encryption?expand=0&rev=9
2022-04-06 15:44:34 +00:00
Dominique Leuenberger
bc911aa3f2 Accepting request 961976 from security
- Update to resolve bsc#1196972 CVE-2022-24713 - Regex DOS

- switched to vendored_licenses_packager as build dependency
- define macro "rust_tier1_arches" if undefined

OBS-URL: https://build.opensuse.org/request/show/961976
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rage-encryption?expand=0&rev=4
2022-03-15 20:00:55 +00:00
c unix
44b57745c1 Accepting request 961767 from home:firstyear:branches:security
- Update to resolve bsc#1196972 CVE-2022-24713 - Regex DOS

OBS-URL: https://build.opensuse.org/request/show/961767
OBS-URL: https://build.opensuse.org/package/show/security/rage-encryption?expand=0&rev=7
2022-03-15 17:05:42 +00:00
William Brown
ce578e987f Accepting request 961734 from home:cunix:security_branch
switched to vendored_licenses_packager as build dependency

OBS-URL: https://build.opensuse.org/request/show/961734
OBS-URL: https://build.opensuse.org/package/show/security/rage-encryption?expand=0&rev=6
2022-03-14 22:45:04 +00:00
Dominique Leuenberger
85026149cf Accepting request 957468 from security
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/957468
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rage-encryption?expand=0&rev=3
2022-02-25 20:25:04 +00:00
c unix
f807e47e31 Accepting request 955731 from home:firstyear:branches:security
- Add specific lock file path to _service for cargo audit to prevent
  confusion with the lock files in the fuzz folders.

OBS-URL: https://build.opensuse.org/request/show/955731
OBS-URL: https://build.opensuse.org/package/show/security/rage-encryption?expand=0&rev=5
2022-02-18 18:04:59 +00:00
Dominique Leuenberger
e3051f847e Accepting request 952292 from security
OBS-URL: https://build.opensuse.org/request/show/952292
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rage-encryption?expand=0&rev=2
2022-02-09 19:39:05 +00:00
William Brown
6ad50af872 Accepting request 951794 from home:cunix:security_branch
open for review with issues tackled and some other small modifications (see build_args).

license script reworked.

OBS-URL: https://build.opensuse.org/request/show/951794
OBS-URL: https://build.opensuse.org/package/show/security/rage-encryption?expand=0&rev=4
2022-02-08 02:32:49 +00:00
Dominique Leuenberger
4d59b501c6 Accepting request 932837 from security
Submit new package rage-encryption

OBS-URL: https://build.opensuse.org/request/show/932837
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rage-encryption?expand=0&rev=1
2021-11-22 22:04:01 +00:00
William Brown
8467d9001f Accepting request 932836 from home:firstyear:branches:security
Fix typo

OBS-URL: https://build.opensuse.org/request/show/932836
OBS-URL: https://build.opensuse.org/package/show/security/rage-encryption?expand=0&rev=2
2021-11-21 23:10:23 +00:00
Johannes Segitz
724cbf600c Accepting request 932384 from home:firstyear:branches:devel:languages:rust
Submit new package rage-encryption

OBS-URL: https://build.opensuse.org/request/show/932384
OBS-URL: https://build.opensuse.org/package/show/security/rage-encryption?expand=0&rev=1
2021-11-19 06:47:53 +00:00