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 aa279d21426a907aaa229d13f00b43bbd75ff5f0 (commit) from 926daa041831e6abed89340875b3248e2fc08292 (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 aa279d21426a907aaa229d13f00b43bbd75ff5f0 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Oct 1 00:01:50 2018 +0200
lldpd: Update to 1.0.1
This also disables sending the kernel release over the wire and will only announce the release version of the distribution.
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: lldpd/lldpd.nm | 12 ++++-------- lldpd/systemd/lldpd.service | 4 +--- 2 files changed, 5 insertions(+), 11 deletions(-)
Difference in files: diff --git a/lldpd/lldpd.nm b/lldpd/lldpd.nm index b315be38d..20542cb50 100644 --- a/lldpd/lldpd.nm +++ b/lldpd/lldpd.nm @@ -4,25 +4,23 @@ ###############################################################################
name = lldpd -version = 0.9.7 +version = 1.0.1 release = 1
groups = Networking/Tools url = http://vincentbernat.github.com/lldpd/ -license = GPL -summary = Utilities for the Link Layer Discovery Protocol. +license = ISC +summary = Utilities for the Link Layer Discovery Protocol
description The LLDPD project aims to provide a comprehensive implementation of the IEEE standard 802.1AB Link Layer Discovery Protocol. end
-source_dl = https://github.com/vincentbernat/lldpd/archive/%%7Bversion%7D.tar.gz#/ +source_dl = https://media.luffy.cx/files/lldpd/
build requires - autoconf - automake libevent-devel libxml2-devel pkg-config @@ -39,8 +37,6 @@ build
prepare_cmds %{create_user} - - ./autogen.sh end
install_cmds diff --git a/lldpd/systemd/lldpd.service b/lldpd/systemd/lldpd.service index fed63a575..932da0673 100644 --- a/lldpd/systemd/lldpd.service +++ b/lldpd/systemd/lldpd.service @@ -3,9 +3,7 @@ Description=Link Layer Discovery Protocol Daemon After=network.target
[Service] -RemainAfterExit=yes -ExecStartPre=/sbin/modprobe 8021q -ExecStart=/usr/sbin/lldpd -d -c +ExecStart=/usr/sbin/lldpd -d -k Restart=on-failure
[Install]
hooks/post-receive -- IPFire 3.x development tree