svn commit: r453389 - head/devel/lfcbase
Kurt Jaeger
pi at FreeBSD.org
Fri Nov 3 06:42:33 UTC 2017
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 <lemke at lemke-it.com>
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
More information about the svn-ports-all
mailing list