* [Buildroot] [PATCH] wireshark: security bump to version 1.8.7
@ 2013-05-19 23:47 Gustavo Zacarias
2013-05-20 2:55 ` Baruch Siach
2013-05-25 11:56 ` Peter Korsgaard
0 siblings, 2 replies; 5+ messages in thread
From: Gustavo Zacarias @ 2013-05-19 23:47 UTC (permalink / raw)
To: buildroot
Fixes CVE-2013-2486, CVE-2013-2487 and several wnpa-sec (wireshark)
advisories.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/wireshark/Config.in | 1 +
.../wireshark/wireshark-dont-include-prefix.patch | 41 ----------------------
package/wireshark/wireshark.mk | 2 +-
3 files changed, 2 insertions(+), 42 deletions(-)
delete mode 100644 package/wireshark/wireshark-dont-include-prefix.patch
diff --git a/package/wireshark/Config.in b/package/wireshark/Config.in
index e6d4e72..d4c8b43 100644
--- a/package/wireshark/Config.in
+++ b/package/wireshark/Config.in
@@ -3,6 +3,7 @@ config BR2_PACKAGE_WIRESHARK
select BR2_PACKAGE_LIBPCAP
select BR2_PACKAGE_LIBGCRYPT
select BR2_PACKAGE_LIBGLIB2
+ depends on BR2_USE_MMU # fork()
depends on BR2_USE_WCHAR # glib2
help
Network traffic sniffer and protocol decoder. Currently only tshark,
diff --git a/package/wireshark/wireshark-dont-include-prefix.patch b/package/wireshark/wireshark-dont-include-prefix.patch
deleted file mode 100644
index 567af9a..0000000
--- a/package/wireshark/wireshark-dont-include-prefix.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-configure.in: don't add the build host's /usr/include and /usr/lib to the
-search path of include files and libraries. This is not what you want when
-cross compiling.
-
-Sent upstream as https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7926.
-
-Signed-off-by: Baruch Siach <baruch@tkos.co.il>
----
-diff -Nuar wireshark-1.8.3.orig/configure.in wireshark-1.8.3/configure.in
---- wireshark-1.8.3.orig/configure.in 2012-08-15 23:33:32.000000000 +0300
-+++ wireshark-1.8.3/configure.in 2012-10-28 10:07:54.864388531 +0200
-@@ -635,29 +635,6 @@
- AC_SUBST(CORESERVICES_FRAMEWORKS)
- AC_SUBST(LAUNCHSERVICES_FRAMEWORKS)
-
--#
--# If using $prefix we add "$prefix/include" to the include search path
--# and "$prefix/lib" to the library search path.
--#
--if test "x$prefix" != "x" ; then
-- AC_MSG_CHECKING(whether to use $prefix for headers and libraries)
-- if test -d $prefix/include ; then
-- AC_MSG_RESULT(yes)
-- #
-- # Arrange that we search for header files in "$prefix/include", as
-- # various packages we use may have been installed under "$prefix/include".
-- #
-- CPPFLAGS="$CPPFLAGS -I$prefix/include"
--
-- #
-- # Arrange that we search for libraries in "$prefix/lib".
-- #
-- AC_WIRESHARK_ADD_DASH_L(LDFLAGS, $prefix/lib)
-- else
-- AC_MSG_RESULT(no)
-- fi
--fi
--
- dnl Look in /usr/local for header files and libraries ?
- dnl XXX FIXME don't include /usr/local if it is already in the system
- dnl search path as this causes gcc 3.2 on Linux to complain about a change
diff --git a/package/wireshark/wireshark.mk b/package/wireshark/wireshark.mk
index 5a4d8b5..34d2708 100644
--- a/package/wireshark/wireshark.mk
+++ b/package/wireshark/wireshark.mk
@@ -4,7 +4,7 @@
#
#############################################################
-WIRESHARK_VERSION = 1.8.6
+WIRESHARK_VERSION = 1.8.7
WIRESHARK_SOURCE = wireshark-$(WIRESHARK_VERSION).tar.bz2
WIRESHARK_SITE = http://www.wireshark.org/download/src/all-versions
WIRESHARK_LICENSE = wireshark license
--
1.8.1.5
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH] wireshark: security bump to version 1.8.7
2013-05-19 23:47 [Buildroot] [PATCH] wireshark: security bump to version 1.8.7 Gustavo Zacarias
@ 2013-05-20 2:55 ` Baruch Siach
2013-05-20 3:25 ` Gustavo Zacarias
2013-05-25 11:56 ` Peter Korsgaard
1 sibling, 1 reply; 5+ messages in thread
From: Baruch Siach @ 2013-05-20 2:55 UTC (permalink / raw)
To: buildroot
Hi Gustavo,
On Sun, May 19, 2013 at 08:47:27PM -0300, Gustavo Zacarias wrote:
> Fixes CVE-2013-2486, CVE-2013-2487 and several wnpa-sec (wireshark)
> advisories.
>
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
> package/wireshark/Config.in | 1 +
> .../wireshark/wireshark-dont-include-prefix.patch | 41 ----------------------
> package/wireshark/wireshark.mk | 2 +-
> 3 files changed, 2 insertions(+), 42 deletions(-)
> delete mode 100644 package/wireshark/wireshark-dont-include-prefix.patch
>
> diff --git a/package/wireshark/Config.in b/package/wireshark/Config.in
> index e6d4e72..d4c8b43 100644
> --- a/package/wireshark/Config.in
> +++ b/package/wireshark/Config.in
> @@ -3,6 +3,7 @@ config BR2_PACKAGE_WIRESHARK
> select BR2_PACKAGE_LIBPCAP
> select BR2_PACKAGE_LIBGCRYPT
> select BR2_PACKAGE_LIBGLIB2
> + depends on BR2_USE_MMU # fork()
Have you seen an actual build failure caused by this missing dependency?
baruch
--
http://baruch.siach.name/blog/ ~. .~ Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
- baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -
^ permalink raw reply [flat|nested] 5+ messages in thread* [Buildroot] [PATCH] wireshark: security bump to version 1.8.7
2013-05-20 2:55 ` Baruch Siach
@ 2013-05-20 3:25 ` Gustavo Zacarias
2013-05-20 8:22 ` Baruch Siach
0 siblings, 1 reply; 5+ messages in thread
From: Gustavo Zacarias @ 2013-05-20 3:25 UTC (permalink / raw)
To: buildroot
On 05/19/2013 11:55 PM, Baruch Siach wrote:
> Have you seen an actual build failure caused by this missing dependency?
Hi.
No, it's unreachable because glib2 is always failing before with it's
own fork()ing.
It's used in capture_sync.c which is mandatory even for tshark, so it
would fail even if glib2 worked.
Regards.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH] wireshark: security bump to version 1.8.7
2013-05-20 3:25 ` Gustavo Zacarias
@ 2013-05-20 8:22 ` Baruch Siach
0 siblings, 0 replies; 5+ messages in thread
From: Baruch Siach @ 2013-05-20 8:22 UTC (permalink / raw)
To: buildroot
Hi Gustavo,
On Mon, May 20, 2013 at 12:25:00AM -0300, Gustavo Zacarias wrote:
> On 05/19/2013 11:55 PM, Baruch Siach wrote:
> > Have you seen an actual build failure caused by this missing dependency?
>
> No, it's unreachable because glib2 is always failing before with it's
> own fork()ing.
> It's used in capture_sync.c which is mandatory even for tshark, so it
> would fail even if glib2 worked.
OK, thanks. So, FWIW:
Acked-by: Baruch Siach <baruch@tkos.co.il>
baruch
--
http://baruch.siach.name/blog/ ~. .~ Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
- baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH] wireshark: security bump to version 1.8.7
2013-05-19 23:47 [Buildroot] [PATCH] wireshark: security bump to version 1.8.7 Gustavo Zacarias
2013-05-20 2:55 ` Baruch Siach
@ 2013-05-25 11:56 ` Peter Korsgaard
1 sibling, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2013-05-25 11:56 UTC (permalink / raw)
To: buildroot
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> Fixes CVE-2013-2486, CVE-2013-2487 and several wnpa-sec (wireshark)
Gustavo> advisories.
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-05-25 11:56 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-19 23:47 [Buildroot] [PATCH] wireshark: security bump to version 1.8.7 Gustavo Zacarias
2013-05-20 2:55 ` Baruch Siach
2013-05-20 3:25 ` Gustavo Zacarias
2013-05-20 8:22 ` Baruch Siach
2013-05-25 11:56 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox