[ubuntu/precise] ntrack 016-1 (Accepted)

Alexander Sack asac at ubuntu.com
Sun Nov 20 00:16:03 UTC 2011


ntrack (016-1) unstable; urgency=low

  Package upstream release 016

  Packaging:
  * debian/rules: use -c4 for all C libraries and -c1 for C++ qt4 binding
  * debian/control: add ntrack-module-rtnetlink-0 package to ship new
    rtnetlink backend.
  * debian/control: fix lintian warning; move Homepage URL from libntrack0
    package Description: to Homepage: field of source package (Closes: 615320)
  * debian/rules: add --enable-backend=libnl,rtnetlink to
    DEB_CONFIGURE_EXTRA_FLAGS so that we build both backends in one batch
  * debian/control: improve package description for qt4 binding (Closes: 642422)

  Fixed Bugs 012:
  * lp:694823 - fails to ./configure with gobject if pygobject depends are not
                installed
  * lp:736058 - ntrack 011 does not compile with libnl2 final
  * lp:694477 - new plugin API: introduce modules function table and macros to
                implement modules

  Fixed Bugs 013:
  * lp:743636 - ntrack 012 fails to build on 64 bit archs

  Fixed Bugs 014:
  * lp:743881 - h2def configure test should consider installs that have .pyc
                without .py
  * lp:748988 - ntrack should handle "no backend" status gracefully
  * lp:743879 - ntrack 013 doesn't build with libnl 3.0
  * lp:749608 - ntrack API should provide runtime info: version, author,
                copyright, backend

  Fixed Bugs 015:
  * lp:750554 - nl modules are not linked with libntrack even if they use
                symbols from it
  * lp:755608 - Ntrack dead loop in function get_nl_link_by_index
  * lp:834639 - Build failure with -Werror=strict-aliasing
  * lp:774690 - Build error in a fresh environment
  * lp:785119 - ntrack can get into endless poll loop if no backend modules
                found
  * lp:801407 - ntrack-014 compilation fails if all libnl[123] are present
                together
  * lp:448400 - add pure rtnetlink backend for linux
  * lp:879141 - support libnl 3.1

  Fixed Bugs 016:
  * lp:889820 - ftbfs in 'recv_msgs': 'link.ifla_name' may be used uninitialized
  * lp:889822 - rtnetlink configure check not portable across linux flavours

  Ack Debian NMUs:
  * Upload to unstable. This version builds with gcc-4.5. Closes: #615681.
    - fixed upstream
  * Add dead-loop-fix.patch from Kubuntu to fix infinite loop with kded.
    - fixed upstream lp:755608

  Ack Ubuntu fixes:
  [ Mathieu Trudel-Lapierre <mathieu-tl at ubuntu.com> ]
  * debian/control: replace libnl-dev Build-Depends with libnl3-dev
  * debian/libntrack0.symbols: add missing ntrack_info_human_banner symbol
    - both changes adopted in maintainer package

  [ Felix Geyer <debfx-pkg at fobos.de> ]
  * Add link_ntrack-libnl_to_libntrack.patch: Link ntrack-libnl to libntrack
    as it uses symbols from that library. This caused kded4 to be unable to
    load the module and enter an infinite loop. (LP: #750554)
    - fixed upstream in 015 release

  [ Scott Kitterman <scott at kitterman.com> ]
  * Add debian/patches/dead-loop-fix.patch to fix infinite loop if route
    oif/nhopif is NULL (LP: #755608)
    - One source of high/100% CPU usage in KDE
    - fixed upstream in 015 release

Date: Sun,  20 Nov 2011 00:15:08 +0000
Changed-By: Alexander Sack <asac at ubuntu.com>
Maintainer: Alexander Sack <asac at debian.org>
Origin: Debian/unstable
https://launchpad.net/ubuntu/precise/+source/ntrack/016-1
-------------- next part --------------
Origin: Debian/unstable
Format: 1.7
Date: Sun,  20 Nov 2011 00:15:08 +0000
Source: ntrack
Binary: libntrack0, libntrack-dev, libntrack-glib2, libntrack-glib-dev, libntrack-gobject1, libntrack-gobject-dev, libntrack-qt4-1, libntrack-qt4-dev, ntrack-module-libnl-0, ntrack-module-rtnetlink-0
Architecture: source
Version: 016-1
Distribution: precise
Urgency: low
Maintainer: Alexander Sack <asac at debian.org>
Changed-By: Alexander Sack <asac at ubuntu.com>
Closes: 615320 615681 642422
Launchpad-bugs-fixed: 750554 755608
Files:
 c69549608588f9323fa1e75f18240523 6810 net optional ntrack_016-1.diff.gz
 21691dac43460a6791cba3decbc68242 458176 net optional ntrack_016.orig.tar.gz
 af4d4c9bf3dda2f5a7971ae95e18a8f3 2262 net optional ntrack_016-1.dsc
Changes:
 ntrack (016-1) unstable; urgency=low
 .
   Package upstream release 016
 .
   Packaging:
   * debian/rules: use -c4 for all C libraries and -c1 for C++ qt4 binding
   * debian/control: add ntrack-module-rtnetlink-0 package to ship new
     rtnetlink backend.
   * debian/control: fix lintian warning; move Homepage URL from libntrack0
     package Description: to Homepage: field of source package (Closes: 615320)
   * debian/rules: add --enable-backend=libnl,rtnetlink to
     DEB_CONFIGURE_EXTRA_FLAGS so that we build both backends in one batch
   * debian/control: improve package description for qt4 binding (Closes: 642422)
 .
   Fixed Bugs 012:
   * lp:694823 - fails to ./configure with gobject if pygobject depends are not
                 installed
   * lp:736058 - ntrack 011 does not compile with libnl2 final
   * lp:694477 - new plugin API: introduce modules function table and macros to
                 implement modules
 .
   Fixed Bugs 013:
   * lp:743636 - ntrack 012 fails to build on 64 bit archs
 .
   Fixed Bugs 014:
   * lp:743881 - h2def configure test should consider installs that have .pyc
                 without .py
   * lp:748988 - ntrack should handle "no backend" status gracefully
   * lp:743879 - ntrack 013 doesn't build with libnl 3.0
   * lp:749608 - ntrack API should provide runtime info: version, author,
                 copyright, backend
 .
   Fixed Bugs 015:
   * lp:750554 - nl modules are not linked with libntrack even if they use
                 symbols from it
   * lp:755608 - Ntrack dead loop in function get_nl_link_by_index
   * lp:834639 - Build failure with -Werror=strict-aliasing
   * lp:774690 - Build error in a fresh environment
   * lp:785119 - ntrack can get into endless poll loop if no backend modules
                 found
   * lp:801407 - ntrack-014 compilation fails if all libnl[123] are present
                 together
   * lp:448400 - add pure rtnetlink backend for linux
   * lp:879141 - support libnl 3.1
 .
   Fixed Bugs 016:
   * lp:889820 - ftbfs in 'recv_msgs': 'link.ifla_name' may be used uninitialized
   * lp:889822 - rtnetlink configure check not portable across linux flavours
 .
   Ack Debian NMUs:
   * Upload to unstable. This version builds with gcc-4.5. Closes: #615681.
     - fixed upstream
   * Add dead-loop-fix.patch from Kubuntu to fix infinite loop with kded.
     - fixed upstream lp:755608
 .
   Ack Ubuntu fixes:
   [ Mathieu Trudel-Lapierre <mathieu-tl at ubuntu.com> ]
   * debian/control: replace libnl-dev Build-Depends with libnl3-dev
   * debian/libntrack0.symbols: add missing ntrack_info_human_banner symbol
     - both changes adopted in maintainer package
 .
   [ Felix Geyer <debfx-pkg at fobos.de> ]
   * Add link_ntrack-libnl_to_libntrack.patch: Link ntrack-libnl to libntrack
     as it uses symbols from that library. This caused kded4 to be unable to
     load the module and enter an infinite loop. (LP: #750554)
     - fixed upstream in 015 release
 .
   [ Scott Kitterman <scott at kitterman.com> ]
   * Add debian/patches/dead-loop-fix.patch to fix infinite loop if route
     oif/nhopif is NULL (LP: #755608)
     - One source of high/100% CPU usage in KDE
     - fixed upstream in 015 release



More information about the Precise-changes mailing list