[oe-commits] [meta-openembedded] 01/21: freeradius: Upgrade to 3.0.15

git at git.openembedded.org git at git.openembedded.org
Sat Aug 19 11:01:15 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 4f5f3ac695710ce3f9db8f4f46b26cd12310b29a
Author: Jackie Huang <jackie.huang at windriver.com>
AuthorDate: Wed Aug 16 09:10:32 2017 +0800

    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 at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 .../freeradius/{freeradius_3.0.14.bb => freeradius_3.0.15.bb}        | 5 ++---
 1 file 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
similarity index 98%
rename from meta-networking/recipes-connectivity/freeradius/freeradius_3.0.14.bb
rename to meta-networking/recipes-connectivity/freeradius/freeradius_3.0.15.bb
index 6971b03..4155a40 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
     file://radiusd.service \
     file://radiusd-volatiles.conf \
 "
-SRC_URI[md5sum] = "7d98dfafffac81f19cadccea5af89cea"
-SRC_URI[sha256sum] = "2771f6ecd6c816ac4d52b66bb8ae6781ca20e1e4984c5804fc4e67de3a807c59"
+SRC_URI[md5sum] = "0c81a4464ccf1d04f7ef1218a029d37a"
+SRC_URI[sha256sum] = "23267d8505e7b2909f5bdbf3938ca077c1fe122290dc969304d4f3b594f7e3ba"
 
 PARALLEL_MAKE = ""
 
@@ -58,7 +58,6 @@ EXTRA_OECONF = " --enable-strict-dependencies \
         --without-rlm_sql_oracle \
         --without-rlm_sql_sybase \
         --without-rlm_sqlhpwippool \
-        --without-dhcp \
         ac_cv_path_PERL=${bindir}/perl \
         ax_cv_cc_builtin_choose_expr=no \
         ax_cv_cc_builtin_types_compatible_p=no \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list