From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 13DBE15808B for ; Sat, 17 Feb 2024 23:27:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D44252BC016; Sat, 17 Feb 2024 23:27:32 +0000 (UTC) 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 pigeon.gentoo.org (Postfix) with ESMTPS id B20CF2BC016 for ; Sat, 17 Feb 2024 23:27:32 +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 9A8AA33DF47 for ; Sat, 17 Feb 2024 23:27:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26DB513DB for ; Sat, 17 Feb 2024 23:27:28 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1708211893.bf0ced9a085a7f000888f7fe239fc42c42d4df65.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/netqmail/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-mta/netqmail/netqmail-1.06-r14.ebuild mail-mta/netqmail/netqmail-1.06-r16.ebuild X-VCS-Directories: mail-mta/netqmail/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: bf0ced9a085a7f000888f7fe239fc42c42d4df65 X-VCS-Branch: master Date: Sat, 17 Feb 2024 23:27:28 +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: 2e1e291e-d93a-415d-9110-9c00bccdc76b X-Archives-Hash: 20bd9085a52edded9b213190f1b89465 commit: bf0ced9a085a7f000888f7fe239fc42c42d4df65 Author: Rolf Eike Beer sf-mail de> AuthorDate: Sun Jan 28 11:08:59 2024 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Sat Feb 17 23:18:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf0ced9a mail-mta/netqmail: reduce path indirection Remove needless version variable that is not going to change anymore. Also directly point to qmail.org URL without the qmail mirrors, these files are small, seldomly used and cached on Gentoo infrastructure anyway. Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Michael Orlitzky gentoo.org> mail-mta/netqmail/netqmail-1.06-r14.ebuild | 7 +++---- mail-mta/netqmail/netqmail-1.06-r16.ebuild | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/mail-mta/netqmail/netqmail-1.06-r14.ebuild b/mail-mta/netqmail/netqmail-1.06-r14.ebuild index 7cbf0e0d505f..8a7c9c01987b 100644 --- a/mail-mta/netqmail/netqmail-1.06-r14.ebuild +++ b/mail-mta/netqmail/netqmail-1.06-r14.ebuild @@ -10,8 +10,7 @@ QMAIL_TLS_PV=20190114 QMAIL_TLS_F=${PN}-1.05-tls-smtpauth-${QMAIL_TLS_PV}.patch QMAIL_TLS_CVE=vu555316.patch -QMAIL_BIGTODO_PV=103 -QMAIL_BIGTODO_F=big-todo.${QMAIL_BIGTODO_PV}.patch +QMAIL_BIGTODO_F=big-todo.103.patch QMAIL_LARGE_DNS='qmail-103.patch' @@ -25,11 +24,11 @@ HOMEPAGE=" https://cr.yp.to/qmail.html http://qmail.org " -SRC_URI="mirror://qmail/${P}.tar.gz +SRC_URI="http://qmail.org/${P}.tar.gz https://github.com/DerDakon/genqmail/releases/download/genqmail-${GENQMAIL_PV}/${GENQMAIL_F} https://www.ckdhr.com/ckd/${QMAIL_LARGE_DNS} !vanilla? ( - highvolume? ( mirror://qmail/${QMAIL_BIGTODO_F} ) + highvolume? ( http://qmail.org/${QMAIL_BIGTODO_F} ) qmail-spp? ( mirror://sourceforge/qmail-spp/${QMAIL_SPP_F} ) ssl? ( https://mirror.alexh.name/qmail/netqmail/${QMAIL_TLS_F} diff --git a/mail-mta/netqmail/netqmail-1.06-r16.ebuild b/mail-mta/netqmail/netqmail-1.06-r16.ebuild index b1a7b7419fc1..d65f3790c60d 100644 --- a/mail-mta/netqmail/netqmail-1.06-r16.ebuild +++ b/mail-mta/netqmail/netqmail-1.06-r16.ebuild @@ -10,8 +10,7 @@ QMAIL_TLS_PV=20190114 QMAIL_TLS_F=${PN}-1.05-tls-smtpauth-${QMAIL_TLS_PV}.patch QMAIL_TLS_CVE=vu555316.patch -QMAIL_BIGTODO_PV=103 -QMAIL_BIGTODO_F=big-todo.${QMAIL_BIGTODO_PV}.patch +QMAIL_BIGTODO_F=big-todo.103.patch QMAIL_LARGE_DNS='qmail-103.patch' @@ -25,11 +24,11 @@ HOMEPAGE=" https://cr.yp.to/qmail.html http://qmail.org " -SRC_URI="mirror://qmail/${P}.tar.gz +SRC_URI="http://qmail.org/${P}.tar.gz https://github.com/DerDakon/genqmail/releases/download/genqmail-${GENQMAIL_PV}/${GENQMAIL_F} https://www.ckdhr.com/ckd/${QMAIL_LARGE_DNS} !vanilla? ( - highvolume? ( mirror://qmail/${QMAIL_BIGTODO_F} ) + highvolume? ( http://qmail.org/${QMAIL_BIGTODO_F} ) qmail-spp? ( mirror://sourceforge/qmail-spp/${QMAIL_SPP_F} ) ssl? ( https://mirror.alexh.name/qmail/netqmail/${QMAIL_TLS_F}