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 3.x development tree".
The branch, master has been updated via 311910244d10dbc6a8f7428e3cd8396721fc93e4 (commit) via 834f0bf7bbca56da2f49fae07d7653177a8eccd8 (commit) via 586b0cb6bab18fa45dc5f9514624013a24189056 (commit) via bf8442a98abaf9559ecd2d84b9b0a2139f8b5a6f (commit) via fcc0cd1807dd65ceb9f03d5b2f7b7ed763c789d1 (commit) from 18e9d0d882cd9a8ab3f40dbbce964641d7c1865b (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 311910244d10dbc6a8f7428e3cd8396721fc93e4 Author: Schantl Stefan Stevee@ipfire.org Date: Sat Mar 20 18:13:32 2010 +0100
toolchain: Fix version of gmp and mpfr.
Both are needed to build gcc and had a wrong version number.
commit 834f0bf7bbca56da2f49fae07d7653177a8eccd8 Merge: 586b0cb6bab18fa45dc5f9514624013a24189056 18e9d0d882cd9a8ab3f40dbbce964641d7c1865b Author: Schantl Stefan Stevee@ipfire.org Date: Sat Mar 20 17:50:22 2010 +0100
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x
commit 586b0cb6bab18fa45dc5f9514624013a24189056 Merge: bf8442a98abaf9559ecd2d84b9b0a2139f8b5a6f d2615b9c7d4ba3a83d6c1ec3430428a0aeaa6784 Author: Schantl Stefan Stevee@ipfire.org Date: Sat Mar 20 17:14:36 2010 +0100
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x
commit bf8442a98abaf9559ecd2d84b9b0a2139f8b5a6f Merge: fcc0cd1807dd65ceb9f03d5b2f7b7ed763c789d1 f28f3f056c879081c2043e76e5ac9ff314c68fda Author: Schantl Stefan Stevee@ipfire.org Date: Fri Mar 19 23:01:49 2010 +0100
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x
Conflicts: pkgs/core/tar/tar.nm
commit fcc0cd1807dd65ceb9f03d5b2f7b7ed763c789d1 Author: Schantl Stefan Stevee@ipfire.org Date: Fri Mar 19 22:43:14 2010 +0100
tar: Fix testsuite.
This fixes issue #590.
-----------------------------------------------------------------------
Summary of changes: pkgs/toolchain/gcc-static/gcc-static.nm | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
Difference in files: diff --git a/pkgs/toolchain/gcc-static/gcc-static.nm b/pkgs/toolchain/gcc-static/gcc-static.nm index 3932b25..1beab0b 100644 --- a/pkgs/toolchain/gcc-static/gcc-static.nm +++ b/pkgs/toolchain/gcc-static/gcc-static.nm @@ -3,8 +3,8 @@ PKG_TOOLCHAIN_DEPS += binutils-static
include ../../core/gcc/gcc.nm
-GMP = gmp-4.3.1 -MPFR = mpfr-2.4.1 +GMP = gmp-5.0.1 +MPFR = mpfr-2.4.2
PKG_OBJECTS += $(GMP).tar.bz2 $(MPFR).tar.bz2
hooks/post-receive -- IPFire 3.x development tree