SHA256
1
0
forked from pool/age

11 Commits

Author SHA256 Message Date
b8dd606efd Accepting request 1324625 from security:privacy
OBS-URL: https://build.opensuse.org/request/show/1324625
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/age?expand=0&rev=6
2025-12-29 14:17:22 +00:00
f70b751a3b - Update to 1.3.0
Post-quantum keys, seeking DecryptReaderAt API, age-inspect CLI
  tool, built-in recipients compatible with hardware plugins,
  non-interactive passphrase input, Go framework for implementing
  plugins, and sooooo many improved errors.
  Our best release yet, six years to the day after the first beta,
  again released from the floor of #39c3!
  
  For all the details see:
  https://github.com/FiloSottile/age/releases/tag/v1.3.0

OBS-URL: https://build.opensuse.org/package/show/security:privacy/age?expand=0&rev=11
2025-12-29 02:06:40 +00:00
74a5d39ebc Accepting request 1232179 from security:privacy
OBS-URL: https://build.opensuse.org/request/show/1232179
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/age?expand=0&rev=5
2024-12-20 22:11:29 +00:00
346f64e89b - Update to version 1.2.1
* This release fixes a security vulnerability that could allow
    an attacker to execute an arbitrary binary under certain
    conditions.
    See: https://github.com/FiloSottile/age/security/advisories/GHSA-32gq-x56h-299c
  * Plugin names may now only contain alphanumeric characters or
    the four special characters +-._.

OBS-URL: https://build.opensuse.org/package/show/security:privacy/age?expand=0&rev=9
2024-12-19 10:34:03 +00:00
f6f0dc4f3e Accepting request 1197436 from security:privacy
OBS-URL: https://build.opensuse.org/request/show/1197436
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/age?expand=0&rev=4
2024-08-30 11:31:50 +00:00
4fb75f6ac8 Accepting request 1045520 from security:privacy
OBS-URL: https://build.opensuse.org/request/show/1045520
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/age?expand=0&rev=3
2022-12-28 09:54:36 +00:00
8117d52c9e Accepting request 1045416 from home:mnhauke
- 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.

OBS-URL: https://build.opensuse.org/request/show/1045416
OBS-URL: https://build.opensuse.org/package/show/security:privacy/age?expand=0&rev=4
2022-12-27 15:19:17 +00:00
4a677ee23b Accepting request 927116 from security:privacy
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/927116
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/age?expand=0&rev=2
2021-10-23 21:14:09 +00:00
f0b6953d66 Accepting request 925665 from security:privacy
Submission to factory

OBS-URL: https://build.opensuse.org/request/show/925665
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/age?expand=0&rev=1
2021-10-16 20:47:28 +00:00
fb4891b3c7 Accepting request 925684 from home:jengelh:branches:security:privacy
factory: - Remove filler phrases from descriptions.

OBS-URL: https://build.opensuse.org/request/show/925684
OBS-URL: https://build.opensuse.org/package/show/security:privacy/age?expand=0&rev=2
2021-10-16 14:46:08 +00:00
ae6331b4ba Accepting request 917375 from home:mnhauke
Intial package for age

OBS-URL: https://build.opensuse.org/request/show/917375
OBS-URL: https://build.opensuse.org/package/show/security:privacy/age?expand=0&rev=1
2021-09-08 18:38:58 +00:00
7 changed files with 45 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
<services>
<service mode="disabled" name="set_version">
<service name="set_version" mode="disabled">
<param name="basename">age</param>
</service>
<service name="go_modules" mode="disabled">
<service name="go_modules" mode="manual">
</service>
</services>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f1f3dbade631976701cd295aa89308681318d73118f5673cced13f127a91178c
size 204281

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cefe9e956401939ad86a9c9d7dcf843a43b6bcdf4ee7d8e4508864f227a3f6f0
size 206676

3
age-1.3.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:71f69e5699a0b94aa1ca55b9b86b5bcf014f0c1412608a7a60b3e5fbbc553a77
size 247599

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Sun Dec 28 09:52:20 UTC 2025 - Marcus Rueckert <mrueckert@suse.de>
- Update to 1.3.0
Post-quantum keys, seeking DecryptReaderAt API, age-inspect CLI
tool, built-in recipients compatible with hardware plugins,
non-interactive passphrase input, Go framework for implementing
plugins, and sooooo many improved errors.
Our best release yet, six years to the day after the first beta,
again released from the floor of #39c3!
For all the details see:
https://github.com/FiloSottile/age/releases/tag/v1.3.0
-------------------------------------------------------------------
Wed Dec 18 17:31:35 UTC 2024 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.2.1
* This release fixes a security vulnerability that could allow
an attacker to execute an arbitrary binary under certain
conditions.
See: https://github.com/FiloSottile/age/security/advisories/GHSA-32gq-x56h-299c
* Plugin names may now only contain alphanumeric characters or
the four special characters +-._.
-------------------------------------------------------------------
Tue Jul 2 12:40:17 UTC 2024 - Jan Kužílek <jan.kuzilek@suse.com>

View File

@@ -1,8 +1,8 @@
#
# spec file for package age
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2021, Martin Hauke <mardnh@gmx.de>
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2021-2024, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
Name: age
Version: 1.2.0
Version: 1.3.0
Release: 0
Summary: A file encryption tool
License: BSD-3-Clause
@@ -44,9 +44,7 @@ composability.
%install
%{goinstall}
for i in age.1 age-keygen.1 ; do
install -Dm 0644 doc/$i %{buildroot}%{_mandir}/man1/$i
done
install -Dm 0644 -t %{buildroot}%{_mandir}/man1/ doc/*.1
%check
# disable test for now since it needs dependencies that are not vendored yet
@@ -57,7 +55,15 @@ done
%doc README.md doc/*.1.html
%{_bindir}/age
%{_bindir}/age-keygen
%{_bindir}/age-inspect
%{_bindir}/age-plugin-batchpass
%{_bindir}/age-plugin-pq
%{_bindir}/age-plugin-tag
%{_bindir}/age-plugin-tagpq
%{_bindir}/age-plugin-tagtest
%{_mandir}/man1/age-keygen.1%{?ext_man}
%{_mandir}/man1/age.1%{?ext_man}
%{_mandir}/man1/age-inspect.1%{?ext_man}
%{_mandir}/man1/age-plugin-batchpass.1%{?ext_man}
%changelog

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cc9170f7f656c9cb1fc1887e2d967481fe9e3a1a4dfd18299905f3c99cd2b845
size 2951361
oid sha256:7310b44eeac59860db54775298fcc3659e5698f0c59502edde90bed33b68d781
size 1813419