Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 6f5decc4 | 2025-07-11 14:51:15 | Patch gnulib/fseeko.c. gnulib is doing this to make fflush() behaivour to match what they expect. It accesses internal of __sFILE to change behavior of fseeko(), but we are hiding internal of __sFILE and our fseeko() is compatible with what gnulib expects already. Then the patch is to just use our fseeko(). feedbacks from tb guenther beck ok sthen | ||
| f521725c | 2025-07-06 20:30:05 | net/lftp: update homepage OK: rsadowski@ | ||
| fbf395d5 | 2024-11-17 07:17:04 | Update lftp to 4.9.3 Tweak and OK sthen@ | ||
| 41aba899 | 2024-08-30 04:38:23 | bump ports using gnulib so they can adjust for change of behavior in libc | ||
| a34bba28 | 2023-09-27 14:17:59 | MASTER_SITES -> SITES catch one MASTER_SITES0 that wasn't actually in use | ||
| 7bda56ec | 2022-10-28 22:40:26 | net/lftp: fix build after introduction of waitid(2) With the introduction of waitid(2), <sys/wait.h> now includes <sys/siginfo.h>. gnulib wraps various system headers and those wrappers include further system headers. <signal.h> must include <sys/siginfo.h>, but gnulib ended up inverting this order, so siginfo_t was not yet defined in <signal.h>. Fix from gnulib upstream. | ||
| 3f5796b9 | 2022-03-11 19:45:43 | drop RCS Ids | ||
| 38f85895 | 2021-10-31 17:12:11 | net/lftp: remove a no longer needed workaround for the missing X509_STORE_CTX_get_by_subject() and neuter broken X509_OBJECT_{new,free}() implementations. | ||
| 29c40bf7 | 2020-10-23 21:34:05 | Add link to upstream commit | ||
| 8bc39b9b | 2020-10-23 21:27:52 | Prevent gnulib compat code from using snprintf("...%n") for no good reason Heavier fix in upstream gnulib: https://lists.gnu.org/archive/html/bug-gnulib/2020-10/msg00013.html ok rsadowski@ (maintainer) |