X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=make.sh;h=595abd432cf80726fdc771e5c5ab0d9e92bbee3b;hp=3cb3e079339f3f8142871a02ef7b755c30c7c4cf;hb=f98766eb9eac8dee2cfcbdabb78755e08ec39418;hpb=cc8ac76307ebb11b010dd6cbc83ad14c0c0c3d83 diff --git a/make.sh b/make.sh index 3cb3e07933..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="64" # 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 @@ -773,6 +774,9 @@ buildipfire() { 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