From patchwork Tue Sep 25 13:35:21 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Patzlaff, Marcel" X-Patchwork-Id: 974414 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.137; helo=fraxinus.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=pilz.de Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 42KMXP625Dz9s3C for ; Tue, 25 Sep 2018 23:35:49 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 790BC84F84; Tue, 25 Sep 2018 13:35:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ejMXQC6c2Ai8; Tue, 25 Sep 2018 13:35:42 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id C6AD984F73; Tue, 25 Sep 2018 13:35:42 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 6418B1C0437 for ; Tue, 25 Sep 2018 13:35:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 60D0D220F7 for ; Tue, 25 Sep 2018 13:35:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lpAQtWS-Zane for ; Tue, 25 Sep 2018 13:35:39 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail1.pilz.de (mail1.pilz.de [212.211.209.113]) by silver.osuosl.org (Postfix) with ESMTPS id 4EB082204A for ; Tue, 25 Sep 2018 13:35:29 +0000 (UTC) X-IronPort-AV: E=Sophos;i="5.54,302,1534802400"; d="scan'208";a="2986071" Received: from unknown (HELO srv-desm01) ([172.20.2.85]) by mail1.pilz.de with ESMTP; 25 Sep 2018 15:35:27 +0200 Received: from srv-dema02.de.pilz.local ([172.16.206.6]) by srv-desm01 (IBM Domino Release 9.0.1FP8) with ESMTP id 2018092515352380-4916580 ; Tue, 25 Sep 2018 15:35:23 +0200 Received: from mpa-linux.de.pilz.local ([172.16.204.213]) by srv-dema02.de.pilz.local (IBM Domino Release 9.0.1FP8 HF475) with ESMTP id 2018092515352693-14910 ; Tue, 25 Sep 2018 15:35:26 +0200 From: Marcel Patzlaff To: buildroot@buildroot.org Date: Tue, 25 Sep 2018 15:35:21 +0200 Message-Id: <20180925133521.2934-1-m.patzlaff@pilz.de> X-Mailer: git-send-email 2.17.1 X-MIMETrack: Itemize by SMTP Server on DEMA02/SRV/Pilz(Release 9.0.1FP8 HF475|July 13, 2017) at 25.09.2018 15:35:27, Serialize by ntm_grab.EXE on DEMA02/SRV/Pilz(Release 9.0.1FP8 HF475|July 13, 2017) at 25.09.2018 15:35:27, Serialize complete at 25.09.2018 15:35:27, Serialize by Router on DEMA02/SRV/Pilz(Release 9.0.1FP8 HF475|July 13, 2017) at 25.09.2018 15:35:27, Itemize by SMTP Server on desm01/dmz(Release 9.0.1FP8|February 23, 2017) at 25.09.2018 15:35:23, Serialize by Router on desm01/dmz(Release 9.0.1FP8|February 23, 2017) at 25.09.2018 15:35:23, Serialize complete at 25.09.2018 15:35:23 X-TNEFEvaluated: 1 MIME-Version: 1.0 Subject: [Buildroot] [PATCH 1/1] libesmtp: update/fix site URL X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.24 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Marcel Patzlaff Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Marcel Patzlaff --- package/libesmtp/libesmtp.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/libesmtp/libesmtp.mk b/package/libesmtp/libesmtp.mk index b0f88c7a3b..9c336793a4 100644 --- a/package/libesmtp/libesmtp.mk +++ b/package/libesmtp/libesmtp.mk @@ -6,7 +6,7 @@ LIBESMTP_VERSION = 1.0.6 LIBESMTP_SOURCE = libesmtp-$(LIBESMTP_VERSION).tar.bz2 -LIBESMTP_SITE = http://www.stafford.uklinux.net/libesmtp +LIBESMTP_SITE = http://brianstafford.info/libesmtp LIBESMTP_INSTALL_STAGING = YES LIBESMTP_CONFIG_SCRIPTS = libesmtp-config LIBESMTP_DEPENDENCIES = $(if $(BR2_PACKAGE_OPENSSL),openssl)