=>  Releases

Stable: 1.3.7
for kernels:

  • 2.4.36
  • 2.6.23.14

Devel 1.4: 1.4.0-rc3
for kernels:

  • 2.4.36.9
  • 2.6.27.5

Full RSBAC kernels
Lazy of patching ? Get the already rsbac-patched kernel. Choose your flavor.

Classic kernels
Includes vanilla kernel with the RSBAC patch

  • 2.6.23.14
  • 2.4.35.3

Enhanced kernels
Kernels including latest security fixes, goodies, and of course PaX+RSBAC

  • 2.6.23.15 (20080217)
  • 2.4.36 (20080217)

Debian repository
Also works for Ubuntu and other Debian-based distributions, of course

SVN
Cutting edge RSBAC source code, can be unstable sometimes

=>  Events

No events planned

SVK auto-setup

Just copy/paste that script and execute it :)

#!/bin/bash
svn=svn+ssh://rsbac.org/daten/subversion
repos="rsbac-2.6 rsbac-2.4 rsbac-admin rsbac-apache rsbac-misc rsbac-python"
 
[ -d $HOME/.svk ] && {
        echo "You already have a svk configuration in $HOME/.svk"
        echo "Please remove it before proceeding. Backup any data you need."
        exit 1
}
 
echo "Please reply y if you want a default repository (safe to say yes, takes low disk space)"
svk depot -i
echo "Please enter the directory path to store your depots:"
echo -n "[$HOME/.svk]: "
read path
[ "$path" == "" ] && path="$HOME/.svk"
[ -d "$path" ] || {
        echo "Error: Not a directory"
        exit 1
}
echo "Creating the RSBAC depot"
echo "=> Just say y once :)"
svk depot rsbac $path/rsbac
echo -n "Creating mirrors: "
for rep in $repos; do
        echo -n "$rep... "
        svk mirror $svn/$rep /rsbac/$rep > /dev/null
done
echo "done"
 
echo "Syncing all mirrors [this may take a long time]..."
svk sy -a
 
echo "All done! Summary:"
svk depot -l
svk ls /rsbac/
 

documentation/dev/scm/svk/script.txt · Last modified: 2006/06/06 14:11 by kang
This website is kindly hosted by m-privacy