-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flashplayer: 24.0.0.221 -> 25.0.0.127 [Critical security fix] #23889
Conversation
I'll cherry-pick as well. |
(cherry picked from commit c377267)
(cherry picked from commit c377267)
Has this made it into 16.09 yet? I'm still seeing the below when rebuilding:
|
@joepie91 its in the release branch of 16.09, maybe the channel is not finish building yet. |
Where can I track when it's finished building (to the point that it'll be available to install)? I've had to remove the Flash plugin from my configuration for the time being :/ |
@joepie91 you can follow along at https://hydra.nixos.org/jobset/nixos/release-16.09, but it can be hard to predict when/if the channel will move forward. As an alternative, you can temporarily switch to a -small channel. |
[Critical security fix] NixOS#23889
Can we have |
[Critical security fix] NixOS#23889
[Critical security fix] #23889 (cherry picked from commit 15e49a95d9c9bdf1efcf08d266f491e54dd51cfb)
(cherry picked from commit c377267)
[Critical security fix] NixOS#23889
(cherry picked from commit c377267)
[Critical security fix] NixOS#23889 (cherry picked from commit 15e49a95d9c9bdf1efcf08d266f491e54dd51cfb)
Motivation for this change
https://helpx.adobe.com/flash-player/release-note/fp_25_air_25_release_notes.html
https://helpx.adobe.com/security/products/flash-player/apsb17-07.html
Things done
(nix.useSandbox on NixOS,
or option
build-use-sandbox
innix.conf
on non-NixOS)
nix-shell -p nox --run "nox-review wip"
./result/bin/
)Tested:
nix-env -i -f . -A pkgs.flashplayer
nix-build -I nixpkgs=. -A pkgsi686Linux.flashplayer
nix-build -I nixpkgs=. -E "(import <nixpkgs> {}).flashplayer.override { debug = true; }"
nix-build -I nixpkgs=. -E "(import <nixpkgs> {}).pkgsi686Linux.flashplayer.override { debug = true; }"
nix-build -I nixpkgs=. -A pkgs.flashplayer-standalone
nix-build -I nixpkgs=. -A pkgs.flashplayer-standalone-debugger
flashplayer-standalone-debugger
(x86_64)