svn commit: r561202 - in head/ftp/oftpd: . files
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Jan 11 09:41:04 UTC 2021
Author: amdmi3
Date: Mon Jan 11 09:41:03 2021
New Revision: 561202
URL: https://svnweb.freebsd.org/changeset/ports/561202
Log:
- Update WWW
- Regenerate patches
Added:
head/ftp/oftpd/files/patch-src_ftp__session.c
- copied, changed from r561201, head/ftp/oftpd/files/patch-ftp_session.c
Deleted:
head/ftp/oftpd/files/patch-ftp_session.c
Modified:
head/ftp/oftpd/pkg-descr
Copied and modified: head/ftp/oftpd/files/patch-src_ftp__session.c (from r561201, head/ftp/oftpd/files/patch-ftp_session.c)
==============================================================================
--- head/ftp/oftpd/files/patch-ftp_session.c Mon Jan 11 09:39:17 2021 (r561201, copy source)
+++ head/ftp/oftpd/files/patch-src_ftp__session.c Mon Jan 11 09:41:03 2021 (r561202)
@@ -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);
}
Modified: head/ftp/oftpd/pkg-descr
==============================================================================
--- head/ftp/oftpd/pkg-descr Mon Jan 11 09:39:17 2021 (r561201)
+++ head/ftp/oftpd/pkg-descr Mon Jan 11 09:41:03 2021 (r561202)
@@ -6,4 +6,4 @@ directory change code, so that it can run efficiently
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/
More information about the svn-ports-head
mailing list