pcre: security bump to version 8.38

Fixes:
https://blog.fuzzing-project.org/29-Heap-Overflow-in-PCRE.html

Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Gustavo Zacarias 2015-11-24 18:57:12 -03:00 committed by Peter Korsgaard
parent caca64ed5f
commit b29cb96804
2 changed files with 3 additions and 4 deletions

View file

@ -1,3 +1,2 @@
# From http://sourceforge.net/projects/pcre/files/pcre/8.37/
md5 ed91be292cb01d21bc7e526816c26981 pcre-8.37.tar.bz2
sha1 4c629b3f582366fae4e8912f0d9fa3140347d6e7 pcre-8.37.tar.bz2
# Locally calculated after checking pgp signature
sha256 b9e02d36e23024d6c02a2e5b25204b3a4fa6ade43e0a5f869f254f49535079df pcre-8.38.tar.bz2

View file

@ -4,7 +4,7 @@
#
################################################################################
PCRE_VERSION = 8.37
PCRE_VERSION = 8.38
PCRE_SITE = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre
PCRE_SOURCE = pcre-$(PCRE_VERSION).tar.bz2
PCRE_LICENSE = BSD-3c