pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/libfetch



Module Name:    pkgsrc
Committed By:   joerg
Date:           Mon Oct  6 23:37:56 UTC 2008

Modified Files:
        pkgsrc/net/libfetch: Makefile
        pkgsrc/net/libfetch/files: common.c common.h

Log Message:
libfetch-2.17:
Fix line buffering to not drop content after the line we are interested
in. This magically worked for a local tnftpd that was only sending a
normal one line return message due to the challenge response protocol
always having the desired size. With the patch fetch_read will process
the remaining part of the buffer and fetch_getln will remember how much
of the data it was actually interested in, so it will now process the
complete output again.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 pkgsrc/net/libfetch/Makefile
cvs rdiff -r1.14 -r1.15 pkgsrc/net/libfetch/files/common.c
cvs rdiff -r1.9 -r1.10 pkgsrc/net/libfetch/files/common.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index