pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/spiped



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Feb  9 07:17:28 UTC 2026

Modified Files:
        pkgsrc/security/spiped: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/security/spiped/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/spiped/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/spiped/Makefile
diff -u pkgsrc/security/spiped/Makefile:1.21 pkgsrc/security/spiped/Makefile:1.22
--- pkgsrc/security/spiped/Makefile:1.21        Tue Oct 24 22:11:00 2023
+++ pkgsrc/security/spiped/Makefile     Mon Feb  9 07:17:27 2026
@@ -1,19 +1,20 @@
-# $NetBSD: Makefile,v 1.21 2023/10/24 22:11:00 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2026/02/09 07:17:27 wiz Exp $
 
-DISTNAME=      spiped-1.6.1
-PKGREVISION=   1
+DISTNAME=      spiped-1.6.4
 CATEGORIES=    security net
-MASTER_SITES=  http://www.tarsnap.com/spiped/
+MASTER_SITES=  https://www.tarsnap.com/spiped/
 EXTRACT_SUFX=  .tgz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://www.tarsnap.com/spiped/
+HOMEPAGE=      https://www.tarsnap.com/spiped.html
 COMMENT=       Tool for creating symmetrically encrypted and authenticated pipes
 LICENSE=       2-clause-bsd
 
-USE_LANGUAGES= c99
+USE_LANGUAGES= c
 TEST_TARGET=   test
 
+USE_CC_FEATURES=       c99
+
 MAKE_FLAGS+=   BINDIR=${DESTDIR}${PREFIX}/bin
 MAKE_FLAGS+=   MAN1DIR=${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
 

Index: pkgsrc/security/spiped/distinfo
diff -u pkgsrc/security/spiped/distinfo:1.8 pkgsrc/security/spiped/distinfo:1.9
--- pkgsrc/security/spiped/distinfo:1.8 Tue Oct 26 11:18:02 2021
+++ pkgsrc/security/spiped/distinfo     Mon Feb  9 07:17:27 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 11:18:02 nia Exp $
+$NetBSD: distinfo,v 1.9 2026/02/09 07:17:27 wiz Exp $
 
-BLAKE2s (spiped-1.6.1.tgz) = a07ce92b368791352b76b7df10970703f1ba9be2425c5232b88c4350c143c5db
-SHA512 (spiped-1.6.1.tgz) = ec69cb49a19e4e5705526ec74ee683ac3923412bc5ca3a45fc8268699367421cd37354ccc03c18c2d48f06cdb8a4c4bce3ef3b60934997c6770547e02e6f66ae
-Size (spiped-1.6.1.tgz) = 115055 bytes
+BLAKE2s (spiped-1.6.4.tgz) = 4c61b8de366eb004e9f66583ad167aaba97d837f830bcc5e007aa5f4e031d09e
+SHA512 (spiped-1.6.4.tgz) = cfc606d34be9d9f130deef0d79b96ed6e0b69e537bca98e27b090c7b973c2a00d03963e53520e20870110681966acc627d07238f6d2a4855d10c4d545095de10
+Size (spiped-1.6.4.tgz) = 158844 bytes



Home | Main Index | Thread Index | Old Index