package/lldpd: bump to version 1.0.4
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sat, 21 Sep 2019 18:46:19 +0000 (20:46 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Sat, 21 Sep 2019 19:28:24 +0000 (21:28 +0200)
Remove patch (already in version)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/lldpd/0001-build-fix-compilation-with--enable-fdp--disable-cdp.patch [deleted file]
package/lldpd/lldpd.hash
package/lldpd/lldpd.mk

diff --git a/package/lldpd/0001-build-fix-compilation-with--enable-fdp--disable-cdp.patch b/package/lldpd/0001-build-fix-compilation-with--enable-fdp--disable-cdp.patch
deleted file mode 100644 (file)
index d71abde..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-From 4e7ec8233cd185941eaa9e41785cfc53f92799b4 Mon Sep 17 00:00:00 2001
-From: Vincent Bernat <vincent@bernat.ch>
-Date: Tue, 8 Jan 2019 17:19:15 -0500
-Subject: [PATCH] build: fix compilation with `--enable-fdp --disable-cdp`
-
-Fix #315
-
-Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
-[Retrieved from:
-https://github.com/vincentbernat/lldpd/commit/4e7ec8233cd185941eaa9e41785cfc53f92799b4]
----
- src/lldpd-structs.h | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/lldpd-structs.h b/src/lldpd-structs.h
-index c3ffa108..f6b03d7d 100644
---- a/src/lldpd-structs.h
-+++ b/src/lldpd-structs.h
-@@ -129,7 +129,7 @@ struct lldpd_dot3_power {
- MARSHAL(lldpd_dot3_power);
- #endif
--#ifdef ENABLE_CDP
-+#if defined (ENABLE_CDP) || defined (ENABLE_FDP)
- struct cdpv2_power {
-       u_int16_t request_id;
-       u_int16_t management_id;
-@@ -273,7 +273,7 @@ struct lldpd_port {
-       struct lldpd_med_power   p_med_power;
- #endif
--#ifdef ENABLE_CDP
-+#if defined (ENABLE_CDP) || defined (ENABLE_FDP)
-       struct cdpv2_power p_cdp_power;
- #endif
index 6ac11ee38b84768bba86f1224247e9122b4e1ed3..c12e004784c8d8c8909ae2a25305614bf5d5c7e7 100644 (file)
@@ -1,3 +1,3 @@
 # Locally computed
-sha256 39fced395168015416bfe78b95414facf066f841f349024433aa20ab54e4c360  lldpd-1.0.3.tar.gz
+sha256 5319bc032fabf1008d5d91e280276aa7f1bbfbb70129d8526cd4526d7c22724f  lldpd-1.0.4.tar.gz
 sha256 0e96a5aea65f16e2239231ce4ab90497f8bc3bb8fe6abe9299aade4726ff7c8d  LICENSE
index 86c825c4e160e0a7f305fe7aa62f748b2e90ffa5..5569e409dd302a6473dcf9aaf94dd5b5886d7814 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LLDPD_VERSION = 1.0.3
+LLDPD_VERSION = 1.0.4
 LLDPD_SITE = http://media.luffy.cx/files/lldpd
 LLDPD_DEPENDENCIES = \
        $(if $(BR2_PACKAGE_CHECK),check) \