From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-799215-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 6DB54138CCF for <garchives@archives.gentoo.org>; Mon, 11 May 2015 16:48:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8E5DE0912; Mon, 11 May 2015 16:48:43 +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 89912E0912 for <gentoo-commits@lists.gentoo.org>; Mon, 11 May 2015 16:48:43 +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 6A8E03406AA for <gentoo-commits@lists.gentoo.org>; Mon, 11 May 2015 16:48:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13F469C8 for <gentoo-commits@lists.gentoo.org>; Mon, 11 May 2015 16:48:38 +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: <1431362922.a6b6ee67a3fce163328463faf599135311abdaab.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-3.2.68-r11.ebuild sys-kernel/hardened-sources/hardened-sources-3.2.69.ebuild X-VCS-Directories: sys-kernel/hardened-sources/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: a6b6ee67a3fce163328463faf599135311abdaab X-VCS-Branch: master Date: Mon, 11 May 2015 16:48:38 +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: 881937be-394d-4aa7-be30-74f3d0acb1f6 X-Archives-Hash: 019488a6afdb4efdde1676bef69206d0 commit: a6b6ee67a3fce163328463faf599135311abdaab Author: layman <layman <AT> localhost> AuthorDate: Mon May 11 16:48:42 2015 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Mon May 11 16:48:42 2015 +0000 URL: https://gitweb.gentoo.org/proj/hardened-dev.git/commit/?id=a6b6ee67 sys-kernel/hardened-sources: fix 3.2.69. Package-Manager: portage-2.2.18 Manifest-Sign-Key: 0xF52D4BBA ...ardened-sources-3.2.68-r11.ebuild => hardened-sources-3.2.69.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-kernel/hardened-sources/hardened-sources-3.2.68-r11.ebuild b/sys-kernel/hardened-sources/hardened-sources-3.2.69.ebuild similarity index 96% rename from sys-kernel/hardened-sources/hardened-sources-3.2.68-r11.ebuild rename to sys-kernel/hardened-sources/hardened-sources-3.2.69.ebuild index 5a1befa..7c58b5f 100644 --- a/sys-kernel/hardened-sources/hardened-sources-3.2.68-r11.ebuild +++ b/sys-kernel/hardened-sources/hardened-sources-3.2.69.ebuild @@ -12,7 +12,7 @@ K_DEBLOB_AVAILABLE="1" inherit kernel-2 detect_version -HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-12" +HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1" 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}"