From: Alexander Kanavin <[email protected]> License-Update: license moved to a separate file https://gitlab.com/qemu-project/libslirp/-/commit/d6cfac6d060d57c0e38a9c61157eaf6962b6c257
Signed-off-by: Alexander Kanavin <[email protected]> Signed-off-by: Richard Purdie <[email protected]> (From OE-Core rev: 16f511425c537239e487b73998f9d8133a8ca2c4) Full release notes: * https://gitlab.freedesktop.org/slirp/libslirp/-/blob/v4.9.3/CHANGELOG.md?ref_type=tags It also shows one "change": * bootp: allow https for UEFI HTTP boot It however does not change ABI and can also be interpreted as security feature (allowing https), thus should be allowed for LTS backport. Signed-off-by: Peter Marko <[email protected]> --- .../slirp/{libslirp_4.9.1.bb => libslirp_4.9.3.bb} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/slirp/{libslirp_4.9.1.bb => libslirp_4.9.3.bb} (70%) diff --git a/meta/recipes-connectivity/slirp/libslirp_4.9.1.bb b/meta/recipes-connectivity/slirp/libslirp_4.9.3.bb similarity index 70% rename from meta/recipes-connectivity/slirp/libslirp_4.9.1.bb rename to meta/recipes-connectivity/slirp/libslirp_4.9.3.bb index 50577fd4ae..734e59a59b 100644 --- a/meta/recipes-connectivity/slirp/libslirp_4.9.1.bb +++ b/meta/recipes-connectivity/slirp/libslirp_4.9.3.bb @@ -2,10 +2,11 @@ SUMMARY = "A general purpose TCP-IP emulator" DESCRIPTION = "A general purpose TCP-IP emulator used by virtual machine hypervisors to provide virtual networking services." HOMEPAGE = "https://gitlab.freedesktop.org/slirp/libslirp" LICENSE = "BSD-3-Clause & MIT" -LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=bca0186b14e6b05e338e729f106db727" +LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=f95a9bf4a7e411164fe843697ccda59e \ + file://LICENSE;md5=cfea6044642fd63b90ce9d79f5db64d9" SRC_URI = "git://gitlab.freedesktop.org/slirp/libslirp.git;protocol=https;branch=master" -SRCREV = "9c744e1e52aa0d9646ed91d789d588696292c21e" +SRCREV = "dd76415fce457e319d665eb8210d05c5731360ba" UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" DEPENDS = "glib-2.0"
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#244040): https://lists.openembedded.org/g/openembedded-core/message/244040 Mute This Topic: https://lists.openembedded.org/mt/120889693/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
