From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Rd65Q-0007ZR-3p for garchives@archives.gentoo.org; Tue, 20 Dec 2011 20:14:56 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DE5221C19F; Tue, 20 Dec 2011 20:14:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id CFDE721C19F for ; Tue, 20 Dec 2011 20:14:48 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 54E611B401B for ; Tue, 20 Dec 2011 20:14:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id C7C8A80042 for ; Tue, 20 Dec 2011 20:14:47 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <2e9e0f08513a0ac0d1c12abb0b9e9196ac0551e1.blueness@gentoo> Subject: [gentoo-commits] proj/hardened-dev:uclibc commit in: sys-libs/uclibc/, sys-libs/uclibc/files/ X-VCS-Repository: proj/hardened-dev X-VCS-Files: sys-libs/uclibc/ChangeLog sys-libs/uclibc/files/uclibc-0.9.32-BJA-sandbox.patch sys-libs/uclibc/metadata.xml sys-libs/uclibc/uclibc-0.9.32.ebuild X-VCS-Directories: sys-libs/uclibc/ sys-libs/uclibc/files/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 2e9e0f08513a0ac0d1c12abb0b9e9196ac0551e1 Date: Tue, 20 Dec 2011 20:14:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 259b62bc-971e-4f5e-b530-93e45be7600e X-Archives-Hash: f3f7699131ee297b7a92e5bf7f3250d9 commit: 2e9e0f08513a0ac0d1c12abb0b9e9196ac0551e1 Author: Anthony G. Basile gentoo org> AuthorDate: Tue Dec 20 20:14:43 2011 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Tue Dec 20 20:14:43 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/hardened-dev.= git;a=3Dcommit;h=3D2e9e0f08 Added sandbox patch from bug #308477 --- sys-libs/uclibc/ChangeLog | 3 +++ .../uclibc/files/uclibc-0.9.32-BJA-sandbox.patch | 9 +++++++++ sys-libs/uclibc/metadata.xml | 2 -- sys-libs/uclibc/uclibc-0.9.32.ebuild | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/sys-libs/uclibc/ChangeLog b/sys-libs/uclibc/ChangeLog index dfc0de8..362aeef 100644 --- a/sys-libs/uclibc/ChangeLog +++ b/sys-libs/uclibc/ChangeLog @@ -1,5 +1,8 @@ =20 =20 20 Dec 2011; Anthony G. Basile ChangeLog: + Added patch from bug #308477 + + 20 Dec 2011; Anthony G. Basile ChangeLog: Initial commit =20 diff --git a/sys-libs/uclibc/files/uclibc-0.9.32-BJA-sandbox.patch b/sys-= libs/uclibc/files/uclibc-0.9.32-BJA-sandbox.patch new file mode 100644 index 0000000..167d711 --- /dev/null +++ b/sys-libs/uclibc/files/uclibc-0.9.32-BJA-sandbox.patch @@ -0,0 +1,9 @@ +--- ./libubacktrace/Makefile.in.ori 2011-07-25 19:14:19.427297221 +0200 ++++ ./libubacktrace/Makefile.in 2011-07-25 19:14:34.380349907 +0200 +@@ -71,5 +71,4 @@ + $(do_ar) +=20 + CLEAN_libubacktrace: +- $(do_rm) $(addprefix $(libubacktrace_OUT)/*., o os oS a) \ +- $(addprefix $(libubacktrace_ARCH_OUT)/*., o os oS a) ++ $(do_rm) $(addprefix $(libubacktrace_OUT)/*., o os oS a) diff --git a/sys-libs/uclibc/metadata.xml b/sys-libs/uclibc/metadata.xml index 97db3b0..bcb329d 100644 --- a/sys-libs/uclibc/metadata.xml +++ b/sys-libs/uclibc/metadata.xml @@ -4,10 +4,8 @@ hardened Force the use of ssp to be built into a hardened uc= libc setup - Use pregenerated locales Adds support for user defined configs Build uclibc with backwards compatible op= tions - Build only the locales specified in /etc/lo= cales.build Add support for word expansion (wordexp.h) diff --git a/sys-libs/uclibc/uclibc-0.9.32.ebuild b/sys-libs/uclibc/uclib= c-0.9.32.ebuild index ac248d7..105174c 100644 --- a/sys-libs/uclibc/uclibc-0.9.32.ebuild +++ b/sys-libs/uclibc/uclibc-0.9.32.ebuild @@ -170,7 +170,7 @@ src_unpack() { epatch "${WORKDIR}"/patch fi =20 - epatch "${FILESDIR}"/${P}-BJA-sandbox.diff + epatch "${FILESDIR}"/${P}-BJA-sandbox.patch =20 ########## CPU SELECTION ########## =20