meta-openembedded/meta-oe
Robert Joslyn d96f8c4853 postgresql: Update to 12.16
This is a minor release to address CVEs and other bug fixes without new
features. Remove patches that are fixed in this release. Release notes are
available at:

https://www.postgresql.org/docs/release/12.10/
https://www.postgresql.org/docs/release/12.11/
https://www.postgresql.org/docs/release/12.12/
https://www.postgresql.org/docs/release/12.13/
https://www.postgresql.org/docs/release/12.14/
https://www.postgresql.org/docs/release/12.15/
https://www.postgresql.org/docs/release/12.16/

License-Update: Copyright year updated

Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2023-09-04 09:05:03 -04:00
..
classes gitpkgv.bbclass: Add support for extending the supported tag formats 2020-01-17 15:44:06 -08:00
conf debsums: Depend on po4a-native 2020-03-29 17:32:21 -07:00
dynamic-layers mongodb: Pass OBJCOPY to scons so it does not use it from host 2022-04-18 07:37:42 -07:00
lib/oeqa/selftest/cases
licenses wxwidgets: initial add 3.1.3 2020-04-01 15:11:15 -07:00
recipes-benchmark iperf: Set CVE_PRODUCT to "iperf_project:iperf" 2022-06-15 06:45:03 -07:00
recipes-bsp lmsensors: do not depend on lmsensors-isatools on non-x86 2021-11-17 12:26:38 -08:00
recipes-connectivity zeromq: 4.3.2 -> 4.3.4 2023-02-22 11:24:23 -05:00
recipes-core opencl-headers: switch to main branch 2022-05-25 19:34:39 -07:00
recipes-crypto cryptsetup: upgrade 2.3.2 -> 2.3.7 2022-09-11 13:49:52 -04:00
recipes-dbs postgresql: Update to 12.16 2023-09-04 09:05:03 -04:00
recipes-devtools php: Backport fix CVE-2023-3247 2023-08-16 08:39:45 -04:00
recipes-extended sysdig: Depend on system libb64 2023-07-22 07:49:35 -04:00
recipes-gnome recipes: Update SRC_URI branch and protocols 2021-11-17 12:26:21 -08:00
recipes-graphics Fix tigervnc crash due to missing xkbcomp rdepends 2023-07-22 07:49:35 -04:00
recipes-kernel recipes: Update SRC_URI branch and protocols 2021-11-17 12:26:21 -08:00
recipes-multimedia recipes: Update SRC_URI branch and protocols 2021-11-17 12:26:21 -08:00
recipes-navigation gpsd: mark CLEANBROKEN 2021-01-31 09:42:35 -08:00
recipes-printing qpdf: fix typo in RDEPENDS 2020-06-12 09:32:04 -07:00
recipes-security recipes: Update SRC_URI branch and protocols 2021-11-17 12:26:21 -08:00
recipes-shells mksh: upgrade 57 -> 58 2020-04-14 21:26:57 -07:00
recipes-support c-ares: CVE-2023-32067 0-byte UDP payload Denial of Service 2023-07-22 07:49:35 -04:00
recipes-test googletest: Switch branch from master to main 2022-03-27 08:18:20 -07:00
COPYING.MIT
README meta-oe/README: add Ubuntu prerequisite information 2021-02-15 08:21:20 -08:00

meta-oe
=======

This layer depends on:

URI: git://github.com/openembedded/openembedded-core.git
branch: dunfell
revision: HEAD

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

Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe][dunfell]' 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][dunfell][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 <remote>' 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.

dunfell maintainer: Armin Kuster <akuster808@gmail.com>