Changes between Initial Version and Version 8 of Ticket #4628
- Timestamp:
- 01/10/25 17:00:21 (10 months ago)
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 6 6 `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. 7 7 8 ```console 8 {{{ 9 9 $ zipinfo test.vsix 10 10 Archive: test.vsix … … 16 16 -rw------- 3.0 unx 34599192 bx defN 25-Jan-08 18:08 extension/_dist/superbol-free-linux-x64 17 17 49 files, 128163558 bytes uncompressed, 52802923 bytes compressed: 58.8% 18 ``` 18 }}} 19 19 20 20 The expected output would be something like: 21 21 22 ``` 22 {{{ 23 23 ... 24 24 -rw-r--r-- 6.3 unx 2044 bl defN 24-Dec-29 15:29 extension/syntaxes/listfile.tmLanguage.json … … 26 26 -r-xr-xr-x 6.3 unx 34599192 bx defN 24-Dec-29 15:49 extension/_dist/superbol-free 27 27 ... 28 ``` 28 }}} 29 29 30 `mc V` returns:30 `mc -V` returns: 31 31 32 ``` 32 {{{ 33 33 GNU Midnight Commander 4.8.32 34 34 Built with GLib 2.82.4 … … 46 46 Data types: 47 47 char: 8; int: 32; long: 64; void *: 64; size_t: 64; off_t: 64; 48 ``` 48 }}} 49 49 50 50 I'm running on darwin-aarch64
