105 lines
3.4 KiB
RPMSpec
105 lines
3.4 KiB
RPMSpec
%global _hardened_build 1
|
|
|
|
Name: pwauth
|
|
Version: 2.3.30
|
|
Release: 11%{?dist}
|
|
Summary: External plugin for mod_authnz_external authenticator
|
|
|
|
Group: Applications/System
|
|
License: BSD
|
|
URL: http://code.google.com/p/pwauth/
|
|
Source0: http://pwauth.googlecode.com/files/%{name}-%{version}.tar.gz
|
|
Source1: pwauth.pam
|
|
Patch1: pwauth-make.patch
|
|
Patch2: pwauth-strchr.patch
|
|
Patch3: pwauth-cleanup.patch
|
|
|
|
Patch100: pwauth-config.patch
|
|
|
|
BuildRequires: pam-devel
|
|
Requires(pre): httpd, perl
|
|
|
|
%description
|
|
Pwauth is an authenticator designed to be used with mod_auth_external
|
|
or mod_authnz_external and the Apache HTTP daemon to support reasonably
|
|
secure web authentication out of the system password database on most
|
|
versions of Unix.
|
|
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%patch1 -p1 -b .make
|
|
%patch2 -p1 -b .strchr
|
|
%patch3 -p1 -b .cleanup
|
|
%patch100 -p1 -b .config
|
|
|
|
%build
|
|
export CFLAGS="${RPM_OPT_FLAGS}"
|
|
export LDFLAGS="${RPM_LD_FLAGS}"
|
|
|
|
make %{?_smp_mflags} CFLAGS="${CFLAGS} -Wno-comment" LDFLAGS="${LDFLAGS}"
|
|
|
|
|
|
%install
|
|
mkdir -p %{buildroot}%{_bindir} %{buildroot}%{_sysconfdir}/pam.d
|
|
|
|
install -p -m 4750 -t %{buildroot}%{_bindir} pwauth
|
|
install -p -m 0750 -t %{buildroot}%{_bindir} unixgroup
|
|
install -p -T %{SOURCE1} %{buildroot}%{_sysconfdir}/pam.d/pwauth
|
|
|
|
|
|
%clean
|
|
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%attr(4750,-,apache) %{_bindir}/pwauth
|
|
%attr(0750,-,apache) %{_bindir}/unixgroup
|
|
%attr(644,-,-) %{_sysconfdir}/pam.d/pwauth
|
|
%doc CHANGES INSTALL README
|
|
|
|
|
|
%changelog
|
|
* Fri Apr 05 2024 Jean-Philippe Pialasse <jpp@koozali.org> 2.3.10-30.sme
|
|
- update release above EPEL, apply our patches
|
|
|
|
* Fri Jul 14 2023 BogusDateBot
|
|
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
|
|
by assuming the date is correct and changing the weekday.
|
|
|
|
* Tue Apr 12 2016 Daniel Berteaud <daniel@firewall-services.com> - 2.3.10-10.sme
|
|
- Rebase on latest EPEL build, reapply SME Server config [SME: 9442]
|
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.10-9
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.10-8
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.10-7
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.10-6
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
* Tue May 21 2013 Philip Prindeville <philipp@fedoraproject.org> 2.3.10-5
|
|
- Fix for bz#965461
|
|
- Get rid of some of the more worrisome compiler warnings.
|
|
- Use patch instead of sed to modify Makefile.
|
|
|
|
* Fri Mar 22 2013 Philip Prindeville <philipp@fedoraproject.org> 2.3.10-4
|
|
- Fix for bz#924881
|
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.10-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.10-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
* Fri May 04 2012 Philip Prindeville <philipp@fedoraproject.org> 2.3.10-1
|
|
- Initial checkin after Fedora packaging review.
|
|
|
|
* Tue Apr 17 2012 Philip Prindeville <philipp@fedoraproject.org> 2.3.10-0
|
|
- Initial RPM packaging.
|