diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3/0001-gh-107811-tarfile-treat-overflow-in-UID-GID-as-failu.patch')
| -rw-r--r-- | meta/recipes-devtools/python/python3/0001-gh-107811-tarfile-treat-overflow-in-UID-GID-as-failu.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3/0001-gh-107811-tarfile-treat-overflow-in-UID-GID-as-failu.patch b/meta/recipes-devtools/python/python3/0001-gh-107811-tarfile-treat-overflow-in-UID-GID-as-failu.patch index 1cffdd6e05..98b3aa42d2 100644 --- a/meta/recipes-devtools/python/python3/0001-gh-107811-tarfile-treat-overflow-in-UID-GID-as-failu.patch +++ b/meta/recipes-devtools/python/python3/0001-gh-107811-tarfile-treat-overflow-in-UID-GID-as-failu.patch | |||
| @@ -16,7 +16,7 @@ diff --git a/Lib/tarfile.py b/Lib/tarfile.py | |||
| 16 | index 0a0f31e..4dfb67d 100755 | 16 | index 0a0f31e..4dfb67d 100755 |
| 17 | --- a/Lib/tarfile.py | 17 | --- a/Lib/tarfile.py |
| 18 | +++ b/Lib/tarfile.py | 18 | +++ b/Lib/tarfile.py |
| 19 | @@ -2685,7 +2685,8 @@ class TarFile(object): | 19 | @@ -2688,7 +2688,8 @@ class TarFile(object): |
| 20 | os.lchown(targetpath, u, g) | 20 | os.lchown(targetpath, u, g) |
| 21 | else: | 21 | else: |
| 22 | os.chown(targetpath, u, g) | 22 | os.chown(targetpath, u, g) |
