Fri Mar 29 18:19:31 2024 UTC (78d)
xz: call this 5.6.1nb100 despite it being 5.4.6

For easier "upgrades" to a non-backdoored version.

Note it in COMMENT and DESCR.


(wiz)
diff -r1.1.1.1 -r1.2 pkgsrc/archivers/xz/DESCR
diff -r1.47 -r1.48 pkgsrc/archivers/xz/Makefile

cvs diff -r1.1.1.1 -r1.2 pkgsrc/archivers/xz/DESCR (expand / switch to context diff)
--- pkgsrc/archivers/xz/DESCR 2009/07/07 11:08:52 1.1.1.1
+++ pkgsrc/archivers/xz/DESCR 2024/03/29 18:19:30 1.2
@@ -20,3 +20,6 @@
     provides advanced options to finetune the compression settings.
   * A few shell scripts make diffing and grepping LZMA compressed
     files easy. The scripts were adapted from gzip and bzip2.
+
+Due to backdoor in 5.6.*, this package is currently called 5.6* but
+contains 5.4.*.

cvs diff -r1.47 -r1.48 pkgsrc/archivers/xz/Makefile (expand / switch to context diff)
--- pkgsrc/archivers/xz/Makefile 2024/03/28 22:24:08 1.47
+++ pkgsrc/archivers/xz/Makefile 2024/03/29 18:19:30 1.48
@@ -1,6 +1,8 @@
-# $NetBSD: Makefile,v 1.47 2024/03/28 22:24:08 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2024/03/29 18:19:30 wiz Exp $
 
 DISTNAME=	xz-5.4.6
+PKGNAME=	xz-5.6.1
+PKGREVISION=	100
 CATEGORIES=	archivers
 MASTER_SITES=	${MASTER_SITE_GITHUB:=tukaani-project/}
 GITHUB_RELEASE=	v${PKGVERSION_NOREV}
@@ -8,7 +10,7 @@
 
 MAINTAINER=	pkgsrc-users@NetBSD.org
 HOMEPAGE=	https://tukaani.org/xz/
-COMMENT=	General-purpose data compression software
+COMMENT=	General-purpose data compression software (5.4)
 LICENSE=	public-domain AND gnu-gpl-v2
 
 USE_LIBTOOL=		yes