From: Dirk Wagner Date: Sat, 11 Feb 2012 17:27:13 +0000 (+0100) Subject: pound: update to latest stable 2.6 X-Git-Tag: v2.11-core57~3 X-Git-Url: http://git.ipfire.org/?p=people%2Ftrikolon%2Fipfire-2.x.git;a=commitdiff_plain;h=dc083d18df3f5ed30956237c6e3488d9f5449f5c pound: update to latest stable 2.6 --- diff --git a/lfs/pound b/lfs/pound index 39ef2cd5e..1b9e523a1 100644 --- a/lfs/pound +++ b/lfs/pound @@ -24,7 +24,7 @@ include Config -VER = 2.5 +VER = 2.6 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 = 2 +PAK_VER = 3 DEPS = "" @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 8a39f5902094619afcda7d12d9d8342c +$(DL_FILE)_MD5 = 8c913b527332694943c4c67c8f152071 install : $(TARGET) @@ -77,6 +77,7 @@ $(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) && ./configure --prefix=/usr --sysconfdir=/etc --enable-cert1l cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install