CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libpcre: updated to 8.37
[crossrootfs.git] / libpcre / Pkgfile
index 3991f143862d608fed0edd9cadb049b60981ce69..e9adc5ce295386ba0644d7f8b8b4da3861188f05 100644 (file)
@@ -5,9 +5,13 @@
 # Depends on:
 
 name=libpcre
-version=8.35
-release=1
-source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-$version.tar.bz2)
+version=8.37
+release=5
+source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-$version.tar.bz2
+        01-seven-security-patches.patch \
+        $name-$version-CVE-2015-5073.patch \
+        $name-$version-CVE-2015-XXXX.patch)
+
 
 build() {
   cd pcre-$version
@@ -15,7 +19,6 @@ build() {
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \
-              --mandir=/usr/man \
               --enable-utf8 \
               --enable-unicode-properties \
               --enable-jit
@@ -27,6 +30,6 @@ build() {
   mv $PKG/usr/lib/libpcre.so.* $PKG/lib
   ln -sf ../../lib/$(readlink $PKG/usr/lib/libpcre.so) $PKG/usr/lib/libpcre.so
 
-  rm -r $PKG/usr/share
-  rm $PKG/usr/man/man3/{pcre{16,32}*,pcre_utf{16,32}*}
+  rm -r $PKG/usr/share/doc
+  rm $PKG/usr/share/man/man3/{pcre{16,32}*,pcre_utf{16,32}*}
 }