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 BADCA138247 for ; Tue, 26 Nov 2013 00:38:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1384CE0ACF; Tue, 26 Nov 2013 00:38:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9E3B7E0ACF for ; Tue, 26 Nov 2013 00:38:30 +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 959A733F3B4 for ; Tue, 26 Nov 2013 00:38:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 170F4E545C for ; Tue, 26 Nov 2013 00:38:27 +0000 (UTC) From: "Anthony G. Basile" 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" Message-ID: <1385426350.7f1115f84a185e9b5de85020569f42e4eb34f480.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.11.9-r1.ebuild sys-kernel/hardened-sources/hardened-sources-3.2.52-r7.ebuild X-VCS-Directories: sys-kernel/hardened-sources/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 7f1115f84a185e9b5de85020569f42e4eb34f480 X-VCS-Branch: master Date: Tue, 26 Nov 2013 00:38:27 +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: 3c17a470-c207-48ca-9050-4827e9d8de00 X-Archives-Hash: bddd4404d32e15f50d68c8e17d702680 commit: 7f1115f84a185e9b5de85020569f42e4eb34f480 Author: Anthony G. Basile gentoo org> AuthorDate: Tue Nov 26 00:39:10 2013 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Tue Nov 26 00:39:10 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=7f1115f8 sys-kernel/hardened-sources: switch pkg_postinst to gradm-3.0 Package-Manager: portage-2.2.7 Manifest-Sign-Key: 0xF52D4BBA --- sys-kernel/hardened-sources/hardened-sources-3.11.9-r1.ebuild | 2 +- sys-kernel/hardened-sources/hardened-sources-3.2.52-r7.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-kernel/hardened-sources/hardened-sources-3.11.9-r1.ebuild b/sys-kernel/hardened-sources/hardened-sources-3.11.9-r1.ebuild index 56ea2d7..a5d0c75 100644 --- a/sys-kernel/hardened-sources/hardened-sources-3.11.9-r1.ebuild +++ b/sys-kernel/hardened-sources/hardened-sources-3.11.9-r1.ebuild @@ -32,7 +32,7 @@ RDEPEND=">=sys-devel/gcc-4.5" pkg_postinst() { kernel-2_pkg_postinst - local GRADM_COMPAT="sys-apps/gradm-2.9.1*" + local GRADM_COMPAT="sys-apps/gradm-3.0*" ewarn ewarn "Users of grsecurity's RBAC system must ensure they are using" diff --git a/sys-kernel/hardened-sources/hardened-sources-3.2.52-r7.ebuild b/sys-kernel/hardened-sources/hardened-sources-3.2.52-r7.ebuild index e5ec093..0afb2c1 100644 --- a/sys-kernel/hardened-sources/hardened-sources-3.2.52-r7.ebuild +++ b/sys-kernel/hardened-sources/hardened-sources-3.2.52-r7.ebuild @@ -30,7 +30,7 @@ RDEPEND=">=sys-devel/gcc-4.5" pkg_postinst() { kernel-2_pkg_postinst - local GRADM_COMPAT="sys-apps/gradm-2.9.1*" + local GRADM_COMPAT="sys-apps/gradm-3.0*" ewarn ewarn "Users of grsecurity's RBAC system must ensure they are using"