[notify] libarchive: update to 3.3.1

feature and security release, see
https://groups.google.com/forum/#!topic/libarchive-announce/y0IEjnplpcM

Note
----
to use the new version of libarchive rebuild core/pkgutils
  prt-get update -fr pkgutils
This commit is contained in:
Juergen Daubert 2017-03-07 10:41:26 +01:00
parent a589b1c622
commit d59c15e9b7
4 changed files with 9 additions and 13 deletions

View File

@ -9,9 +9,9 @@ drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libarchive.a
-rwxr-xr-x root/root usr/lib/libarchive.la
lrwxrwxrwx root/root usr/lib/libarchive.so -> libarchive.so.13.2.2
lrwxrwxrwx root/root usr/lib/libarchive.so.13 -> libarchive.so.13.2.2
-rwxr-xr-x root/root usr/lib/libarchive.so.13.2.2
lrwxrwxrwx root/root usr/lib/libarchive.so -> libarchive.so.13.3.1
lrwxrwxrwx root/root usr/lib/libarchive.so.13 -> libarchive.so.13.3.1
-rwxr-xr-x root/root usr/lib/libarchive.so.13.3.1
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libarchive.pc
drwxr-xr-x root/root usr/share/

View File

@ -1 +1 @@
1ec00b7dcaf969dd2a5712f85f23c764 libarchive-3.2.2.tar.gz
d2af45480aa5b0db5b5f3919cd0ea65e libarchive-3.3.1.tar.gz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeqjzy+14c58L1a1B3QMxlsiEUumjBSvxKNcoKvCE0SkfdsuKVLA3gQCbKochDAEct91XO7zibcWEmROJx55fOiwo=
SHA256 (Pkgfile) = 741f446b90fd020ac371ea836aaef98efb437372eac0a83e913c976a5493c8c8
SHA256 (.footprint) = 3f1fd2f52a898d5d7259f5b938cbdd7bacdbfedb73e904974779aca15ea318eb
SHA256 (libarchive-3.2.2.tar.gz) = 691c194ee132d1f0f7a42541f091db811bc2e56f7107e9121be2bc8c04f1060f
RWRJc1FUaeVeqkU3jTGY0kKkbth278nsDWjLEVcQZ95D3OpzV7FrfOrbfJRF9YxisxZeGCI731aFXDGG+So6sr+8v1PH1duJ9Qw=
SHA256 (Pkgfile) = 9c530aed01f689682feed74a1d285afa00971bf4effaa41c7d8562542ea1292e
SHA256 (.footprint) = ed43525ba7c8c843ddae09bc35a28820bf95e51bf0b06d601b385cfb94df7d94
SHA256 (libarchive-3.3.1.tar.gz) = 29ca5bd1624ca5a007aa57e16080262ab4379dbf8797f5c52f7ea74a3b0424e7

View File

@ -4,22 +4,18 @@
# Depends on: bzip2 xz zlib acl lzo
name=libarchive
version=3.2.2
version=3.3.1
release=1
source=(http://www.libarchive.org/downloads/$name-$version.tar.gz)
build() {
cd $name-$version
# We're passing --without-lzmadec, because we want to use xz for
# LZMA support, not the obsolete lzmadec library.
#
# We're passing --without-xml2, --without-expatto and --without-nettle
# to avoid linking to libraries which are only available in opt.
# XML support is only needed for the xar format which we can live without.
./configure --prefix=/usr \
--without-lzmadec \
--without-xml2 \
--without-expat \
--without-nettle \