[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problems building patched kernel images



On Tue, 10 Sep 2002 11:50, John Morton wrote:
>  The changelog says we are creating 2.4.18 but I thought the version is
> 2.4.18-grsec-1.9.4

The problem is in the patch snippet below.  It sets the EXTRAVERSION which is 
now apparently against Debian policy.  If you find a kernel patch package 
that touches EXTRAVERSION then file a bug report asking that it be removed.

Also you should probably file a wishlist bug report against kernel-package 
requesting that it report this BEFORE compilation to save you wasting time 
waiting for a compile that is eventually aborted.

diff -urN linux/Makefile linux/Makefile
--- linux/Makefile      2002-08-02 11:20:20.000000000 -0400
+++ linux/Makefile      2002-08-01 19:21:55.000000000 -0400
@@ -1,7 +1,7 @@
 VERSION = 2
 PATCHLEVEL = 4
 SUBLEVEL = 19
-EXTRAVERSION =
+EXTRAVERSION = -grsec


-- 
I do not get viruses because I do not use MS software.
If you use Outlook then please do not put my email address in your
address-book so that WHEN you get a virus it won't use my address in the
>From field.



Reply to: