summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* imagemagick: add PACKAGECONFIG for x11Catalin Enache2016-04-121-2/+3
| | | | | | | ImageMagick should X11 delegate libraries if they are available Signed-off-by: Catalin Enache <catalin.enache@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ipmiutil: fix typoQi.Chen@windriver.com2016-04-121-1/+1
| | | | | Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* waf-cross-answers: Fix faulty link cross-answers-mipsel.txtMike Looijmans2016-04-061-1/+39
| | | | | | | | | | | | Apparently something was wrong in the patch "waf-cross-answers: Add cross-answers-mipsel.txt". and it created a dead symlink. Solve it by just copying the cross-answers-mips.txt instead of linking it. Fixes: 0898fb01ccea229cb0c64796b62f20a7c596ac0b Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* wireshark: 2.0.2 update including securityArmin Kuster2016-04-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following vulnerabilities have been fixed: * [1]wnpa-sec-2016-01 DLL hijacking vulnerability. [2]CVE-2016-2521 * [3]wnpa-sec-2016-02 ASN.1 BER dissector crash. ([4]Bug 11828) [5]CVE-2016-2522 * [6]wnpa-sec-2016-03 DNP dissector infinite loop. ([7]Bug 11938) [8]CVE-2016-2523 * [9]wnpa-sec-2016-04 X.509AF dissector crash. ([10]Bug 12002) [11]CVE-2016-2524 * [12]wnpa-sec-2016-05 HTTP/2 dissector crash. ([13]Bug 12077) [14]CVE-2016-2525 * [15]wnpa-sec-2016-06 HiQnet dissector crash. ([16]Bug 11983) [17]CVE-2016-2526 * [18]wnpa-sec-2016-07 3GPP TS 32.423 Trace file parser crash. ([19]Bug 11982) [20]CVE-2016-2527 * [21]wnpa-sec-2016-08 LBMC dissector crash. ([22]Bug 11984) [23]CVE-2016-2528 * [24]wnpa-sec-2016-09 iSeries file parser crash. ([25]Bug 11985) [26]CVE-2016-2529 * [27]wnpa-sec-2016-10 RSL dissector crash. ([28]Bug 11829) [29]CVE-2016-2530 [30]CVE-2016-2531 * [31]wnpa-sec-2016-11 LLRP dissector crash. ([32]Bug 12048) [33]CVE-2016-2532 * [34]wnpa-sec-2016-12 Ixia IxVeriWave file parser crash. ([35]Bug 11795) * [36]wnpa-sec-2016-13 IEEE 802.11 dissector crash. ([37]Bug 11818) * [38]wnpa-sec-2016-14 GSM A-bis OML dissector crash. ([39]Bug 11825) * [40]wnpa-sec-2016-15 ASN.1 BER dissector crash. ([41]Bug 12106) * [42]wnpa-sec-2016-16 SPICE dissector large loop. ([43]Bug 12151) * [44]wnpa-sec-2016-17 NFS dissector crash. * [45]wnpa-sec-2016-18 ASN.1 BER dissector crash. ([46]Bug 11822) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* dnsmasq: steal resolvconf support from UbuntuJens Rehsack2016-04-015-4/+167
| | | | | | | | | | Add support for resolvconf integration as done in Ubuntu. This implies updates of start-scripts, resolvconf plugin (on nameserver update ...), populate-volatiles control file for saved nameserver list. Signed-off-by: Jens Rehsack <sno@netbsd.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* pptp-linux: update to 1.8.0Derek Straka2016-04-013-23/+3
| | | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* waf-samba.bbclass: move to meta-networkingJackie Huang2016-04-0113-1/+3
| | | | | | | | | | The recipes that are using waf-samba were all moved to meta-networking, so move the bbclass and related cross-answers files as well. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* waf-cross-answers/README: Fix typo "bbaclss"mike.looijmans@topic.nl2016-04-011-1/+1
| | | | | Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* waf-cross-answers: Add cross-answers-mipsel.txtmike.looijmans@topic.nl2016-04-011-0/+1
| | | | | | | | | | Build fails on "mipsel" platforms due to missing cross-answers-mipsel.txt. Fix this by linking it to cross-answers-mips.txt, since there's no hint of taking endianess into account. Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* dhcpcd: cleanup recipePascal Bach2016-04-011-5/+7
| | | | | | | | | | | - use autotools-brokensep instead of B = "${S}" - make udev configurable via PACKAGECONFIG - make ipv6 configurable via PACKAGECONFIG Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Freudiger Raphael <raphael.freudiger@siemens.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* dhcpcd: update to version 6.10.1Pascal Bach2016-04-011-2/+2
| | | | | | Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* wolfssl: update to version 3.9.0lchristina262016-04-011-2/+2
| | | | | | | | | Update includes new leantls configuration, RSA OAEP padding support, Arduino example client, and more. Signed-off-by: lchristina26 <leah@wolfssl.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* net-snmp: fix some invalid pathsCatalin Enache2016-04-011-0/+4
| | | | | | | | | | | | | Because the package is not built in place @srcdir@ is an absolute path to the source directory instead of ".". Because of this some target scripts like net-snmp-create-v3-user and net-snmp-config that are using thisvariable in their *.in files (NSC_SRCDIR=@srcdir@) contain invalid paths. Signed-off-by: Catalin Enache <catalin.enache@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* net-snmp: fix invalid paths in target net-snmp-configCatalin Enache2016-04-011-5/+5
| | | | | | | | | Only net-snmp-config used for sysroot should have sysroot specific paths. Signed-off-by: Catalin Enache <catalin.enache@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* python-futures: update to version 3.0.5Derek Straka2016-04-011-3/+3
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-simplejson: update to 3.8.2Derek Straka2016-04-011-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-urllib3: update to 1.14Derek Straka2016-04-011-7/+3
| | | | Signed-off-by: Derek Straka <derek@asterius.io>
* python-sparts: update to version 0.7.3Derek Straka2016-04-011-6/+3
| | | | Signed-off-by: Derek Straka <derek@asterius.io>
* python-pyyaml: update to 3.11Derek Straka2016-04-011-2/+2
| | | | Signed-off-by: Derek Straka <derek@asterius.io>
* python-pyudev: update to 0.19.0Derek Straka2016-04-011-2/+2
| | | | Signed-off-by: Derek Straka <derek@asterius.io>
* python-pytz: update to 2016.3Derek Straka2016-04-011-2/+2
| | | | Signed-off-by: Derek Straka <derek@asterius.io>
* python-pytest: update to 2.9.1Derek Straka2016-04-012-10/+10
| | | | Signed-off-by: Derek Straka <derek@asterius.io>
* python-pyparsing: update to 2.1.1Derek Straka2016-04-011-2/+2
| | | | Signed-off-by: Derek Straka <derek@asterius.io>
* python-pymisp: update to 2.3Derek Straka2016-04-013-9/+5
| | | | Signed-off-by: Derek Straka <derek@asterius.io>
* python-pyflakes: update to 1.1.0Derek Straka2016-04-011-3/+3
| | | | Signed-off-by: Derek Straka <derek@asterius.io>
* python-pycparser: update to 2.14Derek Straka2016-04-012-10/+10
| | | | Signed-off-by: Derek Straka <derek@asterius.io>
* python-py: update to 1.4.31Derek Straka2016-04-011-2/+2
| | | | Signed-off-by: Derek Straka <derek@asterius.io>
* python-psutil: update to 4.1.0Derek Straka2016-04-011-2/+2
| | | | Signed-off-by: Derek Straka <derek@asterius.io>
* python-pip: update to 8.1.1Derek Straka2016-04-011-3/+3
| | | | Signed-off-by: Derek Straka <derek@asterius.io>
* python-pep8: update to 1.7.0Derek Straka2016-04-011-3/+3
| | | | Signed-off-by: Derek Straka <derek@asterius.io>
* python-paste: update to 2.0.3Derek Straka2016-04-011-2/+2
| | | | Signed-off-by: Derek Straka <derek@asterius.io>
* python-monotonic: update to 1.0Derek Straka2016-04-011-2/+2
| | | | Signed-off-by: Derek Straka <derek@asterius.io>
* python-jsonpatch: update to 1.13Derek Straka2016-04-011-2/+2
| | | | Signed-off-by: Derek Straka <derek@asterius.io>
* python-iso8601: update to 0.1.11Derek Straka2016-04-012-8/+8
| | | | Signed-off-by: Derek Straka <derek@asterius.io>
* python-html5lib: update to 0.9999999Derek Straka2016-04-011-2/+2
| | | | Signed-off-by: Derek Straka <derek@asterius.io>
* python-evdev: update to 0.6.0Derek Straka2016-04-011-3/+4
| | | | Signed-off-by: Derek Straka <derek@asterius.io>
* python-daemonize: update to 2.4.6Derek Straka2016-04-011-2/+2
| | | | Signed-off-by: Derek Straka <derek@asterius.io>
* python-cmd2: update to 0.6.8Derek Straka2016-04-011-2/+2
| | | | Signed-off-by: Derek Straka <derek@asterius.io>
* python-cffi: update to 1.5.2Derek Straka2016-04-011-2/+2
| | | | Signed-off-by: Derek Straka <derek@asterius.io>
* python-whoosh: update to 2.7.3Derek Straka2016-04-013-2/+3
| | | | Signed-off-by: Derek Straka <derek@asterius.io>
* python-werkzeug: update to 0.11.5Derek Straka2016-04-013-2/+2
| | | | Signed-off-by: Derek Straka <derek@asterius.io>
* python-pymongo: update to 3.2.2Derek Straka2016-04-013-2/+2
| | | | Signed-off-by: Derek Straka <derek@asterius.io>
* python-certifi: update to 2016.2.28Derek Straka2016-04-013-2/+2
| | | | Signed-off-by: Derek Straka <derek@asterius.io>
* python-cython: update to 0.23.4Derek Straka2016-04-013-2/+2
| | | | Signed-off-by: Derek Straka <derek@asterius.io>
* python-lxml: update to 3.6.0Derek Straka2016-04-013-2/+2
| | | | Signed-off-by: Derek Straka <derek@asterius.io>
* python-dateutil: update to 2.5.1Derek Straka2016-04-013-2/+2
| | | | Signed-off-by: Derek Straka <derek@asterius.io>
* gstreamer: fix argument parsing when using Bison 3Stefan Agner2016-04-013-34/+36
| | | | | | | | | | | | Remove the argument fix patch and add a patch which fixes the grammer.y Bison input file. YYLEX_PARAM seems to be no longer supported and has been replaced with %parse-param which has been introduced already in 2003. This fixes a segmentation fault when launching gst-launch-0.10. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-crytograph: fix build issue do to openssl 1.0.1g upgradeArmin Kuster2016-03-252-1/+30
| | | | | | | | | | | | | this fixes build/temp.linux-x86_64-2.7/_openssl.c:697:6: error: conflicting types for 'BIO_new_mem_buf' BIO *BIO_new_mem_buf(void *, int); ^ In file included from /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/qemuarm/usr/include/openssl/asn1.h:65:0, from build/temp.linux-x86_64-2.7/_openssl.c:413: Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyhamcrest: add initial recipe for version 1.9.0Derek Straka2016-03-251-0/+10
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-behave: add initial recipe for version 1.2.5Derek Straka2016-03-251-0/+10
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>