pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/openresolv



Module Name:    pkgsrc
Committed By:   roy
Date:           Wed May  7 10:31:24 UTC 2025

Modified Files:
        pkgsrc/net/openresolv: Makefile PLIST distinfo

Log Message:
Update to openresolv-3.16.2 with the following changes:

 * unbound: allow maring doamins as private
 * resolvconf: exclude option an exclude a whole file
 * resolvconf: allow -p to list private entries without -a
 * resolvconf: support subscribers with a dash in their name
 * systemd-resolved: now supported for global nameservers only
 * resolvconf: -L now outputs fully processed entries
 * resolvconf: domains are normalised to lowercase
 * libc: don't restore resolv.conf.bak when resolv.conf is empty


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/net/openresolv/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/openresolv/PLIST
cvs rdiff -u -r1.29 -r1.30 pkgsrc/net/openresolv/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/openresolv/Makefile
diff -u pkgsrc/net/openresolv/Makefile:1.35 pkgsrc/net/openresolv/Makefile:1.36
--- pkgsrc/net/openresolv/Makefile:1.35 Tue Jun 27 17:13:29 2023
+++ pkgsrc/net/openresolv/Makefile      Wed May  7 10:31:24 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2023/06/27 17:13:29 roy Exp $
+# $NetBSD: Makefile,v 1.36 2025/05/07 10:31:24 roy Exp $
 
-DISTNAME=              openresolv-3.13.2
+DISTNAME=              openresolv-3.16.2
 CATEGORIES=            net
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=NetworkConfiguration/}
 GITHUB_PROJECT=                openresolv

Index: pkgsrc/net/openresolv/PLIST
diff -u pkgsrc/net/openresolv/PLIST:1.8 pkgsrc/net/openresolv/PLIST:1.9
--- pkgsrc/net/openresolv/PLIST:1.8     Wed Jul 22 13:52:56 2020
+++ pkgsrc/net/openresolv/PLIST Wed May  7 10:31:24 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2020/07/22 13:52:56 roy Exp $
+@comment $NetBSD: PLIST,v 1.9 2025/05/07 10:31:24 roy Exp $
 libexec/resolvconf/dnsmasq
 libexec/resolvconf/libc
 libexec/resolvconf/libc.d/avahi-daemon
@@ -6,6 +6,7 @@ libexec/resolvconf/libc.d/mdnsd
 libexec/resolvconf/named
 libexec/resolvconf/pdns_recursor
 libexec/resolvconf/pdnsd
+libexec/resolvconf/systemd-resolved
 libexec/resolvconf/unbound
 man/man5/resolvconf.conf.5
 man/man8/resolvconf.8

Index: pkgsrc/net/openresolv/distinfo
diff -u pkgsrc/net/openresolv/distinfo:1.29 pkgsrc/net/openresolv/distinfo:1.30
--- pkgsrc/net/openresolv/distinfo:1.29 Tue Jun 27 17:13:29 2023
+++ pkgsrc/net/openresolv/distinfo      Wed May  7 10:31:24 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.29 2023/06/27 17:13:29 roy Exp $
+$NetBSD: distinfo,v 1.30 2025/05/07 10:31:24 roy Exp $
 
-BLAKE2s (openresolv-3.13.2.tar.xz) = ed213355d744b472ee80efcbead0965d572e43db216d1afba6ba8af404c5bf50
-SHA512 (openresolv-3.13.2.tar.xz) = 4f1bc3e2865bc233d12c29e75893b3e53db0b127a7167d9be4ddd0228ba4f689f62af93eab088fb4d4f66baa556ed402c7fc5ecb9c4af5509004125af60fa379
-Size (openresolv-3.13.2.tar.xz) = 21540 bytes
+BLAKE2s (openresolv-3.16.2.tar.xz) = 537e3a8247b0c978cea6e5655c3d429226663f0ab6f7c67370d59163fa63fd52
+SHA512 (openresolv-3.16.2.tar.xz) = 0dc888a44668bf701428abffc7940cca4d223c212b56f1a00d0989619284635db58d85ff3a413361366c62f93740ae37ba0ff933584acf09d3371881c6738d40
+Size (openresolv-3.16.2.tar.xz) = 23936 bytes



Home | Main Index | Thread Index | Old Index