Page 1 of 3

Flash Emergency-update..once again

Posted: 11 Mar 2016, 13:49
by donald
Emergency Patch / update for adobe's flash player
"Adobe is aware of a report that an exploit for CVE-2016-1010 is being used
in limited, targeted attacks."
Affected Versions = 11.2.202.569 and earlier
newest version = 11.2.202.577
https://helpx.adobe.com/security/produc ... 16-08.html

.....better to remove this crap....

Re: Flash Emergency-update..once again

Posted: 11 Mar 2016, 14:51
by francois
As usm does not provide the most recent package:

Code: Select all

root@porteus:~# usm -g flash

 The following items were found.
 Choose an number to confirm. 
 ctrl+c to quit

1) flash-player-plugin-11.2.202.481-x86_64-1sl.txz
2) flash-plugin-11.2.202.569-x86_64-1gv.txz
3) flashplayer-plugin-11.2.202.569-x86_64-1alien.txz
#? 

Is there a porteus solution? Is it different for google-chrome, firefox, etc.?

Thanks.

Re: Flash Emergency-update..once again

Posted: 11 Mar 2016, 15:23
by Ed_P
oops :oops:

Re: FAA Flash Emergency-update..once again

Posted: 11 Mar 2016, 17:28
by bour59
suggestion :
before searchinw with usm
consider updating databases
so alien provides flash 577

Re: FAA Flash Emergency-update..once again

Posted: 11 Mar 2016, 19:04
by Ed_P
:D An excellent suggest bour59.

Re: Flash Emergency-update..once again

Posted: 11 Mar 2016, 23:45
by Slaxmax
Flash in firefox never more, stopped in version 11
I prefer pepperflash + chromium.

chromium slackware package
http://www.slackware.com/~alien/slackbuilds/chromium/

flash player (pepperflash) latest version
http://www.slackware.com/~alien/slackbu ... sh-plugin/


Note:
Pepper Flash Player is maintained by Google, and is newer than Adobe Flash Player. Adobe currently still provides security fixes for Adobe Flash Player. Google provides newer features in Pepper Flash Player. Pepper Flash Player can currently only be used with Chromium (and with Chrome).

Re: Flash Emergency-update..once again

Posted: 11 Mar 2016, 23:58
by Bogomips
After update usm still cannot reach alien. Just download independently: http://www.slackware.com/~alien/slackbu ... /pkg/14.1/

Re: Flash Emergency-update..once again

Posted: 12 Mar 2016, 04:33
by Ed_P
USM alien module

Code: Select all

Fatal error

LIBS.TXT

Re: Flash Emergency-update..once again

Posted: 12 Mar 2016, 23:12
by brokenman
I am updating the alien repo manually now. Seems the taper address is rejecting my rsync requests.

Re: Flash Emergency-update..once again

Posted: 13 Mar 2016, 05:15
by Ed_P
brokenman wrote:I am updating the alien repo manually now.
That worked. Alien's flashplayer 577 downloaded fine. Thank you brokenman. :beer:

Re: Flash Emergency-update..once again

Posted: 21 Mar 2016, 15:36
by bour59
slackware-current (latest)
get from /extra/flashplayer-plugin/flashplayer-plugin.Slackbuilds

Code: Select all

# Determine the latest version by checking the web page:
VERSION=${VERSION:-"$(wget -O - http://www.adobe.com/software/flash/about/ 2>/dev/null | sed -n "/Firefox - NPAPI/{N;p}" | tr -d ' '| tail -1 | tr '<>' '  ' | cut -f3 -d ' ')"}
echo "version = "$version
thanks Alienbob

Re: Flash Emergency-update..once again

Posted: 30 Mar 2016, 10:45
by alienbob
brokenman wrote:I am updating the alien repo manually now. Seems the taper address is rejecting my rsync requests.
You should read my blog more often, I explained everything there.
New rsync mirror is rsync://bear.alienbase.nl/mirrors/

Eric

Re: Flash Emergency-update..once again

Posted: 30 Mar 2016, 11:08
by francois
@eric:
Thanks for coming around. Your help is really appreciated.

Re: Flash Emergency-update..once again

Posted: 30 Mar 2016, 11:53
by Bogomips
@ francois
Thought you were the blog reader. :twisted:

Re: Flash Emergency-update..once again

Posted: 30 Mar 2016, 16:18
by Ed_P
bour59 wrote:

Code: Select all

# Determine the latest version by checking the web page:
VERSION=${VERSION:-"$(wget -O - http://www.adobe.com/software/flash/about/ 2>/dev/null | sed -n "/Firefox - NPAPI/{N;p}" | tr -d ' '| tail -1 | tr '<>' '  ' | cut -f3 -d ' ')"}
echo "version = "$version
A clever piece of code. Thank you for posting it. But the last line needs to be

Code: Select all

echo "version = "$VERSION
-edit-

This additional code works for me.

Code: Select all

echo "Latest version = "$VERSION
LIVE=`grep "flashplayer" /var/log/porteus-livedbg|tail -n1|sed 's^//^/^g'`
LIVE=${LIVE:48}
echo "Using version = "$LIVE