1. Grsecurity kernels update

    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 …


  2. Grsecurity update to latest 3.0 patch

    Here comes the new packages supporting the new Grsecurity patch version!
    This mean:

    • Stable 3.2.52 kernel
      • And its 0.6.2 ZFS modules
    • Test 3.12.1 kernel
      • ZFS modules has been updated …

  3. Nginx package update

    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 …


  4. Easy git access control - Part 2 - more granularity

    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 …


  5. Package addition in EL6 repo

    I've added some new packages in the EL6 extras repository

    • GeoIP 1.5.1
    • nginx 1.4.3
    • libyaml 0.1.4
    • PyYAML 3.10
    • uwsgi 1.9.18.2

    As usual please use the …


  6. Easy git access control

    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 …