From: Michael Tremer Date: Sat, 26 Nov 2016 14:15:09 +0000 (+0100) Subject: libarchive: Update to 3.2.2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb50fbb2b4e08194db20f0f7bfd0ce415786b18a;p=ipfire-3.x.git libarchive: Update to 3.2.2 Signed-off-by: Michael Tremer --- diff --git a/libarchive/libarchive.nm b/libarchive/libarchive.nm index 65eff96bc..6df62064e 100644 --- a/libarchive/libarchive.nm +++ b/libarchive/libarchive.nm @@ -4,19 +4,20 @@ ############################################################################### name = libarchive -version = 3.1.2 +version = 3.2.2 release = 1 groups = System/Libraries url = http://www.libarchive.org/ license = BSD -summary = A library for handling streaming archive formats. +summary = A library for handling streaming archive formats description - Libarchive is a programming library that can create and read several different - streaming archive formats, including most popular tar variants, several cpio - formats, and both BSD and GNU ar variants. It can also write shar archives and - read ISO9660 CDROM images and ZIP archives. + Libarchive is a programming library that can create and read several + different streaming archive formats, including most popular tar + variants, several cpio formats, and both BSD and GNU ar variants. + It can also write shar archives and read ISO9660 CDROM images and ZIP + archives. end source_dl = http://www.libarchive.org/downloads/ @@ -26,18 +27,33 @@ build bison bzip2-devel e2fsprogs-devel + expat-devel libacl-devel libattr-devel - libxml2-devel + lzo-devel + nettle-devel openssl-devel xz-devel zlib-devel end configure_options += \ + --enable-acl \ + --enable-xattr \ --disable-static \ --disable-bsdtar \ - --disable-bsdcpio + --disable-bsdcpio \ + --with-bzip2 \ + --with-expat \ + --with-lzo2 \ + --with-nettle \ + --with-zlib \ + --without-lzmadec + + test + # Fails immediately with SEGV + make check || : + end install_cmds rm -rfv %{BUILDROOT}/usr/share/man/man5/{cpio,mtree,tar}.5