summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* usbmuxd: add usbmuxd_git.bbPotin Lai2022-08-271-0/+23
| | | | | | | Add usbmuxd_git.bb to point to latest commit on github Signed-off-by: Potin Lai <potin.lai.pt@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libusbmuxd: add libusbmuxd_git.bbPotin Lai2022-08-271-0/+17
| | | | | | | Add libusbmuxd_git.bb to point to latest commit on github Signed-off-by: Potin Lai <potin.lai.pt@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libirecovery: SRCREV bump e190945..ab5b4d8Potin Lai2022-08-271-1/+1
| | | | | | | | | | | | | | Changelogs: ========== ab5b4d8 Introduce non-persistent setenvnp command 17c02be Updated .gitignore 6e68ca7 Add device ID for macOS 12 Apple Silicon VMs 82d2357 Updated README with pkg-config requirement c42442a Add Studio Display (device lookup) ae49507 Use MACH_PORT_NULL to deal with kIOMasterPortDefault/kIOMainPortDefault rename Signed-off-by: Potin Lai <potin.lai.pt@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libimobiledevice: add libimobiledevice_git.bbPotin Lai2022-08-271-0/+19
| | | | | | | Add libimobiledevice_git.bb to point to latest commit on github Signed-off-by: Potin Lai <potin.lai.pt@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libimobiledevice-glue: SRCREV bump bc6c44b..d2ff796Potin Lai2022-08-271-1/+1
| | | | | | | | | | | | | Changelogs: ========== d2ff796 termcolors: Rename COLOR_* macros to FG_* due to conflict with ncurses c2e237a [clang-tidy] Do not use else after return/break/continue 1c7619d [clang-tidy] utils: Fix too small loop variable c6ae88f [clang-tidy] use uppercase numeric literals 00131b5 termcolors: Add missing stdio.h include Signed-off-by: Potin Lai <potin.lai.pt@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libplist: add libplist_git.bbPotin Lai2022-08-271-0/+37
| | | | | | | Add libplist_git.bb to point to latest commit on github Signed-off-by: Potin Lai <potin.lai.pt@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* samba: upgrade 4.14.13 -> 4.14.14Yi Zhao2022-08-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a security release in order to address the following defects: CVE-2022-2031: Samba AD users can bypass certain restrictions associated with changing passwords. https://www.samba.org/samba/security/CVE-2022-2031.html CVE-2022-32744: Samba AD users can forge password change requests for any user. https://www.samba.org/samba/security/CVE-2022-32744.html CVE-2022-32745: Samba AD users can crash the server process with an LDAP add or modify request. https://www.samba.org/samba/security/CVE-2022-32745.html CVE-2022-32746: Samba AD users can induce a use-after-free in the server process with an LDAP add or modify request. https://www.samba.org/samba/security/CVE-2022-32746.html CVE-2022-32742: Server memory information leak via SMB1. https://www.samba.org/samba/security/CVE-2022-32742.html Release Notes: https://www.samba.org/samba/history/samba-4.14.14.html Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libldb: upgrade 2.3.3 -> 2.3.4Yi Zhao2022-08-251-2/+2
| | | | | | | Required by samba 4.14.14. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lmdb: only set SONAME on the shared libraryJustin Bronder2022-08-252-2/+23
| | | | | | | | | | | | | | | | | | Setting soname in LDFLAGS means that the extra mdb tools also incorrectly get soname set. This then triggers package.bbclass to add a duplicate shlib_provider in /usr/bin for liblmdb.so.0.9.29. Then any other recipe depending on liblmdb is going to get a 'Multiple shlib provider' error. shlibs2/lmdb.list before: liblmdb.so.0.9.29:/usr/bin:0.9.29 liblmdb.so.0.9.29:/usr/lib:0.9.29 shlibs2/lmdb.list after: liblmdb.so.0.9.29:/usr/lib:0.9.29 Signed-off-by: Justin Bronder <jsbronder@cold-front.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmusicbrainz: Avoid -Wnonnull warningKhem Raj2022-08-252-1/+53
| | | | | | | | | This warning is turned into error with gcc 12.2 and when we use updated version of neon27 which has added an attribute nonnull to the ne_set_request_body_buffer API causes this to fail. Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
* python3-twitter: Upgrade 4.8.0 -> 4.10.1Atanas Bunchev2022-08-251-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrading python3-twitter to 4.10.1 and adding missing RDEPEND requests-oauthlib The license line in PKG-INFO was moved from row 8 to row 9. Changelog: (https://github.com/tweepy/tweepy/releases) New Features / Improvements: - Add support for Direct Message typing indicator and read receipts - Add API.indicate_direct_message_typing and API.mark_direct_message_read - Fallback to "detail" response value for HTTPException message - Handle "error" key of response being a string in HTTPException - Add asynchronous interfaces for Twitter API v2 - Add asynchronous.AsyncClient - Add async_lru as requirement for async extra - Add asynchronous.AsyncStreamingClient - Add support for reverse chronological home timeline with Twitter API v2 - Add Client.get_home_timeline and AsyncClient.get_home_timeline - Update the User-Agent header based on AsyncStream.user_agent even if AsyncStream.session is already initialized/set Bug Fixes - Fix AsyncBaseClient rate limit handling - Fix handling of StreamRule when passed in list to StreamingClient.delete_rules or AsyncStreamingClient.delete_rules - Add support for media_fields, place_fields, and poll_fields parameters for Client.get_list_tweets and AsyncClient.get_list_tweets - Ignore AsyncClient method parameters explicitly passed as None Twitter API Deprecations: - Deprecate Stream.sample and note deprecation of compliance messages for Stream.filter - Deprecate AsyncStream.sample and note deprecation of compliance messages for AsyncStream.filter Misc: - Use setup.cfg for coverage.py configuration - Explicitly specify coverage >= 4.4.2 requirement for dev extra - Use setup.cfg for tox configuration - Update lower bound for dev extra tox requirement to >= 3.21.0 - Remove tests_require from setup.py - Stop creating universal wheels - Update and improve various documentation and tests - Log text of HTTP response when handling request error in BaseStream - Update Requests documentation URL for Intersphinx linking - Correct typo in documentation for StreamingClient and AsyncStreamingClient add_rules and delete_rules methods Signed-off-by: Atanas Bunchev <atanas.bunchev@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* protobuf: correct ptest dependencyVyacheslav Yurkov2022-08-251-1/+1
| | | | | Signed-off-by: Vyacheslav Yurkov <Vyacheslav.Yurkov@bruker.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gensio: upgrade 2.3.1 -> 2.5.2Jan Luebbe2022-08-252-2/+33
| | | | | | | | Version 2.5.2 contains an include sys/unistd.h, which is not available with musl, so fix the include path. Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* satyr: Fix build on musl/clangKhem Raj2022-08-252-0/+30
| | | | | | | | | Fixes | py_base_stacktrace.c:301:5: error: call to undeclared function 'g_free'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] | g_free(text); | ^ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* neon: Upgrade to 0.32.2Khem Raj2022-08-253-59/+48
| | | | | | | Drop libxml2-config patch, its not needed anymore Do not install documentation, it does not cross build Signed-off-by: Khem Raj <raj.khem@gmail.com>
* 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>