1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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.
This commit is contained in:
Colin Percival 2015-02-22 10:37:36 +00:00
parent 96a7f9e865
commit edd1d4e8f4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379592
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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