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 D3C7915808B for ; Wed, 23 Mar 2022 00:14:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 299E1E0909; Wed, 23 Mar 2022 00:14:14 +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 C623BE0909 for ; Wed, 23 Mar 2022 00:14:13 +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 799A734324F for ; Wed, 23 Mar 2022 00:14:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FC7F357 for ; Wed, 23 Mar 2022 00:14:09 +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: <1647994418.816b99da898016f9c56146f9c395f29ba1b885c5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/postfix/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-mta/postfix/postfix-3.6.5-r1.ebuild mail-mta/postfix/postfix-3.6.5-r2.ebuild mail-mta/postfix/postfix-3.7.0-r1.ebuild mail-mta/postfix/postfix-3.7.0.ebuild mail-mta/postfix/postfix-3.8_pre20220220-r1.ebuild mail-mta/postfix/postfix-3.8_pre20220220.ebuild X-VCS-Directories: mail-mta/postfix/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 816b99da898016f9c56146f9c395f29ba1b885c5 X-VCS-Branch: master Date: Wed, 23 Mar 2022 00:14:09 +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: eb80ecc2-9cc9-4d76-9163-95ca7e153bdf X-Archives-Hash: abeb14a2343d5ce55d86aa202cfb81d3 commit: 816b99da898016f9c56146f9c395f29ba1b885c5 Author: Sam James gentoo org> AuthorDate: Wed Mar 23 00:10:36 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 23 00:13:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=816b99da mail-mta/postfix: add subslot dep on OpenLDAP New OpenLDAP breaks ABI (changes SONAME) Signed-off-by: Sam James gentoo.org> mail-mta/postfix/{postfix-3.6.5-r1.ebuild => postfix-3.6.5-r2.ebuild} | 4 ++-- mail-mta/postfix/{postfix-3.7.0.ebuild => postfix-3.7.0-r1.ebuild} | 4 ++-- ...stfix-3.8_pre20220220.ebuild => postfix-3.8_pre20220220-r1.ebuild} | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/mail-mta/postfix/postfix-3.6.5-r1.ebuild b/mail-mta/postfix/postfix-3.6.5-r2.ebuild similarity index 99% rename from mail-mta/postfix/postfix-3.6.5-r1.ebuild rename to mail-mta/postfix/postfix-3.6.5-r2.ebuild index 008332eec380..5169a940aef1 100644 --- a/mail-mta/postfix/postfix-3.6.5-r1.ebuild +++ b/mail-mta/postfix/postfix-3.6.5-r2.ebuild @@ -27,8 +27,8 @@ DEPEND=" berkdb? ( >=sys-libs/db-3.2:* ) cdb? ( || ( >=dev-db/tinycdb-0.76 >=dev-db/cdb-0.75-r4 ) ) eai? ( dev-libs/icu:= ) - ldap? ( net-nds/openldap ) - ldap-bind? ( net-nds/openldap[sasl] ) + ldap? ( net-nds/openldap:= ) + ldap-bind? ( net-nds/openldap:=[sasl] ) lmdb? ( >=dev-db/lmdb-0.9.11:= ) mysql? ( dev-db/mysql-connector-c:0= ) nis? ( net-libs/libnsl:= ) diff --git a/mail-mta/postfix/postfix-3.7.0.ebuild b/mail-mta/postfix/postfix-3.7.0-r1.ebuild similarity index 99% rename from mail-mta/postfix/postfix-3.7.0.ebuild rename to mail-mta/postfix/postfix-3.7.0-r1.ebuild index 19f6b3f39750..e99f67f1d0df 100644 --- a/mail-mta/postfix/postfix-3.7.0.ebuild +++ b/mail-mta/postfix/postfix-3.7.0-r1.ebuild @@ -27,8 +27,8 @@ DEPEND=" berkdb? ( >=sys-libs/db-3.2:* ) cdb? ( || ( >=dev-db/tinycdb-0.76 >=dev-db/cdb-0.75-r4 ) ) eai? ( dev-libs/icu:= ) - ldap? ( net-nds/openldap ) - ldap-bind? ( net-nds/openldap[sasl] ) + ldap? ( net-nds/openldap:= ) + ldap-bind? ( net-nds/openldap:=[sasl] ) lmdb? ( >=dev-db/lmdb-0.9.11:= ) mysql? ( dev-db/mysql-connector-c:0= ) nis? ( net-libs/libnsl:= ) diff --git a/mail-mta/postfix/postfix-3.8_pre20220220.ebuild b/mail-mta/postfix/postfix-3.8_pre20220220-r1.ebuild similarity index 99% rename from mail-mta/postfix/postfix-3.8_pre20220220.ebuild rename to mail-mta/postfix/postfix-3.8_pre20220220-r1.ebuild index 27dc0dccf2ae..8c42346cf6f5 100644 --- a/mail-mta/postfix/postfix-3.8_pre20220220.ebuild +++ b/mail-mta/postfix/postfix-3.8_pre20220220-r1.ebuild @@ -27,8 +27,8 @@ DEPEND=" berkdb? ( >=sys-libs/db-3.2:* ) cdb? ( || ( >=dev-db/tinycdb-0.76 >=dev-db/cdb-0.75-r4 ) ) eai? ( dev-libs/icu:= ) - ldap? ( net-nds/openldap ) - ldap-bind? ( net-nds/openldap[sasl] ) + ldap? ( net-nds/openldap:= ) + ldap-bind? ( net-nds/openldap:=[sasl] ) lmdb? ( >=dev-db/lmdb-0.9.11:= ) mysql? ( dev-db/mysql-connector-c:0= ) nis? ( net-libs/libnsl:= )