summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* xfce4-panel-profiles: update remove-bashisms.patch for centos 7Kai Kang2021-01-181-15/+35
| | | | | | | | | Command install is from package coreutils. And there is coreutils 8.22 on centos 7 which doesn't support options -D and -t to be used together. So create/remove the directories and files one by one. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ipset: add recipeArmin Kuster2021-01-181-0/+21
| | | | | | | This is needed for login-shield pkg in meta-security Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sh: remove python3-tests from RDEPENDSShlomi Vaknin2021-01-181-1/+0
| | | | | | | | | | | python3-tests installs the unit tests of python as well as stuff that no one should care about in its rootfs. Thus, it is not a runtime dependency of python3-sh. Signed-off-by: Shlomi Vaknin <shlomi.39sd@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* librole-tiny-perl: upgrade 2.001004 -> 2.002003Zang Ruochen2021-01-171-3/+3
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* spitools: upgrade 0.8.6 -> 0.8.7Zang Ruochen2021-01-171-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hwdata: upgrade 0.342 -> 0.343Zang Ruochen2021-01-171-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* htop: upgrade 3.0.4 -> 3.0.5Zang Ruochen2021-01-171-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* c-periphery: upgrade 2.3.0 -> 2.3.1Zang Ruochen2021-01-171-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* flatbuffers: whitelist CVE-2020-35864Mikko Rapeli2021-01-171-0/+2
| | | | | | | | | | | | CVE-2020-35864 is for the rust crate for flatbuffers, not flatbuffers itself. https://security-tracker.debian.org/tracker/CVE-2020-35864 "NOT-FOR-US: flatbuffers rust crate" Signed-off-by: Mikko Rapeli <mikko.rapeli@bmw.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fuse: set CVE_PRODUCT to "fuse_project:fuse"Mikko Rapeli2021-01-172-0/+4
| | | | | | | | | | | Other products like "RedHat:fuse" introduce false CVE findings like: https://nvd.nist.gov/vuln/detail/CVE-2018-10906 https://nvd.nist.gov/vuln/detail/CVE-2019-14860 https://nvd.nist.gov/vuln/detail/CVE-2020-25689 Signed-off-by: Mikko Rapeli <mikko.rapeli@bmw.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyzmq: Upgrade 19.0.2 -> 20.0.0Leon Anavi2021-01-141-2/+1
| | | | | | | | | | | | | | | Upgrade to release 20.0.0: - Update bundled libzmq to 4.3.3 - Socket.bind() and Socket.connect() can now be used as context managers - Better error when libzmq is bundled and fails to be loaded - Hold GIL while calling zmq_curve_ functions, which may fix apparent threadsafety issues Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-wheel: Upgrade 0.35.1 -> 0.36.2Leon Anavi2021-01-141-2/+1
| | | | | | | | | | | | | Upgrade to release 0.36.2: - Updated vendored packaging library to v20.8 - Fixed wheel sdist missing LICENSE.txt - Don't use default macos/arm64 deployment target in calculating the platform tag for fat binaries Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cryptography-vectors: Upgrade 3.2 -> 3.3.1Leon Anavi2021-01-141-2/+1
| | | | | | | | | | | | | | | | Following the upgrade of python3-cryptography, upgrade to release 3.3.1: - BACKWARDS INCOMPATIBLE: The :class:`~cryptography.hazmat.primitives.ciphers.modes.GCM` and :class:`~cryptography.hazmat.primitives.ciphers.aead.AESGCM` now require 64-bit to 1024-bit (8 byte to 128 byte) initialization vectors. This change is to conform with an upcoming OpenSSL release that will no longer support sizes outside this window. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cryptography: Upgrade 3.2 -> 3.3.1Leon Anavi2021-01-141-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 3.3.1: - Re-added a legacy symbol causing problems for older pyOpenSSL users. - BACKWARDS INCOMPATIBLE: Support for Python 3.5 has been removed due to low usage and maintenance burden. - BACKWARDS INCOMPATIBLE: The :class:`~cryptography.hazmat.primitives.ciphers.modes.GCM` and :class:`~cryptography.hazmat.primitives.ciphers.aead.AESGCM` now require 64-bit to 1024-bit (8 byte to 128 byte) initialization vectors. This change is to conform with an upcoming OpenSSL release that will no longer support sizes outside this window. - BACKWARDS INCOMPATIBLE: When deserializing asymmetric keys we now raise ValueError rather than UnsupportedAlgorithm when an unsupported cipher is used. This change is to conform with an upcoming OpenSSL release that will no longer distinguish between error types. - BACKWARDS INCOMPATIBLE: We no longer allow loading of finite field Diffie-Hellman parameters of less than 512 bits in length. This change is to conform with an upcoming OpenSSL release that no longer supports smaller sizes. These keys were already wildly insecure and should not have been used in any application outside of testing. - Updated Windows, macOS, and manylinux wheels to be compiled with OpenSSL 1.1.1i. - Python 2 support is deprecated in cryptography. This is the last release that will support Python 2. License-Update: Update note about the code derived from CPython Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-regex: Upgrade 2020.10.28 -> 2020.11.13Leon Anavi2021-01-141-2/+1
| | | | | | | | | | | | | Upgrade to release 2020.11.13: - clock() calls for timeout cause slowdown in Docker - Unexpected behaviour in fuzzy matching with limited character set with IGNORECASE flag - Added password arguments to twine upload in .travis.yml Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ecdsa: Upgrade 0.16.0 -> 0.16.1Leon Anavi2021-01-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 0.16.1: - VerifyingKey.precompute() supports lazy argument to delay precomputation to the first time the key is used to verify a signature. - Documentation for the VerifyingKey.precompute() method. - Make created signatures correct when the hash used is bigger than the curve order bit size and the curve order is not a multiple of 8 (this affects only users of custom curves or hashes with output larger than 512 bits when used with NIST P-521 curve). - Speed up library load time by calculating the generator point multiplication tables the first time the points are used, not when they are initialised. - Include Python 3.9 in CI testing. - Test coverage for the VerifyingKey.precompute() method. - Small speed-ups for the test suite. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyopenssl: Upgrade 19.1.0 -> 20.0.1Leon Anavi2021-01-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 20.0.1: - Fixed compatibility with OpenSSL 1.1.0 - Added a new optional chain parameter to OpenSSL.crypto.X509StoreContext() where additional untrusted certificates can be specified to help chain building. - Added OpenSSL.crypto.X509Store.load_locations to set trusted certificate file bundles and/or directories for verification. - Added Context.set_keylog_callback to log key material. - Added OpenSSL.SSL.Connection.get_verified_chain to retrieve the verified certificate chain of the peer. - Make verification callback optional in Context.set_verify. If omitted, OpenSSL’s default verification is used. - Fixed a bug that could truncate or cause a zero-length key error due to a null byte in private key passphrase in OpenSSL.crypto.load_privatekey and OpenSSL.crypto.dump_privatekey. - Deprecated OpenSSL.crypto.loads_pkcs7 and OpenSSL.crypto.loads_pkcs12. - The minimum cryptography version is now 3.2. - Remove deprecated OpenSSL.tsafe module. - Removed deprecated OpenSSL.SSL.Context.set_npn_advertise_callback, OpenSSL.SSL.Context.set_npn_select_callback, and OpenSSL.SSL.Connection.get_next_proto_negotiated. - Drop support for Python 3.4 - Drop support for OpenSSL 1.0.1 and 1.0.2 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-msgpack: Upgrade 1.0.0 -> 1.0.2Leon Anavi2021-01-141-2/+1
| | | | | | | | | | | | Upgrade to release 1.0.2: - Fix overflow in unpacking timestamp to datetime - Format markdown - Update readme Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-lz4: Upgrade 3.1.0 -> 3.1.1Leon Anavi2021-01-141-2/+1
| | | | | | | | | | | | Upgrade to release 3.1.1: - Correct how pkgconfig is handled in setup.py to account for multiple build flags - Improve how CHAR_BIT is handled Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-isort: Upgrade 5.6.4 -> 5.7.0Leon Anavi2021-01-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 5.7.0: - In rare circumstances an extra comma is added after import and before comment. - isort encounters bug in Python 3.6.0. - Provide ways for extension formatting and file paths to be specified when using streaming input from CLI. - Ability to output and diff within a single API call to isort.file. - Better more useful fatal error messages. - Support for automatically fixing mixed indentation of import sections. - Added a CLI option for skipping symlinks. - Support for disabling float_to_top from the command line. - Allow toggling section comments on and off for indented import sections. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyjwt: Upgrade 1.7.1 -> 2.0.0Leon Anavi2021-01-141-2/+1
| | | | | | | | | | | | | | | Upgrade to release 2.0.0: - Drop support for Python 2 and Python 3.0-3.5 - Drop support for PyCrypto and ECDSA - Improve typings - Introduce better experience for JWKs - Support for JWKs containing ECDSA keys - Add support for Ed25519 / EdDSA Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-rsa: Upgrade 4.6 -> 4.7Leon Anavi2021-01-141-2/+1
| | | | | | | | | | | | | | Upgrade to release 4.7: - Fix: CVE-2020-25658 - Bleichenbacher-style timing oracle in PKCS#1 v1.5 decryption code - Add padding length check as described by PKCS#1 v1.5 - Reuse of blinding factors to speed up blinding operations - Declare & test support for Python 3.9 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cffi: Upgrade 1.14.3 -> 1.14.4Leon Anavi2021-01-141-2/+1
| | | | | | | | | | Upgrade to release 1.14.4: - Release done for pip reasons. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyscaffold: Upgrade 3.2.3 -> 3.3Leon Anavi2021-01-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 3.3: - Code base changed to Black's standards - New docs about version numbers and git integration - Updated pre-commit hooks - Updated docs/Makefile to use Sphinx "make mode" - deprecated setuptools extensions/commands python setup.py test/docs/doctests - New tox test environments for generating docs and running doctests - New built-in extension for Cirrus CI - experimental get_template is now part of the public API and can be used by extensions - Updated setuptools_scm to version 4.1.2 in contrib - Updated configupdater to version 1.1.2 in contrib - precommit automatically fixes line endings by default - deprecated log.configure_logger, use log.logger.reconfigure instead Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rapidjson: Upgrade SRCREV to latestHarpritkaur Bhandari2021-01-141-3/+2
| | | | | | | | | | | | | | | | | | | | Upgrade SRCREV to latest as it fixes the below issue: Running UndefinedBehaviorSanitizer on projects that use rapidjson triggers 'applying non-zero offset <NN> to null pointer' findings in 'internal/stack.h' which are hard to suppress by library users. Removed "0001-CMake-remove-hardcoded-CMAKECONFIG_INSTALL_DIR-path.patch" as the changes are already incorporated in the latest codebase. As per abi-compliance-checker report the source compatibility and binary compatibility between previous SRCREV 6a905f9311f82d306da77bd963ec5aa5da07da9c and current SRCREV 0ccdbf364c577803e2a751f5aededce935314313 is 100% and this patch is already tested on 64bit ARM (aarch64) in a product with on target CI tests. Signed-off-by: Harpritkaur Bhandari <Harpritkaur.Bhandari@kpit.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xmlsec1: Fix configure QA error caused by host lookup pathAnatol Belski2021-01-142-0/+23
| | | | | | | | | The configure script contains hardcoded lookup paths to /usr and other paths that might interfere with the host. These are overwritten with the staging dir locations for Poky compatibility. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* protobuf: apply fix for pkg-config pthread flagsAdrian Herrera2021-01-142-0/+732
| | | | | | | | | | | | | This upstream fix solves an issue by which the protobuf pkg-config linker flags did not provide -pthread. This can result in segmentation faults due to no available pthread library. See https://github.com/protocolbuffers/protobuf/issues/8059 for details on the issue. Signed-off-by: Adrian Herrera <adrian.herrera@arm.com> Change-Id: I628be3b352a2e3bd70a046c8c3b3fe1f10fb9669 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cppunit: add support for native versionAdrian Herrera2021-01-141-0/+2
| | | | | | | | | This is useful for native tools relying on CppUnit to test their functionality. Signed-off-by: Adrian Herrera <adrian.herrera@arm.com> Change-Id: I9f6bfcbddf3a67696395eb1061352b9ca1cd7036 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-panel-profiles: fix do install failure with dashKai Kang2021-01-142-0/+37
| | | | | | | There are bashisms in Makefile and cause do install failure with dash. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* parole: upgrade 1.0.5 -> 4.16.0Andreas Müller2021-01-131-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release notes for 4.16.0 ======================== - Add README.md to EXTRA_DIST (#72) - Translation Updates: Albanian, Basque, Belarusian, Catalan, Chinese (China), Chinese (Taiwan), Czech, Dutch, Estonian, Finnish, French, German, Hebrew, Italian, Japanese, Lithuanian, Norwegian Bokmål, Portuguese, Portuguese (Brazil), Russian, Serbian, Spanish, Swedish, Turkish Release notes for 4.15.0 ======================== This is a development release aimed at testers and translators. Parole 4.16.0 should be expected in the coming weeks. Playlist Improvements: - Playlist is now an in-window popover instead of a slide-out panel - Shuffle functionality now utilizes a sort filter instead of randomly selecting the next track, making it possible makeing the playback history more accurate (#32) DVD Support: - Added a menu option to activate the subpicture menu - DVD chapter selection from the playlist is functional again - The DVD menu will now automatically load if playback does not start successfully Dialog Appearance Improvements: Each of the dialogs were ported to CSD with some cleanup and default buttons marked as "suggested". The following dialogs had some additional improvements: - Go To Position: Timestamp inputs changed to vertical orientation for better clock-like appearance - Keyboard Shortcuts: Adjusted to "always-center" positioning since transient positioning failed - Open File: Spinner configured as the FileChooser "extra" widget - Open Location: Removed some duplicated text - Plugins: Rearranged the plugins manager, and moved credits to a per-plugin About dialog - Save Playlist: File type panel replaced with a combobox that also filters the FileChooser General: - Added basic GitLab pipeline - Added new icon and icon name "org.xfce.parole" - Added README.md - Fixed distcheck builds with intltool 0.51.0 - Fixed full-debug builds with GLib 2.35+ - Fixed missing-prototypes errors - Player controls are no longer hidden while the sound popover is open - Selecting an option on the "Stream is taking too long" dialog will now dismiss the dialog - Sort POTFILES.in to make it easier to review Translation Updates: Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), Estonian, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Lithuanian, Occitan (post 1500), Polish, Portuguese, Slovak, Slovenian, Spanish, Swedish, Telugu, Turkish, Ukrainian, Uyghur Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfwm4: upgrade 4.16.0 -> 4.16.1Andreas Müller2021-01-131-1/+1
| | | | | | | | | | | | | | | | | Release notes for 4.16.1 ======================== - Catch more XErrors (#476, #486) - Untile window before switching to fullscreen (#478) - Allow interactive resizing with any keyboard modifier (#487) - Do not prefer Xpresent on AMD/Radeon (#490) - Use g_info/g_print instead of g_message for some message - I18n: Update translation: ast, be, be@tarask, cs, el, et, eu, fi, he, hr, hu, ie, pl, pt_BR, zh_TW. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* catfish: upgrade 1.4.13 -> 4.16.0Andreas Müller2021-01-131-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It builds out of tree fine now. Release notes for 4.16.0 ======================== - Fulltext now searches files with UTF-7, UTF-8, UTF-16 BE/LE, and UTF-32 BE/LE encodings - Replace Gtk/Gdk/GLib deprecated code (#6) - Use "match all" method for fulltext search (#30) Translation Updates: Arabic, Basque, Belarusian, Danish, Estonian, Finnish, French, Indonesian, Japanese, Kabyle, Norwegian Bokmål, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Turkish Release notes for 4.15.0 ======================== [Please note that this is a development release.] Disclaimer on the significant version bump (1.4.x to 4.15.x): With this release, Catfish has started integrating Xfce components. Going forward, Catfish's versioning scheme will reflect the target Xfce release. Dependency Changes: - GTK >= 3.22 - GLib >= 2.42 - Python 2 support has been removed - Python 3 >= 3.2 (#33) - Xfconf >= 4.14.0 (requires GObject Introspection, see INSTALL) - Zeitgeist optional dependency now requires GObject Introspection New Features: - Added Ctrl+H shortcut to show/hide hidden files (#16) - Added "Today" and "Month" filters to the sidebar (#23) - Fulltext searches now include more text files (#7) General: - New app icon, now using an rDNS icon name (org.xfce.catfish) - Migrated ChangeLog to NEWS to better match Xfce projects - Renamed README to README.md and updated to match Xfce projects - Updated INSTALL to reference python3-specific packages (#36) - Various in-app icon updates (#15, #17, #26) - Added additional padding to Other and Custom gear icons (#20) Bug Fixes: - Check if zeitgeist daemon is running at startup (#34) - Correctly position custom filter popups above gear icon (#18) - Default to the current date in the custom date filters (#24) - Fix 'list' object has no attribute 'lower' (#9) - Fix fulltext freeze with special files (#32) - Fix python crash when some extension scheme is used (#35) - Fix statusbar moving on mouseover - Move custom file extension hint to tooltip (#25) - Sidebar entries no longer move when losing focus (#22) Translation Updates: Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Thai, Turkish, Ukrainian Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evince: upgrade 3.36.7 -> 3.38.0Andreas Müller2021-01-133-126/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clang patches are not necessary any more ================ Evince 3.38.0 ================ build: * Build using libm in some of the backends (Sebastien Bacher) dvi: * Minus sign doesn't appear with mathdesign fonts (#1477, David C. Sterratt) pdf: * Reimplement 'de facto' tooltip with no ABI break (Germán Poo-Caamaño) Developers: * David C. Sterratt, Germán Poo-Caamaño, Sebastien Bacher Translations: * Asier Sarasua Garmendia (Basque) * Rafael Fontenelle (Brazilian Portuguese) * Goran Vidović (Croatian) * Nathan Follens (Dutch) * Jiri Grönroos (Finnish) * Julien Humbert (French) * Balázs Úr (Hungarian) * sicklylife (Japanese) * Changwoo Ryu (Korean) * Danial Behzadi (Persian) * Yuri Chornoivan (Ukrainian) ================= Evince 3.37.90 ================= build: * Bump glib requirement to 2.44 (Germán Poo-Caamaño) * Correct a typo in meson.build (Felix Yan) ci: * remove deprecated jobs (Jordan Petridis) dvi: * Fix some math fonts when using virtual fonts (#53, David C. Sterratt) libdocument: * Replace deprecated GTime by GDateTime (vanadiae) libview: * Fix deprecation for getting background color (Germán Poo-Caamaño) Developers: * David C. Sterratt, Felix Yan, Germán Poo-Caamaño, Jordan Petridis, vanadiae Translations: * Boyuan Yang (Chinese (China)) * Marek Černocký (Czech) * Jiri Grönroos (Finnish) * Thibault Martin (French) * Fabio Tomat (Friulian) * Fran Dieguez (Galician) * Kukuh Syafaat (Indonesian) * Aurimas Černius (Lithuanian) * Piotr Drąg (Polish) * Марко Костић (Serbian) * Matej Urbančič (Slovenian) * Daniel Mustieles (Spanish) * Anders Jonsson (Swedish) * Emin Tufan Çetin (Turkish) * Yuri Chornoivan (Ukrainian) ================ Evince 3.37.3 ================ backend: * Add support for xmpRights:UsageTerms in PDF (#128, Juanjo Marín) * Fix -Werror=format=2 fixes on dvi for ARM (#1429, Germán Poo-Caamaño) * Fix warnings (Germán Poo-Caamaño) build: * Remove autotools (Iñigo Martínez) * add usual meson build directory to gitignore (vanadiae) cut-n-paste: * Add libdazzle utilities to open file manager (Germán Poo-Caamaño) * Use async calls in file manager (Germán Poo-Caamaño) * filemanager: create proxy synchronously (Christian Hergert) data: * Add man pages for evince-previewer and evince-thumbnailer (#680, Caolán McNamara) * Crop out of place pixel line of screenshot (Germán Poo-Caamaño) flatpak: * Bump gnome-desktop to 3.36.1 (Germán Poo-Caamaño) * Bump poppler to 0.89.0 (Germán Poo-Caamaño) * Update Flatpak for app-provided gdk-pixbuf loader (Bastien Nocera) * don't build user help as slow and not needed for development (vanadiae) help: * Link to the GNOME Desktop help for two print pages (#1344, Pranali Deshmukh) * Updated annotation navigation page (#1345, Pranali Deshmukh) history: * Add links when jumping to first or last page. (#785627, #810, Casey Jao) * Don't assume EvLink has always a valid EvLinkAction (#810, Nelson Benítez León) * Move some responsibilities out of EvHistory. (#785627, #810, Casey Jao) * Record current page when going back in history (#810, Casey Jao) * Record links in history when activating bookmarks (#785627, #810, Casey Jao) libdocument: * Annotate deprecated function (Germán Poo-Caamaño) * Load application-specific gdk-pixbuf loaders (Bastien Nocera) libview: * Add delay before showing link preview popover (#662, Mads Chr. Olesen) * Adjust preview size and contents' position (#662, Henry Gebhardt) * Allow find results be styled with CSS (Germán Poo-Caamaño) * Cleanup link preview popover, on mouseover of it (#662, Mads Chr. Olesen) * Fix deprecated use of gdk_flush (Germán Poo-Caamaño) * Fix gtk_drag_begin deprecations (Germán Poo-Caamaño) * Increase page duration resolution (#637, Marc Vinyals) * Let handle_cursor_over_xy handle link preview (#662, Mads Chr. Olesen) * Make a preview popover for links (#662, Mads Chr. Olesen) * Remove gtk_adjustment_changed calls (Germán Poo-Caamaño) * Remove unused variables (#1010, Germán Poo-Caamaño) * Replace "cursor-color" by "caret-color" (Germán Poo-Caamaño) * Make contrast functions available in all libview/ (vanadiae) * Use annotation color for the close button (vanadiae) meson: * set license to GPLv2+ as it's the one for the license notices (vanadiae) misc: * Add contribution guidelines (Germán Poo-Caamaño) * Add editorconfig file to keep style consistency (vanadiae) * Fix formatting CONTRIBUTING.md (Germán Poo-Caamaño) * Fix tabs in guidelines for contributors (Germán Poo-Caamaño) * Make "Open Containing Folder" work in flatpak (#1147, Casey Jao) * Update POTFILES.skip (Piotr Drąg) * Updated Contribution Guidelines (Pranali Deshmukh) * Fix warning on documents lacking annotations interface (Nelson Benítez León) shell: * Add meaningful description in about dialog (#1418, Germán Poo-Caamaño) * Check "page-changed" in EvSidebarBookmarks (#623, Casey Jao) * Fix interval for displaying the loading message (Germán Poo-Caamaño) * Make opening file year-2038-safe (Germán Poo-Caamaño) * Use GMenu for bookmarks' popup menu (Germán Poo-Caamaño) * Use GtkFileChooserNative for opening and saving files. (Casey Jao) snap: * Don't specify candidate channel for the build snap (Ken VanDine) * updated to use latest snapcraft extension. Fixes #1426 (Ken VanDine) synctex: * Annotate more functions that wraps formatting strings (Germán Poo-Caamaño) * Sync against upstream synctex (Germán Poo-Caamaño) Developers: * Bastien Nocera, Caolán McNamara, Casey Jao, Christian Hergert, Germán Poo-Caamaño, Henry Gebhardt, Iñigo Martínez, Juanjo Marín, Ken VanDine, Mads Chr. Olesen, Marc Vinyals, Nelson Benítez León, Piotr Drąg, Pranali Deshmukh, vanadiae Translations: * Gil Forcada (Catalan) * Jordi Mas (Catalan) * Boyuan Yang (Chinese (China)) * Baurzhan Muftakhidinov (Kazakh) * Daniel Șerbănescu (Romanian) * Florentina Mușat (Romanian) * Matej Urbančič (Slovenian) * Daniel Mustieles (Spanish) * Emin Tufan Çetin (Turkish) * Yuri Chornoivan (Ukrainian) ================ Evince 3.37.2 ================ backends: * Annotate functions that wraps formatting strings (#1410, Germán Poo-Caamaño) * Fix -Wformat-zero-length warning (Germán Poo-Caamaño) build: * use so suffix on macOS (Tom Schoonjans) ci: * Fix meson targets (Germán Poo-Caamaño) cut-n-paste: * Annotate functions that wraps formatting strings (#1410, Germán Poo-Caamaño) Developers: * Germán Poo-Caamaño, Tom Schoonjans Translations: * Kukuh Syafaat (Indonesian) ================ Evince 3.37.1 ================ build: * Use lowercase for project name in meson (Germán Poo-Caamaño) * Add 'user_doc' option to meson (Nelson Benítez León) ci: * build with meson by default and autotools manually (Germán Poo-Caamaño) flatpak: * Update Poppler to 0.88.0 (Casey Jao) libview: * Fix typo in parameter's description (Yuri Chornoivan) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* amtk: upgrade 5.1.1 -> 5.2.0Andreas Müller2021-01-131-2/+1
| | | | | | | | | | | | | | News in 5.2.0, 2020-09-10 ------------------------- * Translation updates. News in 5.1.2, 2020-09-04 ------------------------- * Build system: better support for Visual Studio. * Translation updates. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dconf-editor: upgrade 3.36.2 -> 3.38.2Andreas Müller2021-01-131-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dconf-editor 3.38.2 ===================== Just a translations release. Translations updated: Catalan: Jordi Mas Friulian: Fabio Tomat Hebrew: Yosef Or Boczko Portuguese: Juliano de Souza Camargo dconf-editor 3.38.0 ===================== New stable release! Contains mainly translations updates. Great! dconf-editor 3.37.91 ===================== First beta release! Contains mainly translations updates. Great! Translations updated: Catalan: Jordi Mas Chinese (China): Dz Chen, Zephyr Wang 王滋涵 and Boyuan Yang British English: Zander Brown Indonesian: Kukuh Syafaat Japanese: sicklylife dconf-editor 3.36.7 ===================== Just a translation release. Translation updated: Chinese (China): Boyuan Yang dconf-editor 3.36.4 ===================== Just a translations release. Translations updated: Kazakh: Baurzhan Muftakhidinov Slovak: DuÅ¡an Kazik Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dconf: upgrade 0.36.0 -> 0.38.0Andreas Müller2021-01-131-2/+1
| | | | | | | | | | | | Changes in dconf 0.38.0 ======================= - build: Install bash-completion relative to datadir (Jan Trojnar, !58) - client: add `dconf compile` to shell autocomplete (Andreas Polnas, !60) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poppler: upgrade 20.12.1 -> 21.01.0Andreas Müller2021-01-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Release 21.01.0 core: * Faster routines for jpeg decoding * Fix reading signatures in encrypted files * Add white point correction when lcms is used * JBIG2Stream: Fix byte counting * Fix potential data loss if we try to fetch a non existing Ref after modifying the document * Specifically use DeviceGray instead of DefaultGray for softmasks * Fix various issues handling broken files utils: * pdftocairo: Setmode binary for windows * pdfsig: Add hability to digitally sign files * pdftoppm: add options to set DeviceGray/DeviceRGB/DeviceCMYK * pdftops: add options to set DeviceGray/DeviceRGB/DeviceCMYK * pdfimages: Account for rotation in PPI calculation qt5: * Add hability to digitally sign files qt6: * Add hability to digitally sign files build system: * Enable clang-tidy bugprone-signed-char-misuse Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libconfig: split package for C++Stefano Babic2021-01-131-0/+4
| | | | | | | | | | | | | There is current just one package for libconfig and libconfig++ library. In case footprint matters as an image in initramfs, the C++ binding if not required adds additional dependencies (libstdc++). This split the packages to let include just what is needed. Signed-off-by: Stefano Babic <sbabic@denx.de> Suggested-by : Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net> Reported-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireshark: Several securtiy fixesArmin Kuster2021-01-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Source: Wireshark.org MR: 106181, 106696, 107655, 107673, 107682 Type: Security Fix Disposition: Backport from wireshark.org ChangeID: 57df6ac3b11aabd96e6aec728501ce7988bc176a Description: Bugfix only update including these cves: 3.2.8 CVE-2020-26575 CVE-2020-28030 3.2.9 CVE-2020-26418 CVE-2020-26421 CVE-2020-26420 Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-mock: Upgrade 4.0.2 -> 4.0.3Leon Anavi2021-01-121-2/+1
| | | | | | | | | | | | | | | | | | | | Upgrade to release 4.0.3: - Remove unexpected call of __bool__ when passing a spec_arg argument to a Mock. - Revert bpo-25597. unittest.mock.MagicMock with wraps’ set uses default return values for magic methods. - Mock objects which are not unsafe will now raise an AttributeError if an attribute with the prefix asert, aseert, or assrt is accessed, in addition to this already happening for the prefixes assert or assret. - Fixed reverting multiple patches in unittest.mock. Patcher’s __exit__() is now never called if its __enter__() is failed. Returning true from __exit__() silences now the exception. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-jedi: Upgrade 0.17.2 -> 0.18.0Leon Anavi2021-01-121-2/+1
| | | | | | | | | | | | | | | | | | | Upgrade to release 0.18.0: - Dropped Python 2 and Python 3.5 - Using pathlib.Path() as an output instead of str in most places: - Project.path - Script.path - Definition.module_path - Refactoring.get_renames - Refactoring.get_changed_files - Functions with @property now return property instead of function in Name().type - Started using annotations - Better support for the walrus operator - Project attributes are now read accessible - Removed all deprecations Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-certifi: Upgrade 2020.11.8 -> 2020.12.5Leon Anavi2021-01-121-2/+1
| | | | | | | | | | | | Upgrade to release 2020.12.5: - Add 2 basic unit tests - Add Github workflow for pytest run - Various cleanups Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ptyprocess: Upgrade 0.6.0 -> 0.7.0Leon Anavi2021-01-121-2/+1
| | | | | | | | | | | Upgrade to release 0.7.0: - Add pass_fds parameters - Switch to Github actions for CI Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-prompt-toolkit: Upgrade 3.0.9 -> 3.0.10Leon Anavi2021-01-121-1/+1
| | | | | | | | | | | | | | | Upgrade to release 3.0.10: - Improved `WordCompleter`: accept `display_dict`. Also accept formatted text for both `display_dict` and `meta_dict`. - Allow customization of button arrows. - Correctly recognize backtab on Windows. - Show original display text in fuzzy completer if no filtering was done. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dnspython: Upgrade 2.0.0 -> 2.1.0Leon Anavi2021-01-121-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 2.1.0: - End-of-line comments are now associated with rdata when read from text. For backwards compatibility with prior versions of dnspython, they are only emitted in to_text() when requested. - Synchronous I/O is a bit more efficient, as we now try the I/O and only use poll() or select() if the I/O would block. - The resolver cache classes now offer basic hit and miss statistics, and the LRUCache can also provide hits for every cache key. - The resolver has a canonical_name() method. - There is now a registration mechanism for EDNS option types. - The default EDNS payload size has changed from 1280 to 1232. - The SVCB, HTTPS, and SMIMEA RR types are now supported. - TSIG has been enhanced with TKEY and GSS-TSIG support. Thanks to Nick Hall for writing this. - Zones now can be updated via transactions. - A new zone subclass, dns.versioned.Zone is available which has a thread-safe transaction implementation and support for keeping many versions of a zone. - The zone file reading code has been adapted to use transactions, and is now a public API. - Inbound zone transfer support has been rewritten and is available as dns.query.inbound_xfr() and dns.asyncquery.inbound_xfr(). It uses the transaction mechanism, and fully supports IXFR and AXFR. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-hyperlink: Upgrade 20.0.1 -> 21.0.0Leon Anavi2021-01-121-2/+1
| | | | | | | | | | | | | | Upgrade to release 21.0.0: - Update plus sign (+) handling to work with/like HTML form encoding (POST) by default, fixes #129, and associated roundtripping - Package IDNA tables - Long overdue dependency bumps Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pychromecast: Upgrade 7.7.1 -> 7.7.2Leon Anavi2021-01-121-1/+1
| | | | | | | | | | | Upgrade to release 7.7.2: - Use urllib.request instead of requests - docs: fix simple typo, neeeded -> needed Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-croniter: Upgrade 0.3.37 -> 1.0.1Leon Anavi2021-01-121-1/+1
| | | | | | | | | | | Upgrade to release 1.0.1: - no changes, just to make sense with new semver2 (making croniter on a stable state) Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pillow: Upgrade 7.2.0 -> 8.1.0Leon Anavi2021-01-122-34/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 8.1.0: - Fix TIFF OOB Write error - Fix for Buffer Read Overrun in PCX Decoding - Fix for SGI Decode buffer overrun - Fix OOB Read when saving GIF of xsize=1 - Add support for PySide6 - Moved QApplication into one test - Use disposal settings from previous frame in APNG - Revert "skip wheels on 3.10-dev due to wheel#354" - Better _binary module use - Added exception explaining that repr_png saves to PNG - Use previous disposal method in GIF load_end - Do not catch a ValueError only to raise another - Allow putpalette to accept 1024 integers to include alpha values - Fix OOB Read when writing TIFF with custom Metadata - Removed unused variable - Fix dereferencing of potential null pointers - Fixed warnings assigning to "unsigned char *" from "char *" - Add append_images support for ICO - Fixed comparison warnings - Block TIFFTAG_SUBIFD - Fix dereferencing potential null pointer - Replaced PyErr_NoMemory with ImagingError_MemoryError - Remove duplicate code - Moved warning to end of execution - Removed unused fromstring and tostring C methods - init() if one of the formats is unrecognised License-Update: Updated copyright year Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-parso: Upgrade 0.8.0 -> 0.8.1Leon Anavi2021-01-121-2/+1
| | | | | | | | | | Upgrade to release 0.8.1: - Various small bugfixes Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>