X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=make.sh;h=f5f4741cc8f72955d6c5a8b8600792edd420eafa;hp=a0f2dffc28ead574ca2ae5be08dcb11c6782e8c8;hb=63420a96b6707866d2271715e6fae691f16650c4;hpb=4960c9123246d13c04347551b179b45d9dae39d1 diff --git a/make.sh b/make.sh index a0f2dffc28..f5f4741cc8 100755 --- a/make.sh +++ b/make.sh @@ -25,8 +25,8 @@ NAME="IPFire" # Software name SNAME="ipfire" # Short name VERSION="2.19" # Version number -CORE="111" # Core Level (Filename) -PAKFIRE_CORE="111" # Core Level (PAKFIRE) +CORE="116" # Core Level (Filename) +PAKFIRE_CORE="115" # Core Level (PAKFIRE) GIT_BRANCH=`git rev-parse --abbrev-ref HEAD` # Git Branch SLOGAN="www.ipfire.org" # Software slogan CONFIG_ROOT=/var/ipfire # Configuration rootdir @@ -37,7 +37,7 @@ KVER=`grep --max-count=1 VER lfs/linux | awk '{ print $3 }'` GIT_TAG=$(git tag | tail -1) # Git Tag GIT_LASTCOMMIT=$(git log | head -n1 | cut -d" " -f2 |head -c8) # Last commit -TOOLCHAINVER=20170518 +TOOLCHAINVER=20170705 # New architecture variables HOST_ARCH="$(uname -m)" @@ -390,6 +390,7 @@ buildbase() { lfsmake2 udev lfsmake2 vim lfsmake2 xz + lfsmake2 paxctl } buildipfire() { @@ -496,6 +497,8 @@ buildipfire() { lfsmake2 libevent2 lfsmake2 libevent2-compat lfsmake2 expat + lfsmake2 apr + lfsmake2 aprutil lfsmake2 unbound lfsmake2 gnutls lfsmake2 bind @@ -526,7 +529,6 @@ buildipfire() { lfsmake2 libart lfsmake2 gd lfsmake2 popt - lfsmake2 pcre lfsmake2 slang lfsmake2 newt lfsmake2 libsmooth @@ -546,6 +548,7 @@ buildipfire() { lfsmake2 web-user-interface lfsmake2 flag-icons lfsmake2 jquery + lfsmake2 bootstrap lfsmake2 arping lfsmake2 beep lfsmake2 dvdrtools @@ -619,12 +622,12 @@ buildipfire() { lfsmake2 python-ipaddress lfsmake2 glib lfsmake2 GeoIP - lfsmake2 fwhits lfsmake2 noip_updater lfsmake2 ntp lfsmake2 openssh lfsmake2 fontconfig lfsmake2 dejavu-fonts-ttf + lfsmake2 ubuntu-font-family lfsmake2 freefont lfsmake2 pixman lfsmake2 cairo @@ -705,7 +708,6 @@ buildipfire() { lfsmake2 gnu-netcat lfsmake2 ncat lfsmake2 nmap - lfsmake2 ncftp lfsmake2 etherwake lfsmake2 bwm-ng lfsmake2 sysstat @@ -864,6 +866,8 @@ buildipfire() { lfsmake2 owncloud lfsmake2 bacula lfsmake2 batctl + lfsmake2 perl-Font-TTF + lfsmake2 perl-IO-String lfsmake2 perl-PDF-API2 lfsmake2 squid-accounting lfsmake2 pigz @@ -887,6 +891,8 @@ buildipfire() { lfsmake2 perl-common-sense lfsmake2 perl-inotify2 lfsmake2 perl-Net-IP + lfsmake2 wio + lfsmake2 iftop } buildinstaller() { @@ -1143,7 +1149,7 @@ downloadsrc) toolchain) clear prepareenv - beautify build_stage "Toolchain compilation - Native GCC: `gcc --version | grep GCC | awk {'print $3'}`" + beautify build_stage "Toolchain compilation" buildtoolchain echo "`date -u '+%b %e %T'`: Create toolchain tar.gz for ${BUILD_ARCH}" | tee -a $LOGFILE test -d $BASEDIR/cache/toolchains || mkdir -p $BASEDIR/cache/toolchains