summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@gentoo.org>2024-09-10 09:31:52 +0200
committerPetr Vaněk <arkamar@gentoo.org>2024-09-10 09:33:39 +0200
commit1aa885bea87b3e0c210fa0adcad8ce97f65900b8 (patch)
treea26f4f5f57f654e3a5f87b0893a679ffedeea537 /net-mail/altermime/files
parentnet-misc/ena-driver: add 2.13.0 (diff)
downloadgentoo-1aa885bea87b3e0c210fa0adcad8ce97f65900b8.tar.gz
gentoo-1aa885bea87b3e0c210fa0adcad8ce97f65900b8.tar.bz2
gentoo-1aa885bea87b3e0c210fa0adcad8ce97f65900b8.zip
net-mail/altermime: drop 0.3.11
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'net-mail/altermime/files')
-rw-r--r--net-mail/altermime/files/altermime-0.3.10-MIME_headers-overflow.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/net-mail/altermime/files/altermime-0.3.10-MIME_headers-overflow.patch b/net-mail/altermime/files/altermime-0.3.10-MIME_headers-overflow.patch
deleted file mode 100644
index 8d169e4bcf71..000000000000
--- a/net-mail/altermime/files/altermime-0.3.10-MIME_headers-overflow.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-http://bugs.gentoo.org/320785
-
---- a/MIME_headers.c
-+++ b/MIME_headers.c
-@@ -2243,7 +2243,7 @@
- {
- if (MIMEH_DNORMAL) LOGGER_log("%s:%d:MIME_parse_contentlocation:DEBUG: filename = %s\n", FL, p);
- snprintf(hinfo->name, sizeof(hinfo->name),"%s",p);
-- snprintf(hinfo->filename, sizeof(hinfo->name),"%s",p);
-+ snprintf(hinfo->filename, sizeof(hinfo->filename),"%s",p);
- FNFILTER_filter(hinfo->filename, _MIMEH_FILENAMELEN_MAX);
- SS_push(&(hinfo->ss_filenames), hinfo->filename, strlen(hinfo->filename));
-