* [Buildroot] [Bug 4369] New: Fix permissions on untared lsof archive
@ 2011-10-22 3:47 bugzilla at busybox.net
2011-10-22 22:49 ` [Buildroot] [Bug 4369] " bugzilla at busybox.net
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2011-10-22 3:47 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=4369
Summary: Fix permissions on untared lsof archive
Product: buildroot
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P5
Component: Other
AssignedTo: unassigned at buildroot.uclibc.org
ReportedBy: d_mo1234 at yahoo.com
CC: buildroot at uclibc.org
Estimated Hours: 0.0
Created attachment 3667
--> https://bugs.busybox.net/attachment.cgi?id=3667
patch file
When buildroot untars a package, it opens permissions on the untarred results,
(The comment is "some packages have messed up permissions inside".) However,
in the case of lsof, the tar.bz2 contains another .tar, which contains the
source code. It needs to have the same treatment as buildroot's normal untar
process, because lsof has read-only files in the inner tarball.
A patch file is attached.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [Bug 4369] Fix permissions on untared lsof archive
2011-10-22 3:47 [Buildroot] [Bug 4369] New: Fix permissions on untared lsof archive bugzilla at busybox.net
@ 2011-10-22 22:49 ` bugzilla at busybox.net
2011-10-22 23:10 ` bugzilla at busybox.net
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2011-10-22 22:49 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=4369
--- Comment #1 from Danomi Mocelopolis <d_mo1234@yahoo.com> 2011-10-22 22:49:29 UTC ---
Created attachment 3679
--> https://bugs.busybox.net/attachment.cgi?id=3679
more inclusive patch file
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [Bug 4369] Fix permissions on untared lsof archive
2011-10-22 3:47 [Buildroot] [Bug 4369] New: Fix permissions on untared lsof archive bugzilla at busybox.net
2011-10-22 22:49 ` [Buildroot] [Bug 4369] " bugzilla at busybox.net
@ 2011-10-22 23:10 ` bugzilla at busybox.net
2011-10-22 23:10 ` bugzilla at busybox.net
2011-11-24 22:13 ` bugzilla at busybox.net
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2011-10-22 23:10 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=4369
--- Comment #2 from Danomi Mocelopolis <d_mo1234@yahoo.com> 2011-10-22 23:10:16 UTC ---
Comment on attachment 3679
--> https://bugs.busybox.net/attachment.cgi?id=3679
more inclusive patch file
PLEASE IGNORE SECOND PATCH ... I meant to attach it to Bug 4363. Sorry, sorry,
sorry.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [Bug 4369] Fix permissions on untared lsof archive
2011-10-22 3:47 [Buildroot] [Bug 4369] New: Fix permissions on untared lsof archive bugzilla at busybox.net
2011-10-22 22:49 ` [Buildroot] [Bug 4369] " bugzilla at busybox.net
2011-10-22 23:10 ` bugzilla at busybox.net
@ 2011-10-22 23:10 ` bugzilla at busybox.net
2011-11-24 22:13 ` bugzilla at busybox.net
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2011-10-22 23:10 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=4369
Danomi Mocelopolis <d_mo1234@yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #3679|1 |0
is patch| |
Attachment #3679|0 |1
is obsolete| |
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [Bug 4369] Fix permissions on untared lsof archive
2011-10-22 3:47 [Buildroot] [Bug 4369] New: Fix permissions on untared lsof archive bugzilla at busybox.net
` (2 preceding siblings ...)
2011-10-22 23:10 ` bugzilla at busybox.net
@ 2011-11-24 22:13 ` bugzilla at busybox.net
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla at busybox.net @ 2011-11-24 22:13 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=4369
Peter Korsgaard <jacmet@uclibc.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #3 from Peter Korsgaard <jacmet@uclibc.org> 2011-11-24 22:13:45 UTC ---
Fixed in git (9f930d2d7), thanks
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-11-24 22:13 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-22 3:47 [Buildroot] [Bug 4369] New: Fix permissions on untared lsof archive bugzilla at busybox.net
2011-10-22 22:49 ` [Buildroot] [Bug 4369] " bugzilla at busybox.net
2011-10-22 23:10 ` bugzilla at busybox.net
2011-10-22 23:10 ` bugzilla at busybox.net
2011-11-24 22:13 ` bugzilla at busybox.net
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox