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 D84CF138335 for ; Mon, 20 May 2019 16:24:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3596E0841; Mon, 20 May 2019 16:24:18 +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 D97FCE0841 for ; Mon, 20 May 2019 16:24:18 +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 7B83D344C20 for ; Mon, 20 May 2019 16:24:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1ACBA5E0 for ; Mon, 20 May 2019 16:24:16 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1558369442.a0156ab379606b1247855911832269176606d9c1.blueness@gentoo> Subject: [gentoo-commits] proj/musl:master commit in: mail-filter/libspf2/ X-VCS-Repository: proj/musl X-VCS-Files: mail-filter/libspf2/libspf2-1.2.10.ebuild mail-filter/libspf2/metadata.xml X-VCS-Directories: mail-filter/libspf2/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: a0156ab379606b1247855911832269176606d9c1 X-VCS-Branch: master Date: Mon, 20 May 2019 16:24:16 +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: b546bd54-4b07-4a9c-bfa3-49df6b84a5ff X-Archives-Hash: 66e9b1ff5113e56402e35fc4133f25ab commit: a0156ab379606b1247855911832269176606d9c1 Author: Necktwi Ozfguah ferryfair com> AuthorDate: Sat May 18 05:31:18 2019 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Mon May 20 16:24:02 2019 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=a0156ab3 mail-filter/libspf2: version bump Signed-off-by: Necktwi Ozfguah ferryfair.com> Signed-off-by: Anthony G. Basile gentoo.org> mail-filter/libspf2/libspf2-1.2.10.ebuild | 3 ++- mail-filter/libspf2/metadata.xml | 5 +---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/mail-filter/libspf2/libspf2-1.2.10.ebuild b/mail-filter/libspf2/libspf2-1.2.10.ebuild index 4ee1989..f010d86 100644 --- a/mail-filter/libspf2/libspf2-1.2.10.ebuild +++ b/mail-filter/libspf2/libspf2-1.2.10.ebuild @@ -27,10 +27,11 @@ src_prepare() { #eautoreconf fi epatch "${FILESDIR}"/${P}-gcc5.patch #570486 - epatch "${FILESDIR}"/${PN}-1.2.10-musl.patch epatch "${FILESDIR}"/${PN}-1.2.10-netdb.patch epatch "${FILESDIR}"/${PN}-1.2.10-dn_skipname.patch epatch "${FILESDIR}"/${PN}-1.2.10-expand.patch + epatch "${FILESDIR}"/${PN}-1.2.10-musl.patch + sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac || die eautoreconf } diff --git a/mail-filter/libspf2/metadata.xml b/mail-filter/libspf2/metadata.xml index 47e3c49..9134037 100644 --- a/mail-filter/libspf2/metadata.xml +++ b/mail-filter/libspf2/metadata.xml @@ -1,9 +1,6 @@ - - net-mail@gentoo.org - Net-Mail - + libspf2 implements the Sender Policy Framework, a part of the SPF/SRS protocol pair. libspf2 is a library which allows email systems such as Sendmail, Postfix, Exim, Zmailer and MS Exchange to check SPF records and make sure that the email is authorized by the domain name that it is coming from. This prevents email forgery, commonly used by spammers, scammers and email viruses/worms.