Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Patrick Monnerat
f216225168 New upstream release. 2024-09-06 13:17:52 +02:00
4 changed files with 10 additions and 5 deletions

1
.gitignore vendored
View file

@ -15,3 +15,4 @@ xca-0.8.1.tar.gz
/xca-2.4.0.tar.gz
/xca-2.5.0.tar.gz
/xca-2.6.0.tar.gz
/xca-2.7.0.tar.gz

View file

@ -1 +1 @@
SHA512 (xca-2.6.0.tar.gz) = 0904df3095cd1cce3c1d19320f207f1997378776728767201a791680d7b937fd947bfdb887cbc7dd4d9ffa18178807cba7844245cf65c84591af7af287ed531e
SHA512 (xca-2.7.0.tar.gz) = 33b19c43b55077b7508420c73d60f9c8c6969d3ab7a9f80fea75ec7b089f7cb44bc8ddccf9d3c1f8d064b877dcb15183f7875b717591972cdae8c67513c4cb16

View file

@ -1,5 +1,6 @@
When trying to use a private key when working on a database protected by
a password set by xca version < 2.0.0, version 2.5.0 might issue an error like:
a password set by xca version < 2.0.0, version 2.5.0 and above might issue an
error like:
---
The following error occurred:
@ -22,6 +23,6 @@ If some private keys have their own password, reset the latter the same
way (right click --> Change password).
Once these operations have been performed, the database is ready for use with
xca version 2.5.
xca version >= 2.5.
See https://github.com/chris2511/xca/discussions/468.

View file

@ -3,8 +3,8 @@
Summary: Graphical X.509 certificate management tool
Name: xca
Version: 2.6.0
Release: 4%{?dist}
Version: 2.7.0
Release: 1%{?dist}
License: BSD
URL: https://hohnstaedt.de/xca/
Source0: https://github.com/%{gitowner0}/%{gitproject0}/releases/download/RELEASE.%{version}/%{name}-%{version}.tar.gz
@ -117,6 +117,9 @@ desktop-file-install --mode 0644 \
%changelog
#-------------------------------------------------------------------------------
* Fri Sep 6 2024 Patrick Monnerat <patrick@monnerat.net> 2.7.0-1
- New upstream release.
* Tue Jul 23 2024 Patrick Monnerat <patrick@monnerat.net> 2.6.0-4
- BR openssl-devel-engine for Fedora >= 41.