aboutsummaryrefslogtreecommitdiff
path: root/lib/libfetch/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Don't explicitly specify c99 or gnu99 as the default is now gnu99.Xin LI2020-08-171-2/+0
| | | | | | | MFC after: 2 weeks Notes: svn path=/head/; revision=364292
* pkgbase: Create a FreeBSD-utilities package and make it the default oneEmmanuel Vadot2019-09-051-1/+0
| | | | | | | | | | | | | The default package use to be FreeBSD-runtime but it should only contain binaries and libs enough to boot to single user and repair the system, it is also very handy to have a package that can be tranform to a small mfsroot. So create a new package named FreeBSD-utilities and make it the default one. Also move a few binaries and lib into this package when it make sense. Reviewed by: bapt, gjb Differential Revision: https://reviews.freebsd.org/D21506 Notes: svn path=/head/; revision=351858
* Document fetchReqHTTP().Mark Johnston2019-08-281-0/+1
| | | | | | | | | | Submitted by: Farhan Khan <khanzf@gmail.com> Reviewed by: 0mp MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D18788 Notes: svn path=/head/; revision=351573
* First pass through library packaging.Glen Barber2016-02-041-0/+1
| | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/projects/release-pkg/; revision=295278
* Convert libraries to use LIBADDBaptiste Daroussin2014-11-251-4/+2
| | | | | | | While here reduce a bit overlinking Notes: svn path=/head/; revision=275024
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
| | | | | | | from the latter. Notes: svn path=/head/; revision=265420
* Use libmd if and only if OpenSSL is not available.Dag-Erling Smørgrav2012-09-141-2/+2
| | | | | | | | PR: bin/171402 MFC after: 3 days Notes: svn path=/head/; revision=240496
* Builds cleanly at the default WARNS level (WARNS=6).Dag-Erling Smørgrav2011-05-121-1/+0
| | | | Notes: svn path=/head/; revision=221823
* Increase WARNS to 4.Dag-Erling Smørgrav2011-05-121-1/+1
| | | | Notes: svn path=/head/; revision=221822
* Increase WARNS to 3.Dag-Erling Smørgrav2011-05-121-1/+1
| | | | Notes: svn path=/head/; revision=221820
* Add missing DPADD and fix whitespace.Dag-Erling Smørgrav2010-01-191-2/+3
| | | | | | | Submitted by: ru Notes: svn path=/head/; revision=202623
* Add HTTP digest authentication.Dag-Erling Smørgrav2010-01-191-1/+3
| | | | | | | | Submitted by: Jean-Francois Dockes <jf@dockes.org> Forgotten by: des (repeatedly) Notes: svn path=/head/; revision=202613
* Bump the version of all non-symbol-versioned shared libraries inKen Smith2009-07-191-1/+1
| | | | | | | | | | | preparation for 8.0-RELEASE. Add the previous version of those libraries to ObsoleteFiles.inc and bump __FreeBSD_Version. Reviewed by: kib Approved by: re (rwatson) Notes: svn path=/head/; revision=195767
* Add missing dependencies on Makefile (fixes NO_CLEAN builds).Ruslan Ermilov2007-12-191-4/+4
| | | | Notes: svn path=/head/; revision=174767
* Clean up namespace violations.Dag-Erling Smørgrav2007-12-141-2/+2
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=174588
* Enable FTP_COMBINE_CWDS.Dag-Erling Smørgrav2007-05-241-0/+2
| | | | Notes: svn path=/head/; revision=169960
* Bump library versions in preparation for 7.0.Daniel Eischen2007-05-211-1/+1
| | | | | | | Ok'd by: kan Notes: svn path=/head/; revision=169807
* Respect MK_INET6_SUPPORT.Yaroslav Tykhiy2006-07-271-1/+4
| | | | Notes: svn path=/head/; revision=160737
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-171-1/+3
| | | | | | | | | | | http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html The src.conf(5) manpage is to follow in a few days. Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine) Notes: svn path=/head/; revision=156813
* Bump the shared library version number of all libraries that have notKen Smith2005-07-221-1/+1
| | | | | | | | | | been bumped since RELENG_5. Reviewed by: ru Approved by: re (not needed for commit check but in principle...) Notes: svn path=/head/; revision=148297
* NOCRYPT -> NO_CRYPTRuslan Ermilov2004-12-211-1/+1
| | | | Notes: svn path=/head/; revision=139113
* Join the 21st century: Cryptography is no longer an optional componentColin Percival2004-08-061-1/+0
| | | | | | | | | | | | | of releases. The -DNOCRYPT build option still exists for anyone who really wants to build non-cryptographic binaries, but the "crypto" release distribution is now part of "base", and anyone installing from a release will get cryptographic binaries. Approved by: re (scottl), markm Discussed on: freebsd-current, in late April 2004 Notes: svn path=/head/; revision=133196
* Make sure the crypto versions of libfetch and fetch(1) appear inRuslan Ermilov2003-07-221-0/+1
| | | | | | | | | the "crypto" distribution. Approved by: des Notes: svn path=/head/; revision=117890
* Retire the useless NOSECURE knob.Dag-Erling Smørgrav2003-05-191-1/+1
| | | | | | | Approved by: re (scottl) Notes: svn path=/head/; revision=115157
* Mark libfetch as c99-clean. Always build at WARNS level 2 rather thanDag-Erling Smørgrav2003-05-011-2/+2
| | | | | | | | juggling with levels 2 and 3, as this has lead to world breakage for NOCRYPT users in the past. Notes: svn path=/head/; revision=114420
* No need for the OPENSSL_NO_KRB5 switch anymore.Mark Murray2003-01-311-1/+1
| | | | | | | Fixed by: nectar Notes: svn path=/head/; revision=110165
* Adjust for OpenSSL 0.9.7.Mark Murray2003-01-281-1/+1
| | | | Notes: svn path=/head/; revision=110011
* Reduce WARNS level to 3 in the non-crypto case to fix make release on sparc64.Jake Burkholder2002-12-041-1/+1
| | | | | | | | | | This may only be turning up now to changes in the cpp predefines for sparc64, which may be turning on more strict alignment checking. Approved by: re Notes: svn path=/head/; revision=107570
* Clarify my feelings towards fetch / libfetch.Dag-Erling Smørgrav2002-10-301-1/+0
| | | | Notes: svn path=/head/; revision=106187
* libfetch is now WARNS5 clean in the non-SSL case.Dag-Erling Smørgrav2002-10-281-1/+1
| | | | Notes: svn path=/head/; revision=106084
* Up WARNS to 3 if not building with crypto.Bill Fenner2002-10-281-1/+3
| | | | | | | Approved by: des Notes: svn path=/head/; revision=106068
* Use a warns setting we can catch regressions with.David E. O'Brien2002-10-201-3/+1
| | | | Notes: svn path=/head/; revision=105592
* Zap now-unused SHLIB_MINORPeter Wemm2002-09-281-1/+0
| | | | Notes: svn path=/head/; revision=104073
* Fix incorrect library ordering. I thought I'd committed this already...Dag-Erling Smørgrav2002-06-211-2/+2
| | | | Notes: svn path=/head/; revision=98550
* libfetch now depends on libcrypto and libssl.Ruslan Ermilov2002-06-061-5/+6
| | | | Notes: svn path=/head/; revision=97930
* Make SSL support conditional on NOCRYPT.Dag-Erling Smørgrav2002-06-051-0/+3
| | | | Notes: svn path=/head/; revision=97891
* During buildworld, "regular" libraries are built before crypto stuff, soDag-Erling Smørgrav2002-06-051-2/+2
| | | | | | | | libfetch can't depend on lib{crypto,ssl}. Move the dependency to fetch until we can figure out how to fix this. Notes: svn path=/head/; revision=97888
* Add the necessary dependencies for SSL.Dag-Erling Smørgrav2002-06-051-0/+2
| | | | Notes: svn path=/head/; revision=97862
* Reindent, and add parentheses to return statements. Some functions inDag-Erling Smørgrav2002-02-051-1/+1
| | | | | | | | ftp.c and http.c now have exceedingly long lines due to deep nesting; this will be corrected by reorganizing the code in a later revision. Notes: svn path=/head/; revision=90267
* Don't build with NDEBUG.Dag-Erling Smørgrav2001-12-091-3/+0
| | | | | | | | PR: bin/32615 MFC after: 1 week Notes: svn path=/head/; revision=87562
* Add NO_WERROR so the build won't die because of discarded qualifiersDag-Erling Smørgrav2001-10-191-0/+2
| | | | Notes: svn path=/head/; revision=85144
* Tons of type, style and warning fixes that have been rotting in my tree forDag-Erling Smørgrav2001-10-181-8/+30
| | | | | | | | ages - some of which wouldn't be necessary if gcc wasn't broken or TPTB were willing to do something (-fno-builtin) about it. Notes: svn path=/head/; revision=85093
* Bump major number.Dag-Erling Smørgrav2001-05-261-1/+1
| | | | Notes: svn path=/head/; revision=77239
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+1
| | | | Notes: svn path=/head/; revision=74870
* Back out previous (accidental) commit.Dag-Erling Smørgrav2001-01-081-1/+1
| | | | Notes: svn path=/head/; revision=70796
* Use "anonymous" rather than "ftp" as login name for anonymous ftp.Dag-Erling Smørgrav2001-01-081-1/+1
| | | | | | | | | Rather than have a separate (misnamed) FTP_ANONYMOUS_PASSWORD constant, use FTP_ANONYMOUS_USER (i.e. "anonymous") to construct the anonymous ftp password if getlogin() fails. Notes: svn path=/head/; revision=70795
* Install per function manpages so one doesn't mistakenly think we don'tDavid E. O'Brien2000-10-281-0/+8
| | | | | | | have manpages for libfetch's functions. Notes: svn path=/head/; revision=67809
* Dump com_err, it's a stinking crock of shit.Dag-Erling Smørgrav2000-05-251-10/+4
| | | | Notes: svn path=/head/; revision=60924
* IPv6 support.Hajimu UMEMOTO2000-05-201-0/+1
| | | | Notes: svn path=/head/; revision=60737
* Bump major number, since struct url has changed.Dag-Erling Smørgrav2000-05-111-1/+1
| | | | | | | Discussed with: jdp Notes: svn path=/head/; revision=60381