X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=make.sh;h=595abd432cf80726fdc771e5c5ab0d9e92bbee3b;hb=f98766eb9eac8dee2cfcbdabb78755e08ec39418;hp=f52f9e8b3b59829090db6360fb886ca35ed897c5;hpb=eead8d2e01061b462f1758e06e7082ca5d18e523;p=ipfire-2.x.git diff --git a/make.sh b/make.sh index f52f9e8b3b..595abd432c 100755 --- a/make.sh +++ b/make.sh @@ -25,8 +25,8 @@ NAME="IPFire" # Software name SNAME="ipfire" # Short name VERSION="2.11" # Version number -CORE="64" # Core Level (Filename) -PAKFIRE_CORE="63" # Core Level (PAKFIRE) +CORE="65" # Core Level (Filename) +PAKFIRE_CORE="65" # 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 @@ -561,6 +561,7 @@ buildipfire() { ipfiremake Net-IPv4Addr ipfiremake Net_SSLeay ipfiremake IO-Stringy + ipfiremake IO-Socket-SSL ipfiremake Unix-Syslog ipfiremake Mail-Tools ipfiremake MIME-Tools @@ -772,6 +773,10 @@ buildipfire() { ipfiremake minidlna ipfiremake fping ipfiremake telnet + ipfiremake stress + ipfiremake libstatgrab + ipfiremake sarg + ipfiremake sendEmail echo Build on $HOSTNAME > $BASEDIR/build/var/ipfire/firebuild cat /proc/version >> $BASEDIR/build/var/ipfire/firebuild echo >> $BASEDIR/build/var/ipfire/firebuild