Unverified Commit 0b699bd4 authored by Robert Scott's avatar Robert Scott Committed by GitHub
Browse files

Merge pull request #297875 from dotlambda/postfix

postfix: 3.8.6 -> 3.9.0
parents e2a73469 f91079e5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,11 +25,11 @@ let

in stdenv.mkDerivation rec {
  pname = "postfix";
  version = "3.8.6";
  version = "3.9.0";

  src = fetchurl {
    url = "https://de.postfix.org/ftpmirror/official/postfix-${version}.tar.gz";
    hash = "sha256-S24XyCbMQ4zDAWqcClXqfnfGy6+6fdVyQdgbaQsOl3Q=";
    hash = "sha256-VvXkIOfCVFWk6WwZtnL4D5oKNftb7MkkfJ49XcxhfzQ=";
  };

  nativeBuildInputs = [ makeWrapper m4 ];
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ diff -ru3 postfix-3.0.3/conf/postfix-script postfix-3.0.3-new/conf/postfix-scrip
-# If this is a secondary instance, don't touch shared files.
-
-instances=`test ! -f $def_config_directory/main.cf ||
-    $command_directory/postconf -c $def_config_directory \
-    $command_directory/postconf -qc $def_config_directory \
-    -h multi_instance_directories | sed 's/,/ /'` || {
-	$FATAL cannot execute $command_directory/postconf!
-	exit 1