[vlc-commits] Contrib: update libarchive to 5.0

Jean-Baptiste Kempf git at videolan.org
Sat Feb 15 13:14:37 CET 2020


vlc/vlc-3.0 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Nov  3 11:30:57 2019 +0100| [69857a807a9ee33a7eea9ba445d867fa53aebf56] | committer: Jean-Baptiste Kempf

Contrib: update libarchive to 5.0

Support for RARv5 and ZIPX are in :)

(cherry picked from commit 7610e6888bd21ec6cba926671bc59a252c394a1c)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=69857a807a9ee33a7eea9ba445d867fa53aebf56
---

 contrib/src/libarchive/SHA512SUMS | 2 +-
 contrib/src/libarchive/rules.mak  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/src/libarchive/SHA512SUMS b/contrib/src/libarchive/SHA512SUMS
index 40fa0ea4aa..1d2549912f 100644
--- a/contrib/src/libarchive/SHA512SUMS
+++ b/contrib/src/libarchive/SHA512SUMS
@@ -1 +1 @@
-1e538cd7d492f54b11c16c56f12c1632ba14302a3737ec0db786272aec0c8020f1e27616a7654d57e26737e5ed9bfc9a62f1fdda61a95c39eb726aa7c2f673e4  libarchive-3.3.2.tar.gz
+2f9e2a551a6bcab56fb1a030b5d656df7299a3d151465aa02f0420d344d2fada49dee4755b3abff9095f62519e14dc9af8afa1695ecc6d5fdb4f0b28e6ede852  libarchive-3.4.0.tar.gz
diff --git a/contrib/src/libarchive/rules.mak b/contrib/src/libarchive/rules.mak
index aced4db253..92f58d8e0e 100644
--- a/contrib/src/libarchive/rules.mak
+++ b/contrib/src/libarchive/rules.mak
@@ -1,5 +1,5 @@
 # LIBARCHIVE
-LIBARCHIVE_VERSION := 3.3.2
+LIBARCHIVE_VERSION := 3.4.0
 LIBARCHIVE_URL := http://www.libarchive.org/downloads/libarchive-$(LIBARCHIVE_VERSION).tar.gz
 
 PKGS += libarchive



More information about the vlc-commits mailing list