package/libesmtp: move SITE to s.b.n
authorBaruch Siach <baruch@tkos.co.il>
Thu, 27 May 2021 12:42:20 +0000 (15:42 +0300)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tue, 1 Jun 2021 20:08:29 +0000 (22:08 +0200)
The original site is gone, and the author is no longer providing
tarballs:

  https://libesmtp.github.io/notes.html

Change website link to the current official page.

Fixes:
http://autobuild.buildroot.net/results/d788315bf708c31e14ba5fb35dccf94753d5f78a/
http://autobuild.buildroot.net/results/83bfdd8e5f897b4d4be81c4c16106feb4e17bd50/

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/libesmtp/Config.in
package/libesmtp/libesmtp.mk

index f3ed521d220ea30fc51cbfb919faffd32a8ddc63..db2dc8ec9c1ec878385868dc19c5eaad40374ca9 100644 (file)
@@ -4,7 +4,7 @@ config BR2_PACKAGE_LIBESMTP
        help
          Library for sending emails through SMTP.
 
-         http://brianstafford.info/libesmtp
+         https://libesmtp.github.io
 
 comment "libesmtp needs a toolchain w/ dynamic library"
        depends on BR2_STATIC_LIBS
index dcffaceddc3c7acf401ff25e82e3b06b4d16bb6b..1f5cdec1918ba80950bc06344a9b6e1a30870df7 100644 (file)
@@ -6,7 +6,7 @@
 
 LIBESMTP_VERSION = 1.0.6
 LIBESMTP_SOURCE = libesmtp-$(LIBESMTP_VERSION).tar.bz2
-LIBESMTP_SITE = http://brianstafford.info/libesmtp
+LIBESMTP_SITE = http://sources.buildroot.net/libesmtp
 LIBESMTP_INSTALL_STAGING = YES
 LIBESMTP_CONFIG_SCRIPTS = libesmtp-config
 LIBESMTP_DEPENDENCIES = $(if $(BR2_PACKAGE_OPENSSL),openssl)