All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] pcre: security bump to version 8.38
@ 2015-11-24 22:07 Peter Korsgaard
  0 siblings, 0 replies; only message in thread
From: Peter Korsgaard @ 2015-11-24 22:07 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=b29cb968040e31c5fa1abdfbe8d4c26e237d730a
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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>
---
 package/pcre/pcre.hash |    5 ++---
 package/pcre/pcre.mk   |    2 +-
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/package/pcre/pcre.hash b/package/pcre/pcre.hash
index 0b2b1c4..5b580a7 100644
--- a/package/pcre/pcre.hash
+++ b/package/pcre/pcre.hash
@@ -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
diff --git a/package/pcre/pcre.mk b/package/pcre/pcre.mk
index fd339ed..06652c7 100644
--- a/package/pcre/pcre.mk
+++ b/package/pcre/pcre.mk
@@ -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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-11-24 22:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-24 22:07 [Buildroot] [git commit] pcre: security bump to version 8.38 Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.