diff options
author | cube <cube@pkgsrc.org> | 2003-10-28 16:57:00 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2003-10-28 16:57:00 +0000 |
commit | 3f8ce783de089335366c329a62500ed62f390e7b (patch) | |
tree | cdb81735c487fd16439d6ce1530f46ba004b50d8 /net/libnids/distinfo | |
parent | ca4d75f8e5b1558910353d509b8b5a66778604b4 (diff) | |
download | pkgsrc-3f8ce783de089335366c329a62500ed62f390e7b.tar.gz |
Update to version 1.18. This release fixes a buffer overflow in TCP
fragment reassembly code. CVE reference for that vulnerability is
CAN-2003-0850.
Note homepage relocation, and take over maintainership since that's
apparently what I've become.
v1.18 Oct 15 2003
- reject tcp packets with old timestamp; needed to pass fragroute test;
well, linux 2.0.36 did not support this ;)
- fixed memory corruption which could be caused by overlarge TCP packets
- adjusted checksum.c to not use multiline literals (for gcc 3.3)
- in configure.in, even if found libnet files, try compilation; there is
another library with the same name
- fix a bug in "collect" field handling; if you did collect-- and then
collect++ (which is rare), you would get a single junk packet
- correct handling of exec_prefix in configure.in
- unlink config.status in "make distclean"
- use pcap_hdr->caplen instead pcap_hdr->len; the only gain seems to be to
gracefully handle pcap files with too short snaplen
- changed soname to libnids.so.1.x, as binary compatibility is not
guaranteed
- switched to sourceforge as homepage
Diffstat (limited to 'net/libnids/distinfo')
-rw-r--r-- | net/libnids/distinfo | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/libnids/distinfo b/net/libnids/distinfo index 6bed9064b79..b653c445098 100644 --- a/net/libnids/distinfo +++ b/net/libnids/distinfo @@ -1,5 +1,4 @@ -$NetBSD: distinfo,v 1.4 2003/10/10 08:44:44 cube Exp $ +$NetBSD: distinfo,v 1.5 2003/10/28 16:57:00 cube Exp $ -SHA1 (libnids-1.17.tar.gz) = 4c0f5044a9f8758c5ecfb07af33be8eff5ef2f97 -Size (libnids-1.17.tar.gz) = 98410 bytes -SHA1 (patch-aa) = 27004fe0f71c64b27e4f0c1f67377ba036f1b735 +SHA1 (libnids-1.18.tar.gz) = 3494e614e5e5d2f60f2ffe738307e60e77e04a81 +Size (libnids-1.18.tar.gz) = 114013 bytes |