Source-Changes-HG archive

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

[src/roy]: src/external/bsd/openresolv/dist Update to openresolv-3.11.0 with ...



details:   https://anonhg.NetBSD.org/src/rev/bde9549e05d8
branches:  roy
changeset: 936232:bde9549e05d8
user:      roy <roy%NetBSD.org@localhost>
date:      Wed Jul 22 13:18:01 2020 +0000

description:
Update to openresolv-3.11.0 with the following changes:

  *  notify avahi-daemon of resolv.conf being changed
  *  notify mdnsd of resolv.conf being changed

diffstat:

 external/bsd/openresolv/dist/README.md     |  4 ++++
 external/bsd/openresolv/dist/resolvconf.in |  2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 2f9c49c39c87 -r bde9549e05d8 external/bsd/openresolv/dist/README.md
--- a/external/bsd/openresolv/dist/README.md    Fri Jul 03 10:45:43 2020 +0000
+++ b/external/bsd/openresolv/dist/README.md    Wed Jul 22 13:18:01 2020 +0000
@@ -62,3 +62,7 @@
 See the
 [configuration section](https://roy.marples.name/projects/openresolv/config)
 for more details.
+
+If openresolv updates `/etc/resolv.conf` it can notify the following of this:
+  *  [Bonjour (mdnsd)](https://developer.apple.com/bonjour/)
+  *  [avahi](http://www.avahi.org/)
diff -r 2f9c49c39c87 -r bde9549e05d8 external/bsd/openresolv/dist/resolvconf.in
--- a/external/bsd/openresolv/dist/resolvconf.in        Fri Jul 03 10:45:43 2020 +0000
+++ b/external/bsd/openresolv/dist/resolvconf.in        Wed Jul 22 13:18:01 2020 +0000
@@ -25,7 +25,7 @@
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 RESOLVCONF="$0"
-OPENRESOLV_VERSION="3.10.0"
+OPENRESOLV_VERSION="3.11.0"
 SYSCONFDIR=@SYSCONFDIR@
 LIBEXECDIR=@LIBEXECDIR@
 VARDIR=@VARDIR@



Home | Main Index | Thread Index | Old Index