Skip to content
This repository has been archived by the owner on Aug 10, 2019. It is now read-only.

Commit

Permalink
Update PCRE version
Browse files Browse the repository at this point in the history
  • Loading branch information
gplessis committed Jun 2, 2015
1 parent 1c81461 commit 72b99de
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions debian/patches/series
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ php-5.3.9-mysqlnd.patch
php-fpm-listen-on-unix-socket.patch
zlib-largefile-function-renaming.patch
hack-phpdbg-to-explicitly-link-with-libedit.patch
temp_pcre_fix.patch
31 changes: 31 additions & 0 deletions debian/patches/temp_pcre_fix.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
Index: dotdeb-php5/ext/pcre/pcrelib/config.h
===================================================================
--- dotdeb-php5.orig/ext/pcre/pcrelib/config.h
+++ dotdeb-php5/ext/pcre/pcrelib/config.h
@@ -314,7 +314,7 @@ them both to 0; an emulation function wi
#define PACKAGE_NAME "PCRE"

/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "PCRE 8.36"
+#define PACKAGE_STRING "PCRE 8.37"

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "pcre"
@@ -323,7 +323,7 @@ them both to 0; an emulation function wi
#define PACKAGE_URL ""

/* Define to the version of this package. */
-#define PACKAGE_VERSION "8.36"
+#define PACKAGE_VERSION "8.37"

/* to make a symbol visible */
/* #undef PCRECPP_EXP_DECL */
@@ -439,7 +439,7 @@ them both to 0; an emulation function wi

/* Version number of package */
#ifndef VERSION
-#define VERSION "8.36"
+#define VERSION "8.37"
#endif

/* Define to empty if `const' does not conform to ANSI C. */

0 comments on commit 72b99de

Please sign in to comment.