IABSD.fr/ports/security/spiped

Branch :


Log

Author Commit Date CI Message
331ce324 2025-04-02 17:37:59 Update spiped to 1.6.4 Fixes a bug which can cause spiped to abort of a RST package arrives from one side of a pipe at the same time as a FIN packet arrives from the other end.
724de75f 2025-01-27 15:22:57 Update spiped to 1.6.3
8ca1dc55 2023-09-27 16:34:29 MASTER_SITES -> SITES
c4096e66 2022-11-08 11:16:56 Stop using the daemon class in @newuser. If we need to make an exception we can do it and properly document the reason but by default we should just use the default login class. rc.d uses daemon or the login class provided in login.conf.d so this has no impact there. discussed with sthen@, tb@ and robert@ praying that my grep/sed skills did not break anything and still believing in portbump :-)
fa1d94ee 2022-07-22 06:48:06 Swap HOMEPAGE and MASTER_SITES to https
8c0294c2 2022-03-11 19:53:16 drop RCS Ids
0b78874f 2021-12-25 19:58:58 Update spiped to 1.6.2
e11cb760 2020-04-26 00:29:16 On sparc64 (and presumably other base-gcc arches), ports-gcc needs to be used to build spiped successfully. ok jturner@ (maintainer)
3a573708 2020-04-05 21:26:11 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.
77f7cc9c 2019-07-12 20:49:33 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes