summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* opcua: Add new recipeVyacheslav Yurkov2022-10-032-0/+60
| | | | | | | | | | | | open62541 (http://open62541.org) is an open source and free implementation of OPC Unified Architecture according to IEC62541 standard The patch exclude git-related files from installation directory Upstream-Status: Accepted https://github.com/open62541/open62541/commit/a0328d4cb527f9778a262fc4a6b42bfbdffc38e9 Signed-off-by: Vyacheslav Yurkov <v.yurkov@precitec.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jansson: Default to shared buildsAlex Kiernan2022-10-031-0/+2
| | | | | | | | The change to cmake changed the default to static builds (there doesn't appear to be a way to ask for both). Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jansson: Backport linker flag fixesAlex Kiernan2022-10-032-0/+30
| | | | | | | Fix overwriting linker flags. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jansson: Honour multilib pathsAlex Kiernan2022-10-032-1/+66
| | | | | | | | | | | | | | | | | | | | | | When multilib is enabled, builds fail during package_qa: ERROR: jansson-2.14-r0 do_package: QA Issue: jansson: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/libjansson.a /usr/lib/pkgconfig /usr/lib/cmake /usr/lib/pkgconfig/jansson.pc /usr/lib/cmake/jansson /usr/lib/cmake/jansson/janssonTargets-noconfig.cmake /usr/lib/cmake/jansson/janssonConfig.cmake /usr/lib/cmake/jansson/janssonConfigVersion.cmake /usr/lib/cmake/jansson/janssonTargets.cmake Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. jansson: 10 installed and not shipped files. [installed-vs-shipped] ERROR: jansson-2.14-r0 do_package: Fatal QA errors were found, failing task. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libwebsockets: add error check if PACKAGECONFIG contains systemd but ↵Lukas Rusak2022-10-021-0/+5
| | | | | | DISTRO_FEATURES doesn't Signed-off-by: Lukas Rusak <lorusak@gmail.com>
* plymouth: uprev to 22.02.122Ming Liu2022-10-023-27/+107
| | | | | | | Also introduce more PACKAGECONFIGs to make build more predicable. Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* v4l-utils: Update 1.22.1 -> 1.23.0+fd544473Daniel Gomez2022-10-022-13/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Use git instead of release tarball to close the gap between the latest 1.22.1 and master. Add 'bootstrap.sh' call to fix configuration issues: Error: config.status: error: cannot find input file: `v4l-utils-po/Makefile.in.in Adapt patch '0007-Do-not-use-getsubopt.patch': Upstream has replaced the use of getsubopt with v4l_subopt which detects if getsubopt is provided via glibc or not. Otherwise it uses a static v4l_getsubopt copied from glibc. (From v4l-utils: 6e19bb895a16a9a247524ac526ab47f576cc36f6) Also rename patch number to '0004-Do-not-use-getsubopt.patch'. Add qv4l2 and qvidcap packages support but keep them disabled as they require meta-qt5. Enable alsa support if alsa is part of the DISTRO_FEATURES. Signed-off-by: Daniel Gomez <daniel@qtec.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnet: update to v1.2 releaseBeniamin Sandu2022-09-304-82/+50
| | | | | | | | | | | The previous recipe was building a release candidate from 2014. Switch to the official git repo which is currently maintained and use the v1.2 release instead. The extra patch fixes build on musl. Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nftables: upgrade 1.0.4 -> 1.0.5Yi Zhao2022-09-291-1/+1
| | | | | Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnftnl: upgrade 1.2.2 -> 1.2.3Yi Zhao2022-09-292-656/+4
| | | | | | | | Drop 0001-avoid-naming-local-function-as-one-of-printf-family.patch as the issue has been fixed upstream. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xterm: Add _GNU_SOURCE via CFLAGSKhem Raj2022-09-291-0/+2
| | | | | | | | | | | | | | | | This ensures that definitions of functions e.g. ptsname and wcwidth are added correctly. Fixes | ./main.c:2940:8: error: incompatible integer to pointer conversion initializing 'char *' with an expression of type 'int' [-Wint-conversion] | char *name = ptsname(*pty); | ^ ~~~~~~~~~~~~~ | ./util.c:5506:19: error: use of undeclared identifier 'wcwidth' | my_wcwidth = wcwidth; | ^ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xterm: upgrade 372 -> 373wangmy2022-09-291-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fmt: upgrade 8.1.1 -> 9.1.0William A. Kennington III2022-09-291-1/+1
| | | | | Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gerbera: upgrade 1.9.2 -> 1.11.0William A. Kennington III2022-09-293-49/+38
| | | | | Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* onig: Upgrade 6.9.4 -> 6.9.8Alex Kiernan2022-09-293-21/+20
| | | | | | License-Update: Update year Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* faad2: Upgrade 2.8.8 -> 2.10.0Alex Kiernan2022-09-291-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2.10.0: [ tatsuz ] * updated Visual Studio projects to VS 2019 (#54) [ Fabian Greffrath ] * mp4read.c: fix stack-buffer-overflow in stringin()/ftypin() * fix heap-buffer-overflow in mp4read.c [ Clayton Smith ] * Remove non-ASCII characters * Remove trailing whitespace [ Andrew Wesie ] * Check return value of ltp_data. * Restrict SBR frame length to 960 and 1024 samples. * Support object type 29. * Support implicit SBR signaling in frontend. * Fix PNS decoding when only right channel is noise. * Initialize element_id array with an invalid id. * Fix NULL pointer dereferences. * Fix infinite loop in adts_parse. * Fix infinite loop in huffman_getescape. * Check for error after each channel decode. * Check for inconsistent number of channels. 2.9.2: [ Michał Janiszewski ] * Only use x86-assembly when explicitly on x86 * Use unsigned integers correctly * Initialize pointers that might otherwise not be [ Fabian Greffrath ] * update README esp. WRT directory structure [ Rosen Penev ] * fix compilation without SBR/PS_DEC (#48) * fix compilation with LC_ONLY_DECODER (#47) [ Fabian Greffrath ] * fix "inline function 'cfftf1' declared but never defined" compiler warning * fix some inconsistencies in the frontend output * mp4read_open: add check for failed frame buffer allocation * stszin: add check for allocation error and integer overflow * add a pkg-config file [ Stefan Pöschel ] * frontend: address compile warning + add missing LF (#50) [ François Cartegnie ] * library name is faad (#52) * Unbreak PS audio (#51) 2.9.1: [ Fabian Greffrath ] * Include stdio.h in libfaad/ps_dec.c for stderr (Michael Fink) * Fix Tille -> Title typo in frontend/mp4read.c (Alexander Thomas) 2.9.0: [ Krzysztof Nikiel ] * Build system fixes and code clean-up [ LoRd_MuldeR ] * Fix compiler warnings and code indentation * Fix compilation with GCC <= 4.7.3 * MSVC solution file clean-up [ Cameron Cawley ] * Fix compilation with GCC 4.7.4 * Fix compilation with MinGW [ Michael Fink ] * MSVC 2017 project file update [ Hugo Lefeuvre ] * Fix crash with unsupported MP4 files (NULL pointer dereference, division by zero) * CVE-2019-6956: ps_dec: sanitize iid_index before mixing * CVE-2018-20196: sbr_fbt: sanitize sbr->M (should not exceed MAX_M) * CVE-2018-20199, CVE-2018-20360: specrec: better handle unexpected parametric stereo (PS) * CVE-2018-20362, CVE-2018-19504, CVE-2018-20195, CVE-2018-20198, CVE-2018-20358: syntax.c: check for syntax element inconsistencies * CVE-2018-20194, CVE-2018-19503, CVE-2018-20197, CVE-2018-20357, CVE-2018-20359, CVE-2018-20361: sbr_hfadj: sanitize frequency band borders [ Hugo Beauzée-Luyssen ] * CVE-2019-15296, CVE-2018-19502: Fix a couple buffer overflows [ Filip Roséen ] * Prevent crash on SCE followed by CPE [ Gianfranco Costamagna ] * Fix linking with GCC 9 and "-Wl,--as-needed" [ Fabian Greffrath ] * Enable the frontend to be built reproducibly Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xf86-video-ati: Update 19.1.0 -> 19.1.0+7a6a34afDaniel Gomez2022-09-294-428/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The ATI/AMD Radeon video driver for the Xorg X server - Switch to git in SRC_URI This video driver hasn't released any package in the last 2+ years. Switch recipe to use git instead of release tarball to get the latest version of it. - Drop patches already upstreamed. - Add PACKAGECONFIG support: udev and glamor. - Add mesa driver runtime dependencies and libegl as glamor runtime dependency. - Add ${PN}-config package. - Fix mesa RDEPENDS. The radeonsi, r600, r300 and swrast are part of the mesa-megadriver package. Error: The following packages have unmet dependencies: xf86-video-amdgpu : Depends: mesa-driver-radeon but it is not installable xf86-video-ati : Depends: mesa-driver-radeon but it is not installable Recommends: linux-firmware-radeon but it is not going to be installed E: Unable to correct problems, you have held broken packages. - Update 19.1.0 tarball to git 7a6a34af rev. Changelog: 7a6a34af Don't set SourceValidate pointer to NULL 983a779b radeon_glamor_wrappers.c: Convert from ISO-8859-1 to UTF-8 a25ca015 gitlab CI: enable gitlab's builtin static analysis 7b940097 gitlab CI: enable commit & merge request checks 8fc442d6 Fix spelling/wording issues 11d549d5 Build xz tarballs instead of bzip2 5eba006e Only include dri.h with older versions of xserver ecced3b3 Add GitLab CI pipeline 77d9ab03 Guard local variable info only used with glamor 3c7c84ed Guard local variable priv only used with glamor 8da3e456 ati: cleanup terminology to use primary/secondary 38453924 Fix return value check of drmIoctl() c0eb5dbd Don't crash X server if GPU acceleration is not available 4d84cf43 Handle NULL fb_ptr in pixmap_get_fb f223035f Fix link failure with gcc 10 b9bd8097 Bump version for 19.1.0 release 2faaecc6 Don't unreference FBs of pixmaps from different screens in LeaveVT 2cbbd864 Don't set up black scanout buffer if LeaveVT is called from CloseScreen c7ed12cb Don't disable page flipping completely with SW cursor 33803c85 present: Check that we can get a KMS FB for flipping fee737e8 Remove dri2_drawable_crtc parameter consider_disabled 2a3f2d20 dri2: Re-use previous CRTC when possible if pick_best_crtc returns NULL d5f5bc58 dri2: reply to client for WaitMSC request in any case f758908d dri3: Always flush glamor before sharing pixmap storage with clients d1d8e3c8 Retry get_fb_ptr in get_fb Signed-off-by: Daniel Gomez <daniel@qtec.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libftdi: Add ftdi-eeprom supportDaniel Gomez2022-09-291-2/+4
| | | | | | | | Add ftdi-eeprom support. Note: Prepend ftdi-eeprom PACKAGE to avoid ftdi_eeprom to be installed in the default PN package. Signed-off-by: Daniel Gomez <daniel@qtec.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gst-instruments: Update 0.2.3 -> 0.3.1+cb8977aDaniel Gomez2022-09-291-6/+9
| | | | | | | | | | | | | | | | | | | | | | | The project has moved the build system from autotools to meson. Latest stable autotools version: 0.2.4. Update to master: Version 0.3.1+cb8977a. Format style with oe-stylize.py. Add ui package to enable graphical interface. Fix QA -dev issue: ERROR: gst-instruments-git-r0 do_package_qa: QA Issue: -dev package gst-instruments-dev contains non-symlink .so '/usr/lib/libgstintercept.so' -dev package gst-instruments-dev contains non-symlink .so '/usr/lib/gstreamer-1.0/libgstinstruments.so' [dev-elf] Remove dev-so from QA skip. Not required anymore. Signed-off-by: Daniel Gomez <daniel@qtec.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* frr: upgrade 8.2.2 -> 8.3.1Yi Zhao2022-09-294-3/+206
| | | | | | | | Backport patches to fix build error with --disable-ospfapi and CVE-2022-37035. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libwebsockets: add optional support for sd-event loopLukas Rusak2022-09-291-1/+4
| | | | Signed-off-by: Lukas Rusak <lorusak@gmail.com>
* bpftool: add aarch64 to COMPATIBLE_HOSTGianluigi Spagnuolo2022-09-291-1/+1
|
* libsdl: add CVE-2019-14906 to allowlistHitomi Hasegawa2022-09-291-0/+3
| | | | | | | | CVE-2019-14906 is a Red Hat vulnerability and Yocto is not applicable. So add it to the allowlist. Signed-off-by: Hitomi Hasegawa <hasegawa-hitomi@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freeradius: fix daemon startup warningsYi Zhao2022-09-292-2/+2
| | | | | | | | | Fixes: chown[1483]: /bin/chown: warning: '.' should be ':': 'radiusd.radiusd' /etc/tmpfiles.d/radiusd.conf:2: Line references path below legacy directory /var/run/, updating /var/run/radiusd -> /run/radiusd Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tio: added tio version 2.0 and 1.47onkelpit2022-09-291-0/+19
| | | | | | | | | deleted tio v1.47 corrected RDEPENDS variable of recipe tio: merged recipe into one file Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gevent: Avoid building internal version of libevKhem Raj2022-09-291-3/+5
| | | | | | | | | | | Use the system version. Moreover, internal version is not cross compile friendly. Ends up with | cc1: error: include location "/usr/include/python3.10" is unsafe for cross-compilation [-Werror=poison-system-directories] | cc1: some warnings being treated as errors | error: command '/home/pokybuild/yocto-worker/meta-oe/build/build/tmp/work/core2-64-poky-linux/python3-gevent/21.12.0-r0/recipe-sysroot-native/usr/bin/x86_64-poky-linux/x86_64-poky-linux-gcc' failed with exit code 1 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jansson: use cmake instead of autotoolsMarkus Volk2022-09-281-1/+1
| | | | | | | | | | This fixes build with clang and lld linker | x86_64-poky-linux-ld.lld: error: unknown argument '--default-symver' | clang-15: error: linker command failed with exit code 1 (use -v to see invocation) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xmlschema: upgrade 2.0.4 -> 2.1.0wangmy2022-09-281-2/+2
| | | | | | | | | | | | | Changelog: ========== Add to_etree() to document API Improve generic encoding with wildcards Clean document API and schema decoding License-Update: Copyright year updated to 2022. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-web3: upgrade 5.30.0 -> 5.31.0zhengruoqin2022-09-281-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sqlparse: upgrade 0.4.2 -> 0.4.3zhengruoqin2022-09-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== Enhancements ------------- Add support for DIV operator Add support for additional SPARK keywords Avoid tokens copy Add REGEXP as a comparision Add DISTINCTROW keyword for MS Access (issue677). Improve parsing of CREATE TABLE AS SELECT Bug Fixes --------- Fix spelling of INDICATOR keyword Fix formatting error in EXTRACT function Fix bad parsing of create table statements that use lower case Handle backtick as valid quote char Allow any unicode character as valid identifier name (issue641). Other ------- Update github actions to test on Python 3.10 as well Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyzmq: upgrade 24.0.0 -> 24.0.1zhengruoqin2022-09-281-1/+1
| | | | | | | | | | | Changelog: ========== Fix several possible resource warnings and deprecation warnings when cleaning up contexts and sockets, especially in pyzmq’s own tests and when implicit teardown of objects is happening during process teardown. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyscaffold: upgrade 4.3 -> 4.3.1zhengruoqin2022-09-281-1/+1
| | | | | | | Modify tox.ini template to allow passing the TWINE_REPOSITORY_URL environment variable, PR #666. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyjwt: upgrade 2.4.0 -> 2.5.0zhengruoqin2022-09-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== Bump actions/checkout from 2 to 3 Bump codecov/codecov-action from 1 to 3 Bump actions/setup-python from 2 to 3 adding support for compressed payloads Revert "adding support for compressed payloads" Add to_jwk static method to ECAlgorithm Remove redundant wheel dep from pyproject.toml Adjust expected exceptions in option merging tests for PyPy3 Do not fail when an unusable key occurs Fixes for pyright on strict mode Bump actions/setup-python from 3 to 4 [pre-commit.ci] pre-commit autoupdate docs: fix simple typo, iinstance -> isinstance Expose get_algorithm_by_name as new method Remove support for python3.6 [pre-commit.ci] pre-commit autoupdate Emit a deprecation warning for unsupported kwargs Fix typo: priot -> prior Fix for headers disorder issue Update audience typing Improve PyJWKSet error accuracy Add type hints to jwt/help.py and add missing types dependency Add cacheing functionality for JWK set [pre-commit.ci] pre-commit autoupdate Mypy as pre-commit check + api_jws typing [pre-commit.ci] pre-commit autoupdate Bump version to 2.5.0 Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-path: upgrade 16.4.0 -> 16.5.0wangmy2022-09-281-1/+1
| | | | | | | | | | | Changelog: ========== Refreshed packaging. #197: Fixed default argument rendering in docs. #209: Refactored write_lines to re-use open semantics. Deprecated the linesep parameter. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pandas: upgrade 1.4.4 -> 1.5.0wangmy2022-09-281-2/+2
| | | | | | | License-Update: copyright year updated to 2022. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ldap: upgrade 3.4.2 -> 3.4.3wangmy2022-09-281-1/+1
| | | | | | | | | | | | | | | | | | Changelog: ========== This is a minor release to bring back the removed OPT_X_TLS option. Please note, it's still a deprecated option and it will be removed in 3.5.0. The following deprecated option has been brought back: OPT_X_TLS Fixes: -------- Sphinx documentation is now successfully built pypy3 tests stability was improved setup.py deprecation warning is now resolved Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-langtable: upgrade 0.0.59 -> 0.0.60wangmy2022-09-281-1/+1
| | | | | | | | | | | | Changelog: =========== * Add list_common_locales() function (Resolves: https://github.com/mike-fabian/langtable/issues/15) * For ar_IN locale, langtable should give the 'ara' keyboard layout as the first choice (Resolves: Resolves: https://github.com/mike-fabian/langtable/issues/14) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-humanize: upgrade 4.3.0 -> 4.4.0wangmy2022-09-281-1/+1
| | | | | | | | | | | | | | | | | | | | Changelog: ========== Added ------- Add installation instructions (#56) Internationalise the decimal separator in intcomma() (#53) Internationalise intcomma for de_DE locale (#49) Fixed ------ Replace short scale with long scale for Polish numbers (#54) Fix intcomma() failing with a string as input when ndigits is not None (#52) Fix some pylint findings (#42) Fix "ValueError: math domain error" for metric(0) (#47) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-h11: upgrade 0.13.0 -> 0.14.0wangmy2022-09-281-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio: upgrade 1.49.0 -> 1.49.1wangmy2022-09-281-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio-tools: upgrade 1.49.0 -> 1.49.1wangmy2022-09-281-1/+1
| | | | | | | | | | | | | | | Changelog: ========= All ------ Update protobuf to v21.6 on 1.49.x. (#31028) Ruby ------ Backport "Fix ruby windows ucrt build #31051" to 1.49.x. (#31053) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-auth: upgrade 2.11.0 -> 2.11.1wangmy2022-09-281-1/+1
| | | | | | | | | | | | | | | | | | Changelog: ========== Bug Fixes ----------- Fix socket leak in impersonated_credentials (#1123) (b1eb467), closes #1122 Make pluggable auth tests work in all environments (#1114) (bb5c979) Skip oauth2client adapter tests if oauth2client is not installed (#1132) (d15092f) Update token refresh threshold from 20 seconds to 5 minutes (#1146) (261a561) Documentation ------------- samples: Add auth samples and tests (#1102) (ac87520) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: upgrade 2.61.0 -> 2.62.0wangmy2022-09-281-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-djangorestframework: upgrade 3.13.1 -> 3.14.0wangmy2022-09-281-1/+1
| | | | | | | | | | | | | | | | | | | | | Changelog: =========== * Django 2.2 is no longer supported. [#8662] * Django 4.1 compatibility. [#8591] * Add --api-version CLI option to generateschema management command. [#8663] * Enforce is_valid(raise_exception=False) as a keyword-only argument. [#7952] * Stop calling set_context on Validators. [#8589] * Return NotImplemented from ErrorDetails.__ne__. [#8538] * Don't evaluate DateTimeField.default_timezone when a custom timezone is set. [#8531] * Make relative URLs clickable in Browseable API. [#8464] * Support ManyRelatedField falling back to the default value when the attribute specified by dot notation doesn't exist. Matches ManyRelatedField.get_attribute to Field.get_attribute. [#7574] * Make schemas.openapi.get_reference public. [#7515] * Make ReturnDict support dict union operators on Python 3.9 and later. [#8302] * Update throttling to check if request.user is set before checking if the user is authenticated. [#8370] Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-license-expression: Upgrade 21.6.14 -> 30.0.0Leon Anavi2022-09-281-2/+6
| | | | | | | | | | | | | Upgrade to release 30.0.0: - Use latest skeleton (and updated configure script) - Drop using calver - Improve error checking when combining licenses License-Update: Fix merge error in LICENSE Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytz-deprecation-shim: Runtime dependenciesLeon Anavi2022-09-281-0/+4
| | | | | | | Add zoneinfo as a runtime dependency. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zabbix: upgrade 6.2.2 -> 6.2.3wangmy2022-09-281-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thrift: upgrade 0.16.0 -> 0.17.0wangmy2022-09-271-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* polkit: refresh patchChen Qi2022-09-271-15/+15
| | | | | | | Refresh patch to avoid QA issue about patch fuzz. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pangomm-2.48: upgrade 2.50.0 -> 2.50.1wangmy2022-09-271-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>