Page 1 of 1

Older releases

PostPosted: Mon Mar 29, 2010 2:52 pm
by simbla
Hi,

I wanted to build a squeeze 2.6.32 kernel with the patch and it worked with the patch for 2.6.32.8, then I tried with the patch for the 2.6.32.9 and it failed.... :( when I realized that, the 2.6.32.8 wasn't available anymore...

I've seen on another topic that it was too complicated to have access to a source repository but would it be possible at least to have the complete list of the older releases of grsecurity and not only the last one ?

edit : yeah, I know, it's 22.6.32.10 now but the problem still remains.

Re: Older releases

PostPosted: Mon Mar 29, 2010 5:18 pm
by cormander
I started tracking grsecurity patches in git since 2.6.32.8, you can see the various patches as commits by searching my name as author. Here is a link to the gitweb search for it:

http://git.cormander.com/?p=linux-2.6.s ... +Henderson

Every new patch gets pulled down into this repo. If you want you can clone it like so:

git clone git://git.cormander.com/linux-2.6.stable-grsec.git

Then issue the "git diff" command between the linux version tag and the sha1sum of whichever patch you wanted, and it'll give you the full diff for it.

Re: Older releases

PostPosted: Tue Mar 30, 2010 1:42 am
by specs
I just guess you used the Debian patched kernel to apply the grsecurity patch to.
Why not start with a vanilla kernel?

Re: Older releases

PostPosted: Tue Mar 30, 2010 1:13 pm
by simbla
thanks cormander, that's exactly what I needed.

specs wrote:I just guess you used the Debian patched kernel to apply the grsecurity patch to.
Why not start with a vanilla kernel?


Because I want the debian patches too :wink:

Re: Older releases

PostPosted: Wed Sep 01, 2010 6:32 pm
by AleFranz
@ cormander
is the last patch in your repo the last 2.6.32.16 released?

I mean:
stable/grsecurity-2.2.0-2.6.32.16-201007112149.patch

ty!