summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* nbdkit: upgrade 1.25.6 -> 1.25.7zangrc2021-05-141-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lksctp-tools: upgrade 1.0.18 -> 1.0.19zangrc2021-05-142-92/+2
| | | | | | | | 0001-m4-sctp.m4-make-conpatible-to-autoconf-2.70.patch Removed since this is included in 1.0.19. Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ifenslave: upgrade 2.11 -> 2.12zangrc2021-05-141-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uftrace: Fix a plthook crash on aarch64 with binutils2.35.1 and later ↵wangmy2021-05-143-28/+48
| | | | | | | versions on aarch64 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymongo: Upgrade 3.11.3 -> 3.11.4Leon Anavi2021-05-141-1/+1
| | | | | | | | | | | | | Upgrade to release 3.11.4: - Bug fix where a MongoClient would mistakenly attempt to create minPoolSize connections to arbiter nodes - Bug fix that prevented PyMongo from retrying writes after a writeConcernError on MongoDB 4.4+ 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-rfc3339-validator: Upgrade 0.1.3 -> 0.1.4Leon Anavi2021-05-141-1/+1
| | | | | | | | | | Upgrade to release 0.1.4: - Fix test failure on darwin 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-pysonos: Upgrade 0.0.43 -> 0.0.46Leon Anavi2021-05-141-1/+1
| | | | | | | | | | Upgrade to release 0.0.46: - Expand matches for pipe-delimited metadata 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-click: Upgrade 7.1.2 -> 8.0.0Leon Anavi2021-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 8.0.0: - Drop support for Python 2 and 3.5. - Colorama is always installed on Windows in order to provide style and color support. - Adds a repr to Command, showing the command name for friendlier debugging. - Add support for distinguishing the source of a command line parameter. - Add an optional parameter to ProgressBar.update to set the current_item. - New class attributes make it easier to use custom core objects throughout an entire application. - Use Context.with_resource() to manage resources that would normally be used in a with statement, allowing them to be used across subcommands and callbacks, then cleaned up when the context ends. - The result object returned by the test runner’s invoke() method has a return_value attribute with the value returned by the invoked command. - Required arguments with the Choice type show the choices in curly braces to indicate that one is required ({a|b|c}). - Redesign the shell completion system. - Completion correctly parses command line strings with incomplete quoting or escape sequences. - Fix formatting when Command.options_metavar is empty. - Revert adding space between option help text that wraps. - When defining a parameter, default is validated with multiple and nargs. More validation is done for values being processed as well. - HelpFormatter.write_text uses the full line width when wrapping text. 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-configargparse: Upgrade 1.4 -> 1.4.1Leon Anavi2021-05-141-1/+1
| | | | | | | | | | | | | | | | Upgrade to release 1.4.1: - add ignore_help_args option to parse_known_args(..) to avoid exiting the first time this method is called when -h is specified. This can allow all arg definitions to be executed before -h is handled, even if these definitions are interleaved with calls to parse_known_args(..) - added tests - updated setup.py publish commands 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-google-api-python-client: Upgrade 2.2.0 -> 2.4.0Leon Anavi2021-05-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 2.4.0: - alertcenter: update the api - analyticsadmin: update the api - androidenterprise: update the api - androidpublisher: update the api - artifactregistry: update the api - bigquery: update the api - chromepolicy: update the api - content: update the api - datacatalog: update the api - dataproc: update the api - dialogflow: update the api - dns: update the api - documentai: update the api - file: update the api - firebasestorage: update the api - gameservices: update the api - gkehub: update the api - lifesciences: update the api - monitoring: update the api - mybusinessaccountmanagement: update the api - networkmanagement: update the api - oslogin: update the api - pubsublite: update the api - recommender: update the api - retail: update the api - servicedirectory: update the api - servicemanagement: update the api - servicenetworking: update the api - translate: update the api - preventing accessing predefined discovery URLs when override is provided 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-websocket-client: Upgrade 0.58.0 -> 0.59.0Leon Anavi2021-05-141-3/+1
| | | | | | | | | | | | | | | | | | Upgrade to release 0.59.0: - Last main release to support Python 2 - Fix Python 2 urlparse scheme - Add support for headers with multiple value - Add debug support for reserved custom status codes - Allow multiple Set-Cookie: headers - Simplified cookie sorting - Add no_proxy support - Add Host header to HTTP proxy request - Improve PEP8 style compliance 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-itsdangerous: Upgrade 1.1.0 -> 2.0.0Leon Anavi2021-05-141-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 2.0.0: - Drop support for Python 2 and 3.5. - JWS support (JSONWebSignatureSerializer, TimedJSONWebSignatureSerializer) is deprecated. Use a dedicated JWS/JWT library such as authlib instead. - Importing itsdangerous.json is deprecated. Import Python’s json module instead. - Simplejson is no longer used if it is installed. To use a different library, pass it as Serializer(serializer=...). - datetime values are timezone-aware with timezone.utc. Code using TimestampSigner.unsign(return_timestamp=True) or BadTimeSignature.date_signed may need to change. - If a signature has an age less than 0, it will raise SignatureExpired rather than appearing valid. This can happen if the timestamp offset is changed. - BadTimeSignature.date_signed is always a datetime object rather than an int in some cases. - Added support for key rotation. A list of keys can be passed as secret_key, oldest to newest. The newest key is used for signing, all keys are tried for unsigning. - Removed the default SHA-512 fallback signer from default_fallback_signers. - Add type information for static typing tools. License-Update: standardize license 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-watchdog: Upgrade 2.1.0 -> 2.1.1Leon Anavi2021-05-141-1/+1
| | | | | | | | | | | Upgrade to release 2.1.1: - [mac] Fix callback exceptions when the watcher is deleted but still receiving events 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-aiohue: Upgrade 2.3.0 -> 2.3.1Leon Anavi2021-05-141-1/+1
| | | | | | | | | | | | Upgrade to release 2.3.1: - Handle all client errors when detecting the protocol - Bump black from 21.5b0 to 21.5b1 - Bump flake8 from 3.9.1 to 3.9.2 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-django: upgrade 3.2 -> 3.2.2Trevor Gamblin2021-05-141-2/+2
| | | | | | | | Version 3.2.2 includes a fix for CVE-2021-32052. Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-django: upgrade 2.2.20 -> 2.2.22Trevor Gamblin2021-05-142-9/+9
| | | | | | | | Version 2.2.22 includes a fix for CVE-2021-32052. Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-sentry-sdk: Upgrade 1.0.0 -> 1.1.0Leon Anavi2021-05-141-1/+3
| | | | | | | | | | | | | | | | | Upgrade to release 1.1.0: - Fix for AWSLambda integration returns value of original handler - Fix for RQ integration that only captures exception if RQ job has failed and ignore retries - Feature that supports Tracing for the Tornado integration - Feature that supports wild cards in ignore_logger in the Logging Integration - Fix for django that deals with template span description names that are either lists or tuples 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-robotframework: Upgrade 4.0.1 -> 4.0.2Leon Anavi2021-05-141-1/+1
| | | | | | | | | | | | | | | Upgrade to release 4.0.2: - Using Union containing generics as type hint causes an error - Libdoc does not anymore work with resource files in PYTHONPATH - Rebot removes sourcename attribute from <kw> in output.xml - Run Keyword If Test Failed does not work correctly if it is not first keyword in teardown and test is skipped - Argument conversion problems when type hint is ABC 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-aiohue: Upgrade 2.2.0 -> 2.3.0Leon Anavi2021-05-142-12/+11
| | | | | | | | | | | | | | Upgrade to release 2.3.0: - Fix Hue communication protocol - Create Dependabot config file - Include LICENSE in the manifest License-Update: Use file LICENSE. 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-cerberus: Upgrade 1.3.3 -> 1.3.4Leon Anavi2021-05-141-1/+3
| | | | | | | | | | | | | Upgrade to release 1.3.4: - Reverts the unsatisfying fix for KeyError during import when running with python optimisation level of 2 - instead a RuntimeError is thrown when Python is running with optimization level 2 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-serpent: Upgrade 1.30.2 -> 1.40Leon Anavi2021-05-141-3/+2
| | | | | | | | | | | | | | | | Upgrade to release 1.40: - dotnet: added optiononal bytes repr (de)serialization - java: added optional bytes-repr (de)serialization - added unittest for new bytes-repr form - add parameter to serialize bytes into byte literal representation instead of base-64 (which remains the default) License-Update: Use file LICENSE. 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>
* packagegroup-meta-networking.bb: Add http-parser to ↵Khem Raj2021-05-131-0/+1
| | | | | | packagegroup-meta-networking-support Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-oe: add audit to pkg grpArmin Kuster2021-05-121-0/+1
| | | | | Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* audit: migrate from meta-selinuxArmin Kuster2021-05-127-0/+586
| | | | | | | Move audit to a more common layer to simplify integration. Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: switch from default master branch to main to fix do_fetch failureMartin Jansa2021-05-121-1/+1
| | | | | | | * branch was renamed in upstream repo Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* restinio: add recipeStefan Wiehler2021-05-121-0/+31
| | | | | | | Header-only C++14 library that gives you an embedded HTTP server. Signed-off-by: Stefan Wiehler <stefan.wiehler@missinglinkelectronics.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* http-parser: add recipeStefan Wiehler2021-05-121-0/+30
| | | | | | | HTTP request/response parser for C. Signed-off-by: Stefan Wiehler <stefan.wiehler@missinglinkelectronics.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* breakpad: Fix type mismatch for SIGSTKSZKhem Raj2021-05-112-0/+35
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tbb: Fix build with GCC 11Khem Raj2021-05-112-0/+38
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mongodb: Do not use MINSIGSTKSZKhem Raj2021-05-112-0/+35
| | | | | | glibc 2.34 has made MINSIGSTKSZ non-constant Signed-off-by: Khem Raj <raj.khem@gmail.com>
* remmina: make avahi support optional and off by defaultAlexander Kanavin2021-05-111-1/+3
| | | | | | | | This requires gtk support enabled in avahi, which was disabled on oe-core. Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vboxguestdrivers: upgrade 6.1.20 -> 6.1.22Gianfranco2021-05-111-2/+2
| | | | | | 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>
* nmap: change shebang to python3Changqing Li2021-05-111-3/+5
| | | | | | | | upstream nmap is python2 compatiable now, but this recipe supports python3. Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cdrkit: add nativesdk supportHongxu Jia2021-05-112-2/+33
| | | | | | | | | | | | | | - Fix an absolute path symlink issue, replace with a relative link - Fix installed-vs-shipped QA Issue of nativesdk package ... |ERROR: nativesdk-cdrkit-1.1.11-r0 do_package: QA Issue: nativesdk-cdrkit: Files/directories were installed but not shipped in any package: | /opt/windriver/wrlinux-graphics/21.18/sysroots/x86_64-wrlinuxsdk-linux/usr/sbin/netscsid ... Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poppler: upgrade 21.04.0 -> 21.05.0Andreas Müller2021-05-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Release 21.05.0 core: * Fix crashes in malformed files * Export SplashFont* symbols used by Scribus * Minor code improvements qt5/qt6: * Make sure new signatures are always properly oriented * Allow to pass the border width when signing glib: * Enhance find to support multi-line matching utils: * pdftoppm: Fix regression when using single scaleTo. Issue #1062 build system: * Allow to disable building manual tests Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gparted: upgrade 1.2.0 -> 1.3.0Andreas Müller2021-05-111-1/+1
| | | | | | | | | | | | | | The GParted 1.3.0 release includes some new features in addition to bug fixes, and language translation updates. Key changes include: - Support resizing open LUKS2 encryption mappings - Improve exFAT support such as read FS usage and set UUID - Fix crash in Create New Partition dialog when changing type - Avoid GParted hanging when non-named device is hung Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluidsynth: upgrade 2.2.0 -> 2.2.1Andreas Müller2021-05-111-2/+2
| | | | | | | | | | | | | | | | | * Make ALSA the default driver on Linux (#878) * Coreaudio driver failed to initialize on MacOS 11 (#803, thanks to @ringoz) * WaveOut driver failed to initialize (#873, thanks to @carlo-bramini) * COM initialization in WASAPI driver is no longer performed in the caller's context (#839, thanks to @pedrolcl) * WASPI driver now supports reverb and chorus (#836, thanks to @chirs241097) * Handle SysEx GM/GM2 mode on, GS reset, and XG reset (#877, thanks to @kode54) * Old behaviour of fluid_player_join has been restored to prevent infinite loop in client code (#872) * The Soundfont loader code has been refactored, illegal generators will now be skipped more consequently (#823, thanks to @mawe42) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-panel: upgrade 4.16.2 -> 4.16.3Andreas Müller2021-05-111-1/+1
| | | | | | | | | | | | | | | | | | | | Release notes for 4.16.3 ======================== - panel: Change width of default panel-2 to 1% (Fixes #454) - panel: Fix xfce4-panel-CRITICAL - panel: Fix xfce4-panel-CRITICAL when already running - libxfce4panel: Do not destroy context menu if popped up (Fixes #442) - launcher: Check for menu item initialization - launcher: Fix garcon-CRITICAL at startup - systray: Fix GObject-CRITICAL - systray: Fix Gtk-CRITICAL at startup/shutdown - systray: Fix libsystray-CRITICAL - tasklist: Fix Gtk-CRITICAL - Silent `-Wcast-align` from Clang - Translation Updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-clipman-plugin: upgrade 1.6.1 -> 1.6.2Andreas Müller2021-05-111-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release notes for 1.6.2 ======================= This stable release targets Xfce 4.16, as it relies on the same GLib version. - Add G_GNUC_FALLTHROUGH definition if GLib < 2.60 - Remove obsolete GTK_CHECK_VERSION checks - Fix function prototypes - Remove GSourceFunc casts - Fix compilation warnings - automake: Enable subdir-objects - autoconf: Some updates - Check for `locale.h` required in release mode - Update `.gitignore` - Require gtk 3.22.29 - Fix GCC warnings - Fix return type of grab_keyboard - Add README.md - Avoid deprecated warnings with Gdk >= 3.22 - Add basic GitLab pipeline - Bug #16717: Move from exo-csource to xdt-csource - Make settings window title translateable (Bug #16625) - history: Re-enable singleton - menu: Indicate primary and clipboard content - menu: Indicate the primary clipboard item - Speed up shutdown and paste - Correct location of appstream info - Fix a couple of grammatical errors - Translation Updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-systemload-plugin: upgrade 1.3.0 -> 1.3.1 / introduce PACKAGECONFIGsAndreas Müller2021-05-111-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Both dependencies upower/libgtop are optional so add PACKAGECONFIG and enable both because they are worth it. * The term '(uses libgtop as a fallback)' below is a bit misleading: In xfce4-systemload-plugin-1.3.1/panel-plugin/network.c we find whole code wrapped by #ifdef HAVE_LIBGTOP / #endif. So in case libgtop is not found nothing of value is compiled. 1.3.1 (2021-03-22) ===== - Update README.md - Update and sort the list of authors - Add a simple network bandwidth monitor (uses libgtop as a fallback) - Remove 4-valued history - Fix initial progress bar value - Fix system-monitor-command setting (Fixes #15) - Distinguish uptime from the appearance of a digital real-time clock - Replace "Options" with "Label" in the properties dialog - Finish porting to xfconf - Update docs URL - Code cleanups - Translation Updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgtop: tidy up recipeAndreas Müller2021-05-111-4/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evolution-data-server: Update to 3.40.1Khem Raj2021-05-113-71/+2
| | | | | | | Removed backported patch Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
* evolution-data-server: Backport upstream patch to fix configure on latest CMakeAndreas Müller2021-05-112-0/+68
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* apitrace: Upgrade to 0.10Khem Raj2021-05-112-2/+37
| | | | | | | | | | apitrace: Fix build with musl Changes are here [1] which fixed musl build [1] https://github.com/apitrace/apitrace/releases/tag/10.0 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mariadb: Upgrade to 10.5.10Khem Raj2021-05-116-56/+10
| | | | | | | | | Drop fix-a-building-failure.patch because upstream has made is narrower to apply to emulator builds and not just any cross compiling builds Add missing dependency on boost Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mariadb: Fix configureAndreas Müller2021-05-112-0/+36
| | | | | | | Assume recent CMake upgrade made this pop up. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libupnp: Do not use _np versions of mutex APIsKhem Raj2021-05-112-3/+47
| | | | | | | These APIs are deprecated/removed in future glibc 2.34+ Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
* minicoredumper: Replace pthread_mutexattr_setrobust_np with ↵Khem Raj2021-05-113-29/+34
| | | | | | | | pthread_mutexattr_setrobust Remove unused patch 0001-minicoredumper-Initialize-pointer-to-config-struct-t.patch Signed-off-by: Khem Raj <raj.khem@gmail.com>
* grpc: Upgrade to 1.37.1Khem Raj2021-05-111-2/+2
| | | | | | | | Changes are here [1] [1] https://github.com/grpc/grpc/releases/tag/v1.37.1 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* abseil-cpp: Upgrade to lts_2021_03_24Khem Raj2021-05-113-25/+109
| | | | | | | | Fix build with glibc 2.34 while here Forward patches to this version Let system package the libraries Signed-off-by: Khem Raj <raj.khem@gmail.com>