From aa704965f1264a358f078ac00bc9356d860b670a Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 2 Jul 2025 07:24:35 +0800 Subject: libproxy: upgrade 0.5.9 -> 0.5.10 Changelog: ========== - kde: Support Proxy Config Script value without scheme - Create codeql.yml - Add MATE and Cinnamon check to gnome plugin - Support -M option for Solaris/illumos ld - Fix symbol versioning with LLD - Create SECURITY.md (From OE-Core rev: 0a5d1049f9cce5bb1d0217fb1c6eea7fbf469aee) Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- meta/recipes-support/libproxy/libproxy_0.5.10.bb | 27 ++++++++++++++++++++++++ meta/recipes-support/libproxy/libproxy_0.5.9.bb | 27 ------------------------ 2 files changed, 27 insertions(+), 27 deletions(-) create mode 100644 meta/recipes-support/libproxy/libproxy_0.5.10.bb delete mode 100644 meta/recipes-support/libproxy/libproxy_0.5.9.bb diff --git a/meta/recipes-support/libproxy/libproxy_0.5.10.bb b/meta/recipes-support/libproxy/libproxy_0.5.10.bb new file mode 100644 index 0000000000..21930ada00 --- /dev/null +++ b/meta/recipes-support/libproxy/libproxy_0.5.10.bb @@ -0,0 +1,27 @@ +SUMMARY = "Library providing automatic proxy configuration management" +DESCRIPTION = "libproxy provides interfaces to get the proxy that will be \ +used to access network resources. It uses various plugins to get proxy \ +configuration via different mechanisms (e.g. environment variables or \ +desktop settings)." +HOMEPAGE = "https://github.com/libproxy/libproxy" +BUGTRACKER = "https://github.com/libproxy/libproxy/issues" +SECTION = "libs" +LICENSE = "LGPL-2.1-or-later" +LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ + file://src/libproxy/proxy.c;beginline=1;endline=20;md5=bb9a177ef1c995311070f34c5638a402 \ + " + +DEPENDS = "glib-2.0" + +SRC_URI = "git://github.com/libproxy/libproxy;protocol=https;branch=main;tag=${PV}" +SRCREV = "7e4852f9658084c61a95973b8a1d720b1763437a" + +inherit meson pkgconfig gobject-introspection vala gi-docgen +GIDOCGEN_MESON_OPTION = 'docs' + +PACKAGECONFIG ?= "" +PACKAGECONFIG[curl] = "-Dcurl=true,-Dcurl=false,curl" +PACKAGECONFIG[config-gnome] = "-Dconfig-gnome=true,-Dconfig-gnome=false,gsettings-desktop-schemas" +PACKAGECONFIG[pacrunner-duktape] = "-Dpacrunner-duktape=true,-Dpacrunner-duktape=false,duktape" + +FILES:${PN} += "${libdir}/${BPN}/${PV}/modules" diff --git a/meta/recipes-support/libproxy/libproxy_0.5.9.bb b/meta/recipes-support/libproxy/libproxy_0.5.9.bb deleted file mode 100644 index ed8a4df2a8..0000000000 --- a/meta/recipes-support/libproxy/libproxy_0.5.9.bb +++ /dev/null @@ -1,27 +0,0 @@ -SUMMARY = "Library providing automatic proxy configuration management" -DESCRIPTION = "libproxy provides interfaces to get the proxy that will be \ -used to access network resources. It uses various plugins to get proxy \ -configuration via different mechanisms (e.g. environment variables or \ -desktop settings)." -HOMEPAGE = "https://github.com/libproxy/libproxy" -BUGTRACKER = "https://github.com/libproxy/libproxy/issues" -SECTION = "libs" -LICENSE = "LGPL-2.1-or-later" -LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ - file://src/libproxy/proxy.c;beginline=1;endline=20;md5=bb9a177ef1c995311070f34c5638a402 \ - " - -DEPENDS = "glib-2.0" - -SRC_URI = "git://github.com/libproxy/libproxy;protocol=https;branch=main" -SRCREV = "77e2a2b88a319974cf099c8eaaaa03030bc4c0d4" - -inherit meson pkgconfig gobject-introspection vala gi-docgen -GIDOCGEN_MESON_OPTION = 'docs' - -PACKAGECONFIG ?= "" -PACKAGECONFIG[curl] = "-Dcurl=true,-Dcurl=false,curl" -PACKAGECONFIG[config-gnome] = "-Dconfig-gnome=true,-Dconfig-gnome=false,gsettings-desktop-schemas" -PACKAGECONFIG[pacrunner-duktape] = "-Dpacrunner-duktape=true,-Dpacrunner-duktape=false,duktape" - -FILES:${PN} += "${libdir}/${BPN}/${PV}/modules" -- cgit v1.2.3-54-g00ecf