Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Dec 2014 08:49:56 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r374238 - branches/2014Q4/net/krdc/files
Message-ID:  <201412080849.sB88nuPO073209@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Mon Dec  8 08:49:55 2014
New Revision: 374238
URL: https://svnweb.freebsd.org/changeset/ports/374238
QAT: https://qat.redports.org/buildarchive/r374238/

Log:
  MFH: r374162
  
  Add local patch to fix the build on FreeBSD 8.
  
  FreeBSD 8 does not have support for the TCP_KEEPIDLE, TCP_KEEPINTVL and
  TCP_KEEPCNT options (the values are always hardcoded). We can fix it by only
  calling setsockopt(2) with those options if they are defined.
  
  At least for now, I have decided not to upstream this change because it
  basically affects only FreeBSD 8 these days (the other BSDs, Linux and OS X
  have had support for those options for many years).
  
  Approved by:	ports-secteam (delphij)

Added:
  branches/2014Q4/net/krdc/files/
     - copied from r374162, head/net/krdc/files/
Modified:
Directory Properties:
  branches/2014Q4/   (props changed)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412080849.sB88nuPO073209>