FreeBSD Bugzilla – Attachment 170544 Details for
Bug 209596
mail/fetchmail: mis-detects sslv2 on 11.x and openssl from ports, fails to build
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
alternative patch to disable import of the SSLv2_client_method symbol
patch-209596-alt1.patch (text/plain), 588 bytes, created by
Matthias Andree
on 2016-05-22 12:49:56 UTC
(
hide
)
Description:
alternative patch to disable import of the SSLv2_client_method symbol
Filename:
MIME Type:
Creator:
Matthias Andree
Created:
2016-05-22 12:49:56 UTC
Size:
588 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (Revision 415629) >+++ Makefile (Arbeitskopie) >@@ -3,7 +3,7 @@ > > PORTNAME= fetchmail > PORTVERSION= 6.3.26 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= mail ipv6 > MASTER_SITES= SF/${PORTNAME}/branch_6.3/ \ > http://mandree.home.pages.de/${PORTNAME}/ >@@ -32,6 +32,7 @@ > CONFIGURE_ARGS= --enable-opie --enable-RPA --enable-SDPS \ > --without-hesiod --enable-fallback=no \ > --with-ssl=${OPENSSLBASE} >+CONFIGURE_ENV= ac_cv_have_decl_SSLv2_client_method=no > > LDFLAGS+= -L${LOCALBASE}/lib >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
chalpin
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 209596
:
170422
| 170544