]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
libarchiv: Update to version 3.4.0
authorErik Kapfer <ummeegge@ipfire.org>
Thu, 31 Oct 2019 07:58:30 +0000 (08:58 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 13 Nov 2019 18:45:32 +0000 (18:45 +0000)
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>
config/rootfiles/common/libarchive
lfs/libarchive

index c190eef7b496768ab4a7a2275f55361796738884..10950c9fc56269c95cf3297970ddade91c5ffabb 100644 (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
index 0f8b3956afa9f11bf16e63652d67504e85a56a48..772398fc7f6dfa1bc2ab94482e38aa231b7921c7 100644 (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)