summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/lldpd/files/fix-libevent-configure.patch
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2015-11-05 14:45:11 -0200
committerJoe MacDonald <joe_macdonald@mentor.com>2015-11-30 12:57:31 -0500
commitd2b204d21a7867270a1546561d0ba8a87124ee72 (patch)
treebcea36073f12d4d38170947e59c9310a7816ce04 /meta-networking/recipes-daemons/lldpd/files/fix-libevent-configure.patch
parentddbbcf93c15197226d7952fc662c6e34c0def21a (diff)
downloadmeta-openembedded-d2b204d21a7867270a1546561d0ba8a87124ee72.tar.gz
lldpd: Update to version 0.7.19
The new release has following important changes, worth noticing: - fix-libevent-configure patch has been applied upstream - fix for CVE-2015-8012 Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Acked-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-daemons/lldpd/files/fix-libevent-configure.patch')
-rw-r--r--meta-networking/recipes-daemons/lldpd/files/fix-libevent-configure.patch39
1 files changed, 0 insertions, 39 deletions
diff --git a/meta-networking/recipes-daemons/lldpd/files/fix-libevent-configure.patch b/meta-networking/recipes-daemons/lldpd/files/fix-libevent-configure.patch
deleted file mode 100644
index 42d6b290ae..0000000000
--- a/meta-networking/recipes-daemons/lldpd/files/fix-libevent-configure.patch
+++ /dev/null
@@ -1,39 +0,0 @@
1Upstream-Status: Submitted [https://github.com/vincentbernat/lldpd/issues/133]
2
3Subject: [PATCH] fix libevent configure
4
5Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
6---
7 m4/libevent.m4 | 4 ++--
8 1 file changed, 2 insertions(+), 2 deletions(-)
9
10diff --git a/m4/libevent.m4 b/m4/libevent.m4
11index 275e5a5..dcd3309 100644
12--- a/m4/libevent.m4
13+++ b/m4/libevent.m4
14@@ -45,13 +45,11 @@ AC_DEFUN([lldp_CHECK_LIBEVENT], [
15 AC_MSG_ERROR([*** libevent not found])
16 fi
17 ])
18- fi
19
20 if test x"$LIBEVENT_EMBEDDED" != x; then
21 unset LIBEVENT_LIBS
22 LIBEVENT_CFLAGS="-I\$(top_srcdir)/libevent/include -I\$(top_builddir)/libevent/include"
23 LIBEVENT_LDFLAGS="\$(top_builddir)/libevent/libevent.la"
24- fi
25
26 # Call ./configure in libevent. Need it for make dist...
27 libevent_configure_args="$libevent_configure_args --disable-libevent-regress"
28@@ -64,6 +62,8 @@ AC_DEFUN([lldp_CHECK_LIBEVENT], [
29 libevent_configure_args="$libevent_configure_args --with-pic"
30 libevent_configure_args="$libevent_configure_args --enable-static"
31 lldp_CONFIG_SUBDIRS([libevent], [$libevent_configure_args])
32+ fi
33+ fi
34
35 AM_CONDITIONAL([LIBEVENT_EMBEDDED], [test x"$LIBEVENT_EMBEDDED" != x])
36 AC_SUBST([LIBEVENT_LIBS])
37--
382.1.4
39