FreeBSD Bugzilla – Attachment 169097 Details for
Bug 208626
devel/tcltls: Undefined symbol "SSLv2_method" using libressl (SSLv2 is no longer supported)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Make it build with libressl
tcltls-patch (text/plain), 755 bytes, created by
Mikhail Teterin
on 2016-04-08 04:24:18 UTC
(
hide
)
Description:
Make it build with libressl
Filename:
MIME Type:
Creator:
Mikhail Teterin
Created:
2016-04-08 04:24:18 UTC
Size:
755 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 412632) >+++ Makefile (working copy) >@@ -50,4 +50,10 @@ > cd ${WRKSRC}/tests && ${SETENV} TCL_LIBRARY="${WRKSRC}" \ > tclsh${TCL_VER} all.tcl > >-.include <bsd.port.mk> >+.include <bsd.port.pre.mk> >+ >+.if "${OPENSSL_PORT}" == "security/libressl" >+CFLAGS+= -DNO_SSL2 >+.endif >+ >+.include <bsd.port.post.mk> >Index: pkg-descr >=================================================================== >--- pkg-descr (revision 412632) >+++ pkg-descr (working copy) >@@ -2,4 +2,4 @@ > This extension can be used to utilize SSL encryption on top of any valid > Tcl Channel - not just sockets! > >-WWW: http://www.sensus.org/tcl/tls.htm >+WWW: http://tls.sourceforge.net/
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
Actions:
View
|
Diff
Attachments on
bug 208626
: 169097