1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176
  
     | 
    
      iptables-netflow (2.6-4+deb12u1) bookworm; urgency=medium
  * Non-maintainer upload.
  * Dump the generated compat_def.h.
  * Avoid dkms recursion.
  * Unexporting find_module() has been backported to Linux v5.10.220.
    (Closes: #1076456, #1088678)
 -- Andreas Beckmann <anbe@debian.org>  Fri, 07 Mar 2025 15:45:27 +0100
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
 
     |