From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcel Lorenz To: development@lists.ipfire.org Subject: [PATCH] libarchive: update to 3.3.1 Date: Tue, 06 Jun 2017 14:30:58 +0200 Message-ID: <20170606123058.7155-1-marcel.lorenz@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1204837592228389471==" List-Id: --===============1204837592228389471== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable https://www.libarchive.org/ Signed-off-by: Marcel Lorenz --- config/rootfiles/common/libarchive | 6 +++--- lfs/libarchive | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/rootfiles/common/libarchive b/config/rootfiles/common/lib= archive index 80daa2d..c190eef 100644 --- a/config/rootfiles/common/libarchive +++ b/config/rootfiles/common/libarchive @@ -1,15 +1,15 @@ -#usr/bin/bsdcpio #usr/bin/bsdcat +#usr/bin/bsdcpio #usr/bin/bsdtar #usr/include/archive.h #usr/include/archive_entry.h #usr/lib/libarchive.la #usr/lib/libarchive.so #usr/lib/libarchive.so.13 -#usr/lib/libarchive.so.13.2.1 +#usr/lib/libarchive.so.13.3.1 #usr/lib/pkgconfig/libarchive.pc -#usr/share/man/man1/bsdcpio.1 #usr/share/man/man1/bsdcat.1 +#usr/share/man/man1/bsdcpio.1 #usr/share/man/man1/bsdtar.1 #usr/share/man/man3/archive_entry.3 #usr/share/man/man3/archive_entry_acl.3 diff --git a/lfs/libarchive b/lfs/libarchive index 58b4b6e..2c34225 100644 --- a/lfs/libarchive +++ b/lfs/libarchive @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2016 IPFire Team = # +# Copyright (C) 2017 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 3.2.1 +VER =3D 3.3.1 =20 THISAPP =3D libarchive-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -41,7 +41,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D afa257047d1941a565216edbf0171e72 +$(DL_FILE)_MD5 =3D d2af45480aa5b0db5b5f3919cd0ea65e =20 install : $(TARGET) =20 --=20 2.9.3 --===============1204837592228389471==--