packages: freeradius-server/freeradius-server.spec - updated to 2.1.12, pac...

hawk hawk at pld-linux.org
Tue Oct 18 10:11:11 CEST 2011


Author: hawk                         Date: Tue Oct 18 08:11:11 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 2.1.12, packaged caching, replicate and soh modules, disabled
  new experimental redis and rediswho modules (see TODO)

---- Files affected:
packages/freeradius-server:
   freeradius-server.spec (1.46 -> 1.47) 

---- Diffs:

================================================================
Index: packages/freeradius-server/freeradius-server.spec
diff -u packages/freeradius-server/freeradius-server.spec:1.46 packages/freeradius-server/freeradius-server.spec:1.47
--- packages/freeradius-server/freeradius-server.spec:1.46	Wed Jul 27 13:22:44 2011
+++ packages/freeradius-server/freeradius-server.spec	Tue Oct 18 10:11:06 2011
@@ -1,4 +1,9 @@
 # $Revision$, $Date$
+#
+# TODO:
+#   - build and package Redis module, requires hiredis library to be packaged
+#     first (https://github.com/antirez/hiredis)
+#
 # Conditional build:
 %bcond_without	ldap		# without rlm_ldap extension module
 %bcond_without	firebird	# without rlm_sql_firebird extension module
@@ -12,12 +17,12 @@
 Summary:	High-performance and highly configurable RADIUS server
 Summary(pl.UTF-8):	Szybki i wysoce konfigurowalny serwer RADIUS
 Name:		freeradius-server
-Version:	2.1.10
-Release:	3
+Version:	2.1.12
+Release:	1
 License:	GPL
 Group:		Networking/Daemons/Radius
 Source0:	ftp://ftp.freeradius.org/pub/radius/%{name}-%{version}.tar.bz2
-# Source0-md5:	8ea2bd39460a06212decf2c14fdf3fb8
+# Source0-md5:	862d3a2c11011e61890ba84fa636ed8c
 Source1:	%{name}.logrotate
 Source2:	%{name}.init
 Source3:	%{name}.pam
@@ -247,6 +252,8 @@
 	--with-system-libtool \
 	--with-udpfromto \
 	--without-rlm_eap_tnc \
+	--without-rlm_redis \
+	--without-rlm_rediswho \
 	--without-rlm_opendirectory \
 	--without-rlm_sql_db2 \
 	--without-rlm_sql_iodbc \
@@ -397,8 +404,10 @@
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/raddb/modules/preprocess
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/raddb/modules/radutmp
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/raddb/modules/realm
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/raddb/modules/replicate
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/raddb/modules/smbpasswd
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/raddb/modules/smsotp
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/raddb/modules/soh
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/raddb/modules/sql_log
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/raddb/modules/sqlcounter_expire_on_login
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/raddb/modules/sradutmp
@@ -429,6 +438,8 @@
 %attr(755,root,root) %{_libdir}/freeradius/rlm_attr_filter*.la
 %attr(755,root,root) %{_libdir}/freeradius/rlm_attr_rewrite*.so
 %attr(755,root,root) %{_libdir}/freeradius/rlm_attr_rewrite*.la
+%attr(755,root,root) %{_libdir}/freeradius/rlm_caching*.so
+%attr(755,root,root) %{_libdir}/freeradius/rlm_caching*.la
 %attr(755,root,root) %{_libdir}/freeradius/rlm_chap*.so
 %attr(755,root,root) %{_libdir}/freeradius/rlm_chap*.la
 %attr(755,root,root) %{_libdir}/freeradius/rlm_checkval*.so
@@ -485,10 +496,14 @@
 %attr(755,root,root) %{_libdir}/freeradius/rlm_radutmp*.la
 %attr(755,root,root) %{_libdir}/freeradius/rlm_realm*.so
 %attr(755,root,root) %{_libdir}/freeradius/rlm_realm*.la
+%attr(755,root,root) %{_libdir}/freeradius/rlm_replicate*.so
+%attr(755,root,root) %{_libdir}/freeradius/rlm_replicate*.la
 %attr(755,root,root) %{_libdir}/freeradius/rlm_sim_files*.so
 %attr(755,root,root) %{_libdir}/freeradius/rlm_sim_files*.la
 %attr(755,root,root) %{_libdir}/freeradius/rlm_smsotp*.so
 %attr(755,root,root) %{_libdir}/freeradius/rlm_smsotp*.la
+%attr(755,root,root) %{_libdir}/freeradius/rlm_soh*.so
+%attr(755,root,root) %{_libdir}/freeradius/rlm_soh*.la
 %attr(755,root,root) %{_libdir}/freeradius/rlm_sql-*.so
 %attr(755,root,root) %{_libdir}/freeradius/rlm_sql.so
 %attr(755,root,root) %{_libdir}/freeradius/rlm_sql-*.la
@@ -620,6 +635,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.47  2011/10/18 08:11:06  hawk
+- updated to 2.1.12, packaged caching, replicate and soh modules, disabled
+  new experimental redis and rediswho modules (see TODO)
+
 Revision 1.46  2011/07/27 11:22:44  mmazur
 - fix return status of 'service freeradius-server status'
 - rel 3; stbr
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/freeradius-server/freeradius-server.spec?r1=1.46&r2=1.47&f=u



More information about the pld-cvs-commit mailing list