]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
pound: update to latest stable 2.6
authorDirk Wagner <glotzi@ipfire.org>
Sat, 11 Feb 2012 17:27:13 +0000 (18:27 +0100)
committerDirk Wagner <glotzi@ipfire.org>
Sat, 11 Feb 2012 17:27:13 +0000 (18:27 +0100)
lfs/pound

index 39ef2cd5e60b3a6ac96dfa48aac1e6ddd388ece3..1b9e523a1d8988f32879ec45a68e701a66509ae6 100644 (file)
--- 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