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:           Thu Apr 13 10:34:53 UTC 2023

Modified Files:
        pkgsrc/net/openresolv: Makefile distinfo

Log Message:
Update openresolv-3.13.0 with the following changes:
 * /etc/resolv.conf is now updated by mv(1) so it's atomic and
   watchers don't read partials.
 * unbound can now add generic options to forward zones.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/net/openresolv/Makefile
cvs rdiff -u -r1.26 -r1.27 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.32 pkgsrc/net/openresolv/Makefile:1.33
--- pkgsrc/net/openresolv/Makefile:1.32 Thu Dec  3 14:10:12 2020
+++ pkgsrc/net/openresolv/Makefile      Thu Apr 13 10:34:53 2023
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.32 2020/12/03 14:10:12 zafer Exp $
+# $NetBSD: Makefile,v 1.33 2023/04/13 10:34:53 roy Exp $
 
-DISTNAME=              openresolv-3.11.0
+DISTNAME=              openresolv-3.13.0
 CATEGORIES=            net
-MASTER_SITES=          ftp://roy.marples.name/pub/openresolv/
-MASTER_SITES+=         https://www.aydogan.net/distfiles/roy/openresolv/
-EXTRACT_SUFX=          .tar.xz
+MASTER_SITES=          ${MASTER_SITE_GITHUB:=NetworkConfiguration/}
+GITHUB_PROJECT=                openresolv
+GITHUB_TAG=            ${DISTNAME}
 
 MAINTAINER=            roy%NetBSD.org@localhost
 HOMEPAGE=              https://roy.marples.name/projects/openresolv/

Index: pkgsrc/net/openresolv/distinfo
diff -u pkgsrc/net/openresolv/distinfo:1.26 pkgsrc/net/openresolv/distinfo:1.27
--- pkgsrc/net/openresolv/distinfo:1.26 Tue Oct 26 11:06:12 2021
+++ pkgsrc/net/openresolv/distinfo      Thu Apr 13 10:34:53 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2021/10/26 11:06:12 nia Exp $
+$NetBSD: distinfo,v 1.27 2023/04/13 10:34:53 roy Exp $
 
-BLAKE2s (openresolv-3.11.0.tar.xz) = 04b418923f8ed236e7ec5a63d591090b1932da6f160583af85056a771d01dff5
-SHA512 (openresolv-3.11.0.tar.xz) = 09708b8a1abf7de926f75a1825d4243be6e59fc1de7cc3d7ab7f5a317e11175bd24af03bff2c878ccc54c96913feed27630765647c70fec8a9f9aa7370744e24
-Size (openresolv-3.11.0.tar.xz) = 20552 bytes
+BLAKE2s (openresolv-3.13.0.tar.gz) = 2807a70f327bf322edfc3036dd62246c89549ad77518f5b6deeb1d8496d3f333
+SHA512 (openresolv-3.13.0.tar.gz) = 4afd8ae3fac9af248478c8b60f4f6845dc29925d789874d6b8515cf16b08de5d51be5f0151e9e8ea9124f0cb2ddbacdf00150500d8b6922a041920b9b1a18a2b
+Size (openresolv-3.13.0.tar.gz) = 23613 bytes



Home | Main Index | Thread Index | Old Index