summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavoz@gentoo.org>2006-12-11 14:54:18 +0000
committerGustavo Zacarias <gustavoz@gentoo.org>2006-12-11 14:54:18 +0000
commit01ddc6e89a7bc8dfc1e9ea5f4f202ec670f74738 (patch)
tree263d09a0c7ec1ad9eee2b493bb60f479a57176a1 /sys-kernel/sparc-sources
parentStable on ia64. (diff)
downloadgentoo-2-01ddc6e89a7bc8dfc1e9ea5f4f202ec670f74738.tar.gz
gentoo-2-01ddc6e89a7bc8dfc1e9ea5f4f202ec670f74738.tar.bz2
gentoo-2-01ddc6e89a7bc8dfc1e9ea5f4f202ec670f74738.zip
New rev wrt security #157186 and others
(Portage version: 2.1.1-r2)
Diffstat (limited to 'sys-kernel/sparc-sources')
-rw-r--r--sys-kernel/sparc-sources/ChangeLog8
-rw-r--r--sys-kernel/sparc-sources/files/digest-sparc-sources-2.4.33.49
-rw-r--r--sys-kernel/sparc-sources/sparc-sources-2.4.33.4.ebuild36
3 files changed, 52 insertions, 1 deletions
diff --git a/sys-kernel/sparc-sources/ChangeLog b/sys-kernel/sparc-sources/ChangeLog
index 5cc0b524faac..e98305e1272a 100644
--- a/sys-kernel/sparc-sources/ChangeLog
+++ b/sys-kernel/sparc-sources/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-kernel/sparc-sources
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/sparc-sources/ChangeLog,v 1.108 2006/09/26 22:59:33 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/sparc-sources/ChangeLog,v 1.109 2006/12/11 14:54:18 gustavoz Exp $
+
+*sparc-sources-2.4.33.4 (11 Dec 2006)
+
+ 11 Dec 2006; Gustavo Zacarias <gustavoz@gentoo.org>
+ +sparc-sources-2.4.33.4.ebuild:
+ New rev wrt security #157186 and others
26 Sep 2006; Gustavo Zacarias <gustavoz@gentoo.org>
sparc-sources-2.4.33.3.ebuild:
diff --git a/sys-kernel/sparc-sources/files/digest-sparc-sources-2.4.33.4 b/sys-kernel/sparc-sources/files/digest-sparc-sources-2.4.33.4
new file mode 100644
index 000000000000..c9ea25e6b423
--- /dev/null
+++ b/sys-kernel/sparc-sources/files/digest-sparc-sources-2.4.33.4
@@ -0,0 +1,9 @@
+MD5 807eee53a4270659d568a542c4d08ea3 linux-2.4.33.tar.bz2 31161078
+RMD160 6acdabafecfdc69f3f5b0203eac154ac1c39c44b linux-2.4.33.tar.bz2 31161078
+SHA256 a1d8403a72dbe7a4d63986e71e22e6eeb32fe2e2e949f40c3f9f3bb6496ee47a linux-2.4.33.tar.bz2 31161078
+MD5 6dddbeea9274f87ed9d4f7b87882ad91 patch-2.4.33.4.bz2 15344
+RMD160 451c589ed294403292e4f09c06eb8e3dbba38750 patch-2.4.33.4.bz2 15344
+SHA256 b662b1f7ae1dd93af916533882a1bf722119ab11c15819c8d080fcbe313083e6 patch-2.4.33.4.bz2 15344
+MD5 99e8fa172cc23f87e59cfbf857d9b716 patches-2.4.33.4-sparc.tar.bz2 190111
+RMD160 bbf7c77968c68082b504fe801454653c56cda597 patches-2.4.33.4-sparc.tar.bz2 190111
+SHA256 c1bf7b506824f906cb002a0490a7bba7b4a7cf7c78bbf4f80a536635b5845bca patches-2.4.33.4-sparc.tar.bz2 190111
diff --git a/sys-kernel/sparc-sources/sparc-sources-2.4.33.4.ebuild b/sys-kernel/sparc-sources/sparc-sources-2.4.33.4.ebuild
new file mode 100644
index 000000000000..5b18e832c3f0
--- /dev/null
+++ b/sys-kernel/sparc-sources/sparc-sources-2.4.33.4.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/sparc-sources/sparc-sources-2.4.33.4.ebuild,v 1.1 2006/12/11 14:54:18 gustavoz Exp $
+
+ETYPE="sources"
+IUSE="ultra1"
+inherit kernel-2
+detect_version
+
+PATCH_BASE="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}${EXTRAVERSION}"
+
+SSV_URI="mirror://gentoo/patches-${PATCH_BASE}.tar.bz2"
+
+KEYWORDS="-* ~sparc"
+DESCRIPTION="Full sources for the Gentoo Sparc Linux kernel"
+UNIPATCH_LIST="${DISTDIR}/patches-${PATCH_BASE}.tar.bz2"
+SRC_URI="${KERNEL_URI} ${SSV_URI}"
+HOMEPAGE="http://www.kernel.org/ http://www.gentoo.org"
+
+pkg_setup() {
+ use ultra1 || UNIPATCH_EXCLUDE="${UNIPATCH_EXCLUDE} 2000_U1-hme-lockup.patch"
+}
+
+pkg_postinst() {
+ postinst_sources
+
+ if [ ! -r "/proc/openprom/name" -o "cat /proc/openprom/name 2>/dev/null" = "'SUNW,Ultra-1'" ]; then
+ einfo
+ einfo "For users with an Enterprise model Ultra 1 using the HME network interface,"
+ einfo "please emerge the kernel using the following command:"
+ einfo
+ einfo "USE=ultra1 emerge sparc-sources"
+ einfo
+ fi
+
+}