<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/pkg_install/lib, branch upstream/10.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>sysconf(3) returns a long, not an int.</title>
<updated>2013-06-29T00:37:49+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2013-06-29T00:37:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=fd50eef3043ac999772c073971734461e8a40ad8'/>
<id>fd50eef3043ac999772c073971734461e8a40ad8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sysconf(3) returns a long, not an int.</title>
<updated>2013-06-28T17:18:28+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2013-06-28T17:18:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c7328a9506db4eedc9a3942ae07e26d42ba50b24'/>
<id>c7328a9506db4eedc9a3942ae07e26d42ba50b24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix compilation errors.</title>
<updated>2013-01-23T07:22:33+00:00</updated>
<author>
<name>Jason Evans</name>
<email>jasone@FreeBSD.org</email>
</author>
<published>2013-01-23T07:22:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=44728051fda936b28e4cc29c6458954b4e3bb1e0'/>
<id>44728051fda936b28e4cc29c6458954b4e3bb1e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use snprintf instead of strc* functions and add bounds checking when creating</title>
<updated>2013-01-22T22:41:12+00:00</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2013-01-22T22:41:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5771a68296440014d191f6958e88d2184dcc0376'/>
<id>5771a68296440014d191f6958e88d2184dcc0376</id>
<content type='text'>
pkgngpath

Submitted by:	sbz, gahr
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pkgngpath

Submitted by:	sbz, gahr
</pre>
</div>
</content>
</entry>
<entry>
<title>Provide an option to users to shoot themselves in the foot.</title>
<updated>2012-11-26T05:11:07+00:00</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2012-11-26T05:11:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=fe02827f92311e1800c2f1583492ea9866596d02'/>
<id>fe02827f92311e1800c2f1583492ea9866596d02</id>
<content type='text'>
Reviewed by:	bapt
Approved by:	cperciva
MFC after:	1 month
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed by:	bapt
Approved by:	cperciva
MFC after:	1 month
</pre>
</div>
</content>
</entry>
<entry>
<title>Use modern license instead of being consistent with the other pkg_ tools</title>
<updated>2012-11-26T05:11:03+00:00</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2012-11-26T05:11:03+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=166fab99e0668431b1ebd3f47d55ccad462300e8'/>
<id>166fab99e0668431b1ebd3f47d55ccad462300e8</id>
<content type='text'>
Use a more informative message
Fix some style(9) nits.
Bump version number
In pkg_add only warn users after the chroot is performed.

Submitted by:	gavin, jilles
Reviewed by:	beat, bapt
Approved by:	cperciva
MFC after:	1 month
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use a more informative message
Fix some style(9) nits.
Bump version number
In pkg_add only warn users after the chroot is performed.

Submitted by:	gavin, jilles
Reviewed by:	beat, bapt
Approved by:	cperciva
MFC after:	1 month
</pre>
</div>
</content>
</entry>
<entry>
<title>Warn users when using pkg tools if it looks like they</title>
<updated>2012-10-22T02:12:20+00:00</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2012-10-22T02:12:20+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=529d9f352adbd76589a2e0d7c491ffd1afb29b06'/>
<id>529d9f352adbd76589a2e0d7c491ffd1afb29b06</id>
<content type='text'>
be be pkgng users.

Reviewed by:	bapt (earlier version)
Reviewed by:	kwm
Approved by:	cperciva
MFC after:	3 days
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
be be pkgng users.

Reviewed by:	bapt (earlier version)
Reviewed by:	kwm
Approved by:	cperciva
MFC after:	3 days
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure that each va_start has one and only one matching va_end,</title>
<updated>2012-09-28T07:51:30+00:00</updated>
<author>
<name>Kevin Lo</name>
<email>kevlo@FreeBSD.org</email>
</author>
<published>2012-09-28T07:51:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ba670ce0239ee18cc7bc30bd3119f0e82234a71a'/>
<id>ba670ce0239ee18cc7bc30bd3119f0e82234a71a</id>
<content type='text'>
especially in error cases.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
especially in error cases.
</pre>
</div>
</content>
</entry>
<entry>
<title>if a file in plist starts with / then do not prefix it with "prefix" [1]</title>
<updated>2012-09-18T22:09:23+00:00</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2012-09-18T22:09:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8781da230cb24ebba6bfca888ab8c3dbf0685181'/>
<id>8781da230cb24ebba6bfca888ab8c3dbf0685181</id>
<content type='text'>
pkg info -g returns 1 if a file mismatch [2]
flush stdout in pkg info -g [3]
clean up quiet mode (-q | --quiet) output of pkg_version(1) [4]
fix missing error call in uname check added to pkg_version(1) [5]
fix pkg_add(1) fails to install with -C from bad path [6]
only resolve path from pkg_add(1) -p if the given prefix do not start with a '/' [7]

PR:		bin/13128 [1]
		bin/139015 [2]
		bin/113702 [3]
		bin/142570 [4]
		bin/146857 [5]
		bin/157543 [6]
Submitted by:	cy [1]
		Anton Yuzhaninov &lt;citrin@citrin.ru&gt; [2]
		Ighighi &lt;ighighi@gmail.com&gt; [3]
		"N.J. Mann" &lt;njm@njm.me.uk&gt; [4]
		gcooper [5]
		David Naylor &lt;naylor.b.david@gmail.com&gt; [6]
		netchild [7]
MFC after:	2 weeks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pkg info -g returns 1 if a file mismatch [2]
flush stdout in pkg info -g [3]
clean up quiet mode (-q | --quiet) output of pkg_version(1) [4]
fix missing error call in uname check added to pkg_version(1) [5]
fix pkg_add(1) fails to install with -C from bad path [6]
only resolve path from pkg_add(1) -p if the given prefix do not start with a '/' [7]

PR:		bin/13128 [1]
		bin/139015 [2]
		bin/113702 [3]
		bin/142570 [4]
		bin/146857 [5]
		bin/157543 [6]
Submitted by:	cy [1]
		Anton Yuzhaninov &lt;citrin@citrin.ru&gt; [2]
		Ighighi &lt;ighighi@gmail.com&gt; [3]
		"N.J. Mann" &lt;njm@njm.me.uk&gt; [4]
		gcooper [5]
		David Naylor &lt;naylor.b.david@gmail.com&gt; [6]
		netchild [7]
MFC after:	2 weeks
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not change owner, group, or mode when package database directory and</title>
<updated>2012-09-14T00:19:06+00:00</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2012-09-14T00:19:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d902fa0fa496c0147bbd25165e84180775421def'/>
<id>d902fa0fa496c0147bbd25165e84180775421def</id>
<content type='text'>
its contents are created with pkg_add(1).  It may happen when the packing
list contains @owner, @group, or @mode.

Reported by:	Donald Bostrom (dbostrom at niksun dot com)
Reviewed by:	portmgr (bapt)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
its contents are created with pkg_add(1).  It may happen when the packing
list contains @owner, @group, or @mode.

Reported by:	Donald Bostrom (dbostrom at niksun dot com)
Reviewed by:	portmgr (bapt)
</pre>
</div>
</content>
</entry>
</feed>
