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 12:58:29 UTC 2008

Modified Files:
        pkgsrc/net/libfetch: Makefile options.mk
        pkgsrc/net/libfetch/files: common.c common.h errlist.sh fetch.3 fetch.c
            fetch.h file.c ftp.c ftp.errors http.c http.errors

Log Message:
libfetch-2.16:
- only include openssl if the openssl option is present
- include arpa/inet.h to get ntohl and friends on older platforms like
  Interix
- use new netdb.h compat code from libnbcompat
- include inttypes.h only when present
- don't name local variables err, Interix has a symbol like that in
  default namespace
- allow fetch_read to do short read and do more intelligent buffering
  for header processing; effectively don't do a system call for each
  byte read


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 pkgsrc/net/libfetch/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/net/libfetch/options.mk
cvs rdiff -r1.13 -r1.14 pkgsrc/net/libfetch/files/common.c
cvs rdiff -r1.8 -r1.9 pkgsrc/net/libfetch/files/common.h \
    pkgsrc/net/libfetch/files/fetch.3
cvs rdiff -r1.1 -r1.2 pkgsrc/net/libfetch/files/errlist.sh
cvs rdiff -r1.12 -r1.13 pkgsrc/net/libfetch/files/fetch.c
cvs rdiff -r1.11 -r1.12 pkgsrc/net/libfetch/files/fetch.h \
    pkgsrc/net/libfetch/files/file.c
cvs rdiff -r1.22 -r1.23 pkgsrc/net/libfetch/files/ftp.c
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/net/libfetch/files/ftp.errors \
    pkgsrc/net/libfetch/files/http.errors
cvs rdiff -r1.19 -r1.20 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