From 5ffa8b7d3ae7dba1569aad7595e8b57f6025cf74 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Fri, 19 Mar 2021 23:35:27 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/mod_auth_gssapi.git#1353076a18d0803721cf10e74dcfe7d8b132f173 --- mod_auth_gssapi.spec | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/mod_auth_gssapi.spec b/mod_auth_gssapi.spec index 6a7aacd..4d0c4a8 100644 --- a/mod_auth_gssapi.spec +++ b/mod_auth_gssapi.spec @@ -1,18 +1,24 @@ Name: mod_auth_gssapi Version: 1.6.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A GSSAPI Authentication module for Apache License: MIT URL: https://github.com/gssapi/mod_auth_gssapi Source0: https://github.com/gssapi/%{name}/releases/download/v%{version}/%name-%{version}.tar.gz -BuildRequires: httpd-devel, krb5-devel, openssl-devel, gssntlmssp-devel +BuildRequires: httpd-devel, krb5-devel, openssl-devel BuildRequires: autoconf, automake, libtool, bison, flex, make BuildRequires: git Requires: httpd-mmn = %{_httpd_mmn} Requires: krb5-libs >= 1.11.5 +# If you're reading this: NTLM is insecure. Migrate off it. +%if 0%{?rhel} +%else +BuildRequires: gssntlmssp-devel +%endif + %description The mod_auth_gssapi module is an authentication service that implements the SPNEGO based HTTP Authentication protocol defined in RFC4559. @@ -43,6 +49,9 @@ install -m 644 10-auth_gssapi.conf %{buildroot}%{_httpd_modconfdir} %{_httpd_moddir}/mod_auth_gssapi.so %changelog +* Tue Mar 16 2021 Robbie Harwood - 1.6.3-3 +- Build dep adjustments; no Fedora code changes + * Tue Jan 26 2021 Fedora Release Engineering - 1.6.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild