Browse Source

upgrading package: pcre 7.7 -> 7.8

master
parent
commit
55687126b3
  1. 12
      pcre/pcre.patch
  2. 4
      pcre/pcre.spec

12
pcre/pcre.patch

@ -14,15 +14,3 @@ Index: pcreposix.h
PCREPOSIX_EXP_DECL int regcomp(regex_t *, const char *, int);
PCREPOSIX_EXP_DECL int regexec(const regex_t *, const char *, size_t,
regmatch_t *, int);
Index: pcre_compile.c
--- pcre_compile.c
+++ pcre_compile.c
@@ -4931,7 +4931,7 @@
(lengthptr == NULL || *lengthptr == 2 + 2*LINK_SIZE))
{
cd->external_options = newoptions;
- options = newoptions;
+ options = *optionsptr = newoptions;
}
else
{

4
pcre/pcre.spec

@ -31,8 +31,8 @@ Distribution: OpenPKG Community
Class: BASE
Group: Libraries
License: LGPL
Version: 7.7
Release: 20080813
Version: 7.8
Release: 20080906
# package options
%option with_utf8 yes

Loading…
Cancel
Save