<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/pkg_install/lib, branch release/2.2.1_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>1997-03-27T03:07:27+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1997-03-27T03:07:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1784d64eb85eb63599204bb31b826970b6661e65'/>
<id>1784d64eb85eb63599204bb31b826970b6661e65</id>
<content type='text'>
'RELENG_2_2_1_RELEASE'.

This commit was manufactured to restore the state of the 2.2.1-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_2_2_1_RELEASE'.

This commit was manufactured to restore the state of the 2.2.1-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</pre>
</div>
</content>
</entry>
<entry>
<title>YAMFC</title>
<updated>1996-11-28T08:28:35+00:00</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1996-11-28T08:28:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f72f5a58cc94fe39f63b4c32a564b34b4beb12bb'/>
<id>f72f5a58cc94fe39f63b4c32a564b34b4beb12bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix PR#1557 - chained package dependencies using URLs didn't work.</title>
<updated>1996-10-14T19:41:44+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1996-10-14T19:41:44+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=82d4f7288d09bef9ed6911a05bafe70fe0dc4a15'/>
<id>82d4f7288d09bef9ed6911a05bafe70fe0dc4a15</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Put verbosity in the right place.</title>
<updated>1996-08-01T12:13:20+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1996-08-01T12:13:20+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7204896f94b789f23828a6f9495d8c437b94920c'/>
<id>7204896f94b789f23828a6f9495d8c437b94920c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add MD5 checksums to packing list for all files during pkg_create and use</title>
<updated>1996-07-30T10:48:20+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1996-07-30T10:48:20+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=50f56e483ad735716aa51d0ba798a096cd772bc7'/>
<id>50f56e483ad735716aa51d0ba798a096cd772bc7</id>
<content type='text'>
later at pkg_delete time to verify that you're deleting what you added.
This, of course, does NOT cover the case where a file you still need
hasn't changed!  That's a tougher problem to solve, and this provides
only the minimal amount of safety belt.  MD5 checksums are stored in comment
fields, so packages produced with these tools are backwards compatible with
the older ones.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
later at pkg_delete time to verify that you're deleting what you added.
This, of course, does NOT cover the case where a file you still need
hasn't changed!  That's a tougher problem to solve, and this provides
only the minimal amount of safety belt.  MD5 checksums are stored in comment
fields, so packages produced with these tools are backwards compatible with
the older ones.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make pkg_install understand and use libftpio instead of its own</title>
<updated>1996-06-20T18:33:55+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1996-06-20T18:33:55+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a9ef0b29043a81d821683bc523433255d0166e37'/>
<id>a9ef0b29043a81d821683bc523433255d0166e37</id>
<content type='text'>
copies of the ftp support routines.  Also some cosmetic and minor
bug fixes I've been meaning to incorporate for awhile.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
copies of the ftp support routines.  Also some cosmetic and minor
bug fixes I've been meaning to incorporate for awhile.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change min_free to return free space as an off_t instead of a size_t.</title>
<updated>1996-06-08T00:46:33+00:00</updated>
<author>
<name>Alexander Langer</name>
<email>alex@FreeBSD.org</email>
</author>
<published>1996-06-08T00:46:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3f8b85263c2de717a15f1c5e854d2360ca4b1c4b'/>
<id>3f8b85263c2de717a15f1c5e854d2360ca4b1c4b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a couple of miscellaneous bugs and make pkg_add also support reading</title>
<updated>1996-03-12T06:12:43+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1996-03-12T06:12:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1c3f12fd44bb6373174e7543e3a205e0518449df'/>
<id>1c3f12fd44bb6373174e7543e3a205e0518449df</id>
<content type='text'>
from stdin.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
from stdin.
</pre>
</div>
</content>
</entry>
<entry>
<title>Initialize the argument list in the unpack() routine to zero.</title>
<updated>1996-02-19T02:35:56+00:00</updated>
<author>
<name>Mike Pritchard</name>
<email>mpp@FreeBSD.org</email>
</author>
<published>1996-02-19T02:35:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=247f99f51f7dbda91a11010d545fb537cee8a67b'/>
<id>247f99f51f7dbda91a11010d545fb537cee8a67b</id>
<content type='text'>
This prevents a core dump due to the stack being trashed if pkg_add
is asked to process something that really isn't a package file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This prevents a core dump due to the stack being trashed if pkg_add
is asked to process something that really isn't a package file.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix to catch a stupid oversight on my part which allowed this thing</title>
<updated>1996-02-09T12:05:26+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1996-02-09T12:05:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=dab396ba99e62efcd229de5c73b76d464cd28ba3'/>
<id>dab396ba99e62efcd229de5c73b76d464cd28ba3</id>
<content type='text'>
to remove the current directory under certain circumstances.
Submitted by:	Richard J Kuhns &lt;rjk@watson.grauel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to remove the current directory under certain circumstances.
Submitted by:	Richard J Kuhns &lt;rjk@watson.grauel.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
