From 8118a3202d9f7f7dfe9da84ad89d2b54b2976461dcd25879de652ccce6d83897 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 2 Aug 2018 14:25:35 +0000 Subject: [PATCH] Accepting request 626752 from GNOME:Next - Update to version 1.0.3: + Avoid a crash in gupnp_root_device_constructor. + Propagage User-Agent from Cache. + Fix potential issue with boolean vs. bitwise evaluation. + Fix a crash in GUPnPServiceProxy::subscription_expire. + Accept broken Action header without the ". + Fix issue with strcpy destination buffer size in linux context manager. + Bugs fixed: bgo#780640, bgo#780715, bgo#793955. OBS-URL: https://build.opensuse.org/request/show/626752 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gupnp?expand=0&rev=98 --- gupnp-1.0.2.tar.xz | 3 --- gupnp-1.0.3.tar.xz | 3 +++ gupnp.changes | 13 +++++++++++++ gupnp.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 gupnp-1.0.2.tar.xz create mode 100644 gupnp-1.0.3.tar.xz diff --git a/gupnp-1.0.2.tar.xz b/gupnp-1.0.2.tar.xz deleted file mode 100644 index a38b2b6..0000000 --- a/gupnp-1.0.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5173fda779111c6b01cd4a5e41b594322be9d04f8c74d3361f0a0c2069c77610 -size 421792 diff --git a/gupnp-1.0.3.tar.xz b/gupnp-1.0.3.tar.xz new file mode 100644 index 0000000..045fc37 --- /dev/null +++ b/gupnp-1.0.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:794b162ee566d85eded8c3f3e8c9c99f6b718a6b812d8b56f0c2ed72ac37cbbb +size 422912 diff --git a/gupnp.changes b/gupnp.changes index 422fbc2..d362fe3 100644 --- a/gupnp.changes +++ b/gupnp.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Jul 31 07:13:40 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 1.0.3: + + Avoid a crash in gupnp_root_device_constructor. + + Propagage User-Agent from Cache. + + Fix potential issue with boolean vs. bitwise evaluation. + + Fix a crash in GUPnPServiceProxy::subscription_expire. + + Accept broken Action header without the ". + + Fix issue with strcpy destination buffer size in linux context + manager. + + Bugs fixed: bgo#780640, bgo#780715, bgo#793955. + ------------------------------------------------------------------- Mon Jun 4 13:07:04 UTC 2018 - dimstar@opensuse.org diff --git a/gupnp.spec b/gupnp.spec index 99dc877..6f5aba6 100644 --- a/gupnp.spec +++ b/gupnp.spec @@ -17,7 +17,7 @@ Name: gupnp -Version: 1.0.2 +Version: 1.0.3 Release: 0 Summary: Implementation of the UPnP specification License: LGPL-2.0-or-later