#wine-staging

/

      • sine_ has quit
      • AmineKhaldi_ has quit
      • AmineKhaldi joined the channel
      • endle joined the channel
      • gagi_ joined the channel
      • slackner
        austin_laptop: to make silverlight better compatible with wine we were planning to implement some poorly documented DRM feature
      • austin_laptop: so about one year ago, when we started working on pipelight, we askes the SFC for help
      • austin_laptop: (please note that the DRM feature has to be implemented in wine of course, so it was not at all pipelight-specific)
      • austin_laptop: nevertheless, we were waiting for almost a year without any useful response, and then about a couple of months ago we received an email, that they came to the conclusion that this is a pipelight problem, and they only support the wine project - and "unfortunately" cannot help us
      • gagi_ has quit
      • austin_laptop: the main problem with this DRM system is that it uses asymetric cryptographic algorithms (like RSA), which need a private key to work properly
      • unfortunately without legal advice this is basically a wontfix, technically it should be no problem to solve that issue
      • ehoover has quit
      • gagi_ joined the channel
      • Yoshimo joined the channel
      • endle has quit
      • Yoshimo has quit
      • austin_laptop
        slackner, gotcha, thanks for the info
      • slackner, I can see why they were hesitant, though they've been pretty helpful for wine in general
      • but that's getting into more gray territory..
      • puk and I are on the wine committee, fwiw, but I don't think we can do much to help here
      • Yoshimo joined the channel
      • AmineKhaldi_ joined the channel
      • AmineKhaldi has quit
      • Yoshimo has quit
      • AmineKhaldi joined the channel
      • AmineKhaldi_ has quit
      • Yoshimo joined the channel
      • Yoshimo has quit
      • Yoshimo joined the channel
      • Yoshimo has quit
      • Yoshimo joined the channel
      • gagi_ has quit
      • Yoshimo has quit
      • gagi_ joined the channel
      • Yoshimo joined the channel
      • Yoshimo has quit
      • gagi_ has quit
      • gagi_ joined the channel
      • AmineKhaldi_ joined the channel
      • AmineKhaldi has quit
      • hbex joined the channel
      • hbex has left the channel
      • ehoover joined the channel
      • Yoshimo joined the channel
      • gagi_ has quit
      • Yoshimo has quit
      • Yoshimo joined the channel
      • slackner, have you tried the EFF?
      • DarkPlayer
        austin_laptop: no we haven't talked with them yet
      • slackner
        but we talked to the FSFE
      • DarkPlayer
        if you read their legal pages it seems like they are mostly interested in cases in which someone is already getting sued
      • austin_laptop
        makes sense
      • DarkPlayer
        austin_laptop: the FSFE recommended us to either stop or contact the EFF
      • but they do not see much hope
      • slackner
        well, i would have hoped that at least the SFC is experienced with things like that
      • but i guess we won't get an answer from them, when they are not even able to understand the problem :P ^^
      • DarkPlayer
        austin_laptop: getting an answer takes bloody ages and therefore we are not so much convinced to continue ;-)
      • slackner
        yeah, one year just to figure out that they don't want to help us .. how long would it take till a final answer? ;)
      • till then the DRM system is not used anymore ^^
      • DarkPlayer
        the graphic driver vendors could solve this problem without legal problems
      • austin_laptop
        how so?
      • slackner
        austin_laptop: the DRM system provides specific functions, which allow to established a "secured" connection to the graphic card to query / set the status
      • DarkPlayer
        on windows all these functions are simply relayed to the graphic driver through some IOCTLs
      • if they would provide the same commands in their Linux driver, we could simply forward the API calls
      • austin_laptop
        ahh
      • Yoshimo has quit
      • DarkPlayer, are y'all planning to contact the EFF?
      • DarkPlayer
        as i said earlier, it would be good if we could implement a correct solution instead of writing our own implementation which needs a correct key
      • even if we would contact the EFF and they say it is okay to publish the implementation, it is still highly unlikely that we can distribute such a key
      • slackner
        austin_laptop: do the patches help for the bug at least?
      • austin_laptop
        slackner, yes
      • NOTICE: [13wine-staging] 15slackner pushed 1 new commit to 06master: 02https://github.com/wine-compholio/wine-staging/commit/ec9701cec2ac824d3db6561ed9d5c0410e59c477
      • NOTICE: 13wine-staging/06master 14ec9701c 15Sebastian Lackner: Added patch to implement shlwapi.StrCatChainW.