Change logs for fakechroot source package in Karmic

  • fakechroot (2.9-1ubuntu1) karmic; urgency=low
    
      * Fix FTBFS
        - Changes to scandir( required for GLIB 2.10 (LP: #448669)
      * debian/control:
        - Changed Maintainer to MOTU
    
     -- Joao Pinto <email address hidden>   Sun, 11 Oct 2009 13:30:54 +0100
  • fakechroot (2.9-1) unstable; urgency=medium
    
      * src/libfakechroot.c:
        - Fixed getpeername(2) and getsockname(2).  Thanks to Axel Thimm and
          Fedora people.
        - Fixed were made for execve(2):
          . Always copy necessary variables to new environment.
          . Do not make duplicates of environment variables.  Thanks to Richard
            W.M. Jones.
        - Fixed were made for chroot(2).  It is possible to escape chroot.
          Thanks to Richard W.M. Jones.
        - Fixed were made for mktemp(2).  There was a buffer overflow.  Thanks to
          Mikhail Gusarov.
        - New function: futimesat(2).  Fixes "touch -m" command.
        - New functions: bindtextdomain(3), notify_add_watch(2).
      * test/*:
        - More test units was added, "make check" works as expected.
      * debian/packages:
        - Autodetected biarch libdir for amd64 architecture on Debian and Ubuntu.
        - Build-Depends: lsb-release
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  28 Apr 2009 23:03:15 +0100
  • fakechroot (2.8-1) unstable; urgency=medium
    
      * src/libfakechroot.c:
        - Fixed __fxstatat64(3) function which broke chown(1) command on i386
          architecture.  Closes: #473682.
        - Fixed FreeBSD port.  All *64(2) functions are optional.
    
     -- Martin Pitt <email address hidden>   Fri, 25 Jul 2008 15:01:40 +0200