diff options
author | 2023-07-17 17:10:08 +0800 | |
---|---|---|
committer | 2023-07-21 11:47:45 +0100 | |
commit | 102d1e8c24bb1cbd6e80d296d179378879d4e106 (patch) | |
tree | 3dc95376b8d09016882af436ac97551f8bc5a240 | |
parent | 973e0750dc56b5c8836dd810cabe1fb3a682acf6 (diff) | |
download | openembedded-core-102d1e8c24bb1cbd6e80d296d179378879d4e106.tar.gz |
libproxy: upgrade 0.5.2 -> 0.5.3
Changelog:
=========
-Fix crash querying URLs without a host
-Web: Update application page
-Add appplication info about apt and python requests
-Bump version to 0.5.3
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
-rw-r--r-- | meta/recipes-support/libproxy/libproxy_0.5.3.bb (renamed from meta/recipes-support/libproxy/libproxy_0.5.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libproxy/libproxy_0.5.2.bb b/meta/recipes-support/libproxy/libproxy_0.5.3.bb index 7faec2d3d6..db88af093e 100644 --- a/meta/recipes-support/libproxy/libproxy_0.5.2.bb +++ b/meta/recipes-support/libproxy/libproxy_0.5.3.bb @@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ DEPENDS = "glib-2.0" SRC_URI = "git://github.com/libproxy/libproxy;protocol=https;branch=main" -SRCREV = "e4f467b05c8adf25e5a2d5464914fc7e92bb7990" +SRCREV = "29d51a611f28af0bdbd51a5779cc8df264c8dcff" S = "${WORKDIR}/git" inherit meson pkgconfig gobject-introspection vala gi-docgen |