mpagano     15/04/13 00:28:19

  Modified:             ChangeLog
  Added:                gentoo-sources-4.0.0.ebuild
  Log:
  Linux patch 4.0.0. Add patch to support namespace user.pax.* on tmpfs, bug 
#470644. Patch to enable link security restrictions by default. Patch to 
disable Windows 8 compatibility for some Lenovo ThinkPads.  Patch to ensure 
that /dev/root doesn't appear in /proc/mounts when bootint without an 
initramfs.  Path to not not lock when UMH is waiting on current thread spawned 
by linuxrc. (bug #481344) fbcondecor bootsplash patch.  Add Gentoo Linux 
support config settings and defaults.  Kernel patch that enables gcc < v4.9 
optimizations for additional CPUs.  Kernel patch enables gcc >= v4.9 
optimizations for additional CPUs. Update the distro kernel patch to add an 
option to the Gentoo menu that enables CGROUPS for cgroup, IPC_NS for 
ipc-sandbox, and NET_NS for network-sandbox. Update gcc >= 4.9 optimization 
patch. See bug #544028.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B576E4E3)

Revision  Changes    Path
1.1531               sys-kernel/gentoo-sources/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog?rev=1.1531&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog?rev=1.1531&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog?r1=1.1530&r2=1.1531

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v
retrieving revision 1.1530
retrieving revision 1.1531
diff -u -r1.1530 -r1.1531
--- ChangeLog   11 Apr 2015 23:26:49 -0000      1.1530
+++ ChangeLog   13 Apr 2015 00:28:19 -0000      1.1531
@@ -1,6 +1,22 @@
 # ChangeLog for sys-kernel/gentoo-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 
1.1530 2015/04/11 23:26:49 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 
1.1531 2015/04/13 00:28:19 mpagano Exp $
+
+*gentoo-sources-4.0.0 (13 Apr 2015)
+
+  13 Apr 2015; Mike Pagano <mpag...@gentoo.org> +gentoo-sources-4.0.0.ebuild:
+  Linux patch 4.0.0. Add patch to support namespace user.pax.* on tmpfs, bug
+  #470644. Patch to enable link security restrictions by default. Patch to
+  disable Windows 8 compatibility for some Lenovo ThinkPads. Patch to ensure
+  that /dev/root doesn't appear in /proc/mounts when bootint without an
+  initramfs. Path to not not lock when UMH is waiting on current thread spawned
+  by linuxrc. (bug #481344) fbcondecor bootsplash patch. Add Gentoo Linux
+  support config settings and defaults. Kernel patch that enables gcc < v4.9
+  optimizations for additional CPUs. Kernel patch enables gcc >= v4.9
+  optimizations for additional CPUs. Update the distro kernel patch to add an
+  option to the Gentoo menu that enables CGROUPS for cgroup, IPC_NS for
+  ipc-sandbox, and NET_NS for network-sandbox. Update gcc >= 4.9 optimization
+  patch. See bug #544028.
 
 *gentoo-sources-3.12.40 (11 Apr 2015)
 



1.1                  sys-kernel/gentoo-sources/gentoo-sources-4.0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-4.0.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-4.0.0.ebuild?rev=1.1&content-type=text/plain

Index: gentoo-sources-4.0.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-4.0.0.ebuild,v 
1.1 2015/04/13 00:28:19 mpagano Exp $

EAPI="5"
ETYPE="sources"
K_WANT_GENPATCHES="base extras experimental"
K_GENPATCHES_VER="1"
K_DEBLOB_AVAILABLE="0"
inherit kernel-2
detect_version
detect_arch

KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches";
IUSE="deblob experimental"

DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"

pkg_postinst() {
        kernel-2_pkg_postinst
        einfo "For more info on this patchset, and how to report problems, see:"
        einfo "${HOMEPAGE}"
}

pkg_postrm() {
        kernel-2_pkg_postrm
}




Reply via email to