diff options
author | Thomas Heil <heil@terminal-consulting.de> | 2015-03-30 17:48:18 +0200 |
---|---|---|
committer | Thomas Heil <heil@terminal-consulting.de> | 2015-03-30 17:48:18 +0200 |
commit | 53ffbc9dbdbf83fece34aee3b1139f5c422792f0 (patch) | |
tree | a59d8cd3bfce900b94e5a71e48a9a06eb00b9680 /net | |
parent | 2d227ea937919c9b5f84aceda23844e7477679d0 (diff) |
prosody: bump to 0.9.8
- Ensure only valid UTF-8 is passed to libidn. It was found
(CVE-2015-2059) that libidn can read beyond the boundaries of the
provided buffer when an input string contains invalid UTF-8 sequences.
Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
Diffstat (limited to 'net')
-rw-r--r-- | net/prosody/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/prosody/Makefile b/net/prosody/Makefile index a829ce8c2..4ff6d38ad 100644 --- a/net/prosody/Makefile +++ b/net/prosody/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=prosody -PKG_VERSION:=0.9.7 -PKG_RELEASE:=2 +PKG_VERSION:=0.9.8 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://prosody.im/downloads/source -PKG_MD5SUM:=47de7f593279e327792df78cfa93e8a7 +PKG_MD5SUM:=5144cd832a1860443e21e336dc560ee7 PKG_MAINTAINER:=Thomas Heil <heil@terminal-consulting.de> PKG_LICENSE:=MIT/X11 |