public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-kernel/hardened-sources: ChangeLog hardened-sources-2.6.23-r9.ebuild
@ 2008-03-22 20:34 Christian Heim (phreak)
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Heim (phreak) @ 2008-03-22 20:34 UTC (permalink / raw
  To: gentoo-commits

phreak      08/03/22 20:34:59

  Modified:             ChangeLog
  Added:                hardened-sources-2.6.23-r9.ebuild
  Log:
  Revision bump, thanks to Kerin Miller.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.211                sys-kernel/hardened-sources/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.211&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.211&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?r1=1.210&r2=1.211

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
retrieving revision 1.210
retrieving revision 1.211
diff -u -r1.210 -r1.211
--- ChangeLog	27 Feb 2008 16:04:18 -0000	1.210
+++ ChangeLog	22 Mar 2008 20:34:58 -0000	1.211
@@ -1,6 +1,17 @@
 # ChangeLog for sys-kernel/hardened-sources
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 1.210 2008/02/27 16:04:18 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 1.211 2008/03/22 20:34:58 phreak Exp $
+
+*hardened-sources-2.6.23-r9 (22 Mar 2008)
+
+  22 Mar 2008; Christian Heim <phreak@gentoo.org>
+  +hardened-sources-2.6.23-r9.ebuild:
+  * Revision bump, rebasing the patchset against genpatches-2.6.23-10.
+  * Change the default GIDs for some grsecurity options
+  * Revamp the Hardened [Gentoo] security level and make it the default level
+  * Fixing compilation on ia64 with CONFIG_MODULES=y (loadable module support)
+  * Fix a recursive lock -- call to capable() within ptrace_attach()
+  * Fix bug that allows audit and iscsi operations to be controlled via netlink
 
 *hardened-sources-2.6.23-r8 (27 Feb 2008)
 



1.1                  sys-kernel/hardened-sources/hardened-sources-2.6.23-r9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-2.6.23-r9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-2.6.23-r9.ebuild?rev=1.1&content-type=text/plain

Index: hardened-sources-2.6.23-r9.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-2.6.23-r9.ebuild,v 1.1 2008/03/22 20:34:58 phreak Exp $

ETYPE="sources"
K_WANT_GENPATCHES="base extras"
K_GENPATCHES_VER="10"

inherit kernel-2
detect_version

HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-7
HGPV_URI="mirror://gentoo/hardened-patches-${HGPV}.extras.tar.bz2"
UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2"
UNIPATCH_EXCLUDE="4200_fbcondecor-0.9.4-2.6.23-rc7.patch 4205_uvesafb-0.1-rc3-2.6.23-rc3.patch 4405_alpha-sysctl-uac.patch"
DESCRIPTION="Hardened kernel sources ${OKV}"
HOMEPAGE="http://www.gentoo.org/proj/en/hardened/"

SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"

pkg_postinst() {
	kernel-2_pkg_postinst
	ewarn
	ewarn "The options selected by the \"Hardened [Gentoo]\" security level"
	ewarn "(GRKERNSEC_HARDENED) have been revised for this release. If you intend"
	ewarn "to import a previous kernel configuration which uses this level then"
	ewarn "please remember to review these changes before you build the kernel. In"
	ewarn "particular, x86 users should note that PAX_MEMORY_UDEREF is now enabled"
	ewarn "which is known not to work well in some virtualised environments. If this"
	ewarn "affects you then you should switch to the \"Custom\" security level and"
	ewarn "disable the option."
	ewarn
}




-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-kernel/hardened-sources: ChangeLog hardened-sources-2.6.23-r9.ebuild
@ 2008-04-08 16:46 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 2+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2008-04-08 16:46 UTC (permalink / raw
  To: gentoo-commits

nixnut      08/04/08 16:46:09

  Modified:             ChangeLog hardened-sources-2.6.23-r9.ebuild
  Log:
  Stable on ppc wrt bug #213255
  (Portage version: 2.1.5_rc2)

Revision  Changes    Path
1.216                sys-kernel/hardened-sources/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.216&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?rev=1.216&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/hardened-sources/ChangeLog?r1=1.215&r2=1.216

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v
retrieving revision 1.215
retrieving revision 1.216
diff -u -r1.215 -r1.216
--- ChangeLog	7 Apr 2008 21:04:27 -0000	1.215
+++ ChangeLog	8 Apr 2008 16:46:08 -0000	1.216
@@ -1,6 +1,9 @@
 # ChangeLog for sys-kernel/hardened-sources
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 1.215 2008/04/07 21:04:27 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/ChangeLog,v 1.216 2008/04/08 16:46:08 nixnut Exp $
+
+  08 Apr 2008; nixnut <nixnut@gentoo.org> hardened-sources-2.6.23-r9.ebuild:
+  Stable on ppc wrt bug #213255
 
   07 Apr 2008; <solar@gentoo.org> -hardened-sources-2.4.35-r2.ebuild,
   -hardened-sources-2.6.23-r8.ebuild, hardened-sources-2.6.23-r9.ebuild:



1.4                  sys-kernel/hardened-sources/hardened-sources-2.6.23-r9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-2.6.23-r9.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-2.6.23-r9.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-2.6.23-r9.ebuild?r1=1.3&r2=1.4

Index: hardened-sources-2.6.23-r9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-2.6.23-r9.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hardened-sources-2.6.23-r9.ebuild	7 Apr 2008 21:04:27 -0000	1.3
+++ hardened-sources-2.6.23-r9.ebuild	8 Apr 2008 16:46:08 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-2.6.23-r9.ebuild,v 1.3 2008/04/07 21:04:27 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-2.6.23-r9.ebuild,v 1.4 2008/04/08 16:46:08 nixnut Exp $
 
 ETYPE="sources"
 K_WANT_GENPATCHES="base extras"
@@ -17,7 +17,7 @@
 HOMEPAGE="http://www.gentoo.org/proj/en/hardened/"
 
 SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86"
 
 pkg_postinst() {
 	kernel-2_pkg_postinst



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-04-08 16:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-22 20:34 [gentoo-commits] gentoo-x86 commit in sys-kernel/hardened-sources: ChangeLog hardened-sources-2.6.23-r9.ebuild Christian Heim (phreak)
  -- strict thread matches above, loose matches on Subject: below --
2008-04-08 16:46 Gysbert Wassenaar (nixnut)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox