pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/archivers/xz



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Mar 29 18:19:31 UTC 2024

Modified Files:
        pkgsrc/archivers/xz: DESCR Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/archivers/xz/DESCR
cvs rdiff -u -r1.47 -r1.48 pkgsrc/archivers/xz/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/archivers/xz/DESCR
diff -u pkgsrc/archivers/xz/DESCR:1.1.1.1 pkgsrc/archivers/xz/DESCR:1.2
--- pkgsrc/archivers/xz/DESCR:1.1.1.1   Tue Jul  7 11:08:52 2009
+++ pkgsrc/archivers/xz/DESCR   Fri Mar 29 18:19:30 2024
@@ -20,3 +20,6 @@ XZ Utils consist of a few relatively sep
     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.*.

Index: pkgsrc/archivers/xz/Makefile
diff -u pkgsrc/archivers/xz/Makefile:1.47 pkgsrc/archivers/xz/Makefile:1.48
--- pkgsrc/archivers/xz/Makefile:1.47   Thu Mar 28 22:24:08 2024
+++ pkgsrc/archivers/xz/Makefile        Fri Mar 29 18:19:30 2024
@@ -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 @@ EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 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



Home | Main Index | Thread Index | Old Index