From owner-svn-ports-all@FreeBSD.ORG Sun Feb 22 10:37:38 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 44FA0336; Sun, 22 Feb 2015 10:37:38 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 2FF7FBCE; Sun, 22 Feb 2015 10:37:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1MAbbr4057797; Sun, 22 Feb 2015 10:37:37 GMT (envelope-from cperciva@FreeBSD.org) Received: (from cperciva@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1MAbbi6057795; Sun, 22 Feb 2015 10:37:37 GMT (envelope-from cperciva@FreeBSD.org) Message-Id: <201502221037.t1MAbbi6057795@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: cperciva set sender to cperciva@FreeBSD.org using -f From: Colin Percival Date: Sun, 22 Feb 2015 10:37:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379592 - head/sysutils/spiped X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Feb 2015 10:37:38 -0000 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