[Lunar-commits] pcre: version bump to 7.6.
Florin Braescu
florin at lunar-linux.org
Mon Jan 28 20:10:06 CET 2008
commit 98a16f39cdd93b6f42bce6827de7c668911a373a
Author: Florin Braescu <florin at lunar-linux.org>
Date: Mon Jan 28 21:10:06 2008 +0200
pcre: version bump to 7.6.
This release fixes a bug that caused a memory overrun if,
in UTF-8 mode, a character class with a very large number
of non-ASCII characters was supplied. There are a couple of
minor cleanups in the C++ code. The pcredemo demonstration
program is no longer built automatically.
---
libs/pcre/DETAILS | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/libs/pcre/DETAILS b/libs/pcre/DETAILS
index 4f4424b..8a8e689 100644
--- a/libs/pcre/DETAILS
+++ b/libs/pcre/DETAILS
@@ -1,12 +1,12 @@
MODULE=pcre
- VERSION=7.5
+ VERSION=7.6
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL[0]=ftp://ftp.csx.cam.ac.uk/pub/software/programming/$MODULE/
SOURCE_URL[1]=$SFORGE_URL/$MODULE/
- SOURCE_VFY=sha1:561fe413d42664e0acea4695ccb67f7fe7b9e33c
+ SOURCE_VFY=sha1:e1ed4d3c90d0657bb1967123e90a525744fd12f9
WEB_SITE=http://www.pcre.org/
ENTERED=20010922
- UPDATED=20080110
+ UPDATED=20080128
SHORT="Perl compatible regular expression library"
cat << EOF
More information about the Lunar-commits
mailing list