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
base: c574825ab2fc
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 3ff874c06af1
Choose a head ref
  • 6 commits
  • 4 files changed
  • 4 contributors

Commits on Jan 7, 2018

  1. maintainers: Add moredread

    (cherry picked from commit bd384b0)
    Moredread authored and joachifm committed Jan 7, 2018
    Copy the full SHA
    dd9a698 View commit details
    Browse the repository at this point in the history
  2. pythonPackages.jsonrpclib-pelix: init at 0.3.1

    This fork of jsonrpclib supports Python 3 and is necessary for electrum
    from version 3.0.0 onwards.
    
    Adding myself - moredread - as maintainer.
    
    (cherry picked from commit ab447d9)
    Moredread authored and joachifm committed Jan 7, 2018
    Copy the full SHA
    b77ee43 View commit details
    Browse the repository at this point in the history
  3. electrum: enable plotting support

    Plotting seems to be a core feature now, with a menu entry available by
    default. Without the matplotlib dependency this opens a warning popup
    though.
    
    (cherry picked from commit 89dc04f)
    Moredread authored and joachifm committed Jan 7, 2018
    Copy the full SHA
    c1a6853 View commit details
    Browse the repository at this point in the history
  4. electrum: 2.9.3 -> 3.0.2

    (cherry picked from commit 4ea01b6)
    Moredread authored and joachifm committed Jan 7, 2018
    Copy the full SHA
    1c88816 View commit details
    Browse the repository at this point in the history
  5. electrum: 3.0.2 -> 3.0.3

    Note that due to runtime impurities, non-NixOS users must prepend and export
    QT_PLUGIN_PATH=${qt5.qtbase.qtPluginPrefix}
    and
    LD_LIBRARY_PATH=/run/opengl-driver/lib
    before running electrum, lest it fail to find runtime dependencies or pick
    up mismatching libraries from the host system.
    
    (cherry picked from commit 97ab2f0)
    joachifm committed Jan 7, 2018
    Copy the full SHA
    78edf05 View commit details
    Browse the repository at this point in the history
  6. 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
    
    (cherry picked from commit 207bf49)
    erictapen authored and joachifm committed Jan 7, 2018
    Copy the full SHA
    3ff874c View commit details
    Browse the repository at this point in the history