mirror of
https://github.com/vdukhovni/postfix
synced 2025-08-22 18:07:41 +00:00
postfix-3.6-20200504
This commit is contained in:
parent
88d5cacdca
commit
03b0ea11eb
@ -224,12 +224,12 @@ case $# in
|
|||||||
dcosx*) SYSTEM=$VERSION;;
|
dcosx*) SYSTEM=$VERSION;;
|
||||||
esac;;
|
esac;;
|
||||||
# Unsupported debug-only mode. Not suitable for cross-platform tests.
|
# Unsupported debug-only mode. Not suitable for cross-platform tests.
|
||||||
2|3) SYSTEM="$1"; RELEASE="$2"; VERSION="$3";;
|
2) SYSTEM="$1"; RELEASE="$2";;
|
||||||
*) echo usage: $0 [system release version] 1>&2; exit 1;;
|
*) echo usage: $0 [system release] 1>&2; exit 1;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
case "$SYSTEM.$VERSION" in
|
case "`PATH=/bin:/usr/bin ldd /bin/sh`" in
|
||||||
Linux.#*-Alpine*)
|
*-musl-*)
|
||||||
case "$CCARGS" in
|
case "$CCARGS" in
|
||||||
*-DNO_DNSSEC*) ;;
|
*-DNO_DNSSEC*) ;;
|
||||||
*) echo Warning: libc-musl breaks DANE/TLSA security. 1>&2
|
*) echo Warning: libc-musl breaks DANE/TLSA security. 1>&2
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
* Patches change both the patchlevel and the release date. Snapshots have no
|
* Patches change both the patchlevel and the release date. Snapshots have no
|
||||||
* patchlevel; they change the release date only.
|
* patchlevel; they change the release date only.
|
||||||
*/
|
*/
|
||||||
#define MAIL_RELEASE_DATE "20200503"
|
#define MAIL_RELEASE_DATE "20200504"
|
||||||
#define MAIL_VERSION_NUMBER "3.6"
|
#define MAIL_VERSION_NUMBER "3.6"
|
||||||
|
|
||||||
#ifdef SNAPSHOT
|
#ifdef SNAPSHOT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user