Version bump from 0.7 to 0.8. Mainly a security fix addressing:

- Do not answer to TCP segments that carry both SYN and RST flags. Without
  this fix, it is easy to remotely detect Honeyd.
- Drop privileges if permitted by configuration.
This commit is contained in:
Adrian Portelli 2004-02-10 23:31:45 +00:00 committed by Thomas Klausner
parent ab780abca0
commit 690a09240a
2 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.1.1.1 2003/11/25 12:49:52 adrian_p Exp $
# $NetBSD: Makefile,v 1.2 2004/02/10 23:31:45 adrian_p Exp $
#
DISTNAME= honeyd-0.7
DISTNAME= honeyd-0.8
CATEGORIES= security net
MASTER_SITES= http://niels.xtdnet.nl/honeyd/

View file

@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.1.1.1 2003/11/25 12:49:52 adrian_p Exp $
$NetBSD: distinfo,v 1.2 2004/02/10 23:31:45 adrian_p Exp $
SHA1 (honeyd-0.7.tar.gz) = 6515637c754f5364974f31e06b863184bae9937e
Size (honeyd-0.7.tar.gz) = 416592 bytes
SHA1 (honeyd-0.8.tar.gz) = 386bc2a6648f380b569dd8ae5022c2fb2e82e474
Size (honeyd-0.8.tar.gz) = 440264 bytes