From a34e552a869902f25ac1fe626259f47dda9da3be Mon Sep 17 00:00:00 2001 From: robert_munteanu <> Date: Dec 28 2022 10:03:19 +0000 Subject: Update age to version 1.1.1 / rev 3 via SR 1045520 https://build.opensuse.org/request/show/1045520 by user robert_munteanu + dimstar_suse --- diff --git a/.files b/.files index 8edb5d5..ed3c531 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 7af7e53..1dfa870 100644 --- a/.rev +++ b/.rev @@ -15,4 +15,12 @@ Automatic submission by obs-autosubmit 927116 + + bd8e3af53b66fb333fa3350df3016ab8 + 1.1.1 + + dimstar_suse + + 1045520 + diff --git a/.servicemark b/.servicemark index 9a1d4b3..5ff4891 100644 --- a/.servicemark +++ b/.servicemark @@ -1 +1 @@ -c84b83e8f1ff58e6aeba61ead187215a +ce9f303478133866115a93bd7a5c20da diff --git a/age-1.0.0.tar.gz b/age-1.0.0.tar.gz deleted file mode 120000 index 83d9068..0000000 --- a/age-1.0.0.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreiene5ue6yxz3r2acqbv4mlbtyxap6fvmjl3cb2vmbcwzpyf3w6pzy \ No newline at end of file diff --git a/age-1.1.1.tar.gz b/age-1.1.1.tar.gz new file mode 120000 index 0000000..6bf5660 --- /dev/null +++ b/age-1.1.1.tar.gz @@ -0,0 +1 @@ +/ipfs/bafkreihr6pn23zrrs5tqdtjjlkujgcdicmmnomiy6vttztwrh4jhveixrq \ No newline at end of file diff --git a/age.changes b/age.changes index e6796e9..c4b18c8 100644 --- a/age.changes +++ b/age.changes @@ -1,4 +1,30 @@ ------------------------------------------------------------------- +Mon Dec 26 21:25:32 UTC 2022 - Martin Hauke + +- Update to version 1.1.1 + Plugins support + * The age CLI now supports plugins, such as age-plugin-yubikey + Breaking changes + * If -i is used, passphrase-encrypted files are now rejected. + * Empty final chunks are now rejected. + Minor changes + * PKCS#8-encoded Ed25519 private keys (such as 1Password exports) + are now supported as SSH identities. + * If an armored file is pasted into the terminal, age will now + attempt to wait until the end of the file before prompting for + a password. + * Some invalid files are now correctly rejected, in particular + encrypted files with trailing data. + * If /dev/tty is present but can't be opened, age will now + fallback to trying to treat stdin as a terminal as if + /dev/tty wasn't present. + * Input prompts now go to the terminal, even if standard error# + is redirected. + * Values of the new armor.Error type are now returned wrapped in + decryption errors when appropriate. + * Documentation and error messages were improved. + +------------------------------------------------------------------- Sat Oct 16 12:30:31 UTC 2021 - Jan Engelhardt - Remove filler phrases from descriptions. diff --git a/age.spec b/age.spec index 9175cc5..9b34234 100644 --- a/age.spec +++ b/age.spec @@ -1,6 +1,7 @@ # # spec file for package age # +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2021, Martin Hauke # # All modifications and additions to the file contributed by third parties @@ -15,8 +16,9 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + Name: age -Version: 1.0.0 +Version: 1.1.1 Release: 0 Summary: A file encryption tool License: BSD-3-Clause @@ -47,7 +49,8 @@ for i in age.1 age-keygen.1 ; do done %check -%gotest filippo.io/age ... +# disable test for now since it needs dependencies that are not vendored yet +#%%gotest filippo.io/age ... %files %license LICENSE diff --git a/vendor.tar.gz b/vendor.tar.gz index 1ec90b9..5a7ee7f 120000 --- a/vendor.tar.gz +++ b/vendor.tar.gz @@ -1 +1 @@ -/ipfs/bafybeid3ur4jgeera4aikmwfmdxb7xpasox6zrlrxe7uun35o5ohdmtviu \ No newline at end of file +/ipfs/bafybeigmovbdher3b6dtoicfd6iogpu772jlt4pueka63vfnluqhudyvqa \ No newline at end of file