From 9f930d2d7f6ca80d9ccc9a38e631704c1b931f43 Mon Sep 17 00:00:00 2001 From: Damian Kaczmarek Date: Fri, 21 Oct 2011 00:05:23 +0200 Subject: lsof: fix permission of extracted files Closes #4369 Default tar permissiong make it impossible to apply patches to some of the files. Change extraction command to skip permissions by using "-O" tar option and a pipe tar chain. Solution suggested by: Arnout Vandecappelle [Peter: rework to use define as suggested by Thomas] Signed-off-by: Damian Kaczmarek Tested-by: "Yann E. MORIN" Signed-off-by: Peter Korsgaard --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 289a6b263..9fbfe9f58 100644 --- a/CHANGES +++ b/CHANGES @@ -9,6 +9,10 @@ Updated/fixed packages: busybox, freetype, mplayer, opencv, rsyslog, xapp_xf86dga + Issues resolved (http://bugs.uclibc.org): + + #4369: Fix permissions on untared lsof archive + 2011.11-rc2, Released November 18th, 2011: Fixes all over the tree and new features. -- cgit v1.2.3