Sync from SUSE:SLFO:Main apache2-mod_auth_mellon revision 122c814a319db30926ddc36f99df855b
This commit is contained in:
parent
e18d61c773
commit
194c574b3d
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 11 12:21:07 UTC 2024 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- version update to 0.19.1
|
||||||
|
* Remove legacy code that is unused because of minimum requirements.
|
||||||
|
* Cleanup HTML in rendered forms.
|
||||||
|
* Documentation cleanups and improvements.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 25 14:01:29 UTC 2024 - pgajdos@suse.com
|
Mon Mar 25 14:01:29 UTC 2024 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -18,19 +18,20 @@
|
|||||||
|
|
||||||
%define upstream_name mod_auth_mellon
|
%define upstream_name mod_auth_mellon
|
||||||
Name: apache2-mod_auth_mellon
|
Name: apache2-mod_auth_mellon
|
||||||
Version: 0.19.0
|
Version: 0.19.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A SAML 2.0 authentication module for the Apache Server
|
Summary: A SAML 2.0 authentication module for the Apache Server
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Networking/Web/Servers
|
Group: Productivity/Networking/Web/Servers
|
||||||
URL: https://github.com/latchset/%{upstream_name}
|
URL: https://github.com/latchset/%{upstream_name}
|
||||||
Source0: https://github.com/latchset/%{upstream_name}/releases/download/v%{version}/%{upstream_name}-%{version}.tar.gz
|
Source0: https://github.com/latchset/%{upstream_name}/archive/refs/tags/v%{version}.tar.gz#/%{upstream_name}-%{version}.tar.gz
|
||||||
Source1: %{upstream_name}.conf
|
Source1: %{upstream_name}.conf
|
||||||
Source2: %{name}.conf
|
Source2: %{name}.conf
|
||||||
Source3: README.diagnostics
|
Source3: README.diagnostics
|
||||||
Patch0: mod_auth_mellon-0.16.0-env-script-interpreter.patch
|
Patch0: mod_auth_mellon-0.16.0-env-script-interpreter.patch
|
||||||
BuildRequires: apache-rpm-macros
|
BuildRequires: apache-rpm-macros
|
||||||
BuildRequires: apache2-devel
|
BuildRequires: apache2-devel
|
||||||
|
BuildRequires: automake
|
||||||
BuildRequires: curl-devel
|
BuildRequires: curl-devel
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
@ -72,6 +73,7 @@ in the doc directory for instructions on using the diagnostics build.
|
|||||||
%autosetup -n %{upstream_name}-%{version}
|
%autosetup -n %{upstream_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
autoreconf -fi
|
||||||
export APXS=%{_httpd_apxs}
|
export APXS=%{_httpd_apxs}
|
||||||
%configure --enable-diagnostics
|
%configure --enable-diagnostics
|
||||||
%make_build clean
|
%make_build clean
|
||||||
|
BIN
mod_auth_mellon-0.19.0.tar.gz
(Stored with Git LFS)
BIN
mod_auth_mellon-0.19.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
mod_auth_mellon-0.19.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
mod_auth_mellon-0.19.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user