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:   adam
Date:           Thu Mar 14 08:19:03 UTC 2024

Modified Files:
        pkgsrc/archivers/xz: Makefile distinfo

Log Message:
xz: updated to 5.6.1

5.6.1 (2024-03-09)

* liblzma: Fixed two bugs relating to GNU indirect function (IFUNC)
  with GCC. The more serious bug caused a program linked with
  liblzma to crash on start up if the flag -fprofile-generate was
  used to build liblzma. The second bug caused liblzma to falsely
  report an invalid write to Valgrind when loading liblzma.

* xz: Changed the messages for thread reduction due to memory
  constraints to only appear under the highest verbosity level.

* Build:

    - Fixed a build issue when the header file <linux/landlock.h>
      was present on the system but the Landlock system calls were
      not defined in <sys/syscall.h>.

    - The CMake build now warns and disables NLS if both gettext
      tools and pre-created .gmo files are missing. Previously,
      this caused the CMake build to fail.

* Minor improvements to man pages.

* Minor improvements to tests.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/archivers/xz/Makefile
cvs rdiff -u -r1.34 -r1.35 pkgsrc/archivers/xz/distinfo

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/Makefile
diff -u pkgsrc/archivers/xz/Makefile:1.45 pkgsrc/archivers/xz/Makefile:1.46
--- pkgsrc/archivers/xz/Makefile:1.45   Sun Feb 25 09:52:29 2024
+++ pkgsrc/archivers/xz/Makefile        Thu Mar 14 08:19:03 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2024/02/25 09:52:29 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2024/03/14 08:19:03 adam Exp $
 
-DISTNAME=      xz-5.6.0
+DISTNAME=      xz-5.6.1
 CATEGORIES=    archivers
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tukaani-project/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}

Index: pkgsrc/archivers/xz/distinfo
diff -u pkgsrc/archivers/xz/distinfo:1.34 pkgsrc/archivers/xz/distinfo:1.35
--- pkgsrc/archivers/xz/distinfo:1.34   Sun Feb 25 09:45:14 2024
+++ pkgsrc/archivers/xz/distinfo        Thu Mar 14 08:19:03 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.34 2024/02/25 09:45:14 wiz Exp $
+$NetBSD: distinfo,v 1.35 2024/03/14 08:19:03 adam Exp $
 
-BLAKE2s (xz-5.6.0.tar.bz2) = 28663e73faac75ae90e5fb8da76b7683795799cd567f0e2df4fba65e67f97b4b
-SHA512 (xz-5.6.0.tar.bz2) = eedd2fb10ad422ac8ef3e82dd6b4ade7233382233f83e086fb8f903f0ebe473fcc1c1941f32e359d836ccab3a3d19dd52a34407faa51593085137294b0b33ce6
-Size (xz-5.6.0.tar.bz2) = 2286070 bytes
+BLAKE2s (xz-5.6.1.tar.bz2) = 2d7f567eaefe5fb3a5be001f864e2c3b38eabbcd7170626c9eb15b57b6e6d3e7
+SHA512 (xz-5.6.1.tar.bz2) = e6cf357bc7673626e14f118852a50a92324e15dce6f7ac11da44045337d027ae5fe6af36426ee296db43419b52cd6bada94cddc99881c8aab289b6073ec971aa
+Size (xz-5.6.1.tar.bz2) = 2292062 bytes
 SHA1 (patch-src_xz_Makefile.in) = b9360c7b2b34159028fb8b84339aa2faf3922287



Home | Main Index | Thread Index | Old Index