Update to libfilezilla-0.56.1

Changes: https://lib.filezilla-project.org

Followed output of check_sym, bumped minor of libfilezilla
This commit is contained in:
bket
2026-06-05 05:08:53 +00:00
parent ce3da40c17
commit c7e732f421
3 changed files with 6 additions and 7 deletions
+2 -3
View File
@@ -1,9 +1,8 @@
COMMENT = support library for FileZilla
DISTNAME = libfilezilla-0.55.5
REVISION = 0
DISTNAME = libfilezilla-0.56.1
SHARED_LIBS = filezilla 25.1
SHARED_LIBS = filezilla 25.2
CATEGORIES = net
+2 -2
View File
@@ -1,2 +1,2 @@
SHA256 (libfilezilla-0.55.5.tar.xz) = SQwDLvB8WOurdpe3xRAk3XceovgPxM3JKQjDSDV+BT4=
SIZE (libfilezilla-0.55.5.tar.xz) = 570664
SHA256 (libfilezilla-0.56.1.tar.xz) = rL8r36LFpLHy/zaCs9UsuaZUIv1fPh+WR9iEahB7cck=
SIZE (libfilezilla-0.56.1.tar.xz) = 571924
@@ -3,11 +3,11 @@ error: 'PATH_MAX' was not declared in this scope
Index: lib/local_filesys.cpp
--- lib/local_filesys.cpp.orig
+++ lib/local_filesys.cpp
@@ -10,6 +10,7 @@
@@ -10,7 +10,6 @@
#include <winternl.h>
#else
#include <errno.h>
+#include <limits.h>
-#include <limits.h>
#include <sys/fcntl.h>
#include <sys/stat.h>
#include <sys/types.h>