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 Apr 6 09:27:13 UTC 2020
Modified Files:
pkgsrc/security/spiped: Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/security/spiped/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/spiped/PLIST
cvs rdiff -u -r1.5 -r1.6 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.19 pkgsrc/security/spiped/Makefile:1.20
--- pkgsrc/security/spiped/Makefile:1.19 Sun Jan 26 17:32:07 2020
+++ pkgsrc/security/spiped/Makefile Mon Apr 6 09:27:13 2020
@@ -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@localhost
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"
Index: pkgsrc/security/spiped/PLIST
diff -u pkgsrc/security/spiped/PLIST:1.2 pkgsrc/security/spiped/PLIST:1.3
--- pkgsrc/security/spiped/PLIST:1.2 Mon Apr 21 21:58:57 2014
+++ pkgsrc/security/spiped/PLIST Mon Apr 6 09:27:13 2020
@@ -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
Index: pkgsrc/security/spiped/distinfo
diff -u pkgsrc/security/spiped/distinfo:1.5 pkgsrc/security/spiped/distinfo:1.6
--- pkgsrc/security/spiped/distinfo:1.5 Wed Nov 4 01:18:10 2015
+++ pkgsrc/security/spiped/distinfo Mon Apr 6 09:27:13 2020
@@ -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
Home |
Main Index |
Thread Index |
Old Index