update to libarchive-3.2.1

1 post / 0 new
#1 Sat, 2016-06-25 15:24
mmix
  • mmix's picture
  • Offline
  • Last seen: 3 weeks 2 days ago
  • Joined: 2016-06-07

Libarchive needs patching again
http://www.theregister.co.uk/2016/06/23/libarchive_needs_patching_again/

https://github.com/libarchive/libarchive/commits/master

http://www.linuxfromscratch.org/blfs/view/svn/general/libarchive.html

--
PS: for git version of libarchive installation

$ git clone https://github.com/libarchive/libarchive

$ mkdir libarchive_build && cd libarchive_build

$ cmake -DCMAKE_INSTALL_PREFIX=/usr ../libarchive/

$ make && sudo make all install