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 D58BF138334 for ; Fri, 13 Sep 2019 06:21:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 041E5E0D27; Fri, 13 Sep 2019 06:21:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 CD88EE0D27 for ; Fri, 13 Sep 2019 06:21:50 +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 8CD2234B0FC for ; Fri, 13 Sep 2019 06:21:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B48F7785 for ; Fri, 13 Sep 2019 06:21:46 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1568355636.2df4a52d583ad6a7233faf7601106e1a32bcc161.slyfox@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-r6.ebuild X-VCS-Directories: mail-mta/netqmail/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 2df4a52d583ad6a7233faf7601106e1a32bcc161 X-VCS-Branch: master Date: Fri, 13 Sep 2019 06:21:46 +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: dc8eaae6-30bb-4a10-acbf-818062f52379 X-Archives-Hash: 431c97f6dddda2230bb29ee9c752036c commit: 2df4a52d583ad6a7233faf7601106e1a32bcc161 Author: Rolf Eike Beer sf-mail de> AuthorDate: Fri Sep 6 19:35:42 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Fri Sep 13 06:20:36 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2df4a52d mail-mta/netqmail: require correct openssl version Bug: https://bugs.gentoo.org/691670 Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sergei Trofimovich gentoo.org> mail-mta/netqmail/netqmail-1.06-r6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-mta/netqmail/netqmail-1.06-r6.ebuild b/mail-mta/netqmail/netqmail-1.06-r6.ebuild index f78baf94aac..f58a3c0abad 100644 --- a/mail-mta/netqmail/netqmail-1.06-r6.ebuild +++ b/mail-mta/netqmail/netqmail-1.06-r6.ebuild @@ -48,7 +48,7 @@ DEPEND=" !mail-mta/qmail net-mail/queue-repair ssl? ( - !libressl? ( dev-libs/openssl:0= ) + !libressl? ( >=dev-libs/openssl-1.1:0= ) libressl? ( dev-libs/libressl:= ) ) sys-apps/gentoo-functions