The Public Suffix List[1] is a list of domains that people can register domains under, for example ".com" or ".co.uk". This is useful because it means browsers and other HTTP using tools can prevent malicious web sites from setting privacy-damaging "supercookies".
In the interest of being more secure out of the box, enable libpsl in builds of wget (note that we never build wget-native, as it is provided by the host). [1] https://publicsuffix.org Signed-off-by: Ross Burton <[email protected]> --- meta/recipes-extended/wget/wget_1.25.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/wget/wget_1.25.0.bb b/meta/recipes-extended/wget/wget_1.25.0.bb index 10b2bc19a5d..1d202df9f42 100644 --- a/meta/recipes-extended/wget/wget_1.25.0.bb +++ b/meta/recipes-extended/wget/wget_1.25.0.bb @@ -25,7 +25,7 @@ EXTRA_OECONF = "--without-libgnutls-prefix --without-libssl-prefix \ EXTRA_OEMAKE += 'TOOLCHAIN_OPTIONS="${TOOLCHAIN_OPTIONS}" \ DEBUG_PREFIX_MAP="${DEBUG_PREFIX_MAP}"' -PACKAGECONFIG ??= "gnutls pcre2 zlib \ +PACKAGECONFIG ??= "gnutls pcre2 zlib libpsl \ ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" PACKAGECONFIG[ares] = "--with-cares,--without-cares,c-ares" PACKAGECONFIG[gnutls] = "--with-ssl=gnutls,,gnutls" -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#241846): https://lists.openembedded.org/g/openembedded-core/message/241846 Mute This Topic: https://lists.openembedded.org/mt/120410700/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
