about summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/chromium/common.nix
diff options
context:
space:
mode:
authorIvan Kozik <ivan@ludios.org>2019-12-10 19:44:02 +0000
committerIvan Kozik <ivan@ludios.org>2019-12-11 15:55:21 +0000
commit14b40e291d21c6ac0405ca38a1421811f5834fa1 (patch)
tree2d1929d1c9886240715a3b6f426295b69fa86278 /pkgs/applications/networking/browsers/chromium/common.nix
parent165dca726a235a2cebef2f6f4e33e753073818fc (diff)
downloadnixlib-14b40e291d21c6ac0405ca38a1421811f5834fa1.tar
nixlib-14b40e291d21c6ac0405ca38a1421811f5834fa1.tar.gz
nixlib-14b40e291d21c6ac0405ca38a1421811f5834fa1.tar.bz2
nixlib-14b40e291d21c6ac0405ca38a1421811f5834fa1.tar.lz
nixlib-14b40e291d21c6ac0405ca38a1421811f5834fa1.tar.xz
nixlib-14b40e291d21c6ac0405ca38a1421811f5834fa1.tar.zst
nixlib-14b40e291d21c6ac0405ca38a1421811f5834fa1.zip
chromium: 78.0.3904.108 -> 79.0.3945.79
https://chromereleases.googleblog.com/2019/12/stable-channel-update-for-desktop.html

CVE-2019-13725 CVE-2019-13726 CVE-2019-13727 CVE-2019-13728
CVE-2019-13729 CVE-2019-13730 CVE-2019-13732 CVE-2019-13734
CVE-2019-13735 CVE-2019-13764 CVE-2019-13736 CVE-2019-13737
CVE-2019-13738 CVE-2019-13739 CVE-2019-13740 CVE-2019-13741
CVE-2019-13742 CVE-2019-13743 CVE-2019-13744 CVE-2019-13745
CVE-2019-13746 CVE-2019-13747 CVE-2019-13748 CVE-2019-13749
CVE-2019-13750 CVE-2019-13751 CVE-2019-13752 CVE-2019-13753
CVE-2019-13754 CVE-2019-13755 CVE-2019-13756 CVE-2019-13757
CVE-2019-13758 CVE-2019-13759 CVE-2019-13761 CVE-2019-13762
CVE-2019-13763

The new widevine patch was taken from
https://git.archlinux.org/svntogit/packages.git/plain/trunk/chromium-widevine.patch?h=packages/chromium
Diffstat (limited to 'pkgs/applications/networking/browsers/chromium/common.nix')
-rw-r--r--pkgs/applications/networking/browsers/chromium/common.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/applications/networking/browsers/chromium/common.nix b/pkgs/applications/networking/browsers/chromium/common.nix
index d49e2d731227..9e031b6d3322 100644
--- a/pkgs/applications/networking/browsers/chromium/common.nix
+++ b/pkgs/applications/networking/browsers/chromium/common.nix
@@ -136,9 +136,6 @@ let
       ./patches/nix_plugin_paths_68.patch
       ./patches/remove-webp-include-69.patch
       ./patches/no-build-timestamps.patch
-    ] ++ optionals (channel == "stable") [
-      ./patches/widevine.patch
-    ] ++ optionals (channel == "beta" || channel == "dev") [
       ./patches/widevine-79.patch
       # Unfortunately, chromium regularly breaks on major updates and
       # then needs various patches backported in order to be compiled with GCC.