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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C6917138334 for ; Fri, 14 Jun 2019 13:39:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C930DE0839; Fri, 14 Jun 2019 13:39:44 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 97678E0839 for ; Fri, 14 Jun 2019 13:39:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B4053460D9 for ; Fri, 14 Jun 2019 13:39:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD45B617 for ; Fri, 14 Jun 2019 13:39:40 +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: <1560519515.52b8aa248f2d4dd8e6c55bd1b710535e5806b66f.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/opendkim/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-filter/opendkim/opendkim-2.10.3-r14.ebuild mail-filter/opendkim/opendkim-2.10.3-r15.ebuild X-VCS-Directories: mail-filter/opendkim/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 52b8aa248f2d4dd8e6c55bd1b710535e5806b66f X-VCS-Branch: master Date: Fri, 14 Jun 2019 13:39:40 +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: cc6693cd-759a-456c-838c-842686d95a61 X-Archives-Hash: 1bca73ebc131016870b2e8828a336733 commit: 52b8aa248f2d4dd8e6c55bd1b710535e5806b66f Author: Michael Orlitzky gentoo org> AuthorDate: Fri Jun 14 13:32:58 2019 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Fri Jun 14 13:38:35 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52b8aa24 mail-filter/opendkim: drop --enable-popauth flag. The "--enable-popauth" flag was enabled automatically when USE=berkdb was set, which already doesn't make any sense. This was noticed while investigating bug 684958. However, "popauth" refers to POP-before-SMTP, which is an outdated and altogether ridiculous way of authenticating. No one competent has used it since the 1990s. Instead of converting it to an independent local USE flag, this new -r15 just drops it. Bug: https://bugs.gentoo.org/687972 Signed-off-by: Michael Orlitzky gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 .../opendkim/{opendkim-2.10.3-r14.ebuild => opendkim-2.10.3-r15.ebuild} | 1 - 1 file changed, 1 deletion(-) diff --git a/mail-filter/opendkim/opendkim-2.10.3-r14.ebuild b/mail-filter/opendkim/opendkim-2.10.3-r15.ebuild similarity index 99% rename from mail-filter/opendkim/opendkim-2.10.3-r14.ebuild rename to mail-filter/opendkim/opendkim-2.10.3-r15.ebuild index ff45f1dac4d..2a84537cc6a 100644 --- a/mail-filter/opendkim/opendkim-2.10.3-r14.ebuild +++ b/mail-filter/opendkim/opendkim-2.10.3-r15.ebuild @@ -69,7 +69,6 @@ src_configure() { if use berkdb ; then myconf+=( --with-db-incdir=$(db_includedir) - --enable-popauth --enable-query_cache --enable-stats )