mail-filter/opendkim: drop --enable-popauth flag.
authorMichael Orlitzky <mjo@gentoo.org>
Fri, 14 Jun 2019 13:32:58 +0000 (09:32 -0400)
committerMichael Orlitzky <mjo@gentoo.org>
Fri, 14 Jun 2019 13:38:35 +0000 (09:38 -0400)
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 <mjo@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

mail-filter/opendkim/opendkim-2.10.3-r15.ebuild [moved from mail-filter/opendkim/opendkim-2.10.3-r14.ebuild with 99% similarity]

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 ff45f1dac4db35b6fbae79fb98bb37469df56620..2a84537cc6a629eb8f3a82611a2353f6ab88d64e 100644 (file)
@@ -69,7 +69,6 @@ src_configure() {
        if use berkdb ; then
                myconf+=(
                        --with-db-incdir=$(db_includedir)
-                       --enable-popauth
                        --enable-query_cache
                        --enable-stats
                )