Sat May 12 05:38:00 2012 UTC ()
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


(adam)
diff -r1.3 -r1.4 pkgsrc/net/udns/Makefile
diff -r1.2 -r1.3 pkgsrc/net/udns/distinfo

cvs diff -r1.3 -r1.4 pkgsrc/net/udns/Makefile (expand / switch to unified diff)

--- pkgsrc/net/udns/Makefile 2011/01/28 09:09:40 1.3
+++ pkgsrc/net/udns/Makefile 2012/05/12 05:38:00 1.4
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.3 2011/01/28 09:09:40 adam Exp $ 1# $NetBSD: Makefile,v 1.4 2012/05/12 05:38:00 adam Exp $
2 2
3DISTNAME= udns-0.1 3DISTNAME= udns-0.2
4CATEGORIES= net 4CATEGORIES= net
5MASTER_SITES= http://www.corpit.ru/mjt/udns/ 5MASTER_SITES= http://www.corpit.ru/mjt/udns/
6 6
7MAINTAINER= eric@cirr.com 7MAINTAINER= eric@cirr.com
8HOMEPAGE= http://www.corpit.ru/mjt/udns.html 8HOMEPAGE= http://www.corpit.ru/mjt/udns.html
9COMMENT= Lightweight DNS resolver supporting asynchronous queries 9COMMENT= Lightweight DNS resolver supporting asynchronous queries
10LICENSE= gnu-lgpl-v2.1 10LICENSE= gnu-lgpl-v2.1
11 11
12PKG_DESTDIR_SUPPORT= user-destdir 12PKG_DESTDIR_SUPPORT= user-destdir
13 13
14WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} 14WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
15 15
16USE_LIBTOOL= yes 16USE_LIBTOOL= yes

cvs diff -r1.2 -r1.3 pkgsrc/net/udns/distinfo (expand / switch to unified diff)

--- pkgsrc/net/udns/distinfo 2011/01/28 08:29:34 1.2
+++ pkgsrc/net/udns/distinfo 2012/05/12 05:38:00 1.3
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.2 2011/01/28 08:29:34 adam Exp $ 1$NetBSD: distinfo,v 1.3 2012/05/12 05:38:00 adam Exp $
2 2
3SHA1 (udns-0.1.tar.gz) = e3326684653701f9219cc213bdc3656dff269c80 3SHA1 (udns-0.2.tar.gz) = 416da8c95283eae45f6d2e6fb055c4ef765a3f02
4RMD160 (udns-0.1.tar.gz) = b0efb3587b419a483c32d66f7f295c05dff3dc47 4RMD160 (udns-0.2.tar.gz) = 41d090516ef2f67f4d9a4a11c1db5347bf9392c8
5Size (udns-0.1.tar.gz) = 87703 bytes 5Size (udns-0.2.tar.gz) = 87308 bytes
6SHA1 (patch-aa) = d0bab8fd8d987198a38c85086a9a7d490f188603 6SHA1 (patch-aa) = d0bab8fd8d987198a38c85086a9a7d490f188603
7SHA1 (patch-ab) = 3261f7f420c2baab49830d148c969c7595d31a04 7SHA1 (patch-ab) = 3261f7f420c2baab49830d148c969c7595d31a04