First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 77996
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Colin Morey <peitolm@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Arhont <mlists@arhont.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 77996 depends on: Show dependency tree
Show dependency graph
Bug 77996 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-01-14 10:51 0000
By default the ebuild for exim allows to choose support for OpenSSL only
However, the exim can be compiled with an added support for GNUTLS.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




In order to compile support for GNUTLS instead of the OpenSSL, the following
lines have to be substituted in the exim ebuild file, providing that the gnutls
package is installed in the system.

    if use ssl; then
        sed -i \
            -e "s:# \(SUPPORT_TLS=yes\):\1:" \
            -e "s:# \(USE_GNUTLS=yes\):\1:" \
            -e "s:# \(TLS_LIBS=-lgnutls -ltasn1 -lgcrypt\):\1:" Local/Makefile
    fi

I would suggest make use of an existing gnutls flag, and adding the above lines
into the exim's ebuild.

------- Comment #1 From Jakub Moc 2005-07-18 03:10:22 0000 -------
Mass re-assign, maintainer to whom this bug was assigned seems inactive. 

------- Comment #2 From Colin Morey 2005-10-08 01:24:43 0000 -------
This wil be available in exim-4.54. use flag is gnutls.

C

------- Comment #3 From Colin Morey 2006-03-05 13:47:18 0000 -------
closing bug

First Last Prev Next    No search results available      Search page      Enter new bug