Received: by mail.netbsd.org (Postfix, from userid 605) id 2567984EA5; Fri, 5 May 2023 20:03:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E332A84D4C for ; Fri, 5 May 2023 19:46:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id g_paTLuJvAli for ; Fri, 5 May 2023 19:46:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 479A884CF3 for ; Fri, 5 May 2023 19:46:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 41205FA87; Fri, 5 May 2023 19:46:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1683315982181380" MIME-Version: 1.0 Date: Fri, 5 May 2023 19:46:22 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/archivers/xz To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230505194622.41205FA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1683315982181380 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri May 5 19:46:22 UTC 2023 Modified Files: pkgsrc/archivers/xz: Makefile distinfo Log Message: xz: updated to 5.4.3 5.4.3 (2023-05-04) * All fixes from 5.2.12 * Features in the CMake build can now be disabled as CMake cache variables, similar to the Autotools build. * Minor update to the Croatian translation. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 pkgsrc/archivers/xz/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/archivers/xz/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1683315982181380 Content-Disposition: inline Content-Length: 1543 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/archivers/xz/Makefile diff -u pkgsrc/archivers/xz/Makefile:1.37 pkgsrc/archivers/xz/Makefile:1.38 --- pkgsrc/archivers/xz/Makefile:1.37 Mon Mar 20 08:47:24 2023 +++ pkgsrc/archivers/xz/Makefile Fri May 5 19:46:22 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.37 2023/03/20 08:47:24 adam Exp $ +# $NetBSD: Makefile,v 1.38 2023/05/05 19:46:22 adam Exp $ -DISTNAME= xz-5.4.2 +DISTNAME= xz-5.4.3 CATEGORIES= archivers MASTER_SITES= https://tukaani.org/xz/ EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/archivers/xz/distinfo diff -u pkgsrc/archivers/xz/distinfo:1.29 pkgsrc/archivers/xz/distinfo:1.30 --- pkgsrc/archivers/xz/distinfo:1.29 Mon Mar 20 08:47:24 2023 +++ pkgsrc/archivers/xz/distinfo Fri May 5 19:46:22 2023 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.29 2023/03/20 08:47:24 adam Exp $ +$NetBSD: distinfo,v 1.30 2023/05/05 19:46:22 adam Exp $ -BLAKE2s (xz-5.4.2.tar.bz2) = 89a0e6ac5f96c1e3306fac34f83cc833ab61979edb13823b841ff9afe67fb5ed -SHA512 (xz-5.4.2.tar.bz2) = 33ae65cbca77e37e3ca2497c69acaa338a8aaa278201f29512b9ec387825d13bcb459fcfdd403cfd03ae46f97d261748dfb9e5282977aa93ee68137a16471700 -Size (xz-5.4.2.tar.bz2) = 2063576 bytes +BLAKE2s (xz-5.4.3.tar.bz2) = a3abfd09600b5ec9f51b41d423698c35d36456ae7b2bd3284592bb438ae8678a +SHA512 (xz-5.4.3.tar.bz2) = fe7b184bbf26bda54336dddb7096649078680d45ef8cb1de8e59360d774fd840e37b7b62c734d2fccfa05919ca857d60ef71e2b5c9828cf0880a32e95043811f +Size (xz-5.4.3.tar.bz2) = 2162349 bytes SHA1 (patch-src_xz_Makefile.in) = b9360c7b2b34159028fb8b84339aa2faf3922287 --_----------=_1683315982181380--