freeradius3: Update to 3.0.19

Latest stable release, contains security fixes for EAP-PWD.

Signed-off-by: Robby K <robbyke@gmail.com>
This commit is contained in:
Robby K 2019-04-16 16:11:14 +02:00
parent 5fe6e7d1f1
commit 15b21c1359
1 changed files with 3 additions and 3 deletions

View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=freeradius3
PKG_VERSION:=release_3_0_18
PKG_VERSION:=release_3_0_19
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/FreeRADIUS/freeradius-server/archive
PKG_HASH:=c6802e3ec675b1cf59c850b0f01ed088e2983c5c4daa7f64cc22be4e6ad13ae5
PKG_HASH:=34c50ac47a683b13eae1a02f2d0263c0bd51a83f01b99c02c5fe25df07a1ee77
PKG_MAINTAINER:=
PKG_LICENSE:=GPL-2.0
@ -35,7 +35,7 @@ endef
define Package/freeradius3/Default
SECTION:=net
CATEGORY:=Network
URL:=http://freeradius.org/
URL:=https://freeradius.org/
SUBMENU:=FreeRADIUS (version 3)
endef