libarchiv: Update to version 3.4.0

Version 3.4.0 is a feature and security release. The changelog can be found in here --> https://github.com/libarchive/libarchive/releases .

Signed-off-by: Erik Kapfer <ummeegge@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Erik Kapfer
2019-10-31 08:58:30 +01:00
committed by Arne Fitzenreiter
parent eeb1a2a219
commit cb41e4a9a9
2 changed files with 5 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
#usr/lib/libarchive.la
#usr/lib/libarchive.so
#usr/lib/libarchive.so.13
#usr/lib/libarchive.so.13.3.1
#usr/lib/libarchive.so.13.4.0
#usr/lib/pkgconfig/libarchive.pc
#usr/share/man/man1/bsdcat.1
#usr/share/man/man1/bsdcpio.1
@@ -14,6 +14,7 @@
#usr/share/man/man3/archive_entry.3
#usr/share/man/man3/archive_entry_acl.3
#usr/share/man/man3/archive_entry_linkify.3
#usr/share/man/man3/archive_entry_misc.3
#usr/share/man/man3/archive_entry_paths.3
#usr/share/man/man3/archive_entry_perms.3
#usr/share/man/man3/archive_entry_stat.3

View File

@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
# Copyright (C) 2007-2018 IPFire Team <info@ipfire.org> #
# Copyright (C) 2007-2019 IPFire Team <info@ipfire.org> #
# #
# 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 @@
include Config
VER = 3.3.1
VER = 3.4.0
THISAPP = libarchive-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -41,7 +41,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = d2af45480aa5b0db5b5f3919cd0ea65e
$(DL_FILE)_MD5 = 6046396255bd7cf6d0f6603a9bda39ac
install : $(TARGET)