]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - make.sh
Updated openssl (0.9.8l).
[people/pmueller/ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index ea2a75f84571074d211646d2fbbe032186ceaf9b..fa50f8ac2984daacc2bc4dfcb5028cb4b7ed903b 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -25,8 +25,8 @@
 NAME="IPFire"                                                  # Software name
 SNAME="ipfire"                                                 # Short name
 VERSION="2.5"                                                  # Version number
-CORE="34"                                                      # Core Level (Filename)
-PAKFIRE_CORE="33"                                              # Core Level (PAKFIRE)
+CORE="36"                                                      # Core Level (Filename)
+PAKFIRE_CORE="35"                                              # 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
@@ -589,6 +589,7 @@ buildipfire() {
   ipfiremake icecast
   ipfiremake icegenerator
   ipfiremake mpd
+  ipfiremake libmpdclient
   ipfiremake mpc
   ipfiremake git
   ipfiremake squidclamav
@@ -641,6 +642,7 @@ buildipfire() {
   ipfiremake asterisk
   ipfiremake lcr
   ipfiremake usb_modeswitch
+  ipfiremake zerofree
   echo Build on $HOSTNAME > $BASEDIR/build/var/ipfire/firebuild
   cat /proc/version >> $BASEDIR/build/var/ipfire/firebuild
   echo >> $BASEDIR/build/var/ipfire/firebuild