Update spiped to 1.6.1.

Significant changes since 1.6.0:
* A new -u option instructs spiped to run as a different uid/gid.
* RDRAND x86 CPU extensions (if available) are used as an additional source
of entropy.  (Note that they are only used as a *supplemental* source, and
if the operating system provides strong entropy then it doesn't matter if
RDRAND works.)
* SHA x86 CPU extensions (if available) are used to speed up computations.
Few CPUs support these yet.
* spipe now prints a warning if it cannot connect to the target host.
This commit is contained in:
jturner 2020-04-05 21:26:11 +00:00
parent 6d495a637c
commit 3a573708e7
3 changed files with 7 additions and 11 deletions

View File

@ -1,10 +1,9 @@
# $OpenBSD: Makefile,v 1.13 2019/07/12 20:49:36 sthen Exp $
# $OpenBSD: Makefile,v 1.14 2020/04/05 21:26:11 jturner Exp $
COMMENT = utility for creating secure pipes between socket addresses
DISTNAME = spiped-1.6.0
DISTNAME = spiped-1.6.1
CATEGORIES = security sysutils
REVISION = 1
MAINTAINER = James Turner <james@calminferno.net>

View File

@ -1,2 +1,2 @@
SHA256 (spiped-1.6.0.tgz) = 5vf4+RIXLDrVVjivg0aufE7KqSrtbT+2DyvaQ1nLoeQ=
SIZE (spiped-1.6.0.tgz) = 94431
SHA256 (spiped-1.6.1.tgz) = jXCJl523mlMaDsxQexE6xvLPXxkwVXHv8dNBPgqzNxM=
SIZE (spiped-1.6.1.tgz) = 115055

View File

@ -1,7 +1,8 @@
@comment $OpenBSD: PLIST,v 1.3 2017/04/30 02:15:24 jturner Exp $
@comment $OpenBSD: PLIST,v 1.4 2020/04/05 21:26:11 jturner Exp $
@newgroup _spiped:707
@newuser _spiped:707:_spiped:daemon:spiped user:/nonexistent:/sbin/nologin
@extra ${SYSCONFDIR}/spiped/spiped.key
@rcscript ${RCDIR}/spiped
@bin bin/spipe
@bin bin/spiped
@man man/man1/spipe.1
@ -9,11 +10,7 @@
share/doc/spiped/
share/doc/spiped/COPYRIGHT
share/doc/spiped/README.md
@mode 750
@owner root
@group _spiped
@mode 750
@sample ${SYSCONFDIR}/spiped/
@mode
@group
@owner
@rcscript ${RCDIR}/spiped