summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* libteam: Include missing headers for strrchr and memcmpKhem Raj2022-08-252-0/+47
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio: Enable largefile support explicitlyKhem Raj2022-08-251-0/+2
| | | | | | This ensures that third party packages like zlib can get this in CFLAGS Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libesmtp: Define _GNU_SOURCEKhem Raj2022-08-251-0/+2
| | | | | | Needed for strlcpy Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rygel: Upgrade to 0.40.4Khem Raj2022-08-251-14/+35
| | | | | | | Switch to meson build system Fix build with clang Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gst-editing-services: Add recipeKhem Raj2022-08-251-0/+26
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ssmtp: Fix null pointer assignmentsKhem Raj2022-08-252-1/+53
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fio: Fix additional warnings seen with muslKhem Raj2022-08-252-1/+47
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dibbler: Fix build with muslKhem Raj2022-08-252-0/+35
| | | | | | | | Use _GNU_SOURCE to compile which helps fixing build with musl add a header reordering patch to again fix another issue with musl builds Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dhrystone: Disable warnings as errors with clangKhem Raj2022-08-251-0/+1
| | | | | | | | | | The sourcecode predate C99 and newer compiler are becoming string about language syntax and standards compliance,so this starts to fail builds due to additional warnings which are being promoted to errors. The objective of this package is measuring performance so we can ignore compiler warnings as errors Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libb64: Switch to github fork and upgrade to 2.0.0.1+gitKhem Raj2022-08-259-282/+82
| | | | | | | | | | Many of the patches floating around has been applied to github fork and seems to be having recent releases. Drop patches which are either applied or fixed differently in this version Signed-off-by: Khem Raj <raj.khem@gmail.com>
* chrony: add support for config and source snippet includesJan Luebbe2022-08-241-0/+7
| | | | | | | | | | | | | | This makes it simpler to set specific config options or custom sources by adding snippet files to /etc/chrony/conf.d/ or /etc/chrony/sources.d/ instead of modifying a copy of the full configuration file. As new snippets can be added from separate recipes, targeted changes can be done in multiple layers. These specific directories are also used in Debian's default configuration. It is not an error if they are missing. Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* yasm: Only depend on xmlto when docs are enabledMike Crowe2022-08-241-1/+2
| | | | | | | | | The yasm build system only requires xmlto when building its documentation. It automatically detects whether it is present at configure time. Signed-off-by: Mike Crowe <mac@mcrowe.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freediameter: fix buildpaths issueMingli Yu2022-08-244-75/+97
| | | | | | | | | | | | | | | | | | The pass-ptest-env.patch uses ${B}/extensions as the EXTENSIONS_DIR at build time and pass the env variable EXTENSIONS_DIR as ${libdir}/${fd_pkgname} at run time to fix the run time error. But there still exists buildpaths issue. So rework the pass-ptest-env.patch to make sure EXTENSIONS_DIR to be ${libdir}/${fd_pkgname} both in build and run time. Fixes: WARNING: freediameter-1.4.0-r0 do_package_qa: QA Issue: File /usr/lib/freeDiameter/ptest/testloadext in package freediameter-ptest contains reference to TMPDIR File /usr/lib/freeDiameter/ptest/testmesg_stress in package freediameter-ptest contains reference to TMPDIR File /usr/lib/freeDiameter/ptest/CTestTestfile.cmake in package freediameter-ptest contains reference to TMPDIR [buildpaths] WARNING: freediameter-1.4.0-r0 do_package_qa: QA Issue: File /usr/src/debug/freediameter/1.4.0-r0/build/libfdcore/fdd.tab.c in package freediameter-src contains reference to TMPDIR Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uutils-coreutils: add recipeEtienne Cordonnier2022-08-244-0/+360
| | | | | | | | | | | uutils-coreutils is a rewrite of GNU coreutils in Rust. It is licensed under MIT license. To use this recipe add this line to your distro configuration: PREFERRED_PROVIDER_coreutils = "uutils-coreutils" Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-django: remove 2.2.x recipeJagadeesh Krishnanjanappa2022-08-241-12/+0
| | | | | | | | | | | | python3-django 2.2 LTS went end of extended support on April 11,2022 use python3-django 3.2.x instead which as end of extended support upto April 2024. More info: https://www.djangoproject.com/download/ https://bugzilla.yoctoproject.org/show_bug.cgi?id=14888 Signed-off-by: Jagadeesh Krishnanjanappa <workjagadeesh@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ncftp: Fix TMPDIR path embedding into ncftpgetKhem Raj2022-08-241-2/+1
| | | | | | | Fixes QA Issue: File /usr/bin/ncftpget in package ncftp contains reference to TMPDIR Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ncftp: Enable autoreconfKhem Raj2022-08-243-15/+33
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zlog: upgrade 1.2.15 -> 1.2.16Wang Mingyu2022-08-231-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* unbound: upgrade 1.16.1 -> 1.16.2Wang Mingyu2022-08-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== Features - Merge #718: Introduce infra-cache-max-rtt option to config max retransmit timeout. Bug Fixes - Fix the novel ghost domain issues CVE-2022-30698 and CVE-2022-30699. - Fix bug introduced in 'improve val_sigcrypt.c::algo_needs_missing for one loop pass'. - Merge PR #668 from Cristian Rodríguez: Set IP_BIND_ADDRESS_NO_PORT on outbound tcp sockets. - Fix verbose EDE error printout. - Fix dname count in sldns parse type descriptor for SVCB and HTTPS. - For windows crosscompile, fix setting the IPV6_MTU socket option equivalent (IPV6_USER_MTU); allows cross compiling with latest cross-compiler versions. - Merge PR 714: Avoid treat normal hosts as unresponsive servers. And fixup the lock code. - iana portlist update. - Update documentation for 'outbound-msg-retry:'. - Tests for ghost domain fixes. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* spitools: upgrade 1.0.1 -> 1.0.2Wang Mingyu2022-08-231-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rdma-core: upgrade 41.0 -> 42.0Wang Mingyu2022-08-231-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* php: upgrade 8.1.8 -> 8.1.9Wang Mingyu2022-08-231-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfstests: upgrade 2022.07.31 -> 2022.08.07Wang Mingyu2022-08-231-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-django: Add python3-asgiref runtime dependencyJagadeesh Krishnanjanappa2022-08-231-0/+1
| | | | | | | | | | Add runtime dependency on python3-asgiref as the "django-admin" script needs asgiref module. More info: https://bugzilla.yoctoproject.org/show_bug.cgi?id=14888 Signed-off-by: Jagadeesh Krishnanjanappa <workjagadeesh@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-django: make 3.2.x as default versionJagadeesh Krishnanjanappa2022-08-231-5/+1
| | | | | | | | | | | | | According to https://www.djangoproject.com/download/ python3-django 3.2.x has LTS support upto 2024, hence make it as default version to build. Also, add runtime dependency on python3-asgiref as the "django-admin" script needs asgiref module. More info: https://bugzilla.yoctoproject.org/show_bug.cgi?id=14888 Signed-off-by: Jagadeesh Krishnanjanappa <workjagadeesh@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-asgiref: add recipeJagadeesh Krishnanjanappa2022-08-232-0/+32
| | | | | | | | | | | The default version of python3-django 2.2.x is no longer supported. So, python3-django either 3.x or 4.x should be preferred, that requires python3-asgiref at runtime. More info at https://bugzilla.yoctoproject.org/show_bug.cgi?id=14888 Signed-off-by: Jagadeesh Krishnanjanappa <workjagadeesh@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-prettytable: Upgrade 3.1.1 -> 3.3.0Leon Anavi2022-08-231-1/+1
| | | | | | | | | | Upgrade to release 3.3.0: - Support Python 3.11 - Add flag to preserve internal borders when border=False Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-prompt-toolkit: Upgrade 3.0.24 -> 3.0.30Leon Anavi2022-08-231-1/+1
| | | | | | | | | | | | | | | | Upgrade to release 3.0.30: - Allow zero-width-escape sequences in `print_formatted_text`. - Add default value option for input dialog. - Added `has_suggestion` filter. - Always wrap lines in the Label widget by default. - Fix enter key binding in system toolbar in Vi mode. - Improved handling of stdout objects that don't have a 'buffer' attribute. For instance, when using `renderer_print_formatted_text` in a Jupyter Notebook. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-typed-ast: Upgrade 1.5.2 -> 1.5.4Leon Anavi2022-08-231-1/+1
| | | | | | | | | | Upgrade to release 1.5.4: - Do not include now private code.h - Fix Python 3.11 support Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-awesomeversion: Upgrade 22.6.0 -> 22.8.0Leon Anavi2022-08-231-1/+1
| | | | | | | | | | | | | | Upgrade to release 22.8.0: - Change devcontainer - Do not allow find_first_match without ensure_strategy - Warn instead of raise for missing ensure_strategy - Correct spelling mistakes - Handle KeyError - _compare_versions takes AwesomeVersion not str Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsdl2-ttf: upgrade 2.20.0 -> 2.20.1Wang Mingyu2022-08-231-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netdata: upgrade 1.36.0 -> 1.36.1Wang Mingyu2022-08-231-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nbdkit: upgrade 1.32.1 -> 1.33.1Wang Mingyu2022-08-231-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mosquitto: upgrade 2.0.14 -> 2.0.15Wang Mingyu2022-08-231-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcurses-perl: upgrade 1.38 -> 1.41Wang Mingyu2022-08-231-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ldns: upgrade 1.8.2 -> 1.8.3Wang Mingyu2022-08-231-1/+1
| | | | | | | | | | | | | Changelog: ========== * bugfix #183: Assertion failure with OPT record without rdata. This caused packet creation with only a DO bit (for DNSSEC OK) to crash. Thanks Anand Buddhdev and others for reporting this so quickly. * Fix for syntax error in pyldns Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* grilo-plugins: upgrade 0.3.14 -> 0.3.15Wang Mingyu2022-08-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== * !120 Detect libsoup version from grl-net and adds support to libsoup3 * !123 youtube: port to API v3 by using libgdata 0.17.0 * !122 tmdb: port to GUri, remove libsoup dependency * !122 dleyna: port to GUri, remove libsoup dependency * New translations * Abkhazian * Dutch * Galician * Georgian * Updated translations * Abkhazian * Basque * Bulgarian * Danish * Hebrew * Nepali * Occitan Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 5.9.20220703.0 -> 5.9.20220821.0Wang Mingyu2022-08-231-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* babl: upgrade 0.1.92 -> 0.1.94Wang Mingyu2022-08-233-172/+2
| | | | | | | | | | | | | | 0001-meson-fix-misspelled-kwarg-name.patch 0002-meson-Various-fixes.patch removed since they're included in 0.1.94 Changelog: ========== Fix of crash on non-aligned data for SIMD, add commandline tool, improve vala compatibility of introspection info. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ade: upgrade 0.1.1f -> 0.1.2Wang Mingyu2022-08-232-43/+2
| | | | | | | | 0001-use-GNUInstallDirs-for-detecting-install-paths.patch removed since it's included in 0.1.2 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* safec: Remove unused variable 'len'Khem Raj2022-08-232-1/+44
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cpulimit: Define -D_GNU_SOURCEKhem Raj2022-08-231-1/+1
| | | | | | This define is needed for getting memrchr() declaration Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gd: Fix build with clang-15Khem Raj2022-08-232-0/+116
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ntpsec: Add -D_GNU_SOURCE and fix building with devtoolKhem Raj2022-08-232-2/+33
| | | | | | | | | | wscript detects .git directory and if its present them invokes git describe --dirty which does not work on the devtool created git repository, since its synthesized. Add GNU_SOURCE define to get strptime() definition Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pipewire: update to v0.3.56Markus Volk2022-08-224-61/+117
| | | | | | | | | | Add the configuration to make pipewire work as a drop-in replacement for pulseaudio-server. Add pipewire-media-session as a standalone recipe, since pipewire would fetch the code as a subproject at do_configure. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireguard-tools: Add a new package for wg-quickJose Quaresma2022-08-221-3/+11
| | | | | | | - This will move the dependencie of bash to wg-quick Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireguard-module: 1.0.20210219 -> 1.0.20220627Jose Quaresma2022-08-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also change the git protocol to https. Relevant changes: - 18fbcd6 version: bump - 3ec3e82 compat: handle backported rng and blake2s - ba45dd6 qemu: give up on RHEL8 in CI - c7560fd qemu: set panic_on_warn=1 from cmdline - 33c87a1 qemu: use vports on arm - 894152a netns: limit parallelism to $(nproc) tests at once - f888673 netns: make routing loop test non-fatal - f9d9b4d device: check for metadata_dst with skb_valid_dst() - f909532 qemu: enable ACPI for SMP - ec89ca6 socket: ignore v6 endpoints when ipv6 is disabled - fa32671 socket: free skb in send6 when ipv6 is disabled - ffb8cd6 qemu: simplify RNG seeding - 4eff63d queueing: use CFI-safe ptr_ring cleanup function - 273018b crypto: curve25519-x86_64: use in/out register constraints more precisely - 4f4c019 compat: drop Ubuntu 14.04 - 743eef2 version: bump - 3c9f3b6 crypto: curve25519-x86_64: solve register constraints with reserved registers - 8e40dd6 compat: udp_tunnel: don't take reference to non-init namespace - ea6b8e7 compat: siphash: use _unaligned version by default - 5325bc8 ratelimiter: use kvcalloc() instead of kvzalloc() - e44c78c receive: drop handshakes if queue lock is contended - 5707d38 receive: use ring buffer for incoming handshakes - 68abb1b device: reset peer src endpoint when netns exits - ea3f5fb main: rename 'mod_init' & 'mod_exit' functions to be module-specific - cb001d4 netns: actually test for routing loops - 2715e64 compat: update for RHEL 8.5 - 2974725 compat: account for grsecurity backports and changes - 50dda8c compat: account for latest c8s backports - d378f93 version: bump - fb4a0da qemu: increase default dmesg log size - 8f4414d qemu: add disgusting hacks for RHEL 8 - fd7a462 allowedips: add missing __rcu annotation to satisfy sparse - 383461d allowedips: free empty intermediate nodes when removing single node - 03add82 allowedips: allocate nodes in kmem_cache - b56d48c allowedips: remove nodes in O(1) - 3c14c4b allowedips: initialize list head in selftest - 4d8b7ed peer: allocate in kmem_cache - 6fbc0e6 global: use synchronize_net rather than synchronize_rcu - 405caf0 kbuild: do not use -O3 - b50ef4d netns: make sure rp_filter is disabled on vethc - e67b722 version: bump - 1edffe2 Revert "compat: skb_mark_not_on_list will be backported to Ubuntu 18.04" - 2cf9543 compat: update and improve detection of CentOS Stream 8 - 122f06b compat: icmp_ndo_send functions were backported extensively Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireplumber: update to v0.4.11Markus Volk2022-08-221-3/+5
| | | | | | | | - install systemd-user-service - install modules to get the binary running Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-regex: Upgrade 2022.7.25 -> 2022.8.17Leon Anavi2022-08-221-1/+1
| | | | | | | | | | Upgrade to release 2022.8.17: - \v for vertical spacing, added \p{HorizSpace} (\p{H}) and \p{VertSpace} (\p{V}). Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-coverage: Upgrade 6.4.1 -> 6.4.4Leon Anavi2022-08-221-1/+4
| | | | | | | | | | | | | | | | | | Upgrade to release 6.4.4: - Wheels are now provided for Python 3.11 - Fix a failure when combining data files if the file names contained glob-like patterns - Fix a messaging failure when combining Windows data files on a different drive than the current directory - Fix path calculations when running in the root directory, as you might do in a Docker container - Filtering in the HTML report wouldn't work when reloading the index page. This is now fixed - Fix a problem with Cython code measurement Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>