Skip to content

Commit

Permalink
Upgraded mod_intercept_form_submit to version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aninda-al committed Dec 31, 2024
1 parent 81fb40a commit 3d883f6
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 13 deletions.
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"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13282,8 +13282,8 @@
"type": "other",
"other": {
"name": "mod_intercept_form_submit",
"version": "1.1.0",
"downloadUrl": "http://www.adelton.com/apache/mod_intercept_form_submit/mod_intercept_form_submit-1.1.0.tar.gz"
"version": "1.2.0",
"downloadUrl": "https://www.adelton.com/apache/mod_intercept_form_submit/mod_intercept_form_submit-1.2.0.tar.gz"
}
}
},
Expand Down

0 comments on commit 3d883f6

Please sign in to comment.