Review Request 124165: Make KArchive preserve executable permissions from the files inside the archive

Romário Rios luizromario at gmail.com
Mon Jun 29 09:54:18 UTC 2015


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/124165/
-----------------------------------------------------------

(Updated June 29, 2015, 9:54 a.m.)


Status
------

This change has been marked as submitted.


Review request for KDE Frameworks.


Changes
-------

Submitted with commit c0d40446bb2edd42ae6be061cdd17964bba147ca by Luiz Romário Santana Rios to branch master.


Repository: karchive


Description
-------

The KArchiveFile::copyTo() doesn't set the permissions of the files it copies -- it just copies the data. So if an archive contains an executable, it's extracted from the archive as a non-executable. This patch makes it apply the executable permissions found in the KArchiveFile to the QFile being copied.


Diffs
-----

  autotests/karchivetest.cpp afc8387 
  src/karchive.cpp 344cba8 

Diff: https://git.reviewboard.kde.org/r/124165/diff/


Testing
-------

Seems to work for all files (tested with xz and zip files containing executables, directories, text, etc.).


Thanks,

Romário Rios

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20150629/c9ff9228/attachment.html>


More information about the Kde-frameworks-devel mailing list