summaryrefslogtreecommitdiff
path: root/net/fetch
AgeCommit message (Collapse)AuthorFilesLines
2016-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin1-2/+2
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron1-2/+2
2013-07-20Use Mt for email addresses.wiz1-4/+4
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-1/+2
2013-01-11fetch-1.8: Avoid non-literal format strings.joerg2-3/+3
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2011-12-17If using fetch in FETCH_USING then fetch and libfetch cannot use checkperms.sbd1-1/+6
2011-12-06TCSASOFT may not be defined.sbd1-0/+4
2011-12-05Make sure to actually use config.hjoerg4-9/+2
2011-11-13Be clearer where we failed, if we do.wiz1-2/+2
"von mir aus" joerg
2011-11-13Add a bunch of checks to make gcc with glibc happyjoerg1-2/+8
2010-06-24Explicitly check for X509_get_issuer_name in libcrypto first.joerg2-75/+152
Looks like Linux might fall apart otherwise.
2010-01-22fetch-1.7:joerg2-11/+12
Use connection cache (one per host, up to 16 hosts). Rename some parameters to avoid shadowing a global variable.
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-1/+2
2010-01-04Beside a missing , in the inner autoconf test, it looks like doing ajoerg2-24/+18
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.
2009-11-19Detect automatically if libfetch needs linkage against OpenSSL and dropjoerg6-41/+357
the option. Make sure to actually honour the libraries detected by configure. This should fix the remaining issues on Solaris.
2009-11-15Only check if in the foreground on systems that have TIOCPGRP.joerg1-0/+2
2009-11-13fetch-1.6:joerg8-16/+8371
- 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-13Only use SIGINFO if the platform supports it.joerg1-1/+12
2009-05-19Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENTwiz1-2/+2
block). Uncomment some commented out LICENSE lines while here.
2009-05-09Address some implicit sign casts. Bump to 1.5.joerg2-5/+7
2009-02-18Add back support for OpenSSL option, otherwise fetch can't link againstjoerg1-1/+5
static libfetch built with SSL.
2009-02-09Only provide the openssl option if libfetch was built with it.joerg2-5/+6
2009-02-07Regen.wiz1-10/+10
2009-02-07Use more markup. Add RCS Id. Add some commas. Sort options. Sort sections.wiz1-17/+23
Convert to UTF-8 (only affects comment).
2009-02-05fetch-1.4:joerg2-10/+16
- 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-05Mark variables modified from signal handlers as volatile.joerg1-3/+3
2009-02-05Remove t flag.joerg1-6/+1
2009-02-05Also remove unused b flag.joerg1-6/+1
2009-02-05fetch-1.3:joerg4-66/+4
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-05fetch-1.2:joerg4-7/+39
Add -i option for conditional fetch, e.g. only fetch the file again, if the remote version is newer.
2009-02-04fetch-1.1:joerg2-3/+4
Include sys/ioctl.h for ioctl(2). Fix missing argument in warn(3) call.
2008-10-08Add fetch-1.0 from FreeBSD, the frontend for libfetch(3).joerg8-0/+1508