Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 774903 - mail-mta/exim: add support for socks5
Summary: mail-mta/exim: add support for socks5
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Fabian Groffen
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-08 21:08 UTC by Vladimir Varlamov
Modified: 2021-05-29 09:34 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 Vladimir Varlamov 2021-03-08 21:08:26 UTC
Please add socks5 by new use-flag or under existing proxy use-flag

From Local/Makefile:
#------------------------------------------------------------------------------
# Proxying.
#
# If you may want to use outbound (client-side) proxying, using Socks5,
# uncomment the line below.

# SUPPORT_SOCKS=yes
 
# If you may want to use inbound (server-side) proxying, using Proxy Protocol,
# uncomment the line below.

# SUPPORT_PROXY=yes

Reproducible: Always
Comment 1 Fabian Groffen gentoo-dev 2021-05-29 09:13:09 UTC
I think using the global socks5 USE-flag is the most obvious solution
Comment 2 Larry the Git Cow gentoo-dev 2021-05-29 09:34:52 UTC
The bug has been closed via the following commit(s):

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

commit f381c20732ea84d6416b0f703d6c37965f003ef0
Author:     Fabian Groffen <grobian@gentoo.org>
AuthorDate: 2021-05-29 09:34:39 +0000
Commit:     Fabian Groffen <grobian@gentoo.org>
CommitDate: 2021-05-29 09:34:50 +0000

    mail-mta/exim4.94.2-r2: add socks5 support, bug #774903
    
    Closes: https://bugs.gentoo.org/774903
    Package-Manager: Portage-3.0.18, Repoman-3.0.2
    Signed-off-by: Fabian Groffen <grobian@gentoo.org>

 mail-mta/exim/exim-4.94.2-r2.ebuild | 629 ++++++++++++++++++++++++++++++++++++
 1 file changed, 629 insertions(+)