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 B03CB138334 for ; Sat, 13 Jul 2019 07:59:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C81F8E07F2; Sat, 13 Jul 2019 07:59:28 +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 945D3E07F2 for ; Sat, 13 Jul 2019 07:59:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5C9FC347914 for ; Sat, 13 Jul 2019 07:59:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EBCA16DF for ; Sat, 13 Jul 2019 07:59:25 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1563004729.c4ab807c5baec32dccd38be6872256dc66c98cfc.graaff@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: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: c4ab807c5baec32dccd38be6872256dc66c98cfc X-VCS-Branch: master Date: Sat, 13 Jul 2019 07:59:25 +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: b0da398c-d3c6-44bb-9990-568bc2675a0b X-Archives-Hash: fef9e8d8f0b3a33a3d78c506fa4abd6c commit: c4ab807c5baec32dccd38be6872256dc66c98cfc Author: Hans de Graaff gentoo org> AuthorDate: Sat Jul 13 07:58:13 2019 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Jul 13 07:58:49 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4ab807c mail-mta/netqmail: new revision with openssl 1.1 compat Add updated patches that ensure compatibility with openssl 1.1.x. Based on patches by Alexander Hof and ebuild by Yida Zhang. Fixes: https://bugs.gentoo.org/675060 Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 mail-mta/netqmail/netqmail-1.06-r6.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mail-mta/netqmail/netqmail-1.06-r6.ebuild b/mail-mta/netqmail/netqmail-1.06-r6.ebuild index a647effd78b..ea0d2b7b10c 100644 --- a/mail-mta/netqmail/netqmail-1.06-r6.ebuild +++ b/mail-mta/netqmail/netqmail-1.06-r6.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 GENQMAIL_PV=20080406 QMAIL_SPP_PV=0.42 @@ -17,7 +17,7 @@ QMAIL_LARGE_DNS='qmail-103.patch' QMAIL_SMTPUTF8='qmail-smtputf8.patch' -inherit eutils qmail +inherit qmail DESCRIPTION="qmail -- a secure, reliable, efficient, simple message transfer agent" HOMEPAGE=" @@ -139,6 +139,8 @@ src_prepare() { else einfo "Enabled CRAM_MD5 support" fi + + eapply_user } src_compile() {