public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. b25387547d45ee4bb8b81e7aab5db4fb2281ae12
@ 2013-07-03 18:34 git
  0 siblings, 0 replies; only message in thread
From: git @ 2013-07-03 18:34 UTC (permalink / raw)
  To: ipfire-scm

[-- 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-07-03 18:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-03 18:34 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. b25387547d45ee4bb8b81e7aab5db4fb2281ae12 git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox