From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ptx.hi.pengutronix.de ([2001:67c:670:100:1d::c0]) by metis.ext.pengutronix.de with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1hxREF-00076x-EU for ptxdist@pengutronix.de; Tue, 13 Aug 2019 09:28:23 +0200 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.89) (envelope-from ) id 1hxREF-00062U-6f for ptxdist@pengutronix.de; Tue, 13 Aug 2019 09:28:23 +0200 Date: Tue, 13 Aug 2019 09:28:23 +0200 From: Michael Olbrich Message-ID: <20190813072823.ytfw4roghrriewaf@pengutronix.de> References: <20190809122341.19135-1-h.feurstein@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20190809122341.19135-1-h.feurstein@gmail.com> Subject: Re: [ptxdist] [PATCH] lldpd: version bump 0.9.8 -> 1.0.4 List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de On Fri, Aug 09, 2019 at 02:23:41PM +0200, Hubert Feurstein wrote: > Signed-off-by: Hubert Feurstein > --- My test infrastructure detected an implicit dependency on libcap. I think it should be explicit. From what I've seen, the check cannot be easily disabled and it's probably not worth the effort to patch it. Michael > rules/lldpd.make | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/rules/lldpd.make b/rules/lldpd.make > index e1478ad29..ec1c7c571 100644 > --- a/rules/lldpd.make > +++ b/rules/lldpd.make > @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LLDPD) += lldpd > # > # Paths and names > # > -LLDPD_VERSION := 0.9.8 > -LLDPD_MD5 := 8809600492f6b73149eb19158e819c1f > +LLDPD_VERSION := 1.0.4 > +LLDPD_MD5 := 33e8d58623f99184e4e709cbbfe45db3 > LLDPD := lldpd-$(LLDPD_VERSION) > LLDPD_SUFFIX := tar.gz > LLDPD_URL := http://media.luffy.cx/files/lldpd//$(LLDPD).$(LLDPD_SUFFIX) > @@ -51,6 +51,7 @@ LLDPD_CONF_OPT := $(CROSS_AUTOCONF_USR) \ > --$(call ptx/wwo, PTXCONF_LLDPD_SNMP)-snmp \ > --$(call ptx/wwo, PTXCONF_LLDPD_XML)-xml \ > --without-seccomp \ > + --with-libbsd \ > --with-systemdsystemunitdir=/usr/lib/systemd/system \ > --with-privsep-user="$(PTXCONF_LLDPD_PRIVSEP_USER)" \ > --with-privsep-group="$(PTXCONF_LLDPD_PRIVSEP_GROUP)" \ > -- > 2.22.0 > > > _______________________________________________ > ptxdist mailing list > ptxdist@pengutronix.de > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de