X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fpound;h=3860122a9f9d9a434941cd8adf0a132b83add0ce;hb=afd6e1931defb60665b40438d8e54db6de46246f;hp=9305f4595239d7c4fc5ea8121f38d3535517e7c9;hpb=e8676927f429f94197d8a4d8daff247de799b0b4;p=ipfire-2.x.git diff --git a/lfs/pound b/lfs/pound index 9305f45952..3860122a9f 100644 --- a/lfs/pound +++ b/lfs/pound @@ -24,7 +24,7 @@ include Config -VER = 2.6 +VER = 2.7 THISAPP = Pound-$(VER) DL_FILE = $(THISAPP).tgz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = pound -PAK_VER = 5 +PAK_VER = 8 DEPS = "" @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 8c913b527332694943c4c67c8f152071 +$(DL_FILE)_MD5 = ec8298aa3e4aee3ffbecdc0639d7f14a install : $(TARGET) @@ -77,16 +77,12 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && patch -p4 < $(DIR_SRC)/src/patches/pound-2.6.patch - cd $(DIR_APP) && patch -p1 < $(DIR_SRC)/src/patches/Pound-2.6-reneg-ciphers-altnames-nosslv2.patch - cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc --enable-cert1l + cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc \ + --with-dh=1024 cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install install -v -m 644 $(DIR_SRC)/config/backup/includes/pound \ /var/ipfire/backup/addons/includes/pound - ln -sf ../init.d/pound /etc/rc.d/rc3.d/S60pound - ln -sf ../init.d/pound /etc/rc.d/rc0.d/K40pound - ln -sf ../init.d/pound /etc/rc.d/rc6.d/K40pound # Remove temporary file. rm -vf /root/.rnd