iptables-netflow (2.6-2ubuntu4) jammy; urgency=medium

  Support linux 6.8 (LP: #2071491):
    - debian/patches/0020-linux-6.8-abi.patch

 -- Andrea Righi <andrea.righi@canonical.com>  Fri, 05 Jul 2024 08:33:16 +0000

iptables-netflow (2.6-2ubuntu3) jammy; urgency=medium

  * Support linux 6.5 (LP: #2042094):
    - debian/patches/support-kernel-6.4.patch

 -- Andrea Righi <andrea.righi@canonical.com>  Tue, 31 Oct 2023 13:58:07 +0000

iptables-netflow (2.6-2ubuntu2) jammy; urgency=medium

  * Support Linux 6.2 (LP: #2023306):
    - debian/patches/Use-explicit-fallthrough-macro.patch
    - debian/patches/use-get_random_u32_below-instead-of-deprecated-prand.patch

 -- Andrea Righi <andrea.righi@canonical.com>  Thu, 08 Jun 2023 14:27:55 +0000

iptables-netflow (2.6-2ubuntu1) jammy; urgency=medium

  * Support linux 5.15 (LP: #1951611)
    - debian/patches/0010-support-kernel-5.15.patch 

 -- Andrea Righi <andrea.righi@canonical.com>  Fri, 19 Nov 2021 16:11:54 +0000

iptables-netflow (2.6-2) unstable; urgency=high

  * Cherry-pick 66e43041 ("Namespace sk_error_report") from upstream to
    fix module build with kernel 5.14. (Closes: #994883)
  * Update lintian overrides to include line numbers.

 -- Axel Beckert <abe@debian.org>  Thu, 23 Sep 2021 00:45:21 +0200

iptables-netflow (2.6-1) unstable; urgency=medium

  * New upstream release 2.6.
    - Drop add-quoting-needed-by-dh_dkms.patch, applied upstream.
    - Drop cherry-picked patch (upstream commit adfc6318).
    - Refresh remaining patches as needed.
    - Fixes race condition during gen_compat_def on filesystems w/o
      microsecond resolution. (Closes: #972455)
  * Declare compliance with Debian Policy 4.6.0. (No changes needed.)
  * Bump debhelper-compat to 13.

 -- Axel Beckert <abe@debian.org>  Tue, 24 Aug 2021 23:02:21 +0200

iptables-netflow (2.5.1-2) unstable; urgency=low

  [ Andreas Beckmann ]
  * iptables-netflow-dkms: Bump dkms dependency to ensure CC/CXX are set to
    the kernel's compiler.  (Closes: #984862)

 -- Axel Beckert <abe@debian.org>  Sun, 18 Apr 2021 18:29:53 +0200

iptables-netflow (2.5.1-1) unstable; urgency=medium

  * New upstream bugfix release 2.5.1.
    + Drop 0001-Compatibility-with-kernel-5.7.patch, applied upstream.
    + Refresh disable-kernel-check.patch.
  * Declare disable-kernel-check.patch as debian-specific.
  * Add patch to not hardcode default gcc version to avoid compilation
    failures with kernels which can't be compiled with the current gcc.
  * Cherry-pick adfc6318 from upstream to fix compilation with Linux 5.9.

 -- Axel Beckert <abe@debian.org>  Sun, 18 Oct 2020 11:22:35 +0200

iptables-netflow (2.5-2) unstable; urgency=medium

  [ Paolo Pisati ]
  * Fix build with Linux 5.7. (Closes: #960606)

  [ Axel Beckert ]
  * debian/rules: Pass --ipt-bin=/usr/sbin/iptables-legacy to properly
    handle the fact that /usr/bin/iptables is a symlink and might point to
    either version while ipt-netflow only can cope with the legacy
    version.
  * Pass some of the options dh_auto_configure passes automatically to
    ./configure also to DMKS's configure call as it otherwise still gets
    some parts wrong.

 -- Axel Beckert <abe@debian.org>  Wed, 20 May 2020 18:51:26 +0200

iptables-netflow (2.5-1) unstable; urgency=medium

  * New upstream release 2.5
    + Compatibility to at least Linux kernel 5.6.
    + Refresh most patches. (Only offset changes.)
    + Update debian/copyright with reagrds to license clarification of
      IPT-NETFLOW-MIB.my and irqtop.
    + Also install new file gen_compat_def.
  * Mention irctop's relation with iptables-netflow-dkms in the package
    description to clarify why the Homepage header points to the
    ipt-netflow project and add an "Enhances" relation. (Closes: #958941)
  * Bump debhelper compatibility level to 12.
    + Build-depend on "debhelper-compat (= 12)" to replace debian/compat.
    + Stay on compat level 12 for now to still allow building on buster.
  * Fix path detection issue with recent iptables versions (see #958945).
    Patch upstream configure script to understand some configure options
    passed by debhelper by default: --prefix, --libdir, and --includedir.
  * Declare compliance with Debian Policy 4.5.0. (No changes needed.)

 -- Axel Beckert <abe@debian.org>  Mon, 27 Apr 2020 08:42:30 +0200

iptables-netflow (2.4-2) unstable; urgency=medium

  * Upload to unstable again.
  * Declare compliance with Debian Policy 4.4.0. (No changes needed.)

 -- Axel Beckert <abe@debian.org>  Mon, 08 Jul 2019 00:19:16 +0200

iptables-netflow (2.4-1) experimental; urgency=low

  * New upstream release 2.4
    + Compatibility to at least Linux kernel 5.2.
  * Declare compliance with Debian Policy 4.3.0. (No changes needed.)

 -- Axel Beckert <abe@debian.org>  Sun, 30 Jun 2019 00:01:56 +0200

iptables-netflow (2.3-5) unstable; urgency=medium

  * Add missing dependency (not build-dependency) on libc6-dev for DKMS
    based kernel module compilation. (Hopefully finally closes: #904490)

 -- Axel Beckert <abe@debian.org>  Fri, 27 Jul 2018 19:47:20 +0200

iptables-netflow (2.3-4) unstable; urgency=medium

  * Set Architecture of iptables-netflow-dkms from any to linux-any.
  * Add a debian/.gitignore and a debian/gbp.conf file.
  * Declare compliance with Debian Policy 4.1.5. (No changes necessary.)
  * Fix typo in long package description of irqtop.
  * Add some more data to debian/upstream/metadata.
  * dkms.conf + debian/rules: --from-dkms-conf needs to come as first
    parameter, otherwise it's a no-op. (Closes: #904490)

 -- Axel Beckert <abe@debian.org>  Wed, 25 Jul 2018 22:10:05 +0200

iptables-netflow (2.3-3) unstable; urgency=low

  * Fix missing words and typos in README.source and repharse it a bit.
  * Set Rules-Requires-Root to "no".
  * Fix building twice in a row by running "make lclean" instead of
    "dh_auto_clean".
  * Add a README.Debian with a compact explanation how to get ipt_NETFLOW
    up and running.
  * Declare compliance with Debian Policy 4.1.4. (No changes necessary.)
  * Fix typos in debian/upstream/metadata. Thanks DUCK!
  * Fix (upstream :-) typos in irqtop man page and package description.
    Thanks lintian!

 -- Axel Beckert <abe@debian.org>  Sat, 28 Apr 2018 20:59:51 +0200

iptables-netflow (2.3-2) unstable; urgency=low

  * Fix building of iptables target plugin.
    + Add patch to disable kernel check in configure script if no dkms is
      used (i.e. at package build time).
  * Add patch to properly pass hardening flags to iptables target plugin.

 -- Axel Beckert <abe@debian.org>  Sat, 24 Mar 2018 02:22:26 +0100

iptables-netflow (2.3-1) unstable; urgency=low

  * Initial release (Closes: #620511)

 -- Axel Beckert <abe@debian.org>  Thu, 22 Mar 2018 22:59:08 +0100
