ncftp: update to 3.2.9

This commit is contained in:
Rudi Heitbaum 2025-03-24 07:34:42 +00:00
parent 70888b497c
commit 81976f1fd1
2 changed files with 2 additions and 29 deletions

View File

@ -2,8 +2,8 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="ncftp" PKG_NAME="ncftp"
PKG_VERSION="3.2.8" PKG_VERSION="3.2.9"
PKG_SHA256="db7da662458a1643209d6869465c38ec811f8975a6ac54fd20c63a3349f7dbf4" PKG_SHA256="1d79348dd78e148f6a2491c9dab37d554d5fbce3a3b2bc2edd71b06d54ef97c1"
PKG_LICENSE="GPLv3" PKG_LICENSE="GPLv3"
PKG_SITE="http://www.ncftp.com/ncftp/" PKG_SITE="http://www.ncftp.com/ncftp/"
PKG_URL="https://www.ncftp.com/public_ftp/ncftp/ncftp-${PKG_VERSION}-src.tar.gz" PKG_URL="https://www.ncftp.com/public_ftp/ncftp/ncftp-${PKG_VERSION}-src.tar.gz"

View File

@ -1,27 +0,0 @@
Use stat, fstat, and lstat structures and let the C library handle the
related structures and system calls.
Upstream: N/A, unresponsive contact email address.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
--- a/ncftp/syshdrs.h
+++ b/ncftp/syshdrs.h
@@ -266,18 +266,6 @@
# define Stat WinStat64
# define Lstat WinStat64
# define Fstat WinFStat64
-#elif ((defined(HAVE_LONG_LONG)) && (defined(_LARGEFILE64_SOURCE)) && (defined(HAVE_STAT64)) && (defined(HAVE_STRUCT_STAT64)))
-# define Stat stat64
-# ifdef HAVE_FSTAT64
-# define Fstat fstat64
-# else
-# define Fstat fstat
-# endif
-# ifdef HAVE_LSTAT64
-# define Lstat lstat64
-# else
-# define Lstat lstat
-# endif
#else
# define Stat stat
# define Fstat fstat