Bug 198401 - [PATCH] security/sslscan: Fix build without SSLv2
Summary: [PATCH] security/sslscan: 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: freebsd-ports-bugs (Nobody)
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-03-07 22:31 UTC by Bernard Spil
Modified: 2015-03-24 00:35 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (matthieu)


Attachments
svn diff for security/sslscan (3.63 KB, patch)
2015-03-07 22:31 UTC, Bernard Spil
no flags Details | Diff
Poudriere testport for security/sslscan (15.86 KB, text/plain)
2015-03-07 22:31 UTC, Bernard Spil
no flags Details

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:31:19 UTC
Created attachment 153978 [details]
svn diff for security/sslscan

security/sslscan 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 Bernard Spil freebsd_committer freebsd_triage 2015-03-07 22:31:40 UTC
Created attachment 153979 [details]
Poudriere testport for security/sslscan
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-03-24 00:29:26 UTC
A commit references this bug:

Author: jkim
Date: Tue Mar 24 00:28:50 UTC 2015
New revision: 382059
URL: https://svnweb.freebsd.org/changeset/ports/382059

Log:
  Fix build without SSLv2 and/or SSLv3 support.

  PR:		198401

Changes:
  head/security/sslscan/files/patch-sslscan.c
Comment 3 Jung-uk Kim freebsd_committer freebsd_triage 2015-03-24 00:35:23 UTC
Committed, thanks!