commit lldpd for openSUSE:Factory
Hello community,
here is the log from the commit of package lldpd for openSUSE:Factory checked
in at 2020-11-02 10:36:31
Comparing /work/SRC/openSUSE:Factory/lldpd (Old)
and /work/SRC/openSUSE:Factory/.lldpd.new.3463 (New)
Package is "lldpd"
Mon Nov 2 10:36:31 2020 rev:13 rq:845316 version:1.0.7
Changes:
--- /work/SRC/openSUSE:Factory/lldpd/lldpd.changes 2020-10-13
15:47:52.229507326 +0200
+++ /work/SRC/openSUSE:Factory/.lldpd.new.3463/lldpd.changes2020-11-02
10:36:51.511315842 +0100
@@ -1,0 +2,8 @@
+Sun Nov 1 09:57:13 UTC 2020 - Martin Hauke
+
+- Update to version 1.0.7:
+ Fix:
+ * Do not listen only to LLDP packets on Linux. When an interface
+is enslaved to an Open vSwitch, incoming packets are missed.
+
+---
Old:
lldpd-1.0.6.tar.gz
lldpd-1.0.6.tar.gz.asc
New:
lldpd-1.0.7.tar.gz
lldpd-1.0.7.tar.gz.asc
Other differences:
--
++ lldpd.spec ++
--- /var/tmp/diff_new_pack.WXSZJ8/_old 2020-11-02 10:36:52.099316245 +0100
+++ /var/tmp/diff_new_pack.WXSZJ8/_new 2020-11-02 10:36:52.103316248 +0100
@@ -26,7 +26,7 @@
%define _fillupdir %{_localstatedir}/adm/fillup-templates
%endif
Name: lldpd
-Version:1.0.6
+Version:1.0.7
Release:0
Summary:Implementation of IEEE 802.1ab (LLDP)
# We have some GPL linux headers in include/linux, they are used on
++ lldpd-1.0.6.tar.gz -> lldpd-1.0.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lldpd-1.0.6/.dist-version
new/lldpd-1.0.7/.dist-version
--- old/lldpd-1.0.6/.dist-version 2020-09-05 13:52:17.0 +0200
+++ new/lldpd-1.0.7/.dist-version 2020-10-31 15:58:18.0 +0100
@@ -1 +1 @@
-1.0.6
+1.0.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lldpd-1.0.6/ChangeLog new/lldpd-1.0.7/ChangeLog
--- old/lldpd-1.0.6/ChangeLog 2020-09-05 13:52:16.0 +0200
+++ new/lldpd-1.0.7/ChangeLog 2020-10-31 15:58:17.0 +0100
@@ -1,3 +1,13 @@
+1.0.7 [2020-10-31 15:34:20 +0100]:
+
+ - [55e14377de15] release: 1.0.7 (Vincent Bernat)
+ - [1fb6eb74df47] Merge pull request #414 from
vincentbernat/fix/missed-lldp-packets (Vincent Bernat)
+ - [8b50be7f61ad] interfaces: listen to all incoming packets on Linux, not
just LLDP ones (Vincent Bernat)
+ - [1d06c55cab1e] tests: fix tests around XML by canonicalizing XML
representation (Vincent Bernat)
+ - [5d9226d14067] linux: ignore outgoing packets at the socket level (Vincent
Bernat)
+ - [17ec57b2795b] osx: update formula for HomeBrew (with upstream additions)
(Vincent Bernat)
+ - [836bef0a33c7] osx: update HomeBrew formula (Vincent Bernat)
+
1.0.6 [2020-09-05 13:48:00 +0200]:
- [06ae963f0520] release: 1.0.6 (Vincent Bernat)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lldpd-1.0.6/NEWS new/lldpd-1.0.7/NEWS
--- old/lldpd-1.0.6/NEWS2020-09-05 13:46:28.0 +0200
+++ new/lldpd-1.0.7/NEWS2020-10-31 15:24:44.0 +0100
@@ -1,3 +1,8 @@
+lldpd (1.0.7)
+ * Fix:
++ Do not listen only to LLDP packets on Linux. When an interface
+ is enslaved to an Open vSwitch, incoming packets are missed.
+
lldpd (1.0.6)
* Fix:
+ Do not loose chassis local information when interface status changes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lldpd-1.0.6/configure new/lldpd-1.0.7/configure
--- old/lldpd-1.0.6/configure 2020-09-05 13:52:00.0 +0200
+++ new/lldpd-1.0.7/configure 2020-10-31 15:57:43.0 +0100
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for lldpd 1.0.6.
+# Generated by GNU Autoconf 2.69 for lldpd 1.0.7.
#
# Report bugs to .
#
@@ -590,8 +590,8 @@
# Identity of this package.
PACKAGE_NAME='lldpd'
PACKAGE_TARNAME='lldpd'
-PACKAGE_VERSION='1.0.6'
-PACKAGE_STRING='lldpd 1.0.6'
+PACKAGE_VERSION='1.0.7'
+PACKAGE_STRING='lldpd 1.0.7'
PACKAGE_BUGREPORT='https://github.com/vincentbernat/lldpd/issues'
PACKAGE_URL='http://vincentbernat.github.io/lldpd/'
@@ -1517,7 +1517,7 @@
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures lldpd 1.0.6 to adapt to many kinds of systems.
+\`configure' configures lldpd 1.0.7 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1588,7 +1588,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive
commit lldpd for openSUSE:Factory
Hello community,
here is the log from the commit of package lldpd for openSUSE:Factory checked
in at 2020-10-13 15:47:23
Comparing /work/SRC/openSUSE:Factory/lldpd (Old)
and /work/SRC/openSUSE:Factory/.lldpd.new.3486 (New)
Package is "lldpd"
Tue Oct 13 15:47:23 2020 rev:12 rq:841541 version:1.0.6
Changes:
--- /work/SRC/openSUSE:Factory/lldpd/lldpd.changes 2020-09-07
21:35:51.981394944 +0200
+++ /work/SRC/openSUSE:Factory/.lldpd.new.3486/lldpd.changes2020-10-13
15:47:52.229507326 +0200
@@ -1,0 +2,7 @@
+Tue Oct 13 10:04:13 UTC 2020 - Jan Engelhardt
+
+- Replace old specfile constructs. Do not suppress errors from
+ useradd. Require right subpackage from lldpd-devel. Trim
+ redundancies from descriptions.
+
+---
Other differences:
--
++ lldpd.spec ++
--- /var/tmp/diff_new_pack.uW5Cc2/_old 2020-10-13 15:47:52.833507587 +0200
+++ /var/tmp/diff_new_pack.uW5Cc2/_new 2020-10-13 15:47:52.833507587 +0200
@@ -64,7 +64,7 @@
protocol. It also handles LLDP-MED extension.
%package -n %{libname}
-Summary:Implementation of IEEE 802.1ab - Shared library
+Summary:Implementation of IEEE 802.1ab
License:MIT
Group: System/Libraries
@@ -78,10 +78,10 @@
to adjacent network devices.
%package devel
-Summary:Implementation of IEEE 802.1ab - Tools and header files for
developers
+Summary:Headers for the lldpd implementation
License:MIT
Group: Development/Languages/C and C++
-Requires: lldpd = %{version}-%{release}
+Requires: %{libname} = %{version}-%{release}
%description devel
This package is required to develop alternate clients for lldpd.
@@ -93,7 +93,7 @@
to adjacent network devices.
%prep
-%setup -q
+%autosetup -p1
%build
%configure \
@@ -119,7 +119,7 @@
--disable-static
[ -f %{_includedir}/net-snmp/agent/struct.h ] || touch src/struct.h
-make %{?_smp_mflags} V=1
+%make_build
%install
%make_install
@@ -130,12 +130,11 @@
%pre
# Create lldpd user/group
-if getent group %{lldpd_group} >/dev/null 2>&1 ; then : ; else \
- %{_sbindir}/groupadd -r %{lldpd_group} > /dev/null 2>&1 || exit 1 ; fi
-if getent passwd %{lldpd_user} >/dev/null 2>&1 ; then : ; else \
+getent group %{lldpd_group} >/dev/null || \
+ %{_sbindir}/groupadd -r %{lldpd_group}
+getent passwd %{lldpd_user} >/dev/null || \
%{_sbindir}/useradd -g %{lldpd_group} -M -r -s /sbin/nologin \
- -c "LLDP daemon" -d %{lldpd_chroot} %{lldpd_user} 2> /dev/null \
- || exit 1 ; fi
+ -c "LLDP daemon" -d %{lldpd_chroot} %{lldpd_user}
%service_add_pre lldpd.service
commit lldpd for openSUSE:Factory
Hello community,
here is the log from the commit of package lldpd for openSUSE:Factory checked
in at 2020-09-07 21:35:31
Comparing /work/SRC/openSUSE:Factory/lldpd (Old)
and /work/SRC/openSUSE:Factory/.lldpd.new.3399 (New)
Package is "lldpd"
Mon Sep 7 21:35:31 2020 rev:11 rq:832674 version:1.0.6
Changes:
--- /work/SRC/openSUSE:Factory/lldpd/lldpd.changes 2020-02-03
11:27:18.402138979 +0100
+++ /work/SRC/openSUSE:Factory/.lldpd.new.3399/lldpd.changes2020-09-07
21:35:51.981394944 +0200
@@ -1,0 +2,16 @@
+Sat Sep 5 20:22:52 UTC 2020 - Martin Hauke
+
+- Update to version 1.0.6:
+ Fix:
+ * Do not loose chassis local information when interface status
+changes.
+ * Fix SNMP walk on lldpRemTable when missing remote system
+name or description.
+ * Remove length limitation on system description and platform.
+ Changes:
+ * Deprecate use of lldpctl_watch_callback(). Use
+lldpctl_watch_callback2() instead.
+ * Upgrade embedded libevent to 2.1.11-stable
+ * Add support of sending LLDP frames on a configured VLAN
+
+---
Old:
lldpd-1.0.5.tar.gz
lldpd-1.0.5.tar.gz.asc
New:
lldpd-1.0.6.tar.gz
lldpd-1.0.6.tar.gz.asc
Other differences:
--
++ lldpd.spec ++
--- /var/tmp/diff_new_pack.hIkgTi/_old 2020-09-07 21:35:52.597395230 +0200
+++ /var/tmp/diff_new_pack.hIkgTi/_new 2020-09-07 21:35:52.601395232 +0200
@@ -1,7 +1,7 @@
#
# spec file for package lldpd
#
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@
%define _fillupdir %{_localstatedir}/adm/fillup-templates
%endif
Name: lldpd
-Version:1.0.5
+Version:1.0.6
Release:0
Summary:Implementation of IEEE 802.1ab (LLDP)
# We have some GPL linux headers in include/linux, they are used on
++ lldpd-1.0.5.tar.gz -> lldpd-1.0.6.tar.gz ++
76432 lines of diff (skipped)
commit lldpd for openSUSE:Factory
Hello community,
here is the log from the commit of package lldpd for openSUSE:Factory checked
in at 2020-02-03 11:27:16
Comparing /work/SRC/openSUSE:Factory/lldpd (Old)
and /work/SRC/openSUSE:Factory/.lldpd.new.26092 (New)
Package is "lldpd"
Mon Feb 3 11:27:16 2020 rev:10 rq:769491 version:1.0.5
Changes:
--- /work/SRC/openSUSE:Factory/lldpd/lldpd.changes 2019-11-28
10:13:22.331636712 +0100
+++ /work/SRC/openSUSE:Factory/.lldpd.new.26092/lldpd.changes 2020-02-03
11:27:18.402138979 +0100
@@ -1,0 +2,19 @@
+Sun Feb 2 20:08:44 UTC 2020 - Martin Hauke
+
+- Update to version 1.0.5:
+ Changes:
+ * Interface names are also matched for management addresses.
+ * On Linux, only register protocol handler for LLDP when only LLDP
+is enabled.
+ * Stricter on LLDP incoming frames validation.
+ * Add support for VLAN-aware bridges for Linux (no range support).
+ * Add support for 802.3BT (no SNMP support).
+ * Add support for millisecond-grained tx-interval
+ * Use generic names for VLAN names, instead of interface names (eg
+vlan100 instead of eth1.100).
+ Fix:
+ * Don't clear chassis TLV on shutdown LLDPDU.
+ * Don't require/display powerpairs for Dot3 power when device type
+is PD.
+
+---
Old:
lldpd-1.0.4.tar.gz
lldpd-1.0.4.tar.gz.asc
New:
lldpd-1.0.5.tar.gz
lldpd-1.0.5.tar.gz.asc
Other differences:
--
++ lldpd.spec ++
--- /var/tmp/diff_new_pack.s4B2J7/_old 2020-02-03 11:27:21.486139111 +0100
+++ /var/tmp/diff_new_pack.s4B2J7/_new 2020-02-03 11:27:21.490139111 +0100
@@ -1,7 +1,7 @@
#
# spec file for package lldpd
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@
%define _fillupdir %{_localstatedir}/adm/fillup-templates
%endif
Name: lldpd
-Version:1.0.4
+Version:1.0.5
Release:0
Summary:Implementation of IEEE 802.1ab (LLDP)
# We have some GPL linux headers in include/linux, they are used on
++ lldpd-1.0.4.tar.gz -> lldpd-1.0.5.tar.gz ++
6074 lines of diff (skipped)
++ lldpd.keyring ++
3307 lines (skipped)
between lldpd.keyring
and /work/SRC/openSUSE:Factory/.lldpd.new.26092/lldpd.keyring
commit lldpd for openSUSE:Factory
Hello community,
here is the log from the commit of package lldpd for openSUSE:Factory checked
in at 2019-11-28 10:12:46
Comparing /work/SRC/openSUSE:Factory/lldpd (Old)
and /work/SRC/openSUSE:Factory/.lldpd.new.26869 (New)
Package is "lldpd"
Thu Nov 28 10:12:46 2019 rev:9 rq:748570 version:1.0.4
Changes:
--- /work/SRC/openSUSE:Factory/lldpd/lldpd.changes 2019-06-17
10:35:02.821213003 +0200
+++ /work/SRC/openSUSE:Factory/.lldpd.new.26869/lldpd.changes 2019-11-28
10:13:22.331636712 +0100
@@ -1,0 +2,6 @@
+Wed Nov 13 19:47:21 UTC 2019 - Martin Hauke
+
+- Correct License
+ * MIT -> ISC
+
+---
Other differences:
--
++ lldpd.spec ++
--- /var/tmp/diff_new_pack.8OIuRm/_old 2019-11-28 10:13:23.903636727 +0100
+++ /var/tmp/diff_new_pack.8OIuRm/_new 2019-11-28 10:13:23.907636728 +0100
@@ -31,7 +31,7 @@
Summary:Implementation of IEEE 802.1ab (LLDP)
# We have some GPL linux headers in include/linux, they are used on
# platforms where glibc headers are not recent enough
-License:MIT AND GPL-2.0-or-later
+License:ISC AND GPL-2.0-or-later
Group: System/Daemons
URL:http://vincentbernat.github.com/lldpd/
Source0:http://media.luffy.cx/files/lldpd/%{name}-%{version}.tar.gz
commit lldpd for openSUSE:Factory
Hello community,
here is the log from the commit of package lldpd for openSUSE:Factory checked
in at 2019-06-17 10:34:58
Comparing /work/SRC/openSUSE:Factory/lldpd (Old)
and /work/SRC/openSUSE:Factory/.lldpd.new.4811 (New)
Package is "lldpd"
Mon Jun 17 10:34:58 2019 rev:8 rq:710239 version:1.0.4
Changes:
--- /work/SRC/openSUSE:Factory/lldpd/lldpd.changes 2019-02-15
10:03:08.599611406 +0100
+++ /work/SRC/openSUSE:Factory/.lldpd.new.4811/lldpd.changes2019-06-17
10:35:02.821213003 +0200
@@ -1,0 +2,13 @@
+Sun Jun 16 14:22:28 UTC 2019 - Martin Hauke
+
+- Update to version 1.0.4:
+ Changes:
+ * Add "configure system max-neighbors XX" command to modify maximum
+of neighbors accepted per port.
+ * Implement lldpRemOrgDefInfoTable table for custom TLVs.
+ * Fix:
+ * Better compliance for statsTLVsUnrecognizedTotal and
+statsAgeoutsTotal counters.
+ * On Linux, handle rare blocking case in Netlink code.
+
+---
Old:
lldpd-1.0.3.tar.gz
lldpd-1.0.3.tar.gz.asc
New:
lldpd-1.0.4.tar.gz
lldpd-1.0.4.tar.gz.asc
Other differences:
--
++ lldpd.spec ++
--- /var/tmp/diff_new_pack.bDGMYe/_old 2019-06-17 10:35:03.449212689 +0200
+++ /var/tmp/diff_new_pack.bDGMYe/_new 2019-06-17 10:35:03.453212687 +0200
@@ -26,7 +26,7 @@
%define _fillupdir %{_localstatedir}/adm/fillup-templates
%endif
Name: lldpd
-Version:1.0.3
+Version:1.0.4
Release:0
Summary:Implementation of IEEE 802.1ab (LLDP)
# We have some GPL linux headers in include/linux, they are used on
++ lldpd-1.0.3.tar.gz -> lldpd-1.0.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lldpd-1.0.3/.dist-version
new/lldpd-1.0.4/.dist-version
--- old/lldpd-1.0.3/.dist-version 2018-12-10 15:03:43.0 +0100
+++ new/lldpd-1.0.4/.dist-version 2019-06-15 11:14:46.0 +0200
@@ -1 +1 @@
-1.0.3
+1.0.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lldpd-1.0.3/ChangeLog new/lldpd-1.0.4/ChangeLog
--- old/lldpd-1.0.3/ChangeLog 2018-12-10 15:03:42.0 +0100
+++ new/lldpd-1.0.4/ChangeLog 2019-06-15 11:14:45.0 +0200
@@ -1,3 +1,29 @@
+1.0.4 [2019-06-15 11:09:44 +0200]:
+
+ - [1507a0035694] release: 1.0.4 (Vincent Bernat)
+ - [4a1fb0acb1e4] lldpd: document expectation for LLDP-MED device
configuration (Vincent Bernat)
+ - [66a551ed239d] netlink: make the netlink socket totally non blocking
(Vincent Bernat)
+ - [6c3697f21295] netlink: handle blocking read from netlink socket (Vincent
Bernat)
+ - [8ca3da075bfc] snmp: implement lldpRemOrgDefInfoTable for remote custom
TLVs (Vincent Bernat)
+ - [10da5bcb106b] debian: depends on lsb-base (Vincent Bernat)
+ - [fe28f2c441fc] debian: no need to BD on lsb-release anymore (Vincent Bernat)
+ - [653838a396cc] doc: update Android instructions for ARM64 (Vincent Bernat)
+ - [fbb30189306c] client: use bold instead of a color for command completions
(Vincent Bernat)
+ - [26b82f3f7c35] agent: do not increase statsAgeoutsTotal when receiving a
shutdown frame (Vincent Bernat)
+ - [109bcd423cd5] lldp: increase statsTLVsUnrecognizedTotal on unknown TLV
(Vincent Bernat)
+ - [da94dd1fff77] tests: update pytest (Vincent Bernat)
+ - [6e3cb2f550fb] client: rename max-neighbor command (Vincent Bernat)
+ - [1adf91794dd5] tests: add test for global configuration settings (Vincent
Bernat)
+ - [ba1bdf6aaf76] client: ability to set maximum of neighbors from lldpcli
(Vincent Bernat)
+ - [b2eebb31fc21] priv: include limits.h for PATH_MAX (Sören Tempel)
+ - [0ca212866b3c] lib: use an unique variable as iterator in foreach macro
(Vincent Bernat)
+ - [d0058aa62e1c] build: warn on implicit fallthrough for case statements
(Vincent Bernat)
+ - [adbb26bc0a49] build: enable increased reliability of stack overflow
detection (Vincent Bernat)
+ - [a636b31d72ea] interfaces/linux: make dsa special (Brandon Streiff)
+ - [4e7ec8233cd1] build: fix compilation with `--enable-fdp --disable-cdp`
(Vincent Bernat)
+ - [cd752e02254d] daemon: allow lseek for seccomp (Vincent Bernat)
+ - [499046a8dfd1] osx: update version in HomeBrew formula (Vincent Bernat)
+
1.0.3 [2018-12-10 15:02:58 +0100]:
- [0c08843c9014] release: 1.0.3 (Vincent Bernat)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lldpd-1.0.3/Makefile.in new/lldpd-1.0.4/Makefile.in
--- old/lldpd-1.0.3/Makefile.in 2018-12-10 15:03:27.0 +0100
+++ new/lldpd-1.0.4/Makefile.in 2019-06-15 11:14:21.0 +0200
@@ -234,7 +234,7 @@
CSCOPE = cscope
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
commit lldpd for openSUSE:Factory
Hello community,
here is the log from the commit of package lldpd for openSUSE:Factory checked
in at 2019-02-15 10:03:00
Comparing /work/SRC/openSUSE:Factory/lldpd (Old)
and /work/SRC/openSUSE:Factory/.lldpd.new.28833 (New)
Package is "lldpd"
Fri Feb 15 10:03:00 2019 rev:7 rq:676157 version:1.0.3
Changes:
--- /work/SRC/openSUSE:Factory/lldpd/lldpd.changes 2018-12-04
20:57:55.576613642 +0100
+++ /work/SRC/openSUSE:Factory/.lldpd.new.28833/lldpd.changes 2019-02-15
10:03:08.599611406 +0100
@@ -1,0 +2,7 @@
+Thu Feb 14 14:30:16 UTC 2019 - Martin Pluskal
+
+- Update to version 1.0.3:
+ * Fix creation of chroot directory.
+- Simplify spec file
+
+---
Old:
lldpd-1.0.2.tar.gz
lldpd-1.0.2.tar.gz.asc
New:
lldpd-1.0.3.tar.gz
lldpd-1.0.3.tar.gz.asc
Other differences:
--
++ lldpd.spec ++
--- /var/tmp/diff_new_pack.V1TdOv/_old 2019-02-15 10:03:09.891610988 +0100
+++ /var/tmp/diff_new_pack.V1TdOv/_new 2019-02-15 10:03:09.895610987 +0100
@@ -1,7 +1,7 @@
#
# spec file for package lldpd
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -25,23 +25,8 @@
%if ! %{defined _fillupdir}
%define _fillupdir %{_localstatedir}/adm/fillup-templates
%endif
-%bcond_without xml
-%bcond_without cdp
-%bcond_without edp
-%bcond_without sonmp
-%bcond_without fdp
-%bcond_without lldpmed
-%bcond_without dot1
-%bcond_without dot3
-%bcond_without custom
-%bcond_without snmp
-%bcond_witholdies
-%bcond_without libbsd
-%bcond_without systemd
-%bcond_without system_libevent
-%bcond_withseccomp
Name: lldpd
-Version:1.0.2
+Version:1.0.3
Release:0
Summary:Implementation of IEEE 802.1ab (LLDP)
# We have some GPL linux headers in include/linux, they are used on
@@ -53,27 +38,16 @@
Source1:lldpd.sysconfig
Source2:
http://media.luffy.cx/files/lldpd/%{name}-%{version}.tar.gz.gpg#/%{name}-%{version}.tar.gz.asc
Source3:
http://keyserver.ubuntu.com:11371/pks/lookup?op=get&search=0x95A42FE8353525F9#/%{name}.keyring
+BuildRequires: net-snmp-devel
+BuildRequires: openssl-devel
BuildRequires: pkgconfig
BuildRequires: readline-devel
BuildRequires: systemd-rpm-macros
+BuildRequires: pkgconfig(libbsd)
+BuildRequires: pkgconfig(libevent)
+BuildRequires: pkgconfig(libxml-2.0)
Requires(pre): %fillup_prereq
Requires(pre): pwdutils
-%if %{with seccomp}
-BuildRequires: libseccomp-devel
-%endif
-%if %{with snmp}
-BuildRequires: net-snmp-devel
-BuildRequires: openssl-devel
-%endif
-%if %{with system_libevent}
-BuildRequires: libevent-devel
-%endif
-%if %{with xml}
-BuildRequires: libxml2-devel
-%endif
-%if %{with libbsd}
-BuildRequires: libbsd-devel
-%endif
%description
This implementation provides LLDP sending and reception, supports VLAN
@@ -123,76 +97,23 @@
%build
%configure \
-%if %{with seccomp}
- --with-seccomp \
-%endif
-%if %{with snmp}
--with-snmp \
-%endif
-%if %{with xml}
--with-xml \
-%endif
-%if %{with libbsd}
--with-libbsd \
-%endif
-%if %{with cdp}
--enable-cdp \
-%else
- --disable-cdp \
-%endif
-%if %{with edp}
--enable-edp \
-%else
- --disable-edp \
-%endif
-%if %{with sonmp}
--enable-sonmp \
-%else
- --disable-sonmp \
-%endif
-%if %{with fdp}
--enable-fdp \
-%else
- --disable-fdp \
-%endif
-%if %{with lldpmed}
--enable-lldpmed \
-%else
- --disable-lldpmed \
-%endif
-%if %{with dot1}
--enable-dot1 \
-%else
- --disable-dot1 \
-%endif
-%if %{with dot3}
--enable-dot3 \
-%else
- --disable-dot3 \
-%endif
-%if %{with custom}
--enable-custom \
-%else
- --disable-custom \
-%endif
-%if %{with oldies}
- --enable-oldies \
-%else
--disable-oldies \
-%endif
--with-privsep-user=%{lldpd_user} \
--with-privsep-group=%{lldpd_group} \
--with-privsep-chroot=%{lldpd_chroot} \
-%if %{without systemd}
- --with-systemdsystemunitdir=no \
-%else
--with-systemdsystemunitdir=%{_unitdir} \
-%endif
--with-sysusersdir=no \
- --prefix=%{_usr} \
- --localstatedir=%{_localstatedir} \
- --sysconfdir=%{_sysconfdir} \
- --libdir=%{_libdir} \
--docdir=%{_docdir}/lldpd \
--enable-pie \
--disable-static
@@ -220,7 +141,6 @@
%p
commit lldpd for openSUSE:Factory
Hello community, here is the log from the commit of package lldpd for openSUSE:Factory checked in at 2018-12-04 20:57:49 Comparing /work/SRC/openSUSE:Factory/lldpd (Old) and /work/SRC/openSUSE:Factory/.lldpd.new.19453 (New) Package is "lldpd" Tue Dec 4 20:57:49 2018 rev:6 rq:653773 version:1.0.2 Changes: --- /work/SRC/openSUSE:Factory/lldpd/lldpd.changes 2018-08-02 14:59:16.372391661 +0200 +++ /work/SRC/openSUSE:Factory/.lldpd.new.19453/lldpd.changes 2018-12-04 20:57:55.576613642 +0100 @@ -1,0 +2,12 @@ +Mon Dec 3 23:18:32 UTC 2018 - [email protected] + +- Update to version 1.0.2 + * On Linux, the monitor process will now drop its privileges +instead of running as root. It will keep CAP_NET_RAW, +CAP_NET_ADMIN and CAP_DAC_OVERRIDE capabilities. + * Support for CDP PD PoE (with negotiation). + * Move support for bonded devices on Linux < 2.6.27 into the +`--enable-oldies` option. This avoids duplicate packets +starting from Linux 4.19. + +--- Old: lldpd-1.0.1.tar.gz lldpd-1.0.1.tar.gz.asc New: lldpd-1.0.2.tar.gz lldpd-1.0.2.tar.gz.asc Other differences: -- ++ lldpd.spec ++ --- /var/tmp/diff_new_pack.tttr0i/_old 2018-12-04 20:57:57.020612049 +0100 +++ /var/tmp/diff_new_pack.tttr0i/_new 2018-12-04 20:57:57.024612044 +0100 @@ -41,7 +41,7 @@ %bcond_without system_libevent %bcond_withseccomp Name: lldpd -Version:1.0.1 +Version:1.0.2 Release:0 Summary:Implementation of IEEE 802.1ab (LLDP) # We have some GPL linux headers in include/linux, they are used on ++ lldpd-1.0.1.tar.gz -> lldpd-1.0.2.tar.gz ++ 7010 lines of diff (skipped) retrying with extended exclude list diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/lldpd-1.0.1/.dist-version new/lldpd-1.0.2/.dist-version --- old/lldpd-1.0.1/.dist-version 2018-04-09 13:53:10.0 +0200 +++ new/lldpd-1.0.2/.dist-version 2018-12-01 10:22:12.0 +0100 @@ -1 +1 @@ -1.0.1 +1.0.2 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/lldpd-1.0.1/ChangeLog new/lldpd-1.0.2/ChangeLog --- old/lldpd-1.0.1/ChangeLog 2018-04-09 13:53:09.0 +0200 +++ new/lldpd-1.0.2/ChangeLog 2018-12-01 10:22:11.0 +0100 @@ -1,5 +1,44 @@ -1.0.1 [2018-04-09 13:44:08 +0200]: +1.0.2 [2018-12-01 10:21:01 +0100]: + - [f1a6e154e764] release: 1.0.2 (Vincent Bernat) + - [d39a304d0b68] daemon: don't enable ProtectSystem by default (Vincent Bernat) + - [2f4ff3072b95] interfaces: remove specific handling for bonds except with --enable-oldies (Vincent Bernat) + - [f2e7a911cb26] doc: update documentation for Android (Vincent Bernat) + - [9ba21c60d945] Allow linux kernel to autoprobe correct socket_nl.nl_pid address (Pavel Shirshov) + - [e86777ab39fe] daemon: do not explicitely inline functions (Vincent Bernat) + - [ff3dcc4ad71c] build: ability to disable libbsd with --without-libbsd (Vincent Bernat) + - [02f4014ff588] marshal: avoid NULL pointer arithmetic (Vincent Bernat) + - [9bf35ec47856] lib: use constants from lldp-const.h for Dot3 MAU (Vincent Bernat) + - [766114c5cc60] dot3: fix 100BASE-T4 MAU (Vincent Bernat) + - [822804ac5ef9] interfaces: provide clearer messages about ethtool problems (Vincent Bernat) + - [90a50860ebdc] daemon: implement mkdir -p directly in lldpd (Vincent Bernat) + - [b6e63f2f8610] doc: add latest commit to NEWS (Vincent Bernat) + - [ba4c3fdb9ddc] Merge pull request #289 from GustavWi/master (Vincent Bernat) + - [5334d8c8a459] Add support for PD PoE negotiation. (Gustav Wiklander) + - [7db1168e609e] redhat: install lldpcli as setuid _lldpd (Vincent Bernat) + - [342d2dab3823] osx: update brew formula (Vincent Bernat) + - [52018f530b6c] Merge pull request #285 from vincentbernat/feature/linux-caps (Vincent Bernat) + - [3136d7ab93de] tests: request CAP_DAC_OVERRIDE (Vincent Bernat) + - [987454994be6] tests: add SNMP-related tests (Vincent Bernat) + - [83577a2b3b88] priv: always request CAP_FOWNER (Vincent Bernat) + - [0e52112d7306] priv: request CAP_FOWNER only if SNMP is enabled on command-line (Vincent Bernat) + - [a0e2dc0b0b9a] priv: don't use %m in format string (Vincent Bernat) + - [8a4e0fbf78
commit lldpd for openSUSE:Factory
Hello community, here is the log from the commit of package lldpd for openSUSE:Factory checked in at 2018-08-02 14:59:11 Comparing /work/SRC/openSUSE:Factory/lldpd (Old) and /work/SRC/openSUSE:Factory/.lldpd.new (New) Package is "lldpd" Thu Aug 2 14:59:11 2018 rev:5 rq:626838 version:1.0.1 Changes: --- /work/SRC/openSUSE:Factory/lldpd/lldpd.changes 2018-04-20 17:26:34.876824442 +0200 +++ /work/SRC/openSUSE:Factory/.lldpd.new/lldpd.changes 2018-08-02 14:59:16.372391661 +0200 @@ -1,0 +2,5 @@ +Wed Aug 1 07:24:49 UTC 2018 - [email protected] + +- Adjust sysconfig + +--- @@ -4 +9 @@ -- Update to version 1.0.1 +- Update to version 1.0.1 (boo#1103351) Other differences: -- ++ lldpd.spec ++ --- /var/tmp/diff_new_pack.1hiejP/_old 2018-08-02 14:59:17.348393308 +0200 +++ /var/tmp/diff_new_pack.1hiejP/_new 2018-08-02 14:59:17.352393314 +0200 @@ -1,7 +1,7 @@ # # spec file for package lldpd # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -46,7 +46,7 @@ Summary:Implementation of IEEE 802.1ab (LLDP) # We have some GPL linux headers in include/linux, they are used on # platforms where glibc headers are not recent enough -License:MIT AND GPL-2.0+ +License:MIT AND GPL-2.0-or-later Group: System/Daemons URL:http://vincentbernat.github.com/lldpd/ Source0:http://media.luffy.cx/files/lldpd/%{name}-%{version}.tar.gz @@ -234,7 +234,7 @@ %files %dir %{_docdir}/lldpd %doc %{_docdir}/lldpd/NEWS -%doc %{_docdir}/lldpd/LICENSE +%license %{_docdir}/lldpd/LICENSE %doc %{_docdir}/lldpd/ChangeLog %doc %{_docdir}/lldpd/README.md %doc %{_docdir}/lldpd/CONTRIBUTE.md @@ -243,7 +243,7 @@ %{_sbindir}/lldpcli %{_datadir}/zsh %{_datadir}/bash-completion -%{_mandir}/man8/lldp*.8%{ext_man} +%{_mandir}/man8/lldp*.8%{?ext_man} %config %{_sysconfdir}/lldpd.d %{_unitdir}/lldpd.service %{_sbindir}/rclldpd ++ lldpd.sysconfig ++ --- /var/tmp/diff_new_pack.1hiejP/_old 2018-08-02 14:59:17.392393382 +0200 +++ /var/tmp/diff_new_pack.1hiejP/_new 2018-08-02 14:59:17.392393382 +0200 @@ -5,4 +5,4 @@ ## ServiceRestart: lldpd # Parameters for lldpd. See the manual page for the # accepted parameters. -LLDPD_OPTIONS="-x -c -f -s -e -M 1" +LLDPD_OPTIONS="-M 1"
commit lldpd for openSUSE:Factory
Hello community, here is the log from the commit of package lldpd for openSUSE:Factory checked in at 2018-04-20 17:26:22 Comparing /work/SRC/openSUSE:Factory/lldpd (Old) and /work/SRC/openSUSE:Factory/.lldpd.new (New) Package is "lldpd" Fri Apr 20 17:26:22 2018 rev:4 rq:595110 version:1.0.1 Changes: --- /work/SRC/openSUSE:Factory/lldpd/lldpd.changes 2017-12-19 10:59:13.099233525 +0100 +++ /work/SRC/openSUSE:Factory/.lldpd.new/lldpd.changes 2018-04-20 17:26:34.876824442 +0200 @@ -1,0 +2,22 @@ +Mon Apr 9 16:38:43 UTC 2018 - [email protected] + +- Update to version 1.0.1 + * Use "mkdir -p" instead of "mkdir" in systemd unit. + +--- +Mon Apr 9 07:25:19 UTC 2018 - [email protected] + +- Update to version 1.0.0 + * Changes: ++ Chassis ID can be set to an arbitrary value with "configure + system chassisid". ++ Port description can be overriden directly with "configure + lldp portdescription". ++ Command "configure system interface permanent" enables one to + specify a pattern for interfaces to be kept in memory even when + they are removed from the system. + * Fix: ++ Ensure chassis-related changes are propagated immediately. ++ Ensure management address change is correctly detected. + +--- Old: lldpd-0.9.9.tar.gz lldpd-0.9.9.tar.gz.asc New: lldpd-1.0.1.tar.gz lldpd-1.0.1.tar.gz.asc Other differences: -- ++ lldpd.spec ++ --- /var/tmp/diff_new_pack.7kf07f/_old 2018-04-20 17:26:35.788791372 +0200 +++ /var/tmp/diff_new_pack.7kf07f/_new 2018-04-20 17:26:35.792791227 +0200 @@ -41,7 +41,7 @@ %bcond_without system_libevent %bcond_withseccomp Name: lldpd -Version:0.9.9 +Version:1.0.1 Release:0 Summary:Implementation of IEEE 802.1ab (LLDP) # We have some GPL linux headers in include/linux, they are used on ++ lldpd-0.9.9.tar.gz -> lldpd-1.0.1.tar.gz ++ 8461 lines of diff (skipped) retrying with extended exclude list diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/lldpd-0.9.9/.dist-version new/lldpd-1.0.1/.dist-version --- old/lldpd-0.9.9/.dist-version 2017-11-21 15:19:16.0 +0100 +++ new/lldpd-1.0.1/.dist-version 2018-04-09 13:53:10.0 +0200 @@ -1 +1 @@ -0.9.9 +1.0.1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/lldpd-0.9.9/ChangeLog new/lldpd-1.0.1/ChangeLog --- old/lldpd-0.9.9/ChangeLog 2017-11-21 15:19:15.0 +0100 +++ new/lldpd-1.0.1/ChangeLog 2018-04-09 13:53:09.0 +0200 @@ -1,5 +1,57 @@ -0.9.9 [2017-11-21 15:15:55 +0100]: +1.0.1 [2018-04-09 13:44:08 +0200]: + - [4ff8626eced9] release: 1.0.1 (Vincent Bernat) + - [c0dd6678ef93] daemon: use "mkdir -p" instead of "mkdir" (Vincent Bernat) + - [05455522fdd5] Revert "daemon: use RuntimeDirectory= instead of mkdir to create chroot" (Vincent Bernat) + - [478ec07ddc34] daemon: use RuntimeDirectory= instead of mkdir to create chroot (Vincent Bernat) + - [c560c1ca38c6] build: try another way to circumvent macOS warning in libevent (Vincent Bernat) + - [e72186255180] build: also build with embedded libevent in OSX (Vincent Bernat) + - [eb779d02e144] build: don't be picky about deprecated stuff in libevent (Vincent Bernat) + +1.0.0 [2018-04-08 18:30:57 +0200]: + + - [99a0b07d3288] release: prepare 1.0.0 (Vincent Bernat) + - [f9da7943df17] Merge pull request #274 from vincentbernat/feature/keep-some-ports (Vincent Bernat) + - [474c5baabeaa] Merge pull request #272 from westermo/fix-snmp-remTablesLastChange (Vincent Bernat) + - [0a78e14f8795] lldpd: add an option to keep some specified ports (Vincent Bernat) + - [246d153846ab] tests: update tests for configuration keeping on port down/removed (Vincent Bernat) + - [dc9869ef11ae] client: remove previous way to set port description from documentation (Vincent Bernat) + - [5dd953f435ce] test: add test for new portdescription setting (Vincent Bernat) + - [8505c2956a74] interfaces: fix out-of-bound access when getting permanent MAC address (Vincent Bernat) + - [989d5a545ab8] tests: don't crash if lldpd crashed (Vincent Bernat) + - [b2efcec15fa9] Merge p
commit lldpd for openSUSE:Factory
Hello community, here is the log from the commit of package lldpd for openSUSE:Factory checked in at 2017-12-19 10:59:10 Comparing /work/SRC/openSUSE:Factory/lldpd (Old) and /work/SRC/openSUSE:Factory/.lldpd.new (New) Package is "lldpd" Tue Dec 19 10:59:10 2017 rev:3 rq:558118 version:0.9.9 Changes: --- /work/SRC/openSUSE:Factory/lldpd/lldpd.changes 2017-12-14 10:58:45.923901077 +0100 +++ /work/SRC/openSUSE:Factory/.lldpd.new/lldpd.changes 2017-12-19 10:59:13.099233525 +0100 @@ -1,0 +2,12 @@ +Mon Dec 18 08:37:22 UTC 2017 - [email protected] + +- Disable seccomp as it breaks on Factory +- Further update sysconfig +- Some more spec-cleaner goodness + +--- +Sat Dec 16 18:24:59 UTC 2017 - [email protected] + +- verify source signature + +--- New: lldpd-0.9.9.tar.gz.asc lldpd.keyring Other differences: -- ++ lldpd.spec ++ --- /var/tmp/diff_new_pack.4ulaXm/_old 2017-12-19 10:59:13.831198190 +0100 +++ /var/tmp/diff_new_pack.4ulaXm/_new 2017-12-19 10:59:13.831198190 +0100 @@ -16,17 +16,15 @@ # -#Compat macro for new _fillupdir macro introduced in Nov 2017 -%if ! %{defined _fillupdir} - %define _fillupdir /var/adm/fillup-templates -%endif - %define lldpd_user lldpd %define lldpd_group lldpd %define lldpd_chroot %{_localstatedir}/run/lldpd %define sover 4 %define libname liblldpctl%{sover} - +#Compat macro for new _fillupdir macro introduced in Nov 2017 +%if ! %{defined _fillupdir} + %define _fillupdir %{_localstatedir}/adm/fillup-templates +%endif %bcond_without xml %bcond_without cdp %bcond_without edp @@ -41,27 +39,25 @@ %bcond_without libbsd %bcond_without systemd %bcond_without system_libevent -%if 0%{?suse_version} > 1325 -%ifarch x86_64 %ix86 -%bcond_without seccomp -%endif -%else %bcond_withseccomp -%endif - Name: lldpd Version:0.9.9 Release:0 Summary:Implementation of IEEE 802.1ab (LLDP) # We have some GPL linux headers in include/linux, they are used on # platforms where glibc headers are not recent enough -License:MIT and GPL-2.0+ +License:MIT AND GPL-2.0+ Group: System/Daemons -Url:http://vincentbernat.github.com/lldpd/ +URL:http://vincentbernat.github.com/lldpd/ Source0:http://media.luffy.cx/files/lldpd/%{name}-%{version}.tar.gz Source1:lldpd.sysconfig +Source2: http://media.luffy.cx/files/lldpd/%{name}-%{version}.tar.gz.gpg#/%{name}-%{version}.tar.gz.asc +Source3: http://keyserver.ubuntu.com:11371/pks/lookup?op=get&search=0x95A42FE8353525F9#/%{name}.keyring BuildRequires: pkgconfig BuildRequires: readline-devel +BuildRequires: systemd-rpm-macros +Requires(pre): %fillup_prereq +Requires(pre): pwdutils %if %{with seccomp} BuildRequires: libseccomp-devel %endif @@ -78,9 +74,6 @@ %if %{with libbsd} BuildRequires: libbsd-devel %endif -BuildRequires: systemd-rpm-macros -PreReq: %fillup_prereq -PreReq: pwdutils %description This implementation provides LLDP sending and reception, supports VLAN @@ -110,7 +103,6 @@ inter-vendor compatible mechanism to deliver Link-Layer notifications to adjacent network devices. - %package devel Summary:Implementation of IEEE 802.1ab - Tools and header files for developers License:MIT ++ lldpd.keyring ++ 1553 lines (skipped) ++ lldpd.sysconfig ++ --- /var/tmp/diff_new_pack.4ulaXm/_old 2017-12-19 10:59:13.879195873 +0100 +++ /var/tmp/diff_new_pack.4ulaXm/_new 2017-12-19 10:59:13.887195487 +0100 @@ -5,4 +5,4 @@ ## ServiceRestart: lldpd # Parameters for lldpd. See the manual page for the # accepted parameters. -LLDPD_OPTIONS="-c -f -s -e -M 1" +LLDPD_OPTIONS="-x -c -f -s -e -M 1"
commit lldpd for openSUSE:Factory
Hello community, here is the log from the commit of package lldpd for openSUSE:Factory checked in at 2017-12-14 10:58:31 Comparing /work/SRC/openSUSE:Factory/lldpd (Old) and /work/SRC/openSUSE:Factory/.lldpd.new (New) Package is "lldpd" Thu Dec 14 10:58:31 2017 rev:2 rq:556057 version:0.9.9 Changes: --- /work/SRC/openSUSE:Factory/lldpd/lldpd.changes 2017-12-06 08:59:04.995899837 +0100 +++ /work/SRC/openSUSE:Factory/.lldpd.new/lldpd.changes 2017-12-14 10:58:45.923901077 +0100 @@ -1,0 +2,8 @@ +Mon Dec 11 12:29:55 UTC 2017 - [email protected] + +- Enable seccomp for Factory +- Adjust default sysconfig to enable other protocols and self + advertisment +- Do not create user/grou starting with underscore (_lldpd) + +--- Other differences: -- ++ lldpd.spec ++ --- /var/tmp/diff_new_pack.dCGhtX/_old 2017-12-14 10:58:51.319640602 +0100 +++ /var/tmp/diff_new_pack.dCGhtX/_new 2017-12-14 10:58:51.319640602 +0100 @@ -15,13 +15,14 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + #Compat macro for new _fillupdir macro introduced in Nov 2017 %if ! %{defined _fillupdir} %define _fillupdir /var/adm/fillup-templates %endif -%define lldpd_user _lldpd -%define lldpd_group _lldpd +%define lldpd_user lldpd +%define lldpd_group lldpd %define lldpd_chroot %{_localstatedir}/run/lldpd %define sover 4 %define libname liblldpctl%{sover} @@ -40,17 +41,23 @@ %bcond_without libbsd %bcond_without systemd %bcond_without system_libevent +%if 0%{?suse_version} > 1325 +%ifarch x86_64 %ix86 +%bcond_without seccomp +%endif +%else %bcond_withseccomp +%endif Name: lldpd Version:0.9.9 -Release:1 +Release:0 Summary:Implementation of IEEE 802.1ab (LLDP) # We have some GPL linux headers in include/linux, they are used on # platforms where glibc headers are not recent enough License:MIT and GPL-2.0+ Group: System/Daemons -URL:http://vincentbernat.github.com/lldpd/ +Url:http://vincentbernat.github.com/lldpd/ Source0:http://media.luffy.cx/files/lldpd/%{name}-%{version}.tar.gz Source1:lldpd.sysconfig BuildRequires: pkgconfig @@ -208,7 +215,6 @@ ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rclldpd rm -f %{buildroot}%{_libdir}/liblldpctl.la - %pre # Create lldpd user/group if getent group %{lldpd_group} >/dev/null 2>&1 ; then : ; else \ ++ lldpd.sysconfig ++ --- /var/tmp/diff_new_pack.dCGhtX/_old 2017-12-14 10:58:51.383637512 +0100 +++ /var/tmp/diff_new_pack.dCGhtX/_new 2017-12-14 10:58:51.387637319 +0100 @@ -5,4 +5,4 @@ ## ServiceRestart: lldpd # Parameters for lldpd. See the manual page for the # accepted parameters. -LLDPD_OPTIONS="" +LLDPD_OPTIONS="-c -f -s -e -M 1"
