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: a565a2165ab6
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2ee9a4fb97d8
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on May 4, 2021

  1. exim: 4.94 -> 4.94.2

    Fixes a dozen security vulnerabilities
    
    (cherry picked from commit 8a249aa)
    ajs124 committed May 4, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    2ee9a4f View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/mail/exim/default.nix
4 changes: 2 additions & 2 deletions pkgs/servers/mail/exim/default.nix
Original file line number Diff line number Diff line change
@@ -9,11 +9,11 @@

stdenv.mkDerivation rec {
pname = "exim";
version = "4.94";
version = "4.94.2";

src = fetchurl {
url = "https://ftp.exim.org/pub/exim/exim4/${pname}-${version}.tar.xz";
sha256 = "1nsb2i5mqxfz1sl1bmbxmpb2qiaf3wffhfiw4j9vfpagy3xfhzpp";
sha256 = "0x4j698gsawm8a3bz531pf1k6izyxfvry4hj5wb0aqphi7y62605";
};

nativeBuildInputs = [ pkgconfig ];