X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fsquid;h=00dc12a10a01a7b918e5f0c87a8ccf30737014fe;hp=1c17c0c3b81c400c1a92821334877bdb88da0d34;hb=4c7bfb1f271bdd0de493772a15209e038344e57c;hpb=4f160f04cb819cafd9b4ddc53ccb24d48668aa92 diff --git a/lfs/squid b/lfs/squid index 1c17c0c3b..00dc12a10 100644 --- a/lfs/squid +++ b/lfs/squid @@ -24,7 +24,7 @@ include Config -VER = 3.3.10 +VER = 3.4.4 THISAPP = squid-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 28058812d722cac303517a643e28bcb0 +$(DL_FILE)_MD5 = dc2bcb967fc6b15bbbc6b961010c0c00 install : $(TARGET) @@ -70,9 +70,6 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xaf $(DIR_DL)/$(DL_FILE) - - cd $(DIR_APP) && patch -Np0 < $(DIR_SRC)/src/patches/squid-3.3.10-optional-ssl-options.patch - cd $(DIR_APP) && ./configure \ --prefix=/usr \ --sysconfdir=/etc/squid \ @@ -120,7 +117,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --enable-kill-parent-hack \ --disable-wccpv2 \ --enable-icap-client \ - --disable-esi + --disable-esi \ + --enable-zph-qos cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install