Bug 198400 - [PATCH] security/sslwrap: Fix build without SSLv2
Summary: [PATCH] security/sslwrap: Fix build without SSLv2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Bartek Rutkowski
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-03-07 22:10 UTC by Bernard Spil
Modified: 2015-04-03 18:29 UTC (History)
1 user (show)

See Also:


Attachments
svn diff for security/sslwrap (1004 bytes, patch)
2015-03-07 22:10 UTC, Bernard Spil
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bernard Spil freebsd_committer freebsd_triage 2015-03-07 22:10:04 UTC
Created attachment 153976 [details]
svn diff for security/sslwrap

security/sslwrap fails when built with an OpenSSL library that does not have SSLv2. This was found during a build of all ports with LibreSSL
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-04-03 18:29:33 UTC
A commit references this bug:

Author: robak
Date: Fri Apr  3 18:28:56 UTC 2015
New revision: 383166
URL: https://svnweb.freebsd.org/changeset/ports/383166

Log:
  security/sslwrap: fix build with OpenSSL libs without SSLv2

  PR:		198400
  Submitted by:	Bernard Spil <spil.oss@gmail.com>

Changes:
  head/security/sslwrap/Makefile
  head/security/sslwrap/files/patch-s_server.c
Comment 2 Bartek Rutkowski freebsd_committer freebsd_triage 2015-04-03 18:29:54 UTC
Committed, thanks for your work!