Browse Source

Update is7z builds. Looks like the full size was a bit off before.

Martijn Laan 3 months ago
parent
commit
0982e15c4d
7 changed files with 15 additions and 15 deletions
  1. BIN
      Files/is7z.dll
  2. 4 4
      Files/is7z.dll.issig
  3. BIN
      Files/is7zxa.dll
  4. 4 4
      Files/is7zxa.dll.issig
  5. BIN
      Files/is7zxr.dll
  6. 4 4
      Files/is7zxr.dll.issig
  7. 3 3
      ISHelp/isetup.xml

BIN
Files/is7z.dll


+ 4 - 4
Files/is7z.dll.issig

@@ -1,6 +1,6 @@
 format issig-v1
-file-size 1089168
-file-hash aaee107184d026680517e27e89ace2d308d69c08489312d3d6a30f9d5c726472
+file-size 985232
+file-hash a97b9e6180c2051748b3403e210159293503889dcc78e943573ba56ffe52ec27
 key-id def0147c3bbc17ab99bf7b7a9c2de1390283f38972152418d7c2a4a7d7131a38
-sig-r aa9fda0b187df585031c04cfe40182c2d40992a265f710641e5aa4091e21884e
-sig-s 8b155e8e4a775f1c2cb3edb1b7a32ccba9713d7c112e64504e4df5b2c50a8e72
+sig-r b77f55d21a3a6f48e03c8ab75d4759f7e22c58a76d3261eecc83fbeb55ecf0e1
+sig-s 23a870023614c313f91d20b09c0d166524ab173dae7af4d87ae42c31b36db2df

BIN
Files/is7zxa.dll


+ 4 - 4
Files/is7zxa.dll.issig

@@ -1,6 +1,6 @@
 format issig-v1
-file-size 261776
-file-hash e434229ac686914082a2a350bb4ebc5a3c1d9f5e041d0cdb7fa089d24a2766ab
+file-size 256656
+file-hash 930152b344518fe0a15592269d432c4433b675bbb898213b6c13d8e526d51edd
 key-id def0147c3bbc17ab99bf7b7a9c2de1390283f38972152418d7c2a4a7d7131a38
-sig-r 8b7213b902f4780b402e5ce1f8b9f78d3792dc75cd4ff9c8d0a379b7974dde1c
-sig-s 9c638a1d18258ee57449d4af4402bee44ad5df87af5620fb2e3250abf9ae9309
+sig-r cdb0f1f640929f50fa06b1ad5a071dfabdbfbe6721929264f6a3b5b3069c54c3
+sig-s 7abe56f825963e61a2bd8498e34e3e011c89ace7dd6726da53c6e248c60c187c

BIN
Files/is7zxr.dll


+ 4 - 4
Files/is7zxr.dll.issig

@@ -1,6 +1,6 @@
 format issig-v1
-file-size 213136
-file-hash 98d89fe65b5b5695bf227ecea33a43ce5e9bd67e1801cd5b256265b276b366fe
+file-size 208016
+file-hash a73acb58b85cce5cb686df5409eb18643797c44ed1820a32d092b20146ad1f6c
 key-id def0147c3bbc17ab99bf7b7a9c2de1390283f38972152418d7c2a4a7d7131a38
-sig-r 142c9a1002c78155d809fb4c5874bdfb77b27ba94ce4263d7a8e7cddff92783c
-sig-s d504edd91cc2aa40ccd7429bb6234af82c9d4392ce5a358fc36cf3bf284a4df2
+sig-r df4f24260ec3ea6fbd1420e1302fb2449e358106a1a42ae61dcf4ed15b39eb76
+sig-s 571e55a619f820d513746289ab2e1f815ce8e7cc392f90f4edaf56d25f808dff

+ 3 - 3
ISHelp/isetup.xml

@@ -4737,9 +4737,9 @@ Name: portablemode; Description: "Portable Mode"</pre></example>
 <table>
 <tr><td></td><td><u>Memory Requirements</u></td><td><u>Password-protected Archives</u></td><td><u>Setup Size Increase</u></td><td><u>Archive Formats</u></td></tr>
 <tr><td><tt>basic</tt> (default)</td><td>High for large files*</td><td>No</td><td>0 KB</td><td>.7z</td></tr>
-<tr><td><tt>enhanced/nopassword</tt></td><td>Normal</td><td>No</td><td>101 KB</td><td>.7z</td></tr>
-<tr><td><tt>enhanced</tt></td><td>Normal</td><td>Yes</td><td>124 KB</td><td>.7z</td></tr>
-<tr><td><tt>full</tt></td><td>Normal</td><td>Yes</td><td>453 KB</td><td>.7z, .zip, .gz, .bz2, .xz, .tar, .rar, .iso, .msi, .cab, .rpm, .vhd, .vhdx, .vdi, .vmdk, .wim, .dmg</td></tr>
+<tr><td><tt>enhanced/nopassword</tt></td><td>Normal</td><td>No</td><td>100 KB</td><td>.7z</td></tr>
+<tr><td><tt>enhanced</tt></td><td>Normal</td><td>Yes</td><td>123 KB</td><td>.7z</td></tr>
+<tr><td><tt>full</tt></td><td>Normal</td><td>Yes</td><td>458 KB</td><td>.7z, .zip, .gz, .bz2, .xz, .tar, .rar, .iso, .msi, .cab, .rpm, .vhd, .vhdx, .vdi, .vmdk, .wim, .dmg</td></tr>
 </table>
 <p>* = When extracting a file, at least enough memory will always be allocated to hold the <b>entire</b> file, regardless of the block size. For example, extracting a 1 GB file using the <tt>basic</tt> method requires at least 1 GB of RAM. Consider using a different method for .7z archives that contain large files: their memory requirements depend on the dictionary size only.</p>
 </indent>