From 311efa5c1e03ba20eb7cf6a9d858a851b549552b Mon Sep 17 00:00:00 2001 From: Sahana Prasad Date: Tue, 14 Sep 2021 19:07:55 +0200 Subject: [PATCH] Rebuilt with OpenSSL 3.0.0 --- mod_auth_gssapi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mod_auth_gssapi.spec b/mod_auth_gssapi.spec index 9996834..11b98ca 100644 --- a/mod_auth_gssapi.spec +++ b/mod_auth_gssapi.spec @@ -1,6 +1,6 @@ Name: mod_auth_gssapi Version: 1.6.3 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A GSSAPI Authentication module for Apache License: MIT @@ -51,6 +51,9 @@ install -m 644 10-auth_gssapi.conf %{buildroot}%{_httpd_modconfdir} %{_httpd_moddir}/mod_auth_gssapi.so %changelog +* Tue Sep 14 2021 Sahana Prasad - 1.6.3-6 +- Rebuilt with OpenSSL 3.0.0 + * Tue Aug 24 2021 Robbie Harwood - 1.6.3-5 - crypto: Handle EVP changes in OpenSSL 3