[tw]
- new version 1.1.3 with lots of upstream bug fixes, some security fixes (#205654)
This commit is contained in:
parent
60c0c76613
commit
2601d91d12
@ -1 +1 @@
|
|||||||
freeradius-1.1.2.tar.gz
|
freeradius-1.1.3.tar.bz2
|
||||||
|
13
freeradius-1.1.3-build.patch
Normal file
13
freeradius-1.1.3-build.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
--- freeradius-1.1.2/src/modules/rules.mak.build 2006-05-25 18:24:40.000000000 +0200
|
||||||
|
+++ freeradius-1.1.2/src/modules/rules.mak 2006-06-01 16:12:49.000000000 +0200
|
||||||
|
@@ -113,8 +113,8 @@
|
||||||
|
$(TARGET).la: $(LT_OBJS)
|
||||||
|
$(LIBTOOL) --mode=link $(CC) -release $(RADIUSD_VERSION) \
|
||||||
|
-module $(LINK_MODE) $(LDFLAGS) $(RLM_LDFLAGS) -o $@ \
|
||||||
|
- -rpath $(libdir) $^ $(top_builddir)/src/lib/libradius.la \
|
||||||
|
- $(RLM_LIBS) $(LIBS)
|
||||||
|
+ -rpath $(libdir) $^ \
|
||||||
|
+ $(RLM_LIBS) -L$(libdir) $(LIBS)
|
||||||
|
|
||||||
|
#######################################################################
|
||||||
|
#
|
@ -1,11 +1,11 @@
|
|||||||
Summary: High-performance and highly configurable free RADIUS server.
|
Summary: High-performance and highly configurable free RADIUS server.
|
||||||
Name: freeradius
|
Name: freeradius
|
||||||
Version: 1.1.2
|
Version: 1.1.3
|
||||||
Release: 2
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://www.freeradius.org/
|
URL: http://www.freeradius.org/
|
||||||
Source0: ftp://ftp.freeradius.org/pub/radius/%{name}-%{version}.tar.gz
|
Source0: ftp://ftp.freeradius.org/pub/radius/%{name}-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||||
Requires: chkconfig net-snmp krb5-libs net-snmp-utils
|
Requires: chkconfig net-snmp krb5-libs net-snmp-utils
|
||||||
BuildRequires: net-snmp-devel net-snmp-utils krb5-devel openldap-devel
|
BuildRequires: net-snmp-devel net-snmp-utils krb5-devel openldap-devel
|
||||||
@ -19,7 +19,7 @@ Patch3: freeradius-0.9.0-pam-multilib.patch
|
|||||||
Patch4: freeradius-0.9.0-com_err.patch
|
Patch4: freeradius-0.9.0-com_err.patch
|
||||||
Patch5: freeradius-1.1.1-pie.patch
|
Patch5: freeradius-1.1.1-pie.patch
|
||||||
Patch8: freeradius-1.0.0-samba3.patch
|
Patch8: freeradius-1.0.0-samba3.patch
|
||||||
Patch10: freeradius-1.1.2-build.patch
|
Patch10: freeradius-1.1.3-build.patch
|
||||||
Patch11: freeradius-1.1.2-no_sql_inc.patch
|
Patch11: freeradius-1.1.2-no_sql_inc.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -95,6 +95,7 @@ export LDFLAGS="-L${RPM_BUILD_ROOT}%{_libdir}"
|
|||||||
--with-threads \
|
--with-threads \
|
||||||
--with-thread-pool \
|
--with-thread-pool \
|
||||||
--disable-ltdl-install \
|
--disable-ltdl-install \
|
||||||
|
--with-docdir=%{_docdir}/freeradius-%{version} \
|
||||||
--with-rlm-sql_postgresql-include-dir=/usr/include/pgsql \
|
--with-rlm-sql_postgresql-include-dir=/usr/include/pgsql \
|
||||||
--with-rlm-sql-postgresql-lib-dir=%{_libdir} \
|
--with-rlm-sql-postgresql-lib-dir=%{_libdir} \
|
||||||
--with-rlm-sql_mysql-include-dir=/usr/include/mysql \
|
--with-rlm-sql_mysql-include-dir=/usr/include/mysql \
|
||||||
@ -178,7 +179,7 @@ fi
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc %{_docdir}/freeradius-%{version}*/
|
%doc %{_docdir}/freeradius-%{version}/
|
||||||
%config (noreplace) /etc/pam.d/radiusd
|
%config (noreplace) /etc/pam.d/radiusd
|
||||||
%config (noreplace) /etc/logrotate.d/radiusd
|
%config (noreplace) /etc/logrotate.d/radiusd
|
||||||
%config (noreplace) /etc/rc.d/init.d/radiusd
|
%config (noreplace) /etc/rc.d/init.d/radiusd
|
||||||
@ -279,6 +280,10 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 15 2006 Thomas Woerner <twoerner@redhat.com> 1.1.3-1
|
||||||
|
- new version 1.1.3 with lots of upstream bug fixes, some security fixes
|
||||||
|
(#205654)
|
||||||
|
|
||||||
* Tue Aug 15 2006 Thomas Woerner <twoerner@redhat.com> 1.1.2-2
|
* Tue Aug 15 2006 Thomas Woerner <twoerner@redhat.com> 1.1.2-2
|
||||||
- commented out include for sql.conf in radiusd.conf (#202561)
|
- commented out include for sql.conf in radiusd.conf (#202561)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user