aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-08-16python3-apply-defaults: Upgrade 0.1.4 -> 0.1.6Leon Anavi
Upgrade to release 0.1.6: - Alias imports in __init__.py, so that mypy considers them re-exported. - Use mypy with the --strict flag. - Added Github Actions to the repo. - Add .pre-commit-config.yml 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>
2021-08-16python3-huey: Upgrade 2.3.2 -> 2.4.0Leon Anavi
Upgrade to release 2.4.0: - Task expiration - Add option to make crontab() parsing strict, raising an error if an invalid interval specification is given. You probably want to enable this. - Fix bug in the FileStorage dequeue() method, which attempted to unlink an open file. 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>
2021-08-16python3-google-api-python-client: Upgrade 2.12.0 -> 2.15.0Leon Anavi
Upgrade to release 2.15.0: - alertcenter: update the api - chat: update the api - cloudbuild: update the api - content: update the api - displayvideo: update the api - dns: update the api - eventarc: update the api - file: update the api - monitoring: update the api - people: update the api - retail: update the api - securitycenter: update the api - speech: update the api - sqladmin: update the api License-Update: update license to be Apache-2.0 compliant 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>
2021-08-16python3-google-auth: Upgrade 1.32.0 -> 1.34.0Leon Anavi
Upgrade to release 1.34.0: - support refresh callable on google.oauth2.credentials.Credentials - do not use the GAE APIs on gen2+ runtimes 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>
2021-08-16python3-google-api-core: Upgrade 1.30.0 -> 1.31.1Leon Anavi
Upgrade to release 1.31.1: - add 'requests.exceptions.ChunkedEncodingError' to retryable exceptions - add Samples section to CONTRIBUTING.rst - add ServiceUnavailable exception to polling retries - undprecate entity factory helpers 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>
2021-08-16python3-m2crypto: fix for new overrides syntaxKai Kang
Fix wrong replacement caused by script convert-overrides.py. And use new overrides syntax for 'x32'. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-16python3-distro: Upgrade 1.5.0 -> 1.6.0Leon Anavi
Upgrade to release: BACKWARDS COMPATIBILITY: - Deprecated the distro.linux_distribution() function. Use distro.id(), distro.version() and distro.name() instead - Deprecated Python 2.7, 3.4 and 3.5 support. Further releases will only support Python 3.6+ ENHANCEMENTS: - Added type hints to distro module - Added __version__ for checking distro version - Added support for arbitrary rootfs via the root_dir parameter - Added the --root-dir option to CLI - Added fallback to /usr/lib/os-release when /etc/os-release isn't available BUG FIXES: - Fixed subprocess.CalledProcessError when running lsb_release - Ignore /etc/iredmail-release file while parsing distribution - Use a binary file for /dev/null to avoid TextIOWrapper overhead RELEASE: - Moved repository from nir0s/distro to python-distro/distro on GitHub. 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>
2021-08-16python3-pycurl: Upgrade 7.43.0.6 -> 7.44.0Leon Anavi
Upgrade to release 7.44.0: - getinfo(CURLINFO_FTP_ENTRY_PATH) now handles NULL return from libcurl, returning None in this case. - Python 3.9 is now officially supported (patch by Bill Collins). - Added CURLOPT_DOH_URL (patch by resokou). - Best effort Python 2 support has been reinstated. - Added missing fields to curl_version_info struct (patch by Hasan). - Added CURLINFO_CONDITION_UNMET (patch by Dima Tisnek). - Exposed MAX_CONCURRENT_STREAMS in CurlMulti (patch by Alexandre Pion). - Compilation fixed against Python 3.10 alpha (patch by Kamil Dudka). License-Update: update copyright years 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>
2021-08-16python3-configargparse: Upgrade 1.5.1 -> 1.5.2Leon Anavi
Upgrade to release 1.5.2: - fix: append with nargs > 1 for env vars - add support for argparse.BooleanOptionalAction - Docs update 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>
2021-08-16python3-aiohue: Upgrade 2.5.1 -> 2.6.1Leon Anavi
Upgrade to release 2.6.1: - Fix temperature event - Store last event on devices 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>
2021-08-16python3-zeroconf: Upgrade 0.33.2 -> 0.34.3Leon Anavi
Upgrade to release 0.34.3: - Fix sending immediate multicast responses - Coalesce aggregated multicast answers - Ensure ServiceInfo requests can be answered inside the default timeout with network protection - Ensure multicast aggregation sends responses within 620ms - Implemented Multicast Response Aggregation 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>
2021-08-16python3-defusedxml: extend recipe to add native supportNaveen Saini
It may be useful for some use cases. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-16python3-send2trash: Upgrade 1.7.1 -> 1.8.0Leon Anavi
Upgrade to release 1.8.0: - Add compatibility with pathlib paths - Fix thread compatibility of modern windows implementation - Fix handling of UNC names in legacy windows implementation 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>
2021-08-16python3-bitarray: Upgrade 2.2.3 -> 2.2.5Leon Anavi
Upgrade to release 2.2.5: - speedup `find_bit()` and `find_last()` using uint64 checking, this means a speedup for `.find()`, `.index()`, `.search()` and `util.rindex()` - add optional start and stop arguments to `.bytereverse()` - add example to illustrate how unaligned copying works internally - add documentation - add tests 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>
2021-08-16python3-greenlet: Upgrade 1.1.0 -> 1.1.1Leon Anavi
Upgrade to release 1.1.1: - Provide Windows binary wheels for Python 3.10 (64-bit only). - Update Python 3.10 wheels to be built against 3.10rc1, where applicable. 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>
2021-08-16python3-gast: Upgrade 0.5.1 -> 0.5.2Leon Anavi
Upgrade to release 0.5.2: - Test field count more accurately 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>
2021-08-16python3-astroid: Upgrade 2.6.5 -> 2.6.6Leon Anavi
Upgrade to release 2.6.6: - Added support to infer return type of typing.cast() - Fix variable lookup's handling of exclusive statements - Fix variable lookup's handling of function parameters - Fix variable lookup's handling of except clause variables - Fix handling of classes with duplicated bases with the same name 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>
2021-08-16python3-isort: upgrade 5.9.2 -> 5.9.3zhengruoqin
5.9.3 July 28 2021 Improved text of skipped file message to mention gitignore feature. Made all exceptions pickleable. Fixed #1779: Pylama integration ignores pylama specific isort config overrides. Fixed #1781: --from-first CLI flag shouldn't take any arguments. Fixed #1792: Sorting literals sometimes ignored when placed on first few lines of file. Fixed #1777: extend_skip is not honored wit a git submodule when skip_gitignore=true. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-16python3-ipython: upgrade 7.25.0 -> 7.26.0zhengruoqin
IPython 7.26 is a minor release that fixes a couple of issues, updates in API and Copyright/Licenses issues around various part of the codebase. We’ll highlight this issue <https://github.com/ipython/ipython/issues/13039> pointing out we were including and refereeing to code from Stack Overflow which was CC-BY-SA, hence incompatible with the BSD license of IPython. This lead us to a rewriting of the corresponding logic which in our case was done in a more efficient way (in our case we were searching string prefixes instead of full strings). You will notice also a number of documentation improvements and cleanup. Of particular interest are the following Pull-requests: The IPython directive now uses Sphinx logging for warnings. PR #13030. Add expiry days option to pastebin magic and change http protocol to https. PR #13056 Make Ipython.utils.timing work with jupyterlite PR #13050. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-16python3-humanize: upgrade 3.10.0 -> 3.11.0zangrc
Added Add Bengali langauage (#221) @wasi-master Fixed Fix Korean localization (#219) @Craphting Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-16python3-engineio: upgrade 4.2.0 -> 4.2.1zhengruoqin
Release 4.2.1 - 2021-08-02 Support setting socketio_path to the root URL #242 (commit) Use the gevent selector to avoid 1024 file handle limitation of select#228 (commit) Pass reason when closing a WebSocket connection (commit) Improved project structure (commit) Remove executable permissions from files that lack shebang lines #240 (commit) (thanks Ben Beasley!) Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-16python3-grpcio: make sure that GRPC_CFLAGS is expanded to emptyMartin Jansa
* with bitbake change from: https://git.openembedded.org/bitbake/commit/?id=699e36c270d863258502d315ed00a1b940bfbf96 the GRPC_CFLAGS now stays None when toolchain-clang isn't used causing: i686-oe-linux-gcc: error: ${GRPC_CFLAGS}: linker input file not found: No such file or directory Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-15packagegroup-meta-oe: Add ttf-ipaKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-15ttf-ipa: Added a new font.leimaohui
IPAfonts is a Japanese OpenType font set. Signed-off-by: Lei Maohui <leimaohui@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-12iwd: upgrade 1.15 -> 1.16wangmy
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-12augeas: add selinux to PACKAGECONFIG if enable selinux distro featureYi Zhao
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-12networkmanager: add PACKAGECONFIG for audit and selinuxYi Zhao
Add them to PACKAGECONFIG if enable selinux distro feature. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-12network-manager-applet: add selinux to PACKAGECONFIG if enable selinux ↵Yi Zhao
distro feature Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-12augeas: rename PACKAGECONFIG[libselinux] to PACKAGECONFIG[selinux]Yi Zhao
Usually we use PACKAGECONFIG[selinux] rather than PACKAGECONFIG[libselinux] for selinux distro feautre. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-12jemalloc: improve the ptest outputMingli Yu
Previouly we only show the output of each text program, actually each test program includes serveral test cases. Improve the ptest script to show the output of each test case. Before: # ./run-ptest [snip] PASS: tests/integration/MALLOCX_ARENA PASS: tests/integration/aligned_alloc [snip] After: # ./run-ptest [snip] PASS: test_MALLOCX_ARENA (non-reentrant) PASS: test_MALLOCX_ARENA (libc-reentrant) PASS: test_MALLOCX_ARENA (arena_new-reentrant) PASS: test_alignment_errors (non-reentrant) PASS: test_alignment_errors (libc-reentrant) PASS: test_alignment_errors (arena_new-reentrant) PASS: test_oom_errors (non-reentrant) PASS: test_oom_errors (libc-reentrant) PASS: test_oom_errors (arena_new-reentrant) PASS: test_alignment_and_size (non-reentrant) PASS: test_alignment_and_size (libc-reentrant) PASS: test_alignment_and_size (arena_new-reentrant) PASS: test_zero_alloc (non-reentrant) PASS: test_zero_alloc (libc-reentrant) PASS: test_zero_alloc (arena_new-reentrant) [snip] Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-12opus-tools: update to 0.2, move to meta-multimedia and fix licenseMichael Opdenacker
The license in version 0.1.8 was already BSD-2-Clause and GPLv2 (for the "opusinfo" command). The license checksum change is due to trivial changes on the license text ("https" instead of "http" and whitespace changes). This new version now DEPENDs on "libopusenc" and "opusfile" too, but this required to move the recipe to meta-multimedia instead. Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-12bigbuckbunny-1080p: fix sample video URLMichael Opdenacker
Replace a link that's now broken. The original download link on blender.org still works (https://download.blender.org/peach/bigbuckbunny_movies/big_buck_bunny_1080p_surround.avi) but is still extremely slow. Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-11mycroft: Install more tools needed by scriptsPhilippe Coval
Bash dependency maybe droped once scripts are simplified to support busybox. Relate-to: https://github.com/MycroftAI/mycroft-core/pull/2686 Change-Id: Ibbb6c2e72f56f35ce475c045e52b4d4e56275348 Signed-off-by: Philippe Coval <rzr@users.sf.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-11jemalloc: add ptest supportMingli Yu
Add ptest support. Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-11audit: upgrade 3.0.3 -> 3.0.4Yi Zhao
Backport a patch to fix the wrong account associations issue. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-11jemalloc: fix the race during do_installMingli Yu
Fixes: | TOPDIR/tmp-glibc/hosttools/install: cannot stat 'doc/jemalloc.3': No such file or directory | make: *** [Makefile:513: install_doc_man] Error 1 Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-11cifs-utils: typo fix fakse --> falseGeoff Parker
Signed-off-by: Geoff Parker <geoffrey.parker@arthrex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-11tcsh: fix compile error after LDFLAGS changeTony Battersby
Adding -f*-prefix-map to LDFLAGS caused the following issue when compiling tcsh on Ubuntu 18.04: gcc: error: unrecognized command line option ‘-fmacro-prefix-map=...’ Fix by using BUILD_LDFLAGS instead of LDFLAGS for gethost. [YOCTO #14481] Signed-off-by: Tony Battersby <tonyb@cybernetics.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-10ndpi: fix CVE-2021-36082Changqing Li
Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-09Convert to new override syntax using latest convert-overrides.py scriptChen Qi
This patch is the result of running the latest convert-ovrrides.py script. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-09libdbi-perl: fix CVE-2014-10402Kai Kang
Backport patch to fix CVE-2014-10402. CVE: CVE-2014-10402 Ref: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=972180#12 Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-09image_types_sparse: fix sparse image generationDmitry Baryshkov
After changing image_types_sparse to follow new override syntax, using this class generates the syntax error, because CONVERSION_CMD:sparse() function is added to the generated shell file, but color can not be a part of the function name. Rewrite it to be the variable rather than the function, so that it does not end up the run.do_image_FOO file. DEBUG: Executing shell function do_image_ext4 [.......]/temp/run.do_image_ext4.1247938: line 184: `CONVERSION_CMD:sparse': not a valid identifier WARNING: [.......]/temp/run.do_image_ext4.1247938:151 exit 2 from 'export systemd_user_unitdir="/usr/lib/systemd/user"' WARNING: Backtrace (BB generated script): #1: main, [.......]/temp/run.do_image_ext4.1247938, line 151 ERROR: Execution of '[.......]/temp/run.do_image_ext4.1247938' failed with exit code 2: [.......]/temp/run.do_image_ext4.1247938: line 184: `CONVERSION_CMD:sparse': not a valid identifier WARNING: [.......]/temp/run.do_image_ext4.1247938:151 exit 2 from 'export systemd_user_unitdir="/usr/lib/systemd/user"' WARNING: Backtrace (BB generated script): #1: main, [.......]/temp/run.do_image_ext4.1247938, line 151 Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-09vorbis-tools: update to 1.4.2 (latest in 1.4.x series)Michael Opdenacker
This allows to get rid of 2 patches, included in this release Update the gettext patch, still not applied in this version Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-09ldns: fix QA Issue after LDFLAGS changeTony Battersby
Adding -f*-prefix-map to LDFLAGS caused the following issue: QA Issue: ldns.pc failed sanity test (tmpdir) Fix by filtering out -f*-prefix-map from *.pc files. [YOCTO #14481] Signed-off-by: Tony Battersby <tonyb@cybernetics.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-09curlpp: fix QA Issue after LDFLAGS changeTony Battersby
Adding -f*-prefix-map to LDFLAGS caused the following issue: QA Issue: curlpp.pc failed sanity test (tmpdir) Fix by filtering out -f*-prefix-map from *.pc files. [YOCTO #14481] Signed-off-by: Tony Battersby <tonyb@cybernetics.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-07libusbgx: Configure the Devices UsedMaksym Sloyko
Add ability to configure the UDC used for specific schema. The feature is backwards compatible, so existing users don't need to change anything. If one wants to specify which UDC is used for specific schema, for example, `eth0`, they can add this variable to the configuration file: UDC_FOR_SCHEMA_eth0=f8000000.udc If the device file exists in /sys/class/udc when the gadget is started, it will be used for this schema. If this configuration is not present, first available device is picked. Signed-off-by: Maksym Sloyko <maxims@google.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-07thrift: upgrade to 0.14.2Andrej Valek
License-Update: Added new sections for new files Configuration changes: - BUILD_EXAMPLES - does not exist anymore - WITH_SHARED_LIB -> BUILD_SHARED_LIBS, WITH_STATIC_LIB are not to be allowed together - WITH_AS3=OFF - adobe action script 3 not available Added new options (disabled by default): - javascript, nodejs Signed-off-by: Andrej Valek <andrej.valek@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-06xwd: upgrade 1.0.7 -> 1.0.8zhengruoqin
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-06valijson: upgrade 0.4 -> 0.5zhengruoqin
This is mostly a maintenance release. It addresses a number of warnings that were produced when compiling with warnings enabled (/W4) on MSVC. In some cases, warnings have been suppressed on a per-file basis, through the use of pragma statements. This was done to minimise the potential impact of changes required to exhaustively address these warnings. Bundled versions of gtest and rapidjson have also been updated, and several minor bug fixes have been included. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-06poppler: upgrade 21.07.0 -> 21.08.0zhengruoqin
Release 21.08.0: core: * Add API to allow addition and modification of outlines into a PDF * Use additional samples to test for constant parts of an axial gradient * forms: Create fallback fonts for some well known font names * Support reading the PDF Version from the Catalog * Fix XRef::copy when there are modified objects * Take into account that Date string may be in unicode * JBIG2Stream: Fix regression in "Do not consider a size-0 to be an error" * Replace a local bubble sort implementation by std::sort * Fix issues with malformed files build system: * Better error message when libjpeg is not found * Better error messages when libopenjpeg2 is not found qt5/qt6: * Document that a document has to outlive its pages * Make getPdfVersion return a dedicated version object glib: * mimick TextSelectionDumper logic change for spaceAfter Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>