svn commit: r379592 - head/sysutils/spiped

Colin Percival cperciva at FreeBSD.org
Sun Feb 22 10:37:38 UTC 2015


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


More information about the svn-ports-head mailing list