Skip to content

Commit

Permalink
vlc: 3.0.8 -> 3.0.11 (security)
Browse files Browse the repository at this point in the history
Includes a security fix for CVE-2020-13428.

improved security for stored passwords (from 3.0.9)
multiple security fixes, including microdns (from 3.0.9.1)

(cherry picked from commit 745245a)
  • Loading branch information
progval authored and teto committed Jun 17, 2020
1 parent 8056c50 commit c5fd298
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/video/vlc/default.nix
Expand Up @@ -25,11 +25,11 @@ assert (withQt5 -> qtbase != null && qtsvg != null && qtx11extras != null && wra

stdenv.mkDerivation rec {
pname = "vlc";
version = "3.0.8";
version = "3.0.11";

src = fetchurl {
url = "http://get.videolan.org/vlc/${version}/${pname}-${version}.tar.xz";
sha256 = "e0149ef4a20a19b9ecd87309c2d27787ee3f47dfd47c6639644bc1f6fd95bdf6";
sha256 = "06a9hfl60f6l0fs5c9ma5s8np8kscm4ala6m2pdfji9lyfna351y";
};

# VLC uses a *ton* of libraries for various pieces of functionality, many of
Expand Down

0 comments on commit c5fd298

Please sign in to comment.