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 c6f96750ba3131a58f3cd998f73b5c1ad9bc903c (commit) via 26685b07425ed4090ff7ba66f37adcccc77ae298 (commit) from 82a4a102f3eaa4d1d706a654cb940596714871d2 (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 c6f96750ba3131a58f3cd998f73b5c1ad9bc903c Author: Arne Fitzenreiter arne_f@ipfire.org Date: Fri Feb 28 16:09:45 2014 +0100
ffmpeg: prevent executable stack.
commit 26685b07425ed4090ff7ba66f37adcccc77ae298 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Fri Feb 28 16:09:04 2014 +0100
libmad: prevent executable stack.
-----------------------------------------------------------------------
Summary of changes: lfs/ffmpeg | 4 ++-- lfs/ffmpeg-libs | 2 +- lfs/libmad | 4 +++- 3 files changed, 6 insertions(+), 4 deletions(-)
Difference in files: diff --git a/lfs/ffmpeg b/lfs/ffmpeg index e2df5cc..7494731 100644 --- a/lfs/ffmpeg +++ b/lfs/ffmpeg @@ -31,12 +31,12 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = ffmpeg -PAK_VER = 4 +PAK_VER = 5
DEPS = "ffmpeg-libs sdl lame libvorbis xvid"
# Don't use PIC for libavcodec -CFLAGS += -fno-PIC -fno-strict-aliasing +CFLAGS += -fno-PIC -fno-strict-aliasing -Wa,--noexecstack
############################################################################### # Top-level Rules diff --git a/lfs/ffmpeg-libs b/lfs/ffmpeg-libs index d12b45b..b29c978 100644 --- a/lfs/ffmpeg-libs +++ b/lfs/ffmpeg-libs @@ -27,7 +27,7 @@ include Config VER = 2008-04-13 THISAPP = ffmpeg-export-$(VER) PROG = ffmpeg-libs -PAK_VER = 4 +PAK_VER = 5
DEPS = ""
diff --git a/lfs/libmad b/lfs/libmad index ea0491e..ed18f25 100644 --- a/lfs/libmad +++ b/lfs/libmad @@ -32,10 +32,12 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = libmad -PAK_VER = 1 +PAK_VER = 2
DEPS = ""
+CFLAGS += -Wa,--noexecstack + ############################################################################### # Top-level Rules ###############################################################################
hooks/post-receive -- IPFire 2.x development tree