-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #234 from ellert/myproxy-no-engine
Make OpenSSL engine optional
- Loading branch information
Showing
6 changed files
with
32 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
myproxy (6.2.19-1+gct.@distro@) @distro@; urgency=medium | ||
|
||
* Make OpenSSL engine optional | ||
|
||
-- Mattias Ellert <[email protected]> Sat, 02 Nov 2024 08:58:37 +0100 | ||
|
||
myproxy (6.2.18-1+gct.@distro@) @distro@; urgency=medium | ||
|
||
* Change private key cipher to EVP_aes_256_cbc | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
Name: myproxy | ||
%global soname 6 | ||
Version: 6.2.18 | ||
Version: 6.2.19 | ||
Release: 1%{?dist} | ||
Summary: Manage X.509 Public Key Infrastructure (PKI) security credentials | ||
|
||
|
@@ -391,6 +391,9 @@ fi | |
%doc %{_pkgdocdir}/LICENSE* | ||
|
||
%changelog | ||
* Sat Nov 02 2024 Mattias Ellert <[email protected]> - 6.2.19-1 | ||
- Make OpenSSL engine optional | ||
|
||
* Tue Jul 23 2024 Mattias Ellert <[email protected]> - 6.2.18-1 | ||
- Change private key cipher to EVP_aes_256_cbc | ||
|
||
|