aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
Diffstat (limited to 'ftp')
-rw-r--r--ftp/oftpd/files/patch-src_ftp__session.c (renamed from ftp/oftpd/files/patch-ftp_session.c)10
-rw-r--r--ftp/oftpd/pkg-descr2
2 files changed, 6 insertions, 6 deletions
diff --git a/ftp/oftpd/files/patch-ftp_session.c b/ftp/oftpd/files/patch-src_ftp__session.c
index eba07d5dc461..986b222a100c 100644
--- a/ftp/oftpd/files/patch-ftp_session.c
+++ b/ftp/oftpd/files/patch-src_ftp__session.c
@@ -1,6 +1,6 @@
---- src/ftp_session.c.orig Sun Jun 17 03:45:08 2001
-+++ src/ftp_session.c Sun Jun 17 03:46:26 2001
-@@ -1165,7 +1165,7 @@
+--- src/ftp_session.c.orig 2004-03-25 20:46:40 UTC
++++ src/ftp_session.c
+@@ -1165,7 +1165,7 @@ static void do_retr(ftp_session_t *f, const ftp_comman
/* for sendfile(), we still have to use a loop to avoid
having our watchdog time us out on large files - it does
allow us to avoid an extra copy to/from user space */
@@ -9,7 +9,7 @@
offset = f->file_offset;
file_size = stat_buf.st_size - offset;
while (offset < stat_buf.st_size) {
-@@ -1200,7 +1200,7 @@
+@@ -1200,7 +1200,7 @@ static void do_retr(ftp_session_t *f, const ftp_comman
watchdog_defer_watched(f->watched);
}
@@ -18,7 +18,7 @@
for (;;) {
read_ret = read(file_fd, buf, sizeof(buf));
if (read_ret == -1) {
-@@ -1219,7 +1219,7 @@
+@@ -1219,7 +1219,7 @@ static void do_retr(ftp_session_t *f, const ftp_comman
watchdog_defer_watched(f->watched);
}
diff --git a/ftp/oftpd/pkg-descr b/ftp/oftpd/pkg-descr
index e3a6a76e8c01..b8f7034d544c 100644
--- a/ftp/oftpd/pkg-descr
+++ b/ftp/oftpd/pkg-descr
@@ -6,4 +6,4 @@ directory change code, so that it can run efficiently as a threaded server, and
its own directory listing code (most FTP servers execute the system "ls"
command to list files).
-WWW: http://www.time-travellers.org/oftpd/
+WWW: https://www.time-travellers.org/oftpd/