Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 855608 - mail-mta/exim-4.96: use flag srs-alt dont enable srs support
Summary: mail-mta/exim-4.96: use flag srs-alt dont enable srs support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Fabian Groffen
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-01 22:06 UTC by Vladimir Varlamov
Modified: 2022-07-02 07:33 UTC (History)
0 users

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 Vladimir Varlamov 2022-07-01 22:06:54 UTC
Combination of use flags "srs srs-atl -srs-native" should include support for the old implementation, but in reality it no longer works

Installed:
mail-mta/exim-4.96-r1::gentoo was built with the following:
USE="arc dane dkim dmarc dnsdb dovecot-sasl dsn exiscan-acl gdbm idn ipv6 lmtp maildir mysql pam perl prdr proxy sasl socks5 spf sqlite srs srs-alt ssl syslog tpda -X -berkdb -dcc -dlfunc -doc -gnutls -ldap -mbx -nis -pkcs11 -postgres -radius -redis (-selinux) -srs-native -tcpd -tdb" ABI_X86="(64)"

# /etc/init.d/exim restart
LOG: PANIC DIE
  Exim configuration error in line 21 of /etc/exim/exim.conf.acl:
  main option "srs_secrets" unknown
 * Tidying hints databases in /db ...                                                                                                                                                                    [ ok ] * Starting exim ...
2022-07-02 01:00:11 Exim configuration error in line 21 of /etc/exim/exim.conf.acl:
  main option "srs_secrets" unknown
 * start-stop-daemon: failed to start `/usr/sbin/exim' 


srs_secrets is part of srs-alt standart configuration

Reproducible: Always
Comment 1 Fabian Groffen gentoo-dev 2022-07-02 07:30:08 UTC
4.96 dropped support for SRS_ALT, so the entire USE-flag has to go.  Besides that, 4.96 is now masked for segfaulting on spf interactions.
Comment 2 Larry the Git Cow gentoo-dev 2022-07-02 07:33:33 UTC
The bug has been closed via the following commit(s):

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

commit 8178c3c1238395b7112fca6c6b70311cdac19247
Author:     Fabian Groffen <grobian@gentoo.org>
AuthorDate: 2022-07-02 07:32:47 +0000
Commit:     Fabian Groffen <grobian@gentoo.org>
CommitDate: 2022-07-02 07:32:47 +0000

    mail-mta/exim-4.96-r1: drop srs-alt/srs-native flags
    
    Only the native implementation is available in 4.96
    
    Closes: https://bugs.gentoo.org/855608
    Signed-off-by: Fabian Groffen <grobian@gentoo.org>

 mail-mta/exim/exim-4.96-r1.ebuild | 39 ++++++++++-----------------------------
 1 file changed, 10 insertions(+), 29 deletions(-)