Skip to content

Commit 73144dc

Browse files
committed
spiped: update to 1.6.4.
spiped-1.6.4 * Fixes a bug which can cause spiped to abort if a RST packet arrives from one side of a pipe at the same time as a FIN packet arrives from the other end. spiped-1.6.3 * Add -b <bind address> (spiped and spipe) to bind the outgoing address. spiped-1.6.2 * Warn if the maximum number of connections is reached in spiped. * Add --syslog (spiped) to send warnings to syslog when daemonized. * Significantly improve performance of AES-CTR and SHA256 on amd64 and aarch64. * Add ability to suppress POSIX runtime checks during compilation to simplify cross-compiling.
1 parent cd08292 commit 73144dc

2 files changed

Lines changed: 11 additions & 10 deletions

File tree

security/spiped/Makefile

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
1-
# $NetBSD: Makefile,v 1.21 2023/10/24 22:11:00 wiz Exp $
1+
# $NetBSD: Makefile,v 1.22 2026/02/09 07:17:27 wiz Exp $
22

3-
DISTNAME= spiped-1.6.1
4-
PKGREVISION= 1
3+
DISTNAME= spiped-1.6.4
54
CATEGORIES= security net
6-
MASTER_SITES= http://www.tarsnap.com/spiped/
5+
MASTER_SITES= https://www.tarsnap.com/spiped/
76
EXTRACT_SUFX= .tgz
87

98
MAINTAINER= pkgsrc-users@NetBSD.org
10-
HOMEPAGE= https://www.tarsnap.com/spiped/
9+
HOMEPAGE= https://www.tarsnap.com/spiped.html
1110
COMMENT= Tool for creating symmetrically encrypted and authenticated pipes
1211
LICENSE= 2-clause-bsd
1312

14-
USE_LANGUAGES= c99
13+
USE_LANGUAGES= c
1514
TEST_TARGET= test
1615

16+
USE_CC_FEATURES= c99
17+
1718
MAKE_FLAGS+= BINDIR=${DESTDIR}${PREFIX}/bin
1819
MAKE_FLAGS+= MAN1DIR=${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
1920

security/spiped/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.8 2021/10/26 11:18:02 nia Exp $
1+
$NetBSD: distinfo,v 1.9 2026/02/09 07:17:27 wiz Exp $
22

3-
BLAKE2s (spiped-1.6.1.tgz) = a07ce92b368791352b76b7df10970703f1ba9be2425c5232b88c4350c143c5db
4-
SHA512 (spiped-1.6.1.tgz) = ec69cb49a19e4e5705526ec74ee683ac3923412bc5ca3a45fc8268699367421cd37354ccc03c18c2d48f06cdb8a4c4bce3ef3b60934997c6770547e02e6f66ae
5-
Size (spiped-1.6.1.tgz) = 115055 bytes
3+
BLAKE2s (spiped-1.6.4.tgz) = 4c61b8de366eb004e9f66583ad167aaba97d837f830bcc5e007aa5f4e031d09e
4+
SHA512 (spiped-1.6.4.tgz) = cfc606d34be9d9f130deef0d79b96ed6e0b69e537bca98e27b090c7b973c2a00d03963e53520e20870110681966acc627d07238f6d2a4855d10c4d545095de10
5+
Size (spiped-1.6.4.tgz) = 158844 bytes

0 commit comments

Comments
 (0)