meta-openembedded/meta-oe
Wang Mingyu 1bea2e8c30
libssh: upgrade 0.10.5 -> 0.10.6
0001-libgcrypt.c-Fix-prototype-of-des3_encrypt-des3_decry.patch
0001-tests-CMakeLists.txt-do-not-search-ssh-sshd-commands.patch
refreshed for 0.10.6

Changelog:
==========
* Fix CVE-2023-6004: Command injection using proxycommand
* Fix CVE-2023-48795: Potential downgrade attack using strict kex
* Fix CVE-2023-6918: Missing checks for return values of MD functions
* Fix ssh_send_issue_banner() for CMD(PowerShell)
* Avoid passing other events to callbacks when poll is called recursively (#202)
* Allow @ in usernames when parsing from URI composes

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-02 00:35:51 -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 c-ares to PTESTS_SLOW_META_OE 2023-12-31 08:27:46 -08:00
dynamic-layers rwmem: fix python modules packaging 2023-12-31 08:27:50 -08:00
files meta-oe/static-ids: Change postgres to 28 to match forced id in recipe 2023-11-15 09:51:45 -08: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: revert "fio: upgrade 3.32 -> 2022" 2023-11-29 07:35:36 -08:00
recipes-bsp i2cdev: New recipe with i2c tools 2023-12-29 09:04:22 -08:00
recipes-connectivity libqmi: upgrade 1.34.0 -> 1.35.1 2023-12-29 09:04:17 -08:00
recipes-core opencl-icd-loader: upgrade 2023.04.17 -> 2023.12.14 2023-12-29 09:04:20 -08:00
recipes-crypto pkcs11-helper: upgrade 1.29.0 -> 1.30.0 2023-12-18 22:17:19 -08:00
recipes-dbs postgresql: upgrade 15.4 -> 15.5 2023-12-29 09:04:21 -08:00
recipes-devtools exiftool: upgrade 12.71 -> 12.72 2024-01-02 00:35:51 -08:00
recipes-extended mraa: Update to latest tip of trunk 2023-12-31 19:33:19 -08:00
recipes-gnome vte9: Drop recipe 2023-12-04 12:30:43 -08:00
recipes-graphics feh: upgrade 3.10.1 -> 3.10.2 2024-01-02 00:35:51 -08:00
recipes-kernel crash: update to 8.0.4 2023-12-18 22:17:24 -08:00
recipes-multimedia faad2: Upgrade 2.10.0 -> 2.11.1 2023-12-20 11:12:59 -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: upgrade 11.6.3 -> 11.6.4 2023-12-21 08:00:40 -08:00
recipes-security audit: reenable python bindings and bring in distutils via setuptools (needed with python 3.12) 2024-01-01 17:09:56 -08:00
recipes-shells mksh: Update to 59c properly 2023-11-07 19:59:58 -08:00
recipes-support libssh: upgrade 0.10.5 -> 0.10.6 2024-01-02 00:35:51 -08:00
recipes-test catch2: upgrade 2.13.7 -> 2.13.10 2023-11-11 15:41:43 -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