summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2017-08-16 09:10:32 +0800
committerJoe MacDonald <joe_macdonald@mentor.com>2017-09-12 10:37:18 -0400
commit417da61f883e6949876997d9a2a78c905cc59efd (patch)
tree480655259512687751922845457be64d5b13d04a /meta-networking/recipes-connectivity
parent9f04f8c0487939d04777dcde2d403b946c272e0f (diff)
downloadmeta-openembedded-417da61f883e6949876997d9a2a78c905cc59efd.tar.gz
freeradius: Upgrade to 3.0.15
* Upgrade to 3.0.15 to fix many CVE issues. * There is a defect for disabling dhcp feature: https://github.com/FreeRADIUS/freeradius-server/issues/2039 We don't need the dhcp feature but it's harmless to enable it, so enable it as the default. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-connectivity')
-rw-r--r--meta-networking/recipes-connectivity/freeradius/freeradius_3.0.15.bb (renamed from meta-networking/recipes-connectivity/freeradius/freeradius_3.0.14.bb)5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.14.bb b/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.15.bb
index 6971b0379..4155a4059 100644
--- a/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.14.bb
+++ b/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.15.bb
@@ -30,8 +30,8 @@ SRC_URI = "ftp://ftp.freeradius.org/pub/freeradius/freeradius-server-${PV}.tar.b
30 file://radiusd.service \ 30 file://radiusd.service \
31 file://radiusd-volatiles.conf \ 31 file://radiusd-volatiles.conf \
32" 32"
33SRC_URI[md5sum] = "7d98dfafffac81f19cadccea5af89cea" 33SRC_URI[md5sum] = "0c81a4464ccf1d04f7ef1218a029d37a"
34SRC_URI[sha256sum] = "2771f6ecd6c816ac4d52b66bb8ae6781ca20e1e4984c5804fc4e67de3a807c59" 34SRC_URI[sha256sum] = "23267d8505e7b2909f5bdbf3938ca077c1fe122290dc969304d4f3b594f7e3ba"
35 35
36PARALLEL_MAKE = "" 36PARALLEL_MAKE = ""
37 37
@@ -58,7 +58,6 @@ EXTRA_OECONF = " --enable-strict-dependencies \
58 --without-rlm_sql_oracle \ 58 --without-rlm_sql_oracle \
59 --without-rlm_sql_sybase \ 59 --without-rlm_sql_sybase \
60 --without-rlm_sqlhpwippool \ 60 --without-rlm_sqlhpwippool \
61 --without-dhcp \
62 ac_cv_path_PERL=${bindir}/perl \ 61 ac_cv_path_PERL=${bindir}/perl \
63 ax_cv_cc_builtin_choose_expr=no \ 62 ax_cv_cc_builtin_choose_expr=no \
64 ax_cv_cc_builtin_types_compatible_p=no \ 63 ax_cv_cc_builtin_types_compatible_p=no \