Bug 198401

Summary: [PATCH] security/sslscan: Fix build without SSLv2
Product: Ports & Packages Reporter: Bernard Spil <brnrd>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Some People CC: jkim, matthieu
Priority: --- Keywords: patch
Version: LatestFlags: bugzilla: maintainer-feedback? (matthieu)
Hardware: Any   
OS: Any   
Attachments:
Description Flags
svn diff for security/sslscan
none
Poudriere testport for security/sslscan none

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!