From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcel Lorenz To: development@lists.ipfire.org Subject: [PATCH] libarchive: update to 3.2.1 Date: Sun, 26 Jun 2016 09:27:58 +0200 Message-ID: <1466926078-14409-1-git-send-email-marcel.lorenz@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1973742017744348100==" List-Id: --===============1973742017744348100== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Fixes CVE-2016-4301 Libarchive mtree parse_device Code Execution Vulnerability Signed-off-by: Marcel Lorenz --- config/rootfiles/common/libarchive | 6 +++++- lfs/libarchive | 12 ++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/config/rootfiles/common/libarchive b/config/rootfiles/common/lib= archive index 735bf37..80daa2d 100644 --- a/config/rootfiles/common/libarchive +++ b/config/rootfiles/common/libarchive @@ -1,13 +1,15 @@ #usr/bin/bsdcpio +#usr/bin/bsdcat #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.1.2 +#usr/lib/libarchive.so.13.2.1 #usr/lib/pkgconfig/libarchive.pc #usr/share/man/man1/bsdcpio.1 +#usr/share/man/man1/bsdcat.1 #usr/share/man/man1/bsdtar.1 #usr/share/man/man3/archive_entry.3 #usr/share/man/man3/archive_entry_acl.3 @@ -17,6 +19,7 @@ #usr/share/man/man3/archive_entry_stat.3 #usr/share/man/man3/archive_entry_time.3 #usr/share/man/man3/archive_read.3 +#usr/share/man/man3/archive_read_add_passphrase.3 #usr/share/man/man3/archive_read_data.3 #usr/share/man/man3/archive_read_disk.3 #usr/share/man/man3/archive_read_extract.3 @@ -40,6 +43,7 @@ #usr/share/man/man3/archive_write_new.3 #usr/share/man/man3/archive_write_open.3 #usr/share/man/man3/archive_write_set_options.3 +#usr/share/man/man3/archive_write_set_passphrase.3 #usr/share/man/man3/libarchive.3 #usr/share/man/man3/libarchive_changes.3 #usr/share/man/man3/libarchive_internals.3 diff --git a/lfs/libarchive b/lfs/libarchive index 43365ee..58b4b6e 100644 --- a/lfs/libarchive +++ b/lfs/libarchive @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2015 IPFire Team = # +# Copyright (C) 2016 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.1.2 +VER =3D 3.2.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 efad5a503f66329bb9d2f4308b5de98a +$(DL_FILE)_MD5 =3D afa257047d1941a565216edbf0171e72 =20 install : $(TARGET) =20 @@ -74,12 +74,8 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./configure \ - --prefix=3D/usr \ - --disable-static - + cd $(DIR_APP) && ./configure --prefix=3D/usr --disable-static cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install - @rm -rf $(DIR_APP) @$(POSTBUILD) --=20 1.9.1 --===============1973742017744348100==--