Package: pepperflashplugin-nonfree
Version: 1.6
Severity: normal
Tags: patch

Dear Maintainer,

   * What led up to the situation?

      Some web pages reported an old flashplayer version, for example the game 
FarmVille2 on Facebook

   * What exactly did you do (or not do) that was effective (or
     ineffective)?

      I verified that in chrome://plugins the version was 11.2 r999
      I found that the code in /etc/chromium/default that extracts the version 
number was wrong and I modified it.
      This is a patch:


--- /etc/chromium/default.old   2014-09-13 16:47:55.965529696 +0200
+++ /etc/chromium/default       2014-09-13 16:48:16.339722881 +0200
@@ -10,7 +10,7 @@
 
 if [ -f $flashso ]
 then
-        flashversion=`strings $flashso|grep ^LNX|sed -e "s/^LNX //"|sed -e 
"s/,/./g"`
+        flashversion=`strings $flashso|grep LNX|sed -e "s/.*LNX //"|sed -e 
"s/,/./g"`
         CHROMIUM_FLAGS="$CHROMIUM_FLAGS --ppapi-flash-path=$flashso 
--ppapi-flash-version=$flashversion"
 fi
 


   * What was the outcome of this action?

      Chromium now reports the correct version and the affected web pages now 
work.


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.14-2-amd64 (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages pepperflashplugin-nonfree depends on:
ii  binutils               2.24.51.20140903-1
ii  ca-certificates        20140325
ii  debconf [debconf-2.0]  1.5.53
ii  gnupg                  1.4.18-4
ii  libatk1.0-0            2.12.0-1
ii  libcairo2              1.12.16-5
ii  libcurl3-gnutls        7.37.1-1
ii  libfontconfig1         2.11.0-6
ii  libfreetype6           2.5.2-1.1
ii  libgcc1                1:4.9.1-12
ii  libglib2.0-0           2.40.0-5
ii  libgtk2.0-0            2.24.24-1
ii  libnspr4               2:4.10.7-1
ii  libnss3                2:3.17-1
ii  libpango-1.0-0         1.36.7-1
ii  libpango1.0-0          1.36.7-1
ii  libstdc++6             4.9.1-12
ii  libx11-6               2:1.6.2-3
ii  libxext6               2:1.3.2-1
ii  libxt6                 1:1.1.4-1
ii  wget                   1.15-1+b1

pepperflashplugin-nonfree recommends no packages.

Versions of packages pepperflashplugin-nonfree suggests:
ii  chromium                   35.0.1916.153-2
pn  hal                        <none>
pn  ttf-dejavu                 <none>
pn  ttf-mscorefonts-installer  <none>
pn  ttf-xfree86-nonfree        <none>

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to