mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
freeradius2: relax SSL version checks
Merge upstream commit 5ae2a70a135062a025d8fabc104eeae3a2c53a7a to relax the SSL library version check at runtime. The objective is to avoid the need for rebuilding freeradius2 whenever we push binary updates for libopenssl. See https://dev.openwrt.org/ticket/18169 for reference. Please backport this change to the for-14.07 branch as well. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=freeradius2
|
||||
PKG_VERSION:=2.2.5
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=freeradius-server-$(PKG_VERSION).tar.bz2
|
||||
PKG_SOURCE_URL:=ftp://ftp.freeradius.org/pub/freeradius/
|
||||
|
||||
Reference in New Issue
Block a user