From 348ce5ff0951b0fe4f29f77f99cf44dfb1e62698 Mon Sep 17 00:00:00 2001 From: Andrey Petrov Date: Tue, 2 May 2017 16:55:45 +0300 Subject: [PATCH] FS-7575 Update freeradius-client to 1.1.7 --- debian/util.sh | 2 +- src/mod/applications/mod_rad_auth/Makefile.am | 2 +- src/mod/event_handlers/mod_radius_cdr/Makefile.am | 2 +- src/mod/xml_int/mod_xml_radius/Makefile.am | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/util.sh b/debian/util.sh index 51e50c47f1..e8a14dc165 100755 --- a/debian/util.sh +++ b/debian/util.sh @@ -103,7 +103,7 @@ getlibs () { getlib http://files.freeswitch.org/downloads/libs/communicator_semi_6000_20080321.tar.gz getlib http://download.zeromq.org/zeromq-2.1.9.tar.gz \ || getlib http://download.zeromq.org/historic/zeromq-2.1.9.tar.gz - getlib http://files.freeswitch.org/downloads/libs/freeradius-client-1.1.6.tar.gz + getlib http://files.freeswitch.org/downloads/libs/freeradius-client-1.1.7.tar.gz getlib http://files.freeswitch.org/downloads/libs/v8-3.24.14.tar.bz2 } diff --git a/src/mod/applications/mod_rad_auth/Makefile.am b/src/mod/applications/mod_rad_auth/Makefile.am index f39269a6b2..05f7155a80 100644 --- a/src/mod/applications/mod_rad_auth/Makefile.am +++ b/src/mod/applications/mod_rad_auth/Makefile.am @@ -1,7 +1,7 @@ include $(top_srcdir)/build/modmake.rulesam MODNAME=mod_rad_auth -RADCLIENT_VERSION=1.1.6 +RADCLIENT_VERSION=1.1.7 RADCLIENT=freeradius-client-$(RADCLIENT_VERSION) RADCLIENT_DIR=$(switch_srcdir)/libs/$(RADCLIENT) RADCLIENT_BUILDDIR=$(switch_builddir)/libs/$(RADCLIENT) diff --git a/src/mod/event_handlers/mod_radius_cdr/Makefile.am b/src/mod/event_handlers/mod_radius_cdr/Makefile.am index 9c0532b179..b8a09eebdc 100644 --- a/src/mod/event_handlers/mod_radius_cdr/Makefile.am +++ b/src/mod/event_handlers/mod_radius_cdr/Makefile.am @@ -1,7 +1,7 @@ include $(top_srcdir)/build/modmake.rulesam MODNAME=mod_radius_cdr -RADCLIENT_VERSION=1.1.6 +RADCLIENT_VERSION=1.1.7 RADCLIENT=freeradius-client-$(RADCLIENT_VERSION) RADCLIENT_DIR=$(switch_srcdir)/libs/$(RADCLIENT) RADCLIENT_BUILDDIR=$(switch_builddir)/libs/$(RADCLIENT) diff --git a/src/mod/xml_int/mod_xml_radius/Makefile.am b/src/mod/xml_int/mod_xml_radius/Makefile.am index a5004ea882..bfac0040c1 100644 --- a/src/mod/xml_int/mod_xml_radius/Makefile.am +++ b/src/mod/xml_int/mod_xml_radius/Makefile.am @@ -1,7 +1,7 @@ include $(top_srcdir)/build/modmake.rulesam MODNAME=mod_xml_radius -RADCLIENT_VERSION=1.1.6 +RADCLIENT_VERSION=1.1.7 RADCLIENT=freeradius-client-$(RADCLIENT_VERSION) RADCLIENT_DIR=$(switch_srcdir)/libs/$(RADCLIENT) RADCLIENT_BUILDDIR=$(switch_builddir)/libs/$(RADCLIENT)