summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorMikael Urankar <mikael@FreeBSD.org>2023-12-08 16:04:09 +0100
committerMikael Urankar <mikael@FreeBSD.org>2023-12-08 16:04:09 +0100
commitb2afd89fb26437c5d9810b131370525352e63f71 (patch)
tree022825c3e031b727b4d97471fcbbe0ef408ea6fc /dns
parentnet-mgmt/gping: Fix build with rust 1.74 (diff)
lang/rust: Bump revisions after 1.74.1
PR: 275243
Diffstat (limited to 'dns')
-rw-r--r--dns/dog/Makefile2
-rw-r--r--dns/doh-proxy/Makefile2
-rw-r--r--dns/encrypted-dns-server/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/dns/dog/Makefile b/dns/dog/Makefile
index 531581bf5c3c..350fee6b2426 100644
--- a/dns/dog/Makefile
+++ b/dns/dog/Makefile
@@ -1,7 +1,7 @@
PORTNAME= dog
DISTVERSIONPREFIX= v
DISTVERSION= 0.1.0
-PORTREVISION= 28
+PORTREVISION= 29
CATEGORIES= dns net
MAINTAINER= lcook@FreeBSD.org
diff --git a/dns/doh-proxy/Makefile b/dns/doh-proxy/Makefile
index 94b7c5121013..6f3ef9443ff3 100644
--- a/dns/doh-proxy/Makefile
+++ b/dns/doh-proxy/Makefile
@@ -1,6 +1,6 @@
PORTNAME= doh-proxy
DISTVERSION= 0.9.8
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= dns
MASTER_SITES= CRATESIO
DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT}
diff --git a/dns/encrypted-dns-server/Makefile b/dns/encrypted-dns-server/Makefile
index bfc0fc5d4bdc..54b1e4da9010 100644
--- a/dns/encrypted-dns-server/Makefile
+++ b/dns/encrypted-dns-server/Makefile
@@ -1,6 +1,6 @@
PORTNAME= encrypted-dns-server
DISTVERSION= 0.9.6
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= dns
MAINTAINER= felix@userspace.com.au