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 62fcf3c330b9d9eb6b8d0f5c74717e836954e704 (commit) via 59796c77a26b2e119c5d63ecf1f573e274a4a0f8 (commit) from 70e4c145a108ac84e46c75dcf9950ab81344655d (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 62fcf3c330b9d9eb6b8d0f5c74717e836954e704 Author: Michael Tremer michael.tremer@ipfire.org Date: Sat May 2 21:57:31 2015 +0000
ethtool: Update to version 3.18
commit 59796c77a26b2e119c5d63ecf1f573e274a4a0f8 Author: Michael Tremer michael.tremer@ipfire.org Date: Sat May 2 21:56:49 2015 +0000
dhcp: Add dhclient6 systemd service file
-----------------------------------------------------------------------
Summary of changes: dhcp/dhcp.nm | 2 +- dhcp/systemd/dhclient6@.service | 19 +++++++++++++++++++ ethtool/ethtool.nm | 8 ++++---- 3 files changed, 24 insertions(+), 5 deletions(-) create mode 100644 dhcp/systemd/dhclient6@.service
Difference in files: diff --git a/dhcp/dhcp.nm b/dhcp/dhcp.nm index 1d15f65..91021cb 100644 --- a/dhcp/dhcp.nm +++ b/dhcp/dhcp.nm @@ -5,7 +5,7 @@
name = dhcp version = 4.2.5 -release = 1 +release = 2
groups = Networking/Daemons url = http://isc.org/products/DHCP/ diff --git a/dhcp/systemd/dhclient6@.service b/dhcp/systemd/dhclient6@.service new file mode 100644 index 0000000..34f20a2 --- /dev/null +++ b/dhcp/systemd/dhclient6@.service @@ -0,0 +1,19 @@ +[Unit] +Description=DHCP client daemon for IPv6 on %I + +[Service] +Restart=on-failure +ExecStartPre=/usr/lib/network/dhclient-helper start %I ipv6 +ExecStart=/usr/sbin/dhclient -d %I -6 -P -N \ + -cf /run/network/dhclient/%I/dhclient6.conf \ + -lf /var/lib/dhclient/dhclient6-%I.leases \ + -pf /run/network/dhclient/%I/dhclient6.pid +ExecStop=/usr/lib/network/dhclient-helper stop %I ipv6 + +# This could be used if you want to release a lease. +#ExecStop=/usr/sbin/dhclient -d -r %I -6 \ +# -cf /run/network/dhclient/%I/dhclient6.conf \ +# -lf /var/lib/dhclient/dhclient6-%I.leases \ +# -pf /run/network/dhclient/%I/dhclient6.pid + +UtmpIdentifier=%I diff --git a/ethtool/ethtool.nm b/ethtool/ethtool.nm index a51ea7f..4dd2945 100644 --- a/ethtool/ethtool.nm +++ b/ethtool/ethtool.nm @@ -4,11 +4,11 @@ ###############################################################################
name = ethtool -version = 2.6.34 -release = 3 +version = 3.18 +release = 1
groups = Applications/System -url = http://sourceforge.net/projects/gkernel/ +url = https://www.kernel.org/pub/software/network/ethtool/ license = GPLv2 summary = Ethernet settings tool for PCI ethernet cards.
@@ -18,7 +18,7 @@ description network devices, especially of ethernet devices. end
-source_dl = +source_dl = https://www.kernel.org/pub/software/network/ethtool/
packages package %{name}
hooks/post-receive -- IPFire 3.x development tree