From owner-svn-ports-head@freebsd.org Fri Nov 3 06:42:33 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C4A8E6D55A; Fri, 3 Nov 2017 06:42:33 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0F5397E238; Fri, 3 Nov 2017 06:42:32 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vA36gWDd093974; Fri, 3 Nov 2017 06:42:32 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vA36gWJo093972; Fri, 3 Nov 2017 06:42:32 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201711030642.vA36gWJo093972@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 3 Nov 2017 06:42:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453389 - head/devel/lfcbase X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: head/devel/lfcbase X-SVN-Commit-Revision: 453389 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Nov 2017 06:42:33 -0000 Author: pi Date: Fri Nov 3 06:42:31 2017 New Revision: 453389 URL: https://svnweb.freebsd.org/changeset/ports/453389 Log: devel/lfcbase: update 1.10.2 -> 1.10.3 - Value change of NetHandler::SENDLEN from 1024 to 8192 On FreeBSD based systems, the lower value lead to a poor network performance for large mesages, since subsequent send calls seem to slow down the network throughput. On OSX and Windows/MinGW64 based systems, this effect has not been observed but a sendlen of 8192 seems to be no problem also for these systems Submitted by: Bjoern Lemke Modified: head/devel/lfcbase/Makefile head/devel/lfcbase/distinfo Modified: head/devel/lfcbase/Makefile ============================================================================== --- head/devel/lfcbase/Makefile Fri Nov 3 03:46:51 2017 (r453388) +++ head/devel/lfcbase/Makefile Fri Nov 3 06:42:31 2017 (r453389) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lfcbase -PORTVERSION= 1.10.2 +PORTVERSION= 1.10.3 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ Modified: head/devel/lfcbase/distinfo ============================================================================== --- head/devel/lfcbase/distinfo Fri Nov 3 03:46:51 2017 (r453388) +++ head/devel/lfcbase/distinfo Fri Nov 3 06:42:31 2017 (r453389) @@ -1,3 +1,3 @@ -TIMESTAMP = 1509556185 -SHA256 (lfcbase-1.10.2.tar.gz) = 12c4251b2f13ba2516e7f224febeff76a08c901a115a94cdfc1bf94c75597caf -SIZE (lfcbase-1.10.2.tar.gz) = 615955 +TIMESTAMP = 1509690631 +SHA256 (lfcbase-1.10.3.tar.gz) = cdb1ffd1e5af5f9f7d1bf7bda4a99931a886b94b5cd82a6915753d3b2e1a4ac7 +SIZE (lfcbase-1.10.3.tar.gz) = 616045