From 60c0c7661348d0b610d41974b0cbf9e627c10950 Mon Sep 17 00:00:00 2001 From: Thomas Woerner Date: Aug 15 2006 10:06:52 +0000 Subject: [tw] - commented out include for sql.conf in radiusd.conf (#202561) --- diff --git a/freeradius-1.1.2-no_sql_inc.patch b/freeradius-1.1.2-no_sql_inc.patch new file mode 100644 index 0000000..a3ab536 --- /dev/null +++ b/freeradius-1.1.2-no_sql_inc.patch @@ -0,0 +1,11 @@ +--- freeradius-1.1.2/raddb/radiusd.conf.in.no_sql_inc 2006-08-15 11:38:23.000000000 +0200 ++++ freeradius-1.1.2/raddb/radiusd.conf.in 2006-08-15 11:38:25.000000000 +0200 +@@ -1245,7 +1245,7 @@ + # For MS-SQL, use: ${confdir}/mssql.conf + # For Oracle, use: ${confdir}/oraclesql.conf + # +- $INCLUDE ${confdir}/sql.conf ++# $INCLUDE ${confdir}/sql.conf + + + # For Cisco VoIP specific accounting with Postgresql, diff --git a/freeradius.spec b/freeradius.spec index 0e9fd22..f8f4d3a 100644 --- a/freeradius.spec +++ b/freeradius.spec @@ -1,7 +1,7 @@ Summary: High-performance and highly configurable free RADIUS server. Name: freeradius Version: 1.1.2 -Release: 1.1 +Release: 2 License: GPL Group: System Environment/Daemons URL: http://www.freeradius.org/ @@ -20,6 +20,7 @@ Patch4: freeradius-0.9.0-com_err.patch Patch5: freeradius-1.1.1-pie.patch Patch8: freeradius-1.0.0-samba3.patch Patch10: freeradius-1.1.2-build.patch +Patch11: freeradius-1.1.2-no_sql_inc.patch %description The FreeRADIUS Server Project is a high performance and highly configurable @@ -75,6 +76,7 @@ This plugin provides the unixODBC bindings for the FreeRADIUS server project. %patch5 -p1 -b .pie %patch8 -p1 -b .samba3 %patch10 -p1 -b .build +%patch11 -p1 -b .no_sql_inc %build @@ -277,6 +279,9 @@ fi %changelog +* Tue Aug 15 2006 Thomas Woerner 1.1.2-2 +- commented out include for sql.conf in radiusd.conf (#202561) + * Wed Jul 12 2006 Jesse Keating - 1.1.2-1.1 - rebuild