diff mbox series

[1/6] package/dialog: fix upstream source URL

Message ID 20170829191005.19697-1-bernd.kuhls@t-online.de
State Accepted
Headers show
Series [1/6] package/dialog: fix upstream source URL | expand

Commit Message

Bernd Kuhls Aug. 29, 2017, 7:10 p.m. UTC
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/dialog/dialog.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thomas Petazzoni Aug. 29, 2017, 7:59 p.m. UTC | #1
Hello,

On Tue, 29 Aug 2017 21:10:00 +0200, Bernd Kuhls wrote:
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/dialog/dialog.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
Thomas Petazzoni Aug. 30, 2017, 8:33 p.m. UTC | #2
Hello,

On Wed, 30 Aug 2017 22:19:05 +0200, Bernd Kuhls wrote:

> the two tarballs do not have the same content, I failed to find a github
> hash which is equivalent to the previous tarball so I marked my patch as
> rejected.

Well, the hash will surely be different because a Github generated
tarball will not be the same as the original tarball. However, what
matters is if they are equivalent in terms of source code, i.e what a
"diff -ruN" between both extracted source trees says.

Thomas
Peter Korsgaard Sept. 6, 2017, 10:38 a.m. UTC | #3
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed to 2017.02.x, thanks.
diff mbox series

Patch

diff --git a/package/dialog/dialog.mk b/package/dialog/dialog.mk
index 61ec2659a..73fabe07c 100644
--- a/package/dialog/dialog.mk
+++ b/package/dialog/dialog.mk
@@ -6,7 +6,7 @@ 
 
 DIALOG_VERSION = 1.3-20170509
 DIALOG_SOURCE = dialog-$(DIALOG_VERSION).tgz
-DIALOG_SITE = ftp://invisible-island.net/dialog
+DIALOG_SITE = ftp://ftp.invisible-island.net/dialog
 DIALOG_CONF_OPTS = --with-ncurses --with-curses-dir=$(STAGING_DIR)/usr \
 	--disable-rpath-hack
 DIALOG_DEPENDENCIES = host-pkgconf ncurses