mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] lldpd: bump version and add missing dependencies
@ 2016-02-06 15:06 Clemens Gruber
  2016-02-11 11:30 ` Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Clemens Gruber @ 2016-02-06 15:06 UTC (permalink / raw)
  To: ptxdist; +Cc: Clemens Gruber

Bump version to 0.9.0, adjust the kernel version for the oldies flag and
add the missing readline and libbsd dependencies, which are not
optional.
This was probably missed, because both libraries were already selected
on many systems.

Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com>
---
 rules/lldpd.in   | 4 +++-
 rules/lldpd.make | 4 ++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/rules/lldpd.in b/rules/lldpd.in
index e7d3f51..0f6d475 100644
--- a/rules/lldpd.in
+++ b/rules/lldpd.in
@@ -4,7 +4,9 @@ menuconfig LLDPD
 	tristate
 	prompt "lldpd                         "
 	select INITMETHOD
+	select LIBBSD
 	select LIBEVENT
+	select READLINE
 	select NET_SNMP if LLDPD_SNMP
 	select NET_SNMP_MIB_MODULES_AGENTX if LLDPD_SNMP
 	select JSON_C if LLDPD_JSON
@@ -74,7 +76,7 @@ config LLDPD_CUSTOM_TLV
 
 config LLDPD_OLDIES
 	bool
-	prompt "Enable compatibility with Linux kernel older than 2.6.32"
+	prompt "Enable compatibility with Linux kernel older than 2.6.39"
 
 config LLDPD_SNMP
 	bool
diff --git a/rules/lldpd.make b/rules/lldpd.make
index a798ca5..a6e5862 100644
--- a/rules/lldpd.make
+++ b/rules/lldpd.make
@@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_LLDPD) += lldpd
 #
 # Paths and names
 #
-LLDPD_VERSION	:= 0.7.19
-LLDPD_MD5	:= 4e924420e00ccd5dc289506f43221820
+LLDPD_VERSION	:= 0.9.0
+LLDPD_MD5	:= ed0226129b0c90b3a45c273fe1aba8de
 LLDPD		:= lldpd-$(LLDPD_VERSION)
 LLDPD_SUFFIX	:= tar.gz
 LLDPD_URL	:= http://media.luffy.cx/files/lldpd//$(LLDPD).$(LLDPD_SUFFIX)
-- 
2.7.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] [PATCH] lldpd: bump version and add missing dependencies
  2016-02-06 15:06 [ptxdist] [PATCH] lldpd: bump version and add missing dependencies Clemens Gruber
@ 2016-02-11 11:30 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2016-02-11 11:30 UTC (permalink / raw)
  To: ptxdist

On Sat, Feb 06, 2016 at 04:06:17PM +0100, Clemens Gruber wrote:
> Bump version to 0.9.0, adjust the kernel version for the oldies flag and
> add the missing readline and libbsd dependencies, which are not
> optional.
> This was probably missed, because both libraries were already selected
> on many systems.
> 
> Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com>

Thanks, applied.

Michael

> ---
>  rules/lldpd.in   | 4 +++-
>  rules/lldpd.make | 4 ++--
>  2 files changed, 5 insertions(+), 3 deletions(-)
> 
> diff --git a/rules/lldpd.in b/rules/lldpd.in
> index e7d3f51..0f6d475 100644
> --- a/rules/lldpd.in
> +++ b/rules/lldpd.in
> @@ -4,7 +4,9 @@ menuconfig LLDPD
>  	tristate
>  	prompt "lldpd                         "
>  	select INITMETHOD
> +	select LIBBSD
>  	select LIBEVENT
> +	select READLINE
>  	select NET_SNMP if LLDPD_SNMP
>  	select NET_SNMP_MIB_MODULES_AGENTX if LLDPD_SNMP
>  	select JSON_C if LLDPD_JSON
> @@ -74,7 +76,7 @@ config LLDPD_CUSTOM_TLV
>  
>  config LLDPD_OLDIES
>  	bool
> -	prompt "Enable compatibility with Linux kernel older than 2.6.32"
> +	prompt "Enable compatibility with Linux kernel older than 2.6.39"
>  
>  config LLDPD_SNMP
>  	bool
> diff --git a/rules/lldpd.make b/rules/lldpd.make
> index a798ca5..a6e5862 100644
> --- a/rules/lldpd.make
> +++ b/rules/lldpd.make
> @@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_LLDPD) += lldpd
>  #
>  # Paths and names
>  #
> -LLDPD_VERSION	:= 0.7.19
> -LLDPD_MD5	:= 4e924420e00ccd5dc289506f43221820
> +LLDPD_VERSION	:= 0.9.0
> +LLDPD_MD5	:= ed0226129b0c90b3a45c273fe1aba8de
>  LLDPD		:= lldpd-$(LLDPD_VERSION)
>  LLDPD_SUFFIX	:= tar.gz
>  LLDPD_URL	:= http://media.luffy.cx/files/lldpd//$(LLDPD).$(LLDPD_SUFFIX)
> -- 
> 2.7.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] 2+ messages in thread

end of thread, other threads:[~2016-02-11 11:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-06 15:06 [ptxdist] [PATCH] lldpd: bump version and add missing dependencies Clemens Gruber
2016-02-11 11:30 ` Michael Olbrich

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