Date: Monday, September 7, 2020 @ 09:27:47 Author: eworm Revision: 699512
upgpkg: lldpd 1.0.6-1: new upstream release Modified: lldpd/trunk/PKGBUILD ----------+ PKGBUILD | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-07 09:16:09 UTC (rev 699511) +++ PKGBUILD 2020-09-07 09:27:47 UTC (rev 699512) @@ -2,7 +2,7 @@ # Contributor: Brian Bidulock <[email protected]> pkgname=lldpd -pkgver=1.0.5 +pkgver=1.0.6 pkgrel=1 pkgdesc='802.1ab implementation (LLDP) to help you locate neighbors' arch=('x86_64') @@ -9,13 +9,14 @@ url='https://vincentbernat.github.io/lldpd/' license=('custom:ISC' 'GPL') depends=('glibc' 'libevent' 'libbsd' 'zlib' 'openssl' 'pciutils' 'perl' - 'libxml2' 'net-snmp' 'jansson') + 'libxml2' 'net-snmp' 'jansson' 'libseccomp') +makedepends=('systemd') backup=('etc/lldpd.conf') validpgpkeys=('AEF2348766F371C689A7360095A42FE8353525F9') # Vincent Bernat <[email protected]> source=("https://media.luffy.cx/files/lldpd/lldpd-${pkgver}.tar.gz" "lldpd-${pkgver}.tar.gz.sig::https://media.luffy.cx/files/lldpd/lldpd-${pkgver}.tar.gz.gpg" 'lldpd.tmpfiles.conf') -sha256sums=('2dd3b212f4dbabfcbb2794c0010b245f9f8e74b387984e757be6243a74c6cb99' +sha256sums=('25e15bc3407c1cbf2d0b2f21993561a57b7e2fdc5cebfcf6df4ce5ce376aaeec' 'SKIP' 'df64ebadacb832c4a9dcbdd531848ae70c21d67d309c7397163ba8db7e31248b') @@ -27,14 +28,15 @@ --sbindir=/usr/bin \ --sysconfdir=/etc \ --localstatedir=/var \ + --with-lldpd-ctl-socket=/run/lldpd/socket \ + --with-lldpd-pid-file=/run/lldpd/pid \ + --with-privsep-chroot=/run/lldpd/chroot \ + --with-privsep-group=lldpd \ + --with-privsep-user=lldpd \ + --with-readline \ + --with-seccomp \ --with-snmp \ - --with-xml \ - --with-readline \ - --with-privsep-user=lldpd \ - --with-privsep-group=lldpd \ - --with-privsep-chroot=/run/lldpd/chroot \ - --with-lldpd-ctl-socket=/run/lldpd/socket \ - --with-lldpd-pid-file=/run/lldpd/pid + --with-xml make }
