Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| b8dd606efd | |||
| f70b751a3b | |||
| 74a5d39ebc | |||
| 346f64e89b |
4
_service
4
_service
@@ -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>
|
||||
|
||||
@@ -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
3
age-1.3.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:71f69e5699a0b94aa1ca55b9b86b5bcf014f0c1412608a7a60b3e5fbbc553a77
|
||||
size 247599
|
||||
26
age.changes
26
age.changes
@@ -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>
|
||||
|
||||
|
||||
18
age.spec
18
age.spec
@@ -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
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cc9170f7f656c9cb1fc1887e2d967481fe9e3a1a4dfd18299905f3c99cd2b845
|
||||
size 2951361
|
||||
oid sha256:7310b44eeac59860db54775298fcc3659e5698f0c59502edde90bed33b68d781
|
||||
size 1813419
|
||||
|
||||
Reference in New Issue
Block a user