* [meta-networking][PATCH] lldpd: Update to version 0.7.19
@ 2015-10-29 16:23 Fabio Berton
2015-10-30 16:58 ` akuster808
0 siblings, 1 reply; 2+ messages in thread
From: Fabio Berton @ 2015-10-29 16:23 UTC (permalink / raw)
To: openembedded-devel; +Cc: Fabio Berton
The fix-libevent-configure patch has been applied upstream, so we
removed it.
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
---
.../lldpd/files/fix-libevent-configure.patch | 39 ----------------------
.../lldpd/{lldpd_0.7.17.bb => lldpd_0.7.19.bb} | 5 ++-
2 files changed, 2 insertions(+), 42 deletions(-)
delete mode 100644 meta-networking/recipes-daemons/lldpd/files/fix-libevent-configure.patch
rename meta-networking/recipes-daemons/lldpd/{lldpd_0.7.17.bb => lldpd_0.7.19.bb} (92%)
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 42d6b29..0000000
--- a/meta-networking/recipes-daemons/lldpd/files/fix-libevent-configure.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-Upstream-Status: Submitted [https://github.com/vincentbernat/lldpd/issues/133]
-
-Subject: [PATCH] fix libevent configure
-
-Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
----
- m4/libevent.m4 | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/m4/libevent.m4 b/m4/libevent.m4
-index 275e5a5..dcd3309 100644
---- a/m4/libevent.m4
-+++ b/m4/libevent.m4
-@@ -45,13 +45,11 @@ AC_DEFUN([lldp_CHECK_LIBEVENT], [
- AC_MSG_ERROR([*** libevent not found])
- fi
- ])
-- fi
-
- if test x"$LIBEVENT_EMBEDDED" != x; then
- unset LIBEVENT_LIBS
- LIBEVENT_CFLAGS="-I\$(top_srcdir)/libevent/include -I\$(top_builddir)/libevent/include"
- LIBEVENT_LDFLAGS="\$(top_builddir)/libevent/libevent.la"
-- fi
-
- # Call ./configure in libevent. Need it for make dist...
- libevent_configure_args="$libevent_configure_args --disable-libevent-regress"
-@@ -64,6 +62,8 @@ AC_DEFUN([lldp_CHECK_LIBEVENT], [
- libevent_configure_args="$libevent_configure_args --with-pic"
- libevent_configure_args="$libevent_configure_args --enable-static"
- lldp_CONFIG_SUBDIRS([libevent], [$libevent_configure_args])
-+ fi
-+ fi
-
- AM_CONDITIONAL([LIBEVENT_EMBEDDED], [test x"$LIBEVENT_EMBEDDED" != x])
- AC_SUBST([LIBEVENT_LIBS])
---
-2.1.4
-
diff --git a/meta-networking/recipes-daemons/lldpd/lldpd_0.7.17.bb b/meta-networking/recipes-daemons/lldpd/lldpd_0.7.19.bb
similarity index 92%
rename from meta-networking/recipes-daemons/lldpd/lldpd_0.7.17.bb
rename to meta-networking/recipes-daemons/lldpd/lldpd_0.7.19.bb
index 47d3c38..7d54626 100644
--- a/meta-networking/recipes-daemons/lldpd/lldpd_0.7.17.bb
+++ b/meta-networking/recipes-daemons/lldpd/lldpd_0.7.19.bb
@@ -9,11 +9,10 @@ SRC_URI = "\
http://media.luffy.cx/files/${PN}/${PN}-${PV}.tar.gz \
file://lldpd.init.d \
file://lldpd.default \
- file://fix-libevent-configure.patch \
"
-SRC_URI[md5sum] = "8cb74065956bc32a575ee5203b0e0fb5"
-SRC_URI[sha256sum] = "6b50b8aa47d1424a93ba3df55af26da41f7d5718db8d25e99291c4a6cd09c20e"
+SRC_URI[md5sum] = "4e924420e00ccd5dc289506f43221820"
+SRC_URI[sha256sum] = "aac11cb1fdc037709517372c70c9bf89c752ab8e5eaab9ce140b84ed5a0507c8"
inherit autotools update-rc.d useradd systemd pkgconfig
--
2.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [meta-networking][PATCH] lldpd: Update to version 0.7.19
2015-10-29 16:23 [meta-networking][PATCH] lldpd: Update to version 0.7.19 Fabio Berton
@ 2015-10-30 16:58 ` akuster808
0 siblings, 0 replies; 2+ messages in thread
From: akuster808 @ 2015-10-30 16:58 UTC (permalink / raw)
To: openembedded-devel; +Cc: Fabio Berton
This update also includes:
CVE-2015-8012
On 10/29/2015 09:23 AM, Fabio Berton wrote:
> The fix-libevent-configure patch has been applied upstream, so we
> removed it.
>
> Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
> ---
> .../lldpd/files/fix-libevent-configure.patch | 39 ----------------------
> .../lldpd/{lldpd_0.7.17.bb => lldpd_0.7.19.bb} | 5 ++-
> 2 files changed, 2 insertions(+), 42 deletions(-)
> delete mode 100644 meta-networking/recipes-daemons/lldpd/files/fix-libevent-configure.patch
> rename meta-networking/recipes-daemons/lldpd/{lldpd_0.7.17.bb => lldpd_0.7.19.bb} (92%)
>
> 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 42d6b29..0000000
> --- a/meta-networking/recipes-daemons/lldpd/files/fix-libevent-configure.patch
> +++ /dev/null
> @@ -1,39 +0,0 @@
> -Upstream-Status: Submitted [https://github.com/vincentbernat/lldpd/issues/133]
> -
> -Subject: [PATCH] fix libevent configure
> -
> -Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
> ----
> - m4/libevent.m4 | 4 ++--
> - 1 file changed, 2 insertions(+), 2 deletions(-)
> -
> -diff --git a/m4/libevent.m4 b/m4/libevent.m4
> -index 275e5a5..dcd3309 100644
> ---- a/m4/libevent.m4
> -+++ b/m4/libevent.m4
> -@@ -45,13 +45,11 @@ AC_DEFUN([lldp_CHECK_LIBEVENT], [
> - AC_MSG_ERROR([*** libevent not found])
> - fi
> - ])
> -- fi
> -
> - if test x"$LIBEVENT_EMBEDDED" != x; then
> - unset LIBEVENT_LIBS
> - LIBEVENT_CFLAGS="-I\$(top_srcdir)/libevent/include -I\$(top_builddir)/libevent/include"
> - LIBEVENT_LDFLAGS="\$(top_builddir)/libevent/libevent.la"
> -- fi
> -
> - # Call ./configure in libevent. Need it for make dist...
> - libevent_configure_args="$libevent_configure_args --disable-libevent-regress"
> -@@ -64,6 +62,8 @@ AC_DEFUN([lldp_CHECK_LIBEVENT], [
> - libevent_configure_args="$libevent_configure_args --with-pic"
> - libevent_configure_args="$libevent_configure_args --enable-static"
> - lldp_CONFIG_SUBDIRS([libevent], [$libevent_configure_args])
> -+ fi
> -+ fi
> -
> - AM_CONDITIONAL([LIBEVENT_EMBEDDED], [test x"$LIBEVENT_EMBEDDED" != x])
> - AC_SUBST([LIBEVENT_LIBS])
> ---
> -2.1.4
> -
> diff --git a/meta-networking/recipes-daemons/lldpd/lldpd_0.7.17.bb b/meta-networking/recipes-daemons/lldpd/lldpd_0.7.19.bb
> similarity index 92%
> rename from meta-networking/recipes-daemons/lldpd/lldpd_0.7.17.bb
> rename to meta-networking/recipes-daemons/lldpd/lldpd_0.7.19.bb
> index 47d3c38..7d54626 100644
> --- a/meta-networking/recipes-daemons/lldpd/lldpd_0.7.17.bb
> +++ b/meta-networking/recipes-daemons/lldpd/lldpd_0.7.19.bb
> @@ -9,11 +9,10 @@ SRC_URI = "\
> http://media.luffy.cx/files/${PN}/${PN}-${PV}.tar.gz \
> file://lldpd.init.d \
> file://lldpd.default \
> - file://fix-libevent-configure.patch \
> "
>
> -SRC_URI[md5sum] = "8cb74065956bc32a575ee5203b0e0fb5"
> -SRC_URI[sha256sum] = "6b50b8aa47d1424a93ba3df55af26da41f7d5718db8d25e99291c4a6cd09c20e"
> +SRC_URI[md5sum] = "4e924420e00ccd5dc289506f43221820"
> +SRC_URI[sha256sum] = "aac11cb1fdc037709517372c70c9bf89c752ab8e5eaab9ce140b84ed5a0507c8"
>
> inherit autotools update-rc.d useradd systemd pkgconfig
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-10-30 16:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-29 16:23 [meta-networking][PATCH] lldpd: Update to version 0.7.19 Fabio Berton
2015-10-30 16:58 ` akuster808
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.