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 5ECFB138334 for ; Mon, 23 Jul 2018 09:46:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BA86E0A6F; Mon, 23 Jul 2018 09:46:10 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 CB459E0A6F for ; Mon, 23 Jul 2018 09:46:09 +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 DC5E8335D9C for ; Mon, 23 Jul 2018 09:46:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B744E371 for ; Mon, 23 Jul 2018 09:46:05 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1532339143.bd0f6d34271b64a12b8be31378a2b58610e60a8f.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/ytnef/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/ytnef/Manifest net-mail/ytnef/ytnef-1.9.3.ebuild X-VCS-Directories: net-mail/ytnef/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: bd0f6d34271b64a12b8be31378a2b58610e60a8f X-VCS-Branch: master Date: Mon, 23 Jul 2018 09:46:05 +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: c8340522-9903-4e75-b79f-f7eefb3ed7ec X-Archives-Hash: ff9d9573943d948426ba1ca12d134c46 commit: bd0f6d34271b64a12b8be31378a2b58610e60a8f Author: Lars Wendler gentoo org> AuthorDate: Mon Jul 23 09:45:43 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Jul 23 09:45:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd0f6d34 net-mail/ytnef: Security bump to version 1.9.3 This fixes the following CVEs: CVE-2017-9470 CVE-2017-9471 CVE-2017-9474 CVE-2017-9058 CVE-2017-12142 CVE-2017-12141 CVE-2017-12144 Bug: https://bugs.gentoo.org/626858 Closes: https://bugs.gentoo.org/619156 Package-Manager: Portage-2.3.43, Repoman-2.3.10 net-mail/ytnef/Manifest | 1 + net-mail/ytnef/ytnef-1.9.3.ebuild | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/net-mail/ytnef/Manifest b/net-mail/ytnef/Manifest index 2ca9c286592..e791a2f44d1 100644 --- a/net-mail/ytnef/Manifest +++ b/net-mail/ytnef/Manifest @@ -1 +1,2 @@ DIST ytnef-1.9.2.tar.gz 300945 BLAKE2B 3501137e544855909da87b2bf73de36899b9825a2a97c5ec8ac2ce00c06ba892d6aadd93d4c76b93d57fe527178b7fe457e81627b0e70388162ba0496df9e177 SHA512 125727a8afac959ac9c60fa977913da743b1ace05ea6af6cd75fff3a786ecf7cb54b49006c8c5249eb48d9aefe0ffcdc24af2944a8611f54a03eb4c24a78506e +DIST ytnef-1.9.3.tar.gz 301338 BLAKE2B 2a70453225c1c6acaa4a73f0d50e9be3076e0fd1e8dcf79029fe6f23dacbd94046b88d62e561c24914d44121eefbc968523c02302d2d5c6eb95ab68d2620560c SHA512 be0a46e79561a5ff34f812b892a781809606cc7e38c6bfed15bae7773f952b4b55aed0fa784922e72839121672c540496db1bac602630c5a83141f8517a4a543 diff --git a/net-mail/ytnef/ytnef-1.9.3.ebuild b/net-mail/ytnef/ytnef-1.9.3.ebuild new file mode 100644 index 00000000000..8abb17fe70f --- /dev/null +++ b/net-mail/ytnef/ytnef-1.9.3.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools + +DESCRIPTION="Yeraze's TNEF Stream Reader - for winmail.dat files" +HOMEPAGE="https://github.com/Yeraze/ytnef" +SRC_URI="https://github.com/Yeraze/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" +IUSE="static-libs" + +DEPEND="sys-devel/libtool" +RDEPEND="dev-perl/MIME-tools" + +src_prepare() { + default + eautoreconf +} + +src_configure() { + econf $(use_enable static-libs static) +} + +src_install() { + default + find "${ED}" -name "*.la" -delete || die +}