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 1Ls0jg-0000Ay-QN for garchives@archives.gentoo.org; Thu, 09 Apr 2009 20:20:33 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBD33E0126; Thu, 9 Apr 2009 20:20:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 77B2EE0126 for ; Thu, 9 Apr 2009 20:20:31 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id B6A686528F for ; Thu, 9 Apr 2009 20:20:30 +0000 (UTC) Received: from vapier by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1Ls0jd-0004Bk-W7 for gentoo-commits@lists.gentoo.org; Thu, 09 Apr 2009 20:20:30 +0000 From: "Mike Frysinger (vapier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, vapier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/openssl: openssl-0.9.8k.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: openssl-0.9.8k.ebuild ChangeLog X-VCS-Directories: dev-libs/openssl X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger Content-Type: text/plain; charset=utf8 Message-Id: Sender: Mike Frysinger Date: Thu, 09 Apr 2009 20:20:29 +0000 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: 1e2e3a97-eb12-48ad-9df2-c329a8524952 X-Archives-Hash: b3d77b6b9aebc128c8bdb12ae589fe3c vapier 09/04/09 20:20:29 Modified: openssl-0.9.8k.ebuild ChangeLog Log: Make sure we dont accidently create /etc/sandbox.d with 0700 perms #265= 376 by Friedrich Oslage. (Portage version: 2.2_rc28/cvs/Linux x86_64) Revision Changes Path 1.8 dev-libs/openssl/openssl-0.9.8k.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/openssl/o= penssl-0.9.8k.ebuild?rev=3D1.8&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/openssl/o= penssl-0.9.8k.ebuild?rev=3D1.8&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/openssl/o= penssl-0.9.8k.ebuild?r1=3D1.7&r2=3D1.8 Index: openssl-0.9.8k.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.8k.ebuild,= v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- openssl-0.9.8k.ebuild 2 Apr 2009 14:46:52 -0000 1.7 +++ openssl-0.9.8k.ebuild 9 Apr 2009 20:20:29 -0000 1.8 @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.8k.ebuil= d,v 1.7 2009/04/02 14:46:52 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.8k.ebuil= d,v 1.8 2009/04/09 20:20:29 vapier Exp $ =20 inherit eutils flag-o-matic toolchain-funcs =20 @@ -163,11 +163,11 @@ done [[ -n $(find -L ${d} -type l) ]] && die "broken manpage links found :(" =20 - diropts -m0700 - keepdir /etc/ssl/private - dodir /etc/sandbox.d #254521 echo 'SANDBOX_PREDICT=3D"/dev/crypto"' > "${D}"/etc/sandbox.d/10openssl + + diropts -m0700 + keepdir /etc/ssl/private } =20 pkg_preinst() { 1.289 dev-libs/openssl/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/openssl/C= hangeLog?rev=3D1.289&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/openssl/C= hangeLog?rev=3D1.289&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/openssl/C= hangeLog?r1=3D1.288&r2=3D1.289 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v retrieving revision 1.288 retrieving revision 1.289 diff -u -r1.288 -r1.289 --- ChangeLog 2 Apr 2009 14:46:52 -0000 1.288 +++ ChangeLog 9 Apr 2009 20:20:29 -0000 1.289 @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/openssl # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.288 20= 09/04/02 14:46:52 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.289 20= 09/04/09 20:20:29 vapier Exp $ + + 09 Apr 2009; Mike Frysinger openssl-0.9.8k.ebuild: + Make sure we dont accidently create /etc/sandbox.d with 0700 perms #26= 5376 + by Friedrich Oslage. =20 02 Apr 2009; Ra=C3=BAl Porcel openssl-0.9.8k.ebui= ld: alpha/arm/ia64/m68k/s390/sh stable wrt #263751