liburiparser: security bump to version 0.9.0
authorCarlos Santos <casantos@datacom.com.br>
Sat, 27 Oct 2018 22:10:11 +0000 (19:10 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 28 Oct 2018 07:12:30 +0000 (08:12 +0100)
Fixes an out-of-bounds write, detect an integer overflow and protect
against acting on NULL input. For additional datails, see

   https://github.com/uriparser/uriparser/blob/uriparser-0.9.0/ChangeLog

Signed-off-by: Carlos Santos <casantos@datacom.com.br>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/liburiparser/liburiparser.hash
package/liburiparser/liburiparser.mk

index 1fd65d2f19994e4773b5ba9a041f5fb7c1e17410..f71dd5cc7b1088e5f3328769a818a1ca111caed4 100644 (file)
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  0709a7e572417db763f0356250d91686c19a64ab48e9da9f5a1e8055dc2a4a54  uriparser-0.8.6.tar.bz2
+sha256  ec67eb34feda8eac166f281799f03ed48387694fca44f6f5852f61f8fb535e2c  uriparser-0.9.0.tar.bz2
 sha256  ee90029e62d11f48faa59360d15c3ad8e7c094c74cc25b055716d92340da561f  COPYING
index baed4506a42e1ddee7985119875605734b9f25aa..62bc8d30d186fb1bce6ec348d44a9ed255caa776 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBURIPARSER_VERSION = 0.8.6
+LIBURIPARSER_VERSION = 0.9.0
 LIBURIPARSER_SOURCE = uriparser-$(LIBURIPARSER_VERSION).tar.bz2
 LIBURIPARSER_SITE = https://github.com/uriparser/uriparser/releases/download/uriparser-$(LIBURIPARSER_VERSION)
 LIBURIPARSER_LICENSE = BSD-3-Clause