[notify] libarchive: update to 3.3.2

According to NEWS this is a "Security release".

See
- https://github.com/libarchive/libarchive/issues?utf8=%E2%9C%93&q=milestone%3A3.2.2
for a list of bugs that have been fixed with this release.

Note
----
to use the new version of libarchive rebuild core/pkgutils
  prt-get update -fr pkgutils
This commit is contained in:
Juergen Daubert 2016-10-25 11:02:45 +02:00
parent 4e0babd271
commit f60a7eb42e
3 changed files with 5 additions and 5 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.1
lrwxrwxrwx root/root usr/lib/libarchive.so.13 -> libarchive.so.13.2.1
-rwxr-xr-x root/root usr/lib/libarchive.so.13.2.1
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
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 @@
afa257047d1941a565216edbf0171e72 libarchive-3.2.1.tar.gz
1ec00b7dcaf969dd2a5712f85f23c764 libarchive-3.2.2.tar.gz

View File

@ -4,7 +4,7 @@
# Depends on: bzip2 xz zlib acl lzo
name=libarchive
version=3.2.1
version=3.2.2
release=1
source=(http://www.libarchive.org/downloads/$name-$version.tar.gz)