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 <gentoo-commits+bounces-330792-garchives=archives.gentoo.org@lists.gentoo.org>) id 1Q4H8A-0006YE-8R for garchives@archives.gentoo.org; Mon, 28 Mar 2011 18:25:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BE511C167; Mon, 28 Mar 2011 18:24:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2D1821C167 for <gentoo-commits@lists.gentoo.org>; Mon, 28 Mar 2011 18:24:17 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B3F991B40E9 for <gentoo-commits@lists.gentoo.org>; Mon, 28 Mar 2011 18:24:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id D190880073 for <gentoo-commits@lists.gentoo.org>; Mon, 28 Mar 2011 18:24:15 +0000 (UTC) From: "Sebastian Pipping" <sping@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" <sping@gentoo.org> Message-ID: <fa3b8af99e68bdfe3c0cd7138e9cee58935925e2.sping@gentoo> Subject: [gentoo-commits] proj/genkernel:stable commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: ChangeLog genkernel X-VCS-Directories: / X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: fa3b8af99e68bdfe3c0cd7138e9cee58935925e2 Date: Mon, 28 Mar 2011 18:24:15 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: defdf1ef2e0b86f4939cb9ef6c839ee0 commit: fa3b8af99e68bdfe3c0cd7138e9cee58935925e2 Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org> AuthorDate: Mon Mar 28 18:18:00 2011 +0000 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org> CommitDate: Mon Mar 28 18:22:32 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/genkernel.git= ;a=3Dcommit;h=3Dfa3b8af9 Bump to 3.4.15 --- ChangeLog | 3 +++ genkernel | 2 +- 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5cdcaca..2101b7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ # Distributed under the GPL v2 # $Id$ =20 + 28 Mar 2011; Sebastian Pipping <sping@gentoo.org> genkernel: + Bump to 3.4.15 + 24 Mar 2011; Peter Hjalmarsson <xake@rymdraket.net> defaults/linuxrc, = initrd.scripts: Rescue /proc and /sys over into chroot Apply mount options noexec,nosuid,nodev to /proc and /sys diff --git a/genkernel b/genkernel index b84e3e5..b779032 100755 --- a/genkernel +++ b/genkernel @@ -2,7 +2,7 @@ # $Id$ =20 PATH=3D"${PATH}:/sbin:/usr/sbin" -GK_V=3D'3.4.14' +GK_V=3D'3.4.15' =20 # Set the default for TMPDIR. May be modified by genkernel.conf or the # --tempdir command line option.