diff options
author | Danomi Mocelopolis | 2011-11-26 21:56:25 +0100 |
---|---|---|
committer | Peter Korsgaard | 2011-11-26 21:56:25 +0100 |
commit | ec02a34b0aaa06b61e26ec284370dea9896805f1 (patch) | |
tree | accb5447cac95617890abe2c1cd8268941ceae77 /CHANGES | |
parent | CHANGES: update with recent changes (diff) | |
download | buildroot-ec02a34b0aaa06b61e26ec284370dea9896805f1.tar.gz buildroot-ec02a34b0aaa06b61e26ec284370dea9896805f1.tar.xz buildroot-ec02a34b0aaa06b61e26ec284370dea9896805f1.zip |
Prevent patch commands from accessing source control
Closes #4357
Add -g0 option to patch to ensure it doesn't try to access source control.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ Issues resolved (http://bugs.uclibc.org): + #4357: Prevent patch commands from accessing source control #4369: Fix permissions on untared lsof archive 2011.11-rc2, Released November 18th, 2011: |