[Bug 10306] New: busybox-1.27.x unzip does not preserve executable bit

bugzilla at busybox.net bugzilla at busybox.net
Mon Sep 11 10:47:42 UTC 2017


https://bugs.busybox.net/show_bug.cgi?id=10306

            Bug ID: 10306
           Summary: busybox-1.27.x unzip does not preserve executable bit
           Product: Busybox
           Version: 1.27.x
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned at busybox.net
          Reporter: john.frankish at outlook.com
                CC: busybox-cvs at busybox.net
  Target Milestone: ---

busybox-1.27.x unzip does not preserve executable bit, whereas busybox-1.24.2
unzip does preserve the bit.

$ /bin/busybox
BusyBox v1.27.1 (2017-08-10 13:51:41 UTC) multi-call binary.

$ /usr/bin/unzip gsoap_2.8.45.zip
$ ls -l gsoap-2.8/configure
-rw-r--r--    1 tc       staff       230368 Sep 11 14:36 gsoap-2.8/configure

$ /bin/busybox
BusyBox v1.24.2 (2016-05-16 13:28:30 UTC) multi-call binary.

$ /usr/bin/unzip gsoap_2.8.45.zip
$ ls -l gsoap-2.8/configure
-rwxr-xr-x    1 tc       staff       230368 Sep 11 14:46 gsoap-2.8/configure

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the busybox-cvs mailing list