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 a20152c48598184945cb36c58518024c992aec45 (commit) via 9d5468573d20c5d9a331591507db964f8e833467 (commit) from bbbb003488fe3e1a62a3a12e24ce2d5caa0f4850 (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 a20152c48598184945cb36c58518024c992aec45 Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Dec 31 15:08:11 2016 +0000
ccache: Update to 3.3.3
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 9d5468573d20c5d9a331591507db964f8e833467 Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Dec 31 14:39:13 2016 +0000
sysvinit: Honour LDFLAGS
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: ccache/ccache.nm | 4 ++-- sysvinit/sysvinit.nm | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-)
Difference in files: diff --git a/ccache/ccache.nm b/ccache/ccache.nm index 5ca3435..e3f72e7 100644 --- a/ccache/ccache.nm +++ b/ccache/ccache.nm @@ -4,7 +4,7 @@ ###############################################################################
name = ccache -version = 3.2.5 +version = 3.3.3 release = 1
groups = Development/Compilers @@ -19,7 +19,7 @@ description a 5 to 10 times speedup in common compilations. end
-source_dl = http://samba.org/ftp/ccache/ +source_dl = https://www.samba.org/ftp/ccache/ sources = %{thisapp}.tar.xz
# Sets ccache max size up to 2 GB diff --git a/sysvinit/sysvinit.nm b/sysvinit/sysvinit.nm index e470cca..e1d1ad4 100644 --- a/sysvinit/sysvinit.nm +++ b/sysvinit/sysvinit.nm @@ -5,7 +5,7 @@
name = sysvinit version = 2.86 -release = 7 +release = 8
groups = System/Base url = https://alioth.debian.org/projects/pkg-sysvinit/ @@ -23,8 +23,7 @@ CFLAGS += -D_GNU_SOURCE
build make_build_targets += \ - -C src CFLAGS="%{CFLAGS}" \ - LDFLAGS="" + -C src CFLAGS="%{CFLAGS}" LDFLAGS="%{LDFLAGS}"
install # Create directories.
hooks/post-receive -- IPFire 3.x development tree