X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=make.sh;h=a17913fc562b8101428f3db7e499f93fb04d63c1;hp=5ef6f3e4e26b9d88b8ebb258116a588156d54cec;hb=2524577db810a73e044fbb7acfc7b67108e59915;hpb=7f218a58ba2537d04dd3a661f0a57f55fe8484b1 diff --git a/make.sh b/make.sh index 5ef6f3e4e2..a17913fc56 100755 --- a/make.sh +++ b/make.sh @@ -17,7 +17,7 @@ # along with IPFire; if not, write to the Free Software # # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # # -# Copyright (C) 2007-2016 IPFire Team . # +# Copyright (C) 2007-2017 IPFire Team . # # # ############################################################################ # @@ -25,8 +25,8 @@ NAME="IPFire" # Software name SNAME="ipfire" # Short name VERSION="2.19" # Version number -CORE="104" # Core Level (Filename) -PAKFIRE_CORE="103" # Core Level (PAKFIRE) +CORE="109" # Core Level (Filename) +PAKFIRE_CORE="109" # 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 @@ -298,6 +298,7 @@ buildtoolchain() { lfsmake1 ncurses lfsmake1 bash lfsmake1 bzip2 + lfsmake1 automake lfsmake1 coreutils lfsmake1 diffutils lfsmake1 findutils @@ -427,10 +428,10 @@ buildipfire() { case "${TARGET_ARCH}" in x86_64) ipfiremake linux KCFG="" - ipfiremake backports KCFG="" - ipfiremake e1000e KCFG="" - ipfiremake igb KCFG="" - ipfiremake ixgbe KCFG="" +# ipfiremake backports KCFG="" +# ipfiremake e1000e KCFG="" +# ipfiremake igb KCFG="" +# ipfiremake ixgbe KCFG="" ipfiremake xtables-addons KCFG="" ipfiremake linux-initrd KCFG="" ;; @@ -499,6 +500,7 @@ buildipfire() { ipfiremake sqlite ipfiremake libffi ipfiremake python + ipfiremake python3 ipfiremake ca-certificates ipfiremake fireinfo ipfiremake libnet @@ -507,6 +509,7 @@ buildipfire() { ipfiremake libidn ipfiremake nasm ipfiremake libjpeg + ipfiremake libjpeg-compat ipfiremake libexif ipfiremake libpng ipfiremake libtiff @@ -537,7 +540,9 @@ buildipfire() { ipfiremake beep ipfiremake dvdrtools ipfiremake nettle - ipfiremake dnsmasq + ipfiremake libevent + ipfiremake libevent2 + ipfiremake unbound ipfiremake dosfstools ipfiremake reiserfsprogs ipfiremake xfsprogs @@ -603,6 +608,10 @@ buildipfire() { ipfiremake python-mechanize ipfiremake python-feedparser ipfiremake python-rssdler + ipfiremake python-inotify + ipfiremake python-docutils + ipfiremake python-daemon + ipfiremake python-ipaddress ipfiremake glib ipfiremake GeoIP ipfiremake fwhits @@ -678,8 +687,6 @@ buildipfire() { ipfiremake gnump3d ipfiremake rsync ipfiremake tcpwrapper - ipfiremake libevent - ipfiremake libevent2 ipfiremake libtirpc ipfiremake rpcbind ipfiremake nfs @@ -708,6 +715,7 @@ buildipfire() { ipfiremake spice-protocol ipfiremake spice ipfiremake sdl + ipfiremake libusbredir ipfiremake qemu ipfiremake sane ipfiremake netpbm @@ -725,7 +733,6 @@ buildipfire() { ipfiremake vdr ipfiremake vdr_streamdev ipfiremake vdr_vnsiserver5 - ipfiremake vdr_vnsiserver3 ipfiremake vdr_epgsearch ipfiremake vdr_dvbapi ipfiremake vdr_eepg @@ -870,7 +877,9 @@ buildipfire() { ipfiremake libyajl ipfiremake libvirt ipfiremake freeradius + ipfiremake perl-common-sense ipfiremake perl-inotify2 + ipfiremake perl-Net-IP } buildinstaller() {