summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* nostromo: upgrade 1.9.7 -> 1.9.9Zang Ruochen2020-07-281-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hiawatha: upgrade 10.10 -> 10.11Zang Ruochen2020-07-281-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* apache-websocket: upgrade 0.1.1 -> 0.1.2Zang Ruochen2020-07-281-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ser2net: upgrade 4.1.8 -> 4.2.0Zang Ruochen2020-07-281-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iozone3: upgrade 489 -> 490Zang Ruochen2020-07-281-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* c-ares: upgrade 1.16.0 -> 1.16.1Zang Ruochen2020-07-281-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* capnproto: upgrade 0.7.0 -> 0.8.0Zang Ruochen2020-07-281-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fping: upgrade 4.2 -> 4.3Zang Ruochen2020-07-281-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* flashrom: Fix build failure with glibc 2.32Khem Raj2020-07-282-0/+58
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvm2: allow for reproducible binary buildsSlater, Joseph2020-07-282-7/+11
| | | | | | | | | Modify original method to eliminate conditional patching of configure.ac. Use SOURCE_DATE_EPOCH which is required for reproducible binaries. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-urllib3: Upgrade 1.25.9 -> 1.25.10Leon Anavi2020-07-281-2/+2
| | | | | | | | | | | | | | | | | | | Upgrade to release 1.25.10: * Added support for ``SSLKEYLOGFILE`` environment variable for logging TLS session keys with use with programs like Wireshark for decrypting captured web traffic * Fixed loading of SecureTransport libraries on macOS Big Sur due to the new dynamic linker cache * Collapse chunked request bodies data and framing into one call to ``send()`` to reduce the number of TCP packets by 2-4x * Don't insert ``None`` into ``ConnectionPool`` if the pool was empty when requesting a connection * Avoid ``hasattr`` call in ``BrotliDecoder.decompress()`` 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-matplotlib: Upgrade 3.2.2 -> 3.3.0Leon Anavi2020-07-281-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 3.3.0: - Provisional API for composing semantic axes layouts from text or nested lists - New Axes.sharex, Axes.sharey methods - Turbo colormap - colors.BoundaryNorm supports extend keyword argument - Text color for legend labels - Pcolor and Pcolormesh now accept shading='nearest' and 'auto' - Allow tick formatters to be set with str or function inputs - New Axes.axline method - Dates use a modern epoch - Improved font weight detection - Axes3D no longer distorts the 3D plot to match the 2D aspect ratio - More consistent toolbar behavior across backends - Toolbar icons are now styled for dark themes - Cursor text now uses a number of significant digits matching pointing precision - Functions to compute a Path's size - savefig() gained a backend keyword argument - Saving SVG now supports adding metadata - Saving PDF metadata via PGF now consistent with PDF backend - NbAgg and WebAgg no longer use jQuery & jQuery UI Create setup.cfg with configuration to use the copy of FreeType installed on the system. License-Update: The line and the checksum of the license in setup.py has changed but the license remains the same. 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-colorlog: Upgrade 4.1.0 -> 4.2.1Leon Anavi2020-07-281-2/+2
| | | | | | | | | | | Upgrade to release 4.2.1: - Fix: product description on pypi is not formatted. For details: https://github.com/borntyping/python-colorlog/issues/67 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-bitarray: Upgrade 1.4.1 -> 1.4.2Leon Anavi2020-07-281-2/+2
| | | | | | | | | | | | | Upgrade to 1.4.2: * add more tests * C-level: - simplify pack/unpack code - fix memory leak in `~` operation (bitarray_cpinvert) 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-aenum: Upgrade 2.2.3 -> 2.2.4Leon Anavi2020-07-281-2/+2
| | | | | | | | | | | | | | | | Upgrade to release 2.2.4: - add support to Constant to retrieve members by value - add pickle/deepcopy support to Constant - add support for Constant to use other Constant values - AutoNumber and auto() now work together - Enum members are now added to the class as enum_property, which supports unshadowing of parent class attributes when called on an Enum member 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-cmd2: Upgrade 1.1.0 -> 1.2.1Leon Anavi2020-07-281-3/+3
| | | | | | | | | | | | | | | | | Upgrade to release 1.2.1: - Switched to getting version using importlib.metadata instead of using pkg_resources - Fixed typing module compatibility issue with Python 3.5 prior to 3.5.4 - Relax minimum version of importlib-metadata to >= 1.6.0 when using Python < 3.8 Update the HOMEPAGE to match the home page link from pypi.org. 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-pytest-metadata: Upgrade 1.9.0 -> 1.10.0Leon Anavi2020-07-281-1/+2
| | | | | | | | | | Upgrade to release 1.10.0: - Compatible with pytest-xdist 1.22.3+, now including 2.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-coverage: Upgrade 5.1 -> 5.2Leon Anavi2020-07-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 5.2: - The HTML report has been redesigned by Vince Salvino. There is now a dark mode, the code text is larger, and system sans serif fonts are used, in addition to other small changes. - The coverage report and coverage html commands now accept a --precision option to control the number of decimal points displayed. Thanks, Teake Nutma. - The coverage report and coverage html commands now accept a --no-skip-covered option to negate --skip-covered. Thanks, Anthony Sottile. - The --skip-empty option is now available for the XML report. - The coverage report command now accepts a --sort option to specify how to sort the results. Thanks, Jerin Peter George. - If coverage fails due to the coverage total not reaching the --fail-under value, it will now print a message making the condition clear. Thanks, Naveen Yadav. - TOML configuration files with non-ASCII characters would cause errors on Windows. This is now fixed. - The output of --debug=trace now includes information about how the --source option is being interpreted, and the module names being considered. 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-pychromecast: Upgrade 7.1.1 -> 7.1.2Leon Anavi2020-07-231-2/+2
| | | | | | | | | | | | Upgrade to release 7.1.2: - Keep previously known Chromecast in service listener - Remove reboot function - Create Dependabot config 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>
* python3-mock: Upgrade 4.0.1 -> 4.0.2Leon Anavi2020-07-231-2/+2
| | | | | | | | | | | | | Upgrade 4.0.2: - Issue #39915: Ensure unittest.mock.AsyncMock.await_args_list has call objects in the order of awaited arguments instead of using unittest.mock.Mock.call_args which has the last value of the call. Patch by Karthikeyan Singaravelan. 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-stevedore: Upgrade 2.0.1 -> 3.2.0Leon Anavi2020-07-231-2/+2
| | | | | | | | | | | | Upgrade to release 3.2.0: - sphinxext: fix warning message for detailed list - add release note before major version update - switch to importlib.metadata package 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-isort: Upgrade 5.1.0 -> 5.1.4Leon Anavi2020-07-231-2/+2
| | | | | | | | | | | | | Upgrade to release 5.1.4: - Fixed issue #1333: Use of wrap_length raises an exception about it not being lower or equal to line_length. - Fixed issue #1330: Ensure stdout can be stubbed dynamically for show_unified_diff function. 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-simplejson: Upgrade 3.17.0 -> 3.17.2Leon Anavi2020-07-231-2/+2
| | | | | | | | | | | | | Upgrade to release 3.17.2: * Added arm64 to build matrix and reintroduced manylinux wheels * No more bdist_wininst builds per PEP 527 * Minor grammatical issue fixed in README 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-pymysql: Upgrade 0.9.3 -> 0.10.0Leon Anavi2020-07-231-2/+2
| | | | | | | | | | | | | | | | | | | | | Upgrade to release 0.10.0: - MariaDB ed25519 auth is supported. - Python 3.4 support is dropped. - Context manager interface is removed from Connection. It will be added with different meaning. - MySQL warnings are not shown by default because many user report issue to PyMySQL issue tracker when they see warning. You need to call "SHOW WARNINGS" explicitly when you want to see warnings. - Formatting of float object is changed from "3.14" to "3.14e0". - Use cp1252 codec for latin1 charset. - Fix decimal literal. - TRUNCATED_WRONG_VALUE_FOR_FIELD, and ILLEGAL_VALUE_FOR_TYPE are now DataError instead of InternalError. 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-bitstruct: Added recipeColin McAllister2020-07-231-0/+14
| | | | | | | | Created python3 recipe for bitstruct. Signed-off-by: Colin McAllister <colinmca242@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-diskcache: Added recipeColin McAllister2020-07-231-0/+14
| | | | | | | | Created python3 recipe for diskcache. Signed-off-by: Colin McAllister <colinmca242@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dateparser: Added recipeColin McAllister2020-07-231-0/+21
| | | | | | | | Created python3 recipe for dateparser. Signed-off-by: Colin McAllister <colinmca242@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cantools: Added recipeColin McAllister2020-07-231-0/+14
| | | | | | | | Created python3 recipe for cantools. Signed-off-by: Colin McAllister <colinmca242@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* samba: Fix conflicts with nss.h from glibcKhem Raj2020-07-222-0/+97
| | | | | | This is seen with glibc 2.32 where these names are also defined Signed-off-by: Khem Raj <raj.khem@gmail.com>
* memcached: Upgrade to 1.6.6Khem Raj2020-07-223-12/+81
| | | | | | Add patch to not use deprecated sigignore API Signed-off-by: Khem Raj <raj.khem@gmail.com>
* graphene: upgrade 1.10.0 -> 1.10.2Andreas Müller2020-07-221-2/+2
| | | | | | | | | see bugs fixed at [1] [1] https://github.com/ebassi/graphene/releases/tag/1.10.2 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-time-out-plugin: upgrade 1.1.0 -> 1.1.1Andreas Müller2020-07-221-2/+2
| | | | | | | | | | | | | | | | | | | | | Release notes for 1.1.1 ======================= - Do not enable countdown when configuration changes (Bug #16118) - Add lock button to break dialog (Bug #16317) - Update URLs from goodies.x.o to docs.x.o (Bug #16179) - Translation Updates: Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), Esperanto, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean, Latvian, Lithuanian, Malay, Norwegian Bokmål, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Turkish, Uighur, Ukrainian, Urdu, Urdu (Pakistan) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-whiskermenu-plugin: upgrade 2.4.4 -> 2.4.5Andreas Müller2020-07-221-2/+2
| | | | | | | | | | | | | | | >From release notes [1]: * Fix saving plugin title with overridden default text (Bug #16822) * Fix extra key press to select search items (Issue #8) * Fix icon view skipping first item when pressing arrow key * Fix incorrect signal name * Fix nonfunctional grab check * Translation updates: Asturian, Dutch, Esperanto, Hungarian, Icelandic, Portuguese, Portuguese (Brazil), Russian [1] https://gottcode.org/xfce4-whiskermenu-plugin/ Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* network-manager-applet: Add missing dependency on libgudevKhem Raj2020-07-211-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* toybox-inittab: unpack to SSlater, Joseph2020-07-211-6/+9
| | | | | | | | | | toybox-inittab does not unpack source files into S, so the archiver cannot see them. We copy them to a sub-directory in order to keep the originals available if running do_configure() (again) without first running do_unpack(). Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ace: Upgrade to 6.5.10Khem Raj2020-07-212-4/+26
| | | | | | | | | | | License-Update: URI updates [1] [2] Fix build with glibc 2.32 while here [1] https://github.com/DOCGroup/ACE_TAO/commit/5564c9667dc17bc7826e54efe7dae79334218a03#diff-134809fa00f40b726d607f36dffcc5cc [2] https://github.com/DOCGroup/ACE_TAO/commit/289a4a8e0006f7a20e8de568334f74ba74f7a4bf#diff-134809fa00f40b726d607f36dffcc5cc Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netkit-telnetd: Fix buffer overflow in netoprintfJulius Hemanth Pitti2020-07-212-0/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | netoprintf() was not handling a case where return value of vsnprintf is greater than "size"(2nd argument), results in buffer overflow while adjusting "nfrontp" pointer to point beyond "netobuf" buffer. Here is one such case where "nfrontp" crossed boundaries of "netobuf", and pointing to another global variable. (gdb) p &netobuf[8255] $5 = 0x55c93afe8b1f <netobuf+8255> "" (gdb) p nfrontp $6 = 0x55c93afe8c20 <terminaltype> "\377" (gdb) p &terminaltype $7 = (char **) 0x55c93afe8c20 <terminaltype> (gdb) This resulted in crash of telnetd service with segmentation fault. Signed-off-by: Julius Hemanth Pitti <jpitti@cisco.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pint: add setuptools and packaging to RDEPENDSRyan Rowe2020-07-211-0/+5
| | | | | | Signed-off-by: Ryan Rowe <rrowe@xevo.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-obd: Add missing setuptools RDEPENDSAlistair Francis2020-07-211-1/+1
| | | | | Signed-off-by: Alistair Francis <alistair@alistair23.me> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-packaging: add -native versionRyan Rowe2020-07-211-0/+2
| | | | | | Signed-off-by: Ryan Rowe <rrowe@xevo.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* radvd: add /etc/radvd.confChangqing Li2020-07-212-1/+22
| | | | | | | | | | | | | | | | | | | | | | | | When starting radvd without any configuration the following errors would be triggered. """ root@intel-x86-64:~# systemctl status radvd ● radvd.service - Router advertisement daemon for IPv6 Loaded: loaded (/lib/systemd/system/radvd.service; enabled; vendor preset: enabled) Active: inactive (dead) Condition: start condition failed at Tue 2019-09-24 13:29:36 UTC; 3s ago └─ ConditionPathExists=/etc/radvd.conf was not met """ Normally the user should create and configrue the /etc/radvd.conf manually. However the radvd provide a example file for redhad located at "radvd/redhat/radvd.conf.empty". When installing, it would copy radvd/redhat/radvd.conf.empty to /etc/radvd.conf. Also add this empty conf here to used as an example of configuration Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireguard-tools: upgrade 1.0.20200319 -> 1.0.20200513Zheng Ruoqin2020-07-201-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireguard-module: upgrade 1.0.20200401 -> 1.0.20200712Zheng Ruoqin2020-07-201-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* babeld: upgrade 1.9.1 -> 1.9.2Zheng Ruoqin2020-07-201-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvm2: reproducible binariesSlater, Joseph2020-07-202-0/+26
| | | | | | | | | For reproducible binaries, create a static CONFIGURE_LINE during configuration rather than reporting the command line invoking configure. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* networkmanager: Fix udev dependencyChristian Eggers2020-07-201-1/+1
| | | | | | | NetworkManager depends on libudev, but not on libgudev. Signed-off-by: Christian Eggers <ceggers@arri.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* networkmanager: Package nmcli separatelyChristian Eggers2020-07-201-0/+9
| | | | | | | nmcli depends on libreadline which is licensed under GPLv3. Signed-off-by: Christian Eggers <ceggers@arri.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-typeguard: Enable ptestZang Ruochen2020-07-162-1/+19
| | | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-soupsieve: Enable ptestZang Ruochen2020-07-162-1/+18
| | | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-smpplib: Enable ptestZang Ruochen2020-07-162-1/+19
| | | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>