From: "Andreas Müller" <schnitzeltony@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH 3/6] geoclue: upgrade 2.5.3 -> 2.5.6
Date: Sun, 9 Aug 2020 14:35:04 +0200 [thread overview]
Message-ID: <20200809123507.267616-3-schnitzeltony@gmail.com> (raw)
In-Reply-To: <20200809123507.267616-1-schnitzeltony@gmail.com>
While at it:
* remove unnecessary exports
* minor recipe cleanup
Release notes [1]
2.5.6:
* Fix crashes in WiFi handling code.
* Plug a leak.
2.5.5:
* Plug another leak.
* Fix another buffer overflow.
* Fix WiFi-geolocation that got broken in 2.5.4.
* Put freequently used small strings on the stack to avoid excessive memory usage.
2.5.4:
* Plug a leak that becomes pretty huge after a while of running Geoclue.
* Fix a buffer-overflow.
[1] https://gitlab.freedesktop.org/geoclue/geoclue/-/releases
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
.../geoclue/{geoclue_2.5.3.bb => geoclue_2.5.6.bb} | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)
rename meta-oe/recipes-navigation/geoclue/{geoclue_2.5.3.bb => geoclue_2.5.6.bb} (82%)
diff --git a/meta-oe/recipes-navigation/geoclue/geoclue_2.5.3.bb b/meta-oe/recipes-navigation/geoclue/geoclue_2.5.6.bb
similarity index 82%
rename from meta-oe/recipes-navigation/geoclue/geoclue_2.5.3.bb
rename to meta-oe/recipes-navigation/geoclue/geoclue_2.5.6.bb
index e57e7a720..03a10ce62 100644
--- a/meta-oe/recipes-navigation/geoclue/geoclue_2.5.3.bb
+++ b/meta-oe/recipes-navigation/geoclue/geoclue_2.5.6.bb
@@ -12,17 +12,9 @@ DEPENDS = "glib-2.0 dbus json-glib libsoup-2.4 intltool-native"
inherit meson pkgconfig gtk-doc gobject-introspection vala
-SRC_URI = " \
- https://gitlab.freedesktop.org/geoclue/geoclue/-/archive/${PV}/geoclue-${PV}.tar \
-"
-
-SRC_URI[md5sum] = "6228301ed62b587ebaa0438b97ce66e4"
-SRC_URI[sha256sum] = "3caa5e10190a34c17a9b3a9d1d8a19797ed197f07f36f6e35ce533a379efe155"
+SRC_URI = "https://gitlab.freedesktop.org/geoclue/geoclue/-/archive/${PV}/geoclue-${PV}.tar"
-export BUILD_SYS
-export HOST_SYS
-export STAGING_INCDIR
-export STAGING_LIBDIR
+SRC_URI[sha256sum] = "76494f1262fd90faea05116aface7f580b9b50f7c525bc86ccf33409cea95e8d"
# Without this line, package is declared a library and named libgeoclue*
AUTO_LIBNAME_PKGS = ""
--
2.26.2
next prev parent reply other threads:[~2020-08-09 12:35 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-09 12:35 [PATCH 1/6] tumbler: upgrade 0.2.8 -> 0.2.9 Andreas Müller
2020-08-09 12:35 ` [PATCH 2/6] xfwm4: upgrade 4.14.3 -> 4.14.4 Andreas Müller
2020-08-09 12:35 ` Andreas Müller [this message]
2020-08-09 12:35 ` [PATCH 4/6] gnome-help.bbclass: remove double FILES_${PN}-help entry Andreas Müller
2020-08-09 12:35 ` [PATCH 5/6] gnome-calendar: initial add 3.36.2 Andreas Müller
2020-08-09 12:35 ` [PATCH 6/6] imagemagick: upgrade 7.0.9_13 -> 7.0.10_25 Andreas Müller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200809123507.267616-3-schnitzeltony@gmail.com \
--to=schnitzeltony@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.