pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/archivers/7-zip
Module Name: pkgsrc
Committed By: adam
Date: Tue Apr 28 08:11:54 UTC 2026
Modified Files:
pkgsrc/archivers/7-zip: Makefile distinfo
Log Message:
7-zip: updated to 26.01
26.01:
linux version of 7-Zip can use huge pages (2 MB pages). It can increase compression speed for 10% for 7z/xz/LZMA/LZMA2 compression.
new -spo[d|c|r] switch specifies the path generation mode for the output directory for archive extraction. The output directory path is generated from the path specified in the -o{dir_path} switch
and the name of the archive being unpacked.
-spod : for Linux/Posix/macOS: -o{dir_path} specifies the direct path to the output directory. The asterisk (*) character in {dir_path} will not be replaced by the archive name.
-spoc : 7-Zip will concatenate the path specified in -o{dir_path} with the archive name to form the final path to the output directory.
-spor : 7-Zip will replace asterisk (*) character in the path specified in the -o{dir_path} with the archive name. This is the default option.
some bugs were fixed.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/archivers/7-zip/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/archivers/7-zip/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/7-zip/Makefile
diff -u pkgsrc/archivers/7-zip/Makefile:1.11 pkgsrc/archivers/7-zip/Makefile:1.12
--- pkgsrc/archivers/7-zip/Makefile:1.11 Tue Apr 21 06:34:53 2026
+++ pkgsrc/archivers/7-zip/Makefile Tue Apr 28 08:11:54 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2026/04/21 06:34:53 adam Exp $
+# $NetBSD: Makefile,v 1.12 2026/04/28 08:11:54 adam Exp $
-DISTNAME= 7z2600-src
-PKGNAME= 7-zip-26.00
+DISTNAME= 7z2601-src
+PKGNAME= 7-zip-26.01
CATEGORIES= archivers
MASTER_SITES= https://7-zip.org/a/
EXTRACT_SUFX= .tar.xz
Index: pkgsrc/archivers/7-zip/distinfo
diff -u pkgsrc/archivers/7-zip/distinfo:1.10 pkgsrc/archivers/7-zip/distinfo:1.11
--- pkgsrc/archivers/7-zip/distinfo:1.10 Tue Apr 21 06:34:53 2026
+++ pkgsrc/archivers/7-zip/distinfo Tue Apr 28 08:11:54 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2026/04/21 06:34:53 adam Exp $
+$NetBSD: distinfo,v 1.11 2026/04/28 08:11:54 adam Exp $
-BLAKE2s (7z2600-src.tar.xz) = 1349dec9a8c10d6725d8801e138f95994af0fe3b56248ce4f79c7f49ac053526
-SHA512 (7z2600-src.tar.xz) = 2374b3d90388838391ef35a95a81e97639478598011d46adee9ddb84ed8c287fad47f6d2d794c22b0fc5c1f7dec4bfaaa25b6e747c5e78100eb63818fe85b897
-Size (7z2600-src.tar.xz) = 1538112 bytes
+BLAKE2s (7z2601-src.tar.xz) = e8b6ca671035ce6e265e1b4580f10879d5093dd1bda5fabff1231ca422194c59
+SHA512 (7z2601-src.tar.xz) = fd5e6228020e1e3cc51f85b917e61c5583d307ff23b182a42de9faf7f1dda09c70fd228072e82074e81e43639c6ea7045ebd38fb90f437efc5ebff9c5323fcf9
+Size (7z2601-src.tar.xz) = 1543032 bytes
SHA1 (patch-C_SwapBytes.c) = 1e32b0dd26a3c16251c74d48a97da0aada43f506
Home |
Main Index |
Thread Index |
Old Index