From 4cc0b1fdc1175cfc93cede222162d5bb5b436d66 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 29 Jul 2024 09:09:42 +0800 Subject: libproxy: upgrade 0.5.7 -> 0.5.8 Changelog: =========== - Update repology list - Properly handle empty proxy ignore entry - Add support for direct keyword in PAC (From OE-Core rev: 8d4373e6ae06d0d6e87d5a39fb3c51c0efa70a1d) Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-support/libproxy/libproxy_0.5.7.bb | 28 ------------------------- meta/recipes-support/libproxy/libproxy_0.5.8.bb | 28 +++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 28 deletions(-) delete mode 100644 meta/recipes-support/libproxy/libproxy_0.5.7.bb create mode 100644 meta/recipes-support/libproxy/libproxy_0.5.8.bb diff --git a/meta/recipes-support/libproxy/libproxy_0.5.7.bb b/meta/recipes-support/libproxy/libproxy_0.5.7.bb deleted file mode 100644 index 80441d4525..0000000000 --- a/meta/recipes-support/libproxy/libproxy_0.5.7.bb +++ /dev/null @@ -1,28 +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 = "2686d35cfa5db970d4ba65e2951ebc8183b1be82" -S = "${WORKDIR}/git" - -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.8.bb b/meta/recipes-support/libproxy/libproxy_0.5.8.bb new file mode 100644 index 0000000000..5dcd7d019b --- /dev/null +++ b/meta/recipes-support/libproxy/libproxy_0.5.8.bb @@ -0,0 +1,28 @@ +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 = "04c5185729e164dcc2d010177f83b6209769d9e7" +S = "${WORKDIR}/git" + +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