diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-07-14 13:05:35 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-07-14 13:05:35 +0200 |
commit | 5b78cbe19c5df746b9e361889a32c596e2f70207 (patch) | |
tree | 94e595a3b9b4f042ab62a4c6dc444dadaa2b9c0e /net-mail/cyrus-imapd/files | |
parent | net-libs/opal: Drop hardmasked versions (diff) | |
download | gentoo-5b78cbe19c5df746b9e361889a32c596e2f70207.tar.gz gentoo-5b78cbe19c5df746b9e361889a32c596e2f70207.tar.bz2 gentoo-5b78cbe19c5df746b9e361889a32c596e2f70207.zip |
net-mail/cyrus-imapd: Drop hardmasked versions
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'net-mail/cyrus-imapd/files')
-rw-r--r-- | net-mail/cyrus-imapd/files/cyrus-imapd-2.4.17-statuscache.diff | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-mail/cyrus-imapd/files/cyrus-imapd-2.4.17-statuscache.diff b/net-mail/cyrus-imapd/files/cyrus-imapd-2.4.17-statuscache.diff deleted file mode 100644 index b939479e4a78..000000000000 --- a/net-mail/cyrus-imapd/files/cyrus-imapd-2.4.17-statuscache.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- imap/statuscache_db.c.orig 2012-12-01 20:57:54.000000000 +0100 -+++ imap/statuscache_db.c 2013-10-18 17:09:42.110915989 +0200 -@@ -152,7 +152,7 @@ - len = strlcpy(key, mailboxname, sizeof(key)); - key[len++] = '%'; - key[len++] = '%'; -- len += strlcpy(key + len, userid, sizeof(key) - len); -+ if (userid) len += strlcpy(key + len, userid, sizeof(key) - len); - - *keylen = len; - |