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
|
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
|