Change logs for conntrack source package in Jaunty

  • conntrack (1:0.9.7-1.1ubuntu2) jaunty; urgency=low
    
      * Patch from Kees Cook to not ignore return value of chdir call. Thanks
        Kees (LP: #256380)
      * Remove undef of _FORTIFY_SOURCE.
      * Error on fwrite failure in src/read_config_lex.c.
    
     -- James Westby <email address hidden>   Mon, 24 Nov 2008 01:27:09 +0000
  • conntrack (1:0.9.7-1.1ubuntu1) jaunty; urgency=low
    
      * Merge from debian unstable (LP: 256380), remaining changes:
        + #include <limits.h> in {main,ignore_pool}.c to get PATH_MAX and INT_MAX
        + local.c: Fix insecure printf usage
        + debian/rules:
          -undef _FORTIFY_SOURCE so that it doesn't fail about ignored chdir()
          return value.
    
    conntrack (1:0.9.7-1.1) unstable; urgency=low
    
      * Non-maintainer upload.
      * Add casts to printf() statement in event_cb() to avoid a compiler
        warning on sparc which results in build failure (Closes: #492813)
    
    conntrack (1:0.9.7-1) unstable; urgency=low
    
      [ Max Kellermann ]
      * new upstream release
        - dropped all patches because they have been merged by upstream
        - depend on libnfnetlink 0.0.33, libnetfilter-conntrack 0.0.94
    
      [ Alexander Wirt ]
      * Bump standards version (No changes)
    
     -- Manny Vindiola <email address hidden>   Fri, 21 Nov 2008 18:36:33 -0500
  • conntrack (1:0.9.6-4ubuntu1) intrepid; urgency=low
    
      * debian/patches: Add fix_includes_and_printf_usage.dpatch
        - #include <limits.h> in {main,ignore_pool}.c to get PATH_MAX and INT_MAX
        - local.c: Fix insecure printf usage
      * debian/rules: undef _FORTIFY_SOURCE so that it doesn't fail about ignored
        chdir() return value.
      * Modify Maintainer value to match the DebianMaintainerField specification.
    
     -- Albin Tonnerre <email address hidden>   Sun, 15 Jun 2008 18:39:30 +0200