<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.sbin/pkg_install/create, branch release/2.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F2.2.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F2.2.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>1996-07-30T10:48:20Z</updated>
<entry>
<title>Add MD5 checksums to packing list for all files during pkg_create and use</title>
<updated>1996-07-30T10:48:20Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1996-07-30T10:48:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=50f56e483ad735716aa51d0ba798a096cd772bc7'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Bring in my changes for removing the pestilent obj links (unless you</title>
<updated>1996-06-24T04:26:21Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1996-06-24T04:26:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=cd9a2f5c280b40222d21ca68b5b0962ff712d6cf'/>
<id>urn:sha1:cd9a2f5c280b40222d21ca68b5b0962ff712d6cf</id>
<content type='text'>
really want them) from /usr/src.  This is the final version of the
patches, incorporating the feedback I've received from -current.
</content>
</entry>
<entry>
<title>Make pkg_install understand and use libftpio instead of its own</title>
<updated>1996-06-20T18:33:55Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1996-06-20T18:33:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a9ef0b29043a81d821683bc523433255d0166e37'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Correct some man page xrefs, and some other minor changes to bring some</title>
<updated>1996-04-08T04:18:31Z</updated>
<author>
<name>Mike Pritchard</name>
<email>mpp@FreeBSD.org</email>
</author>
<published>1996-04-08T04:18:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=edf0e5b3f896da8bf8b1fd0b923401d0c0141aa4'/>
<id>urn:sha1:edf0e5b3f896da8bf8b1fd0b923401d0c0141aa4</id>
<content type='text'>
man pages up to mdoc guidelines and fix some minor formatting glitches.
Also fixed a number of man pages to not abuse the .Xr macro to
display functions and path names and a lot of other junk.
</content>
</entry>
<entry>
<title>Close a file descriptor that I had (harmlessly) left open in a child</title>
<updated>1996-03-20T19:05:59Z</updated>
<author>
<name>John Polstra</name>
<email>jdp@FreeBSD.org</email>
</author>
<published>1996-03-20T19:05:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2e9061daf8f202eb770dff62a84e1dac7b4af1e3'/>
<id>urn:sha1:2e9061daf8f202eb770dff62a84e1dac7b4af1e3</id>
<content type='text'>
process.
</content>
</entry>
<entry>
<title>Another round of man page cleanups.</title>
<updated>1996-02-12T04:57:03Z</updated>
<author>
<name>Mike Pritchard</name>
<email>mpp@FreeBSD.org</email>
</author>
<published>1996-02-12T04:57:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=bcff8e2ae45e518525d7ef2084dd1b1b33b8f026'/>
<id>urn:sha1:bcff8e2ae45e518525d7ef2084dd1b1b33b8f026</id>
<content type='text'>
Down to only about 100 items left to cleanup! :-)
</content>
</entry>
<entry>
<title>Fixed pkg_create to eliminate the limits on the size of the PLIST.</title>
<updated>1996-02-06T22:49:11Z</updated>
<author>
<name>John Polstra</name>
<email>jdp@FreeBSD.org</email>
</author>
<published>1996-02-06T22:49:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fc29ad10fd1e927a2b1584862faa69e7799fbe31'/>
<id>urn:sha1:fc29ad10fd1e927a2b1584862faa69e7799fbe31</id>
<content type='text'>
Formerly, there were limits on both the number of files (hard-coded into
the program) and the number of characters (because of the ARG_MAX limit
in exec(2)).  In this new version, the filenames are passed to tar through
a pipe, using tar's "-T" option, rather than on the command line.
</content>
</entry>
<entry>
<title>Bring forward my changes from 2.1</title>
<updated>1995-10-25T15:38:37Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1995-10-25T15:38:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=36b7319742ddd913fef91b3fd8b52ed3db79baed'/>
<id>urn:sha1:36b7319742ddd913fef91b3fd8b52ed3db79baed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove useless -lftp arguments from Makefiles.</title>
<updated>1995-08-04T07:14:08Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1995-08-04T07:14:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ba508869caebae8c24606cd50b6edf4469b6ccb7'/>
<id>urn:sha1:ba508869caebae8c24606cd50b6edf4469b6ccb7</id>
<content type='text'>
Suggested by: ache
</content>
</entry>
<entry>
<title>Remove trailing whitespace.</title>
<updated>1995-05-30T03:57:47Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1995-05-30T03:57:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=709e8f9ae1d734c1a163c9b421df4b8153939ce7'/>
<id>urn:sha1:709e8f9ae1d734c1a163c9b421df4b8153939ce7</id>
<content type='text'>
</content>
</entry>
</feed>
