diff options
author | Thibaut Notteboom <thibaut.notteboom@gmail.com> | 2018-06-10 12:07:54 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-06-14 01:13:27 +0100 |
commit | fc61e512cdce2391745d86ba83f71ccb8092f3e8 (patch) | |
tree | 5b853687456b0610437aca287a80114433de5666 /network | |
parent | 1e52256c5f3bbb06cb0e9e144c00967966987cc4 (diff) | |
download | slackbuilds-fc61e512cdce2391745d86ba83f71ccb8092f3e8.tar.gz |
network/lldpd: Updated for version 1.0.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/lldpd/lldpd.SlackBuild | 5 | ||||
-rw-r--r-- | network/lldpd/lldpd.info | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/network/lldpd/lldpd.SlackBuild b/network/lldpd/lldpd.SlackBuild index 8f7082b9fe..710d0dadb5 100644 --- a/network/lldpd/lldpd.SlackBuild +++ b/network/lldpd/lldpd.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for lldpd -# Copyright 2017 Thibaut Notteboom, Paris, FRANCE +# Copyright 2017-2018 Thibaut Notteboom, Paris, FRANCE # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=lldpd -VERSION=${VERSION:-0.9.6} +VERSION=${VERSION:-1.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -87,6 +87,7 @@ CXXFLAGS="$SLKCFLAGS" \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ --with-snmp \ + --enable-json0 \ --with-privsep-user=_lldpd \ --with-privsep-group=_lldpd \ --with-privsep-chroot=/run/lldpd/chroot \ diff --git a/network/lldpd/lldpd.info b/network/lldpd/lldpd.info index e380947803..50636b876a 100644 --- a/network/lldpd/lldpd.info +++ b/network/lldpd/lldpd.info @@ -1,8 +1,8 @@ PRGNAM="lldpd" -VERSION="0.9.6" +VERSION="1.0.1" HOMEPAGE="http://vincentbernat.github.io/lldpd/" -DOWNLOAD="https://media.luffy.cx/files/lldpd/lldpd-0.9.6.tar.gz" -MD5SUM="0dcdee7c1b3c62362d73f6508c11edae" +DOWNLOAD="https://media.luffy.cx/files/lldpd/lldpd-1.0.1.tar.gz" +MD5SUM="91de961bfccfa8790e0514a5dc6eafb3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |