Bug 203675 - benchmarks/httperf: Fix ports SSL and build without SSLv3
Summary: benchmarks/httperf: Fix ports SSL and build without SSLv3
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: Julien Laffaye
URL:
Keywords:
Depends on: 205900
Blocks: 195796
  Show dependency treegraph
 
Reported: 2015-10-10 12:44 UTC by Bernard Spil
Modified: 2016-01-08 02:31 UTC (History)
1 user (show)

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


Attachments
svn diff for benchmarks/httperf (2.41 KB, patch)
2015-10-10 12:44 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-10-10 12:44:45 UTC
Created attachment 161875 [details]
svn diff for benchmarks/httperf

Currently httperf will always link to base SSL even if WITH_SSL_PORT is set. Additionally, httperf will not build if OpenSSL was built without SSLv3 (--no-ssl3).

 - Makefile: Properly link SSL libs
 - Fix build without SSLv3

Upstreamed in https://github.com/httperf/httperf/pull/31
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-01-08 02:31:40 UTC
A commit references this bug:

Author: zi
Date: Fri Jan  8 02:30:46 UTC 2016
New revision: 405507
URL: https://svnweb.freebsd.org/changeset/ports/405507

Log:
  - Update to 0.9.1 pre-release [2]
  - Add support for building when SSLv2 or SSLv3 are disabled [1]

  PR:		203675 [1], 205900 [2]
  Submitted by:	brnrd@ [1], zi@ [2]
  Reviewed by:	jlaffaye@ (maintainer)
  Approved by:	jlaffaye@ (maintainer)
  Obtained from:	upstream github

Changes:
  head/benchmarks/httperf/Makefile
  head/benchmarks/httperf/distinfo
  head/benchmarks/httperf/files/patch-nossl23
  head/benchmarks/httperf/pkg-descr