cvs commit: ports/security Makefile ports/security/fakeroot Makefile distinfo pkg-descr pkg-plistpatch-doc.Makefile patch-fakeroot patch-libfakeroot.c

Pav Lucistnik pav at FreeBSD.org
Thu May 27 15:21:59 PDT 2004


pav         2004/05/27 15:21:34 PDT

  FreeBSD ports repository

  Modified files:
    security             Makefile 
  Added files:
    security/fakeroot    Makefile distinfo pkg-descr pkg-plist 
    security/fakeroot/files patch-communicate.h patch-doc.Makefile 
                            patch-fakeroot patch-libfakeroot.c 
  Log:
  Fakeroot runs a command in an environment were it appears to have
  root privileges for file manipulation, by setting LD_PRELOAD to a
  library with alternative versions of getuid(), stat(), etc.
  
  PR:             ports/64102
  Submitted by:   Meno Abels <meno.abels at adviser.com>
  
  Revision  Changes    Path
  1.511     +1 -0      ports/security/Makefile
  1.1       +24 -0     ports/security/fakeroot/Makefile (new)
  1.1       +2 -0      ports/security/fakeroot/distinfo (new)
  1.1       +12 -0     ports/security/fakeroot/files/patch-communicate.h (new)
  1.1       +18 -0     ports/security/fakeroot/files/patch-doc.Makefile (new)
  1.1       +12 -0     ports/security/fakeroot/files/patch-fakeroot (new)
  1.1       +10 -0     ports/security/fakeroot/files/patch-libfakeroot.c (new)
  1.1       +11 -0     ports/security/fakeroot/pkg-descr (new)
  1.1       +6 -0      ports/security/fakeroot/pkg-plist (new)


More information about the cvs-all mailing list