Skip to content

Commit

Permalink
Revert "xz: update to 5.6.0."
Browse files Browse the repository at this point in the history
  • Loading branch information
Gottox committed Mar 29, 2024
1 parent 2e871cf commit 91928c8
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions 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 <gottox@voidlinux.org>"
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"
Expand All @@ -34,8 +31,3 @@ liblzma-devel_package() {
vmove usr/lib/pkgconfig
}
}

post_install() {
vlicense COPYING
vlicense COPYING.0BSD
}

1 comment on commit 91928c8

@dragonmaus
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that this older version is also likely to be compromised. See discussion here.

Please sign in to comment.