mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] lldpd: version bump 0.9.8 -> 1.0.4
@ 2019-08-09 12:23 Hubert Feurstein
  2019-08-13  7:28 ` Michael Olbrich
  0 siblings, 1 reply; 3+ messages in thread
From: Hubert Feurstein @ 2019-08-09 12:23 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Hubert Feurstein <h.feurstein@gmail.com>
---
 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ptxdist] [PATCH] lldpd: version bump 0.9.8 -> 1.0.4
  2019-08-09 12:23 [ptxdist] [PATCH] lldpd: version bump 0.9.8 -> 1.0.4 Hubert Feurstein
@ 2019-08-13  7:28 ` Michael Olbrich
  2019-08-13 15:23   ` [ptxdist] [PATCH v2] " Hubert Feurstein
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Olbrich @ 2019-08-13  7:28 UTC (permalink / raw)
  To: ptxdist

On Fri, Aug 09, 2019 at 02:23:41PM +0200, Hubert Feurstein wrote:
> Signed-off-by: Hubert Feurstein <h.feurstein@gmail.com>
> ---

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [ptxdist] [PATCH v2] lldpd: version bump 0.9.8 -> 1.0.4
  2019-08-13  7:28 ` Michael Olbrich
@ 2019-08-13 15:23   ` Hubert Feurstein
  0 siblings, 0 replies; 3+ messages in thread
From: Hubert Feurstein @ 2019-08-13 15:23 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Hubert Feurstein <h.feurstein@gmail.com>
---
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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-08-13 15:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-09 12:23 [ptxdist] [PATCH] lldpd: version bump 0.9.8 -> 1.0.4 Hubert Feurstein
2019-08-13  7:28 ` Michael Olbrich
2019-08-13 15:23   ` [ptxdist] [PATCH v2] " Hubert Feurstein

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox