meta-openembedded/meta-oe
Leon Anavi 15df8b4e80 qpdf: Update 10.6.3 -> 11.6.3
Update to version 11.6.3:

- Fix a bug in which qpdf could potentially discard a character
  in a binary string if that character was preceded by an octal
  escaped string with fewer than three digits. This bug was
  introduced in the 11.0.0 release. The bug would not apply to
  content streams with default settings.
- The linearization specification precludes linearized files that
  require offets past the 4 GB mark. A bug in qpdf was preventing
  it from working when offsets had to pass the 2 GB mark. This has
  been corrected.

Switch to cmake. Use /dev/random to perform encryption securely.
Change the fully defined path on the target to fix buildpaths
QA issues with libqpdfTargets.cmake. Add openssl and gnutls as
dependencies. Tested with usermerge distro feature and clang.

This work was sponsored by GOVCERT.LU.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-11 09:26:41 -08:00
..
classes signing.bbclass: don't export OPENSSL environment variables globally 2023-10-09 09:38:49 -07:00
conf ptest-packagelists-meta-oe.inc: Add nlohmann-json 2023-11-10 09:13:40 -08:00
dynamic-layers kmsxx: Add recipe 2023-11-09 20:47:44 -08:00
files static-group: Match nogroup id to base-passwd from core. 2023-10-11 12:46:09 -07:00
lib/oeqa/selftest/cases syzkaller: add recipe and selftest for syzkaller fuzzing 2022-10-21 09:57:59 -07:00
licenses mimic: Use special rateconv.c license 2022-04-30 09:52:15 -07:00
recipes-benchmark fio: upgrade 3.32 -> 2022 2023-11-05 22:27:14 -08:00
recipes-bsp lsscsi: upgrade 0.32 -> 030 2023-11-05 22:27:15 -08:00
recipes-connectivity gensio: upgrade 2.7.6 -> 2.7.7 2023-11-08 22:51:28 -08:00
recipes-core packagegroup-meta-oe: Update makedumpfile architecture support list 2023-11-08 22:51:28 -08:00
recipes-crypto libsodium: Fix build with clang on aarch64 2023-11-06 08:49:52 -08:00
recipes-dbs influxdb: Add start script used by systemd service 2023-11-08 06:49:26 -08:00
recipes-devtools nlohmann-json: Add ptest support 2023-11-10 09:13:40 -08:00
recipes-extended libblockdev: Upgrade 3.0.3 -> 3.0.4 2023-11-07 23:11:24 -08:00
recipes-gnome gcab: upgrade 1.4 -> 1.6 2023-11-05 22:26:54 -08:00
recipes-graphics neatvnc: upgrade 0.7.0 -> 0.7.1 2023-11-08 22:51:28 -08:00
recipes-kernel makedumpfile: Change COMPATIBLE_HOST check to exclude unsupported arches 2023-11-08 22:51:28 -08:00
recipes-multimedia jack: Revert to 1.9.22 2023-11-07 19:59:58 -08:00
recipes-navigation geos: Fix packaging 2023-11-10 09:13:39 -08:00
recipes-networking/cyrus-sasl cyrus-sasl: Fix groupname gid change warning 2023-08-05 09:29:56 -07:00
recipes-printing qpdf: Update 10.6.3 -> 11.6.3 2023-11-11 09:26:41 -08:00
recipes-security usbguard: Enable seccomp if distro features have it 2023-09-10 06:49:11 -07:00
recipes-shells mksh: Update to 59c properly 2023-11-07 19:59:58 -08:00
recipes-support libbytesize: update SRC_URI 2023-11-10 09:13:39 -08:00
recipes-test remove unused AUTHOR variable 2023-11-08 22:51:28 -08:00
COPYING.MIT
README.md layers: Move READMEs to markdown format 2023-06-17 08:30:01 -07:00

meta-oe

This layer depends on:

URI: git://github.com/openembedded/openembedded-core.git branch: master

luajit recipe requires host compiler to be able to generate 32bit code when target is 32bit e.g. arm, so ensure that $CC -m32 is functional on build host, if building this recipe, needed packages to fullfit this might have different names on different host distributions e.g. on archlinux based distributions install prerequisites like below

pacman -S lib32-gcc-libs lib32-glibc

Ubuntu sudo apt-get install gcc-multilib linux-libc-dev:i386

Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe]' in the subject'

When sending single patches, please use something like: 'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix="meta-oe][PATCH"'

You are encouraged to fork the mirror on GitHub https://github.com/openembedded/meta-openembedded to share your patches, this is preferred for patch sets consisting of more than one patch.

Other services like GitLab, repo.or.cz or self-hosted setups are of course accepted as well, 'git fetch ' works the same on all of them. We recommend GitHub because it is free, easy to use, has been proven to be reliable and has a really good web GUI.

layer maintainer: Khem Raj raj.khem@gmail.com