Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 694220 - www-plugins/adobe-flash USE=npapi SRC_URI change
Summary: www-plugins/adobe-flash USE=npapi SRC_URI change
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: Jeroen Roovers (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-12 19:03 UTC by atosser
Modified: 2020-06-10 09:27 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description atosser 2019-09-12 19:03:22 UTC
URL for flash-player npapi has changed

from:

https://fpdownload.adobe.com/pub/flashplayer/pdc/<version>/flash_player_npapi_linux.i386.tar.gz

to:

https://fpdownload.adobe.com/get/flashplayer/pdc/<version>/flash_player_npapi_linux.x86_64.tar.gz

Annoyingly the ppapi tar.gz is still on the old path.


Changes needed:
remove AF_URI line

AF_NP_URI="https://fpdownload.adobe.com/get/flashplayer/pdc/${PV}"
AF_PP_URI="https://fpdownload.adobe.com/pub/flashplayer/pdc/${PV}"
AF_NP_32_URI="${AF_NP_URI}/flash_player_npapi_linux.i386.tar.gz -> ${P}-npapi.i386.tar.gz"
AF_NP_64_URI="${AF_NP_URI}/flash_player_npapi_linux.x86_64.tar.gz -> ${P}-npapi.x86_64.tar.gz"
AF_PP_32_URI="${AF_PP_URI}/flash_player_ppapi_linux.i386.tar.gz -> ${P}-ppapi.i386.tar.gz"
AF_PP_64_URI="${AF_PP_URI}/flash_player_ppapi_linux.x86_64.tar.gz -> ${P}-ppapi.x86_64.tar.gz"
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2019-09-13 06:10:37 UTC
curl -L -I https://fpdownload.adobe.com/pub/flashplayer/pdc/32.0.0.255/flash_player_npapi_linux.i386.tar.gz https://fpdownload.adobe.com/pub/flashplayer/pdc/32.0.0.255/flash_player_npapi_linux.x86_64.tar.gz https://fpdownload.adobe.com/pub/flashplayer/pdc/32.0.0.255/flash_player_ppapi_linux.i386.tar.gz https://fpdownload.adobe.com/pub/flashplayer/pdc/32.0.0.255/flash_player_ppapi_linux.x86_64.tar.gz
HTTP/1.1 200 OK
Server: Apache
Last-Modified: Tue, 10 Sep 2019 04:32:12 GMT
ETag: "8248ff-5922b636c8491"
Accept-Ranges: bytes
Content-Length: 8538367
Content-Type: application/x-gzip
Date: Fri, 13 Sep 2019 06:09:26 GMT
Connection: keep-alive

HTTP/1.1 200 OK
Server: Apache
Last-Modified: Tue, 10 Sep 2019 04:32:16 GMT
ETag: "8a269c-5922b63a6bf10"
Accept-Ranges: bytes
Content-Length: 9053852
Content-Type: application/x-gzip
Date: Fri, 13 Sep 2019 06:09:26 GMT
Connection: keep-alive

HTTP/1.1 200 OK
Server: Apache
Last-Modified: Tue, 10 Sep 2019 04:32:13 GMT
ETag: "82d642-5922b6371f8ea"
Accept-Ranges: bytes
Content-Length: 8574530
Content-Type: application/x-gzip
Date: Fri, 13 Sep 2019 06:09:26 GMT
Connection: keep-alive

HTTP/1.1 200 OK
Server: Apache
Last-Modified: Tue, 10 Sep 2019 04:32:16 GMT
ETag: "90d56d-5922b63a264ef"
Accept-Ranges: bytes
Content-Length: 9491821
Content-Type: application/x-gzip
Date: Fri, 13 Sep 2019 06:09:26 GMT
Connection: keep-alive