diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-09-03 18:03:04 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-09-08 09:32:37 +0200 |
commit | 108d88b3c17f3f0f11f555273a362f2467e524ab (patch) | |
tree | 17ded18af5b960c521d6425fcb2c43699640cbff /dev-libs/libtar | |
parent | media-libs/libchamplain: version bump from 0.12.13 to 0.12.14 (diff) | |
download | gentoo-108d88b3c17f3f0f11f555273a362f2467e524ab.tar.gz gentoo-108d88b3c17f3f0f11f555273a362f2467e524ab.tar.bz2 gentoo-108d88b3c17f3f0f11f555273a362f2467e524ab.zip |
dev-libs/{...}: remove unused patches.
Closes: https://github.com/gentoo/gentoo/pull/2218
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-libs/libtar')
-rw-r--r-- | dev-libs/libtar/files/libtar-1.2.11-fortify.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-libs/libtar/files/libtar-1.2.11-fortify.patch b/dev-libs/libtar/files/libtar-1.2.11-fortify.patch deleted file mode 100644 index 8b919ad8f4ac..000000000000 --- a/dev-libs/libtar/files/libtar-1.2.11-fortify.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/encode.c -+++ lib/encode.c -@@ -30,7 +30,7 @@ - int i, sum = 0; - - if (t->options & TAR_GNU) -- strncpy(t->th_buf.magic, "ustar ", 8); -+ strncpy(t->th_buf.magic, "ustar", 6); - else - { - strncpy(t->th_buf.version, TVERSION, TVERSLEN); |