Update to version 1.2.4

--
- TCPreen will now abort if SUDO_USER is invalid. UIDs are no longer
  accepted as unprivileged usernames.
- Hostname lookup failures when the reverse DNS alias of a host was
  not valid or when using IPv6 were fixed.
This commit is contained in:
margarida 2003-11-02 01:56:51 +00:00
parent 70d2a38d18
commit 6ae83447fe
3 changed files with 5 additions and 7 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.5 2003/04/06 00:20:11 margarida Exp $
# $OpenBSD: Makefile,v 1.6 2003/11/02 01:56:51 margarida Exp $
COMMENT= "simple tcp re-engineering tool"
VERSION= 1.2.2
VERSION= 1.2.4
DISTNAME= tcpreen-${VERSION}
CATEGORIES= net

View File

@ -1,3 +1,3 @@
MD5 (tcpreen-1.2.2.tar.bz2) = 8dfa174bb7bd781dd73357d2975cf2cb
RMD160 (tcpreen-1.2.2.tar.bz2) = e4526252e88402332f5c14a42347155a30419c86
SHA1 (tcpreen-1.2.2.tar.bz2) = 875041dd34d9ab24531c1f4247d50e2da0eb2f06
MD5 (tcpreen-1.2.4.tar.bz2) = e5a5bfdb21d6cf234a87f266e3b3aacb
RMD160 (tcpreen-1.2.4.tar.bz2) = d338b9bacdf875d407602044e5a53a238f12c147
SHA1 (tcpreen-1.2.4.tar.bz2) = fe556cfe43ccbec003ce9c0656b6a1d50407316e

View File

@ -4,5 +4,3 @@ both IPV4 and IPV6.
This tool focuses on the data stream (software/socket layer), not
on the lower level transmission protocol as packet sniffers do.
WWW: ${HOMEPAGE}