# HG changeset patch # User Alexander Medvedev # Date 1483294528 0 # Node ID 56315ede24b741aa8b58486c81ee230a8fc7c598 # Parent 5e3e8dca359a9fa0bd97dd0dd7cea554efacb592 Up: libarchive (3.2.2) diff -r 5e3e8dca359a -r 56315ede24b7 libarchive-dev/receipt --- a/libarchive-dev/receipt Sun Jan 01 18:09:26 2017 +0000 +++ b/libarchive-dev/receipt Sun Jan 01 18:15:28 2017 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libarchive-dev" -VERSION="3.1.2" +VERSION="3.2.2" CATEGORY="development" SHORT_DESC="C librairy and command line tool archive dev files." MAINTAINER="erjo@slitaz.org" diff -r 5e3e8dca359a -r 56315ede24b7 libarchive/receipt --- a/libarchive/receipt Sun Jan 01 18:09:26 2017 +0000 +++ b/libarchive/receipt Sun Jan 01 18:15:28 2017 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libarchive" -VERSION="3.1.2" +VERSION="3.2.2" CATEGORY="system-tools" SHORT_DESC="C librairy and command line tool for reading archive." MAINTAINER="erjo@slitaz.org" @@ -11,7 +11,7 @@ WGET_URL="${WEB_SITE}downloads/$TARBALL" DEPENDS="acl libcrypto liblzma bzlib zlib libxml2" -BUILD_DEPENDS="acl-dev attr-dev libcrypto-dev zlib-dev libxml2-dev" +BUILD_DEPENDS="acl-dev attr-dev libcrypto-dev openssl-dev zlib-dev libxml2-dev" # Rules to configure and make the package. compile_rules()