From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 62fcf3c330b9d9eb6b8d0f5c74717e836954e704
Date: Sat, 02 May 2015 23:57:51 +0200 [thread overview]
Message-ID: <20150502215751.A61E12229B@argus.ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 3427 bytes --]
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(a)ipfire.org>
Date: Sat May 2 21:57:31 2015 +0000
ethtool: Update to version 3.18
commit 59796c77a26b2e119c5d63ecf1f573e274a4a0f8
Author: Michael Tremer <michael.tremer(a)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(a).service | 19 +++++++++++++++++++
ethtool/ethtool.nm | 8 ++++----
3 files changed, 24 insertions(+), 5 deletions(-)
create mode 100644 dhcp/systemd/dhclient6(a).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(a).service b/dhcp/systemd/dhclient6(a).service
new file mode 100644
index 0000000..34f20a2
--- /dev/null
+++ b/dhcp/systemd/dhclient6(a).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
reply other threads:[~2015-05-02 21:57 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150502215751.A61E12229B@argus.ipfire.org \
--to=git@ipfire.org \
--cc=ipfire-scm@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox