~racb/ubuntu/+source/ntfs-3g:reimport/lpusip/ubuntu/intrepid

Last commit made on 2008-07-10
Get this branch:
git clone -b reimport/lpusip/ubuntu/intrepid https://git.launchpad.net/~racb/ubuntu/+source/ntfs-3g
Only Robie Basak can upload to this branch. If you are Robie Basak please log in for upload directions.

Branch merges

Branch information

Name:
reimport/lpusip/ubuntu/intrepid
Repository:
lp:~racb/ubuntu/+source/ntfs-3g

Recent commits

7afab8b... by Colin Ian King

Import patches-unapplied version 1:1.2506-1ubuntu2 to ubuntu/intrepid

Imported using usd-importer.

Publish parent: c0563bcb98e8d55c85a3fd21992f988e7f5cffc0

New changelog entries:
   * Ensure ntfs-3g flushed dirty write data back to device
     added ntfs-3f mount option "syncio" which opens the underlying
     filesystem used by fuse with O_SYNC to ensure dirty write data is
     written back to ntfs immediately. This allows us to remove the
     vm.dirty sysctl hacks from wubi. (LP: #204133)

c0563bc... by Martin Pitt

Import patches-unapplied version 1:1.2506-1ubuntu1 to ubuntu/intrepid

Imported using usd-importer.

Publish parent: 808b72c8cefe752235a7af75a07fb1671411d56a
Changelog parent: 0e231bead53554b0e097473c8c3b8c302a2845db

New changelog entries:
  * Resynchronise with Debian. Remaining changes:
    - Add udeb shlibs entries for libntfs-3g28-udeb.
    - Bump debhelper build-dependency to 5.0.22 for dh_makeshlibs
      --add-udeb.
    - Create libntfs3g28-udeb and ntfs-3g-udeb.
    - Copy ntfs-3g into the initramfs. If ntfs-3g is used to mount the root
      filesystem (either directly or via a loopback mount), load the fuse
      module beforehand, and save ntfs-3g's PID (indirectly) in
      /var/run/sendsigs.omit.
    - Move ntfs-3g to /bin.
    - Move libntfs-3g.so.* to /lib. Adjust libntfs-3g.so symlink to match.
    - Add /sbin/mount.ntfs symlink to /bin/ntfs-3g.
    - Add a symlink for the mount.ntfs manual page too.
    - Pass basenames rather than full paths to pidof; create
      /dev/.initramfs/varrun if necessary (LP #150831).
    - Always add ntfs and ntfs-3g to sendsigs.omit (LP #181669).
    - Build against the external fuse libraries and add dependency on
      fuse-utils.
  * Urgency set to HIGH because it fixes a critical issue.
  * New upstream release (Closes: #479774).
  * Bump library package name to match current soname.
  * New upstream release.
  * Bump library package name to match current soname.
  * New upstream release (Closes: #466161).
  * Drop /sbin/mount.ntfs-3g symlink, fixed upstream.
  * Bump library package name to match current soname.
  * Install pkgconfig file in devel package.
  * Include mount.ntfs-3g again and create a symlink in /sbin
    (Closes: #464964).
  * New upstream release (Closes: #463976).
  * Drop libfuse-dev build dependency and fuse-utils runtime dependency,
    ntfs-3g now includes its own "lite" fuse library.
  * Bump Standards-Version to 3.7.3.
  * Bump library package name to match current soname.
  * Run chrpath against the new ntfs-3g.probe binary.
  * New upstream release.
  * Bump library package name to match current soname.
  * New upstream release, sorry for the delay :-)
  * Bump library package name to match current soname.
  * Move 'Homepage' to the new dpkg field.
  * Fix NEWS.Debian syntax.
  * New upstream release.
  * Add upstream ChangeLog (from website).
  * Security set to HIGH because it fixes a critical issue.
  * Do not set ntfs-3g binary setuid with group fuse.
    This could allows local users with fuse group membership to read from and
    write to arbitrary block devices, possibly involving a file descriptor
    leak. (CVE-2007-5159) (Closes: #445315).
  * Update README.Debian and long description (Closes: #443418).
  * New upstream release.
  * Bump library package name to match current soname.
  * New upstream release.
  * Bump library package name to match current soname.
  * New upstream release (Closes: #434128).
  * Bump libfuse-dev build depends to >= 2.7 (Needed to really fix #434128).
  * Bump library package name to match current soname.
  * Update long description, ntfs-3g works fine on any architecture (Closes: #436435).
  * ntfs-3g binary is now 4754, according to debian policy (Closes: #436658).

808b72c... by Martin Pitt

Import patches-unapplied version 1:1.2310-1ubuntu2 to ubuntu/intrepid

Imported using usd-importer.

Publish parent: ddbeec28fc81253a0c2ce583ac335b32684a2e50

New changelog entries:
  * libntfs-3g/lcnalloc.c: Fix potential data corruption: Multi-block
    allocation could allocate or free used blocks in certain rare
    circumstances. Patch taken from upstream CVS:
    http://ntfs-3g.cvs.sourceforge.net/ntfs-3g/ntfs-3g/libntfs-3g/lcnalloc.c?r1=1.13&r2=1.14
    (LP: #229000)

ddbeec2... by Martin Pitt

Import patches-unapplied version 1:1.2310-1ubuntu1 to ubuntu/intrepid

Imported using usd-importer.

Publish parent: 378a0801d2be695aab4aeade96156926146ac935
Changelog parent: 0e231bead53554b0e097473c8c3b8c302a2845db

New changelog entries:
  * Resynchronise with Debian. Remaining changes:
    - Add udeb shlibs entries for libntfs-3g24-udeb.
    - Bump debhelper build-dependency to 5.0.22 for dh_makeshlibs
      --add-udeb.
    - Create libntfs3g24-udeb and ntfs-3g-udeb.
    - Copy ntfs-3g into the initramfs. If ntfs-3g is used to mount the root
      filesystem (either directly or via a loopback mount), load the fuse
      module beforehand, and save ntfs-3g's PID (indirectly) in
      /var/run/sendsigs.omit.
    - Move ntfs-3g to /bin.
    - Move libntfs-3g.so.* to /lib. Adjust libntfs-3g.so symlink to match.
    - Add /sbin/mount.ntfs symlink to /bin/ntfs-3g.
    - Add a symlink for the mount.ntfs manual page too.
    - Pass basenames rather than full paths to pidof; create
      /dev/.initramfs/varrun if necessary (LP #150831).
    - Always add ntfs and ntfs-3g to sendsigs.omit (LP #181669).
    - Build against the external fuse libraries and add dependency on
      fuse-utils.
  * New upstream version was reported to fix mounting as normal user under
    KDE. (LP: #205081)
  * New upstream release.
  * Bump library package name to match current soname.
  * New upstream release (Closes: #466161).
  * Drop /sbin/mount.ntfs-3g symlink, fixed upstream.
  * Bump library package name to match current soname.
  * Install pkgconfig file in devel package.
  * Include mount.ntfs-3g again and create a symlink in /sbin
    (Closes: #464964).
  * New upstream release (Closes: #463976).
  * Drop libfuse-dev build dependency and fuse-utils runtime dependency,
    ntfs-3g now includes its own "lite" fuse library.
  * Bump Standards-Version to 3.7.3.
  * Bump library package name to match current soname.
  * Run chrpath against the new ntfs-3g.probe binary.
  * New upstream release.
  * Bump library package name to match current soname.
  * New upstream release, sorry for the delay :-)
  * Bump library package name to match current soname.
  * Move 'Homepage' to the new dpkg field.
  * Fix NEWS.Debian syntax.
  * New upstream release.
  * Add upstream ChangeLog (from website).
  * Security set to HIGH because it fixes a critical issue.
  * Do not set ntfs-3g binary setuid with group fuse.
    This could allows local users with fuse group membership to read from and
    write to arbitrary block devices, possibly involving a file descriptor
    leak. (CVE-2007-5159) (Closes: #445315).
  * Update README.Debian and long description (Closes: #443418).
  * New upstream release.
  * Bump library package name to match current soname.
  * New upstream release.
  * Bump library package name to match current soname.
  * New upstream release (Closes: #434128).
  * Bump libfuse-dev build depends to >= 2.7 (Needed to really fix #434128).
  * Bump library package name to match current soname.
  * Update long description, ntfs-3g works fine on any architecture (Closes: #436435).
  * ntfs-3g binary is now 4754, according to debian policy (Closes: #436658).

378a080... by Martin Pitt

Import patches-unapplied version 1:1.2216-1ubuntu1 to ubuntu/intrepid

Imported using usd-importer.

Publish parent: 2382d1c2cb5d80c82f42057acb1efcf5f704ba45

2382d1c... by Martin Pitt

Import patches-unapplied version 1:1.2216-1ubuntu1 to ubuntu/hardy

Imported using usd-importer.

Publish parent: 60b44e0f0e32c3dbda0f7eba829d7e43a68108b6

New changelog entries:
  * New upstream bug fix release. (LP: #199161)
  * Resynchronise with Debian. Remaining changes:
    - Add udeb shlibs entries for libntfs-3g23-udeb.
    - Bump debhelper build-dependency to 5.0.22 for dh_makeshlibs
      --add-udeb.
    - Create libntfs3g23-udeb and ntfs-3g-udeb.
    - Copy ntfs-3g into the initramfs. If ntfs-3g is used to mount the root
      filesystem (either directly or via a loopback mount), load the fuse
      module beforehand, and save ntfs-3g's PID (indirectly) in
      /var/run/sendsigs.omit.
    - Move ntfs-3g to /bin.
    - Move libntfs-3g.so.* to /lib. Adjust libntfs-3g.so symlink to match.
    - Add /sbin/mount.ntfs symlink to /bin/ntfs-3g.
    - Add a symlink for the mount.ntfs manual page too.
    - Pass basenames rather than full paths to pidof; create
      /dev/.initramfs/varrun if necessary (LP #150831).
    - Always add ntfs and ntfs-3g to sendsigs.omit (LP #181669).
    - Build against the external fuse libraries and add dependency on
      fuse-utils.
  * New upstream release (Closes: #466161).
  * Drop /sbin/mount.ntfs-3g symlink, fixed upstream.
  * Bump library package name to match current soname.
  * Install pkgconfig file in devel package.
  * Include mount.ntfs-3g again and create a symlink in /sbin
    (Closes: #464964).
  * New upstream release (Closes: #463976).
  * Drop libfuse-dev build dependency and fuse-utils runtime dependency,
    ntfs-3g now includes its own "lite" fuse library.
  * Bump Standards-Version to 3.7.3.
  * Bump library package name to match current soname.
  * Run chrpath against the new ntfs-3g.probe binary.

60b44e0... by Evan

Import patches-unapplied version 1:1.1120-1ubuntu2 to ubuntu/hardy

Imported using usd-importer.

Publish parent: 04406b95508cdfde7c954ef58bcb270b08733ff1

New changelog entries:
  * Always add ntfs and ntfs-3g to sendsigs.omit (LP: #181669).

04406b9... by Colin Watson

Import patches-unapplied version 1:1.1120-1ubuntu1 to ubuntu/hardy

Imported using usd-importer.

Publish parent: a278983a4401b215d5774ad644a074bc2a92b2d1

New changelog entries:
  * Resynchronise with Debian. Remaining changes:
    - Add udeb shlibs entries for libntfs-3g16-udeb.
    - Bump debhelper build-dependency to 5.0.22 for dh_makeshlibs
      --add-udeb.
    - Create libntfs3g16-udeb and ntfs-3g-udeb.
    - Copy ntfs-3g into the initramfs. If ntfs-3g is used to mount the root
      filesystem (either directly or via a loopback mount), load the fuse
      module beforehand, and save ntfs-3g's PID (indirectly) in
      /var/run/sendsigs.omit.
    - Move ntfs-3g to /bin.
    - Move libntfs-3g.so.* to /lib. Adjust libntfs-3g.so symlink to match.
    - Add /sbin/mount.ntfs symlink to /bin/ntfs-3g.
    - Add a symlink for the mount.ntfs manual page too.
  * Pass basenames rather than full paths to pidof; create
    /dev/.initramfs/varrun if necessary (LP: #150831).
  * New upstream release.
  * Bump library package name to match current soname.

a278983... by Colin Watson

Import patches-unapplied version 1:1.1104-1ubuntu1 to ubuntu/hardy

Imported using usd-importer.

Publish parent: 2dbebb7b10be9c5493dd8cc906b74408e5b99ede

New changelog entries:
  * Resynchronise with Debian (LP: #148864). Remaining changes:
    - Add udeb shlibs entries for libntfs-3g14-udeb.
    - Bump debhelper build-dependency to 5.0.22 for dh_makeshlibs --add-udeb.
    - Create libntfs3g14-udeb and ntfs-3g-udeb.
    - Copy ntfs-3g into the initramfs. If ntfs-3g is used to mount the root
      filesystem (either directly or via a loopback mount), load the fuse
      module beforehand, and save ntfs-3g's PID (indirectly) in
      /var/run/sendsigs.omit.
    - WriteSupportForNTFS
      + Move install location of ntfs-3g from /usr/bin to /bin
      + Move install location of library libntfs-3g.so.14.0.0 and
        its lib*.so.* symlink from /usr/lib to /lib
      + Fix up libntfs-3g-dev library symlink libntfs-3g.so in
        /usr/lib to point to new location of libntfs-3g.so.14.0.0
        in debian/rules
      + Add /sbin/mount.ntfs symlink to /bin/ntfs-3g
      + Add a symlink for the mount.ntfs manual page too.
  * New upstream release, sorry for the delay :-)
  * Bump library package name to match current soname.
  * Move 'Homepage' to the new dpkg field.
  * Fix NEWS.Debian syntax.
  * New upstream release.
  * Add upstream ChangeLog (from website).

2dbebb7... by Colin Watson

Import patches-unapplied version 1:1.913-2ubuntu1 to ubuntu/hardy

Imported using usd-importer.

Publish parent: 5f136598889135377a70ee97914270406a7f31b4