From 1a595d64351e4f638c93bd406e731ff6553dad29 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Fri, 29 Mar 2024 18:40:14 +0100 Subject: [PATCH] Revert "xz: update to 5.6.0." This reverts commit ba6c7f1ffc6012148b0deea038c23794cb93c6c5. See: https://www.openwall.com/lists/oss-security/2024/03/29/4 --- srcpkgs/xz/template | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/srcpkgs/xz/template b/srcpkgs/xz/template index 8aa5650cfcb792..a5365b89c8dc93 100644 --- a/srcpkgs/xz/template +++ b/srcpkgs/xz/template @@ -1,21 +1,18 @@ # Template file for 'xz' +reverts="5.6.0_1" pkgname=xz -version=5.6.0 -revision=1 +version=5.4.6 +revision=2 bootstrap=yes build_style=gnu-configure configure_args="--disable-doc" short_desc="XZ compression utilities" maintainer="Enno Boland " -license="0BSD, GPL-2.0-or-later, GPL-3.0-or-later, LGPL-2.1-or-later" +license="Public Domain, GPL-2.0-or-later, GPL-3.0-or-later, LGPL-2.1-or-later" homepage="https://xz.tukaani.org" changelog="https://git.tukaani.org/?p=xz.git;a=blob_plain;f=NEWS" distfiles="https://github.com/tukaani-project/xz/releases/download/v${version}/xz-${version}.tar.gz" -checksum=0f5c81f14171b74fcc9777d302304d964e63ffc2d7b634ef023a7249d9b5d875 - -if [ "$XBPS_TARGET_LIBC" = "musl" ]; then - configure_args+=" --disable-sandbox" -fi +checksum=aeba3e03bf8140ddedf62a0a367158340520f6b384f75ca6045ccc6c0d43fd5c liblzma_package() { short_desc="XZ-format compression library" @@ -34,8 +31,3 @@ liblzma-devel_package() { vmove usr/lib/pkgconfig } } - -post_install() { - vlicense COPYING - vlicense COPYING.0BSD -}