diff options
author | Daniel Drake <dsd@gentoo.org> | 2004-11-26 17:14:49 +0000 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2004-11-26 17:14:49 +0000 |
commit | 770ddc3503cb21b1393101925e23cd2b854bef29 (patch) | |
tree | 04c6d3881038d93da50a9f2fa24d34a60c89302e /sys-kernel/grsec-sources | |
parent | Convert to kernel-2. Clean up. (Manifest recommit) (diff) | |
download | gentoo-2-770ddc3503cb21b1393101925e23cd2b854bef29.tar.gz gentoo-2-770ddc3503cb21b1393101925e23cd2b854bef29.tar.bz2 gentoo-2-770ddc3503cb21b1393101925e23cd2b854bef29.zip |
use the right patch..
Diffstat (limited to 'sys-kernel/grsec-sources')
-rw-r--r-- | sys-kernel/grsec-sources/grsec-sources-2.4.28.2.0.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-kernel/grsec-sources/grsec-sources-2.4.28.2.0.2.ebuild b/sys-kernel/grsec-sources/grsec-sources-2.4.28.2.0.2.ebuild index 37849d4f511f..ce38a2127580 100644 --- a/sys-kernel/grsec-sources/grsec-sources-2.4.28.2.0.2.ebuild +++ b/sys-kernel/grsec-sources/grsec-sources-2.4.28.2.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/grsec-sources/grsec-sources-2.4.28.2.0.2.ebuild,v 1.2 2004/11/26 17:10:45 dsd Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/grsec-sources/grsec-sources-2.4.28.2.0.2.ebuild,v 1.3 2004/11/26 17:14:49 dsd Exp $ ETYPE="sources" UNIPATCH_STRICTORDER="yes" @@ -13,9 +13,9 @@ PATCH_BASE="${PATCH_BASE/_/-}" EXTRAVERSION="-grsec-${PATCH_BASE}" KV_FULL="${OKV}${EXTRAVERSION}" -PATCH_SRC_BASE="grsecurity-${PATCH_BASE}-${OKV}.patch" +PATCH_SRC_BASE="grsecurity-${PATCH_BASE}-${OKV}.patch.gz" DESCRIPTION="Vanilla sources of the linux kernel with the grsecurity ${PATCH_BASE} patch" -SRC_URI="http://grsecurity.net/grsecurity-${PATCH_BASE}-${OKV}.patch \ +SRC_URI="http://grsecurity.net/grsecurity-${PATCH_BASE}-${OKV}.patch.gz \ http://www.kernel.org/pub/linux/kernel/v2.4/linux-${OKV}.tar.bz2" HOMEPAGE="http://www.kernel.org/ http://www.grsecurity.net" |