From 4416aaf88e0355862b8fa4dffcae6dab82d72804 Mon Sep 17 00:00:00 2001 From: Randy MacLeod Date: Tue, 9 Apr 2024 13:25:30 -0700 Subject: [PATCH] postfix: switch SRC_URI to http Switch the SRC_URI to http since the postfix site does not yet use https. Signed-off-by: Randy MacLeod Signed-off-by: Khem Raj --- meta-networking/recipes-daemons/postfix/postfix_3.8.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-daemons/postfix/postfix_3.8.6.bb b/meta-networking/recipes-daemons/postfix/postfix_3.8.6.bb index 0e433bb511..3ec7f22ad3 100644 --- a/meta-networking/recipes-daemons/postfix/postfix_3.8.6.bb +++ b/meta-networking/recipes-daemons/postfix/postfix_3.8.6.bb @@ -14,7 +14,7 @@ DEPENDS = "db icu libpcre libnsl2 m4-native openssl postfix-native \ LICENSE = "IPL-1.0 | EPL-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=b181651ad99a7dc4cc8c4ce2f491ed1a" -SRC_URI = "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-${PV}.tar.gz \ +SRC_URI = "http://ftp.porcupine.org/mirrors/postfix-release/official/postfix-${PV}.tar.gz \ file://main.cf \ file://postfix \ file://internal_recipient \