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: 8b5004fa322f
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 825a88e6031e
Choose a head ref
  • 4 commits
  • 2 files changed
  • 3 contributors

Commits on Apr 22, 2020

  1. git: Allow the update script to target non-latest versions

    This came in handy when I wanted to bump a patch version while avoiding
    a new minor version.
    
    (cherry picked from commit 4848eef)
    James Ottaway authored and primeos committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    9b9fa3f View commit details
    Browse the repository at this point in the history
  2. git: Fix the update.sh script and use HTTPS

    The syntax is ${parameter:-word} (i.e. previously this used
    "latestTag" instead of the actual value).
    (Fixes a regression from #85278.)
    
    Also: Even though getting the latest tag isn't really security critical
    (as long as Git itself is secure against untrusted input), I'd prefer to
    switch from the Git to the HTTPS protocol (for authentication of the
    server and encryption + uses a standard port).
    
    (cherry picked from commit 6660421)
    primeos committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    0658740 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    961dbb2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #85785 from primeos/git-backport-stable

    [20.03] git: 2.25.3 -> 2.25.4 (security, CVE-2020-11008)
    FRidh committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    825a88e View commit details
    Browse the repository at this point in the history