From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f172.google.com (mail-pd0-f172.google.com [209.85.192.172]) by mail.openembedded.org (Postfix) with ESMTP id A854C65C9C for ; Mon, 18 May 2015 02:58:03 +0000 (UTC) Received: by pdbqa5 with SMTP id qa5so128951780pdb.0 for ; Sun, 17 May 2015 19:58:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=BK9shwHCapO+nApXez+cLbRMYiJwRi12iAGhtbA0k2k=; b=yjnG4bjvfeeiP/zP/SejNKZU1n7aBX+dqb62HRAOsjRy6roDsFr0yQ21Ajl4o0zsTL W/1gqXcYjAZ5ORiUqrTuDNhCudzvBMM36yFRTPHNNqQQGHyj5fLSnHy4lJ3CUAozp03S 6eptNqbEnb3kr8gnPszCCenUyUWbtJUAV8mtUP1s7fSLpxyjIeTku7/C480S+taHnEES ph9OCYf/0NiI3knu/R6oRzy6CWZiTpXScye1j8T5UyGvabF4OCmLj9Kl/9sgrm3stdA6 swEv1h2SKo6rjCUdsPynkr9pNPaWTFGIksCJ+BGn625NI+qdYgA0nt1bn+spmyQo5W/E 7VZQ== X-Received: by 10.70.55.199 with SMTP id u7mr40085159pdp.42.1431917884524; Sun, 17 May 2015 19:58:04 -0700 (PDT) Received: from Akusters-laptop-2.local (c-76-20-92-207.hsd1.ca.comcast.net. [76.20.92.207]) by mx.google.com with ESMTPSA id j14sm8292496pbq.29.2015.05.17.19.58.02 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 17 May 2015 19:58:02 -0700 (PDT) Message-ID: <55595538.8000100@gmail.com> Date: Sun, 17 May 2015 19:58:00 -0700 From: akuster808 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: openembedded-devel@lists.openembedded.org References: <1431721640-6515-1-git-send-email-akuster808@gmail.com> <20150517075525.GB9407@jama> In-Reply-To: <20150517075525.GB9407@jama> Subject: Re: [meta-networking][PATCH] whireshark: update to 12.5 X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 May 2015 02:58:04 -0000 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit On 5/17/15 12:55 AM, Martin Jansa wrote: > On Fri, May 15, 2015 at 01:27:20PM -0700, Armin Kuster wrote: >> fixed broken url and cleaned up the PACKAGECONFIG >> removed patch as it is included in this release >> update SECTION name >> >> The following vulnerabilities have been fixed. >> * [1]wnpa-sec-2015-12 >> The LBMR dissector could go into an infinite loop. ([2]Bug 11036) >> [3]CVE-2015-3808 [4]CVE-2015-3809 >> >> * [5]wnpa-sec-2015-13 >> The WebSocket dissector could recurse excessively. ([6]Bug 10989) >> [7]CVE-2015-3810 >> >> * [8]wnpa-sec-2015-14 >> The WCP dissector could crash while decompressing data. ([9]Bug >> 10978) [10]CVE-2015-3811 >> >> * [11]wnpa-sec-2015-15 >> The X11 dissector could leak memory. ([12]Bug 11088) >> [13]CVE-2015-3812 >> >> * [14]wnpa-sec-2015-16 >> The packet reassembly code could leak memory. ([15]Bug 11129) >> [16]CVE-2015-3813 >> >> * [17]wnpa-sec-2015-17 >> The IEEE 802.11 dissector could go into an infinite loop. ([18]Bug >> 11110) [19]CVE-2015-3814 >> >> * [20]wnpa-sec-2015-18 >> The Android Logcat file parser could crash. Discovered by Hanno >> Böck. ([21]Bug 11188) [22]CVE-2015-3815 >> >> Signed-off-by: Armin Kuster >> --- >> .../{wireshark_1.12.4.bb => wireshark_1.12.5.bb} | 26 ++++++++++------------ >> 1 file changed, 12 insertions(+), 14 deletions(-) >> rename meta-networking/recipes-support/wireshark/{wireshark_1.12.4.bb => wireshark_1.12.5.bb} (65%) >> >> diff --git a/meta-networking/recipes-support/wireshark/wireshark_1.12.4.bb b/meta-networking/recipes-support/wireshark/wireshark_1.12.5.bb >> similarity index 65% >> rename from meta-networking/recipes-support/wireshark/wireshark_1.12.4.bb >> rename to meta-networking/recipes-support/wireshark/wireshark_1.12.5.bb >> index 6833216..21a7ce9 100644 >> --- a/meta-networking/recipes-support/wireshark/wireshark_1.12.4.bb >> +++ b/meta-networking/recipes-support/wireshark/wireshark_1.12.5.bb >> @@ -1,20 +1,17 @@ >> DESCRIPTION = "wireshark - a popular network protocol analyzer" >> HOMEPAGE = "http://www.wireshark.org" >> -SECTION = "network" >> +SECTION = "net" >> LICENSE = "GPL-2.0" >> LIC_FILES_CHKSUM = "file://README.linux;md5=631e077455b7972172eb149195e065b0" >> >> DEPENDS = "perl-native pcre expat glib-2.0 sbc" >> >> -SRC_URI = " \ >> - http://wiresharkdownloads.riverbed.com/wireshark/src/wireshark-${PV}.tar.bz2 \ >> - file://Do-not-set-CC_FOR_BUILD-flags.patch \ >> -" >> +SRC_URI = "https://2.na.dl.wireshark.org/src/wireshark-${PV}.tar.bz2" >> >> PE = "1" >> >> -SRC_URI[md5sum] = "acfa156fd35cb66c867b1ace992e4b5b" >> -SRC_URI[sha256sum] = "de804e98e252e4b795d28d6ac2d48d7f5aacd9b046ee44d44266983795ebc312" >> +SRC_URI[md5sum] = "9ee199dde4f36a3d71f7b81dd6764e93" >> +SRC_URI[sha256sum] = "d0f177b2ef49e4deae4ff7d3299bdd295ba558a3934ce8ae489b2f13927cbd82" >> >> inherit autotools pkgconfig >> >> @@ -23,14 +20,15 @@ ARM_INSTRUCTION_SET = "arm" >> # Works with either gtk+ or gtk3. >> WHICH_GTK = "gtk3" >> >> -PACKAGECONFIG ??= "libcap gnutls libnl" >> +PACKAGECONFIG ?= "libpcap gnutls libnl libcap" >> PACKAGECONFIG += " ${@bb.utils.contains("DISTRO_FEATURES", "x11", "${WHICH_GTK} graphics", "", d)}" >> PACKAGECONFIG += " ${@bb.utils.contains("DISTRO_FEATURES", "ipv6", "ipv6", "", d)}" >> >> -PACKAGECONFIG[libcap] = "--with-libcap=${STAGING_DIR_HOST}, --with-libcap=no, libcap" >> -PACKAGECONFIG[libsmi] = "--with-libsmi=yes, --with-libsmi=no, libsmi" >> -PACKAGECONFIG[libnl] = "--with-libnl=yes, --with-libnl=no, libnl" >> -PACKAGECONFIG[portaudio] = "--with-portaudio=yes, --with-portaudio=no, portaudio-v19" >> +PACKAGECONFIG[libcap] = " --with-libcap=${STAGING_LIBDIR}, --with-libcap=no --enable-pcap-ng-default , libcap" >> +PACKAGECONFIG[libpcap] = " --with-pcap=${STAGING_LIBDIR} --with-pcap-remote, --with-pcap=no --enable-pcap-ng-default , libpcap" >> +PACKAGECONFIG[libsmi] = " --with-libsmi=yes, --with-libsmi=no, libsmi" >> +PACKAGECONFIG[libnl] = " --with-libnl=yes, --with-libnl=no, libnl" >> +PACKAGECONFIG[portaudio] = " --with-portaudio=yes, --with-portaudio=no, portaudio-v19" > Why do you add leading space before first --with? I am a dork. > >> PACKAGECONFIG[gtk2] = "--with-gtk2=yes, --with-gtk2=no, gtk+" >> PACKAGECONFIG[gtk3] = "--with-gtk3=yes, --with-gtk3=no, gtk+3" >> PACKAGECONFIG[graphics] = "--enable-wireshark, --disable-wireshark," >> @@ -39,14 +37,14 @@ PACKAGECONFIG[gnutls] = "--with-gnutls=yes, --with-gnutls=no, gnutls" >> PACKAGECONFIG[gcrypt] = "--with-gcrypt=yes, --with-gcrypt=no, libgcrypt" >> PACKAGECONFIG[krb5] = "--with-krb5=yes, --with-krb5=no, krb5" >> PACKAGECONFIG[lua] = "--with-lua=yes, --with-lua=no, lua" >> -PACKAGECONFIG[zlib] = "--with-zlib=yes, --with-zlib=no, zlib" >> +PACKAGECONFIG[zlib] = " -with-zlib=yes, --with-zlib=no, zlib" > This doesn't look correct You are correct. that is not right. > > I've removed leading spaces before --with and added - here when > cherry-picking to master-next (if you agree you don't need to resend). I agree. Many thanks, Armin > >> PACKAGECONFIG[geoip] = "--with-geoip=yes, --with-geoip=no, geoip" >> >> # these next two options require addional layers >> PACKAGECONFIG[adns] = "--with-adns=yes, --with-adns=no, adns" >> PACKAGECONFIG[c-ares] = "--with-c-ares=yes, --with-c-ares=no, c-ares" >> >> -EXTRA_OECONF += "--with-qt=no --enable-usr-local=no --enable-tshark --with-pcap=no --enable-pcap-ng-default" >> +EXTRA_OECONF += "--with-qt=no --enable-usr-local=no --enable-tshark --enable-rawshark" >> >> do_configure_prepend() { >> # force to use fallback >> -- >> 2.3.5 >> >> -- >> _______________________________________________ >> Openembedded-devel mailing list >> Openembedded-devel@lists.openembedded.org >> http://lists.openembedded.org/mailman/listinfo/openembedded-devel