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 7cab3cbaaf8596ee6608746505cd20d8d4efcdc7 (commit) via 8b84451c65bc7e712edea7691c1e4d1990a45f17 (commit) from 0302c83d0672b14805b03dd3cf47fb0dcd91db99 (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 7cab3cbaaf8596ee6608746505cd20d8d4efcdc7 Merge: 8b84451 0302c83 Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Feb 7 18:04:53 2013 +0100
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x
commit 8b84451c65bc7e712edea7691c1e4d1990a45f17 Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Feb 7 18:03:48 2013 +0100
mesa: Don't link with -z lazy.
Use the bind now hardening feature on mesa as well.
I could not test if the X server still properly starts up.
-----------------------------------------------------------------------
Summary of changes: mesa/mesa.nm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
Difference in files: diff --git a/mesa/mesa.nm b/mesa/mesa.nm index ab71259..48a9e5d 100644 --- a/mesa/mesa.nm +++ b/mesa/mesa.nm @@ -5,7 +5,7 @@
name = mesa version = 9.0.2 -release = 1 +release = 1.1
groups = Development/Tools url = http://www.mesa3d.org @@ -44,8 +44,6 @@ build
DIR_APP = %{DIR_SRC}/Mesa-%{version}
- CFLAGS += -Wl,-z,lazy - if "%{DISTRO_PLATFORM}" == "x86" platform_drivers = ,i915,i965 end
hooks/post-receive -- IPFire 3.x development tree