pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/udns Changes 0.2:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5687d72bb068
branches:  trunk
changeset: 603721:5687d72bb068
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat May 12 05:38:00 2012 +0000

description:
Changes 0.2:
* bugfix: SRV RR handling: fix domain name parsing and crash in case
  if no port is specified on input for SRV record query
* (trivial api) dns_set_opts() now returns number of unrecognized
  options instead of always returning 0
* dnsget: combine -f and -o options in dnsget (and stop documenting -f),
  and report unknown/invalid -o options (and error out)
* dnsget: pretty-print SSHFP RRs

diffstat:

 net/udns/Makefile |  4 ++--
 net/udns/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (27 lines):

diff -r 912106347813 -r 5687d72bb068 net/udns/Makefile
--- a/net/udns/Makefile Sat May 12 05:33:11 2012 +0000
+++ b/net/udns/Makefile Sat May 12 05:38:00 2012 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2011/01/28 09:09:40 adam Exp $
+# $NetBSD: Makefile,v 1.4 2012/05/12 05:38:00 adam Exp $
 
-DISTNAME=      udns-0.1
+DISTNAME=      udns-0.2
 CATEGORIES=    net
 MASTER_SITES=  http://www.corpit.ru/mjt/udns/
 
diff -r 912106347813 -r 5687d72bb068 net/udns/distinfo
--- a/net/udns/distinfo Sat May 12 05:33:11 2012 +0000
+++ b/net/udns/distinfo Sat May 12 05:38:00 2012 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2011/01/28 08:29:34 adam Exp $
+$NetBSD: distinfo,v 1.3 2012/05/12 05:38:00 adam Exp $
 
-SHA1 (udns-0.1.tar.gz) = e3326684653701f9219cc213bdc3656dff269c80
-RMD160 (udns-0.1.tar.gz) = b0efb3587b419a483c32d66f7f295c05dff3dc47
-Size (udns-0.1.tar.gz) = 87703 bytes
+SHA1 (udns-0.2.tar.gz) = 416da8c95283eae45f6d2e6fb055c4ef765a3f02
+RMD160 (udns-0.2.tar.gz) = 41d090516ef2f67f4d9a4a11c1db5347bf9392c8
+Size (udns-0.2.tar.gz) = 87308 bytes
 SHA1 (patch-aa) = d0bab8fd8d987198a38c85086a9a7d490f188603
 SHA1 (patch-ab) = 3261f7f420c2baab49830d148c969c7595d31a04



Home | Main Index | Thread Index | Old Index