X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=blobdiff_plain;f=make.sh;h=65244c04bde33bed35d86003b2d675b71c9ce1d8;hp=d52b0e1b5f9ac8c2262f42c0a58edb0c2f6cf5fe;hb=fb375976d9edbd4b0ce30e4cc75c96d62174aeed;hpb=58ccbbd4f276050f7f2b5930725eae4cf5957887 diff --git a/make.sh b/make.sh index d52b0e1b5..65244c04b 100755 --- a/make.sh +++ b/make.sh @@ -25,8 +25,8 @@ NAME="IPFire" # Software name SNAME="ipfire" # Short name VERSION="2.13" # Version number -CORE="68" # Core Level (Filename) -PAKFIRE_CORE="67" # Core Level (PAKFIRE) +CORE="69" # Core Level (Filename) +PAKFIRE_CORE="68" # Core Level (PAKFIRE) GIT_BRANCH=`git status | head -n1 | cut -d" " -f4` # Git Branch SLOGAN="www.ipfire.org" # Software slogan CONFIG_ROOT=/var/ipfire # Configuration rootdir @@ -700,6 +700,7 @@ buildipfire() { ipfiremake mediatomb ipfiremake sslh ipfiremake perl-gettext + ipfiremake perl-Sort-Naturally ipfiremake vdradmin ipfiremake miau ipfiremake netsnmpd @@ -763,6 +764,8 @@ buildipfire() { ipfiremake avahi ipfiremake nginx ipfiremake sendEmail + ipfiremake sysbench + ipfiremake strace echo Build on $HOSTNAME > $BASEDIR/build/var/ipfire/firebuild cat /proc/version >> $BASEDIR/build/var/ipfire/firebuild echo >> $BASEDIR/build/var/ipfire/firebuild