Buildroot Archive mirror
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/libesmtp: move SITE to s.b.n
@ 2021-05-27 12:42 Baruch Siach
  2021-06-01 20:10 ` Arnout Vandecappelle
  2021-06-10  8:29 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Baruch Siach @ 2021-05-27 12:42 UTC (permalink / raw
  To: buildroot

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>
---
 package/libesmtp/Config.in   | 2 +-
 package/libesmtp/libesmtp.mk | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libesmtp/Config.in b/package/libesmtp/Config.in
index f3ed521d220e..db2dc8ec9c1e 100644
--- a/package/libesmtp/Config.in
+++ b/package/libesmtp/Config.in
@@ -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
diff --git a/package/libesmtp/libesmtp.mk b/package/libesmtp/libesmtp.mk
index dcffaceddc3c..1f5cdec1918b 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://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)
-- 
2.30.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] package/libesmtp: move SITE to s.b.n
  2021-05-27 12:42 [Buildroot] [PATCH] package/libesmtp: move SITE to s.b.n Baruch Siach
@ 2021-06-01 20:10 ` Arnout Vandecappelle
  2021-06-10  8:29 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle @ 2021-06-01 20:10 UTC (permalink / raw
  To: buildroot



On 27/05/2021 14:42, Baruch Siach wrote:
> 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>

 Applied to master, thanks.

 Of course, it would be better to switch to the 1.0.6 tag on github (but that
requires checking if it really is the same - which it isn't because it doesn't
have configure). And even better would be to switch to 1.0.7rc1 (which uses
meson rather than autotools). But OK.

 Regards,
 Arnout

> ---
>  package/libesmtp/Config.in   | 2 +-
>  package/libesmtp/libesmtp.mk | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/libesmtp/Config.in b/package/libesmtp/Config.in
> index f3ed521d220e..db2dc8ec9c1e 100644
> --- a/package/libesmtp/Config.in
> +++ b/package/libesmtp/Config.in
> @@ -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
> diff --git a/package/libesmtp/libesmtp.mk b/package/libesmtp/libesmtp.mk
> index dcffaceddc3c..1f5cdec1918b 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://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)
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] package/libesmtp: move SITE to s.b.n
  2021-05-27 12:42 [Buildroot] [PATCH] package/libesmtp: move SITE to s.b.n Baruch Siach
  2021-06-01 20:10 ` Arnout Vandecappelle
@ 2021-06-10  8:29 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2021-06-10  8:29 UTC (permalink / raw
  To: buildroot

>>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:

 > 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>

Committed to 2021.02.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-06-10  8:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-27 12:42 [Buildroot] [PATCH] package/libesmtp: move SITE to s.b.n Baruch Siach
2021-06-01 20:10 ` Arnout Vandecappelle
2021-06-10  8:29 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).