public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [IPFire-SCM] [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 36661efeecd3f3e0d1bb46cc65aa5f696b18f649
Date: Sat, 11 Feb 2012 18:28:51 +0100	[thread overview]
Message-ID: <20120211172855.646DB200BC@argus.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 3090 bytes --]

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

                 reply	other threads:[~2012-02-11 17:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120211172855.646DB200BC@argus.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox