A significant number of the postfix mirrors are offline, including Wietse's own site. Swap in one of the functional mirrors.
Signed-off-by: Joe MacDonald <[email protected]> --- Considering the number of mirrors available for postfix, I considered defining a POSTFIX_MIRRORS variable and using that in the SRC_URI, but that seems like over-kill for something that is likely not going to be a long-term issue. meta-networking/recipes-daemons/postfix/postfix.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-daemons/postfix/postfix.inc b/meta-networking/recipes-daemons/postfix/postfix.inc index e73f2f0..1428114 100644 --- a/meta-networking/recipes-daemons/postfix/postfix.inc +++ b/meta-networking/recipes-daemons/postfix/postfix.inc @@ -15,7 +15,7 @@ DEPENDS_virtclass-native = "virtual/db-native openssl-native libpcre-native" LICENSE = "IPL-1.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=64375f37431336ea1b1b3005fe3fa354" -SRC_URI = "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-${PV}.tar.gz \ +SRC_URI = "http://cdn.postfix.johnriley.me/mirrors/postfix-release/official/postfix-${PV}.tar.gz \ file://makedefs.patch \ file://install.patch \ file://main.cf_2.0 \ -- 1.9.1 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
