- Security update of libnids to 1.24

http://freefr.dl.sourceforge.net/project/libnids/libnids/1.24/libnids-1.24.releasenotes.txt

- Bump dsniff as it statically links to libnids, suggested by sthen@

ok sthen@
This commit is contained in:
jasper 2010-04-09 09:48:18 +00:00
parent 85b6264c4c
commit 189c77e882
4 changed files with 24 additions and 15 deletions

View File

@ -1,9 +1,8 @@
# $OpenBSD: Makefile,v 1.32 2009/03/13 11:34:17 sthen Exp $
# $OpenBSD: Makefile,v 1.33 2010/04/09 09:48:18 jasper Exp $
COMMENT= network monitoring library with TCP/IP reassembly
DISTNAME= libnids-1.23
PKGNAME= ${DISTNAME}p0
DISTNAME= libnids-1.24
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libnids/}

View File

@ -1,5 +1,5 @@
MD5 (libnids-1.23.tar.gz) = rzXo70A6DKld8tqU24VkKA==
RMD160 (libnids-1.23.tar.gz) = OJlK0E9ogpExW/zeONh5XnpMQiY=
SHA1 (libnids-1.23.tar.gz) = EFv/DQ01q5XskMzpjPtAn2TtRLQ=
SHA256 (libnids-1.23.tar.gz) = dVzXJIPCzcy8ZjTADeni2GZkGf2A2jaivbP4FlcTBkM=
SIZE (libnids-1.23.tar.gz) = 140975
MD5 (libnids-1.24.tar.gz) = ctN8echWFf/hWKpSTWSWEA==
RMD160 (libnids-1.24.tar.gz) = ZqGjMqcLMW/YOQWIfccxtb8o1xU=
SHA1 (libnids-1.24.tar.gz) = mkId8Fzv3E9ffble/AAbPCtSSc4=
SHA256 (libnids-1.24.tar.gz) = MUtHk+CQL78f23+2Wa83o8EwbtGq1dHITebJMbNR01k=
SIZE (libnids-1.24.tar.gz) = 151021

View File

@ -1,7 +1,17 @@
$OpenBSD: patch-src_libnids_c,v 1.5 2008/07/15 16:11:02 brad Exp $
--- src/libnids.c.orig Thu Feb 21 05:47:12 2008
+++ src/libnids.c Wed Jul 9 23:20:06 2008
@@ -31,6 +31,12 @@
$OpenBSD: patch-src_libnids_c,v 1.6 2010/04/09 09:48:18 jasper Exp $
--- src/libnids.c.orig Mon Mar 1 22:13:25 2010
+++ src/libnids.c Fri Apr 9 10:00:43 2010
@@ -14,7 +14,9 @@
#include <stdlib.h>
#include <string.h>
#include <syslog.h>
+#ifndef __OpenBSD__
#include <alloca.h>
+#endif
#include <pcap.h>
#include <errno.h>
#include <config.h>
@@ -32,6 +34,12 @@
#include <glib.h>
#endif
@ -14,7 +24,7 @@ $OpenBSD: patch-src_libnids_c,v 1.5 2008/07/15 16:11:02 brad Exp $
#ifdef __linux__
extern int set_all_promisc();
#endif
@@ -618,22 +624,46 @@ int nids_init()
@@ -619,22 +627,46 @@ int nids_init()
case DLT_NULL:
nids_linkoffset = 4;
break;

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.46 2009/08/10 06:34:29 kili Exp $
# $OpenBSD: Makefile,v 1.47 2010/04/09 09:48:18 jasper Exp $
COMMENT= sniffing tools for penetration testing
DISTNAME= dsniff-2.3
PKGNAME= ${DISTNAME}p8
PKGNAME= ${DISTNAME}p9
CATEGORIES= security
MASTER_SITES= http://monkey.org/~dugsong/dsniff/