From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id ECEE058973 for ; Tue, 19 Jan 2016 09:11:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D77D21C012; Tue, 19 Jan 2016 09:11:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EC2A721C012 for ; Tue, 19 Jan 2016 09:11:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BB25D3405BB for ; Tue, 19 Jan 2016 09:11:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52431A2C for ; Tue, 19 Jan 2016 09:11:49 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1453194704.30adf1c268d131f86c0ab1d3bcb56af0f30eb46f.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/exim/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-mta/exim/exim-4.86-r2.ebuild mail-mta/exim/exim-4.87_rc3.ebuild mail-mta/exim/metadata.xml X-VCS-Directories: mail-mta/exim/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 30adf1c268d131f86c0ab1d3bcb56af0f30eb46f X-VCS-Branch: master Date: Tue, 19 Jan 2016 09:11:49 +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-Archives-Salt: 9072c398-1d96-4d67-82fe-56358be96002 X-Archives-Hash: 5145cc82e3112dbba4154758ff9897ed commit: 30adf1c268d131f86c0ab1d3bcb56af0f30eb46f Author: Fabian Groffen gentoo org> AuthorDate: Tue Jan 19 09:11:18 2016 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Tue Jan 19 09:11:44 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30adf1c2 mail-mta/exim: add support for DANE by Michael Scholl, bug #572298 Package-Manager: portage-2.2.26 mail-mta/exim/exim-4.86-r2.ebuild | 10 +++++++++- mail-mta/exim/exim-4.87_rc3.ebuild | 10 +++++++++- mail-mta/exim/metadata.xml | 1 + 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/mail-mta/exim/exim-4.86-r2.ebuild b/mail-mta/exim/exim-4.86-r2.ebuild index 2c18b46..02f4639 100644 --- a/mail-mta/exim/exim-4.86-r2.ebuild +++ b/mail-mta/exim/exim-4.86-r2.ebuild @@ -6,7 +6,7 @@ EAPI="5" inherit eutils toolchain-funcs multilib pam systemd -IUSE="dcc +dkim dlfunc dmarc +dnsdb doc dovecot-sasl dsn exiscan-acl gnutls ipv6 ldap libressl lmtp maildir mbx mysql nis pam perl pkcs11 postgres +prdr proxy radius redis sasl selinux spf sqlite srs ssl syslog tcpd tpda X" +IUSE="dane dcc +dkim dlfunc dmarc +dnsdb doc dovecot-sasl dsn exiscan-acl gnutls ipv6 ldap libressl lmtp maildir mbx mysql nis pam perl pkcs11 postgres +prdr proxy radius redis sasl selinux spf sqlite srs ssl syslog tcpd tpda X" REQUIRED_USE="spf? ( exiscan-acl ) srs? ( exiscan-acl ) dmarc? ( spf dkim ) pkcs11? ( gnutls )" COMM_URI="ftp://ftp.exim.org/pub/exim/exim4$([[ ${PV} == *_rc* ]] && echo /test)" @@ -317,6 +317,13 @@ src_configure() { # # experimental features + # DANE + if use dane; then + cat >> Makefile <<- EOC + EXPERIMENTAL_DANE=yes + EOC + fi + # Distributed Checksum Clearinghouse if use dcc; then echo "EXPERIMENTAL_DCC=yes">> Makefile @@ -486,6 +493,7 @@ pkg_postinst() { einfo "${EROOT}etc/exim/auth_conf.sub contains the configuration sub for using smtp auth." einfo "Please create ${EROOT}etc/exim/exim.conf from ${EROOT}etc/exim/exim.conf.dist." fi + use dane && einfo "DANE support is experimental" if use dcc ; then einfo "DCC support is experimental, you can find some limited" einfo "documentation at the bottom of this prerelease message:" diff --git a/mail-mta/exim/exim-4.87_rc3.ebuild b/mail-mta/exim/exim-4.87_rc3.ebuild index 99e8dde..7c370de 100644 --- a/mail-mta/exim/exim-4.87_rc3.ebuild +++ b/mail-mta/exim/exim-4.87_rc3.ebuild @@ -6,7 +6,7 @@ EAPI="5" inherit eutils toolchain-funcs multilib pam systemd -IUSE="dcc +dkim dlfunc dmarc +dnsdb doc dovecot-sasl dsn exiscan-acl gnutls ipv6 ldap libressl lmtp maildir mbx mysql nis pam perl pkcs11 postgres +prdr proxy radius redis sasl selinux spf sqlite srs ssl syslog tcpd tpda X" +IUSE="dane dcc +dkim dlfunc dmarc +dnsdb doc dovecot-sasl dsn exiscan-acl gnutls ipv6 ldap libressl lmtp maildir mbx mysql nis pam perl pkcs11 postgres +prdr proxy radius redis sasl selinux spf sqlite srs ssl syslog tcpd tpda X" REQUIRED_USE="spf? ( exiscan-acl ) srs? ( exiscan-acl ) dmarc? ( spf dkim ) pkcs11? ( gnutls )" COMM_URI="ftp://ftp.exim.org/pub/exim/exim4$([[ ${PV} == *_rc* ]] && echo /test)" @@ -315,6 +315,13 @@ src_configure() { # # experimental features + # DANE + if use dane; then + cat >> Makefile <<- EOC + EXPERIMENTAL_DANE=yes + EOC + fi + # Distributed Checksum Clearinghouse if use dcc; then echo "EXPERIMENTAL_DCC=yes">> Makefile @@ -484,6 +491,7 @@ pkg_postinst() { einfo "${EROOT}etc/exim/auth_conf.sub contains the configuration sub for using smtp auth." einfo "Please create ${EROOT}etc/exim/exim.conf from ${EROOT}etc/exim/exim.conf.dist." fi + use dane && einfo "DANE support is experimental" if use dcc ; then einfo "DCC support is experimental, you can find some limited" einfo "documentation at the bottom of this prerelease message:" diff --git a/mail-mta/exim/metadata.xml b/mail-mta/exim/metadata.xml index c94ff4f..0315a95 100644 --- a/mail-mta/exim/metadata.xml +++ b/mail-mta/exim/metadata.xml @@ -18,6 +18,7 @@ Adds support for Distributed Checksum Clearinghouse (DCC) + Adds support for DNS-based Authentication of Named Entities Adds support for DomainKeys Identified Mail (DKIM) Adds support for a DNS search for a record whose