update to dnstop-20110502, from "Gonzalo L. R."

This commit is contained in:
sthen 2012-03-11 14:07:00 +00:00
parent 1c9e2a7cd0
commit 32b51de3f5
3 changed files with 11 additions and 11 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.7 2011/03/03 01:03:37 sthen Exp $
# $OpenBSD: Makefile,v 1.8 2012/03/11 14:07:00 sthen Exp $
COMMENT = pcap-based DNS query monitor
DISTNAME = dnstop-20110127
DISTNAME = dnstop-20110502
CATEGORIES = net
MAINTAINER = Stuart Henderson <sthen@openbsd.org>

View File

@ -1,5 +1,5 @@
MD5 (dnstop-20110127.tar.gz) = 4cZBatcA0tTVLxdvCCfGDQ==
RMD160 (dnstop-20110127.tar.gz) = zLrc0a81DEflryUVhXan9VqBgjo=
SHA1 (dnstop-20110127.tar.gz) = daqXsDutItpS+B1/23Vw4bG19WU=
SHA256 (dnstop-20110127.tar.gz) = Kudi6AnpRXB+JmBWeB4Pxc9lHJYZJJW8xbnxEfDzJi0=
SIZE (dnstop-20110127.tar.gz) = 71507
MD5 (dnstop-20110502.tar.gz) = KMtU83gLJ+Fd+JJCNeTjew==
RMD160 (dnstop-20110502.tar.gz) = Cw5Oi+dReFVPnT6r6E6aCZkWWN8=
SHA1 (dnstop-20110502.tar.gz) = Vk48QZFndXfEwwBh+qdzJXgNzTw=
SHA256 (dnstop-20110502.tar.gz) = Injm+bAZA4PC19kQD+OKL+4yqBINL2xqL3jzdpzsQ2U=
SIZE (dnstop-20110502.tar.gz) = 73083

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-dnstop_c,v 1.5 2011/03/03 01:03:37 sthen Exp $
--- dnstop.c.orig Thu Jan 27 16:57:28 2011
+++ dnstop.c Thu Mar 3 01:01:55 2011
@@ -46,6 +46,7 @@ static const char *Version = "20110127";
$OpenBSD: patch-dnstop_c,v 1.6 2012/03/11 14:07:00 sthen Exp $
--- dnstop.c.orig Mon May 2 17:04:51 2011
+++ dnstop.c Fri Mar 9 22:49:32 2012
@@ -46,6 +46,7 @@ static const char *Version = "20110502";
#include <netdb.h>
#ifdef HAVE_NET_IF_PPP_H