|
From: <abe...@us...> - 2016-06-15 13:04:05
|
Revision: 7720
http://sourceforge.net/p/astlinux/code/7720
Author: abelbeck
Date: 2016-06-15 13:04:02 +0000 (Wed, 15 Jun 2016)
Log Message:
-----------
pcre, version bump to 8.39, security fixes:
CVE-2016-1283 - Heap Buffer Overflow Vulnerability.
CVE-2016-3191 - workspace overflow for (*ACCEPT) with deeply nested
Modified Paths:
--------------
branches/1.0/package/pcre/pcre.mk
Modified: branches/1.0/package/pcre/pcre.mk
===================================================================
--- branches/1.0/package/pcre/pcre.mk 2016-06-12 19:45:42 UTC (rev 7719)
+++ branches/1.0/package/pcre/pcre.mk 2016-06-15 13:04:02 UTC (rev 7720)
@@ -4,7 +4,7 @@
#
#############################################################
-PCRE_VERSION = 8.38
+PCRE_VERSION = 8.39
PCRE_SITE = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre
PCRE_SOURCE = pcre-$(PCRE_VERSION).tar.bz2
PCRE_INSTALL_STAGING = YES
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|