summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* firewalld: upgrade 0.9.2 -> 0.9.3Adrian Freihofer2021-01-251-4/+5
| | | | | | | | | | | Fix new dependencies to nftables-python. Firewalld has been changed to use python bindings instead of calling the nftables cli utility. (Has this firewalld recipe been used with firewalld's default configuration which defaults to nftables backend?) Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nftables: upgrade 0.9.7 -> 0.9.8Adrian Freihofer2021-01-251-3/+3
| | | | | | | | | | | | | Added missing RDEPENDS to the libnft library from nftables-python to libnftable.so.1 which is loaded dynamically by LibraryLoader into python. Added json to default PACKAGECONFIG which is probably used as well when compiled with python support. For example firewalld crashes at runtime if nftables is compiled without json support. Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sip3: simplify recipeS. Lockwood-Childs2021-01-251-12/+5
| | | | | | | | | | The custom configure block can be shared between target and native if you just configure the sysroot option accordingly and use STAGING_INCDIR to locate the python headers to build against. Signed-off-by: S. Lockwood-Childs <sjl@vctlabs.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-networkmanager: upgrade 2.1 -> 2.2zangrc2021-01-251-3/+3
| | | | | | | | -License-Update: Copyright year updated to 2021. 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>
* meta-python: Add jstylesonAndrew Jeffery2021-01-253-0/+24
| | | | | | | | | | | | | jstyleson is a library to parse JSON with js-style comments. The license isn't shipped in the pypi package, so it was extracted from the github repo at [1]. [1] https://github.com/linjackson78/jstyleson/blob/8c47cc9e665b3b1744cccfaa7a650de5f3c575dd/LICENSE Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-python: Add hexdump packageAndrew Jeffery2021-01-252-0/+28
| | | | | | | | | The hexdump package appears to be abandoned, but it's used as the dependency of another project I'm packaging. Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-prompt-toolkit: Upgrade 3.0.10 -> 3.0.11Leon Anavi2021-01-251-1/+1
| | | | | | | | | | | | | | | | | | | Upgrade to release 3.0.11: - Poll terminal size: better handle resize events when the application runs in a thread other than the main thread (where handling SIGWINCH doesn't work) or in the Windows console. - Fix bug in system toolbar. The execution of system commands was broken. - A refactoring of patch_stdout that includes several fixes. - A refactoring of the `ThreadedHistory`, which includes several fixes, in particular a race condition that happened when editing input while a big history was still being loaded in the background. 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-alembic: Upgrade 1.5.1 -> 1.5.2Leon Anavi2021-01-251-1/+1
| | | | | | | | | | | | | | | | | Upgrade to release 1.5.2: - Fixed regression where new "loop detection" feature produced false positives for revision names that have overlapping substrings between revision number and down revision and/or dependency, if the downrev/dependency were not in sequence form. - Fixed regression where Alembic would fail to create a transaction properly if the sqlalchemy.engine.Connection were a so-called "branched" connection, that is, one where the .connect() method had been called to create a "sub" connection. 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-pyzmq: Upgrade 20.0.0 -> 21.0.1Leon Anavi2021-01-252-4/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 21.0.1: - drop support for Python 3.5. Python >= 3.6 is required - mypy type stubs, which should improve static analysis of pyzmq, especially for dynamically defined attributes such as zmq constants. These are new! Let us know if you find any issues. - support for zero-copy and sending bufferables with cffi backend. This is experimental! Please report issues. - zero-copy support in CFFI backend (send(copy=False) now does something). - Support sending any buffer-interface-providing objects in CFFI backend. - Errors during teardown of asyncio Sockets - Missing MSVCP140.dll in Python 3.9 wheels on Windows, causing vcruntime-redist package to be required to use the Python 3.9 wheels for pyzmq 20.0 - pyzmq-21.0.1 only changes CI configuration for Windows wheels (built with VS2017 instead of VS2019), fixing compatibility with some older Windows on all Pythons and removing requirement of VC++ redistributable package on latest Windows and Python < 3.8. 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-smbus2: Upgrade 0.4.0 -> 0.4.1Leon Anavi2021-01-251-1/+1
| | | | | | | | | | | Upgrade to release 0.4.1: - SonarCloud quality checks. - Tests added to the dist 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-ujson: Upgrade 4.0.1 -> 4.0.2Leon Anavi2021-01-251-2/+1
| | | | | | | | | | | | | | Upgrade to release 4.0.2: - Travis CI: Test on 3.9 final, remove 3.8 - Toward matching Python standard library output for float - Fix errors on reading long decimal floats - Make empty dict/list indented serialization match stdlib json - Fix dealing with None types 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-croniter: Upgrade 1.0.1 -> 1.0.2Leon Anavi2021-01-251-1/+1
| | | | | | | | | | Upgrade to release 1.0.2: - Fix match when datetime has microseconds 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-pykwalify: Upgrade 1.7.0 -> 1.8.0Leon Anavi2021-01-252-39/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 1.8.0: - Dropped support for python 3.5 and below, including 2.7 - ruamel.yaml is now the default and preffered yaml parser - Dropped support for pyyaml parser - Update minimum version of ruamel.yaml to 0.16.0 - Update minimum version of python-dateutil to 2.8.0 - Added new cli argument "--encoding ENCODING" that specifies what encoding to open data and schema files with - Enum error strings now output all possible values for easier debugging - Removed deprecated imp module. Dynamic imports imght be affected - Implement new type email that uses a relative simple regex to validate email addresses according to RFC 5322 Official Standard - Implement new type url that uses a relative simple regex to validate url:s according to RFC 1808 - Add new argument "schema_file_obj" to Core class. Allows to pass in StringIO or similar interfaced objects to use for validation. - Add new argument "data_file_obj" to Core class. Allows to pass in StringIO or similar interfaced objects to use for validation. - Fixed a regression from 1.6.1 where ruamel.yaml safe_load would break for all built-in custom python tags. - All normal python tags should now be possible to use again. - Fixed an issue with regex values that was not converted to str() before regex mapping was attempted. - This should validate things like integers and objects that support str() conversion better. 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.6.1 -> 1.6.3Leon Anavi2021-01-251-2/+1
| | | | | | | | | | | | | | | Upgrade to release 1.6.3: - add missing .h files to sdist tarball - use `Py_SET_TYPE()` and `Py_SET_SIZE()` for Python 3.10 - add official Python 3.10 support - fix slice assignement to same object, e.g. a[2::] = a or a[::-1] = a - add bitarray.h 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-lz4: Upgrade 3.1.1 -> 3.1.3Leon Anavi2021-01-251-1/+1
| | | | | | | | | | | | | | Upgrade to release 3.1.3: - Add support for publishing wheels to PyPi for Python 3.9. Wheel building is currently broken for Python 3.9 on Arm/Aarch64 - Drop building of wheels for Python 3.5 - Move to Visual Studio 2019 (14.2) on AppVeyor - Build against the XCode 12.2 image on Travis 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.3 -> 5.3.1Leon Anavi2021-01-251-2/+1
| | | | | | | | | | | | | | | | | | | | Upgrade to release 5.3.1: - When using --source on a large source tree, v5.x was slower than previous versions. This performance regression is now fixed. - Mysterious SQLite errors can happen on PyPy. An immediate retry seems to fix the problem, although it is an unsatisfying solution. - The HTML report now saves the sort order in a more widely supported way. - The HTML report pages now have a Sleepy Snake favicon. - Wheels are now provided for manylinux2010, and for PyPy3. - Continuous integration has moved from Travis and AppVeyor to GitHub Actions. 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-alembic: Upgrade 1.4.3 -> 1.5.1Leon Anavi2021-01-251-3/+2
| | | | | | | | | | | | Upgrade to release 1.5.1: - Fixed installation issue where the "templates" directory was not being installed, preventing commands like "list_templates" and "init" from working. 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.2.0 -> 1.2.1Leon Anavi2021-01-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 1.2.1: - Fixed regression in to_csv() that created corrupted zip files when there were more rows than chunksize - Fixed regression in to_csv() opening codecs.StreamReaderWriter in binary mode instead of in text mode - Fixed regression in read_csv() and other read functions were the encoding error policy (errors) did not default to "replace" when no encoding was specified - Fixed regression in read_excel() with non-rawbyte file handles - Fixed regression in DataFrame.to_stata() not removing the created file when an error occured - Fixed regression in DataFrame.__setitem__ raising ValueError when expanding DataFrame and new column is from type "0 - name" - Fixed regression in setting with DataFrame.loc() raising ValueError when DataFrame has unsorted MultiIndex columns and indexer is a scalar - Fixed regression in setting with DataFrame.loc() raising KeyError with MultiIndex and list-like columns indexer enlarging DataFrame - Fixed regression in groupby() with Categorical grouping column not showing unused categories for grouped.indices - Fixed regression in GroupBy.sem() where the presence of non-numeric columns would cause an error instead of being dropped - Fixed regression in DataFrameGroupBy.diff() raising for int8 and int16 columns - Fixed regression in DataFrame.groupby() when aggregating an ExtensionDType that could fail for non-numeric values - Fixed regression in Rolling.skew() and Rolling.kurt() modifying the object inplace - Fixed regression in DataFrame.any() and DataFrame.all() not returning a result for tz-aware datetime64 columns - Fixed regression in DataFrame.apply() with axis=1 using str accessor in apply function - Fixed regression in DataFrame.replace() raising ValueError when DataFrame has dtype bytes - Fixed regression in Series.fillna() that raised RecursionError with datetime64[ns, UTC] dtype - Fixed regression in comparisons between NaT and datetime.date objects incorrectly returning True - Fixed regression in calling NumPy accumulate() ufuncs on DataFrames, e.g. np.maximum.accumulate(df) - Fixed regression in repr of float-like strings of an object dtype having trailing 0’s truncated after the decimal - Fixed regression that raised AttributeError with PyArrow versions [0.16.0, 1.0.0) - Fixed regression in pandas.testing.assert_frame_equal() raising TypeError with check_like=True when Index or columns have mixed dtype 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-pyserial: Upgrade 3.4 -> 3.5Leon Anavi2021-01-251-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 3.5: - iAdd a backend for Silicon Labs CP2110/4 HID-to-UART bridge. (depends on hid module) - Use absolute import everywhere - win32: miniterm Working CMD.exe terminal using Windows 10 ANSI support - Make ListPortInfo hashable - threaded: "write" returns byte count - Add bytesize and stopbits argument parser to tcp_serial_redirect - loop: add out_waiting - list_ports_linux: Correct "interface" property on Linux hosts - Remove Python 3.2 and 3.3 from test - doc updates - miniterm: add CTRL+T Q as alternative to exit - miniterm: suspend function key changed to CTRL-T Z - add command line tool entries pyserial-miniterm (replaces miniterm.py) and pyserial-ports (runs serial.tools.list_ports). - python -m serial opens miniterm (use w/o args and it will print port list too) [experimental] - Don't open port if self.port is not set while entering context manager - refactor: raise new instances for PortNotOpenError and SerialTimeoutException - list_ports: set default name attribute - fix: compare only of the same type in list_ports_common.ListPortInfo - rfc2217/close(): fix race-condition - return b'' when connection closes on rfc2217 connection - rfc2217/close(): fix race condition - Fixed flush_input_buffer() for situations where the remote end has closed the socket. - reset_input_buffer() can hang on sockets - examples: port_publisher python 3 fixes - miniterm: Fix miniterm constructor exit_character and menu_character - miniterm: use exclusive access for native serial ports by default - miniterm: fix double use of CTRL-T + s use z for suspend instead - examples: refactor wx example, use Bind to avoid deprecated warnings, IsChecked, unichr - posix: fix PosixPollSerial with timeout=None and add cancel support - option for low latency mode on linux - Add support to xr-usb-serial ports - posix: Don't catch the SerialException we just raised - posix: Fix custom baud rate to not temporarily set 38400 baud rates on linux - list_ports: use hardcoded path to library on osx Following the rename of miniterm.py and the new command line tool entry, task do_install_append has been updated accordingly. License-Update: Update year 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-pyusb: Upgrade 1.1.0 -> 1.1.1Leon Anavi2021-01-251-3/+3
| | | | | | | | | | | | | | | | Upgrade to release 1.1.1: - Patch release that fixes a couple of bugs. Most notably it fixes compatibility with Python 3.9. - As of PyUSB 1.1.1 changes that break under Python 2.7 and 3.5 (both of which have reached end of life) are no longer considered regressions. License-Update: Update year 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-evdev: Upgrade 1.3.0 -> 1.4.0Leon Anavi2021-01-251-2/+1
| | | | | | | | | | | | | | | | | | | | Upgrade to release 1.4.0: - Fix InputDevice.set_absinfo to allow setting parameters to zero. - Fix off-by-one in ioctl_EVIOCG_bits, which causes value at the end of the list to not be reported back. - Fix set_absinfo to allow setting parameters to zero. - Fix leak when returning BlockingIOError from a read. - Fix "There is no current event loop in thread" error for non asyncio code. - Prevent InputDevice destructor from blocking. - Add missing return codes to os.strerror() calls and fix force feedback example in docs (#138). - Add the util.find_ecodes_by_regex() helper 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-google-api-python-client: Upgrade 1.12.5 -> 1.12.8Leon Anavi2021-01-251-2/+1
| | | | | | | | | | Upgrade to release 1.12.8: - add httplib2 authorization to thread_safety 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-pyyaml: Upgrade 5.3.1 -> 5.4Leon Anavi2021-01-251-2/+2
| | | | | | | | | | | | | | | | | | Upgrade to release 5.4: - Build modernization, remove distutils, fix metadata, build wheels, CI to GHA - Fix for CVE-2020-14343, moves arbitrary python tags to UnsafeLoader - Fix memory leak in implicit resolver setup - Fix py2 copy support for timezone objects - Fix compatibility with Jython License-Update: Update year 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>
* zbar: Remove support for 0.10 versionDaniel Gomez2021-01-252-67/+0
| | | | | | | Remove support for the old ZBar project no longer maintained. Signed-off-by: Daniel Gomez <daniel@qtec.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lmbench: lat_fifo: Fix cleanup sequenceHe Zhe2021-01-252-0/+43
| | | | | | | | Files should be unlinked after all users exit. Otherwise we might experience (w) read/write on pipe: No such file or directory Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lmbench: Fix webpage-lm and manual page typosHe Zhe2021-01-253-0/+180
| | | | | | | | /usr/binlmbench references src/webpages which was never copied to target. Fix this and a bunch of typos in manual pages Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* monit: upgrade 5.27.1 -> 5.27.2zangrc2021-01-251-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* modemanager: upgrade 1.14.8 -> 1.14.10zangrc2021-01-251-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dialog: upgrade 1.3-20201126 -> 1.3-20210117zangrc2021-01-251-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* czmq: upgrade 4.2.0 -> 4.2.1zangrc2021-01-251-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lua: update to 5.3.6Armin Kuster2021-01-251-3/+3
| | | | | | | | | | | | | LIC_FILES_CHKSUM changed to do year updates This is the last 5.3.x update. This will give us the best starting point for doing Maintence moving forward. Its a bug fix only update. See http://www.lua.org/work/diffs-lua-5.3.5-lua-5.3.6.html Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnftnl: upgrade 1.1.8 -> 1.1.9zangrc2021-01-251-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zeromq: upgrade 4.3.3 -> 4.3.4zhengruoqin2021-01-221-2/+2
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* satyr: upgrade 0.35 -> 0.36zhengruoqin2021-01-221-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openldap: upgrade 2.4.56 -> 2.4.57zhengruoqin2021-01-221-3/+3
| | | | | | | -License-Update: Copyright year updated to 2021. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vlc: upgrade 3.0.11.1 -> 3.0.12Andreas Müller2021-01-213-59/+2
| | | | | | | | | | This at least a security upgrade. Although not mentioning CVEs in [1] it sounds importand to upgrade. [1] https://www.videolan.org/security/sb-vlc3012.html Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* appstream-glib: upgrade 0.7.17 -> 0.7.18Andreas Müller2021-01-211-2/+1
| | | | | | | | | | | | | | | | | | | | | Version 0.7.18 ~~~~~~~~~~~~~~ Released: 2020-09-07 New Features: - Add content rating system APIs from gnome-software (Philip Withnall) - Add "validate-version" command (Florian Müllner) Bugfixes: - Allow timestamp in the future in validate-relax (Bartłomiej Piotrowski) - Don't ignore localized strings that are the same as original (Isaque Galdino) - Fix crash with invalid children of <ul/> (Fabian Vogt) - Lower the OARS/CSM mapping of sex-homosexuality/intense (Philip Withnall) - Properly initialize mutexes (Laurent Bigonville) - Test launchable tags in validation (Ian McInerney) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* networkmanager: upgrade 1.22.14 -> 1.28.0Andreas Müller2021-01-218-108/+65
| | | | | | | | | | | | | * Build tested on aarch64 glibc/musl * 0003-Fix-build-with-musl-for-n-dhcp4.patch has to go. Grepped nm code for seed48_r / mrand48_r => no findings * Since this is a huge version bump no detaile release notes are provided here * Have tried to move to meson build few months ago but it turned into huge efforts and ended without success. Maybe situation changed but let's postpone for now Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jack: upgrade 1.19.16 -> 1.19.17Andreas Müller2021-01-212-64/+1
| | | | | | | | | | | | | | | | | | | | | | | removed patch was merged 1.9.17 Fix jack_control stopping after first command iteration Fix library compat/current version under macOS Fix return codes of jackd on success Ignore DB_VERSION_MISMATCH error on windows, it is expected Remove old workaround for asio4all, as it breaks with jack-router External changes, related to macOS/Windows installer: Add jack-router to Windows installer, opt-in Fix registry keys for Windows, add 32bit compat ones on 64bit Support for arm64 macOS builds Show welcome and license pages on windows installer Update QjackCtl used in macOS/Windows installers to v0.9.0, with some commits cherry-picked from develop branch Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vboxguestdrivers: Add patch proposed upstream to fix a build failure on i386Gianfranco2021-01-212-0/+24
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vboxguestdrivers: upgrade 6.1.16 -> 6.1.18Gianfranco2021-01-214-491/+2
| | | | | | | | Drop kernel 5.10 build fixes patches, now part of upstream codebase Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zbar: Add support for mchehab/zbarDaniel Gomez2021-01-214-17/+151
| | | | | | | | | | | | | | | | | | | | | | ZBar project development stopped in 2012 but it was forked and maintained by Mauro Carvalho Chehab to keep it up to date with V4L2 api. Main repository: https://github.com/mchehab/zbar Add support for zbar library mantained by mchehab. Use latest version available 0.23.1. Compile by default with options: video & python3. As ZBar (original project) and mchehab/zbar (new & updated) are different, keep both recipes as: - zbar_0.10.bb: ZBar version 0.10 - zbar_git.bb: mchehab/zbar Version 0.23.1 Signed-off-by: Daniel Gomez <daniel@qtec.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nss: upgrade 3.60 -> 3.60.1Yi Zhao2021-01-211-1/+1
| | | | | | | | | Bugs fixed in NSS 3.60.1: Bug 1682863 - Fix remaining hang issues with slow third-party PKCS #11 tokens. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* giflib: apply patch for CVE-2019-15133 and set CVE_PRODUCTMikko Rapeli2021-01-212-1/+29
| | | | | | | | | Backport upstream patch for CVE-2019-15133. Set CVE_PRODUCT to "giflib_project:giflib" which is used in NVD. https://nvd.nist.gov/vuln/detail/CVE-2019-15133 Signed-off-by: Mikko Rapeli <mikko.rapeli@bmw.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-oe: Add re2Khem Raj2021-01-211-0/+1
| | | | | | | re2 is newly added package Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Clément Péron <peron.clem@gmail.com>
* re2: Add recipe for Google RE2 libraryClément Péron2021-01-211-0/+23
| | | | | | | | | Add Google RE2 regular expression library. This is used in new version of gRPC. Signed-off-by: Clément Péron <peron.clem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dbus-broker: update to v26Luca Boccassi2021-01-211-1/+1
| | | | | Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* net-snmp: control smux via PACKAGECONFIGDiego Santa Cruz2021-01-211-3/+5
| | | | | | | | | | | | | | | | Support for smux is always enabled by the recipe, but it can be a security risk since it makes the snmpd daemon listen on TCP port 199. This makes it contrallable via PACKAGECONFIG, so that it can be easily disabled from the distro or local config. The mechanism makes it easy to add control for other MIB modules via PACKAGECONFIG later if need be. For compatibility smux is added to the default PACKAGECONFIG, so there is no change in the default build configuration. Signed-off-by: Diego Santa Cruz <Diego.SantaCruz@spinetix.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fsverity: fix MinGW buildLuca Boccassi2021-01-201-1/+4
| | | | | | | Upstream supports building a binary with MinGW but not a shared library, so remove the configure option for MinGW targets. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fsverity: update to 1.3Luca Boccassi2021-01-201-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>