asterisk-1.8.x: bump version
Update asterisk-1.8.x to version 1.8.28.2 to address CVE-2014-4047. Signed-off-by: Daniel Golle <daniel@makrotopia.org> Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
This commit is contained in:
parent
28259120d8
commit
eee55b8fd0
1 changed files with 2 additions and 2 deletions
|
@ -8,12 +8,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=asterisk18
|
||||
PKG_VERSION:=1.8.27.0
|
||||
PKG_VERSION:=1.8.28.2
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=asterisk-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://downloads.asterisk.org/pub/telephony/asterisk/releases/
|
||||
PKG_MD5SUM:=8861a5ff91cf4252f485b2a049d1c317
|
||||
PKG_MD5SUM:=c16f288f97ac39042eb8e9bee6766aff
|
||||
|
||||
PKG_BUILD_DIR=$(BUILD_DIR)/asterisk-$(PKG_VERSION)
|
||||
|
||||
|
|
Loading…
Reference in a new issue