Go to file
wangmy c1712c2595 qpdf: upgrade 10.3.2 -> 10.4.0
Changelog is as follows:
Handling of Weak Cryptography Algorithms

From the qpdf CLI, the --allow-weak-crypto is now required to suppress a warning
when explicitly creating PDF files using RC4 encryption. While qpdf will always
retain the ability to read and write such files, doing so will require explicit
acknowledgment moving forward. For qpdf 10.4, this change only affects the
command-line tool. Starting in qpdf 11, there will be small API changes to
require explicit acknowledgment in those cases as well.

Bug Fixes:
Fix potential bounds error when handling shell completion that could occur when
given bogus input.
Properly handle overlay/underlay on completely empty pages (with no resource
dictionary).
Fix crash that could occur under certain conditions when using --pages with
files that had form fields.

Library Enhancements:
Make QPDF::findPage functions public.
Add methods to Pl_Flate to be able to receive warnings on certain recoverable
conditions.
Add an extra check to the library to detect when foreign objects are inserted
directly (instead of using QPDF::copyForeignObject) at the time of insertion
rather than when the file is written. Catching the error sooner makes it much
easier to locate the incorrect code.

CLI Enhancements:
Improve diagnostics around parsing --pages command-line options

Packaging Changes:
The Windows binary distribution is now built with crypto provided by OpenSSL 3.0.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-22 10:15:00 -08:00
contrib PEP8 double aggressive W291 ~ W293 and W391 2021-04-15 09:28:44 -07:00
meta-filesystems recipes: Update SRC_URI branch and protocols 2021-11-03 06:57:49 -07:00
meta-gnome gnome-control-center: Fixup polkit directory permissions 2021-11-18 14:22:19 -08:00
meta-initramfs recipes: Update SRC_URI branch and protocols 2021-11-03 06:57:49 -07:00
meta-multimedia fluidsynth: upgrade 2.2.2 -> 2.2.3 2021-11-20 12:07:09 -08:00
meta-networking wireguard-tools: upgrade 1.0.20210315 -> 1.0.20210914 2021-11-22 10:15:00 -08:00
meta-oe qpdf: upgrade 10.3.2 -> 10.4.0 2021-11-22 10:15:00 -08:00
meta-perl recipes: Update SRC_URI branch and protocols 2021-11-03 06:57:49 -07:00
meta-python python3-aiosignal, python3-frozenlist: Add native & nativestdk package support 2021-11-21 22:06:22 -08:00
meta-webserver nginx: use ln -rs 2021-11-11 06:36:53 -08:00
meta-xfce libxfce4ui: upgrade 4.16.0 -> 4.16.1 2021-11-20 12:07:09 -08:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README Update maintainers 2018-08-27 10:53:58 -07:00

Collection of layers for the OE-core universe

Main layer maintainer: Khem Raj <raj.khem@gmail.com>

This repository is a collection of layers to suppliment OE-Core
with additional packages, Each layer have designated maintainer
Please see the respective READMEs in the layer subdirectories