Commit graph

26 commits

Author SHA1 Message Date
sbd
643f6ae0a5 TCSASOFT may not be defined. 2011-12-06 21:01:14 +00:00
joerg
545cad3552 Make sure to actually use config.h 2011-12-05 22:54:22 +00:00
wiz
b391549d42 Be clearer where we failed, if we do.
"von mir aus" joerg
2011-11-13 23:56:17 +00:00
joerg
e9b9ab941f Add a bunch of checks to make gcc with glibc happy 2011-11-13 23:11:26 +00:00
joerg
50f9bf9d07 Explicitly check for X509_get_issuer_name in libcrypto first.
Looks like Linux might fall apart otherwise.
2010-06-24 22:51:00 +00:00
joerg
e5403d1221 fetch-1.7:
Use connection cache (one per host, up to 16 hosts).
Rename some parameters to avoid shadowing a global variable.
2010-01-22 13:22:28 +00:00
wiz
672ef23395 Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
joerg
7b8ce834be Beside a missing , in the inner autoconf test, it looks like doing a
check twice with AC_CHECK_LIB (without and with OTHER-LIBRARIES) doesn't
work due to caching. So give up and just check separately for
-lssl/-lcrypto and hope for the best.
2010-01-04 16:50:43 +00:00
joerg
51ab985b78 Detect automatically if libfetch needs linkage against OpenSSL and drop
the option. Make sure to actually honour the libraries detected by
configure. This should fix the remaining issues on Solaris.
2009-11-19 22:55:52 +00:00
joerg
bd10e8e6a4 Only check if in the foreground on systems that have TIOCPGRP. 2009-11-15 18:23:38 +00:00
joerg
278f4a2bbf fetch-1.6:
- autoconfig glue to detect presence of termios.h etc.
- On NetBSD default to getpass.  Otherwise implement the password reading
  using termios.h if present, falling back to getpassphrase/getpass or
  plain fgets.
2009-11-13 20:52:05 +00:00
joerg
c1d59ad0a7 Only use SIGINFO if the platform supports it. 2009-11-13 19:52:49 +00:00
wiz
6ac11147ab Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00
joerg
e5da286fdf Address some implicit sign casts. Bump to 1.5. 2009-05-09 19:14:40 +00:00
joerg
edc8bc8786 Add back support for OpenSSL option, otherwise fetch can't link against
static libfetch built with SSL.
2009-02-18 08:36:53 +00:00
joerg
d88fddca06 Only provide the openssl option if libfetch was built with it. 2009-02-09 13:34:51 +00:00
wiz
f6ecd7d009 Regen. 2009-02-07 15:27:07 +00:00
wiz
0cafd4a36b Use more markup. Add RCS Id. Add some commas. Sort options. Sort sections.
Convert to UTF-8 (only affects comment).
2009-02-07 15:25:51 +00:00
joerg
d137b223d0 fetch-1.4:
- restart system calls for SIGINFO, will do the status update on the
  next return
- handle FETCH_TIMEOUT like SIGALRM, and don't print errors about
  writing the output file
- explicitly check for -1 as return from fetchIO_read.
2009-02-05 23:38:18 +00:00
joerg
045bae360d Mark variables modified from signal handlers as volatile. 2009-02-05 22:32:57 +00:00
joerg
46d5b06934 Remove t flag. 2009-02-05 22:23:55 +00:00
joerg
74f5935b19 Also remove unused b flag. 2009-02-05 22:22:01 +00:00
joerg
444d8c74e8 fetch-1.3:
Remove FreeBSD legacy options. -H was undocumented and ignored,
-h / -f / -c could be used to construct FTP URLs in an adhoc fashion.
2009-02-05 22:19:57 +00:00
joerg
f89a759330 fetch-1.2:
Add -i option for conditional fetch, e.g. only fetch the file again, if
the remote version is newer.
2009-02-05 17:14:06 +00:00
joerg
f844ede02a fetch-1.1:
Include sys/ioctl.h for ioctl(2). Fix missing argument in warn(3) call.
2009-02-04 21:29:40 +00:00
joerg
a900d504d5 Add fetch-1.0 from FreeBSD, the frontend for libfetch(3). 2008-10-08 15:28:30 +00:00