Changes between Initial Version and Version 8 of Ticket #4628


Ignore:
Timestamp:
01/10/25 17:00:21 (10 months ago)
Author:
andrew_b
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4628

    • Property Status changed from new to closed
    • Property Component changed from mc-core to mc-vfs
    • Property Version changed from master to 4.8.32
    • Property Milestone changed from Future Releases to
    • Property Resolution changed from to duplicate
  • Ticket #4628 – Description

    initial v8  
    66`zipinfo` confirms that the executable bit is not set. In this example zipinfo file, the last three files were added by MC, the rest were there before. 
    77 
    8 ```console 
     8{{{ 
    99$ zipinfo test.vsix 
    1010Archive:  test.vsix 
     
    1616-rw-------  3.0 unx 34599192 bx defN 25-Jan-08 18:08 extension/_dist/superbol-free-linux-x64 
    171749 files, 128163558 bytes uncompressed, 52802923 bytes compressed:  58.8% 
    18 ``` 
     18}}} 
    1919 
    2020The expected output would be something like: 
    2121 
    22 ``` 
     22{{{ 
    2323... 
    2424-rw-r--r--  6.3 unx     2044 bl defN 24-Dec-29 15:29 extension/syntaxes/listfile.tmLanguage.json 
     
    2626-r-xr-xr-x  6.3 unx 34599192 bx defN 24-Dec-29 15:49 extension/_dist/superbol-free 
    2727... 
    28 ``` 
     28}}} 
    2929 
    30 `mc V` returns: 
     30`mc -V` returns: 
    3131 
    32 ``` 
     32{{{ 
    3333GNU Midnight Commander 4.8.32 
    3434Built with GLib 2.82.4 
     
    4646Data types: 
    4747 char: 8; int: 32; long: 64; void *: 64; size_t: 64; off_t: 64; 
    48 ``` 
     48}}} 
    4949 
    5050I'm running on darwin-aarch64