svn commit: r206043 - in head/usr.sbin/pkg_install: add delete
lib version
pluknet
pluknet at gmail.com
Thu Apr 1 15:45:26 UTC 2010
On 1 April 2010 18:27, Florent Thoumie <flz at freebsd.org> wrote:
> Author: flz
> Date: Thu Apr 1 14:27:29 2010
> New Revision: 206043
> URL: http://svn.freebsd.org/changeset/base/206043
>
> Log:
> Various fixes.
>
> - Replace hardcoded INDEX version. [1]
> - Fix a buffer overlap. [2]
> - Remove empty package when fetching fails and -K is used. [3]
> - Remove useless chmod2() after mkdtemp(3). [4]
> - Replace mkdir(1) call with mkdir(2). [5]
> - Get rid of some vsystem() calls.
> - Switch from lstat(2) to open(2) in fexists().
^^
This closes bin/136419, too.
> - Try rename(2) in move_file() first.
> - Bump PKG_INSTALL_VERSION to 20100401.
>
> PR: bin/145101 [1], bin/139492 [2], bin/144919 [3]
> bin/144920 [4], bin/144921 [5]
> Submitted by: gcooper [1,2,3,4,5]
--
wbr,
pluknet
More information about the svn-src-head
mailing list