Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 591005 Details for
Bug 820488
Review Request: mod_auth_xradius - Apache module that provides authentication against RADIUS Servers
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Spec file creating shared libxradius
mod_auth_xradius.spec (text/plain), 4.20 KB, created by
Stephen Gallagher
on 2012-06-11 19:40:32 UTC
(
hide
)
Description:
Spec file creating shared libxradius
Filename:
MIME Type:
Creator:
Stephen Gallagher
Created:
2012-06-11 19:40:32 UTC
Size:
4.20 KB
patch
obsolete
>Summary: Apache module that provides authentication against RADIUS Servers >Name: mod_auth_xradius >Version: 0.4.6 >Release: 10%{?dist} >Group: System Environment/Daemons >URL: http://www.outoforder.cc/projects/httpd/mod_auth_xradius/ >License: ASL 2.0 >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > >Source0: http://www.outoforder.cc/downloads/mod_auth_xradius/mod_auth_xradius-%{version}.tar.bz2 >Source1: auth_xradius.conf > >Patch0: %{name}-%{version}-memcache.patch >Patch1: %{name}-%{version}-ha.patch >Patch2: %{name}-%{version}-unixd.patch >Patch3: %{name}-%{version}-share_libxradius.patch > ># Required for older automake and aclocal >BuildRequires: automake17 > >BuildRequires: apr-util-devel%{?_isa} >BuildRequires: httpd-devel%{?_isa} >BuildRequires: nspr-devel%{?_isa} >BuildRequires: nss-devel%{?_isa} > >%description >Apache module that provides high performance authentication against >RFC 2865 RADIUS Servers. > >%package -n libxradius >Summary: Development files for libxradius >Group: Development/Libraries > >%description -n libxradius >This is a library to generate RADIUS authentication request. > >%package -n libxradius-devel >Summary: Development files for libxradius >Group: Development/Libraries >Requires: %{name}%{?_isa} = %{version}-%{release} > >%description -n libxradius-devel >The libradius-devel package contains libraries and header files for >developing applications that use libradius. > >%prep >%setup -q >%patch0 -p1 -b .memcache >%patch1 -p1 -b .ha >%if 0%{?fedora} >= 18 >%patch2 -p1 -b .unixd >%endif >%patch3 -p1 -b .remove-bundled-libradius > >./autogen.sh > >%build > >%configure --localstatedir=/var/lib \ > --with-apxs=%{_sbindir}/apxs > >make %{?_smp_mflags} > >%install >rm -rf %{buildroot} > >%make_install > ># Install the radius library documentation >mkdir -p %{buildroot}%{_mandir}/man3 >mkdir -p %{buildroot}%{_mandir}/man5 >install -p -m644 libradius/libradius.3 %{buildroot}%{_mandir}/man3/libxradius.3 >install -p -m644 libradius/radius.conf.5 %{buildroot}%{_mandir}/man5/radius.conf.5 > ># Install the apache module documentation >mkdir -p %{buildroot}%{_sysconfdir}/httpd/conf.d >mkdir -p %{buildroot}%{_libdir}/httpd/modules >install -p -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/httpd/conf.d/ > > >%clean >rm -rf %{buildroot} > >%post -n libxradius -p /sbin/ldconfig > >%postun -n libxradius -p /sbin/ldconfig > > >%files >%doc README LICENSE NOTICE >%{_libdir}/httpd/modules/*.so >%config(noreplace) %{_sysconfdir}/httpd/conf.d/*.conf > >%files -n libxradius >%defattr(-,root,root,-) >%doc README >%{_libdir}/libxradius.so.* >%{_mandir}/man5/radius.conf.5.* > >%files -n libxradius-devel >%defattr(-,root,root,-) >%{_libdir}/libxradius.so >%{_mandir}/man3/libxradius.3.* >%{_includedir}/*.h > > >%changelog >* Mon Jun 11 2012 Stephen Gallagher <sgallagh@redhat.com> - 0.4.6-10 >- Rename subpackage to libxradius >- Rename manpages and shared object >- Properly link mod_auth_xradius with libxradius >- Remove libradius makefile > >* Wed May 30 2012 Simone Caronni <negativo17@gmail.com> - 0.4.6-9 >- First attempt in creating subpackages for libradius. >- Removed patch to rename radius calls. >- Removed macros for system commands. >- Used buildroot macro in a consistent way. > >* Wed May 30 2012 Simone Caronni <negativo17@gmail.com> - 0.4.6-8 >- Renamed libradius calls (xrad_ -> rad_) to use external library. > >* Wed May 30 2012 Simone Caronni <negativo17@gmail.com> - 0.4.6-7 >- Remove libmd BR. >- Reworked memcache patch. >- Updated patch for removing libradius. > >* Mon May 21 2012 Simone Caronni <negativo17@gmail.com> - 0.4.6-6 >- Strip out libmd and libradius. >- Remove libradius from sources. >- Added conditional for Fedora >= 18 patch. > >* Wed May 15 2012 Simone Caronni <negativo17@gmail.com> - 0.4.6-5 >- Added Provides for bundled md5 library. >- Added BSD license for bundled libradius library. > >* Wed May 15 2012 Simone Caronni <negativo17@gmail.com> - 0.4.6-4 >- Modified default configuration pointing only to localhost. >- Added patch for rawhide. > >* Wed May 10 2012 Simone Caronni <negativo17@gmail.com> - 0.4.6-3 >- First build based off rutgers.edu package. > >* Thu Jul 22 2010 Orcan Ogetbil <orcan@nbcs.rutgers.edu> 0.4.6-2.ru >- Fixes in the .conf file
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 820488
:
584723
| 591005 |
591006
|
591254
|
598069