[Poppler-bugs] [Bug 104398] New: 2 uid/gids in the source tarballs since poppler-0.60.0
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Dec 28 00:47:38 UTC 2017
https://bugs.freedesktop.org/show_bug.cgi?id=104398
Bug ID: 104398
Summary: 2 uid/gids in the source tarballs since poppler-0.60.0
Product: poppler
Version: unspecified
Hardware: Other
OS: All
Status: NEW
Severity: trivial
Priority: medium
Component: general
Assignee: poppler-bugs at lists.freedesktop.org
Reporter: mpsuzuki at hiroshima-u.ac.jp
Created attachment 136415
--> https://bugs.freedesktop.org/attachment.cgi?id=136415&action=edit
add "--owner root:0 --group root:0" options to tar command in dist target
Because git-archive always uses root:root in the generated tarball,
the source tarballs (since 0.60.0) have 2 uid/gids in it.
"root:root" by git-archive, and normal users/group by normal tar.
For detail, please find the analysis at::
https://lists.freedesktop.org/archives/poppler/2017-December/012737.html
Here is a trivial patch adding "--owner root:0 --group root:0" to the
dist target of cmake.
Also I've written a patch for git-archive. If the maintainer wants
to postpone the decision after seeing how git maintainers deals with,
please do so.
Regards,
mpsuzuki
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/poppler-bugs/attachments/20171228/c24c7c07/attachment.html>
More information about the Poppler-bugs
mailing list