CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
grep: updated to 3.1
[crossrootfs.git] / bzip2 / Pkgfile
index 9ac24a5774dca833e6e5b7cdb076e143bea4d1c5..d2bc2af8536259d8c303e0e54db1fc263e4d2215 100644 (file)
@@ -6,14 +6,15 @@
 
 name=bzip2
 version=1.0.6
-release=2
+release=3
 source=(http://www.bzip.org/$version/$name-$version.tar.gz \
-        $name.patch)
+        $name.patch CVE-2016-3189.patch)
 
 build() {
   cd $name-$version
 
   patch -Np1 -i $SRC/$name.patch
+  patch -p1 -i $SRC/CVE-2016-3189.patch
 
   sed "s|all: libbz2.a bzip2 bzip2recover test|all: libbz2.a bzip2 bzip2recover|g" -i Makefile