[vlc-commits] [Git][videolan/vlc][3.0.x] 2 commits: contrib: libarchive: download tarball from GitHub

Steve Lhomme (@robUx4) gitlab at videolan.org
Tue Mar 25 07:21:15 UTC 2025



Steve Lhomme pushed to branch 3.0.x at VideoLAN / VLC


Commits:
f115919d by Steve Lhomme at 2025-03-24T08:17:37+01:00
contrib: libarchive: download tarball from GitHub

The hash is unchanged (good).

(cherry picked from commit c340f0b0ae77df1cd89123404f4c052d6c17873c) (rebased)
rebased:
- the 3.7.7 had already been cherry-picked without this patch

- - - - -
b3426768 by Steve Lhomme at 2025-03-24T08:17:41+01:00
contrib: libarchive: update to 3.7.8

Fixes some CVE's [^1].

[^1]: https://github.com/libarchive/libarchive/releases/tag/v3.7.8

(cherry picked from commit 2804dc2688b0ca6eb7dca7c15b34cbf44f56d729)

- - - - -


2 changed files:

- contrib/src/libarchive/SHA512SUMS
- contrib/src/libarchive/rules.mak


Changes:

=====================================
contrib/src/libarchive/SHA512SUMS
=====================================
@@ -1 +1 @@
-cce6eecfcd33d228bd1b1162a90bad63750adb53ac4edcaed34e2fdc30b6ba211cf1fd25d4b8761373949ceec266478b09bd70ffa4e374803a29e8573d6d149e  libarchive-3.7.7.tar.gz
+dcc90cc0597c14867c094aaf13bb1ec4d6b2fee7f0d6d714a909f42085cc99f7e49ac78a51e312df39b5db57aa8d17bc794f1d8d7b1c8fb65bc598ff88eb5158  libarchive-3.7.8.tar.gz


=====================================
contrib/src/libarchive/rules.mak
=====================================
@@ -1,6 +1,6 @@
 # LIBARCHIVE
-LIBARCHIVE_VERSION := 3.7.7
-LIBARCHIVE_URL := http://www.libarchive.org/downloads/libarchive-$(LIBARCHIVE_VERSION).tar.gz
+LIBARCHIVE_VERSION := 3.7.8
+LIBARCHIVE_URL := $(GITHUB)/libarchive/libarchive/releases/download/v$(LIBARCHIVE_VERSION)/libarchive-$(LIBARCHIVE_VERSION).tar.gz
 
 PKGS += libarchive
 ifeq ($(call need_pkg,"libarchive >= 3.2.0"),)



View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/a381bf5bc0883db0edaedbf9d88ef9282b4af055...b342676852145fcc1e640630e6617e7628b7fe88

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/a381bf5bc0883db0edaedbf9d88ef9282b4af055...b342676852145fcc1e640630e6617e7628b7fe88
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list