spiped: update to 1.6.1.

spiped-1.6.1
* New option -u username:groupname (spiped): change the user and/or group
  ownership of the process.
* Use RDRAND as an additional source of entropy on CPUs which support it.
* Use SHANI instructions on CPUs which support them.
* Warn about failed connections and exit with non-zero status (spipe).
spiped-1.6.0
* The -n option (spiped) is no longer limited to a maximum limit of
  500 simultaneous connections.
* The -k option now accepts "-" as a synonym for standard input.
* New option -v (spipe/spiped): Print version number.
* Add workaround for docker signal-handling bug in spiped.
* Perform a graceful shutdown on SIGTERM.
This commit is contained in:
wiz 2020-04-06 09:27:13 +00:00
parent cf15442e50
commit 13de75010a
3 changed files with 13 additions and 12 deletions

View file

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.19 2020/01/26 17:32:07 rillig Exp $
# $NetBSD: Makefile,v 1.20 2020/04/06 09:27:13 wiz Exp $
DISTNAME= spiped-1.5.0
PKGREVISION= 2
CATEGORIES= net security
DISTNAME= spiped-1.6.1
CATEGORIES= security net
MASTER_SITES= http://www.tarsnap.com/spiped/
EXTRACT_SUFX= .tgz
@ -10,7 +9,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.tarsnap.com/spiped/
COMMENT= Tool for creating symmetrically encrypted and authenticated pipes
LICENSE= 2-clause-bsd
USE_LANGUAGES= c99
TEST_TARGET= test
MAKE_FLAGS+= BINDIR=${DESTDIR}${PREFIX}/bin
MAKE_FLAGS+= MAN1DIR=${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
@ -30,7 +31,7 @@ MAKE_ENV+= LDADD_EXTRA="${LDADD_EXTRA}"
INSTALLATION_DIRS+= share/doc/spiped ${PKGMANDIR}/man1
post-install:
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/spiped
${INSTALL_DATA} ${WRKSRC}/README.md ${DESTDIR}${PREFIX}/share/doc/spiped
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -1,6 +1,6 @@
@comment $NetBSD: PLIST,v 1.2 2014/04/21 21:58:57 wiedi Exp $
@comment $NetBSD: PLIST,v 1.3 2020/04/06 09:27:13 wiz Exp $
bin/spipe
bin/spiped
man/man1/spipe.1
man/man1/spiped.1
share/doc/spiped/README
share/doc/spiped/README.md

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.5 2015/11/04 01:18:10 agc Exp $
$NetBSD: distinfo,v 1.6 2020/04/06 09:27:13 wiz Exp $
SHA1 (spiped-1.5.0.tgz) = 85dfe13cd25a7461ae649d44c5463b37f64f8627
RMD160 (spiped-1.5.0.tgz) = f6498f9e85d4a48dcd99b2da5e696ed3b440d1c2
SHA512 (spiped-1.5.0.tgz) = 55e9f18fc82415d28f44af538c6dd8c222798f6ac719a9ad43772357c0f05f281a883cf1189552deeb4b646abe3d060089d66b5f2ba66b5a2a82627dc62513cc
Size (spiped-1.5.0.tgz) = 68813 bytes
SHA1 (spiped-1.6.1.tgz) = 6ad5b4873a0372c86682497bf0d4c6348b47f2e7
RMD160 (spiped-1.6.1.tgz) = e3f8326c751efcb8a2758d23beb50db599fff0b9
SHA512 (spiped-1.6.1.tgz) = ec69cb49a19e4e5705526ec74ee683ac3923412bc5ca3a45fc8268699367421cd37354ccc03c18c2d48f06cdb8a4c4bce3ef3b60934997c6770547e02e6f66ae
Size (spiped-1.6.1.tgz) = 115055 bytes