meta-openembedded/meta-oe
Wang Mingyu 02cf10eb4f ldns: upgrade 1.8.2 -> 1.8.3
Changelog:
==========
* bugfix #183: Assertion failure with OPT record without rdata.
	  This caused packet creation with only a DO bit (for DNSSEC OK)
	  to crash. Thanks Anand Buddhdev and others for reporting this
	  so quickly.
* Fix for syntax error in pyldns

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-08-23 10:04:07 -07:00
..
classes image_types_sparse: Generate "don't care" chunks 2022-08-13 07:05:31 -07:00
conf
dynamic-layers
lib/oeqa/selftest/cases
licenses
recipes-benchmark fio: upgrade 3.30 -> 3.31 2022-08-15 16:27:53 -07:00
recipes-bsp
recipes-connectivity iwd: upgrade 1.28 -> 1.29 2022-08-15 16:27:53 -07:00
recipes-core safec: Remove unused variable 'len' 2022-08-23 09:55:28 -07:00
recipes-crypto
recipes-dbs postgresql: upgrade 14.4 -> 14.5 2022-08-15 16:27:53 -07:00
recipes-devtools ldns: upgrade 1.8.2 -> 1.8.3 2022-08-23 10:04:07 -07:00
recipes-extended dlt-daemon: fix dlt-system.service failed since buffer overflow 2022-08-19 09:28:58 -07:00
recipes-gnome
recipes-graphics libsdl2-ttf: upgrade 2.0.18 -> 2.20.0 2022-08-12 01:24:27 -07:00
recipes-kernel
recipes-multimedia
recipes-navigation
recipes-networking/cyrus-sasl
recipes-printing
recipes-security audit: Revert the tweak done in configure step in do_install 2022-08-17 11:05:56 -07:00
recipes-shells
recipes-support ade: upgrade 0.1.1f -> 0.1.2 2022-08-23 10:04:07 -07:00
recipes-test gnome-keyring,cunit,xfce4-panel: Do not inherit remove-libtool class here 2022-08-12 01:24:27 -07:00
COPYING.MIT
README

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