From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4677F13888F for ; Sat, 10 Oct 2015 11:17:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C597E07EC; Sat, 10 Oct 2015 11:17:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C357BE07DF for ; Sat, 10 Oct 2015 11:17:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DAC58340754 for ; Sat, 10 Oct 2015 11:17:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0931CDE7 for ; Sat, 10 Oct 2015 11:17:03 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1444475741.40a2e880a960dfacc4df91eecdd20f6d9e5ae4e4.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/jasper/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/jasper/jasper-1.900.1-r9.ebuild X-VCS-Directories: media-libs/jasper/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 40a2e880a960dfacc4df91eecdd20f6d9e5ae4e4 X-VCS-Branch: master Date: Sat, 10 Oct 2015 11:17:03 +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: f42a5187-dabd-4e78-bcfd-bc64b8039f76 X-Archives-Hash: 90b8663c6b6cdefe5cc05797815dbf89 commit: 40a2e880a960dfacc4df91eecdd20f6d9e5ae4e4 Author: Justin Lecher gentoo org> AuthorDate: Sat Oct 10 07:56:47 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Oct 10 11:15:41 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40a2e880 media-libs/jasper: Drop world writable permission to work on hardened Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=562044 Package-Manager: portage-2.2.22 Signed-off-by: Justin Lecher gentoo.org> media-libs/jasper/jasper-1.900.1-r9.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/media-libs/jasper/jasper-1.900.1-r9.ebuild b/media-libs/jasper/jasper-1.900.1-r9.ebuild index f7a4d56..8e9129e 100644 --- a/media-libs/jasper/jasper-1.900.1-r9.ebuild +++ b/media-libs/jasper/jasper-1.900.1-r9.ebuild @@ -45,6 +45,11 @@ PATCHES=( DOCS=( NEWS README doc/. ) +src_prepare() { + chmod -R o-w "${S}" || die + autotools-multilib_src_prepare +} + src_configure() { local myeconfargs=( $(use_enable jpeg libjpeg)