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:           Sat Nov 30 06:41:06 UTC 2024

Modified Files:
        pkgsrc/archivers/7-zip: Makefile distinfo

Log Message:
7-zip: updated to 24.08

7-Zip 24.08

The bug in 7-Zip 24.00-24.07 was fixed:
For creating a zip archive: 7-Zip could write extra zero bytes after the end of the archive, if a file included to archive cannot be compressed to a size smaller than original.
The created zip archive is correct except for the useless zero bytes after the end of the archive.
When unpacking such a zip archive, 7-Zip displays a warning:
"WARNING: There are data after the end of archive".
The bug was fixed: there was a leak of GDI objects (internal resources in Windows) in "Confirm File Replace" window, causing problems after 1600 displays of "Confirm File Replace" window from same 
running 7-Zip process.
Some optimizations for displaying file icons in 7-Zip File Manager and in "Confirm File Replace" window.
Some bugs were fixed.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/archivers/7-zip/Makefile
cvs rdiff -u -r1.5 -r1.6 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.6 pkgsrc/archivers/7-zip/Makefile:1.7
--- pkgsrc/archivers/7-zip/Makefile:1.6 Wed Jul 17 19:24:54 2024
+++ pkgsrc/archivers/7-zip/Makefile     Sat Nov 30 06:41:06 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2024/07/17 19:24:54 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2024/11/30 06:41:06 adam Exp $
 
-DISTNAME=      7z2407-src
-PKGNAME=       7-zip-24.07
+DISTNAME=      7z2408-src
+PKGNAME=       7-zip-24.08
 CATEGORIES=    archivers
 MASTER_SITES=  https://www.7-zip.org/a/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/archivers/7-zip/distinfo
diff -u pkgsrc/archivers/7-zip/distinfo:1.5 pkgsrc/archivers/7-zip/distinfo:1.6
--- pkgsrc/archivers/7-zip/distinfo:1.5 Wed Jul 17 19:24:54 2024
+++ pkgsrc/archivers/7-zip/distinfo     Sat Nov 30 06:41:06 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2024/07/17 19:24:54 wiz Exp $
+$NetBSD: distinfo,v 1.6 2024/11/30 06:41:06 adam Exp $
 
-BLAKE2s (7z2407-src.tar.xz) = adb3bc4f48639e6f5deffa01c2ac3b953c506ef5999070d315b9baeca3f18082
-SHA512 (7z2407-src.tar.xz) = 0299e5c1e1dfd33ecf22077f812da1f25bf2146a713c7a7e2498d639520f21f029e853914e66a84d1edfc5d721e1f3d914a3171ab336a406a94bc82d5b2d8e5d
-Size (7z2407-src.tar.xz) = 1488556 bytes
+BLAKE2s (7z2408-src.tar.xz) = fc11fd35c73eec32c1a8d3829bda92c612098f57c91e008695e484dc8c7ff001
+SHA512 (7z2408-src.tar.xz) = 889e9aeaa629d6474a609a15066b2fa7b1353fa5e7255e044297591f565b08b16b885d44f4c4a046f2f9da189599ace300cf61fd9ac0e7bc316fb9d96a18a039
+Size (7z2408-src.tar.xz) = 1493700 bytes
 SHA1 (patch-C_SwapBytes.c) = 1e32b0dd26a3c16251c74d48a97da0aada43f506



Home | Main Index | Thread Index | Old Index