<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/pkg_install/create, branch release/4.6.2</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>Improve the Bzip2 handling.</title>
<updated>2002-05-29T18:31:11+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-05-29T18:31:11+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5b6d93a051a8805356809671e8f81cd257f00b23'/>
<id>5b6d93a051a8805356809671e8f81cd257f00b23</id>
<content type='text'>
Approved by:	murray(re)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Approved by:	murray(re)
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2002-05-20T09:53:16+00:00</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2002-05-20T09:53:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a322231d2f614d5ea8a3ed55731b326d6993a9e6'/>
<id>a322231d2f614d5ea8a3ed55731b326d6993a9e6</id>
<content type='text'>
- make `-g' working for symlinks (PR 33857);
- make pkg_info working again when argument is a file not in the current
  directory (PR 37571);
- when packing installed package into a file (pkg_create -b) make sure to
  include all package files into resulting tarball (PR 34007).

Approved by:	re
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- make `-g' working for symlinks (PR 33857);
- make pkg_info working again when argument is a file not in the current
  directory (PR 37571);
- when packing installed package into a file (pkg_create -b) make sure to
  include all package files into resulting tarball (PR 34007).

Approved by:	re
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2002-02-27T18:45:17+00:00</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2002-02-27T18:45:17+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=18457c94057a1bc68a2ff273affbc4c5eab9199b'/>
<id>18457c94057a1bc68a2ff273affbc4c5eab9199b</id>
<content type='text'>
- make sortdeps() working with dependency lists containing one or no elements;
- provide protection against incorrect input (dependency list).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- make sortdeps() working with dependency lists containing one or no elements;
- provide protection against incorrect input (dependency list).
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: use maximum compression when creating .tgz packages.</title>
<updated>2002-01-18T08:37:46+00:00</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2002-01-18T08:37:46+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b08e159d159e1f37df3d652f07aa25026453202a'/>
<id>b08e159d159e1f37df3d652f07aa25026453202a</id>
<content type='text'>
Approved by:	re
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Approved by:	re
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: Revision 1.50 of -CURRENT.</title>
<updated>2002-01-16T00:24:30+00:00</updated>
<author>
<name>Giorgos Keramidas</name>
<email>keramida@FreeBSD.org</email>
</author>
<published>2002-01-16T00:24:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1891d889032be8bd57ccfd56cec81cc3091f6d92'/>
<id>1891d889032be8bd57ccfd56cec81cc3091f6d92</id>
<content type='text'>
     (Add pkg_update(1) to the SEE ALSO section.)

Approved by:	ru, murray
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
     (Add pkg_update(1) to the SEE ALSO section.)

Approved by:	ru, murray
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2001-11-19T09:45:30+00:00</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2001-11-19T09:45:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3aed9755ae52bd891726e2f90813265e25c9ec83'/>
<id>3aed9755ae52bd891726e2f90813265e25c9ec83</id>
<content type='text'>
- use strlcpy(3) instead of strcpy(3) to copy user-supplied argument into a
  fixed size buffer;
- make `-t' flag in pkg_*(1) tools actually working.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- use strlcpy(3) instead of strcpy(3) to copy user-supplied argument into a
  fixed size buffer;
- make `-t' flag in pkg_*(1) tools actually working.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: make `-b' option actually work as advertised.</title>
<updated>2001-10-25T07:57:43+00:00</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2001-10-25T07:57:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8bf595bd77d21dde244faf19252d21700581ab4c'/>
<id>8bf595bd77d21dde244faf19252d21700581ab4c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: symlinks and other non-regular files handling fixes, packing list format</title>
<updated>2001-10-24T10:06:56+00:00</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2001-10-24T10:06:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e1690aa6cc085ef8aa210051ff6a3b1b9ea8335c'/>
<id>e1690aa6cc085ef8aa210051ff6a3b1b9ea8335c</id>
<content type='text'>
versioning.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
versioning.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: WANSify.</title>
<updated>2001-10-23T09:16:04+00:00</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2001-10-23T09:16:04+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a3b714904da44816e08589fcf09056b269af43cf'/>
<id>a3b714904da44816e08589fcf09056b269af43cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: allow package file to be created from a locally installed package.</title>
<updated>2001-10-22T12:22:27+00:00</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2001-10-22T12:22:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b5205c429a71eda42e3ddea46489a62f4dd59aa4'/>
<id>b5205c429a71eda42e3ddea46489a62f4dd59aa4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
