diff options
author | Juergen Daubert <jue@jue.li> | 2013-06-01 09:30:20 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2013-06-01 09:30:20 +0200 |
commit | bce1b49b73f87f6048eab4e9ecc9160cc52f37d0 (patch) | |
tree | c4829b779126c38742482ac285b2467b6b54a4ed /libpcre | |
parent | 407daf3312a7e3ef413da610cbba831c854543f6 (diff) | |
download | core-bce1b49b73f87f6048eab4e9ecc9160cc52f37d0.tar.gz core-bce1b49b73f87f6048eab4e9ecc9160cc52f37d0.tar.xz |
libpcre: update to 8.33
Diffstat (limited to 'libpcre')
-rw-r--r-- | libpcre/.footprint | 13 | ||||
-rw-r--r-- | libpcre/.md5sum | 2 | ||||
-rw-r--r-- | libpcre/Pkgfile | 2 |
3 files changed, 9 insertions, 8 deletions
diff --git a/libpcre/.footprint b/libpcre/.footprint index 26dfae6a..24e2ed9a 100644 --- a/libpcre/.footprint +++ b/libpcre/.footprint @@ -1,6 +1,6 @@ drwxr-xr-x root/root lib/ -lrwxrwxrwx root/root lib/libpcre.so.1 -> libpcre.so.1.2.0 --rwxr-xr-x root/root lib/libpcre.so.1.2.0 +lrwxrwxrwx root/root lib/libpcre.so.1 -> libpcre.so.1.2.1 +-rwxr-xr-x root/root lib/libpcre.so.1.2.1 drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/pcre-config @@ -16,7 +16,7 @@ drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libpcre.a -rwxr-xr-x root/root usr/lib/libpcre.la -lrwxrwxrwx root/root usr/lib/libpcre.so -> ../../lib/libpcre.so.1.2.0 +lrwxrwxrwx root/root usr/lib/libpcre.so -> ../../lib/libpcre.so.1.2.1 -rw-r--r-- root/root usr/lib/libpcrecpp.a -rwxr-xr-x root/root usr/lib/libpcrecpp.la lrwxrwxrwx root/root usr/lib/libpcrecpp.so -> libpcrecpp.so.0.0.0 @@ -24,9 +24,9 @@ lrwxrwxrwx root/root usr/lib/libpcrecpp.so.0 -> libpcrecpp.so.0.0.0 -rwxr-xr-x root/root usr/lib/libpcrecpp.so.0.0.0 -rw-r--r-- root/root usr/lib/libpcreposix.a -rwxr-xr-x root/root usr/lib/libpcreposix.la -lrwxrwxrwx root/root usr/lib/libpcreposix.so -> libpcreposix.so.0.0.1 -lrwxrwxrwx root/root usr/lib/libpcreposix.so.0 -> libpcreposix.so.0.0.1 --rwxr-xr-x root/root usr/lib/libpcreposix.so.0.0.1 +lrwxrwxrwx root/root usr/lib/libpcreposix.so -> libpcreposix.so.0.0.2 +lrwxrwxrwx root/root usr/lib/libpcreposix.so.0 -> libpcreposix.so.0.0.2 +-rwxr-xr-x root/root usr/lib/libpcreposix.so.0.0.2 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/libpcre.pc -rw-r--r-- root/root usr/lib/pkgconfig/libpcrecpp.pc @@ -68,6 +68,7 @@ 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/pcredemo.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 diff --git a/libpcre/.md5sum b/libpcre/.md5sum index 41e8190b..aad47c5f 100644 --- a/libpcre/.md5sum +++ b/libpcre/.md5sum @@ -1 +1 @@ -62f02a76bb57a40bc66681760ed511d5 pcre-8.32.tar.bz2 +21514018448ac10062ece7a668fca949 pcre-8.33.tar.bz2 diff --git a/libpcre/Pkgfile b/libpcre/Pkgfile index 897b40e9..a33072a6 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.32 +version=8.33 release=1 source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-$version.tar.bz2) |