Skip to content
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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 29e129af6fb3
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fb2e3e9d5ef5
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 7, 2018

  1. electrum: 3.0.3 -> 3.0.4

    From the release notes [1]:
    
     * Fix a vulnerability caused by Cross-Origin Resource Sharing (CORS)
       in the JSONRPC interface. Previous versions of Electrum are
       vulnerable to port scanning and deanonimization attacks from
       malicious websites. Wallets that are not password-protected are
       vulnerable to theft.
    
    See this [2] for explanation.
    
    [1] https://github.com/spesmilo/electrum/blob/3.0.4/RELEASE-NOTES
    [2] spesmilo/electrum#3374
    erictapen committed Jan 7, 2018
    Copy the full SHA
    207bf49 View commit details
  2. Merge pull request #33548 from erictapen/electrum-3.0.4

    electrum: 3.0.3 -> 3.0.4
    joachifm authored Jan 7, 2018
    Copy the full SHA
    fb2e3e9 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/misc/electrum/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/misc/electrum/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

python3Packages.buildPythonApplication rec {
name = "electrum-${version}";
version = "3.0.3";
version = "3.0.4";

src = fetchurl {
url = "https://download.electrum.org/${version}/Electrum-${version}.tar.gz";
sha256 = "09h3s1mbkliwh8758prbdk3sm19bnma7wy3k10pl9q9fkarbhp75";
sha256 = "03vvxbyci9acss9sfdjcvdp0ny1fvyj29q261lxqr416vvfparjj";
};

propagatedBuildInputs = with python3Packages; [