X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fsamba;h=4f5375c07faca4099e9369278e1cc217f7ffde44;hb=48fde0b6f999e12d916127d413357720ac5bd670;hp=bd2c32a0f82ea26ded5937c60b44ff1c06ef9afe;hpb=b13a80565075897e8ecb3805829294555a152caf;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/samba b/lfs/samba index bd2c32a0f8..4f5375c07f 100644 --- a/lfs/samba +++ b/lfs/samba @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2011 IPFire Team # +# Copyright (C) 2007-2014 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 3.5.11 +VER = 3.6.23 THISAPP = samba-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = samba -PAK_VER = 36 +PAK_VER = 57 DEPS = "cups" @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 81bbd16048c6ca40baea8c59126ee385 +$(DL_FILE)_MD5 = 2f7aee1dc5d31aefcb364600915b31dc install : $(TARGET) @@ -87,7 +87,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --with-winbind \ --disable-swat \ --enable-cups \ - --with-cifsmount \ --with-syslog cd $(DIR_APP)/source3 && make proto && make all $(MAKETUNING) $(EXTRA_MAKE) cd $(DIR_APP)/source3 && make install