From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-wr1-x42d.google.com ([2a00:1450:4864:20::42d]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1hxYds-0003i0-RF for ptxdist@pengutronix.de; Tue, 13 Aug 2019 17:23:21 +0200 Received: by mail-wr1-x42d.google.com with SMTP id b16so11420479wrq.9 for ; Tue, 13 Aug 2019 08:23:20 -0700 (PDT) From: Hubert Feurstein Date: Tue, 13 Aug 2019 17:23:03 +0200 Message-Id: <20190813152303.23292-1-h.feurstein@gmail.com> In-Reply-To: <20190813072823.ytfw4roghrriewaf@pengutronix.de> References: <20190813072823.ytfw4roghrriewaf@pengutronix.de> MIME-Version: 1.0 Subject: [ptxdist] [PATCH v2] 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 Signed-off-by: Hubert Feurstein --- v2: added LIBCAP dependency rules/lldpd.in | 1 + rules/lldpd.make | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/rules/lldpd.in b/rules/lldpd.in index abe6f35c8..b73ef1f23 100644 --- a/rules/lldpd.in +++ b/rules/lldpd.in @@ -5,6 +5,7 @@ menuconfig LLDPD prompt "lldpd " select INITMETHOD select LIBBSD + select LIBCAP select LIBEVENT select READLINE select NET_SNMP if LLDPD_SNMP 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.1 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de