diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2021-06-09 08:38:18 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-06-09 08:49:21 -0700 |
commit | f670227fda0b78e9331145dbab89654b11d3dbb6 (patch) | |
tree | cf0d85884631125d641f08d899fd699bab90369b /meta-multimedia/recipes-connectivity/gupnp/gupnp_1.2.6.bb | |
parent | 9a6965b80e0b14e831f63ca0dcbe62d9610ee789 (diff) | |
download | meta-openembedded-f670227fda0b78e9331145dbab89654b11d3dbb6.tar.gz |
gupnp: upgrade 1.2.6 -> 1.2.7
Hardening fix was applied
1.2.7
=====
- Fix build with -Wformat-security=error
- Bump required GLib version to 2.66
- Fix some introspection annotations
- Add missing varargs functions to vapi
- Revert fix from 1.2.5 which causes managed control points to
live too long
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-connectivity/gupnp/gupnp_1.2.6.bb')
-rw-r--r-- | meta-multimedia/recipes-connectivity/gupnp/gupnp_1.2.6.bb | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp_1.2.6.bb b/meta-multimedia/recipes-connectivity/gupnp/gupnp_1.2.6.bb deleted file mode 100644 index 294c361db..000000000 --- a/meta-multimedia/recipes-connectivity/gupnp/gupnp_1.2.6.bb +++ /dev/null @@ -1,10 +0,0 @@ -require gupnp.inc - -SRC_URI = " \ - ${GNOME_MIRROR}/${BPN}/1.2/${BPN}-${PV}.tar.xz \ - file://0001-Fix-build-with-hardened-security-flags.patch \ -" -SRC_URI[sha256sum] = "00b20f1e478a72deac92c34723693a2ac55789ed1e4bb4eed99eb4d62092aafd" - -LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ - file://libgupnp/gupnp.h;beginline=1;endline=20;md5=d78a69d9b6e63ee2dc72e7b674d97520" |