pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/dnstracer defuzz patch context so it applies
details: https://anonhg.NetBSD.org/pkgsrc/rev/597d14a39c1a
branches: trunk
changeset: 648404:597d14a39c1a
user: tnn <tnn%pkgsrc.org@localhost>
date: Sat Mar 14 14:33:37 2015 +0000
description:
defuzz patch context so it applies
diffstat:
net/dnstracer/distinfo | 4 ++--
net/dnstracer/patches/patch-dnstracer.c | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (31 lines):
diff -r a7724f4cfc26 -r 597d14a39c1a net/dnstracer/distinfo
--- a/net/dnstracer/distinfo Sat Mar 14 14:27:28 2015 +0000
+++ b/net/dnstracer/distinfo Sat Mar 14 14:33:37 2015 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2015/03/08 03:39:28 mef Exp $
+$NetBSD: distinfo,v 1.6 2015/03/14 14:33:37 tnn Exp $
SHA1 (dnstracer-1.10.tar.bz2) = b08c3b5d90226610931e49144b3e7fdf2d567d8a
RMD160 (dnstracer-1.10.tar.bz2) = e5ab05ac6464e5aae4f3d7ce460ab7f4a9fbecf0
Size (dnstracer-1.10.tar.bz2) = 19169 bytes
-SHA1 (patch-dnstracer.c) = 29f30b307feee65a119bb950f68302c58e291924
+SHA1 (patch-dnstracer.c) = a21dbd54c3fd742c8650b95fcb4fd84c6540f537
diff -r a7724f4cfc26 -r 597d14a39c1a net/dnstracer/patches/patch-dnstracer.c
--- a/net/dnstracer/patches/patch-dnstracer.c Sat Mar 14 14:27:28 2015 +0000
+++ b/net/dnstracer/patches/patch-dnstracer.c Sat Mar 14 14:33:37 2015 +0000
@@ -1,11 +1,11 @@
-$NetBSD: patch-dnstracer.c,v 1.1 2014/02/26 18:17:39 wiedi Exp $
+$NetBSD: patch-dnstracer.c,v 1.2 2015/03/14 14:33:37 tnn Exp $
There is no gethostbyname2 on SunOS, always use the wrapper
---- dnstracer.c.orig 2008-02-09 12:47:37.000000000 +0000
+--- dnstracer.c.orig 2008-06-11 12:50:53.000000000 +0000
+++ dnstracer.c
@@ -66,7 +66,7 @@
- #define DEFAULT_QUERYTYPE ns_t_a
- #define DEFAULT_NOIPV6 0
+ #define DEFAULT_NOIPV6 0
+ #define DEFAULT_EDNS0SIZE 1500
-#ifdef NOIPV6
+#if defined(NOIPV6) || defined(__sun)
Home |
Main Index |
Thread Index |
Old Index