Bladeren bron

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>
Thomas Heil 9 jaren geleden
bovenliggende
commit
53ffbc9dbd
1 gewijzigde bestanden met toevoegingen van 3 en 3 verwijderingen
  1. 3
    3
      net/prosody/Makefile

+ 3
- 3
net/prosody/Makefile Bestand weergeven

@@ -8,12 +8,12 @@
8 8
 include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=prosody
11
-PKG_VERSION:=0.9.7
12
-PKG_RELEASE:=2
11
+PKG_VERSION:=0.9.8
12
+PKG_RELEASE:=1
13 13
 
14 14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
15 15
 PKG_SOURCE_URL:=http://prosody.im/downloads/source
16
-PKG_MD5SUM:=47de7f593279e327792df78cfa93e8a7
16
+PKG_MD5SUM:=5144cd832a1860443e21e336dc560ee7
17 17
 PKG_MAINTAINER:=Thomas Heil <heil@terminal-consulting.de>
18 18
 PKG_LICENSE:=MIT/X11
19 19