Re: svn commit: r206043 - in head/usr.sbin/pkg_install: add delete lib version

[ Available lists | Index of svn-src-head | Month of Apr 2010 | Week of 1 Apr 2010 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
pluknet <pluknet@gmail.com>
Date
1 Apr 2010 15:45:26
Subject
Re: svn commit: r206043 - in head/usr.sbin/pkg_install: add delete lib version
Message-ID
o2ua31046fc1004010845h202ed7a7i1f5c86c7c1728f7d@mail.gmail.com


[ Hide this part ]
On 1 April 2010 18:27, Florent Thoumie <flz@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


Elapsed time: 0.131 seconds