Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8056c5006288
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c5fd298d6706
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jun 17, 2020

  1. vlc: 3.0.8 -> 3.0.11 (security)

    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)
    progval authored and teto committed Jun 17, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    JounQin JounQin
    Copy the full SHA
    c5fd298 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/video/vlc/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/video/vlc/default.nix
Original file line number Diff line number Diff line change
@@ -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