<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/pkg_install, branch releng/5.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F5.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F5.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2003-01-16T06:03:40Z</updated>
<entry>
<title>Note the home of the 5.0-release packages.</title>
<updated>2003-01-16T06:03:40Z</updated>
<author>
<name>Scott Long</name>
<email>scottl@FreeBSD.org</email>
</author>
<published>2003-01-16T06:03:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=324410b130b0e7393ea2c7d77daa7ec3da8c0571'/>
<id>urn:sha1:324410b130b0e7393ea2c7d77daa7ec3da8c0571</id>
<content type='text'>
Approved by:	re (blanket)
</content>
</entry>
<entry>
<title>MFC: revert getbsize's headerlenp argument back to an int *.</title>
<updated>2003-01-08T10:12:14Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-01-08T10:12:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=539c39454397ff4cf5cd909baba65ed120fd5d1b'/>
<id>urn:sha1:539c39454397ff4cf5cd909baba65ed120fd5d1b</id>
<content type='text'>
Approved by:	re
</content>
</entry>
<entry>
<title>Uniformly refer to a file system as "file system".</title>
<updated>2002-12-12T17:26:04Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-12-12T17:26:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8d5d039f80a8d31947f4e84af20e8a56d0009c32'/>
<id>urn:sha1:8d5d039f80a8d31947f4e84af20e8a56d0009c32</id>
<content type='text'>
Approved by:	re
</content>
</entry>
<entry>
<title>Minimal change to cause pkg_version to examine the new INDEX-5 file</title>
<updated>2002-12-04T17:22:48Z</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2002-12-04T17:22:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cc865772a5000391bab73cdc11fe2c602abdcb23'/>
<id>urn:sha1:cc865772a5000391bab73cdc11fe2c602abdcb23</id>
<content type='text'>
instead of INDEX.  This should be done better since this file name will
depend on the FreeBSD major version.
</content>
</entry>
<entry>
<title>Assume that packages passed on stdin are in bzip2 format, not gzip.</title>
<updated>2002-11-14T21:01:17Z</updated>
<author>
<name>Bruce A. Mah</name>
<email>bmah@FreeBSD.org</email>
</author>
<published>2002-11-14T21:01:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2930533d3f558f3c8cb0535a04b56b605f7d3a5a'/>
<id>urn:sha1:2930533d3f558f3c8cb0535a04b56b605f7d3a5a</id>
<content type='text'>
(sysinstall depends on this feature for package addition.)

Comment on hard-coded bzip2 usage in the spirit of rev. 1.58.
</content>
</entry>
<entry>
<title>Clean up a little.  Don't need to include fetch.h any more, and I can't</title>
<updated>2002-11-06T09:03:53Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-11-06T09:03:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=242bb953123025450236e46b62e0af6f7e68df5d'/>
<id>urn:sha1:242bb953123025450236e46b62e0af6f7e68df5d</id>
<content type='text'>
find any consumers of HOSTNAME_MAX.
</content>
</entry>
<entry>
<title>Break fileGetURL() out into its own file so that pkg_install/lib consumers</title>
<updated>2002-11-06T08:57:03Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-11-06T08:57:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d920cd78f473241c6858a1abd9937b6ee0114712'/>
<id>urn:sha1:d920cd78f473241c6858a1abd9937b6ee0114712</id>
<content type='text'>
pkg_{create,delete} don't need to needlessly link with libfetch.
</content>
</entry>
<entry>
<title>Whitespace cleanup</title>
<updated>2002-10-29T12:14:31Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2002-10-29T12:14:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8758ef9b411a991f1c25c435f885bf35289a54e0'/>
<id>urn:sha1:8758ef9b411a991f1c25c435f885bf35289a54e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>getbsize() now takes a pointer to a size_t as its first arg.  A pointer</title>
<updated>2002-10-24T17:27:32Z</updated>
<author>
<name>Andrew Gallatin</name>
<email>gallatin@FreeBSD.org</email>
</author>
<published>2002-10-24T17:27:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fda36595314d17ac6df1d4683243153c59d27223'/>
<id>urn:sha1:fda36595314d17ac6df1d4683243153c59d27223</id>
<content type='text'>
to an int no longer works on an LP64 platform...
</content>
</entry>
<entry>
<title>Teach pkg_add -r how to find 4.7-RELEASE packages with an appropriate</title>
<updated>2002-10-08T05:15:21Z</updated>
<author>
<name>Bruce A. Mah</name>
<email>bmah@FreeBSD.org</email>
</author>
<published>2002-10-08T05:15:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b07931e5811492937a408f38f7ccb5025c14b057'/>
<id>urn:sha1:b07931e5811492937a408f38f7ccb5025c14b057</id>
<content type='text'>
osreldate.

(Actually, due to differences in package compression formats, I'm
not sure that a -CURRENT pkg_add -r will do the right thing in
this case, once it finds them.)
</content>
</entry>
</feed>
