Skip to content

Commit

Permalink
Update 1 package
Browse files Browse the repository at this point in the history
mingw-w64-x86_64 (7zip-24.06-1 -> 7zip-24.07-1)

Signed-off-by: Git for Windows Build Agent <ci@git-for-windows.build>
  • Loading branch information
Git for Windows Build Agent committed Jun 23, 2024
1 parent 33a4334 commit cf5656e
Show file tree
Hide file tree
Showing 24 changed files with 19 additions and 9 deletions.
Binary file modified mingw64/bin/7z.dll
Binary file not shown.
Binary file modified mingw64/bin/7z.exe
Binary file not shown.
Binary file modified mingw64/lib/7zip/7zCon.sfx
Binary file not shown.
2 changes: 1 addition & 1 deletion mingw64/share/doc/7zip/7zip.wxs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>

<?define VerMajor = "24" ?>
<?define VerMinor = "06" ?>
<?define VerMinor = "07" ?>
<?define VerBuild = "00" ?>
<?define MmVer = "$(var.VerMajor).$(var.VerMinor)" ?>
<?define MmHex = "$(var.VerMajor)$(var.VerMinor)" ?>
Expand Down
2 changes: 1 addition & 1 deletion mingw64/share/doc/7zip/lzma.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
LZMA compression
----------------
Version: 24.06
Version: 24.07

This file describes LZMA encoding and decoding functions written in C language.

Expand Down
2 changes: 1 addition & 1 deletion mingw64/share/doc/7zip/readme.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
7-Zip 24.06 Sources
7-Zip 24.07 Sources
-------------------

7-Zip is a file archiver for Windows.
Expand Down
10 changes: 10 additions & 0 deletions mingw64/share/doc/7zip/src-history.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
HISTORY of the 7-Zip source code
--------------------------------

24.07 2024-06-19
-------------------------
- Changes in files:
Asm/x86/Sha256Opt.asm
Asm/x86/Sha1Opt.asm
Now it uses "READONLY" flag for constant array segment.
It fixes an issue where ".rodata" section in 7-Zip for x86/x64 Linux had a "WRITE" attribute.
- The bug was fixed: 7-Zip could crash for some incorrect ZSTD archives.


24.06 2024-05-26
-------------------------
- The bug was fixed: 7-Zip could not unpack some ZSTD archives.
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
mingw-w64-x86_64-7zip

%VERSION%
24.06-1
24.07-1

%BASE%
mingw-w64-7zip
Expand All @@ -17,16 +17,16 @@ https://7-zip.org
any

%BUILDDATE%
1717312375
1718990225

%INSTALLDATE%
1717383609
1719111574

%PACKAGER%
CI (msys2/msys2-autobuild/59bb7f6f/9336435331)
CI (msys2/msys2-autobuild/40ab9379/9617312876)

%SIZE%
3355328
3356201

%LICENSE%
spdx:LGPL-2.1-or-later AND BSD-3-Clause
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ any
1718204260

%INSTALLDATE%
1719083891
1719111577

%PACKAGER%
Johannes Schindelin <johannes.schindelin@gmx.de>
Expand Down
Binary file modified var/lib/pacman/sync/clang32.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/clang32.db.sig
Binary file not shown.
Binary file modified var/lib/pacman/sync/clang64.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/clang64.db.sig
Binary file not shown.
Binary file modified var/lib/pacman/sync/clangarm64.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/clangarm64.db.sig
Binary file not shown.
Binary file modified var/lib/pacman/sync/mingw32.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/mingw32.db.sig
Binary file not shown.
Binary file modified var/lib/pacman/sync/mingw64.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/mingw64.db.sig
Binary file not shown.
Binary file modified var/lib/pacman/sync/ucrt64.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/ucrt64.db.sig
Binary file not shown.

0 comments on commit cf5656e

Please sign in to comment.