]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
lldpd: Update to 1.0.1
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 30 Sep 2018 22:01:50 +0000 (00:01 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 30 Sep 2018 22:01:50 +0000 (00:01 +0200)
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>
lldpd/lldpd.nm
lldpd/systemd/lldpd.service

index b315be38df2e7c686ee1d0b3f69c3b1b42cf4426..20542cb50dd4206cd31f38723cffad2e86016d9a 100644 (file)
@@ -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/%{version}.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
index fed63a575b80f55b90c5c27cb39eaff73fedd393..932da067334592af4a1c30abed1eb906042ddc30 100644 (file)
@@ -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]