Debian Package Tracker
Register | Log in
Subscribe

xtables-addons

Choose email to subscribe with

general
  • source: xtables-addons (main)
  • version: 3.27-4
  • maintainer: Debian Netfilter Packaging Team (DMD)
  • uploaders: Jeremy Sowden [DMD]
  • arch: all any
  • std-ver: 4.7.0
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • oldstable: 3.13-1+deb11u1
  • stable: 3.23-1
  • testing: 3.27-4
  • unstable: 3.27-4
versioned links
  • 3.13-1+deb11u1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 3.23-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 3.27-4: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • xtables-addons-common
  • xtables-addons-dkms (1 bugs: 0, 1, 0, 0)
  • xtables-addons-source
action needed
A new upstream version is available: 3.28 high
A new upstream version 3.28 is available, you should consider packaging it.
Created: 2025-06-02 Last update: 2025-06-05 12:33
version in VCS is newer than in repository, is it time to upload? normal
vcswatch reports that this package seems to have a new changelog entry (version 3.28-1, distribution UNRELEASED) and new commits in its VCS. You should consider whether it's time to make an upload.

Here are the relevant commit messages:
commit 93e642e1ee77691802da061b07875f542043248a
Author: Jeremy Sowden <azazel@debian.org>
Date:   Sat May 31 17:21:07 2025 +0100

    d/genmodlist: replace several `echo`s with one `cat`
    
    Signed-off-by: Jeremy Sowden <azazel@debian.org>

commit e31d247d22973f6a6114009b449380bb2a8ae812
Author: Jeremy Sowden <azazel@debian.org>
Date:   Sat May 31 16:22:09 2025 +0100

    d/x-a-d.dkms.modules: remove obsolete compat_xtables module
    
    Signed-off-by: Jeremy Sowden <azazel@debian.org>

commit ce402b0b04366344d68fda9ef0fa1f4b974ca0ce
Author: Jeremy Sowden <azazel@debian.org>
Date:   Sat May 31 11:17:07 2025 +0100

    d/control, d/control.modules.in: bump Standards-Version to 4.7.2
    
    Signed-off-by: Jeremy Sowden <azazel@debian.org>

commit 8a144106edef88feeaf9bb91ae199014c83fe882
Author: Jeremy Sowden <azazel@debian.org>
Date:   Sat May 31 11:16:44 2025 +0100

    d/patches: remove upstreamed patches
    
    Signed-off-by: Jeremy Sowden <azazel@debian.org>

commit 9b6d5e8e88e1a8891fc4bf028ac5c9b3146ba153
Author: Jeremy Sowden <azazel@debian.org>
Date:   Sat May 31 11:15:17 2025 +0100

    d/changelog: add entry for 3.28-1
    
    Signed-off-by: Jeremy Sowden <azazel@debian.org>

commit d5e6e7bbd615072fb179e9450090e0f41903b9cd
Merge: 66bf381 b926aa9
Author: Jeremy Sowden <azazel@debian.org>
Date:   Fri May 30 12:43:56 2025 +0100

    Update upstream source from tag 'upstream/3.28'
    
    Update to upstream version '3.28'
    with Debian dir 3392a208eecb3122fccf6d74b9a76ca90a8cbc6c

commit b926aa9e3d5b76107757464d6386ae23c652117d
Merge: d6915a9 35023c1
Author: Jeremy Sowden <azazel@debian.org>
Date:   Fri May 30 12:43:46 2025 +0100

    New upstream version 3.28

commit 35023c148f9fcf52b0d12cb66aa8974a17500f76
Author: Jan Engelhardt <jengelh@inai.de>
Date:   Fri May 30 00:08:16 2025 +0200

    Xtables-addons 3.28

commit 5043d8e81f0c982574b25ff5007c0a0cc4be4e7e
Author: Jan Engelhardt <jengelh@inai.de>
Date:   Thu May 29 23:34:36 2025 +0200

    Delete compat_xtables.ko for being unused
    
    The use of HX_memmem was rescinded in commit v3.24-6-g30ba7eb .
    compat_xtables.ko therefore is unused and can be removed.

commit 427452a9474886c440b4d75bdd6ac6cb7930cded
Author: Jeremy Sowden <jeremy@azazel.net>
Date:   Thu May 29 22:48:04 2025 +0200

    build: bump max. supported version to 6.15
    
    Signed-off-by: Jeremy Sowden <jeremy@azazel.net>

commit b97d31ad5f8dc43b40c452b36e1e6e6672c2a766
Author: Jeremy Sowden <jeremy@azazel.net>
Date:   Thu May 29 22:48:03 2025 +0200

    xt_pknock: replace obsolete `del_timer`
    
    `del_timer` was converted to a wrapper around `timer_delete` in v6.2, and
    removed in v6.15.  Replace it.
    
    Signed-off-by: Jeremy Sowden <jeremy@azazel.net>

commit 991564a26f92f0a7adbcfbac056937fe92325ea9
Author: Jeremy Sowden <jeremy@azazel.net>
Date:   Thu May 29 22:48:02 2025 +0200

    build: replace obsolete `EXTRA_CFLAGS`
    
    `EXTRA_CFLAGS` was superseded by `ccflags-y`, introduced in 2007, and it has
    been removed in v6.15.  Replace it.
    
    Signed-off-by: Jeremy Sowden <jeremy@azazel.net>

commit e5c23837bc226d460e5b2824c77c755ef82189c2
Author: Jeremy Sowden <jeremy@azazel.net>
Date:   Sun Mar 9 17:41:28 2025 +0100

    build: clean `.*.oo.d` cpp dependency files
    
    The `%.oo` recipe in Makefile.iptrules.in creates corresponding `.%.oo.d`
    dependency files which are not cleaned up.  Add them to the files that are
    removed by the `clean` target.
    
    Signed-off-by: Jeremy Sowden <jeremy@azazel.net>

commit 9aad194863ee1de63ec658e3a2e734b51caab101
Author: Jeremy Sowden <jeremy@azazel.net>
Date:   Sun Mar 9 17:41:27 2025 +0100

    build: fix inclusion of Makefile.extra
    
    Commit 08a16d90ceae ("build: use `$(top_srcdir)` when including Makefile.extra")
    replaces hard-coded relative paths used to include Makefile.extra with
    variables.  However, despite the commit message, the variables are enclosed with
    braces, not parentheses, and it transpires that automake does not support the
    use of braces in this context.  As a result, Makefile.extra is not included, and
    the libxt_ACCOUNT.so and libxt_pknock.so extensions are not built.
    
    Use parentheses instead.
    
    Link: https://bugs.launchpad.net/ubuntu/+source/xtables-addons/+bug/2080528
    Fixes: 08a16d90ceae ("build: use `$(top_srcdir)` when including Makefile.extra")
    Signed-off-by: Jeremy Sowden <jeremy@azazel.net>

commit 397b282dba9a8bb52933950693f57d22ba73ac21
Author: abutcher-gh <abutcher-gh@noreply.users.codeberg.org>
Date:   Sat Jan 25 13:07:26 2025 +0100

    xt_pknock: use walltime for building hash
    
    References: https://codeberg.org/jengelh/xtables-addons/issues/21
Created: 2025-05-31 Last update: 2025-05-31 18:26
Standards version of the package is outdated. wishlist
The package should be updated to follow the last version of Debian Policy (Standards-Version 4.7.2 instead of 4.7.0).
Created: 2025-02-21 Last update: 2025-03-10 06:00
news
[rss feed]
  • [2025-03-15] xtables-addons 3.27-4 MIGRATED to testing (Debian testing watch)
  • [2025-03-09] Accepted xtables-addons 3.27-4 (source) into unstable (Jeremy Sowden)
  • [2025-01-13] xtables-addons 3.27-3 MIGRATED to testing (Debian testing watch)
  • [2025-01-08] Accepted xtables-addons 3.27-3 (source) into unstable (Jeremy Sowden)
  • [2024-12-09] xtables-addons 3.27-2 MIGRATED to testing (Debian testing watch)
  • [2024-12-03] Accepted xtables-addons 3.27-2 (source) into unstable (Jeremy Sowden)
  • [2024-11-30] xtables-addons 3.27-1 MIGRATED to testing (Debian testing watch)
  • [2024-11-25] Accepted xtables-addons 3.27-1 (source) into unstable (Jeremy Sowden)
  • [2024-04-01] xtables-addons 3.26-1 MIGRATED to testing (Debian testing watch)
  • [2024-03-26] Accepted xtables-addons 3.26-1 (source) into unstable (Jeremy Sowden)
  • [2024-03-09] xtables-addons 3.25-2 MIGRATED to testing (Debian testing watch)
  • [2024-03-03] Accepted xtables-addons 3.25-2 (source) into unstable (Jeremy Sowden)
  • [2023-11-24] xtables-addons 3.25-1 MIGRATED to testing (Debian testing watch)
  • [2023-11-18] Accepted xtables-addons 3.25-1 (source) into unstable (Jeremy Sowden)
  • [2023-08-21] xtables-addons 3.24-2 MIGRATED to testing (Debian testing watch)
  • [2023-08-14] Accepted xtables-addons 3.24-2 (source) into unstable (Jeremy Sowden)
  • [2023-06-20] xtables-addons 3.24-1 MIGRATED to testing (Debian testing watch)
  • [2023-06-13] Accepted xtables-addons 3.24-1 (source) into unstable (Jeremy Sowden)
  • [2023-02-03] xtables-addons 3.23-1 MIGRATED to testing (Debian testing watch)
  • [2023-01-21] Accepted xtables-addons 3.23-1 (source) into unstable (Jeremy Sowden)
  • [2022-11-01] xtables-addons 3.22-1 MIGRATED to testing (Debian testing watch)
  • [2022-10-26] Accepted xtables-addons 3.22-1 (source) into unstable (Jeremy Sowden)
  • [2022-08-06] Accepted xtables-addons 3.13-1+deb11u1 (source) into proposed-updates->stable-new, proposed-updates (Debian FTP Masters) (signed by: Jeremy Sowden)
  • [2022-07-20] xtables-addons 3.21-1 MIGRATED to testing (Debian testing watch)
  • [2022-07-15] Accepted xtables-addons 3.21-1 (source) into unstable (Jeremy Sowden)
  • [2022-02-11] xtables-addons 3.19-1 MIGRATED to testing (Debian testing watch)
  • [2022-02-05] Accepted xtables-addons 3.19-1 (source) into unstable (Jeremy Sowden)
  • [2021-09-11] xtables-addons 3.18-1 MIGRATED to testing (Debian testing watch)
  • [2021-09-06] Accepted xtables-addons 3.18-1 (source) into unstable (Jeremy Sowden) (signed by: Arturo Borrero Gonzalez)
  • [2020-12-02] xtables-addons 3.13-1 MIGRATED to testing (Debian testing watch)
  • 1
  • 2
bugs [bug history graph]
  • all: 1
  • RC: 0
  • I&N: 1
  • M&W: 0
  • F&P: 0
  • patch: 0
links
  • homepage
  • lintian
  • buildd: logs, reproducibility, cross
  • popcon
  • browse source code
  • edit tags
  • other distros
  • debian patches
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 3.27-4

Debian Package Tracker — Copyright 2013-2025 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing