auto-import changelog data from freeradius-0.9.0-2.src.rpm
Tue Sep 23 2003 Thomas Woerner <twoerner@redhat.com> 0.9.0-2 - add ltdl patch again (libtool ltld s searching for .la only) Mon Sep 22 2003 Nalin Dahyabhai <nalin@redhat.com> - modify default PAM configuration to remove the directory part of the module name, so that 32- and 64-bit libpam (called from 32- or 64-bit radiusd) on multilib systems will always load the right module for the architecture - modify default PAM configuration to use pam_stack Tue Jul 22 2003 Thomas Woerner <twoerner@redhat.com> 0.9.0-1 - 0.9.0 final Wed Jul 16 2003 Thomas Woerner <twoerner@redhat.com> 0.9.0-0.9.0 - new version 0.9.0 pre3 Thu May 22 2003 Thomas Woerner <twoerner@redhat.com> 0.8.1-6 - included directory /var/log/radius/radacct for logrotate Wed May 21 2003 Thomas Woerner <twoerner@redhat.com> 0.8.1-5 - moved log and run dir to files section, cleaned up post Wed May 21 2003 Thomas Woerner <twoerner@redhat.com> 0.8.1-4 - added missing run dir in post Tue May 20 2003 Thomas Woerner <twoerner@redhat.com> 0.8.1-3 - fixed module load patch Fri May 16 2003 Thomas Woerner <twoerner@redhat.com> - removed la files, removed devel package - split into 4 packages: freeradius, freeradius-mysql, freeradius-postgresql, freeradius-unixODBC - fixed requires and buildrequires - create logging dir in post if it does not exist - fixed module load without la files Thu Apr 17 2003 Thomas Woerner <twoerner@redhat.com> - Initial build.
This commit is contained in:
parent
889d620cab
commit
e14143129c
@ -0,0 +1 @@
|
||||
freeradius-0.9.0.tar.gz
|
21
freeradius-0.9.0-pam-multilib.patch
Normal file
21
freeradius-0.9.0-pam-multilib.patch
Normal file
@ -0,0 +1,21 @@
|
||||
Remove the directory component from all paths. This lets libpam search its
|
||||
default directory for modules, which is needed on multilib systems because
|
||||
a 64-bit binary can't use the 32-bit modules which are stored in /lib/security.
|
||||
|
||||
Use pam_stack to make password-checking mechanisms configurable by authconfig.
|
||||
|
||||
--- freeradius-0.9.0/redhat/radiusd-pam 2003-09-22 10:07:03.000000000 -0400
|
||||
+++ freeradius-0.9.0/redhat/radiusd-pam 2003-09-22 10:07:13.000000000 -0400
|
||||
@@ -1,7 +1,6 @@
|
||||
#%PAM-1.0
|
||||
-auth required /lib/security/pam_unix_auth.so shadow nullok
|
||||
-auth required /lib/security/pam_nologin.so
|
||||
-account required /lib/security/pam_unix_acct.so
|
||||
-password required /lib/security/pam_cracklib.so
|
||||
-password required /lib/security/pam_unix_password.so shadow nullok use_authtok
|
||||
-session required /lib/security/pam_unix_session.so
|
||||
+auth required pam_stack.so service=system-auth
|
||||
+auth required pam_nologin.so
|
||||
+account required pam_stack.so service=system-auth
|
||||
+password required pam_stack.so service=system-auth
|
||||
+session required pam_stack.so service=system-auth
|
248
freeradius.spec
Normal file
248
freeradius.spec
Normal file
@ -0,0 +1,248 @@
|
||||
Summary: High-performance and highly configurable free RADIUS server.
|
||||
Name: freeradius
|
||||
Version: 0.9.0
|
||||
Release: 2
|
||||
License: GPL
|
||||
Group: System Environment/Daemons
|
||||
URL: http://www.freeradius.org/
|
||||
Source0: ftp://ftp.freeradius.org/pub/radius/%{name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||
Requires: chkconfig net-snmp krb5-libs net-snmp-utils
|
||||
BuildRequires: net-snmp-devel krb5-devel openldap-devel postgresql-devel perl mysql-devel unixODBC-devel
|
||||
Patch1: freeradius-0.9.0-ltdl_no_la.patch
|
||||
Patch2: freeradius-0.9.0-libdir.patch
|
||||
Patch3: freeradius-0.9.0-pam-multilib.patch
|
||||
|
||||
%description
|
||||
The FreeRADIUS Server Project is a high performance and highly configurable
|
||||
GPL'd free RADIUS server. The server is similar in some respects to
|
||||
Livingston's 2.0 server. While FreeRADIUS started as a variant of the
|
||||
Cistron RADIUS server, they don't share a lot in common any more. It now has
|
||||
many more features than Cistron or Livingston, and is much more configurable.
|
||||
|
||||
FreeRADIUS is an Internet authentication daemon, which implements the RADIUS
|
||||
protocol, as defined in RFC 2865 (and others). It allows Network Access
|
||||
Servers (NAS boxes) to perform authentication for dial-up users. There are
|
||||
also RADIUS clients available for Web servers, firewalls, Unix logins, and
|
||||
more. Using RADIUS allows authentication and authorization for a network to
|
||||
be centralized, and minimizes the amount of re-configuration which has to be
|
||||
done when adding or deleting new users.
|
||||
|
||||
%package mysql
|
||||
Summary: MySQL bindings for freeradius
|
||||
Group: System Environment/Daemons
|
||||
Requires: mysql
|
||||
|
||||
%description mysql
|
||||
The FreeRADIUS Server Project is a high performance and highly configurable
|
||||
GPL'd free RADIUS server. The server is similar in some respects to
|
||||
Livingston's 2.0 server. While FreeRADIUS started as a variant of the
|
||||
Cistron RADIUS server, they don't share a lot in common any more. It now has
|
||||
many more features than Cistron or Livingston, and is much more configurable.
|
||||
|
||||
FreeRADIUS is an Internet authentication daemon, which implements the RADIUS
|
||||
protocol, as defined in RFC 2865 (and others). It allows Network Access
|
||||
Servers (NAS boxes) to perform authentication for dial-up users. There are
|
||||
also RADIUS clients available for Web servers, firewalls, Unix logins, and
|
||||
more. Using RADIUS allows authentication and authorization for a network to
|
||||
be centralized, and minimizes the amount of re-configuration which has to be
|
||||
done when adding or deleting new users.
|
||||
|
||||
%package postgresql
|
||||
Summary: postgresql bindings for freeradius
|
||||
Group: System Environment/Daemons
|
||||
Requires: postgresql
|
||||
|
||||
%description postgresql
|
||||
The FreeRADIUS Server Project is a high performance and highly configurable
|
||||
GPL'd free RADIUS server. The server is similar in some respects to
|
||||
Livingston's 2.0 server. While FreeRADIUS started as a variant of the
|
||||
Cistron RADIUS server, they don't share a lot in common any more. It now has
|
||||
many more features than Cistron or Livingston, and is much more configurable.
|
||||
|
||||
FreeRADIUS is an Internet authentication daemon, which implements the RADIUS
|
||||
protocol, as defined in RFC 2865 (and others). It allows Network Access
|
||||
Servers (NAS boxes) to perform authentication for dial-up users. There are
|
||||
also RADIUS clients available for Web servers, firewalls, Unix logins, and
|
||||
more. Using RADIUS allows authentication and authorization for a network to
|
||||
be centralized, and minimizes the amount of re-configuration which has to be
|
||||
done when adding or deleting new users.
|
||||
|
||||
%package unixODBC
|
||||
Summary: unixODBC bindings for freeradius
|
||||
Group: System Environment/Daemons
|
||||
Requires: unixODBC
|
||||
|
||||
%description unixODBC
|
||||
The FreeRADIUS Server Project is a high performance and highly configurable
|
||||
GPL'd free RADIUS server. The server is similar in some respects to
|
||||
Livingston's 2.0 server. While FreeRADIUS started as a variant of the
|
||||
Cistron RADIUS server, they don't share a lot in common any more. It now has
|
||||
many more features than Cistron or Livingston, and is much more configurable.
|
||||
|
||||
FreeRADIUS is an Internet authentication daemon, which implements the RADIUS
|
||||
protocol, as defined in RFC 2865 (and others). It allows Network Access
|
||||
Servers (NAS boxes) to perform authentication for dial-up users. There are
|
||||
also RADIUS clients available for Web servers, firewalls, Unix logins, and
|
||||
more. Using RADIUS allows authentication and authorization for a network to
|
||||
be centralized, and minimizes the amount of re-configuration which has to be
|
||||
done when adding or deleting new users.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n freeradius-0.9.0
|
||||
%patch1 -p1 -b .ltdl_no_la
|
||||
%patch2 -p1 -b .libdir
|
||||
%patch3 -p1 -b .pam-multilib
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--disable-static \
|
||||
--with-gnu-ld \
|
||||
--with-threads \
|
||||
--with-thread-pool \
|
||||
--with-system-libtool \
|
||||
--disable-ltdl-install \
|
||||
--with-rlm-sql_postgresql-include-dir=/usr/include/pgsql \
|
||||
--with-rlm-sql_mysql-include-dir=/usr/include/mysql \
|
||||
--with-mysql-lib-dir=%{_libdir}/mysql \
|
||||
--with-rlm-krb5-include-dir=/usr/kerberos/include
|
||||
make
|
||||
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
mkdir -p $RPM_BUILD_ROOT/etc/{logrotate.d,pam.d,rc.d/init.d}
|
||||
%makeinstall
|
||||
|
||||
RADDB=$RPM_BUILD_ROOT/etc/raddb
|
||||
# set radiusd as default user/group
|
||||
perl -i -pe 's/^#user =.*$/user = radiusd/' $RADDB/radiusd.conf
|
||||
perl -i -pe 's/^#group =.*$/group = radiusd/' $RADDB/radiusd.conf
|
||||
# shadow password file MUST be defined on Linux
|
||||
perl -i -pe 's/# shadow =/shadow =/' $RADDB/radiusd.conf
|
||||
|
||||
install -m 755 redhat/rc.radiusd-redhat $RPM_BUILD_ROOT/etc/rc.d/init.d/radiusd
|
||||
install -m 644 redhat/radiusd-logrotate $RPM_BUILD_ROOT/etc/logrotate.d/radiusd
|
||||
install -m 644 redhat/radiusd-pam $RPM_BUILD_ROOT/etc/pam.d/radius
|
||||
|
||||
# remove unwanted rc.radiusd
|
||||
rm -f $RPM_BUILD_ROOT%{_prefix}/sbin/rc.radiusd
|
||||
|
||||
find $RPM_BUILD_ROOT%{_libdir} -name "*.la" -print | xargs rm -f
|
||||
find $RPM_BUILD_ROOT%{_libdir} -name "*.a" -print | xargs rm -f
|
||||
|
||||
mkdir -p $RPM_BUILD_ROOT/var/log/radius
|
||||
touch $RPM_BUILD_ROOT/var/log/radius/{radutmp,radwtmp,radius.log}
|
||||
mkdir -p $RPM_BUILD_ROOT/var/log/radius/radacct
|
||||
mkdir -p $RPM_BUILD_ROOT/var/run/radiusd
|
||||
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%pre
|
||||
/usr/sbin/useradd -M -o -r -d / -u 95 -c "radiusd user" -s /bin/false radiusd > /dev/null 2>&1 || :
|
||||
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
if [ $1 = 1 ]; then
|
||||
/sbin/chkconfig --add radiusd
|
||||
fi
|
||||
for i in /var/log/radius/{radutmp,radwtmp,radius.log}; do
|
||||
/bin/touch $i && /bin/chown radiusd: $i && /bin/chmod 600 $i
|
||||
done
|
||||
|
||||
|
||||
%preun
|
||||
if [ $1 = 0 ]; then
|
||||
/sbin/service radiusd stop > /dev/null 2>&1
|
||||
/sbin/chkconfig --del radiusd
|
||||
fi
|
||||
|
||||
%postun
|
||||
if [ $1 -ge 1 ]; then
|
||||
/sbin/service radiusd condrestart >/dev/null 2>&1 || :
|
||||
fi
|
||||
/sbin/ldconfig
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc %{_docdir}/freeradius-%{version}*/
|
||||
%config (noreplace) /etc/pam.d/radius
|
||||
%config (noreplace) /etc/logrotate.d/radiusd
|
||||
%config (noreplace) /etc/rc.d/init.d/radiusd
|
||||
%config (noreplace) /etc/raddb/[a-ce-z]*
|
||||
%config /etc/raddb/dictionary*
|
||||
%{_bindir}/*
|
||||
%{_libdir}/libradius*.so
|
||||
%{_libdir}/rlm_[a-r]*.so
|
||||
%{_libdir}/rlm_sql-%{version}*.so
|
||||
%{_libdir}/rlm_sql.so
|
||||
%{_libdir}/rlm_[t-z]*.so
|
||||
%{_datadir}/freeradius
|
||||
%{_sbindir}/*
|
||||
%{_mandir}/man1/*.1*
|
||||
%{_mandir}/man5/*.5*
|
||||
%{_mandir}/man8/*.8*
|
||||
%attr(0700,radiusd,radiusd) %dir /var/log/radius
|
||||
%ghost %attr(0600,radiusd,radiusd) /var/log/radius/radutmp
|
||||
%ghost %attr(0600,radiusd,radiusd) /var/log/radius/radwtmp
|
||||
%ghost %attr(0600,radiusd,radiusd) /var/log/radius/radius.log
|
||||
%attr(0700,radiusd,radiusd) %dir /var/log/radius/radacct
|
||||
%attr(0700,radiusd,radiusd) %dir /var/run/radiusd
|
||||
|
||||
%files mysql
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/*_mysql*.so
|
||||
|
||||
%files postgresql
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/*_postgresql*.so
|
||||
|
||||
%files unixODBC
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/*_unixodbc*.so
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Sep 23 2003 Thomas Woerner <twoerner@redhat.com> 0.9.0-2
|
||||
- add ltdl patch again (libtool ltld s searching for .la only)
|
||||
|
||||
* Mon Sep 22 2003 Nalin Dahyabhai <nalin@redhat.com>
|
||||
- modify default PAM configuration to remove the directory part of the module
|
||||
name, so that 32- and 64-bit libpam (called from 32- or 64-bit radiusd) on
|
||||
multilib systems will always load the right module for the architecture
|
||||
- modify default PAM configuration to use pam_stack
|
||||
|
||||
* Tue Jul 22 2003 Thomas Woerner <twoerner@redhat.com> 0.9.0-1
|
||||
- 0.9.0 final
|
||||
|
||||
* Wed Jul 16 2003 Thomas Woerner <twoerner@redhat.com> 0.9.0-0.9.0
|
||||
- new version 0.9.0 pre3
|
||||
|
||||
* Thu May 22 2003 Thomas Woerner <twoerner@redhat.com> 0.8.1-6
|
||||
- included directory /var/log/radius/radacct for logrotate
|
||||
|
||||
* Wed May 21 2003 Thomas Woerner <twoerner@redhat.com> 0.8.1-5
|
||||
- moved log and run dir to files section, cleaned up post
|
||||
|
||||
* Wed May 21 2003 Thomas Woerner <twoerner@redhat.com> 0.8.1-4
|
||||
- added missing run dir in post
|
||||
|
||||
* Tue May 20 2003 Thomas Woerner <twoerner@redhat.com> 0.8.1-3
|
||||
- fixed module load patch
|
||||
|
||||
* Fri May 16 2003 Thomas Woerner <twoerner@redhat.com>
|
||||
- removed la files, removed devel package
|
||||
- split into 4 packages: freeradius, freeradius-mysql, freeradius-postgresql,
|
||||
freeradius-unixODBC
|
||||
- fixed requires and buildrequires
|
||||
- create logging dir in post if it does not exist
|
||||
- fixed module load without la files
|
||||
|
||||
* Thu Apr 17 2003 Thomas Woerner <twoerner@redhat.com>
|
||||
- Initial build.
|
Loading…
Reference in New Issue
Block a user