<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/pkg_install/create/main.c, 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>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: 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>
<entry>
<title>MFC: add ability to handle bzip2-compressed packages.</title>
<updated>2001-02-05T10:02:52+00:00</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2001-02-05T10:02:52+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=781abe9529c1d323e600566e6a87ecb5fededcda'/>
<id>781abe9529c1d323e600566e6a87ecb5fededcda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2001-01-19T11:08:57+00:00</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2001-01-19T11:08:57+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=886d00bc23eac038ab72c262c5b25115cdb3c1fb'/>
<id>886d00bc23eac038ab72c262c5b25115cdb3c1fb</id>
<content type='text'>
- Fix a nasty bug where pkg_create doesn't gzip package if lengh of package
  name is less than 5;
- style cleanups.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Fix a nasty bug where pkg_create doesn't gzip package if lengh of package
  name is less than 5;
- style cleanups.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2000-10-31T07:21:28+00:00</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2000-10-31T07:21:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2bb0bf4c4df20228de788709a22d4b352d0b3382'/>
<id>2bb0bf4c4df20228de788709a22d4b352d0b3382</id>
<content type='text'>
Add "-o" option to pkg_create(1) and pkg_info(1). This option intended to record
a path of the port from which package has been created within FreeBSD Ports
Collection and will be used to improve pkg_version(1) and similar tools.

Reviewed by:		freebsd-ports, jkh
Approved by:		jkh
MFC Approved by:	jkh
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add "-o" option to pkg_create(1) and pkg_info(1). This option intended to record
a path of the port from which package has been created within FreeBSD Ports
Collection and will be used to improve pkg_version(1) and similar tools.

Reviewed by:		freebsd-ports, jkh
Approved by:		jkh
MFC Approved by:	jkh
</pre>
</div>
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-28T01:35:59+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-28T01:35:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=97d92980a96a50750844f420cc225ddf918f0699'/>
<id>97d92980a96a50750844f420cc225ddf918f0699</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>'?' shouldn't be in the usage string.  Unknown characters are already</title>
<updated>1999-06-24T06:33:24+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>1999-06-24T06:33:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=02db1769f30fe606ac5e0e6e7108065e4e70dcb3'/>
<id>02db1769f30fe606ac5e0e6e7108065e4e70dcb3</id>
<content type='text'>
converted to '?'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
converted to '?'.
</pre>
</div>
</content>
</entry>
<entry>
<title>If we are going to have a case for '?' then we should define it in Options.</title>
<updated>1999-06-23T16:54:38+00:00</updated>
<author>
<name>Bill Fumerola</name>
<email>billf@FreeBSD.org</email>
</author>
<published>1999-06-23T16:54:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=69f838925308c01c5d473c5760f0e604ae65d99e'/>
<id>69f838925308c01c5d473c5760f0e604ae65d99e</id>
<content type='text'>
Submitted by:	Ben Olson &lt;bseth@chc-chimes.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:	Ben Olson &lt;bseth@chc-chimes.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
