Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 877367 - net-mail/dovecot-2.3.19.1-r1: use lua version 5.4
Summary: net-mail/dovecot-2.3.19.1-r1: use lua version 5.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal minor
Assignee: Eray Aslan
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-17 03:57 UTC by Jocelyn Mayer
Modified: 2025-05-08 13:41 UTC (History)
2 users (show)

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


Attachments
output from emerge --info =net-mail/dovecot-2.3.19.1-r1 (emerge-info,23.22 KB, text/plain)
2022-10-17 03:58 UTC, Jocelyn Mayer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jocelyn Mayer 2022-10-17 03:57:58 UTC
current net-mail-dovecot ebuild has lua versions 5.1 & 5.3 in LUA_COMPAT.
As most of lua 5.3 compliant programs, it could also be built using lua version 5.4 which may be useful in order to avoid keeping multiple lua versions installed

Reproducible: Always

Steps to Reproduce:
1. Patch LUA_COMPAT variable
2. Build using LUA_SINGLE_TARGET="lua5-4"
3.
Actual Results:  
ebuild has LUA_COMPAT=( lua5-1 lua5-3 )

Expected Results:  
Seems to be a good candidate for this change:
-LUA_COMPAT=( lua5-1 lua5-3 )
+LUA_COMPAT=( lua5-1 lua5-3 lua5-4 )
Comment 1 Jocelyn Mayer 2022-10-17 03:58:48 UTC
Created attachment 824491 [details]
output from emerge --info =net-mail/dovecot-2.3.19.1-r1
Comment 2 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(+)