aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.17.bb
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2018-10-11 10:53:05 +0800
committerKhem Raj <raj.khem@gmail.com>2018-10-10 20:48:18 -0700
commit9f47fcd33739c92dc86003182ac32b2535db7f32 (patch)
tree5e87257a82388a6c948d939eb0e3a3cf91cea25f /meta-networking/recipes-connectivity/freeradius/freeradius_3.0.17.bb
parentf72160a3dc1ee7e8c0edfb19cfdb4b6a7fa3ab2b (diff)
downloadmeta-openembedded-contrib-9f47fcd33739c92dc86003182ac32b2535db7f32.tar.gz
freeradius: fix radiusd.service startup failed problem
during radiusd start up, it will check several CVEs of libssl, if allow_vulnerable_openssl set to no and one of the CVEs is matched, radiusd will not startup. in tls.c, two CVEs's version number is wrong, and after upgrade openssl to 1.1.1, one CVE matched, so startup failed. correct the version numner to make radiusd startup successfully. Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/freeradius/freeradius_3.0.17.bb')
-rw-r--r--meta-networking/recipes-connectivity/freeradius/freeradius_3.0.17.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.17.bb b/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.17.bb
index 1b45e780ac..c17d56deaf 100644
--- a/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.17.bb
+++ b/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.17.bb
@@ -29,6 +29,7 @@ SRC_URI = "ftp://ftp.freeradius.org/pub/freeradius/freeradius-server-${PV}.tar.b
file://0001-rlm_mschap-Use-includedir-instead-of-hardcoding-usr-.patch \
file://radiusd.service \
file://radiusd-volatiles.conf \
+ file://0001-freeradius-correct-version-number-of-libssl-defect.patch \
"
SRC_URI[md5sum] = "1f4ad38f32101a7d50d818afa6f17339"
SRC_URI[sha256sum] = "3f03404b6e4a4f410e1f15ea2ababfec7f8a7ae8a49836d8a0c137436d913b96"