This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".
The branch, next has been updated
via 36661efeecd3f3e0d1bb46cc65aa5f696b18f649 (commit)
via dc083d18df3f5ed30956237c6e3488d9f5449f5c (commit)
from 38d3bcd5c14b9670163774d02606a4f7045668d6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 36661efeecd3f3e0d1bb46cc65aa5f696b18f649
Author: Dirk Wagner <glotzi(a)ipfire.org>
Date: Sat Feb 11 18:28:13 2012 +0100
pound: update to latest stable 2.6
commit dc083d18df3f5ed30956237c6e3488d9f5449f5c
Author: Dirk Wagner <glotzi(a)ipfire.org>
Date: Sat Feb 11 18:27:13 2012 +0100
pound: update to latest stable 2.6
-----------------------------------------------------------------------
Summary of changes:
lfs/pound | 7 ++++---
src/patches/pound-2.6.patch | 11 +++++++++++
2 files changed, 15 insertions(+), 3 deletions(-)
create mode 100644 src/patches/pound-2.6.patch
Difference in files:
diff --git a/lfs/pound b/lfs/pound
index 39ef2cd..1b9e523 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
diff --git a/src/patches/pound-2.6.patch b/src/patches/pound-2.6.patch
new file mode 100644
index 0000000..9dceebc
--- /dev/null
+++ b/src/patches/pound-2.6.patch
@@ -0,0 +1,11 @@
+--- build/usr/src/Pound-2.6/configure_orig 2011-12-28 14:57:45.000000000 +0100
++++ build/usr/src/Pound-2.6/configure 2012-02-10 21:09:50.000000000 +0100
+@@ -3232,7 +3232,7 @@
+
+ if test "${CC}" = "gcc"
+ then
+- CPPFLAGS="${CPPFLAGS} -Wstrict-prototypes -Wno-unused-result -pipe"
++ CPPFLAGS="${CPPFLAGS} -Wstrict-prototypes -pipe"
+ fi
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: *** Checking for threads library and/or flags ***" >&5
hooks/post-receive
--
IPFire 2.x development tree