From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-841532-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 8DD2C13888F
	for <garchives@archives.gentoo.org>; Tue, 20 Oct 2015 21:43:21 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id E6ECE21C019;
	Tue, 20 Oct 2015 21:43:18 +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 8ED4721C019
	for <gentoo-commits@lists.gentoo.org>; Tue, 20 Oct 2015 21:43:17 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 60BC934072E
	for <gentoo-commits@lists.gentoo.org>; Tue, 20 Oct 2015 21:43:16 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B0E81465
	for <gentoo-commits@lists.gentoo.org>; Tue, 20 Oct 2015 21:43:09 +0000 (UTC)
From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" <blueness@gentoo.org>
Message-ID: <1445377754.6a55080654462030b7120714c54a18eb3bf01495.blueness@gentoo>
Subject: [gentoo-commits] proj/hardened-dev:master commit in: sys-kernel/hardened-sources/
X-VCS-Repository: proj/hardened-dev
X-VCS-Files: sys-kernel/hardened-sources/hardened-sources-4.2.3-r4.ebuild sys-kernel/hardened-sources/hardened-sources-4.2.3-r5.ebuild
X-VCS-Directories: sys-kernel/hardened-sources/
X-VCS-Committer: blueness
X-VCS-Committer-Name: Anthony G. Basile
X-VCS-Revision: 6a55080654462030b7120714c54a18eb3bf01495
X-VCS-Branch: master
Date: Tue, 20 Oct 2015 21:43:09 +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
X-Archives-Salt: 7779d8b2-706a-48b5-ba82-cef87cf80c4c
X-Archives-Hash: f13d3c49a38d061452ba2fd361556ef7

commit:     6a55080654462030b7120714c54a18eb3bf01495
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 20 21:49:14 2015 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Oct 20 21:49:14 2015 +0000
URL:        https://gitweb.gentoo.org/proj/hardened-dev.git/commit/?id=6a550806

sys-kernel/hardened-sources: testing patchset 20151020.

Package-Manager: portage-2.2.20.1
Manifest-Sign-Key: 0x9384FA6EF52D4BBA

 ...ardened-sources-4.2.3-r4.ebuild => hardened-sources-4.2.3-r5.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/hardened-sources/hardened-sources-4.2.3-r4.ebuild b/sys-kernel/hardened-sources/hardened-sources-4.2.3-r5.ebuild
similarity index 96%
rename from sys-kernel/hardened-sources/hardened-sources-4.2.3-r4.ebuild
rename to sys-kernel/hardened-sources/hardened-sources-4.2.3-r5.ebuild
index 162dcb5..8406cf7 100644
--- a/sys-kernel/hardened-sources/hardened-sources-4.2.3-r4.ebuild
+++ b/sys-kernel/hardened-sources/hardened-sources-4.2.3-r5.ebuild
@@ -12,7 +12,7 @@ K_DEBLOB_AVAILABLE="1"
 inherit kernel-2
 detect_version
 
-HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-6"
+HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-7"
 HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2"
 SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"