<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/pkg_install/lib, branch releng/4.9</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>MFC: Support for pkg_add -C (conflicts) and pkg_info -P (pkg_tools version).</title>
<updated>2003-08-11T01:13:44+00:00</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2003-08-11T01:13:44+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=71504e9ece4f809274fb5d0c1e25c1ea0ed78313'/>
<id>71504e9ece4f809274fb5d0c1e25c1ea0ed78313</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: rev 1.15</title>
<updated>2003-06-09T17:02:31+00:00</updated>
<author>
<name>Mario Sergio Fujikawa Ferreira</name>
<email>lioux@FreeBSD.org</email>
</author>
<published>2003-06-09T17:02:31+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=542ffa627f117f5d5e201d34d4a2813ee9861373'/>
<id>542ffa627f117f5d5e201d34d4a2813ee9861373</id>
<content type='text'>
"pkg_create incorrectly does not add trailing '\n' when it receives
either COMMENT or DESCR from the command line. When a port is
installed, one gets both +COMMENT and +DESCR files with a trailing
'\n' character. However, +COMMENT does not contain a trailing '\n'
when it is installed from a package due to this behavior of pkg_create.

 Therefore, make sure it behaves exactly the same regardless of
where it got its information; either command line or files. The
modified functions are used by pkg_create."

PR:		52097
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"pkg_create incorrectly does not add trailing '\n' when it receives
either COMMENT or DESCR from the command line. When a port is
installed, one gets both +COMMENT and +DESCR files with a trailing
'\n' character. However, +COMMENT does not contain a trailing '\n'
when it is installed from a package due to this behavior of pkg_create.

 Therefore, make sure it behaves exactly the same regardless of
where it got its information; either command line or files. The
modified functions are used by pkg_create."

PR:		52097
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: rev 1.49</title>
<updated>2003-06-09T17:01:26+00:00</updated>
<author>
<name>Mario Sergio Fujikawa Ferreira</name>
<email>lioux@FreeBSD.org</email>
</author>
<published>2003-06-09T17:01:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=435ece28c2e9310062d18b1aa26c4e4761b6c432'/>
<id>435ece28c2e9310062d18b1aa26c4e4761b6c432</id>
<content type='text'>
"pkg_create incorrectly does not add trailing '\n' when it receives
either COMMENT or DESCR from the command line. When a port is
installed, one gets both +COMMENT and +DESCR files with a trailing
'\n' character. However, +COMMENT does not contain a trailing '\n'
when it is installed from a package due to this behavior of pkg_create.

 Therefore, make sure it behaves exactly the same regardless of
where it got its information; either command line or files. The
modified functions are used by pkg_create."

PR:		52097
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"pkg_create incorrectly does not add trailing '\n' when it receives
either COMMENT or DESCR from the command line. When a port is
installed, one gets both +COMMENT and +DESCR files with a trailing
'\n' character. However, +COMMENT does not contain a trailing '\n'
when it is installed from a package due to this behavior of pkg_create.

 Therefore, make sure it behaves exactly the same regardless of
where it got its information; either command line or files. The
modified functions are used by pkg_create."

PR:		52097
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert to gzip as the default compression scheme used by the</title>
<updated>2002-09-25T23:22:14+00:00</updated>
<author>
<name>Bruce A. Mah</name>
<email>bmah@FreeBSD.org</email>
</author>
<published>2002-09-25T23:22:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3cd4a69c918648151d5d446f9d01f470f4d3e833'/>
<id>3cd4a69c918648151d5d446f9d01f470f4d3e833</id>
<content type='text'>
pkg_* utilities.

While the idea of bzip2 compression is a good one, our support for
this feature isn't mature enough for the impending release.

Reviewed by:	obrien
Approved by:	re (bmah)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pkg_* utilities.

While the idea of bzip2 compression is a good one, our support for
this feature isn't mature enough for the impending release.

Reviewed by:	obrien
Approved by:	re (bmah)
</pre>
</div>
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_4'.</title>
<updated>2002-09-13T12:31:57+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2002-09-13T12:31:57+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4a3cc125bd85028a0f69654eb14609194739da99'/>
<id>4a3cc125bd85028a0f69654eb14609194739da99</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC:  use '' quotes instead of `' to delimit names of files and packages</title>
<updated>2002-08-31T19:38:55+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-08-31T19:38:55+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=41726a2e21b9247ef51bc7f1b215d31c9f11d5bb'/>
<id>41726a2e21b9247ef51bc7f1b215d31c9f11d5bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: convert our compression method to bzip2 from gzip.</title>
<updated>2002-08-31T19:25:55+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-08-31T19:25:55+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=66079f4d839bd23d757c4153beee1ba71358b498'/>
<id>66079f4d839bd23d757c4153beee1ba71358b498</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: Reduce private "lesser known" function redirection to improve clarity.</title>
<updated>2002-08-31T18:54:28+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-08-31T18:54:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a42d47530fecbb398a2bcaf75e83cc318a1e72d9'/>
<id>a42d47530fecbb398a2bcaf75e83cc318a1e72d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC from rev 1.57: Preserve suid/gid permissions when extracting</title>
<updated>2002-08-24T20:09:15+00:00</updated>
<author>
<name>Mario Sergio Fujikawa Ferreira</name>
<email>lioux@FreeBSD.org</email>
</author>
<published>2002-08-24T20:09:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=266ba32995a07662b6fe41f07099a0faad10984e'/>
<id>266ba32995a07662b6fe41f07099a0faad10984e</id>
<content type='text'>
packages remotelly fetched with -r option

Reviewed by:	will
Approved by:	will
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
packages remotelly fetched with -r option

Reviewed by:	will
Approved by:	will
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: don't use the GCC'ism __FUNCTION__, but rather than ISO __func__'ism.</title>
<updated>2002-08-20T06:35:08+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-08-20T06:35:08+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=77dbc216d6ff30ad691205b52a689672af7a57e8'/>
<id>77dbc216d6ff30ad691205b52a689672af7a57e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
