-
Notifications
You must be signed in to change notification settings - Fork 563
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgraded mod_intercept_form_submit to version 1.2.0
- Loading branch information
Showing
3 changed files
with
46 additions
and
13 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
SPECS-EXTENDED/mod_intercept_form_submit/mod_intercept_form_submit.signatures.json
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,5 +1,5 @@ | ||
{ | ||
"Signatures": { | ||
"mod_intercept_form_submit-1.1.0.tar.gz": "302c6ad8eac601c6ebf7b8f45f9d7bd4998aec6cbdb604e18fc343a141b120a2" | ||
"mod_intercept_form_submit-1.2.0.tar.gz": "578ef277ef85b64c692a25f3f61d798d9f27b14ccb0961ae096d2e7252ff3966" | ||
} | ||
} | ||
} |
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 |
---|---|---|
|
@@ -9,15 +9,15 @@ Distribution: Azure Linux | |
|
||
Summary: Apache module to intercept login form submission and run PAM authentication | ||
Name: mod_intercept_form_submit | ||
Version: 1.1.0 | ||
Release: 12%{?dist} | ||
Version: 1.2.0 | ||
Release: 8%{?dist} | ||
License: ASL 2.0 | ||
URL: http://www.adelton.com/apache/mod_intercept_form_submit/ | ||
Source0: http://www.adelton.com/apache/mod_intercept_form_submit/%{name}-%{version}.tar.gz | ||
URL: https://www.adelton.com/apache/mod_intercept_form_submit/ | ||
Source0: https://www.adelton.com/apache/mod_intercept_form_submit/%{name}-%{version}.tar.gz | ||
BuildRequires: gcc | ||
BuildRequires: httpd-devel | ||
BuildRequires: pkgconfig | ||
Requires: httpd-mmn | ||
Requires: httpd-mmn = %{_httpd_mmn} | ||
Requires: mod_authnz_pam >= 0.7 | ||
|
||
# Suppres auto-provides for module DSO per | ||
|
@@ -64,8 +64,42 @@ install -Dp -m 0644 intercept_form_submit.confx $RPM_BUILD_ROOT%{_httpd_confdir} | |
%{_httpd_moddir}/*.so | ||
|
||
%changelog | ||
* Fri Oct 15 2021 Pawel Winogrodzki <[email protected]> - 1.1.0-12 | ||
- Initial CBL-Mariner import from Fedora 32 (license: MIT). | ||
* Mon Dec 30 2024 Aninda Pradhan <[email protected]> - 1.2.0-8 | ||
- Initial Azure Linux import from Fedora 41 (license: MIT) | ||
- License verified. | ||
|
||
* Thu Jul 18 2024 Fedora Release Engineering <[email protected]> - 1.2.0-7 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild | ||
|
||
* Thu Jan 25 2024 Fedora Release Engineering <[email protected]> - 1.2.0-6 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild | ||
|
||
* Sun Jan 21 2024 Fedora Release Engineering <[email protected]> - 1.2.0-5 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild | ||
|
||
* Thu Jul 20 2023 Fedora Release Engineering <[email protected]> - 1.2.0-4 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild | ||
|
||
* Thu Jan 19 2023 Fedora Release Engineering <[email protected]> - 1.2.0-3 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild | ||
|
||
* Thu Jul 21 2022 Fedora Release Engineering <[email protected]> - 1.2.0-2 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild | ||
|
||
* Fri Feb 18 2022 Jan Pazdziora <[email protected]> - 1.2.0-1 | ||
- 2055636 - rebase to upstream version 1.2.0. | ||
|
||
* Thu Jan 20 2022 Fedora Release Engineering <[email protected]> - 1.1.0-15 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild | ||
|
||
* Thu Jul 22 2021 Fedora Release Engineering <[email protected]> - 1.1.0-14 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild | ||
|
||
* Tue Jan 26 2021 Fedora Release Engineering <[email protected]> - 1.1.0-13 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild | ||
|
||
* Tue Jul 28 2020 Fedora Release Engineering <[email protected]> - 1.1.0-12 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild | ||
|
||
* Wed Jan 29 2020 Fedora Release Engineering <[email protected]> - 1.1.0-11 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild | ||
|
@@ -129,5 +163,4 @@ install -Dp -m 0644 intercept_form_submit.confx $RPM_BUILD_ROOT%{_httpd_confdir} | |
- Add support for InterceptFormLoginRealms. | ||
|
||
* Thu Jan 30 2014 Jan Pazdziora <[email protected]> - 0.9.5-1 | ||
- 1058809 - .spec changes for Fedora package review. | ||
|
||
- 1058809 - .spec changes for Fedora package review. |
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