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 45E27138010 for ; Mon, 15 Oct 2012 20:59:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA378E04D2; Mon, 15 Oct 2012 20:58:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 69C70E04D2 for ; Mon, 15 Oct 2012 20:58:54 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C837533C235 for ; Mon, 15 Oct 2012 20:58:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 781CDE5436 for ; Mon, 15 Oct 2012 20:58:52 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1350334678.cd1e1a6d86d5101d74481ca275014c02b090bdde.robbat2@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: ChangeLog genkernel X-VCS-Directories: / X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: cd1e1a6d86d5101d74481ca275014c02b090bdde X-VCS-Branch: master Date: Mon, 15 Oct 2012 20:58:52 +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: fcc34428-a7c2-45a3-842a-a35947fd4add X-Archives-Hash: 9c4b765f8b1794fad56dee8154b8c2fa commit: cd1e1a6d86d5101d74481ca275014c02b090bdde Author: Robin H. Johnson gentoo org> AuthorDate: Mon Oct 15 20:57:58 2012 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Mon Oct 15 20:57:58 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=cd1e1a6d Bump to 3.4.44.2 with depmod corner cases by xake. Signed-off-by: Robin H. Johnson gentoo.org> --- ChangeLog | 3 +++ genkernel | 2 +- 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0df1690..10680da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ # Distributed under the GPL v2 # $Id$ + 15 Oct 2012; Robin H. Johnson genkernel: + Bump to 3.4.44.2 with depmod corner cases by xake. + 15 Oct 2012; Peter Hjalmarsson gen_compile.sh: Fix calling of depmod. diff --git a/genkernel b/genkernel index 1796da3..e84e089 100755 --- a/genkernel +++ b/genkernel @@ -2,7 +2,7 @@ # $Id$ PATH="${PATH}:/sbin:/usr/sbin" -GK_V='3.4.44.1' +GK_V='3.4.44.2' # Set the default for TMPDIR. May be modified by genkernel.conf or the # --tempdir command line option.