<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/fetch/Makefile, branch stable/4</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=stable%2F4</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=stable%2F4'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2004-12-13T13:50:02Z</updated>
<entry>
<title>MFC:</title>
<updated>2004-12-13T13:50:02Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2004-12-13T13:50:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f60b09ba5c22ffd55420ef8731d0a962f2ccb4f3'/>
<id>urn:sha1:f60b09ba5c22ffd55420ef8731d0a962f2ccb4f3</id>
<content type='text'>
Makefile.inc1 1.361
bin/ed/Makefile 1.22
lib/Makefile 1.157
lib/libcrypt/Makefile 1.31
lib/libfetch/Makefile 1.41
lib/libpam/modules/modules.inc 1.17
libexec/Makefile 1.61
share/examples/etc/make.conf 1.215
share/man/man5/make.conf.5 1.73
usr.bin/Makefile 1.239
usr.bin/fetch/Makefile 1.14
usr.sbin/pkg_install/Makefile 1.14
usr.sbin/pkg_install/add/Makefile 1.17
usr.sbin/pkg_install/info/Makefile 1.17
usr.sbin/pkg_install/version/Makefile 1.12
usr.sbin/ppp/Makefile 1.95, 1.96
usr.sbin/pppd/Makefile 1.25
usr.sbin/sendmail/Makefile 1.40
usr.sbin/tcpdump/tcpdump/Makefile 1.36

Retire the useless NOSECURE knob.

The motivation for this MFC is that MAKE_KERBEROS4 and MAKE_KERBEROS5
are meant to be buildable by various makefiles when NOSECURE is set but
this was broken because Kerberos depends on e.g. des(3) from OpenSSL
which wasn't built when NOSECURE was defined. Fixing the NOSECURE knob
however would have meant to make it do the same as the NOCRYPT knob.
If you had been using the NOSECURE build knob please now use the NOCRYPT
knob instead.

Discussed with:	ru (some months ago)
Reviewed by:	ru (some months ago)
Approved by:	markm (telnet and secure bits, some months ago), kensmith (re)
</content>
</entry>
<entry>
<title>Link against libcrypto and libssl, for the benefit of those building</title>
<updated>2003-01-09T11:54:58Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2003-01-09T11:54:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c6fda45119a3b2e47ccf7f3932587dc486f4ae5f'/>
<id>urn:sha1:c6fda45119a3b2e47ccf7f3932587dc486f4ae5f</id>
<content type='text'>
static worlds (the dynamic case is taken care of by the dependencies
registered in libfetch.so)
</content>
</entry>
<entry>
<title>MFC: synch with -CURRENT (authentication callback, timeout, atomicity,</title>
<updated>2001-12-18T09:48:09Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2001-12-18T09:48:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=544074758fd9268a49d16cf191d9e0d3fbdf7728'/>
<id>urn:sha1:544074758fd9268a49d16cf191d9e0d3fbdf7728</id>
<content type='text'>
warnings and style)
</content>
</entry>
<entry>
<title>MFC: libfetch-based fetch(1)</title>
<updated>2000-07-16T01:16:46Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2000-07-16T01:16:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7ee95268b1b77581fe1e322e863823b7c099807a'/>
<id>urn:sha1:7ee95268b1b77581fe1e322e863823b7c099807a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prettify, add $FreeBSD$ and claim maintainership</title>
<updated>2000-06-29T09:28:26Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2000-06-29T09:28:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ac365fd452a8b8010f4fdcf34b46271b8e5d15e0'/>
<id>urn:sha1:ac365fd452a8b8010f4fdcf34b46271b8e5d15e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Here is my long-threatened revamping of fetch.  Jean-Marc probably won't</title>
<updated>1997-01-30T21:43:44Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>1997-01-30T21:43:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=78be319939ae554e082c896ee5303b0c61e38ccc'/>
<id>urn:sha1:78be319939ae554e082c896ee5303b0c61e38ccc</id>
<content type='text'>
recognize it any more.  This makes the following significant changes:

- The main body of the program doesn't know a thing about URIs,
  HTTP, or FTP.  This makes it possible to easily plug in other
  protocols.  (The next revision will probably be able to dynamically
  add new recognizers.)

- There are no longer arbitrary timeouts for the protocols.  If you want
  to set one for yourself, use the environment variables.

- FTP proxies are now supported (if I implemented it right).

- The HTTP implementation is much more complete, and can now do restarts,
  preserve modtimes, and mrun in mirror mode.  It's not yet up to 1.1,
  but it's getting there.

- Transaction TCP is now used for sending HTTP requests.  The HTTP/1.1 syntax
  for requesting that the connection be closed after one request is
  implemented.

In all of this, I have doubtless broken somebody.  Please test it and tell me
about the bugs.
</content>
</entry>
<entry>
<title>Add -Wall to CFLAGS</title>
<updated>1996-06-26T20:49:41Z</updated>
<author>
<name>Gary Palmer</name>
<email>gpalmer@FreeBSD.org</email>
</author>
<published>1996-06-26T20:49:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=84b54bb4981e69cf1e85b9f003fcb0db65dde335'/>
<id>urn:sha1:84b54bb4981e69cf1e85b9f003fcb0db65dde335</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Jean-Marc's url fetch program, with Josh MacDonald's patches and</title>
<updated>1996-06-19T09:32:11Z</updated>
<author>
<name>Satoshi Asami</name>
<email>asami@FreeBSD.org</email>
</author>
<published>1996-06-19T09:32:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5e5a2c7fb1a9571994f32fd0f8bde30c32607f41'/>
<id>urn:sha1:5e5a2c7fb1a9571994f32fd0f8bde30c32607f41</id>
<content type='text'>
Jordan's ftpio library.

Submitted by:	jmz, jkh, jmacd (three-j!)
</content>
</entry>
</feed>
