libarchive: update to 3.3.1

https://www.libarchive.org/

Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Marcel Lorenz
2017-06-06 14:30:58 +02:00
committed by Michael Tremer
parent 35d4925c74
commit ac442269cc
2 changed files with 6 additions and 6 deletions

View File

@@ -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

View File

@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
# Copyright (C) 2016 IPFire Team <info@ipfire.org> #
# Copyright (C) 2017 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.2.1
VER = 3.3.1
THISAPP = libarchive-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -41,7 +41,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = afa257047d1941a565216edbf0171e72
$(DL_FILE)_MD5 = d2af45480aa5b0db5b5f3919cd0ea65e
install : $(TARGET)