summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* openflow: ignore CVE-2018-1078Davide Gardenal2022-07-051-0/+4
| | | | | | | | | CVE-2018-1078 is not for openflow but in the NVD database the CVE is for a specific implementation that we don't have so we can ignore it. Signed-off-by: Davide Gardenal <davide.gardenal@huawei.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ntp: ignore many CVEsDavide Gardenal2022-07-051-1/+25
| | | | | | | | | | cve-check is not able to correctly identify many of the patched CVEs because of the non standard version number. All the ignored CVEs were manually checked with the NVD database and deemed not applicable to the current version. Signed-off-by: Davide Gardenal <davide.gardenal@huawei.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* usrsctp: add CVE_VERSION to correctly check for CVEsDavide Gardenal2022-07-051-0/+2
| | | | | | | | | | | The current version of usrsctp is not a release so cve-check is not able to find the product version. CVE_VERSION is now set to 0.9.3.0 that is the nearest version in the past starting from the revision we have. This is done because we don't have the complete 0.9.4.0 release. Signed-off-by: Davide Gardenal <davide.gardenal@huawei.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gvfs: upgrade 1.50.0 -> 1.50.2wangmy2022-07-051-1/+1
| | | | | | | | | | | | | | | | Changelog: ========== * smb: Rework anonymous handling to avoid EINVAL * http: Unescape prefix to fix handling of encoded URIs * build: Fix build without Avahi support * dav: Drop user from URI as a workaround for Nextcloud bug * dav: Port DNS-SD resolver to async API to fix hangs when mounting * smb: Ignore EINVAL for kerberos/ccache login * dav: Rewrite to libsoup async API to fix crashes * dav: Do not lose userinfo when copying URIs Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtksourceview5: upgrade 5.4.1 -> 5.4.2wangmy2022-07-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | News in 5.4.2, 2022-06-12 ------------------------- * Updated languages: c.lang, perl.lang * Updated style-schemes: Adwaita-dark, solarized-light, solarized-dark * Updated translations: Friulian * Gutter renderers are now provided a prelight quark for lines when the pointer is over the gutter. * Hover assistants now avoid synthesized motion which is used much more often in GTK 4 when dealing with crossing-events. * Hover assistants will now dismiss themselves when the cursor moves. * GtkSourceMap has reduced how often it needs to do allocation by ignoring spurious notify::upper and value-changed signals from GtkTextView's vertical GtkAdjustment. * The testsuite has gained some correctness improvements thanks to issues pointed out by Sébastien Wilmet. * The Vim emulation's register implementation is now shared between buffers as it would be expected in Vim. * Snippets have gained some robustness improvements including the ability to simplify results from the snippet parser, more defensive behavior, and being lazier when possible. * Tabbing through focus-positions in snippets will now immediately jump to the new position if scrolling is required instead of animating as it results in better placement of tooltip assistants. * Assistants including completion, hover, and interactive tooltips now reduce how often they request presentation and position calculation from GDK and ultimately display servers such as Wayland. * Completion windows now take the size of the gutter into account when calculating their position relative to the parent GtkWindow so that the typed-text column remains aligned with typed text in the source view. * Completion has gained robustness improvements to do less work when possible and avoid spinning the frame-clock which could happen in certain scenarios. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtk4: upgrade 4.6.4 -> 4.6.6wangmy2022-07-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== * Fix translations in GTKs own ui files * Wayland: - Fix a problem with the activation protocol - Don't force the HighContrast icontheme - Ensure that our cursor surfaces don't violate protocol constraints * Windows: - Fix a problem with builtin icons if the hicolor icontheme is not installed * GtkFileChooser: - Fix pasting text into the name field * GtkText: - Remove an assertion that is sometimes hit * Accssibility: - Fix a problem in the accessibility tree * Translation updates: Brazilian Portuguese German Persian Polish Portuguese Russian Swedish Turkish Ukrainian Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-text-editor: upgrade 42.1 -> 42.2wangmy2022-07-051-1/+1
| | | | | | | | | | | | | | Changelog: ========== • Fix a crash at shutdown after saving state. This didn't cause any data loss, but could be annoying. • Spellcheck underline fixes for various languages • Various robustness fixes for GTK 4 • Fixes for inconsistent line-endings • Translation updates Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-calculator: upgrade 42.0 -> 42.2wangmy2022-07-051-1/+1
| | | | | | | | | | | | Changelog: ========== * Updated translations * Fixed incorrect history with bits toggling #281 * Fixed crash when typing in variable popover #282 * Fixed incorrect libxml usage #283 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-bluetooth: upgrade 42.0 -> 42.1wangmy2022-07-051-1/+1
| | | | | | | | This version fixes the display of devices with '&' in their names, and contains updated translations. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geocode-glib: upgrade 3.26.2 -> 3.26.3wangmy2022-07-051-2/+1
| | | | | | | | | | | | | Changelog: =========== This release adds support for libsoup 3.x. To use the libsoup 3.x build, applications will need to be adapted to look for the "-2.0" version of the API. This allows both native and interpreted applications to select which version of libsoup they want geocode-glib to use as the backend, and for both versions to be installed in distributions. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mariadb: Upgrade to 10.8.3Mingli Yu2022-07-054-420/+9
| | | | | | | | | | | | | Remove the backported patch mariadb-openssl3.patch as the logic is included in the new version. Add zstd to DEPENDS as below commit [1] introduced. 770cf22 CONC-575: Support for MySQL zstd compression [1] https://github.com/mariadb-corporation/mariadb-connector-c/commit/770cf2286ab4819ae698356541d4fa14578f3ca6 Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* php: Fix absolute paths to php in phar.phar scriptsKhem Raj2022-07-032-8/+3
| | | | | | | | | | | | This patch is not only needed for target but also needed for native and nativesdk variants. Fixes do_populate_sysroot: QA Issue: : /work/x86_64-linux/php-native/8.1.7-r0/sysroot-destdir/ work/x86_64-linux/php-native/8.1.7-r0/recipe-sysroot-native/usr/bin/phar.phar maximum shebang size exceeded, the ma ximum size is 128. [shebang-size] Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libspatialite: Upgrade to 5.0.1Zoltán Böszörményi2022-07-025-23/+74
| | | | | | | | | | | Removed a patch that didn't apply to the new version. Added three patches without changes from Fedora that allowed the new version to compile. See https://koji.fedoraproject.org/koji/buildinfo?buildID=1924183 Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geos: Disable inliningKhem Raj2022-07-021-0/+2
| | | | | | | | | | | | This fixes build errors ( especially for arm arch ) | /mnt/b/yoe/master/build/tmp/work/cortexa15t2hf-neon-yoe-linux-musleabi/geos/3.9.3-r0/recipe-sysroot-native/usr/bin/arm-yoe-linux-musleabi/arm-yoe-linux-musleabi-ld: noding/.libs/libnoding.a(BasicSegmentString.o):(.data.rel.ro+0x24): multiple definition of `typeinfo for geos::noding::BasicSegmentString'; .libs/inlines.o:(.data.rel.ro+0xac): first defined here | /mnt/b/yoe/master/build/tmp/work/cortexa15t2hf-neon-yoe-linux-musleabi/geos/3.9.3-r0/recipe-sysroot-native/usr/bin/arm-yoe-linux-musleabi/arm-yoe-linux-musleabi-ld: noding/.libs/libnoding.a(BasicSegmentString.o):(.rodata+0x0): multiple definition of `t ypeinfo name for geos::noding::BasicSegmentString'; .libs/inlines.o:(.rodata+0x4c): first defined here Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Zoltán Böszörményi <zboszor@gmail.com>
* geos: Upgrade to 3.9.3Zoltán Böszörményi2022-07-023-46/+3
| | | | | | | Remove an upstreamed patch. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* crda: Depend on correct wireless-regdb packageTheodore A. Roth2022-07-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The cdra application is looking for the `regulatory.bin` file that is installed by the `wireless-regdb` package, but that is not installed because the RDEPENDS lists`wireless-regdb-static` (which conflicts with `wireless-regdb`). Changing RDEPENDS to use `wireless-regdb` instead of `wireless-regdb-static` allows the cdra application to function properly. Example output before this fix was applied: root@yocto:~# COUNTRY=US crda failed to open db file: No such file or directory root@yocto:~# COUNTRY=US strace crda execve("/usr/sbin/crda", ["crda"], 0xbec80d70 /* 17 vars */) = 0 ... openat(AT_FDCWD, "/usr/local/lib/crda/regulatory.bin", O_RDONLY) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/lib/crda/regulatory.bin", O_RDONLY) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/lib/crda/regulatory.bin", O_RDONLY) = -1 ENOENT (No such file or directory) ... write(3, "failed to open db file: No such "..., 50failed to open db file: No such file or directory ) = 50 close(3) = 0 exit_group(-2) = ? +++ exited with 254 +++ Signed-off-by: Theodore A. Roth <theodore_roth@trimble.com> Signed-off-by: Theodore A. Roth <troth@openavr.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freeradius: mutlilib fixesJeremy Puhlman2022-07-021-13/+21
| | | | | | | Define raddbdir based on multilib Add multilib headers and scripts for conflicting content Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fix(syslog-ng): warning about conf versionAurélien Bertron2022-07-022-2/+2
| | | | | | The service warned on startup about running in compatibility mode since the configuration version was "3.31" instead of "3.36". Signed-off-by: Khem Raj <raj.khem@gmail.com>
* clinfo: use virtual opencl loader providerjybros2022-07-021-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-zeroconf: upgrade 0.38.6 -> 0.38.7wangmy2022-07-021-1/+1
| | | | | | | | | Changelog: ========== Performance improvements for parsing incoming packet data (#1076) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pandas: upgrade 1.4.2 -> 1.4.3wangmy2022-07-021-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-jmespath: upgrade 1.0.0 -> 1.0.1wangmy2022-07-021-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ifaddr: upgrade 0.1.7 -> 0.2.0wangmy2022-07-021-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-googleapis-common-protos: upgrade 1.56.2 -> 1.56.3wangmy2022-07-021-1/+1
| | | | | | | | | | | | | | | Changelog: ========= Bug Fixes deps: allow protobuf < 5.0.0 (#112) (67b0231) Documentation fix changelog header to consistent size (#108) (d315b9f) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-editables: remove (now in oe-core)Ross Burton2022-07-021-11/+0
| | | | | | | As of 781da720 this is now in oe-core. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pathspec: remove (now in oe-core)Ross Burton2022-07-021-11/+0
| | | | | | | As of 857f324 this is now in oe-core. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-hatchling: remove (now in oe-core)Ross Burton2022-07-022-26/+0
| | | | | | | As of 846e80 this is now in oe-core. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libxml++: Disable parallel make in ptest compileKhem Raj2022-07-021-0/+2
| | | | | | | | | | | | | | | This fails to build in parallel, perhaps needs to fix the component makery Fixes | chmod +x dom_build/make_check.sh | echo '# Generated and used by "make check"' >dom_parse_entities/make_check.sh | /bin/bash: dom_parse_entities/make_check.sh: No such file or directory | make[1]: *** [Makefile:1807: dom_parse_entities/make_check.sh] Error 1 | make[1]: Leaving directory '/home/pokybuild/yocto-worker/meta-oe/build/build/tmp/work/core2-64-poky-linux/libxml++/2.42.1-r0/build/examples' | make: *** [Makefile:1812: buildtest] Error 2 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xmlschema: upgrade 1.11.2 -> 1.11.3zhengruoqin2022-07-021-1/+1
| | | | | | | | | | Changelog: ========= Fix invalid element not detected with empty particle (issue #306) Fix Sphinx warnings (issue #305) Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sqlalchemy: upgrade 1.4.37 -> 1.4.39zhengruoqin2022-07-021-1/+1
| | | | | | | | | | | | Changelog: ========== Fixed regression caused by #8133 where the pickle format for mutable attributes was changed, without a fallback to recognize the old format, causing in-place upgrades of SQLAlchemy to no longer be able to read pickled data from previous versions. A check plus a fallback for the old format is now in place. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-protobuf: upgrade 4.21.1 -> 4.21.2zhengruoqin2022-07-021-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-auth: upgrade 2.7.0 -> 2.8.0zhengruoqin2022-07-021-1/+1
| | | | | | | | | Changelog: ========== add experimental GDCH support (#1044) (94fb5e2) Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-asyncinotify: upgrade 2.0.4 -> 2.0.5zhengruoqin2022-07-021-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-eth-typing: upgrade 3.0.0 -> 3.1.0Xu Huan2022-07-021-1/+1
| | | | | Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-colorama: upgrade 0.4.4 -> 0.4.5Xu Huan2022-07-021-2/+1
| | | | | | | | | | | | | | | Changelog: ============ Catch a racy ValueError that could occur on exit. Create README-hacking.md, for Colorama contributors. Tweak some README unicode characters that don't render correctly on PyPI. Fix some tests that were failing on some operating systems. Add support for Python 3.9. Add support for PyPy3. Add support for pickling with the dill module. Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-charset-normalizer: upgrade 2.0.12 -> 2.1.0Xu Huan2022-07-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== Added -------- Output the Unicode table version when running the CLI with --version (PR #194) Changed -------- Re-use decoded buffer for single byte character sets Fixing some performance bottlenecks Fixed -------- Workaround potential bug in cpython with Zero Width No-Break Space located in Arabic Presentation Forms-B, Unicode 1.1 not acknowledged as space (PR #175) CLI default threshold aligned with the API threshold from @oleksandr-kuzmenko (PR #181) Removed -------- Support for Python 3.5 (PR #192) Deprecated -------- Use of backport unicodedata from unicodedata2 as Python is quickly catching up, scheduled for removal in 3.0 (PR #194) Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-astroid: upgrade 2.11.5 -> 2.11.6Xu Huan2022-07-021-1/+1
| | | | | | | | | | | | | Changelog: ========== The Qt brain now correctly treats calling .disconnect() (with no arguments) on a slot as valid. The argparse brain no longer incorrectly adds "Namespace" to the locals of functions that return an argparse.Namespace object. Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiohue: upgrade 4.4.1 -> 4.4.2Xu Huan2022-07-021-1/+1
| | | | | Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* exo: upgrade 4.16.3 -> 4.16.4Yue Tao2022-07-021-1/+1
| | | | | | | | | | | To fix CVE-2022-32278 Upstream fix is: https://gitlab.xfce.org/xfce/exo/-/commit/c71c04ff5882b2866a0d8506fb460d4ef796de9f Signed-off-by: Yue Tao <yue.tao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jansson: Upgrade 2.13.1 -> 2.14Alex Kiernan2022-07-021-3/+4
| | | | | | | | Releases have moved to github in 2.14. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Alex Kiernan <alexk@zuma.ai> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* strongswan: upgrade 5.9.5 -> 5.9.6Yi Zhao2022-07-023-94/+33
| | | | | | | | | | | | | * Drop backport patch 0001-openssl-Don-t-unload-providers.patch * Backport a patch to fix the build error: src/libstrongswan/utils/enum.c: In function 'enum_flags_to_string': src/libstrongswan/utils/enum.c:100:9: error: format not a string literal and no format arguments [-Werror=format-security] 100 | if (snprintf(buf, len, e->names[0]) >= len) | ^~ Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cppzmq: fix -dev RDEPENDSRoss Burton2022-07-021-0/+1
| | | | | | | | | | | Since oe-core 6f28420 PN-dev RRECOMMENDS PN instead of RDEPENDS, so this recipe RDEPENDS on a non-existent package. Unset DEV_PKG_DEPENDENCY to remove the automatic dependency on PN from PN-dev. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis: upgrade 6.2.6 -> 6.2.7Changqing Li2022-07-022-7/+9
| | | | | | | | | This upgrade include CVE fix: CVE-2022-24735 CVE-2022-24736 Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* networkmanager: fix build with enabled pppJavier Viguera2022-07-021-1/+1
| | | | | | | | | | | | | | | | | If 'ppp' packageconfig option is enabled, but the build system does NOT have pppd binary installed, the build fails with: | Has header "pppd/pppd.h" : YES | Program pppd /sbin/pppd /usr/sbin/pppd found: NO | | ../NetworkManager-1.36.2/meson.build:570:4: ERROR: Assert failed: pppd required but not found, please provide a valid pppd path or use -Dppp=false to disable it This is due to meson trying to look for the 'pppd' binary in the build system when it should not. If the build system does not contain pppd, the build fails. Signed-off-by: Javier Viguera <javier.viguera@digi.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uftrace: upgrade 0.11 -> 0.12wangmy2022-07-021-1/+1
| | | | | | | | | | Changelog: ========== * support dynamic tracing with -fpatchable-function-entry * --clock option to use a different clock source Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* postgresql: upgrade 14.3 -> 14.4wangmy2022-07-022-4/+4
| | | | | | | | 0001-configure.ac-bypass-autoconf-2.69-version-check.patch refreshed for new version. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libzip: upgrade 1.8.0 -> 1.9.0wangmy2022-07-021-1/+1
| | | | | | | | | | | | | Changelog: ============ Add zip_file_is_seekable(). Improve compatibility with WinAES. Fix encoding handling in zip_name_locate(). Add option to zipcmp to output summary of changes. Various bug fixes and documentation improvements. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iwd: upgrade 1.27 -> 1.28wangmy2022-07-021-1/+1
| | | | | | | | | | | | | | Changelog: ========== Fix issue with handling invalid EAPoL frames. Fix issue with handling unexpectedly unencrypted EAP frames. Fix issue with handling AlwaysRandomizeAddress/AddressOverride. Fix issue with handling initial signal level notification. Fix issue with handling sorting of scan requests. Fix issue with handling frame type check in FT. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gperftools: upgrade 2.9.1 -> 2.10wangmy2022-07-022-3/+18
| | | | | | | | | | | | | | | | | | | | | | | | ppc-musl.patch refreshed for new version. Changelog: ========== * Matt T. Proud contributed documentation fix to call Go programming language by it's true name instead of golang. * Robert Scott contributed debugallocator feature to use readable (PROT_READ) fence pages. This is activated by TCMALLOC_PAGE_FENCE_READABLE environment veriable. * User stdpain contributed fix for cmake detection of libunwind. * Natale Patriciello contributed fix for OSX Monterey support. * Volodymyr Nikolaichuk contributed support for returning memory back to OS by using mmap with MAP_FIXED and PROT_NONE. It is off by default and enabled by preprocessor define: FREE_MMAP_PROT_NONE. This should help OSes that don't support Linux-style madvise MADV_DONTNEED or BSD-style MADV_FREE. * Jingyun Hua has contributed basic support for LoongArch. * Github issue #1338 of failing to build on some recent musl versions has been fixed. * Github issue #1321 of failing to ship cmake bits with .tar.gz archive has been fixed. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* googletest: upgrade 1.11.0 -> 1.12.0wangmy2022-07-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== C++ Language Support ---------------------- This will be the last release to support C++11. Future releases will require at least C++14. Mocking --------- Support for move-only values to Return (5126f71) Matchers -------------- New matchers WhenBase64Unescaped (652ec31) ResultOf() now has a 3-arg overload that takes a description string for better error messages (0e40217) Build & Test ---------------- CMake minimum increased to 3.5 Bazel users that build GoogleTest using the Abseil library as a dependency now also require a dependency on RE2 (e33c2b2) Bazel users that build GoogleTest using the Abseil library now use the Abseil library to parse all command-line flags (25dcdc7) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>