Second grsecurity patch in less than a week :)
- Stable 3.2.53 kernel
- Test 3.12.2 kernel
WARNING!
Please don't use 3.2.52 package. It was built without important virtio
drivers which would …
Second grsecurity patch in less than a week :)
Please don't use 3.2.52 package. It was built without important virtio
drivers which would …
Here comes the new packages supporting the new Grsecurity patch version!
This mean:
I guess you've heard about CVE-2013-4547, so here's version 1.4.4 of Nginx.
As usual it's available directly from my EL6 extras repository and you'll have to use the GPG public key to verify …
In my previous post i talked about how to easily manage write permissions on a git
repository.
As i said, the script could easily be extented to provide more granularity.
Here comes an improved version …
I've added some new packages in the EL6 extras repository
As usual please use the …
Basic access to a git
repository is fairly easy.
You specify --shared
when initializing your bare
repository, chgrp <your group>
to the repository directory and your done. Now everyone in <your group>
has read and …