From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 107191581EE for ; Thu, 27 Mar 2025 12:05:59 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id F05A93431D8 for ; Thu, 27 Mar 2025 12:05:58 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 615F91104B2; Thu, 27 Mar 2025 12:05:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 5B91A1104B2 for ; Thu, 27 Mar 2025 12:05:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 126BD343155 for ; Thu, 27 Mar 2025 12:05:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3638C287C for ; Thu, 27 Mar 2025 12:05:44 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1743077085.754db7df5fc0cf8c6ad1cc8caa509f453b225b55.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/dnsdist/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/dnsdist/dnsdist-1.9.8-r1.ebuild X-VCS-Directories: net-dns/dnsdist/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 754db7df5fc0cf8c6ad1cc8caa509f453b225b55 X-VCS-Branch: master Date: Thu, 27 Mar 2025 12:05:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: def1327c-79fd-467e-9574-9cee4d2059cb X-Archives-Hash: a0f13f837c86473c27b5edcbd6b46697 commit: 754db7df5fc0cf8c6ad1cc8caa509f453b225b55 Author: Holger Hoffstätte applied-asynchrony com> AuthorDate: Tue Feb 18 10:07:30 2025 +0000 Commit: Sam James gentoo org> CommitDate: Thu Mar 27 12:04:45 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=754db7df net-dns/dnsdist: fix HOMEPAGE pkgcheck warning Signed-off-by: Holger Hoffstätte applied-asynchrony.com> Signed-off-by: Sam James gentoo.org> net-dns/dnsdist/dnsdist-1.9.8-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-dns/dnsdist/dnsdist-1.9.8-r1.ebuild b/net-dns/dnsdist/dnsdist-1.9.8-r1.ebuild index 01609de7f573..b51d68a3dba2 100644 --- a/net-dns/dnsdist/dnsdist-1.9.8-r1.ebuild +++ b/net-dns/dnsdist/dnsdist-1.9.8-r1.ebuild @@ -8,7 +8,7 @@ LUA_COMPAT=( lua5-{1..4} luajit ) inherit autotools flag-o-matic lua-single DESCRIPTION="A highly DNS-, DoS- and abuse-aware loadbalancer" -HOMEPAGE="https://dnsdist.org" +HOMEPAGE="https://www.dnsdist.org/index.html" SRC_URI="https://downloads.powerdns.com/releases/${P}.tar.bz2" LICENSE="GPL-2"