Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 07 Mar 2015 13:34:53 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 198387] [PATCH] irc/znc: Fix build with LibreSSL (SSL compression)
Message-ID:  <bug-198387-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198387

            Bug ID: 198387
           Summary: [PATCH] irc/znc: Fix build with LibreSSL (SSL
                    compression)
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Some People
          Priority: ---
         Component: Ports Framework
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: spil.oss@gmail.com
                CC: portmgr@FreeBSD.org
          Keywords: patch

Created attachment 153955
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153955&action=edit
svn diff for irc/znc

Building irc/znc fails on missing COMP_METHOD method. This is a result of
LibreSSL no longer including comp.h in ssl.h/ssl3.h. Attached patch fixes this
build failure by including comp.h in Csocket.cpp..

I looked at upstreaming this but it seems that we're far behind the GitHub repo
(v1.4 vs v1.6) and the code has changed considerably.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-198387-13>