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:           Wed Apr  2 15:33:15 UTC 2008

Modified Files:
        pkgsrc/net/libfetch: Makefile PLIST buildlink3.mk
        pkgsrc/net/libfetch/files: common.c common.h fetch.3 fetch.c fetch.cat3
            fetch.h file.c ftp.c http.c

Log Message:
libfetch-2.1:
- remove most of the debug junk
- fix a buffer overflow in the config parser
- replace stdio usage with a simple abstract IO framework. currently
without explicit buffering, but that might be added later


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/net/libfetch/Makefile \
    pkgsrc/net/libfetch/PLIST pkgsrc/net/libfetch/buildlink3.mk
cvs rdiff -r1.4 -r1.5 pkgsrc/net/libfetch/files/common.c
cvs rdiff -r1.3 -r1.4 pkgsrc/net/libfetch/files/common.h \
    pkgsrc/net/libfetch/files/fetch.h
cvs rdiff -r1.2 -r1.3 pkgsrc/net/libfetch/files/fetch.3 \
    pkgsrc/net/libfetch/files/fetch.cat3 pkgsrc/net/libfetch/files/file.c
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/net/libfetch/files/fetch.c
cvs rdiff -r1.9 -r1.10 pkgsrc/net/libfetch/files/ftp.c
cvs rdiff -r1.8 -r1.9 pkgsrc/net/libfetch/files/http.c

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