summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* libcgi-perl: upgrade 4.53 -> 4.54wangmy2022-02-081-1/+1
| | | | | | | | | | Changelog: ========= - fix use of cache when calling ->cookie - thanks to Sergey Panteleev for the PR Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lcms: upgrade 2.12 -> 2.13.1wangmy2022-02-081-2/+1
| | | | | | | | | Changelog: ========= Fix for pure white going gray in grayscale transforms. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tcpreplay: upgrade 4.3.4 -> 4.4.0wangmy2022-02-081-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========= Update strlcpy.c and strlcat.c PR #636 Apply #616 fix to flows.c, fix #665 Bug #670: update Travis CI to focal Bug #669: LINUX installed netmap auto detection Feature #626 - Support for Q-in-Q VLAN tags Bug #677 skipbroadcast Bug #689: add security policy document Directories of pcaps as arguments PR #682 Bug #679 fix PPS calc for long-running sessions Bug #668 Improve SDK selection Bug #696 fix directory include feature Bug #695 mac os tests fail Bug #674 - Revert "send_packet: Avoid clock drift by using time since first packet" Feature #563 mac update on multicast Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opensaf: upgrade 5.21.09 -> 5.22.01wangmy2022-02-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========= * log: removal of letter 'C'/'R' from msgId in RFC5424 format [#3303] * log: Stop all threads while releasing the log agent object [#3302] * amf: Correct HC period to make it effect immediately[#3298] * log: Correct condition to shutdown the log agent [#3301] * log: Increase timeout in logtest [#3291] * log: Shutdown log agent when not in use [#3291] * log: Introduce the initial clm node status [#3291] * amf: Correct the version of csi attribute message [#3296] * ntf: correct the behavior of periodic check log pending [#3297] * mds: Resolve active MxN VDEST conflict in split brain [#3281] * smf: correct merge bundle rolling to single step [#3290] * ntf: get attribute value from local when value not existed [#3289] * immd: fix cannot find candidate for new immnd coordinator [#3284] * smf: make more robustness in BISU upgrade [#3286] * amfd: Tightens sync window condition to proceed headless restoration [#3271] * osaf: fixed redefinition of typedef 'SaConstStringT' [#3287] * amf: update runtime attributes of node to IMM in sync [#3285] * amfd: Correct checking CSICOMP while deleting CSI [#3282] * base: using mutex for test case sysf_ipc_test instead of atomic [#3283] * build: adaptive python version for rpm build [#3270] Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* devilspie2: upgrade 0.43 -> 0.44wangmy2022-02-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========= * Default to Lua 5.3, and permit use of other versions * Add support for setting and deleting window properties * Add get_process_name(), which returns the name of the process owning the window (if possible) * Add get_monitor_index() and get_monitor_geometry(); improve monitor index/geometry discovery * Add get_window_is_decorated() (which uses the Motif window hints) * Alias center() as centre() * Extend centre() to allow centring on a given monitor and to allow horizontal or vertical only * Extend set_window_position() to allow positioning on a given monitor and control which corner is measured from. (Behaviour with two parameters is unchanged.) * Quote the option hyphens in the man page (preventing replacement) * Various const & compiler warning (gcc -Wextra) fix-ups * Support for UTF-8 strings in window properties * Allow replacements for pkg-config at compile time Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rtc-tools: Add a recipeFabio Estevam2022-02-072-0/+55
| | | | | | | | | | | rtc-tools is a useful utility developed by Alexandre Belloni for testing RTC kernel drivers, such as y2038 support. Based on the initial recipe from Heiko Schocher <hs@denx.de>. Signed-off-by: Fabio Estevam <festevam@denx.de> Acked-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openldap: Fix build with muslKhem Raj2022-02-072-0/+55
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* open-vm-tools: Fix build with muslKhem Raj2022-02-072-0/+37
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* plymouth: add extra kernel parameterMingli Yu2022-02-072-0/+32
| | | | | | | | Add extra kernel parameter to make sure the plymouth splash screen display during boot. Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gpsd-machine-conf: set precise BSD-3-Clause licenseMatthias Klein2022-02-071-1/+1
| | | | | Signed-off-by: Matthias Klein <matthias@extraklein.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hwdata: Update to 0.356Robert Joslyn2022-02-051-2/+6
| | | | | | | | | | | This data is dual licensed under GPL-2.0-or-later and XFree86-1.0, update LICENSE to reflect this. The data provided by this recipe are plain text files, so allarch can be used. The do_compile step doesn't do anything and can be skipped. Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* crda: Fix buffer overflow in sscanfKhem Raj2022-02-042-0/+32
| | | | | | Fixes build with clang14 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gst-shark: Upgrade to 0.7.3.1Khem Raj2022-02-042-3/+37
| | | | | | Fix buffer overflow found with clang Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nss: uprev v3.73.1 -> v3.74Sakib Sajal2022-02-031-1/+1
| | | | | | | Upgrade to newer version to resolve CVE-2022-22747. Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pcp: Disable parallel compileKhem Raj2022-02-032-0/+8
| | | | | | | | | This fails often with | chkacc1.c:8:10: fatal error: localconfig.h: No such file or directory | 8 | #include "localconfig.h" | | ^~~~~~~~~~~~~~~ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* concurrencykit: enable 32- and 64-bit Arm targetsRoss Burton2022-02-031-1/+1
| | | | | | | As per upstream, 32- and 64-bit Arm targets are supported. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcamera: update meson options to build pipeline handlers & cam utilityPeter Griffin2022-02-031-1/+13
| | | | | | | | | | | Enable uvcvideo, simple, and vimc pipeline handlers in libcamera. Without any pipeline handlers libcamera can't capture any frames. Also enable cam utility with is a cli utility that can use the library to capture some frames. Signed-off-by: Peter Griffin <peter.griffin@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fping: set precise licenseRoss Burton2022-02-031-1/+3
| | | | | | | | | | fping is under a non-standard license: it's almost BSD-3-Clause but is phrased differently. As interpretation of the licenses isn't something we want to do, we can use the exact license text instead of referring to the 3-clause BSD text. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* phoronix-test-suite: upgrade 9.2.1 -> 10.8.1Trevor Gamblin2022-02-031-2/+2
| | | | | | | | | | 10.8.1 is the latest release, including fixes for CVE-2022-0196 and CVE-2022-0197. Since the version jump is significant, the release notes would be too long to list here. They can be found at https://github.com/phoronix-test-suite/phoronix-test-suite/releases. Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fwupd-efi: upgrade to 1.2Ross Burton2022-02-032-7/+6
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libjs-jquery: removeRoss Burton2022-02-032-26/+0
| | | | | | | | | | This is a very old release of jQuery, 1.7.2 was released in 2012. As nothing depends on this, remove it. If someone needs a jQuery recipe they can add a new recipe for a supported version. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* spice-protocol: upgrade to 1.14.3Ross Burton2022-02-032-28/+19
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mailx: removeRoss Burton2022-02-0312-630/+0
| | | | | | | | | | | Heirloom Mailx hasn't been maintained for some time: the last release on their web site was 11.25 in 2005 and Debian shipped 12.5 in 2016, but this appears to be a Debian-specific fork which is also now dead. Now that we have s-nail, we can drop mailx. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* smartmontools: use s-nailRoss Burton2022-02-031-1/+1
| | | | | | | | | As mailx is unmaintained, depend on s-nail instead of mailx. Also recommend instead of depend, so you don't need to send email. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* minidlna: use precise BSD licenseRoss Burton2022-02-031-1/+1
| | | | | | | This package is BSD-3-Clause. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* s-nail: add a maintained mail(1) forkRoss Burton2022-02-033-0/+90
| | | | | | | | | | | | | Heirloom Mailx hasn't been maintained for some time: the last release on their web site was 11.25 in 2005 and Debian shipped 12.5 in 2016, but this appears to be a Debian-specific fork which is also now dead. s-nail is an alternative mail(1) fork which is actively maintained, so add a recipe for that. It provides an alternative for ${bindir}/mailx, so should be a drop-in replacement. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis: add recipe for 7.0-rc1Oleksandr Kravchuk2022-02-0310-0/+1702
| | | | | | | | | Redis 7.0 "includes changes that potentially break backwards compatibility with older versions", so let's let folks some time to test 7.0 and later decide which version(s) we want to keep. Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openipmi: use precise BSD licenseRoss Burton2022-02-031-1/+1
| | | | | | | This package is BSD-3-Clause. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poppler-data: set precise BSD licenseRoss Burton2022-02-031-1/+1
| | | | | | | The cMap data is under a BSD-3-Clause license. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* spice: set correct LICENSERoss Burton2022-02-031-1/+1
| | | | | | | Remove BSD, as this package is entirely LGPL2+. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pkcs11-helper: set precise BSD licenseRoss Burton2022-02-031-1/+1
| | | | | | | This package is BSD-3-Clause. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pkcs11-helper: update homepageRoss Burton2022-02-031-1/+1
| | | | | | | www.opensc-project.org expired, so point at the GitHub project page. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* concurrencykit: use precise BSD licence versionRoss Burton2022-02-031-1/+1
| | | | | | | This package is BSD-2-Clause. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* remmina: Upgrade to 1.4.23Alejandro Hernandez Samaniego2022-02-031-2/+2
| | | | | | | - Disable support for ayatana-appindicator Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandro@enedino.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opencv: Update contrib 4.5.2 -> 4.5.5Daniel Gomez2022-02-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Patch [1] was dropped but contrib repo was not updated leading into the glog link issues for the sfm module. Update opencv_contrib 4.5.2 -> 4.5.5. Error: /var/lib/yocto/builds/build_honister/tmp/work/bobcat-poky-linux/ qtec-screwcounter-camera/1.0+gitAUTOINC+7f76d8d874-r0/ recipe-sysroot-native/usr/bin/x86_64-poky-linux/../../libexec/ x86_64-poky-linux/gcc/x86_64-poky-linux/11.2.0/ld: /var/lib/yocto/builds/build_honister/tmp/work/bobcat-poky-linux/ qtec-screwcounter-camera/1.0+gitAUTOINC+7f76d8d874-r0/recipe-sysroot/ usr/lib/../lib/libopencv_sfm.so: undefined reference to `google::LogMessageFatal::LogMessageFatal(char const*, int)' [1]: meta-oe/recipes-support/opencv/opencv/0001-sfm-link-with-Glog_LIBS.patch Signed-off-by: Daniel Gomez <dagmcr@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netdata: upgrade 1.32.1 -> 1.33.0Jan Vermaete2022-02-032-3/+35
| | | | | | | | | | Added the packageconfig to compress the data with lz4. But disabled it by default. Patch added to have it working without compression enabled. Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tcpslice: upgrade 1.2a3 -> 1.5Yi Zhao2022-02-034-126/+25
| | | | | | | | | * Update SRC_URI to official download page * Drop patches which had been fixed upstream. * Add UPSTREAM_CHECK_REGEX Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tcpdump: upgrade 4.99.0 -> 4.99.1Yi Zhao2022-02-032-46/+5
| | | | | | | | | * Skip aclocal in do_configure * Inherit pkgconfig then we can drop 0001-aclocal.m4-Skip-checking-for-pcap-config.patch Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gvfs: upgrade 1.48.1 -> 1.49.1Markus Volk2022-02-032-2/+40
| | | | | | | | | | | backport upstream patch to fix issue with meson 0.60.0: | Configuring org.gtk.vfs.file-operations.policy.in using configuration | | ../gvfs-1.49.1/daemon/meson.build:362:7: ERROR: Function does not take positional arguments. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-jsonpath-rw: set correct licenseRoss Burton2022-02-031-3/+2
| | | | | | | | | | | This package is Apache-2.0 licensed, not BSD. Also set the license checksum to the specific fragment of the README.rst which states the license. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-coverage: Upgrade 6.2 -> 6.3Leon Anavi2022-02-031-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 6.3: - Added the lcov command to generate reports in LCOV format. - the coverage data file can now be specified on the command line with the --data-file option in any command that reads or writes data. This is in addition to the existing COVERAGE_FILE environment variable. - coverage measurement data will now be written when a SIGTERM signal is received by the process. This includes Process.terminate, and other ways to terminate a process. Currently this is only on Linux and Mac; Windows is not supported. - Dropped support for Python 3.6, which reached end-of-life on 2021-12-23. - Updated Python 3.11 support to 3.11.0a4. - Fix: the coverage data file is now created in a more robust way, to avoid problems when multiple processes are trying to write data at once. - Fix: a .gitignore file will only be written into the HTML report output directory if the directory is empty. This should prevent certain unfortunate accidents of writing the file where it is not wanted. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-ansi2html: Upgrade 1.6.0 -> 1.7.0Leon Anavi2022-02-032-13/+25
| | | | | | | | | | | | | | | | | | | | | Upgrade to release 1.7.0: - Replace recommendation of using system packages with pip3 - Add truecolor support - Generate documentation with Sphinx and use Read the Docs - Adds support for OSC hyperlink sequences - Add test coverage - Replace pkg_resources with importlib.metadata - Fix including of CHANGELOG.rst - Update linting dependencies - Upgrade the build process - Add type hinting - Update CI badges in readme - Bump setuptools-scm version Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* folks: dont build tests as they are not installed anywayMarkus Volk2022-01-311-2/+2
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pywbemtools: upgrade 0.9.0 -> 0.9.1Xu Huan2022-01-311-1/+1
| | | | | | Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-pytest-timeout: upgrade 2.0.2 -> 2.1.0Xu Huan2022-01-311-1/+1
| | | | | | Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-pyephem: upgrade 4.1.1 -> 4.1.3Xu Huan2022-01-311-1/+1
| | | | | | | | | | | | | | | changelog: =============================================================================== -Fixed an inadvertent loss of precision in the routine that computes a date’s hours, minutes, and seconds. It was sometimes returning a small negative number of seconds, which caused Python’s datetime type to complain ValueError: second must be in 0..59. -Users installing from source on Windows are now protected against a possible encoding error as setup.py reads in two text files. Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-pulsectl upgrade 21.10.5 -> 22.1.3Xu Huan2022-01-311-1/+1
| | | | | | Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-multidict: upgrade 5.2.0 -> 6.0.2Xu Huan2022-01-311-1/+1
| | | | | | | | | | | changelog: Bugfixes Revert :issue:`644` restore type annotations to as-of 5.2.0 version. (:issue:`688`) Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-pyruvate: Fix build with riscv64/muslKhem Raj2022-01-312-0/+33
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-fasteners: Upgrade 0.17.2 -> 0.17.3Leon Anavi2022-01-311-1/+1
| | | | | | | | | | Upgrade to release 0.17.3: - Allow writer to become a reader in thread ReaderWriter lock Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>