]> git.ipfire.org Git - thirdparty/postfix.git/commitdiff
postfix-3.6-20200504
authorWietse Venema <wietse@porcupine.org>
Mon, 4 May 2020 05:00:00 +0000 (00:00 -0500)
committerViktor Dukhovni <postfix-users@dukhovni.org>
Tue, 5 May 2020 20:14:25 +0000 (16:14 -0400)
postfix/makedefs
postfix/src/global/mail_version.h

index 285224b0c488602fb9c0abceb8c7686a1dacf7b1..47761f1c1d8112ce177f0d809c22d09bea810697 100644 (file)
@@ -224,12 +224,12 @@ case $# in
      dcosx*) SYSTEM=$VERSION;;
     esac;;
  # Unsupported debug-only mode. Not suitable for cross-platform tests.
-2|3) SYSTEM="$1"; RELEASE="$2"; VERSION="$3";;
- *) echo usage: $0 [system release version] 1>&2; exit 1;;
+ 2) SYSTEM="$1"; RELEASE="$2";;
+ *) echo usage: $0 [system release] 1>&2; exit 1;;
 esac
 
-case "$SYSTEM.$VERSION" in
Linux.#*-Alpine*)
+case "`PATH=/bin:/usr/bin ldd /bin/sh`" in
*-musl-*)
     case "$CCARGS" in
      *-DNO_DNSSEC*) ;;
      *) echo Warning: libc-musl breaks DANE/TLSA security. 1>&2
index 0d66e63d53276506eecc3066dbe8cafa4cb89e9f..77b7c554d63b34260df2c014d89e91e82c03bf6b 100644 (file)
@@ -20,7 +20,7 @@
   * Patches change both the patchlevel and the release date. Snapshots have no
   * patchlevel; they change the release date only.
   */
-#define MAIL_RELEASE_DATE      "20200503"
+#define MAIL_RELEASE_DATE      "20200504"
 #define MAIL_VERSION_NUMBER    "3.6"
 
 #ifdef SNAPSHOT