mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
xz_utils: switch the SOURCE_URI to the Github generated archive
Apparently, the release tarballs are compromised and contain a backdoor. This mitigates CVE-2024-3094. (even if Haiku is probably not affected by it)
This commit is contained in:
@@ -6,9 +6,9 @@ COPYRIGHT="2005-2018 Lasse Collin"
|
||||
LICENSE="GNU LGPL v2.1
|
||||
GNU GPL v2
|
||||
GNU GPL v3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/tukaani-project/xz/releases/download/v$portVersion/xz-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="2398f4a8e53345325f44bdd9f0cc7401bd9025d736c6d43b372f4dea77bf75b8"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/tukaani-project/xz/archive/refs/tags/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="237284fae40e5f8e9908f0a977e7d0b9a5c7c1c10a41b8e6ed0fb40e930467c8"
|
||||
SOURCE_DIR="xz-$portVersion"
|
||||
ADDITIONAL_FILES="xz_utils-expander-rules"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user