Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Feb 2015 10:37:37 +0000 (UTC)
From:      Colin Percival <cperciva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379592 - head/sysutils/spiped
Message-ID:  <201502221037.t1MAbbi6057795@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cperciva
Date: Sun Feb 22 10:37:36 2015
New Revision: 379592
URL: https://svnweb.freebsd.org/changeset/ports/379592
QAT: https://qat.redports.org/buildarchive/r379592/

Log:
  Update to 1.5.0.  This update:
  1. Fixes a crash on platforms with AESNI support and a malloc which does
  not align large allocations to 16-byte boundaries.  (AFAIK this does not
  affect FreeBSD.)
  2. Turns on TCP_NODELAY in order to avoid Nagling latency problems.

Modified:
  head/sysutils/spiped/Makefile
  head/sysutils/spiped/distinfo

Modified: head/sysutils/spiped/Makefile
==============================================================================
--- head/sysutils/spiped/Makefile	Sun Feb 22 10:32:30 2015	(r379591)
+++ head/sysutils/spiped/Makefile	Sun Feb 22 10:37:36 2015	(r379592)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	spiped
-PORTVERSION=	1.4.1
+PORTVERSION=	1.5.0
 CATEGORIES=	sysutils security
 MASTER_SITES=	http://www.tarsnap.com/spiped/
 EXTRACT_SUFX=	.tgz

Modified: head/sysutils/spiped/distinfo
==============================================================================
--- head/sysutils/spiped/distinfo	Sun Feb 22 10:32:30 2015	(r379591)
+++ head/sysutils/spiped/distinfo	Sun Feb 22 10:37:36 2015	(r379592)
@@ -1,2 +1,2 @@
-SHA256 (spiped-1.4.1.tgz) = 0eeb4b8a94df985cfb60f452ced75f30509105a120ca09f740507c496c15c4f8
-SIZE (spiped-1.4.1.tgz) = 68125
+SHA256 (spiped-1.5.0.tgz) = b2f74b34fb62fd37d6e2bfc969a209c039b88847e853a49e91768dec625facd7
+SIZE (spiped-1.5.0.tgz) = 68813



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