commit bce1b49b73f87f6048eab4e9ecc9160cc52f37d0 Author: Juergen Daubert <jue@jue.li> Date: Sat Jun 1 09:30:20 2013 +0200 libpcre: update to 8.33 diff --git a/libpcre/.footprint b/libpcre/.footprint index 26dfae6..24e2ed9 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 41e8190..aad47c5 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 897b40e..a33072a 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)