Siduction Forum

Siduction Forum => Upgrade Warnings => Topic started by: seasons on 2014/06/10, 19:20:33

Title: Flash 11.2.202.378
Post by: seasons on 2014/06/10, 19:20:33
New version of Flash (11.2.202.378) available.
Title: Re: Flash 11.2.202.378
Post by: michaa7 on 2014/06/11, 14:00:52
Do I need to mention it *is* security related?

(german)
http://www.heise.de/newsticker/meldung/Flash-14-schliesst-sechs-Luecken-Air-bringt-x86-Support-fuer-Android-2219180.html
Title: Re: Flash 11.2.202.378
Post by: ayla on 2014/06/11, 14:26:44
Thanks
ayla
Title: Re: Flash 11.2.202.378
Post by: mylo on 2014/06/12, 00:38:00
how just were the magic words for updating this?


Title: Re: Flash 11.2.202.378
Post by: devil on 2014/06/12, 00:46:58
update-flashplugin-nonfree --install
Title: Re: Flash 11.2.202.378
Post by: mylo on 2014/06/12, 01:15:00
devil, thanks for that. What is the reason that the player's upgrade is not in the d-u's? Is that difficult to be integrated? Just to understand.
Title: Re: Flash 11.2.202.378
Post by: cas on 2014/06/12, 01:39:15
What is the reason that the player's upgrade is not in the d-u's? Is that difficult to be integrated? Just to understand.
the prog that comes with DU is only a downloader, not flash itself.
so you have to manually execute this program.
I have a file inside /etc/cron.daily with
Code: [Select]
#!/bin/sh

test -x /usr/sbin/update-flashplugin-nonfree && /usr/sbin/update-flashplugin-nonfree --install --quiet

as has been suggested in this forum. luxury version is here
http://forum.siduction.org/index.php?topic=4273.msg35719#msg35719

beware: this cronjob works, but sometimes you have to wait a couple of days until the maintainer of the flashdownloader updates it (up to a week sometimes).
but this time it worked in no time without effort.
Title: Re: Flash 11.2.202.378
Post by: absolut on 2014/06/12, 13:10:47
for chromium users: in case you did not know, you also can and maybe should prefer the pepperflashplugin-nonfree
Title: Re: Flash 11.2.202.378
Post by: devil on 2014/06/12, 14:08:52
...which is the builtin solution that Chrome (not Chromium) ships.


greetz
devil
Title: Re: Flash 11.2.202.378
Post by: samoht on 2014/06/12, 20:16:44
Installed pepperflashplugin-nonfree.
Code: [Select]
# update-pepperflashplugin-nonfree -s
Flash Player version installed on this system  : 14.0.0.125
Flash Player version available on upstream site: 13.0.0.214
But doesn`t work.
chrome:plugins is empty.
Can somebody help.
Greetings
Tom
Title: Re: Flash 11.2.202.378
Post by: oldie on 2014/06/12, 20:40:24
/usr/lib/pepperflashplugin-nonfree


http://www.adobe.com/de/software/flash/about/

               Chrome (Pepper-basierter Flash Player)   14.0.0.125
Title: Re: Flash 11.2.202.378
Post by: dibl on 2014/06/12, 20:58:02
# update-pepperflashplugin-nonfree -s


No (but the confusion is understandable).

Edit:  I was wrong here -- that is a good command to see available updates if the plugin was previously installed.


To install it:


Code: [Select]
apt-get update && apt-get install pepperflashplugin-nonfree

Code: [Select]
# apt-cache policy pepperflashplugin-nonfree
pepperflashplugin-nonfree:
  Installed: 1.3
  Candidate: 1.3
  Version table:
 *** 1.3 0
        500 http://ftp.us.debian.org/debian/ unstable/contrib amd64 Packages
        100 /var/lib/dpkg/status
Title: Re: Flash 11.2.202.378
Post by: oldie on 2014/06/12, 23:27:12
chromium and update pepperflashplugin-nonfree
code: update-pepperflashplugin-nonfree --install

works fine
test:

http://www.adobe.com/de/software/flash/about/ 

and ok
Title: Re: Flash 11.2.202.378
Post by: seasons on 2014/06/13, 00:16:24
pepperflashplugin is still working out the kinks:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748519
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732733

Code: [Select]
# update-pepperflashplugin-nonfree -s
Flash Player version installed on this system  : 13.0.0.214
Flash Player version available on upstream site: 13.0.0.214

If you want to get Flash 14, you either need to wait for maintainer or use --unverified option with --install:
Code: [Select]
# update-pepperflashplugin-nonfree --unverified -i
...
# update-pepperflashplugin-nonfree -s
Flash Player version installed on this system  : 14.0.0.125
Flash Player version available on upstream site: 13.0.0.214
Title: Re: Flash 11.2.202.378
Post by: seasons on 2014/06/13, 00:27:39
chrome:plugins is empty.
Can somebody help.

Have you set up /etc/chromium/default?
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749934#40
Title: Re: Flash 11.2.202.378
Post by: absolut on 2014/06/13, 10:45:40
sehr interessant, bei mir liegt folgendes vor:


Code: [Select]
update-pepperflashplugin-nonfree -s
Flash Player version installed on this system  : 13.0.0.214
Flash Player version available on upstream site: 13.0.0.214


apt-cache policy pepperflashplugin-nonfree
pepperflashplugin-nonfree:
  Installiert:           1.3
  Installationskandidat: 1.3
  Versionstabelle:
 *** 1.3 0
        500 http://http.debian.net/debian/ unstable/contrib amd64 Packages
        500 http://http.debian.net/debian/ testing/contrib amd64 Packages
        100 /var/lib/dpkg/status
Title: Re: Flash 11.2.202.378
Post by: samoht on 2014/06/13, 13:24:17
Thanks for your valuable hints.
It was completely my fault  :-[ .
I recently installed the chromium/experimental packages not matching with the pepperflashplugin-nonfree package!
Removed all traces
Code: [Select]
# apt-get purge chromium chromium-inspector chromium-l10n pepperflashplugin-nonfree
# rm -R /etc/chromium-browser
$ rm -R ~/.config/chromium
and reinstalled the unstable packages.
Code: [Select]
# apt-get install chromium chromium-inspector chromium-l10n pepperflashplugin-nonfreeResult:
Code: [Select]
chrome://plugins/
...
Adobe Flash Player - Version: 14.0.0.125
Shockwave Flash 14.0 r0
Name:Shockwave Flash
Beschreibung:Shockwave Flash 14.0 r0
Version:14.0.0.125
Speicherort:/usr/lib/pepperflashplugin-nonfree/libpepflashplayer.so
Typ:PPAPI (Out-of-Process)
...
Code: [Select]
# ls -al /etc/chromium/
insgesamt 28
drwxr-xr-x   2 root root  4096 Jun 13 11:53 .
drwxr-xr-x 160 root root 12288 Jun 13 11:53 ..
-rw-r--r--   1 root root   539 Jun 13 11:01 default
-rw-r--r--   1 root root  1945 Mai 27 05:08 initial_bookmarks.html
-rw-r--r--   1 root root   496 Mai 27 05:08 master_preferences
Interesting:
Installed pepperflashplugin-nonfree without --unverified option (anywhere documented?), but nevertheless got
Code: [Select]
# update-pepperflashplugin-nonfree -s
Flash Player version installed on this system  : 14.0.0.125
Flash Player version available on upstream site: 13.0.0.214
Code: [Select]
$ apt-cache policy pepperflashplugin-nonfree
pepperflashplugin-nonfree:
  Installiert:           1.3
  Installationskandidat: 1.3
  Versionstabelle:
 *** 1.3 0
        500 http://ftp.de.debian.org/debian/ testing/contrib amd64 Packages
        500 http://ftp.de.debian.org/debian/ unstable/contrib amd64 Packages
        100 /var/lib/dpkg/status
Greetings
Tom





Title: Re: Flash 11.2.202.378
Post by: michaa7 on 2014/06/13, 16:16:45
related question from someone using Opera, IW, chromium:

Is pepperflashplugin-nonfree to be installed alongside or insteed of flashplugin-nonfree? Does it matter?
Title: Re: Flash 11.2.202.378
Post by: dibl on 2014/06/13, 17:09:00
Here it seems there is no problem with both flash packages installed -- I use both chromium and iceweasel.


Code: [Select]
root@imerabox:/# apt-cache policy flashplugin-nonfree
flashplugin-nonfree:
  Installed: 1:3.4
  Candidate: 1:3.4
  Version table:
 *** 1:3.4 0
        500 http://ftp.us.debian.org/debian/ unstable/contrib amd64 Packages
        100 /var/lib/dpkg/status
root@imerabox:/# apt-cache policy pepperflashplugin-nonfree
pepperflashplugin-nonfree:
  Installed: 1.3
  Candidate: 1.3
  Version table:
 *** 1.3 0
        500 http://ftp.us.debian.org/debian/ unstable/contrib amd64 Packages
        100 /var/lib/dpkg/status
root@imerabox:/# apt-cache policy iceweasel
iceweasel:
  Installed: 30.0-1
  Candidate: 30.0-1
  Version table:
 *** 30.0-1 0
        500 http://ftp.us.debian.org/debian/ unstable/main amd64 Packages
        100 /var/lib/dpkg/status                                                                                                                                   
root@imerabox:/# apt-cache policy chromium
chromium:                                                                                                                                                           
  Installed: 35.0.1916.153-1                                                                                                                                       
  Candidate: 35.0.1916.153-1                                                                                                                                       
  Version table:                                                                                                                                                   
     36.0.1985.36-1 0                                                                                                                                               
          1 http://ftp.us.debian.org/debian/ experimental/main amd64 Packages                                                                                       
 *** 35.0.1916.153-1 0                                                                                                                                             
        500 http://ftp.us.debian.org/debian/ unstable/main amd64 Packages                                                                                           
        100 /var/lib/dpkg/status
Title: Re: Flash 11.2.202.378
Post by: cas on 2014/06/14, 01:07:14

Installed pepperflashplugin-nonfree without --unverified option (anywhere documented?), but nevertheless got
Code: [Select]
# update-pepperflashplugin-nonfree -s
Flash Player version installed on this system  : 14.0.0.125
Flash Player version available on upstream site: 13.0.0.214
me too.


 
Is pepperflashplugin-nonfree to be installed alongside or insteed of flashplugin-nonfree? Does it matter?
if you have installed the flashplugin, you can have flash in iceweasel,
if you have installed the pepperplugin, you will have flash in chromium.
you can have installed both.

i tried to use the pepperplugin for iceweasel using this link:
http://www.webupd8.org/2014/05/install-fresh-player-plugin-in-ubuntu.html

somehow I got it working, but i had to fumble around too much. so I returned to flash version 11.2.x in iceweasel via flashplugin.
maybe someone has a safe way to use this.

greetings, c
Title: Re: Flash 11.2.202.378
Post by: michaa7 on 2014/06/14, 13:19:05
thanks to both of you
Title: Re: Flash 11.2.202.378
Post by: michaa7 on 2014/06/16, 16:17:26
As all problems seem solved so far I guess I may misuse this thread for a rant about chromium and why I don't get it people like chromium (I won't repeat my former rant posted in other threads):

I installed pepperflashplugin-nonfree and wanted to look whether or not it is available in chromium. Even in the english version there is no menu entry "plugins", or "settings/plugins" or whatever.

If I hadn't read here in the forums about how to find plugins in chromium, I'd have cursed in all possible ways. How T** F*** is this a sane menu? 

Title: Re: Flash 11.2.202.378
Post by: jure on 2014/06/16, 17:40:31
....
If I hadn't read here in the forums about how to find plugins in chromium, I'd have cursed in all possible ways. How T** F*** is this a sane menu?

have a try with
Code: [Select]
chrome://plugins/
and look at
https://support.google.com/chrome/answer/142064?hl=de&ref_topic=1678462 (https://support.google.com/chrome/answer/142064?hl=de&ref_topic=1678462)
Title: Re: Flash 11.2.202.378
Post by: dibl on 2014/06/16, 19:02:31
... and why I don't get it people like chromium ...


There was a period of time, some years ago, when the buggy/leaky npviewer in Firefox would drive my CPU to 100% in the middle of the night, and I would find my computer in that state in the morning.  It did not take very many times for that to happen, and I switched to chrome.  Once I got used to it, I have stayed with it for my primary browser.  It is just a habit -- iceweasel seems perfectly stable and reliable these days too.