diff options
author | Juergen Daubert <jue@jue.li> | 2013-12-20 09:18:45 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2013-12-20 09:18:45 +0100 |
commit | d2785a5ca85eeb85999c3eb780dce5e8bed31403 (patch) | |
tree | d48b8f985e2340ca5a974943680d99a6d34da0ab /libpcre | |
parent | d01a474e89f0f8d35bfd8ac338e11e4ae76be6e0 (diff) | |
download | core-d2785a5ca85eeb85999c3eb780dce5e8bed31403.tar.gz core-d2785a5ca85eeb85999c3eb780dce5e8bed31403.tar.xz |
libpcre: update to 8.34
Diffstat (limited to 'libpcre')
-rw-r--r-- | libpcre/.footprint | 6 | ||||
-rw-r--r-- | libpcre/.md5sum | 2 | ||||
-rw-r--r-- | libpcre/Pkgfile | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/libpcre/.footprint b/libpcre/.footprint index 24e2ed9a..8e5cfb29 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.1 --rwxr-xr-x root/root lib/libpcre.so.1.2.1 +lrwxrwxrwx root/root lib/libpcre.so.1 -> libpcre.so.1.2.2 +-rwxr-xr-x root/root lib/libpcre.so.1.2.2 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.1 +lrwxrwxrwx root/root usr/lib/libpcre.so -> ../../lib/libpcre.so.1.2.2 -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 diff --git a/libpcre/.md5sum b/libpcre/.md5sum index aad47c5f..c092ad73 100644 --- a/libpcre/.md5sum +++ b/libpcre/.md5sum @@ -1 +1 @@ -21514018448ac10062ece7a668fca949 pcre-8.33.tar.bz2 +5439e321351bddd5533551bbce128d07 pcre-8.34.tar.bz2 diff --git a/libpcre/Pkgfile b/libpcre/Pkgfile index a33072a6..c014f182 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.33 +version=8.34 release=1 source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-$version.tar.bz2) |