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 4c08cf3ead71e1fe5d8571c0c1e1fb40ccc03201 (commit) from 5425c9c9792c144a3f8a38df170303d0a0d41ee0 (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 4c08cf3ead71e1fe5d8571c0c1e1fb40ccc03201 Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Aug 18 14:29:11 2012 +0200
iproute2: Update to 3.5.1.
-----------------------------------------------------------------------
Summary of changes: iproute2/iproute2.nm | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-)
Difference in files: diff --git a/iproute2/iproute2.nm b/iproute2/iproute2.nm index 31dd9da..433e35f 100644 --- a/iproute2/iproute2.nm +++ b/iproute2/iproute2.nm @@ -4,7 +4,7 @@ ###############################################################################
name = iproute2 -version = 3.4.0 +version = 3.5.1 release = 1
groups = Networking/Tools @@ -32,7 +32,7 @@ build end
prepare_cmds - sed -e "s/_VERSION_/%{version}/" man/man8/ss.8 + sed -e "s/_VERSION_/%{version}/" -i man/man8/ss.8 end
export RPM_OPT_FLAGS = %{CFLAGS} @@ -82,6 +82,9 @@ build
# Install configuration. install -v -m 644 etc/iproute2/* %{BUILDROOT}%{sysconfdir}/iproute2 + + # bridge should be installed as 'br', following upstream + install -v -m 755 bridge/bridge %{BUILDROOT}%{sbindir}/br end
# Keep libnetlink.a.
hooks/post-receive -- IPFire 3.x development tree