[rygel] core,data: V1 downgrade for libupnp



commit a71b2620d06f604f672b88504dacd86a881804b7
Author: Jens Georg <jensg openismus com>
Date:   Sun Mar 3 14:06:06 2013 +0100

    core,data: V1 downgrade for libupnp
    
    In theory we'd want to apply the downgrade for synology NAS devices only, but
    they fail to provide a proper user agent so we have to apply it to everything
    out there using libupnp.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=694270

 data/rygel.conf                       |    2 +-
 src/librygel-core/rygel-v1-hacks.vala |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/data/rygel.conf b/data/rygel.conf
index 610e657..dad19a9 100644
--- a/data/rygel.conf
+++ b/data/rygel.conf
@@ -57,7 +57,7 @@ allow-deletion=true
 #              working with Rygel, please file a bug at
 #              https://bugzilla.gnome.org/enter_bug.cgi?product=Rygel&component=IOP
 #              so we can include it in future releases.
-#force-downgrade-for=Allegro-Software-WebClient;SEC_HHP;SEC HHP;Mediabolic-IMHTTP/1;TwoPlayer;Reciva;FDSSDP
+#force-downgrade-for=Allegro-Software-WebClient;SEC_HHP;SEC 
HHP;Mediabolic-IMHTTP/1;TwoPlayer;Reciva;FDSSDP;Portable SDK for UPnP devices
 
 # Plugin specific sections
 #
diff --git a/src/librygel-core/rygel-v1-hacks.vala b/src/librygel-core/rygel-v1-hacks.vala
index 6b868f4..255db4d 100644
--- a/src/librygel-core/rygel-v1-hacks.vala
+++ b/src/librygel-core/rygel-v1-hacks.vala
@@ -38,7 +38,8 @@ public class Rygel.V1Hacks : Object {
                                       "Mediabolic-IMHTTP/1.",
                                       "TwoPlayer",
                                       "Reciva",
-                                      "FDSSDP" };
+                                      "FDSSDP",
+                                      "Portable SDK for UPnP devices"};
 
     private string _device_type;
     public string device_type {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]