X-Git-Url: http://gitweb/?a=blobdiff_plain;f=cpio%2FPkgfile;h=7b85c13d7f59fa395d99da037b76cd00d1d029a1;hb=c3b5bf198733838010e644a8200dbc32c552fdd2;hp=09a88e94f1a6ff6a39439459ade1c4087dc60b42;hpb=2dad6db3878131d14ca0c2bed7d06634cc386404;p=crossrootfs.git diff --git a/cpio/Pkgfile b/cpio/Pkgfile index 09a88e9..7b85c13 100644 --- a/cpio/Pkgfile +++ b/cpio/Pkgfile @@ -5,16 +5,17 @@ name=cpio version=2.12 -release=1 -source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2) +release=2 +source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.bz2 \ + CVE-2017-7516.patch) build() { cd $name-$version + patch -p1 -i $SRC/CVE-2017-7516.patch ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \ --disable-nls - make make DESTDIR=$PKG install rm -r $PKG/usr/{libexec,share/info}