summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* wireshark: upgrade 3.2.2 -> 3.2.4Zang Ruochen2020-05-311-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* snort: upgrade 2.9.15 -> 2.9.16Zang Ruochen2020-05-312-51/+2
| | | | | | | | -0001-chdeck-for-gettid-API-during-configure.patch Removed since this is included in 2.9.16 Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mosquitto: upgrade 1.6.9 -> 1.6.10Zang Ruochen2020-05-311-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dfu-util-native: Remove DEPLOY_DIR_TOOLS from sstate-outputdirsKhem Raj2020-05-311-1/+0
| | | | | | | | | | In commit 1ef92d2423d6d6546e4f0585478540212b26f3a0 deploying the native tool was changed to use DEPLOYDIR, so setting DEPLOY_DIR_TOOLS for sstate-outputdir dependency should have been changed as well. Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Robert P. J. Day <rpjday@crashcourse.ca> Cc: Jacob Kroon <jacob.kroon@gmail.com>
* cockpit: 219 -> 220Michael Haener2020-05-301-2/+7
| | | | | Signed-off-by: Michael Haener <michael.haener@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* net-snmp: refresh patchesPatrick Williams2020-05-304-30/+33
| | | | | | | | | | | | | | | | | Refreshed patches for 5.8 due to the following: ERROR: net-snmp-5.8-r0 do_patch: Command Error: 'quilt --quiltrc .../net-snmp/5.8-r0/recipe-sysroot-native/etc/quiltrc push' exited with 0 Output: Applying patch 0001-Add-pkg-config-support-for-building-applications-and.patch patching file configure ... Hunk #1 succeeded at 32248 with fuzz 2 (offset 1826 lines). Hunk #2 FAILED at 31447. 1 out of 2 hunks FAILED -- rejects in file configure ... Patch 0001-Add-pkg-config-support-for-building-applications-and.patch does not apply (enforce with -f) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uftp: upgrade 4.10.2 -> 5.0Pierre-Jean Texier2020-05-301-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Full changelog: Version 5.0 - 4/22/2020 Major security updates. The key exchange and key derivation algorithms were modified and supported algorithms were pruned using TLS 1.3 as a basis. This includes: - HKDF used in multiple stages for key derivation from raw shared secrets. - Included addtional context in key derivation and signatures to protect against replay attacks and downgrade attacks. - Reduced set of supported EC curves to those supported by TLS 1.3 - Removed RSA key exchange which does not provide perfect forward secrecy. All key exchanges now use ECDH. - Removed support for SHA-1 hashes in key exchanges. - Supported symmetric ciphers are AES in AEAD mode (GCM or CCM). - Increased supported RSA key sizes Encrypted sessions are now enabled by default. It can be disabled by specifying "none" for the key type in the server's -Y option. Backward compatibility retained for version 4.x in clients and proxies. When communicating with a 4.x server, only allow algorithms and key exchange modes permitted in the new version. Clients and proxies no longer need to use signature keys that match the type and size used by the server. As a result, the -k and -K options to the client now only accept a single key instead of multiple. The proxy still supports multiple keys for 4.x compatibility, however only the first key listed is used for any version 5.x session. Proxies now send their keys in a separate message instead of injecting them in the ANNOUNCE sent by the server. This allows clients to be fully aware of proixes and allows them to authenticate servers and proxies separately. Format of client's server list modified to specify the proxy that a server communicates through. Fingerprints listed in this file now always specify the server as opposed to having the proxy's key in some cases. Added -R option to client to specify a list of proxies along with their public key fingerprints. The old use of -R to specify a version 4.x response proxy has moved to -r. Previously, using -S in the client or proxy to specify a server list would automatically enable source specific multicast (SSM). The use of SSM is now enabled separately via the -o option on both the client and proxy. Fixed a bug that caused ECDSA signatures created on Linux with curve secp521r1 from being verified successfully on Windows. Fixed cleanup on clients and proxies to prevent occasional crashes on shutdown under Windows. Update timstamps in messages to use 64-bit microseconds since the epoch, addressing Y2038 issues. Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyyaml: Update 5.3 -> 5.3.1Domarys Correa2020-05-282-19/+18
| | | | | | Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyudev: Update 0.21.0 -> 0.22.0Domarys Correa2020-05-281-2/+4
| | | | | | Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dbussy: Upgrade 1.2.1 -> 1.3Leon Anavi2020-05-281-1/+1
| | | | | | | | Upgrade to release 1.3. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-click: Upgrade 7.0 -> 7.1.2Leon Anavi2020-05-281-4/+3
| | | | | | | | Upgrade to release 7.1.2. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libuv: upgrade 1.36.0 -> 1.38.0Pierre-Jean Texier2020-05-281-1/+1
| | | | | | | See full changelog https://github.com/libuv/libuv/releases/tag/v1.38.0 Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* qpdf: fix typo in RDEPENDSMaciej Pijanowski2020-05-281-1/+1
| | | | | Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest-asyncio: Update 0.10.0 -> 0.12.0Domarys Correa2020-05-282-13/+14
| | | | | | Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest-metadata: Update 1.8.0 -> 1.9.0Domarys Correa2020-05-281-6/+8
| | | | | | Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest-html: Update 1.6 -> 2.1.1Domarys Correa2020-05-281-6/+11
| | | | | | Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest: Update 5.3.5 -> 5.4.2Domarys Correa2020-05-281-3/+2
| | | | | | Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* add python bitstring packageShlomi Vaknin2020-05-281-0/+20
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rsyslog: upgrade 8.2002 -> 8.2004Zang Ruochen2020-05-281-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgphoto2: upgrade 2.5.24 -> 2.5.25Zang Ruochen2020-05-281-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gsoap: upgrade 2.8.100 -> 2.8.103Zheng Ruoqin2020-05-281-2/+2
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nano: upgrade 4.9.2 -> 4.9.3Zheng Ruoqin2020-05-281-2/+2
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* multipath-tools: fix compiling parallel issueHongxu Jia2020-05-282-0/+41
| | | | | | | | | | | | | | | | | Add explicit dependency on libraries [snip] gcc/i686-overc-linux/10.1.0/ld: cannot find -lmpathpersist collect2: error: ld returned 1 exit status Makefile:36: recipe for target 'multipathd' failed make[1]: *** [multipathd] Error 1 make[1]: Leaving directory 'git/multipathd' Makefile:29: recipe for target 'multipathd' failed make: *** [multipathd] Error 2 ln -sf libmpathpersist.so.0 libmpathpersist.so [snip] Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* use weak assignments for PNBLACKLIST in recipe filesRobert P. J. Day2020-05-266-6/+6
| | | | | | | | Make sure PNBLACKLIST assignments in recipe files use weak assignment, so they can be overridden in, for example, local.conf files. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* irssi: package libirc_proxy.a in PN-staticdevMartin Jansa2020-05-261-0/+2
| | | | | | | | | * fixes: ERROR: irssi-1.0.4-r0 do_package_qa: QA Issue: non -staticdev package contains static .a library: irssi path '/work/core2-64-oe-linux/irssi/1.0.4-r0/packages-split/irssi/usr/lib/irssi/modules/libirc_proxy.a' [staticdev] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* plymouth: disable systemd-integration for sysvinitKai Kang2020-05-261-1/+1
| | | | | | | | | | | | | | | | | | | | | It fails to build plymouth for sysvinit: | ERROR: plymouth-0.9.4-r0 do_package: QA Issue: plymouth: Files/directories were installed but not shipped in any package: | /poweroff.target.wants | ... | /halt.target.wants/plymouth-halt.service | Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. | plymouth: 17 installed and not shipped files. [installed-vs-shipped] Because systemd is not installed for sysvinit, the value of variable 'SYSTEMD_UNIT_DIR' is empty and causes the failures. Disable systemd-integration if 'systemd' not in DISTRO_FEATURES. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thunar: upgrade 1.8.14 -> 1.8.15Andreas Müller2020-05-241-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gexiv2: upgrade 0.12.0 -> 0.12.1Andreas Müller2020-05-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | gexiv2 0.12.1 - 23 May 2020 * Support macOS dylib versioning * Improve compatibility with current exiv2 development versions * Fix compiling on windows * Fix issue with problematic symbol visibility of exiv2 * Fix issues with tests overwriting environment variables * Fix exception escaping on division by zero * Fix overflow in altitude fraction conversion * Fix crash with experimental GIO support * Documentation fixes * Add gexiv2_metadata_update_gps_info which will not remove all other GPS information Bugs fixed in this release: - https://gitlab.gnome.org/GNOME/gexiv2/issues/41 - https://gitlab.gnome.org/GNOME/gexiv2/issues/42 - https://gitlab.gnome.org/GNOME/gexiv2/issues/45 - https://gitlab.gnome.org/GNOME/gexiv2/issues/52 - https://gitlab.gnome.org/GNOME/gexiv2/issues/53 - https://gitlab.gnome.org/GNOME/gexiv2/issues/54 - https://gitlab.gnome.org/GNOME/gexiv2/issues/55 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ser2net: upgrade 4.1.5 -> 4.1.8Pierre-Jean Texier2020-05-241-2/+1
| | | | | Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ser2net: fix upstream check URLPierre-Jean Texier2020-05-241-0/+2
| | | | | | | | | | | | Fixes: $: devtool check-upgrade-status ser2net <...> INFO: ser2net 4.1.5 UNKNOWN_BROKEN None Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tremor: update SRC_URI as project moved to gitlabArmin Kuster2020-05-231-1/+1
| | | | | | | | It appears Xiph.Org is now on gitlab https://gitlab.xiph.org/xiph Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pid: Upgrade 2.2.5 -> 3.0.3Leon Anavi2020-05-221-2/+2
| | | | | | | | Upgrade to release 3.0.3. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-webcolors: Upgrade 1.8.1 -> 1.11.1Leon Anavi2020-05-221-3/+3
| | | | | | | | Upgrade to release 1.11.1. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ujson: Upgrade 1.35 -> 2.0.3Leon Anavi2020-05-221-3/+5
| | | | | | | | Upgrade to release 2.0.3. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-zipp: Upgrade 0.6.0 -> 3.1.0Leon Anavi2020-05-221-3/+5
| | | | | | | Upgrade to release 3.1.0. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-toml: Extend with native build variantsLeon Anavi2020-05-221-0/+2
| | | | | | | | Extend toml with native and nativesdk build variants because it is required as a dependency for other recipes such as python3-zipp. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-setuptools-scm: Upgrade 3.3.3 -> 3.5.0Leon Anavi2020-05-221-2/+2
| | | | | | | Upgrade to release 3.5.0. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cryptsetup: upgrade 2.3.1 -> 2.3.2Wang Mingyu2020-05-221-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* turbostat: fix the build failure for new v5.7-rc6 kernelYanfei Xu2020-05-221-4/+16
| | | | | | | | Due to the new v5.7-rc6 kernel has some modify in header files, turbostat build failed. Now match the files. Signed-off-by: Yanfei Xu <yanfei.xu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* safec: Update to latest on 3.5.1 release tagsKhem Raj2020-05-222-35/+3
| | | | | | | It build fine on mips now. Musl patch is no longer needed and musl provides memrchr Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-openpyxl: Upgrade 2.6.3 -> 3.0.3Leon Anavi2020-05-221-3/+3
| | | | | | | | Upgrade to release 3.0.3. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-parallax: Upgrade 1.0.5 -> 1.0.6Leon Anavi2020-05-221-2/+2
| | | | | | | | Upgrade to release 1.0.5. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pandas: Upgrade 1.0.1 -> 1.0.3Leon Anavi2020-05-222-5/+3
| | | | | | | | Upgrade to release 1.0.3 and consolidate into a single file. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libqmi: upgrade 1.24.8 -> 1.24.12Zheng Ruoqin2020-05-211-1/+2
| | | | | | | Add md5 check. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* kea: upgrade 1.7.6 -> 1.7.7Zheng Ruoqin2020-05-211-2/+2
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fetchmail: upgrade 6.4.3 -> 6.4.4Zang Ruochen2020-05-211-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dnsmasq: upgrade 2.80 -> 2.81Zang Ruochen2020-05-214-90/+8
| | | | | | | | | -dnsmasq/0001-dnsmasq-fix-build-against-5.2-headers.patch -dnsmasq/0001-dnsmasq-fix-memory-leak-in-helper-c.patch Removed since these are included in 2.81 Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* apache2: create log/run directory via pkg_postinstYi Zhao2020-05-215-9/+23
| | | | | | | | | The commit e789c3837ca8d65abb4bac29dc2e5c595c8ce05b tries to create log/run directory in initscript/systemd unit file. This is not a correct method. We should create them in pkg_postinst. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-luma-core: Upgrade to 1.14.0Leon Anavi2020-05-211-2/+2
| | | | | | | | Upgrade to release 1.14.0. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-markdown: Upgrade to 3.2.2Leon Anavi2020-05-211-3/+3
| | | | | | | | Upgrade to release 3.2.2. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>