diff options
author | Juergen Daubert <jue@jue.li> | 2011-10-24 18:48:29 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2011-10-24 18:48:29 +0200 |
commit | 9ddcca7ee0d6597287c417646874f209e61a5d39 (patch) | |
tree | f8fedf63ca0d75363d7b4d9e81fc192e36af33dc /libpcre | |
parent | 3bee946787e6e74175ec39785e580fcf744183a2 (diff) | |
download | core-9ddcca7ee0d6597287c417646874f209e61a5d39.tar.gz core-9ddcca7ee0d6597287c417646874f209e61a5d39.tar.xz |
libpcre: update to 8.20
Diffstat (limited to 'libpcre')
-rw-r--r-- | libpcre/.footprint | 7 | ||||
-rw-r--r-- | libpcre/.md5sum | 2 | ||||
-rw-r--r-- | libpcre/Pkgfile | 2 |
3 files changed, 9 insertions, 2 deletions
diff --git a/libpcre/.footprint b/libpcre/.footprint index 43372ec6..bc166085 100644 --- a/libpcre/.footprint +++ b/libpcre/.footprint @@ -37,6 +37,7 @@ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/pcretest.1.gz drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/pcre.3.gz +-rw-r--r-- root/root usr/man/man3/pcre_assign_jit_stack.3.gz -rw-r--r-- root/root usr/man/man3/pcre_compile.3.gz -rw-r--r-- root/root usr/man/man3/pcre_compile2.3.gz -rw-r--r-- root/root usr/man/man3/pcre_config.3.gz @@ -44,6 +45,7 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/pcre_copy_substring.3.gz -rw-r--r-- root/root usr/man/man3/pcre_dfa_exec.3.gz -rw-r--r-- root/root usr/man/man3/pcre_exec.3.gz +-rw-r--r-- root/root usr/man/man3/pcre_free_study.3.gz -rw-r--r-- root/root usr/man/man3/pcre_free_substring.3.gz -rw-r--r-- root/root usr/man/man3/pcre_free_substring_list.3.gz -rw-r--r-- root/root usr/man/man3/pcre_fullinfo.3.gz @@ -53,6 +55,8 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/pcre_get_substring.3.gz -rw-r--r-- root/root usr/man/man3/pcre_get_substring_list.3.gz -rw-r--r-- root/root usr/man/man3/pcre_info.3.gz +-rw-r--r-- root/root usr/man/man3/pcre_jit_stack_alloc.3.gz +-rw-r--r-- root/root usr/man/man3/pcre_jit_stack_free.3.gz -rw-r--r-- root/root usr/man/man3/pcre_maketables.3.gz -rw-r--r-- root/root usr/man/man3/pcre_refcount.3.gz -rw-r--r-- root/root usr/man/man3/pcre_study.3.gz @@ -62,6 +66,8 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/pcrecallout.3.gz -rw-r--r-- root/root usr/man/man3/pcrecompat.3.gz -rw-r--r-- root/root usr/man/man3/pcrecpp.3.gz +-rw-r--r-- root/root usr/man/man3/pcrejit.3.gz +-rw-r--r-- root/root usr/man/man3/pcrelimits.3.gz -rw-r--r-- root/root usr/man/man3/pcrematching.3.gz -rw-r--r-- root/root usr/man/man3/pcrepartial.3.gz -rw-r--r-- root/root usr/man/man3/pcrepattern.3.gz @@ -71,3 +77,4 @@ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/pcresample.3.gz -rw-r--r-- root/root usr/man/man3/pcrestack.3.gz -rw-r--r-- root/root usr/man/man3/pcresyntax.3.gz +-rw-r--r-- root/root usr/man/man3/pcreunicode.3.gz diff --git a/libpcre/.md5sum b/libpcre/.md5sum index f27b004d..0e7ae600 100644 --- a/libpcre/.md5sum +++ b/libpcre/.md5sum @@ -1 +1 @@ -5e595edbcded141813fa1a10dbce05cb pcre-8.13.tar.bz2 +a1931c70e1273e3450d5036fe273d25c pcre-8.20.tar.bz2 diff --git a/libpcre/Pkgfile b/libpcre/Pkgfile index 0a15baa8..b5a71e1b 100644 --- a/libpcre/Pkgfile +++ b/libpcre/Pkgfile @@ -3,7 +3,7 @@ # Maintainer: CRUX System Team, core-ports at crux dot nu name=libpcre -version=8.13 +version=8.20 release=1 source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-$version.tar.bz2) |