Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 929133 - net-mail/dovecot: make lzma support optional (USE=lzma)
Summary: net-mail/dovecot: make lzma support optional (USE=lzma)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Eray Aslan
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-11 12:20 UTC by Michael Orlitzky
Modified: 2025-05-08 13:41 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Orlitzky gentoo-dev 2024-04-11 12:20:34 UTC
Thanks to the mailing list thread with the guy who wants to remove xz completely, I now know that Dovecot passes --with-lzma to ./configure. Would you mind putting it behind USE=lzma? Support for lzma was deprecated in 2021:

> 2.3.14 2021-03-04  Aki Tuomi <aki.tuomi@open-xchange.com>
>  ...
>  * Remove XZ/LZMA write support. Read support will be removed in future
>    release.

USE=zlib could also be used to control --with-zlib, but that one would probably need to be defaulted to on to avoid breaking systems using (not deprecated) zlib-compressed maildirs.
Comment 1 Larry the Git Cow gentoo-dev 2025-05-08 13:41:57 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c451ddd99efb034d745ddb27ab54d34d6ccfb737

commit c451ddd99efb034d745ddb27ab54d34d6ccfb737
Author:     Eray Aslan <eras@gentoo.org>
AuthorDate: 2025-05-08 13:40:52 +0000
Commit:     Eray Aslan <eras@gentoo.org>
CommitDate: 2025-05-08 13:40:52 +0000

    net-mail/dovecot: add 2.4.1
    
    Closes: https://bugs.gentoo.org/954404
    Closes: https://bugs.gentoo.org/942896
    Closes: https://bugs.gentoo.org/934548
    Closes: https://bugs.gentoo.org/929133
    Closes: https://bugs.gentoo.org/905406
    Closes: https://bugs.gentoo.org/877367
    Closes: https://bugs.gentoo.org/802864
    Signed-off-by: Eray Aslan <eras@gentoo.org>

 net-mail/dovecot/Manifest                          |   2 +
 net-mail/dovecot/dovecot-2.4.1.ebuild              | 244 +++++++++++++++++++++
 net-mail/dovecot/files/50-misc.conf                | 109 +++++++++
 .../files/dovecot-2.4.1-gssapi-regression.patch    |  14 ++
 .../files/dovecot-autoconf-lua-version-v3.patch    |  18 ++
 net-mail/dovecot/metadata.xml                      |   1 +
 6 files changed, 388 insertions(+)