Bug 203688

Summary: [PATCH] security/softether: Fix build with No-SSLv3
Product: Ports & Packages Reporter: cpbsdmail
Component: Individual Port(s)Assignee: Kurt Jaeger <pi>
Status: Closed FIXED    
Severity: Affects Some People CC: brnrd, marino, net, pi
Priority: --- Keywords: patch
Version: LatestFlags: bugzilla: maintainer-feedback? (net)
Hardware: Any   
OS: Any   
Attachments:
Description Flags
svn diff for security/softether none

Description cpbsdmail 2015-10-10 23:02:54 UTC
Created attachment 161892 [details]
svn diff for security/softether

softether will not build if OpenSSL was built without SSLv3 (--no-ssl3).

LibreSSL 2.3.0 has removed SSLv3 support completely.

- Fix build without SSLv3
Comment 1 John Marino freebsd_committer freebsd_triage 2015-11-01 09:17:21 UTC
This PR, the very first after the port was added, is timed out by the maintainer.  Not a good sign... :(
Comment 2 Kurt Jaeger freebsd_committer freebsd_triage 2015-11-01 21:08:07 UTC
I'll work on it.
Comment 3 net 2015-11-02 09:29:43 UTC
Like in the other (newer) bug report, I've been busy in the real life. Well, the patch applies fine, if editing the Makefile adding Network.c to the list of dos2unix files.
The patch will be submitted with the fix for the iconv problems.
Comment 4 net 2015-11-02 09:29:58 UTC
And thanks of course for the patch.
Comment 5 John Marino freebsd_committer freebsd_triage 2015-11-02 11:34:08 UTC
carried over to bug 204184
closing...
Comment 6 commit-hook freebsd_committer freebsd_triage 2015-11-02 12:00:42 UTC
A commit references this bug:

Author: pi
Date: Mon Nov  2 12:00:00 UTC 2015
New revision: 400650
URL: https://svnweb.freebsd.org/changeset/ports/400650

Log:
  security/softether: fixes

  - iconv build
  - build with No-SSLv3
  - MAKE_JOBS_UNSAFE=yes unconditionally

  PR:		203688, 204184
  Submitted by:	net@arrishq.net (maintainer)

Changes:
  head/security/softether/Makefile
  head/security/softether/files/patch-src__Mayaqua__Network.c