pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/openresolv Update to openresolv-3.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/06228881e07b
branches:  trunk
changeset: 391934:06228881e07b
user:      roy <roy%pkgsrc.org@localhost>
date:      Wed Apr 22 10:20:36 2009 +0000

description:
Update to openresolv-3.3

Changes from 3.2 include
 * Logic to restart each service is now embedded in subscribers at
   compile time, which reduces runtime code size.
   This is also configurable in resolvconf.conf.
 * If subscribers are called from resolvconf, they no longer re-execute it
   to get the data they need.
   This saves on a lot of forking and as a result a fair bit faster.
 * A bug was fixed in the dnsmasq susbcriber where the domain name servers
   weren't used correctly.

diffstat:

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

diffs (26 lines):

diff -r bd0ea2451119 -r 06228881e07b net/openresolv/Makefile
--- a/net/openresolv/Makefile   Wed Apr 22 08:51:53 2009 +0000
+++ b/net/openresolv/Makefile   Wed Apr 22 10:20:36 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2009/04/20 06:34:00 roy Exp $
+# $NetBSD: Makefile,v 1.10 2009/04/22 10:20:36 roy Exp $
 #
 
-DISTNAME=              openresolv-3.2
+DISTNAME=              openresolv-3.3
 CATEGORIES=            net
 LICENSE=               modified-bsd
 MASTER_SITES=          ftp://roy.marples.name/pub/openresolv/
diff -r bd0ea2451119 -r 06228881e07b net/openresolv/distinfo
--- a/net/openresolv/distinfo   Wed Apr 22 08:51:53 2009 +0000
+++ b/net/openresolv/distinfo   Wed Apr 22 10:20:36 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2009/04/20 06:26:54 roy Exp $
+$NetBSD: distinfo,v 1.8 2009/04/22 10:20:36 roy Exp $
 
-SHA1 (openresolv-3.2.tar.bz2) = 375fa9e8cd3ee3bfca579d649e12fcfd0a4f0ccf
-RMD160 (openresolv-3.2.tar.bz2) = 82aec03bde3c147fd7d83e54fe9a6990c8dac632
-Size (openresolv-3.2.tar.bz2) = 9392 bytes
+SHA1 (openresolv-3.3.tar.bz2) = adc2628355cfde2197577514e6770dffe66fb379
+RMD160 (openresolv-3.3.tar.bz2) = 17336d01121afb31e553073815d933bd0d199992
+Size (openresolv-3.3.tar.bz2) = 9545 bytes



Home | Main Index | Thread Index | Old Index