ページ 11

FlashPlayer11.2.202.632にgetflash1.5-6でも更新できない

Posted: 16/07/15(金) 16:06
by varridu
先日FlashPlayer11.2.202.632が公開になりましたが、最新版と思われるgetflash1.5-6でも更新できませんでした。
エラーは日本語にすると「サーバーに接続できません。インターネット接続を確認してください」という内容です。
adobeサイトを訪れて確認すると、urlが変更されていました。
そのため、/usr/sbin/getflash-confの24行目を変更し、更新できました。
以下は、自分が32bit版でFirefoxやOpera12.16で利用するために変更した内容です。
参考になればとご報告いたします。

CHECKURL_32='://get.adobe.com/flashplayer/download/?installer=Flash_Player_11.2_for_other_Linux_(.tar.gz)_32-bit&standalone=1'

CHECKURL_32='://get.adobe.com/flashplayer/download/?installer=FP_11.2_for_other_Linux_32-bit_(.tar.gz)_-_NPAPI&standalone=1'
に変更するだけです。

Re: FlashPlayer11.2.202.632にgetflash1.5-6でも更新できない

Posted: 16/07/15(金) 20:30
by 486HA
ご指摘のようにgetflash 1.5-6/1.5-7ではURLの変更に追随していないので現状ではDLできません。
Geoffrey
さんのupdate_flash-1.5.petであれば最新のバージョンをダウンロード/インストールできます。
http://www.murga-linux.com/puppy/viewto ... h&id=99807

Re: FlashPlayer11.2.202.632にgetflash1.5-6でも更新できない

Posted: 16/07/16(土) 09:29
by 486HA
varridu さんが書きました: 以下は、自分が32bit版でFirefoxやOpera12.16で利用するために変更した内容です。
参考になればとご報告いたします。

CHECKURL_32='://get.adobe.com/flashplayer/download/?installer=Flash_Player_11.2_for_other_Linux_(.tar.gz)_32-bit&standalone=1'

CHECKURL_32='://get.adobe.com/flashplayer/download/?installer=FP_11.2_for_other_Linux_32-bit_(.tar.gz)_-_NPAPI&standalone=1'
に変更するだけです。
GetFlashへの対応策について、パピー英語版サイトに以下の記事があります。
rerwin さんが書きました: I also worked up a patch .pet that edits an existing getflash-conf in place. It should work for both getflash versions 1.5-6 and 1.5-7, although I have tested only with 1.5-6.

The updated lines are:

コード: 全て選択

CHECKURL_32='://get.adobe.com/flashplayer/download/?installer=FP_11.2_for_other_Linux_32-bit_(.tar.gz)_-_NPAPI&standalone=1' 
CHECKURL_64='://get.adobe.com/flashplayer/download/?installer=FP_11.2_for_other_Linux_64-bit_(.tar.gz)_-_NPAPI&standalone=1' 
ここに記載されているURL:http://murga-linux.com/puppy/viewtopic. ... id=99839から
getflash_url_update-20160714.petをダウンロードして実行すると、
既存のgetflash versions 1.5-6 または 1.5-7のURLを現状に適した上記の値に変更します。

Re: FlashPlayer11.2.202.632にgetflash1.5-6でも更新できない

Posted: 16/07/16(土) 10:28
by varridu
486HA さん、情報更新と確認ありがとうございました。
私の投稿のたった10時間後にご紹介の更新版petが公開されたので、この投稿記事を見る方はもう手作業の必要がなくなりました。ありがたいことです。感謝)