public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. b25387547d45ee4bb8b81e7aab5db4fb2281ae12
Date: Wed, 03 Jul 2013 20:34:21 +0200	[thread overview]
Message-ID: <20130703183421.DB32420861@argus.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 2234 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  b25387547d45ee4bb8b81e7aab5db4fb2281ae12 (commit)
       via  f8c079150ec8df07a0f90bf25ef3a68f1201756f (commit)
      from  2650b1d285a3cb60808a4fbf386f7c65b2dfa29f (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 b25387547d45ee4bb8b81e7aab5db4fb2281ae12
Merge: f8c0791 2650b1d
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Wed Jul 3 20:34:15 2013 +0200

    Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next

commit f8c079150ec8df07a0f90bf25ef3a68f1201756f
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Wed Jul 3 20:32:07 2013 +0200

    curl: Update to 7.31.0.
    
    Disable IPv6 in order to avoid that AAAA record resolution
    which may kill squidclamav.

-----------------------------------------------------------------------

Summary of changes:
 lfs/curl | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Difference in files:
diff --git a/lfs/curl b/lfs/curl
index 1228f39..715d79d 100644
--- a/lfs/curl
+++ b/lfs/curl
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 7.29.0
+VER        = 7.31.0
 
 THISAPP    = curl-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 4f57d3b4a3963038bd5e04dbff385390
+$(DL_FILE)_MD5 = 6f26843f7e3a2fb06e02f68a55efe8c7
 
 install : $(TARGET)
 
@@ -70,7 +70,7 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	@$(PREBUILD)
 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xvf $(DIR_DL)/$(DL_FILE)
-	cd $(DIR_APP) && ./configure --prefix=/usr
+	cd $(DIR_APP) && ./configure --prefix=/usr --disable-ipv6
 	cd $(DIR_APP) && make $(MAKETUNING)
 	cd $(DIR_APP) && make install
 	# Create symlink to new curl lib for old binaries


hooks/post-receive
--
IPFire 2.x development tree

                 reply	other threads:[~2013-07-03 18:34 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=20130703183421.DB32420861@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