Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Apr 2010 14:27:29 +0000 (UTC)
From:      Florent Thoumie <flz@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.sbin/pkg_install/add futil.c perform.c src/usr.sbin/pkg_install/delete perform.c src/usr.sbin/pkg_install/lib file.c lib.h match.c pen.c url.c src/usr.sbin/pkg_install/version perform.c
Message-ID:  <201004011427.o31ERjRS063002@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
flz         2010-04-01 14:27:29 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/pkg_install/add futil.c perform.c 
    usr.sbin/pkg_install/delete perform.c 
    usr.sbin/pkg_install/lib file.c lib.h match.c pen.c url.c 
    usr.sbin/pkg_install/version perform.c 
  Log:
  SVN rev 206043 on 2010-04-01 14:27:29Z by flz
  
  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().
  - 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]
  
  Revision  Changes    Path
  1.15      +1 -1      src/usr.sbin/pkg_install/add/futil.c
  1.89      +17 -7     src/usr.sbin/pkg_install/add/perform.c
  1.45      +14 -6     src/usr.sbin/pkg_install/delete/perform.c
  1.70      +20 -11    src/usr.sbin/pkg_install/lib/file.c
  1.78      +7 -13     src/usr.sbin/pkg_install/lib/lib.h
  1.24      +1 -1      src/usr.sbin/pkg_install/lib/match.c
  1.45      +0 -4      src/usr.sbin/pkg_install/lib/pen.c
  1.13      +4 -0      src/usr.sbin/pkg_install/lib/url.c
  1.18      +22 -9     src/usr.sbin/pkg_install/version/perform.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004011427.o31ERjRS063002>