iptables-netflow (2.6-6ubuntu2.1) noble; urgency=medium

  * Support Linux 6.11 (LP: #2091425)
    - UBUNTU-SAUCE-linux-6.11-constify-the-ctl_table-argument-of-proc_handlers.patch
    - UBUNTU-SAUCE-linux-6.11-fix-warn-on-an-empty-procname-element.patch

 -- Massimiliano Pellizzer <massimiliano.pellizzer@canonical.com>  Tue, 10 Dec 2024 20:55:42 +0100

iptables-netflow (2.6-6ubuntu2) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- William Grant <wgrant@ubuntu.com>  Mon, 01 Apr 2024 16:57:05 +1100

iptables-netflow (2.6-6ubuntu1) noble; urgency=medium

  * Linux 6.8 support

 -- Paolo Pisati <paolo.pisati@canonical.com>  Wed, 13 Mar 2024 12:42:35 +0000

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

  * Add patch to support building with kernel 6.4 based on patches by
    Lukasz Kalamlacki. (Closes: #1038203)
  * Massage upstream dkms.conf to avoid compile time warning. Thanks to
    Andreas Beckmann for the hint.

 -- Axel Beckert <abe@debian.org>  Thu, 06 Jul 2023 06:44:12 +0200

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

  [ Axel Beckert ]
  * Import patches from Ubuntu to be able to build against Linux ≥ 6.2.
    + Use-explicit-fallthrough-macro.patch (refreshed)
    + use-get_random_u32_below-instead-of-deprecated-prand.patch
    LP: #2023306
  * Mention man page section of ethtool in irqtop(1). (Closes: #1005512)
  * Refresh cherry-pick_0901f028_fix_building_on_old_kernels.patch to get
    rid of some minor offset.
  * Bump packaging copyright years in debian/copyright.
  * Declare compliance with Debian Policy 4.6.2. (No changes needed.)

  [ Helmut Grohne ]
  * Add patch to fix FTCBFS: Use host tools. (Closes: #1024942)

 -- Axel Beckert <abe@debian.org>  Thu, 15 Jun 2023 01:16:23 +0200

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

  * Acknowledge NMU. Thanks Andreas!
  * Cherry-pick upstream commit 0901f028 "fix building on old kernels".
    (Closes: #1035511)

 -- Axel Beckert <abe@debian.org>  Wed, 10 May 2023 18:22:39 +0200

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

  * Non-maintainer upload.
  * Switch to dh-sequence-dkms.  (Closes: #1027874)
  * Declare Testsuite: autopkgtest-pkg-dkms.

 -- Andreas Beckmann <anbe@debian.org>  Fri, 20 Jan 2023 11:27:09 +0100

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

  * Cherry-pick upstream commit 6a55739a to fix build with kernel 5.15 and
    above. (Closes: #1005401, LP: #1951611)
  * Update lintian overrides wrt. tag formatting changes.
  * Update copyright years in debian/copyright. Thanks Lintian!

 -- Axel Beckert <abe@debian.org>  Mon, 14 Feb 2022 09:21:27 +0100

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
