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 7af86c9c032331d30f1cf8112e14f68729947fc8 (commit) via 035e0ba7570c0935c223e6345c33f95d5348fc5f (commit) from 11d341264a8e051f6970dbe1dbe956bb56e84987 (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 7af86c9c032331d30f1cf8112e14f68729947fc8 Author: Kim Barthel kbarthel@ipfire.org Date: Wed Oct 3 14:54:14 2012 +0200
Gnutls: Updated to the latest stable release This release includes feature updates, notably support for the DTLS heartbeat message, and bug fixes in the current stable branch. Fixes Bug: #10228
commit 035e0ba7570c0935c223e6345c33f95d5348fc5f Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Oct 3 12:24:17 2012 +0200
gcc: Fix typo in patch.
-----------------------------------------------------------------------
Summary of changes: gcc/gcc.nm | 2 +- gcc/patches/gcc-4.7.0-piepatch-20120518.patch | 2 +- gnutls/gnutls.nm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
Difference in files: diff --git a/gcc/gcc.nm b/gcc/gcc.nm index 2723547..2937ab6 100644 --- a/gcc/gcc.nm +++ b/gcc/gcc.nm @@ -8,7 +8,7 @@ build_cloog_ppl = 1
name = gcc version = 4.7.2 -release = 1 +release = 2
maintainer = Michael Tremer michael.tremer@ipfire.org groups = Development/Compilers diff --git a/gcc/patches/gcc-4.7.0-piepatch-20120518.patch b/gcc/patches/gcc-4.7.0-piepatch-20120518.patch index 813713d..d8f430c 100644 --- a/gcc/patches/gcc-4.7.0-piepatch-20120518.patch +++ b/gcc/patches/gcc-4.7.0-piepatch-20120518.patch @@ -383,7 +383,7 @@ diff -Nur gcc-4.7.0-vanilla/gcc/configure gcc-4.7.0/gcc/configure + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can default to use -fstack-protector" >&5 +$as_echo_n "checking if we can default to use -fstack-protector... " >&6; } + ssp_link_test=no -+ if test x$gcc_cv_libc_provides_ssp = xyes && test x$set_have_as_tls = yes; then ++ if test x$gcc_cv_libc_provides_ssp = xyes && test x$set_have_as_tls = xyes; then + if $EGREP '^ *#[ ]*define[ ]+__UCLIBC__[ ]+1' \ + $target_header_dir/features.h > /dev/null; then + if test -f $target_header_dir/bits/uClibc_config.h && \ diff --git a/gnutls/gnutls.nm b/gnutls/gnutls.nm index fa829f3..44d64d6 100644 --- a/gnutls/gnutls.nm +++ b/gnutls/gnutls.nm @@ -4,7 +4,7 @@ ###############################################################################
name = gnutls -version = 3.1.0 +version = 3.1.2 release = 1
groups = System/Libraries
hooks/post-receive -- IPFire 3.x development tree