瀏覽代碼

package/ncftp: use https:// _SITE

The ftp server does not respond, so change to https:// instead.  Here the
3.2.6 version is under older_versions.

wget ftp://ftp.ncftp.com/ncftp/ncftp-3.2.6-src.tar.gz
--2024-06-03 08:10:44--  ftp://ftp.ncftp.com/ncftp/ncftp-3.2.6-src.tar.gz
           => ‘ncftp-3.2.6-src.tar.gz’
Resolving ftp.ncftp.com (ftp.ncftp.com)... 209.197.102.38
Connecting to ftp.ncftp.com (ftp.ncftp.com)|209.197.102.38|:21... ^C

http redirects to https, so update the help text to match.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Peter Korsgaard 1 年之前
父節點
當前提交
3eb84214a1
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      package/ncftp/Config.in
  2. 1 1
      package/ncftp/ncftp.mk

+ 1 - 1
package/ncftp/Config.in

@@ -7,7 +7,7 @@ config BR2_PACKAGE_NCFTP
 	  application programs implementing the File Transfer Protocol
 	  (FTP).
 
-	  http://www.ncftp.com/ncftp/
+	  https://www.ncftp.com/ncftp/
 
 if BR2_PACKAGE_NCFTP
 

+ 1 - 1
package/ncftp/ncftp.mk

@@ -8,7 +8,7 @@ NCFTP_VERSION = 3.2.6
 # use .gz as upstream .xz tarball has changed after the hash was added for
 # 2017.02. Can be changed back to .xz when version is bumped
 NCFTP_SOURCE = ncftp-$(NCFTP_VERSION)-src.tar.gz
-NCFTP_SITE = ftp://ftp.ncftp.com/ncftp
+NCFTP_SITE = https://www.ncftp.com/public_ftp/ncftp/older_versions
 NCFTP_TARGET_BINS = ncftp
 NCFTP_LICENSE = Clarified Artistic License
 NCFTP_LICENSE_FILES = doc/LICENSE.txt